www.accessconsciousness.com Open in urlscan Pro
23.96.231.153  Public Scan

Submitted URL: http://links.accessconsciousness.mkt6437.com/els/v2/LED9T27qAXF0/aU5sK1ByemVnWWRTajU4ZllIazJ2Qm1UdUtDaE9vbnhzQ0ZNM0EvTEJrNCtuR0lqaWU1ZzI3Szd6...
Effective URL: https://www.accessconsciousness.com/en/more/contact-us/
Submission: On April 20 via api from FR — Scanned from FR

Form analysis 4 forms found in the DOM

Name: searchFormGET

<form ng-submit="search()" name="searchForm" method="get" ng-init="productSearchUrl = '/en/access-shop/product-search/';
                                classSearchUrl='/en/classes/class-catalog-search-result/';
                                contentSearchUrl='/en/search/';
                                searchCategory='Class';" class="ng-pristine ng-invalid ng-invalid-required">
  <div class="nav-search">
    <div class="pad0 form-group category-group col-md-4 col-sm-4 col-xs-4">
      <div class="dropdown">
        <div class="form-control category-select dropdown-toggle ng-pristine ng-untouched ng-valid" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" name="searchCategory"
          ng-model="searchCategory">
          <!-- ngIf: searchCategory --><span ng-if="searchCategory" class="ng-binding ng-scope">Class</span><!-- end ngIf: searchCategory -->
          <!-- ngIf: !searchCategory -->
          <i class="arrow down"></i>
        </div>
        <div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
          <span>Filter by...</span>
          <a class="dropdown-item" href="#" ng-click="searchCategory='Content'">
                                                Content
                                                <span>general content and information pages</span>
                                            </a>
          <a class="dropdown-item" href="#" ng-click="searchCategory='Class'">
                                                Class
                                                <span>all scheduled classes</span>
                                            </a>
          <a class="dropdown-item" href="#" ng-click="searchCategory='Shop'">
                                                Shop
                                                <span>books, classes and all shop products</span>
                                            </a>
        </div>
      </div>
    </div>
    <div class="input-group search-group col-md-8 col-sm-8">
      <div class="form-group has-feedback">
        <input type="text" name="searchKeyword" autocomplete="off" ng-model="searchKeyword" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" required=""
          typeahead="suggestion for suggestion in searchSuggestions| filter:$viewValue" typeahead-editable="true" typeahead-focus-first="false" typeahead-min-length="2" typeahead-wait-ms="300" placeholder="Search" aria-autocomplete="list"
          aria-expanded="false" aria-owns="typeahead-5-2687">
        <ul class="dropdown-menu ng-isolate-scope ng-hide" ng-show="isOpen()" ng-style="{top: position.top+'px', left: position.left+'px'}" style="display: block;;display: block;" role="listbox" aria-hidden="true" typeahead-popup=""
          id="typeahead-5-2687" matches="matches" active="activeIdx" select="select(activeIdx)" query="query" position="position">
          <!-- ngRepeat: match in matches track by $index -->
        </ul>
        <span class="glyphicon glyphicon-search"></span>
        <button type="submit" class="glyphicon glyphicon-chevron-right form-control-feedback paddSafari">
        </button>
      </div>
    </div>
  </div>
</form>

GET /en/search/

<form action="/en/search/" method="get" class="ng-pristine ng-valid">
  <div class="nav-search">
    <div class="form-group has-feedback">
      <input autocomplete="off" typeahead="suggestion for suggestion in searchSuggestions| filter:$viewValue" typeahead-editable="true" typeahead-focus-first="false" typeahead-min-length="2" typeahead-wait-ms="300" type="text" id="mainNavSearch"
        name="q" class="form-control ng-pristine ng-untouched ng-valid" placeholder="Search" ng-model="searchKeywordMobile" aria-autocomplete="list" aria-expanded="false" aria-owns="typeahead-6-5432">
      <ul class="dropdown-menu ng-isolate-scope ng-hide" ng-show="isOpen()" ng-style="{top: position.top+'px', left: position.left+'px'}" style="display: block;;display: block;" role="listbox" aria-hidden="true" typeahead-popup=""
        id="typeahead-6-5432" matches="matches" active="activeIdx" select="select(activeIdx)" query="query" position="position">
        <!-- ngRepeat: match in matches track by $index -->
      </ul>
      <button type="submit" class="glyphicon glyphicon-chevron-right form-control-feedback paddSafari"></button>
    </div>
  </div>
