// 1. PROCESS FORM DATA WHEN SUBMITTED $show_form = true; $error_message = "";if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['submit_retreat_form'])) { $first_name = strip_tags(trim($_POST['first_name'])); $last_name = strip_tags(trim($_POST['last_name'])); $email = filter_var(trim($_POST['email']), FILTER_SANITIZE_EMAIL); // Check Code of Conduct responses (All 6 must be 'agree') $all_agree = true; for ($i = 1; $i <= 6; $i++) { if (!isset($_POST["q$i"]) || $_POST["q$i"] !== 'agree') { $all_agree = false; break; } }// Check Waiver acknowledgement response (Must be checked) $waiver_accepted = isset($_POST['waiver_accept']) && $_POST['waiver_accept'] === 'accepted';if (!$all_agree) { $error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey."; } elseif (!$waiver_accepted) { $error_message = "You must read and check the box acknowledging the Retreat Liability Waiver to proceed."; } elseif (empty($first_name) || empty($last_name) || !filter_var($email, FILTER_VALIDATE_EMAIL)) { $error_message = "Please fill out all contact fields with a valid email address."; } else { $timestamp = date("F j, Y, g:i a e"); $to = "[email protected]"; $subject = "New Retreat Registration (Code of Conduct & Waiver): $first_name $last_name"; $message = "A new combined Retreat Registration form has been submitted.\n\n"; $message .= "--- PARTICIPANT DETAILS ---\n"; $message .= "First Name: $first_name\n"; $message .= "Last Name: $last_name\n"; $message .= "Email: $email\n"; $message .= "Submission Date/Time: $timestamp\n\n"; $message .= "--- CODE OF CONDUCT STATUS ---\n"; $message .= "1. Participates for growth: AGREED\n"; $message .= "2. Embraces Teachings wholeheartedly: AGREED\n"; $message .= "3. No ill will toward Masters/Facilitators: AGREED\n"; $message .= "4. Presenting self by free will: AGREED\n"; $message .= "5. Pledges complete self-honesty: AGREED\n"; $message .= "6. Applies to sleep/meditative states: AGREED\n\n"; $message .= "--- LIABILITY WAIVER STATUS ---\n"; $message .= "Retreat Waiver Terms: ACKNOWLEDGED & ACCEPTED\n";$headers = "From: webmaster@" . $_SERVER['HTTP_HOST'] . "\r\n"; $headers .= "Reply-To: $email\r\n"; $headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, $subject, $message, $headers)) { $show_form = false; } else { $error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support."; } } } ?>

For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.

To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:

Code of Conduct

1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.
2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.
3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.
4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.
5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.
6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.
1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.
2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.
3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.
4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.
5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.
6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.

Retreat Liability Waiver

[Please paste your original legal or liability waiver terms text inside this block in your WPCode file]

Thank You

Your Code of Conduct agreement and Retreat Waiver form have been successfully processed and recorded. Thank you for committing wholeheartedly to this journey with the Masters.

