top of page

Private Guiding & Lessons

Explore Zermatt in Confidnace

Winter

Download Winter Icon_edited_edited.png

Summer

Download Summer Icon_edited_edited.png

What Our Clients Think?

Frequently Asked Questions

Our Activity Guides at the
Heart of Your Experience
  • Our instructors and guides are multi-talented outdoor professionals with diverse mountain sports education

  • Our Instructors are adaptable to change beyond normal lessons

  • Multiple sports and activities are available to maximise your experience

  • Our team is highly dedicated to providing the highest level of personal service

bottom of page
import wixLocation from 'wix-location'; import wixData from 'wix-data'; let userGCLID; //The global variable for this user's session. $w.onReady(function(){ //Get the query Params from the current URL. userGCLID = wixLocation.query['gclid']; }); //The handler for the submission. export function submitToDatabase(){ wixData.insert("GCLIDDatabase",{"firstName":"Test", "gclid":userGCLID}) }