</form>

Name: loginForm

<form class="form-horizontal ng-pristine ng-invalid ng-invalid-required" role="form" ng-submit="login()" name="loginForm">
  <div class="form-group">
    <div class="col-sm-2"></div>
    <div class="col-sm-8">
      <input type="text" required="" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" data-focus="" id="inputUsername" placeholder="Email" ng-model="loginModel.Username">
    </div>
  </div>
  <div class="form-group">
    <div class="col-sm-2"></div>
    <div class="col-sm-8">
      <input type="password" required="" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" id="inputPassword" placeholder="Password" ng-model="loginModel.Password">
    </div>
  </div>
  <div class="form-group bg-danger text-center ng-binding ng-hide" ng-show="errorMessage"></div>
  <div class="form-group">
    <h6 class="col-sm-12 text-center text-primary ng-hide" ng-show="isLoadingEnabled">Please wait while loading. This might take a while.</h6>
    <div class="col-sm-3"></div>
    <div class="col-sm-6">
      <button id="loginSubmit" type="submit" class="btn btn-primary btn-lg btn-block text-uppercase" loading-button="isLoadingEnabled" data-loading-text="Loading ...">LOG IN</button>
    </div>
  </div>
  <div class="form-group">
    <div class="col-sm-6">
      <input type="checkbox" name="remember" value="remember" ng-model="loginModel.Remember" class="ng-pristine ng-untouched ng-valid"> Keep Me Logged in
    </div>
    <div class="col-sm-6 text-right">
      <a href="/en/forgot-password/">I Forgot My Password </a>
    </div>
    <div class="col-sm-12 text-right">
      <a href="/en/create-account/">Create an Account </a>
    </div>
  </div>
</form>

GET /en/search/

<form method="get" action="/en/search/" class="search ng-pristine ng-valid">
  <div class="form-group has-feedback">
    <input type="text" id="search" name="q" class="form-control" placeholder=" Search_Text">
    <button type="submit" class="glyphicon glyphicon-chevron-right form-control-feedback paddSafari"></button>
  </div>
</form>

Text Content

×



Please note. Some pages are currently available in English only.

Close
 Being You, Changing the World in April >>   
 * LOG IN
 * * Affiliate
   * My Account
   * Media
   * My Classes
   * Log Out
 * Help
 * Language
   * English (en)
   * العربية (ar)
   * 简体中文 (zh-CHS)
   * 繁體中文 (zh-CHT)
   * čeština (cs)
   * Deutsch (de)
   * Español (es)
   * Français (fr)
   * עברית (he)
   * 日本語 (ja)
   * Magyar (hu)
   * Nederlands (nl)
   * Português (pt-BR)
   * Pусский (ru)
   * Suomi (fi)
   * Türkçe (tr)

