// 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.

THE AGARTHA TEACHINGS

THE JOURNEY MEDITATIONS OF THE INNER EARTH’S AGARTHA NETWORK

agartha teachings by walkingterrachrista.com

WHAT: LIVE CHANNELED JOURNEY MEDITATION TRANSMISSION
WHEN: 12:30 PM PACIFIC TIME – SECOND SATURDAY OF THE MONTH
WHERE: YOUR LOCATION VIA GLOBAL CONFERENCING (PHONE OR VOIP)
DURATION: BETWEEN 30 & 45 MINUTES
FREE OPEN TEACHING ~ DONATION REQUESTED^: $11 – $44

^ We use a sliding scale for a more individually appropriate financial exchange to be given from each participant to us as teachers. It is based on the Law of Compensation regarding “money as energy” which directly relates to where a person allocates their own energies on this earth in comparison to all other monies they exchange. The Ascended Master Fifth Dimensional (and above) vibrational energy in our work is very important to earth and humanity. With our approach, each individual who desires to responsibly step into personal co-creation of the New Earth can more accurately bring forth their own energy in support of these teachings.
IF YOU ARE ABLE TO OFFER A HIGHER AMOUNT IN SUPPORT of these important New Earth Teachings, we are very grateful for the additional financial energies. We cannot co-create the New Earth without you!

*current WTC ACADEMY Student Members and Partner Members are invited to participate for $8 as part of their membership. (Members are also welcome to make a higher exchange amount in support).

JOIN USING VOIP FROM ANY COMPUTER WORLDWIDE, OR FROM ANY PHONE IN THE USA & CANADA
(SEE BELOW FOR INTERNATIONAL PHONE NUMBERS)
DIAL: (641) 715-3570

ACCESS CODE: 336452#
INSTANT REPLAY: (641) 715-3579
(USE SAME ACCESS CODE)

The Agarthian Network of the Inner Earth Crystalline Cities is now coming forward to assist each of us to learn about their lifestyles and way of living to teach us how to fully ground the Fifth Dimensional energies onto the Upper Earth.This is a Teaching Meditation Journey Series to experience the wisdom and energies of the Agarthian cities. It will take place on the 2nd Saturday of each month.

VISITS:

February 13, 2016 to etherically visit the Library of Porthologos with Lord Mikos. The Library of Porthologos is located in Catharia under the Aegean Sea near Greece.

March 12, 2016 to etherically visit POSID with Rastalam-Herom. Though they did not converse, Mel and Mike encountered Rastalam in person on Mount Shasta in the winter of 2011.

◊ April 09, 2016  THE CAPITAL CITY OF SHONSHE – A branch of the Lemurians who chose to form their own colonies 50,000 years ago. It is located below a Himalyan Lamasery. Our guides for this Journey are Herstadt-Felicianeea.

The Agartha Teachings is a New Earth teaching program brought to us through “The Five Delegates”. Each delegate is a pairing of consciousness consisting of the Priest and Priestess of each of the Agartha Network CAPITOL cities. A description of the cities is as follows:

POSID: Primary Atlantean outpost, located beneath the Mato Grosso plains region of Brazil. Population: 1.3 million.

SHONSHE: Refuge of the Uighur culture, a branch of the Lemurians who chose to form their own colonies 50,000 years ago. A Himalayan Lamasery guards the entrance. Population: 3/4 million.

RAMA: Remnant of the surface city of Rama, India. Located near Jaipur. Inhabitants are known for their classic Hindu features. Population: 1 million.

SHINGWA: Remnant of the northern migration of the Uighurs. Located on the border of Mongolia and China. Population: ¾ million.

TELOS: Primary Lemurian outpost located within Mt. Shasta, with a small secondary city in Mt. Lassen, California, USA. Telos translated means “Communication with Spirit”. Population: 1.5 million. Telos is considered the major capitol of all of the inner earth Agartha cities.

The dignitaries of each city whom we are pleased to be working with are:

Rastalam-Herom from POSID
Felicianeea-Herstadt from SHONSHE;
Helvianiant-Oshone from RAMA;
Olivant- Mestauren from SHINGWA;
and Lord Adama-Lady Galactica from TELOS (with King RA and Queen Ranu-Mu).

