Beach at sunset

Download Se-REM

Disclaimer: I will not download this Se-REM program if I might be susceptible to stimulus that could cause seizures. I understand that strong emotions may be experienced and under no circumstances will I engage in any self-harm. If my feelings are too strong I will seek counseling immediately. Se-REM can be a highly emotional experience. It is important to have a person available to talk to that can provide emotional support. By downloading, I agree completely that I am wholly responsible for my own actions, or for anyone else's actions that I might lend this CD to. I agree to hold harmless for any consequences whatsoever, Se-REM.com, LLC or the developer of this self-therapy CD.

The Se-REM program is a free, one-hour audio file.

Download Se-REM ↓

Directions for Downloading Se-REM

  1. Click the Se-REM download link above. The Se-REM program will open in Google Drive.
  2. Look in the upper-left corner of the screen for the Download icon (an arrow pointing downward).
  3. Click Download.
  4. The program will download to your computer, usually into your Downloads folder.
  5. Go to your Downloads folder and double-click the Se-REM file to open it.
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #2c3e50; line-height: 1.7; background: #f8fbff; } /* Navigation */ nav { background: linear-gradient(135deg, #1a5276, #2980b9); padding: 0 20px; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.15); } .nav-container { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } .nav-logo { color: #fff; font-size: 1.4rem; font-weight: 700; text-decoration: none; padding: 16px 0; letter-spacing: 1px; } .nav-logo span { color: #85c1e9; } .nav-links { display: flex; gap: 6px; flex-wrap: wrap; } .nav-links a { color: #d6eaf8; text-decoration: none; padding: 16px 14px; font-size: 0.95rem; font-weight: 500; transition: color 0.2s, background 0.2s; border-radius: 4px; } .nav-links a:hover, .nav-links a.active { color: #fff; background: rgba(255,255,255,0.12); } /* Hero */ .hero { position: relative; height: 320px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; background: linear-gradient(135deg, #2980b9, #1a5276); } .hero img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; } .hero h1 { position: relative; color: #fff; font-size: 2.6rem; text-shadow: 2px 2px 8px rgba(0,0,0,0.5); padding: 0 20px; letter-spacing: 1px; } /* Content */ .content { max-width: 800px; margin: 0 auto; padding: 50px 24px 80px; } .content h2 { color: #1a5276; font-size: 1.6rem; margin: 36px 0 16px; padding-bottom: 8px; border-bottom: 2px solid #85c1e9; } .content h3 { color: #2980b9; font-size: 1.25rem; margin: 28px 0 12px; } .content p { margin-bottom: 16px; } .content ul, .content ol { margin: 12px 0 20px 24px; } .content li { margin-bottom: 8px; } .content strong { color: #1a5276; } /* Cards for reviews */ .review-card { background: #fff; border: 1px solid #d6eaf8; border-radius: 10px; padding: 24px; margin: 20px 0; box-shadow: 0 2px 6px rgba(0,0,0,0.06); } .review-card .stars { color: #f39c12; font-size: 1.1rem; margin-bottom: 6px; } .review-card .reviewer { color: #1a5276; font-weight: 700; margin-top: 12px; font-size: 0.95rem; } .review-card .review-date { color: #7f8c8d; font-size: 0.85rem; margin-bottom: 8px; } /* Download box */ .download-box { background: linear-gradient(135deg, #d4effc, #eaf6ff); border: 2px solid #85c1e9; border-radius: 12px; padding: 32px; margin: 28px 0; text-align: center; } .download-btn { display: inline-block; background: linear-gradient(135deg, #2980b9, #1a5276); color: #fff; font-size: 1.15rem; font-weight: 700; padding: 16px 40px; border-radius: 50px; text-decoration: none; margin: 16px 0; box-shadow: 0 4px 12px rgba(41,128,185,0.4); transition: transform 0.15s, box-shadow 0.15s; } .download-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(41,128,185,0.5); } /* Disclaimer box */ .disclaimer { background: #fef9e7; border-left: 4px solid #f39c12; border-radius: 6px; padding: 20px 24px; margin: 24px 0; font-size: 0.95rem; line-height: 1.8; } /* FAQ items */ .faq-item { margin: 24px 0; padding-bottom: 16px; border-bottom: 1px solid #e8f0f7; } .faq-item h3 { color: #1a5276; font-size: 1.1rem; margin-bottom: 8px; } /* Photo gallery */ .photo-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin: 32px 0; } .photo-gallery img { width: 100%; height: 200px; object-fit: cover; border-radius: 12px; box-shadow: 0 4px 14px rgba(0,0,0,0.15); transition: transform 0.25s ease, box-shadow 0.25s ease; } .photo-gallery img:hover { transform: scale(1.03); box-shadow: 0 8px 22px rgba(0,0,0,0.22); } /* Mission box */ .mission-box { background: linear-gradient(135deg, #1a5276, #2980b9); color: #fff; border-radius: 12px; padding: 32px; margin: 28px 0; text-align: center; } .mission-box h2 { color: #fff; border: none; font-size: 1.4rem; margin-top: 0; } .mission-box p { font-size: 1.05rem; margin-top: 12px; line-height: 1.8; } /* Footer */ footer { background: #1a5276; color: #d6eaf8; text-align: center; padding: 30px 20px; font-size: 0.9rem; } footer a { color: #85c1e9; text-decoration: none; } /* Responsive */ @media (max-width: 700px) { .nav-container { flex-direction: column; } .nav-links { width: 100%; justify-content: center; padding-bottom: 10px; } .nav-links a { padding: 8px 10px; font-size: 0.85rem; } .hero h1 { font-size: 1.8rem; } .hero { height: 240px; } .content { padding: 30px 16px 60px; } .content h2 { font-size: 1.35rem; } Directions for Use — Se-REM
Ocean waves at dawn