Access Consciousness
Menu





 * About ...
   * About
   * What Is Access ...
     
     * Explore what is changing the lives of tens of thousands of people in more
       than 170 countries around the world.
   * How It Works ...
     
     * 
       
       Explore what the 3 key tools of Access are and how you can use them to
       start creating the change you desire.
   * Where to Start ...
     
     * 
       
       Receive tips of what you can choose to get started. You know what will
       work for you!
   * What People Say ...
     
     * 
       
       Hear from people all over the world about how they are different after
       Access Consciousness. 
   * In the Media ...
     
     * 
       
       Read news articles, watch videos, listen to pods and radio shows – you
       can find Access Consciousness in many media channels!
   * Frequently Asked Questions ...
     
     * 
       
       Explore some of the most frequently asked questions about Access
       Consciousness.
   * Beyond Words Documentary
 * Access Bars
 * Regions ...
   * Regions
   * Europe ...
     * * EUROPE CALENDAR
       
       
   * Australia ...
     * * AUSTRALIA CALENDAR
       
       
 * Classes ...
   * Classes
   * Class Calendar Search ...
     
     * 
       
       There are thousands of Access Consciousness events and classes offered
       weekly around the world. You can search for a class by topic,
       facilitator, language or location in our class calendar.
   * Overview
   * Classes With Gary ...
     
     * 
       
       GARY´S CLASS CALENDAR
       
       Gary Douglas travels extensively facilitating advanced Access
       Consciousness classes as well as a range of evening and several day
       workshops on specific topics from Choice and Possibilities, to Money,
       Benevolent Capitalism, Relationships and more. 
   * Classes With Dain ...
     
     * 
       
       DAIN´S CLASS CALENDAR
       
       Dr. Dain Heer offers classes on a wide array of topics through out the
       world and is best known for his transformation process The Energetic
       Synthesis of Being as well as the Being You, Changing the World events.
   * Classes With Simone ...
     * 
       
       
       SIMONE´S CLASS CALENDAR
       
       Simone Milasas travels extensively facilitating advanced Access
       Consciousness classes as well as a range of evening and several day
       workshops on specific topics from Choice and Possibilities, Relationship
       Done Different, Business Done Different, Getting Out of Debt Joyfully and
       more. 
   * Access Core Classes ...
     
     * CORE CLASS CALENDAR
       
       
   * Access Bars ...
     
     * 
       
       ACCESS BARS CALENDAR
       
       The Access Bars are the very core and foundation of Access Consciousness.
       It can be the starting point of a great adventure and it can be something
       you add to your life that will assist you in creating a greater ease with
       everything.
   * The Foundation ...
     
     * THE FOUNDATION CALENDAR
   * Choice of Possibilities ...
     
     * CHOICE OF POSSIBILITIES CALENDAR
   * 7 Day Event
   * ESB & SOP Classes ...
     
     * 
       
       ESB & SOP CALENDAR
       
       Dr. Dain Heer offers classes on a wide array of topics through out the
       world and is best known for his transformation process The Energetic
       Synthesis of Being (ESB).
   * Being You Classes ...
     
     * 
       
       BEING YOU CALENDAR
       
       Dr. Dain Heer offers classes on a wide array of topics through out the
       world and is well known for his Being You, Changing the World events,
       based on his bestselling Being You, Changing the World book.
   * Access Body Classes ...
     
     * BODY CLASS CALENDAR
   * Access Facelift
   * Access Special Classes ...
     
     * 
       
       ACCESS SPECIAL CLASSES CALENDAR
       
       The Access Special Classes are branches of Access Consciousness where you
       can dive deeper into particular topics with specialized facilitators.
       Each program offer introductory classes, advanced classes and
       certification facilitator training.
   * Events ...
     
     * 
       
       EVENTS CALENDAR
       
       Access Consciousness have many ways of engaging with the tools worldwide
       via expos, meet ups, radio shows, tele summits, google hangouts and more.
   * Teleclasses ...
     
     * TELECLASSES CALENDAR
   * Online Classes ...
     
     * ONLINE CLASSES CALENDAR
   * Audio Live Classes ...
     
     * AUDIO LIVE CLASSES CALENDAR
 * Facilitators ...
   * Facilitators
   * Find a Facilitator ...
     
     * 
       
       Are you looking for more change? There are over 13,000 facilitators and
       practitioners available in more than 173 countries.
       
       Find a facilitator or practitioner near you!
   * What is a Facilitator ...
     
     * 
       
       Each Access facilitator is facilitated by the creators of Access
       Consciousness®, Gary Douglas and Dr. Dain Heer. There are several license
       and certification types for Core Classes as well as Special Classes.
   * Become an Access Bars Facilitator
   * Road To CF
   * Facilitator Training ...
     
     * FACILITATOR TRAINING CALENDAR
   * Facilitator Guidelines
   * Practitioners Business
   * Certifications & Renewals
 * Shop ...
   * Shop
   * Books
   * Teleclasses
   * Classes
   * Memberships
   * Accessories
   * Kajabi Online Library
   * Your Access Business
   * CF Prerequisites
   * Product Search
   * Affiliates
 * More ...
   * More
   * The Blog ...
     
     * 
       
       Find an article on almost any topic you could think of! Where would you
       like your adventure to begin?
   * The Apps
   * Login Help

 * LOG IN
 * Hi, !
   * Affiliate
   * My Account
   * Media
   * My Classes
   * Log Out
 * Log Out
 * Language

Class
Filter by... Content general content and information pages Class all scheduled
classes Shop books, classes and all shop products

 1. Home
 2. More