// 1. PROCESS FORM DATA WHEN SUBMITTED$show_form = true;$error_message = "";if (\(_SERVER["REQUEST_METHOD"] == "POST" && isset(\)_POST['submit_retreat_form'])) {\(first_name = strip_tags(trim(\)_POST['first_name']));\(last_name = strip_tags(trim(\)_POST['last_name']));\(email = filter_var(trim(\)_POST['email']), FILTER_SANITIZE_EMAIL);// Check Code of Conduct responses (All 6 must be 'agree')$all_agree = true;for ($i = 1; i <= 6; i++) {if (!isset(\(_POST["q\)i"]) || \(_POST["q\)i"] !== 'agree') {$all_agree = false;break;}}// Check Waiver acknowledgement response (Must be checked)$waiver_accepted = isset(\(_POST['waiver_accept']) &&\)_POST['waiver_accept'] === 'accepted';if (!all_agree) {error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey.";} elseif (!waiver_accepted) {error_message = "You must read and check the box acknowledging the Retreat Liability Waiver to proceed.";} elseif (empty(\(first_name) \vert{}\vert{} empty(\)last_name) || !filter_var(email, FILTER_VALIDATE_EMAIL)) {error_message = "Please fill out all contact fields with a valid email address.";} else {$timestamp = date("F j, Y, g:i a e");$to = "[email protected]";$subject = "New Retreat Registration (Code of Conduct & Waiver): \(first_{n}ame\)last_name";$message = "A new combined Retreat Registration form has been submitted.\n\n";$message .= "--- PARTICIPANT DETAILS ---\n";message .= "First Name: first_name\n";message .= "Last Name: last_name\n";message .= "Email: email\n";message .= "Submission Date/Time: timestamp\n\n";$message .= "--- CODE OF CONDUCT STATUS ---\n";$message .= "1. Participates for growth: AGREED\n";$message .= "2. Embraces Teachings wholeheartedly: AGREED\n";$message .= "3. No ill will toward Masters/Facilitators: AGREED\n";$message .= "4. Presenting self by free will: AGREED\n";$message .= "5. Pledges complete self-honesty: AGREED\n";$message .= "6. Applies to sleep/meditative states: AGREED\n\n";$message .= "--- LIABILITY WAIVER STATUS ---\n";$message .= "Retreat Waiver Terms: ACKNOWLEDGED & ACCEPTED\n";\(headers = "From: webmaster@" . \)_SERVER['HTTP_HOST'] . "\r\n";headers .= "Reply-To: email\r\n";$headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, subject, message, headers)) {show_form = false;} else {$error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support.";}}}?> .agree-form-container {font-family: "Noto Serif", serif;max-width: 100%;margin: 20px auto;color: #333;line-height: 1.6;hyphens: none;-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;}.form-section-title {font-size: 1.5rem;font-weight: 700;margin-bottom: 20px;border-bottom: 2px solid #333;padding-bottom: 5px;}.form-intro {margin-bottom: 25px;font-size: 1.05rem;}.form-intro-bold {margin-bottom: 30px;font-weight: 700;font-size: 1.05rem;}.reading-text-block {background-color: #fcfcfc;border: 1px solid #ededed;padding: 25px;margin-bottom: 35px;}.reading-item {margin-bottom: 15px;}.contact-section {background-color: #f9f9f9;padding: 20px;margin-bottom: 35px;border: 1px solid #ededed;}.contact-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 20px;margin-bottom: 15px;}@media (max-width: 600px) {.contact-grid { grid-template-columns: 1fr; }}.input-group {display: flex;flex-direction: column;gap: 5px;}.input-group label {font-weight: 700;font-size: 0.9rem;}.input-group input {padding: 10px;border: 1px solid #ccc;font-size: 1rem;font-family: inherit;}.question-block {margin-bottom: 30px;padding-bottom: 25px;border-bottom: 1px solid #ededed;}.question-text {font-size: 1.1rem;font-weight: 700;margin-bottom: 15px;display: block;hyphens: none;-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;}.radio-options {display: flex;gap: 25px;padding-left: 5px;}.radio-label {display: flex;align-items: center;gap: 10px;cursor: pointer;font-size: 1.05rem;}.radio-label input[type="radio"],.waiver-checkbox-label input[type="checkbox"] {margin: 0;cursor: pointer;width: 18px;height: 18px;}.waiver-checkbox-label {display: flex;align-items: flex-start;gap: 12px;cursor: pointer;font-size: 1.1rem;font-weight: 700;padding: 10px 5px;}.waiver-checkbox-label input[type="checkbox"] {margin-top: 4px;}.form-submit-btn {background: #333;color: #fff;border: none;padding: 14px 28px;font-size: 1rem;font-weight: 700;cursor: pointer;transition: background 0.2s ease;margin-top: 10px;}.form-submit-btn:hover {background: #767676;}.error-message {color: #cc0000;font-weight: bold;margin-top: 20px;padding: 15px;background: #fff0f0;border-left: 4px solid #cc0000;}.success-message {background-color: #f4f4f4;padding: 30px;border-left: 4px solid #333;margin-top: 20px;} For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:Code of Conduct1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.First Name *Last Name *Email Address *1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states. //1. PROCESS FORM DATA WHEN SUBMITTED$show_form = true;$error_message = "";if (\(_SERVER["REQUEST_METHOD"] == "POST" && isset(\)_POST['submit_retreat_form'])) {\(first_name = strip_tags(trim(\)_POST['first_name']));\(last_name = strip_tags(trim(\)_POST['last_name']));\(email = filter_var(trim(\)_POST['email']), FILTER_SANITIZE_EMAIL);$all_agree = true;for ($i = 1; \(i <= 6; \)i++) {if (!isset(\(_POST["q\)i"]) || \(_POST["q\)i"] !== 'agree') {$all_agree = false;break;}}if (!all_agree) {error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey.";} elseif (empty(\(first_name) \vert{}\vert{} empty(\)last_name) || !filter_var(email, FILTER_VALIDATE_EMAIL)) {error_message = "Please fill out all contact fields with a valid email address.";} else {$timestamp = date("F j, Y, g:i a e");$to = "[email protected]";$subject = "New Retreat Code of Conduct Agreement: \(first_{n}ame\)last_name";$message = "A new Code of Conduct agreement form has been submitted.\n\n";$message .= "--- PARTICIPANT DETAILS ---\n";message .= "First Name: first_name\n";message .= "Last Name: last_name\n";message .= "Email: email\n";message .= "Submission Date/Time: timestamp\n\n";$message .= "--- AGREEMENT STATUS ---\n";$message .= "1. Participates for growth: AGREED\n";$message .= "2. Embraces Teachings wholeheartedly: AGREED\n";$message .= "3. No ill will toward Masters/Facilitators: AGREED\n";$message .= "4. Presenting self by free will: AGREED\n";$message .= "5. Pledges complete self-honesty: AGREED\n";$message .= "6. Applies to sleep/meditative states: AGREED\n";\(headers = "From: webmaster@" . \)_SERVER['HTTP_HOST'] . "\r\n";headers .= "Reply-To: email\r\n";$headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, subject, message, headers)) {show_form = false;} else {$error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support.";}}}?>