There are about 120 other crystalline cities within the Inner Earth. A board designated within their perspective city represents each of these capitol cities. Each of the dignitaries is the head officer of the city with a council of 10 additional individuals that govern the smaller cities within their geographic area.

Walking Terra Christa, along with the Agarthian Network leadership, will be sharing these visitations into their cities during this class series.

These teachings are part of the Walking Terra Christa Telosian Ambassador Program which is a personal leadership development training process to become a recognized guide and expert within the New Earth Golden Etheric Cities. Lord Adama works personally with each individual in the program during the monthly meetings. Members meet via teleconferencing with Lord Adama after this public teaching concludes.

After this Public Teaching concludes, the members of the Telosian Ambassador Training Program meet on a second conference line to speak with Lord Adama individually.

He personally helps the trainees to understand the issues they are encountering within their program. This is an intensive training for those initiates that want to work further with Lord Adama and with the Beings that are part of the Golden Etheric Cities of the New Earth.

*©2016 Christine T. Hayden (Reverend Meleriessee) and J. Michael Hayden (Reverend Aranathanara) and WalkingTerraChrista.com. All Rights Reserved. Licensed Limited Material. Unauthorized use and/or duplication of the herein referenced digital media material without express and written permission from the author is strictly prohibited.

[Plain language for limited licensing terms and conditions: this Walking Terra Christa digital media product (MP3 sound file) is a limited license to be accessed only for the direct personal private use by and for the original purchaser exclusively. This license does not grant use rights to alter, transcribe, copy, broadcast, publish, distribute, share or play this digital media product under any other circumstances without the written permission of the author].

INTERNATIONAL NUMBERS:
Argentina                             +54 (0) 341 527-2967
Australia                             +61 (0) 3 8672 0152
Austria                               +43 (0) 1 2650513
Belgium                               +32 (0) 3 294 10 01
Brazil                                +55 51 4042-1934
Bulgaria                              +359 (0) 2 495 1543
Cambodia                              +855 (0) 96 696 7757
Chile                                 +56 (0) 44 890 9262
China                                 +86 (0) 510 8022 4319
Costa Rica                            +506 4000 3925
Croatia                               +385 (0) 1 8000 064
Cyprus                                +357 77 788861
Czech                                 +420 225 852 061
Denmark                               +45 78 77 25 36
Dominican Republic                    (829) 999-2521
Estonia                               +372 614 8076
Finland                               +358 (0) 9 74790085
France                                +33 (0) 1 80 14 06 88
GCC/Arabian Peninsula                 +973 1656 8314
Georgia                               +995 (0) 706 777 082
Germany                               +49 (0) 221 98203431
Guatemala                             +502 2458 1414
Hungary                               +36 1 987 6817
Iceland                               +354 539 0325
Indonesia                             +62 (0) 21 51388823
Ireland                               +353 (0) 1 437 2299
Israel                                +972 (0) 55-966-1011
Italy                                 +39 051 092 0280
Japan                                 +81 (0) 3-5050-5067
Kenya                                 +254 (0) 20 5293251
Latvia                                +371 67 881 767
Lithuania                             +370 (8) 46 268634
Luxembourg                            +352 20 30 10 94
Malaysia                              +60 (0) 11-1146 0032
Mexico                                +52 (01) 899 274 8204
Netherlands                           +31 (0) 20 322 3060
New Zealand                           +64 (0) 6-928 7520
Nigeria                               +234 (0) 1 440 5252
Norway                                +47 21 93 53 43
Pakistan                              +92 (0) 21 37130638
Panama                                +507 838-7848
Poland                                +48 22 116 80 16
Portugal                              +351 21 114 3134
Romania                               +40 (0) 31 780 7023
Russian Federation                    +7 (8) 499 371-06-82
Slovakia                              +421 2 336 633 07
Slovenia                              +386 (0) 1 828 03 22
South Africa                          +27 (0) 87 825 0127
South Korea                           +82 (0) 70-7686-0600
Spain                                 +34 857 80 11 01
Sri Lanka                             +94 (0) 11 5 896974
Sweden                                +46 (0) 8 124 105 78
Switzerland                           +41 (0) 44 513 30 13
Taiwan                                +886 (0) 985 646 958
Turkey                                +90 (0) 212 988 1741
Ukraine                               +380 (0) 94 711 0808
United Kingdom                        +44 (0) 330 998 1210

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