Directions for Use

2 Ways to Use Se-REM

Method 1 — Daydreaming (Eyes Closed)

Using earbuds or earphones, sit in a safe and quiet place for 60 minutes of having a Daydream. Eyes closed, sitting in a chair. Be open to whatever emotions come up. This will dissolve your traumatic emotions.

Focus on the visual images associated with your hurt and trauma. The first time a person uses Se-REM, their response will partly depend on how defended they are from experiencing their own strong emotions. Some may be on guard the first time through. But, once they are assured that the content is all positive, they may do it again and benefit fully. Many people use Avoidance as their primary coping mechanism. That is healthy in childhood, but not as an adult. There are some people whose whole system is so oriented to avoidance they will go to sleep. It is helpful to know why this is happening so you can push yourself to stay awake and allow whatever feelings to come up and be expressed.

If you find yourself with an excessive amount of emotion, you can use Se-REM in the alternate way until you are ready to do more emotional work.

Method 2 — For Obsessive Thinking (Eyes Open)

With eyes open — Walk with Se-REM using earbuds for 40–60 minutes. Ignore the guided imagery in the program. Think obsessively about the trauma or hurtful or anxious elements. The Bi-lateral music will help your brain process the trauma on a deeper level, allowing you to end the obsessive thinking.

To Other Therapists

I have used this therapy session with thousands of clients and have had miraculous results. It has helped clients who previously would have had little chance of change or reducing their pain or their problem behavior. Se-REM promotes change so effectively it has helped individuals and even marital couples make changes that at other times would have been impossible. You can use Se-REM in your office, or have clients do it at home and then process their experience with you in their next session. Please consider using it for your own clients and you may find that change becomes more possible.

} Se-REM — Self-Help Audio Therapy for PTSD
Calm beach with turquoise water

Welcome to Se-REM

Se-REM is the most powerful and effective self-help aid that has ever been developed. It allows you to direct your own personal therapy and recovery from any trauma and stress. You only need to daydream while your brain is stimulated into an REM state. It is during REM (rapid eye movement state of sleep) that your brain is at its full potential to process and resolve all the negative emotions that can stay lodged in your brain for years after any trauma. These emotions are lodged in a portion of the brain called the amygdala and will often stay there even after treatment with traditional therapies.

You can take charge of your own therapy. Decide ahead of using Se-REM, which traumas in your life you are prepared to visualize. By day dreaming and to some extent reliving the event while you are totally relaxed, your brain concludes it is not necessary to hold onto the fear, or terror or sadness or anger because the event is in the past and it no longer needs to be relevant in your day to day life. If reliving or daydreaming about the whole event provokes more emotion than you want, you can turn off the music and return to do more therapy later.

Se-REM Can Resolve These Problems

Below are some of the traumas that can be resolved or improved through using Se-REM:

Military PTSD, Childhood Abuse, Sexual Abuse, Violent trauma, Loss or Grief, Anxiety Attacks, Phobias, Spousal infidelity, Anger or Rage, Nightmares, Couple's conflicts, Obsessive thinking, Medical trauma, Car or Airplane trauma, and Insomnia.

Se-REM Is Not Effective For

This self help program is years in development. It has been tested on clients with every type of stress and trauma. Some clients will use it once and feel so resolved that they do not need to use it again. Others have used it multiple times each week to not only resolve events in their past but to control the stress in their current lives.

Se-REM combines elements of 6 therapies that make them all more effective together. It begins with a relaxation exercise (for some it will be self-hypnotic). It uses EMDR (Eye Movement Desensitization and Reprocessing), which creates a REM (rapid eye movement) brain state. Child within therapy asks the listener to be an Adult to comfort and love the child within. Music therapy adds to the relaxation and Awe Therapy (connecting profoundly with Nature). Se-REM concludes with Mindfulness, being in the moment, positive affirmation, self esteem building, and Motivation. It inspires you to be the best person you can be.

Mission Statement

Se-REM devotes itself to lessening the impact of Trauma in the world. It strives to provide the most effective self help trauma treatment at as close to free as possible. Se-REM is dedicated to increased compassion and empathy and improved mental health.