For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.

To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:

1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.
2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.
3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.
4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.
5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.
6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.

Thank You

Your agreement to the Code of Conduct has been successfully processed and recorded. Thank you for committing wholeheartedly to this journey with the Masters.

Lady Sujata ~ White Flame Holder of the Purity of God

Kumaras White PurityLady Sujata of the Holy Kumaras is the White Flame Holder of the Venusian Rays who represents the Purity of God.

Lady Sujata comes to us with an essence of strength and beauty.  She spent many timelines as an Angel during her creation. Her Purity of Spirit was not well received at times in the human body so she can really relate to what some of us go through in being very gifted in the physical bodies. She truly wants to assist individuals to find this essence within themselves. She feels the depth within our Heart; she shares with us that she was a Goddess in Lemuria. Her intuition told her she had endured great pain so she was taken under the wing of Sanat Kumara for deep healing; he wanted to train her to become the Flame Holder of the Purity of the White Flame of God of the Venusian’s Rays.

Some of the aspects of this Ray represent:

Balance, beauty, rhythm and flow along with symmetry, equilibrium, artistry, the power to access our divinity and growth, compassion with the self and others, physical courage to move through adversity and change. But the most important aspect is resurrection and rebirth.  So it allows us to really delve deep into situations, it takes our thought processes and transforms them.  We need to go deeper to remove the warriorship of our archetypes.

We are really happy to have Lady Sujata with us today to help us with these elements.   Let us take a deep breath and bring in the energies.

Greetings,

I am Lady Sujata Oh! Its very, very exciting to be with each of you in this beautiful garden in these moments and I am so happy to be able to bring forth my essence of the Purity of Gods Light and Love.

What does this mean? How do we find Purity?