Hi, ! Sign in to Your Account
 * About
   About
    * What Is Access
    * How It Works
    * Where to Start
    * What People Say
    * In the Media
    * Frequently Asked Questions
    * Beyond Words Documentary

 * Access Bars
 * Regions
   Regions
    * Europe
    * Australia

 * Classes
   Classes
    * Class Calendar Search
    * Overview
    * Classes With Gary
    * Classes With Dain
    * Classes With Simone
    * Access Core Classes
    * Access Bars
    * The Foundation
    * Choice of Possibilities
    * 7 Day Event
    * ESB & SOP Classes
    * Being You Classes
    * Access Body Classes
    * Access Facelift
    * Access Special Classes
    * Events
    * Teleclasses
    * Online Classes
    * Audio Live Classes

 * Facilitators
   Facilitators
    * Find a Facilitator
    * What is a Facilitator
    * Become an Access Bars Facilitator
    * Road To CF
    * Facilitator Training
    * Facilitator Guidelines
    * Practitioners Business
    * Certifications & Renewals

 * Shop
   Shop
    * Books
    * Teleclasses
    * Classes
    * Memberships
    * Accessories
    * Kajabi Online Library
    * Your Access Business
    * CF Prerequisites
    * Product Search
    * Affiliates

 * More
   More
    * The Blog
    * The Apps
    * Login Help

Contact
Search
×


SIGN IN TO YOUR ACCOUNT

LOG IN WITH YOUR EMAIL ADDRESS:


PLEASE WAIT WHILE LOADING. THIS MIGHT TAKE A WHILE.


LOG IN
Keep Me Logged in
I Forgot My Password
Create an Account
×


LANGUAGE

 * English (en)
 * العربية (ar)
 * 简体中文 (zh-CHS)
 * 繁體中文 (zh-CHT)
 * čeština (cs)
 * Deutsch (de)
 * Español (es)
 * Français (fr)
 * עברית (he)
 * 日本語 (ja)
 * Magyar (hu)
 * Nederlands (nl)
 * Português (pt-BR)
 * Pусский (ru)
 * Suomi (fi)
 * Türkçe (tr)


CONTACT US

Do you have questions? Do you require more information about something? We have
3 main offices and an amazing Customer Service team who is happy to assist you
with any questions you may have. How can we create ease in your day today?


DO YOU HAVE QUESTIONS? 

Do you require more information about something? Are you not sure of what the
next step might be? Are you missing information? Or require technical
assistance? We have an amazing Customer Service team who is happy to assist you
with any questions you may have. Depending on where you are in the world, we
will re-direct you and your inquiry to the most appropriate license partner:
Access Consciousness in the USA, in Ireland or in Australia.

To contact us please choose one of the following options:

1) Please email us with your questions and any details we may require to assist
you, or see below for contact info in your language.

CONTACT US

2) You may also phone us if a phone call is your preference. We will do our best
to answer the phone. If we can not, please leave us a voice mail with your name,
number and details of your question, and we will return your call as soon as
possible.

How can we create ease in your day today?

English
USA | +1 805 284 9489 | Customer Service 
Australia | + 61 7 2111 5370 | Customer Service
Ireland | +353 857 131 600 | Customer Service

Deutsch | +49 (9971) 1303 610 | Kundendienst
Español | América Latina +52 33 8526 2236 | España +34 (830) 830555 | Servicio
al cliente
Français | +33 (4) 30317801 | Service Clients

Italiano | +39 (011) 7544230 | Assistenza clienti
Português (Brasil) | +55 11493 55473 | Serviço ao cliente
Turkçe | +90 2129001838 | Müşteri servisi

--------------------------------------------------------------------------------


OUR WORLDWIDE LICENCE PARTNERS

The classes, seminars and products of Access Consciousness are individual
products of our worldwide franchise- and license partners. This website is only
a common marketing tool according to the individual franchise and license
agreements. 

The services are provided by the following licensees according to the following
territories:

FOR UNITED STATES / CARIBBEAN AND SOUTH AMERICA:

Access Consciousness LLC
406 Present Street
Stafford, TX 77477
United States of America
Phone: +1 (805) 284 9489
Email: Customer Service

FOR AUSTRALIA, NEW ZEALAND, PACIFIC AND ASIA:

Access Seminars Australia PTY LTD
PO Box 52
Coolum Beach 4573
Queensland
Australia 
Phone: + 61 7 2111 5370
E-mail: Customer Service

FOR EUROPE, CEE, MIDDLE EAST & AFRICA:

Access Consciousness International Limited 
1st & 2nd Floor, The Mill
Greenmount Industrial Estate
Harold's Cross
Dublin D12 K2RV
Ireland
Phone: +353 857 131 600
E-mail: Customer Service

CONTACT

 * Contact Us
 * Support for Website Visitors
 * Quality Assurance
 * Guidelines for Facilitators


MEDIA &
JOURNALISTS

Please note:
This is only for media requests!

MEDIA USA
Justine McKell
+1 424 645 7994
media@accessconsciousness.com

MEDIA AUSTRALIA
Justine McKell
+61 415 144 407
media@accessconsciousness.com.au

MEDIA IRELAND/EUROPE
Paul Kearney &
Katarina Wallentin
+353 857 131 600
media@accessconsciousness.ie

MEDIA DACH
(Germany, Switzerland, Austria)
Susanna Mittermaier
+43 664 655 7652
media@accessconsciousness.ie


SITE MAP


MAIN

 * Access Bars
 * Classes
 * Facilitators
 * About
 * Shop
 * Blog
 * FAQ
 * Customer Service


MAIN

 * Access Bars
 * Classes
 * Facilitators
 * About
 * Shop
 * Blog
 * FAQ
 * Customer Service


CLASSES

 * Search all classes
 * Access Bars Class
 * The Foundation
 * Choice of Possibilities (COP)
 * Intensive
 * Being You, Changing the World (BYCTW)
 * Energetic Synthesis of Being (ESB)
 * Symphony of Possibilities (SOP)
 * Maestro Class
 * Access Body Classes


CLASSES

 * Search all classes
 * Access Bars Class
 * The Foundation
 * Choice of Possibilities (COP)
 * Intensive
 * Being You, Changing the World (BYCTW)
 * Energetic Synthesis of Being (ESB)
 * Symphony of Possibilities (SOP)
 * Maestro Class
 * Access Body Classes


CLASSES BY

 * Gary Douglas (Founder)
 * Dr. Dain Heer (Co-Creator)
 * Simone Milasas


CLASSES BY

 * Gary Douglas (Founder)
 * Dr. Dain Heer (Co-Creator)
 * Simone Milasas


CLASS TYPES

 * Access Core
 * Access Body
 * Advanced Facilitator
 * Access Special
 * Facilitator Trainings
 * Teleseries
 * Online


CLASS TYPES

 * Access Core
 * Access Body
 * Advanced Facilitator
 * Access Special
 * Facilitator Trainings
 * Teleseries
 * Online


FACILITATORS

 * Search all Facilitators
 * What is a Facilitator?
 * Become a Facilitator
 * Facilitator Training
 * Certifications & Renewals


FACILITATORS

 * Search all Facilitators
 * What is a Facilitator?
 * Become a Facilitator
 * Facilitator Training
 * Certifications & Renewals


RESOURCES

 * Login
 * Create an Account
 * Email Preferences
 * Language Preferences
 * Unsubscribe


RESOURCES

 * Login
 * Create an Account
 * Email Preferences
 * Language Preferences
 * Unsubscribe


CONTACT

 * Contact Us
 * Media
 * Customer Service


CONTACT

 * Contact Us
 * Media
 * Customer Service


POLICIES

 * Personal Data
 * Data Protection Declaration
 * Privacy Policy
 * Terms & Conditions
 * T&C of Purchase
 * Returns Policy
 * COVID Policy
 * Class Pricing


POLICIES

 * Personal Data
 * Data Protection Declaration
 * Privacy Policy
 * Terms & Conditions
 * T&C of Purchase
 * Returns Policy
 * COVID Policy
 * Class Pricing

© 2022 Access Consciousness




 * 
 * 
 * 
 * 



406 Present Street
Stafford, TX 77477
United States of America
Phone: +1 (805) 284-9489
Customer service



×

This site uses cookies. By continuing to browse the site you are agreeing to our
use of cookies. Find out more.

IMPORTANT!
We do NOT track your IP address or use analytics, pixels or cookies for retarget
advertising. If you like us, just come back and visit us online again!

Contact Us