In our human mind you may think of purity as something that is only attainable by Saints, by Angels, by the Ones that have traveled far and wide and have lived in heavenly conditions.  Some of this is very true but the fact of the matter is that each of you are this essence.  This is what is so exciting to work with you to have the realization to understand that you have been all things and you are really try to accelerate yourself within accepting the Multi dimensional Being of Light that you are and to come into that essence within your physical existence.

It is a beautiful thing to experience not only from your perspective but from my understanding and all of us within the Holy Kumaras to watch and see the transformation that has occurred by allowing the essences that we are bringing to you to come into your full body system.  So I ask of you today to fully allow anything to come up that does not fit what you relate to as Purity, the essence of heavenly creation because each of you have this essence embodied within you.  The problem is that your physical thoughts and your emotions don’t always incorporate it within your consciousness and this is what I am here to help you with.

So let us take a deep breath as we center upon all aspects within your physical body.  As we spin all the chakras, I want you to start at the Root and go upwards through the chakras into the Sacral, the Solar Plexus, the Heart, the Thymus, the Throat, the Third Eye, and the Crown.

As we spin all these essences together, we allow them to be open and ask within our own thought processes to command that all elements that do not fit the Purity of Light that you are feeling within this beautiful garden.  As the energy is flowing, it is almost like a mist just coming thorough the trees, the bushes, and the flowers and centering within each of your chakras.

So feel the commanding Light just coming to you’ as you breathe this in, it is now going to assist you to find the compassion to accept the ability that you are moving through the challenges; it allows you to be able to feel the balance within yourself as we connect in our full body system.

It is important that we allow all essences to arise at the same time, because today I want you to acknowledge that you are going through a death process.  Within the feeling of dying it represents the resurrection of the old self that you were just a day or so ago.  We can have the resurrection to occur continually, monthly, or t can occur weekly as you are experiencing new elements to come into your world.  You let go of those thought processes which is a very simple death experience known as a psychological death. Some of you may know other concepts of the Dark Night of the Soul which is a deeper level; some of you may have experienced changes recently with the equinox and stepping into a whole new world which represents another type of death experience.

Every time you meditate you are resurrecting your thoughts and your emotions; and then you transform it.  When you come into your physical consciousness, you bring forth part of what your higher consciousness experienced with you which changes who you were previously.  It is in those moments of being silent with moments of connecting to higher parts of your essence to understand that as your multi dimensional self is being actualized you are resurrecting the old elements.  I know that some of you refer this to lifetimes, timelines or just thought processes.  It  can also be of the conditioning of your present lifetime.

So what the Ray of Purity assists us with is to bring forth the power to feel that Purity of God’s light that Purity of God’s Love that you are.  So we take away everything else that does not fit that experience and when that happens the balance comes in.  You start to feel a flow of energy.  There is the possibility for creation to happen that represents being able to express yourself in a completely different manner.  Your Heart opens up and you start to feel compassion on a deeper level.  This allows you to have the physical courage to move through those periods of great adversity.

So we want to connect with that essence to allow the transformation to occur. If we connect with the energies now of what is occurring within the planetary system of this moon allow that reflection to be within you as you look at the moon.  It is a silvery white color; allow that essence to reflect the Purity that you are in the present circumstance.

When we understand that the old aspects of ourselves are not truly whom we are, the soul that we are, the spiritual being that we are, or the Angel that we are, it takes a moment of reflection to allow that essence to merge within the physical self.  It has the realization of this is whom I am, this is why I feel the serenity, this is why I feel this beauty of ecstasy flowing within me and that is what I bring to you in this moment and all moments to share with you.  Your challenges, the adversity, and the strife that you are going under in the physical condition is not ordained from your Higher Self, and I AM Presence.  So if we allow the Purity of Light to come from that Higher Being that you are, it will take those energies and transform them because immediately it resurrects the darkness into the Light.

So I ask of you to take a deep breath and feel all those essences now that are arising and allow the Purity of Light to spin within you; feel the beautiful essences of the pure Crystalline White Light – all colors of Light spinning within you and around you, you become the Purity of this flame, you are the white essence, you are the expression of this within you, you breathe it and you feel it.

I as Lady Sujata want to embrace you.  I embrace you with the Purity of the White flame as I see within you all that you are.  Let me give it to you through the flame as I extend my hands and my essence unto you.  Open up your arms and receive it.  I feel the harmony now coming within you.  Feel the ecstasy of all that you are to be within all parts of yourself.  It flows within the physical, it flows within the etheric, it flows within your emotional and your mental as now they are One.  So when one is out of balance the whole system will be out of balance.  I, as Lady Sujata, embrace you with these words; command them within you.

I call upon the White flame of Purity to fully balance all my thoughts and my emotions and I feel it coming within me.

I feel it centering the Physical, the Etheric, the Emotional, and the Mental until I am fully One Being of Light.

I now have courage to walk through the doorway that I have stepped away from previously.

I feel the power of my Divinity and my growth coming from my I AM Presence as I now command this within me.   I see the compassion that I Am.

I feel the beauty that is flowing within me.  I express it and I embrace it. It is me.  This is the transformation of the Purity of the White Light.

I Am all of this as I take it with me.

Breathe deeply; now you are ready to fully put forth your desire whatever that desire is.  If it is an inner desire or outer desire, have it in front of you, now in your Mind’s Eye. Put it into your hands with the pure White Light as now it is embraced and see it becoming manifest within your world as long as you connect fully with your emotions, mental thoughts, and the etheric soul body of Light that you are, allow it to be in the vehicle that you are incorporating.

You must allow all these things to come into balance and harmony; feel the power, feel the power of allowing that manifestation to occur and put it into the White Light, and then it dissipates.  It becomes you and it will come to you when you are fully ready to receive it. Take this essence and blend it fully within yourself.

I now command the Purity of the White Light to transform all that I am so that the creative force that I am that can fully act within my full body system.

I am the full Body of Light.

I am the Feminine, I am my Masculine, and I am the physical vehicle that I inhabit.

I am Angelic.

I am all that I have ever been in the Purity of White Light as now I fully command, I fully receive, I fully accept all that I Am in the purest form as the heavens above that I have traveled now comes within me.

I ground it fully into my Earth Star, as I Am now one in all aspects of my Being.

Breathe deeply and feel the power, feel the beauty, feel the movement, feel the expression in your purest form.

It is my pleasure as Lady Sujata to blend my energies within each of you.  I shall walk with you; call upon me and allow this essence to be you as it is me.  Together we transform all that does not fit this highest essence that we are together.

So Mote it Be in the blessed of the Light of the Holy Kumaras.  I am Lady Sujata.

Take a deep breath ground those energies now, feel them in all aspects, feel them in all your chakras, feel them in your thoughts and in your emotions as now we say the prayers to command your desires to become manifest.

Excerpted from Abundance of Light-Creating Prosperity Together, with Lady Sujatka, White Flame Holder for the Purity of God.  You may join this free weekly prosperity circle by registering on Walking Terra Christa, https://walkingterrachrista.com/prosperity-circle/prosperity-circle/.

©2012-2013 Walking Terra Christa Academy of New Earth Mastery https://walkingterrachrista.com/ by Rev. Christine Meleriessee and Mike Hayden.  Permission to repost this information electronically on your non-commercial website or blog is granted as long as you include this copyright statement and the following referral links.  Use for commercial websites, blogs and printed or written reproduction requires written permission.

If you like this article please:
SUBSCRIBE: http://eepurl.com/lJKNr
FOLLOW: http://twitter.com/WalkingTerra
LIKE US: http://facebook.com/WalkingTerraChrista
or WRITE A COMMENT https://walkingterrachrista.com/
Really love it? We certainly do appreciate your DONATIONS: http://tinyurl.com/donate-to-WalkingTerraChrista of support.

 

Follow Walking Terra Christa Academy of New Earth Mastery on WordPress.com

DID YOU GET YOUR SPIRITUAL TREASURE THIS MAY? DON'T MISS OUT! LISTEN TO THE WESAK GLOBAL ONLINE FESTIVAL NOW:

X