<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" lang="en">
  <head>
    <!-- outlook image shims -->
    <!--[if gte mso 9]>
    <xml>
      <o:OfficeDocumentSettings>
        <o:AllowPNG/>
      </o:OfficeDocumentSettings>
    </xml>
    <![endif]-->
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- include nofollow/noindex tags since some newsletters are semi-sensitive and they're not expected to show up in google search results -->
    <meta name="robots" content="noindex, nofollow">
    <!-- include disable message reformatting tags for iphone to avoid auto-scaling issues-->
    <meta name="x-apple-disable-message-reformatting">
    <style type='text/css'>body { color: rgb(44, 53, 57) !important; }

.ExternalClass .block { width: 100%; }</style>
<style type='text/css'>/* NOT SCSS, just plain ol' CSS here. don't nest non-media rules */
/* also make sure we're sending a doctype, otherwise almost none of this will work correctly */

/* all phones */
@media screen and (max-device-width: 767px) , screen and (max-width: 767px) {

  body {
    margin: 0;
  }

  .editor_content {
    width: 100% !important;
  }

  .editor_content .improved_typography {
    /* 13px and higher (includes 16px, the default) */
    line-height: 130% !important;
    word-break: break-word;
  }

  .editor_content .improved_typography .font-s, .editor_content .improved_typography .font-m {
    /* 12px and lower */
    line-height: 120% !important;
  }

  /* if you don't specify `min-width: 100%;` it won't display correctly in portrait in android 4.4 mail client (wtf) */
  table.row_table, th.row_cell, table.cell_table {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* force 100% width on everything, so we'll reflow to match client width */
  .body_wrapper_table, .row_table, .cell, .block, table.block_wrapper, #email_footer_wrapper, .powered_by {
    width: 100% !important;
  }
  .body_wrapper_table, .row_table, .block, table.block_wrapper, #email_footer_wrapper, .powered_by { 
    table-layout: auto !important;
  }
  table.body_wrapper_table {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }


  img.powered_by {
    width: auto !important;
  }

  /* reflow composed blocks from left/right columns to top/bottom rows */
  .block table.composed_block.responsive {
    table-layout: auto !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .block table.composed_block_table.responsive,
  .block table.composed_block_table.responsive > tbody,
  .block table.composed_block_table.responsive > tbody > tr {
    display: block !important;
    width: 100% !important;
  }

  .block table.composed_block_table.responsive th.composed_block_table_outer_cell {
    display: block !important;
    width: 100% !important;
  }

  .block table.composed_block.responsive tr td.composed_block_cell {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .block table.composed_block.responsive tr td.composed_block_cell .inner_composed_block {
    overflow: visible !important;
  }

  /* force cells for composed image/text to be full-width so they properly break into 2 rows */
  table.composed_block.responsive td.composed_block_cell .inner_composed_block.bt_image,
    table.composed_block.responsive td.composed_block_cell .inner_composed_block.bt_text
    {
    display: block !important;
    width: 100% !important;
  }

  /* ensure all image blocks are full-width */
  .block.bt_image .img_wrapper {
    width: auto !important;
  }

  .block.bt_image img {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    min-height: initial !important;
  }

  .block table.composed_block.responsive td.cbn_image .img_wrapper {
    width: auto !important;
  }

  .block table.composed_block.responsive td.cbn_image img {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    min-height: initial !important;
  }

  /* bump up button sizes */
  .block.bt_button .bulletproof_button_container a {
    text-align: center;
    line-height: 120%;
  }

  .block.bt_feedback .feedback_base_container {
    margin: 0 auto;
    margin-top: -1em;
    width: 300px !important;
  }

  .block.bt_feedback table.feedback_item {
    width: 50px !important;
  }
  .block.bt_feedback .feedback_score {
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
    line-height: 40px !important;
    font-size: 20px !important;
  }

  .social_base_container,
  .feedback_base_container {
    margin-top: -1em;
  }
  .social_base_container td.social_base_inner,
  .feedback_base_container td.feedback_base_inner {
    text-align: center !important;
    font-size: 0; /* remove whitespace between tables */
    line-height: 5.0;
  }
  .social_base_container td.social_base_inner table.social_base_inner,
  .feedback_base_container td.feedback_base_inner table.feedback_base_inner {
    width: auto !important;
  }

  /* samsung android mail client can't set `display` on table elements, so set it on surrounding div instead */
  .social_base_container .social_base_inner div.social_item,
  .feedback_base_container .feedback_base_inner div.feedback_item {
    display: inline-block !important;
  }
  .social_base_container .social_base_inner table.social_item,
  .feedback_base_container .feedback_base_inner table.feedback_item {
    float: none !important; /* align="left" invisibly adds a float: left; rule to the computed style */
    font-size: 11pt; /* put the font size back */
    line-height: 1.0;
    margin-top: 1em;
  }



  #email_footer .sent_by {
    font-size: 1.2em !important;
    word-break: break-all; /* prevent long unbreakable words from borking entire layout */
  }

  #footer_links .divider {
    display: none !important;
  }

  /* make all layouts responsive, collapse columns into rows */

  th.row_cell {
    display: table-header-group !important; /* android 4.4 doesn't support display: block ; but does support this */
    display: block !important;
    width: 100% !important;
  }

  table.row_table table.cell_table,
  table.row_table table.cell_table td.cell,
  table.row_table table.cell_table td.cell .block_wrapper,
  table.row_table table.cell_table td.cell .block_wrapper .block,
  table.row_table table.cell_table td.cell .block_wrapper .block .content_wrapper {
    width: 100% !important;
  }

  /* device-specific blocks */

  div.hide_on_some_devices.show_on_desktop {
    display: none !important;
    mso-hide: all;
    max-height: 0px;
    width: 0px;
    overflow: hidden;
    float: left;
  }
  div.hide_on_some_devices.show_on_mobile {
    display: block !important;
    mso-hide: none;
    max-height: inherit !important;
    width: auto !important;
    overflow: visible !important;
    float: none !important;
  }

}



/* tablets */
@media (min-width: 768px) and (max-width: 979px) {

  /* device-specific blocks */

  div.hide_on_some_devices.show_on_mobile {
    display: none !important;
    mso-hide: all;
    max-height: 0px;
    width: 0px;
    overflow: hidden;
    float: left;

  }

  div.hide_on_some_devices.show_on_desktop {
    display: block !important;
  }

  .editor_content .improved_typography {
    word-break: break-word;
  }
}



/* desktop */
@media (min-width: 980px) {

  div.hide_on_some_devices.show_on_mobile {
    display: none !important;
    display: none;
    mso-hide: all;
    max-height: 0px;
    width: 0px;
    overflow: hidden;
    float: left;
  }

  div.hide_on_some_devices.show_on_desktop {
    display: block !important;
  }

  .editor_content .improved_typography {
    word-break: break-word;
  }
  
}

</style>
    
<!--[if gte mso 9]><style type="text/css">      .feedback_score {
        height: 26px !important;
        font-family: Arial, Verdana, sans-serif !important;
        font-size: 22px !important;
      }
      .feedback_score span {
        padding: 0px 0px 10px 0px !important;
        margin: 0px 0px 10px 0px  !important;
      }
</style>
<![endif]-->


<!--[if gte mso 15]><style type="text/css">      table, tr, td {
        border-collapse: collapse;
      }
      tr {
        border-collapse: collapse;
      }
</style>
<![endif]-->

    
  </head>
  <body style='padding: 0'>
    <table class='email_wrapper' id='email_wrapper' border='0' cellpadding='0' cellspacing='0' width='100%'   style=''>
      <tr>
        <td  style=''>
          <img id="email_tracking_image" src="https://talkbox.impactapp.com.au/email/U2xahUocEe10DecpqPeowg==/torsion.gif?cid=3xm-P5qvVMozMjjrWnm-nA==" data-sbx-rehost="false">      <div id="view_as_webpage" style="font-size: 10px; font-family: Arial,Helvetica,sans-serif; text-align: center; color:#000000; padding-bottom:10px;">
        <a href="https://tk.ht/s6agp/5eEl">View as a web page</a>
      </div>

<table class="background_table" bgcolor="transparent" background="" width="100%" height="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt"><tr><td style="border-collapse: collapse"><div class="body_wrapper" align="center" style="width: 100%">
<!--[if gte mso 9]><table border='0' cellspacing='0' cellpadding='0' width='600' style='width:600px;'><tr><td valign='top' width='600' style='width:600px;'><![endif]--><table class="body_wrapper_table" width="600" cellpadding="0" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; margin: 0 auto; margin-top: 35px; margin-bottom: 35px"><tr><td class="editor_content view" style="border-collapse: collapse; font-size: 11pt; font-family: Arial; text-align: left; line-height: 1.0; margin: 0 auto; background-color: rgb(255, 255, 255)" width="600" align="left" bgcolor="#ffffff" background="">
<table class="row_table" width="100%" cellpadding="0" cellspacing="0" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt"><tr class="row"><div class="row_div"><th class="row_cell" valign="top" width="100%" style="font-weight: normal; border-collapse: collapse; padding: 0px; min-width: 600px; max-width: 600px; text-align: left; vertical-align: top"><table class="cell_table" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; margin: 0; padding: 0"><tr><td id="0822bec9-4289-4db2-9dc3-40f51550caad" class="cell" width="100%" valign="top" style="border-collapse: collapse; margin: 0; padding: 0; vertical-align: top">
<table class="block_wrapper" width="100%" id="af7307c8-9034-4ed8-8904-02b973c5faec" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial" cellpadding="0"><tr><td class="block bt_two_columns" style="border-collapse: collapse; margin: 0; padding: 0; font-family: Arial; color: rgb(44, 53, 57)" width="100%" valign="top"><table class="composed_block_table responsive" align="left" width="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt"><tr>
<th width="50%" valign="top" class="composed_block_table_outer_cell" style="font-weight: normal; border-collapse: collapse"><table align="left" class="composed_block responsive" width="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border: 0"><tr><td class="composed_block_cell cbn_text1" style="border-collapse: collapse; padding: 10px 10px 10px 10px; vertical-align: top; margin: 0; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px"><div class="inner_composed_block cbn_text1 bt_text" style="width: 100%; display: inline-block; vertical-align: top"><div class="block bt_text" style="margin: 0 auto; font-family: Arial; color: rgb(44, 53, 57)" width="100%" valign="top"><table class="content_wrapper" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; margin: 0; padding: 0"><tr><td class="content_wrapper" style="border-collapse: collapse; padding: 0; vertical-align: top; margin: 0; font-family: Arial; color: rgb(44, 53, 57)" width="100%"><div><div class="improved_typography font-l" style="font-size: 13px; line-height: 150%"><div style="text-align: center">
<a href="https://talkbox.impactapp.com.au/link/3xm-P5qvVMozMjjrWnm-nA==/U2xahUocEe10DecpqPeowg==/74i2CYu5Ld9UTuY5e7YMWQ=="><span style="color: rgb(99, 102, 106)"><strong><u>Enquire Online</u></strong></span></a><br style="line-height: 1.0em">
</div></div></div></td></tr></table></div></div></td></tr></table></th>
<th width="50%" valign="top" class="composed_block_table_outer_cell" style="font-weight: normal; border-collapse: collapse"><table align="left" class="composed_block responsive" width="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border: 0"><tr><td class="composed_block_cell cbn_text2" style="border-collapse: collapse; padding: 10px 10px 10px 10px; vertical-align: top; margin: 0; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px"><div class="inner_composed_block cbn_text2 bt_text" style="width: 100%; display: inline-block; vertical-align: top"><div class="block bt_text" style="margin: 0 auto; font-family: Arial; color: rgb(44, 53, 57)" width="100%" valign="top"><table class="content_wrapper" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; margin: 0; padding: 0"><tr><td class="content_wrapper" style="border-collapse: collapse; padding: 0; vertical-align: top; margin: 0; font-family: Arial; color: rgb(44, 53, 57)" width="100%"><div><div class="improved_typography font-l" style="font-size: 13px; line-height: 150%"><div style="text-align: center"><span style="color: rgb(99, 102, 106)"><strong>01273 977677 </strong></span></div></div></div></td></tr></table></div></div></td></tr></table></th>
</tr></table></td></tr></table>
<table class="block_wrapper" width="100%" id="92451783-836f-4bec-8898-5c1d0337389a" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial" cellpadding="0"><tr><td class="block bt_image align_center" style="border-collapse: collapse; text-align: center; line-height: 0.01em; margin: 0; padding: 10px 10px 10px 10px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; font-family: Arial; color: rgb(44, 53, 57)" width="100%" valign="top"><div class="img_wrapper"><a href="https://talkbox.impactapp.com.au/link/3xm-P5qvVMozMjjrWnm-nA==/U2xahUocEe10DecpqPeowg==/Xo3IDueZdxoRGnWlXuCnuA==" target="_blank" data-link-guid="e0da3516-cd69-4a20-8efa-2d85bc6d5da5"><img data-sbx-image-guid="5b22d77b-0632-4be7-bb62-88a9569d0c61" data-sbx-image-src-width="1500" data-sbx-image-src-height="1100" data-sbx-failsafe-width="580" src="https://s3.amazonaws.com/assets.impactapp.com.au/content_images/658b2eb369a4406f58532d801c47119ad2d4ff0fdd157c423084cb91d6cd1fad/Alpine_Action_Newsletter_Header_-580-425.png" width="580" height="425" alt="Book for next season  ❤" style="border: none; height: auto; line-height: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic"></a></div></td></tr></table>
<table class="block_wrapper" width="100%" id="f9c23459-c4fd-4d91-bb0a-cacf1c696613" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial" cellpadding="0"><tr><td class="block bt_image align_center" style="border-collapse: collapse; text-align: center; line-height: 0.01em; margin: 0; padding: 10px 10px 10px 10px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; font-family: Arial; color: rgb(44, 53, 57)" width="100%" valign="top"><div class="img_wrapper"><a href="https://talkbox.impactapp.com.au/link/3xm-P5qvVMozMjjrWnm-nA==/U2xahUocEe10DecpqPeowg==/hFgq_7ekZQlwk1UqhaXivQ==" target="_blank" data-link-guid="495b5de1-19b5-4856-b981-039c0c364491"><img data-sbx-image-guid="8904bce4-87e3-4566-800c-acfe6204c89e" data-sbx-image-src-width="2048" data-sbx-image-src-height="437" data-sbx-failsafe-width="580" src="https://s3.amazonaws.com/assets.impactapp.com.au/content_images/187aa8484ccf62559b1b3ecb0668674c8c640530052b94160239b3934fcafdbe/DATES_FOR_NEXT_SEASON_edited_1651672927-580-123.png" width="580" height="123" alt="BOOK FOR 2023" style="border: none; height: auto; line-height: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic"></a></div></td></tr></table>
<table class="block_wrapper" width="100%" id="842ca314-55fa-4fd0-83f4-9af522e358e5" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial" cellpadding="0"><tr><td class="block bt_image align_center" style="border-collapse: collapse; text-align: center; line-height: 0.01em; margin: 0; padding: 10px 10px 10px 10px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; font-family: Arial; color: rgb(44, 53, 57)" width="100%" valign="top"><div class="img_wrapper"><a href="https://talkbox.impactapp.com.au/link/3xm-P5qvVMozMjjrWnm-nA==/U2xahUocEe10DecpqPeowg==/BqMglNAcJ5TQ5F55Llcufg==" target="_blank" data-link-guid="b3c645b4-ddec-4167-aa9a-0a2cd241e76a"><img data-sbx-image-guid="211be51f-f12c-41b8-a018-f9b8048d2884" data-sbx-image-src-width="299" data-sbx-image-src-height="70" data-sbx-failsafe-width="580" src="https://s3.amazonaws.com/assets.impactapp.com.au/content_images/4f91e1c69d4ee0a0f7d704276a50345e4d647724897e08e131a0b72312edfa86/Untitled_design_28__edited_1651587996-299-70.png" width="299" height="70" alt="DON'T MISS OUT!" style="border: none; height: auto; line-height: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic"></a></div></td></tr></table>
<table class="block_wrapper" width="100%" id="0e21c903-1b5c-4b61-919e-ae08dad45182" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial" cellpadding="0"><tr><td class="block bt_separator" style="border-collapse: collapse; margin: 0; padding: 10px 10px 10px 10px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; font-family: Arial; color: rgb(44, 53, 57)" width="100%" valign="top"><table width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt"><tr><th width="100%" height="1" style="font-weight: normal; border-collapse: collapse; color: #d3bba8; background-color: #d3bba8; padding: 0; margin: 0"></th></tr></table></td></tr></table>
</td></tr></table></th></div></tr></table>
<table class="row_table" width="100%" cellpadding="0" cellspacing="0" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt"><tr class="row"><div class="row_div">
<th class="row_cell" valign="top" width="52%" style="font-weight: normal; border-collapse: collapse; padding: 0px; min-width: 309px; max-width: 309px; text-align: left; vertical-align: top"><table class="cell_table" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; margin: 0; padding: 0"><tr><td id="03a0f234-fcf1-4bce-9216-0c66e5469747" class="cell" width="100%" valign="top" style="border-collapse: collapse; margin: 0; padding: 0; vertical-align: top"><table class="block_wrapper" width="100%" id="478939fd-b53a-4abf-9fca-6e0a64207dfe" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial" cellpadding="0"><tr><td class="block bt_text" style="border-collapse: collapse; margin: 0; padding: 0; font-family: Arial; color: rgb(44, 53, 57)" width="100%" valign="top"><table class="content_wrapper" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; margin: 0; padding: 0"><tr><td class="content_wrapper" style="border-collapse: collapse; margin: 0; padding: 10px 10px 10px 10px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; font-family: Arial; color: rgb(44, 53, 57)" width="100%"><div><div class="improved_typography font-l" style="font-size: 14px; line-height: 150%">
<strong><span style="color: rgb(211, 187, 168)"><span style="color: rgb(99, 102, 106)">All our chalets have been shut down and our wonderful staff have now left for their summer adventures. <br style="line-height: 1.0em"><br style="line-height: 1.0em"></span></span></strong><span style="color: rgb(211, 187, 168)"><span style="color: rgb(99, 102, 106)">We would just like to say a huge thank you to everyone who chose to ski with us this winter, what a year. So long awaited and definitely worth it. Our chalets were full until the very end, so thank you. </span></span><br style="line-height: 1.0em"><span style="color: rgb(211, 187, 168)"><span style="color: rgb(99, 102, 106)"></span></span><br style="line-height: 1.0em"><span style="color: rgb(211, 187, 168)"><span style="color: rgb(99, 102, 106)"><span style="color: rgb(211, 187, 168)">
❤</span> We hope you enjoyed it as much as we did.
</span></span><br style="line-height: 1.0em"><span style="color: rgb(211, 187, 168)"><span style="color: rgb(99, 102, 106)"><span style="color: rgb(211, 187, 168)">❤</span> We'd love to see you back next season.</span></span><br style="line-height: 1.0em"><span style="color: rgb(211, 187, 168)"><span style="color: rgb(99, 102, 106)"><span style="color: rgb(211, 187, 168)">❤</span> You can book for next winter now!</span></span>
</div></div></td></tr></table></td></tr></table></td></tr></table></th>
<th class="row_cell" valign="top" width="48%" style="font-weight: normal; border-collapse: collapse; padding: 0px; min-width: 291px; max-width: 291px; text-align: left; vertical-align: top"><table class="cell_table" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; margin: 0; padding: 0"><tr><td id="0673d697-e48e-427a-a8ae-a48e69e6c4b6" class="cell" width="100%" valign="top" style="border-collapse: collapse; margin: 0; padding: 0; vertical-align: top"><table class="block_wrapper" width="100%" id="5a36daac-79aa-4104-b6a3-ac79007fac26" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial" cellpadding="0"><tr><td class="block bt_image align_center" style="border-collapse: collapse; text-align: center; line-height: 0.01em; margin: 0; padding: 10px 10px 10px 10px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; font-family: Arial; color: rgb(44, 53, 57)" width="100%" valign="top"><div class="img_wrapper"><a href="https://talkbox.impactapp.com.au/link/3xm-P5qvVMozMjjrWnm-nA==/U2xahUocEe10DecpqPeowg==/k8V_IBlpuQk1lmzRdAKgaQ==" target="_blank" data-link-guid="de31f58f-da9b-4295-b411-9c5e3e162ee5"><img data-sbx-image-guid="90cc2c7b-1127-4a6a-aab8-e4cf851e1524" data-sbx-image-src-width="1080" data-sbx-image-src-height="1080" data-sbx-failsafe-width="271" src="https://s3.amazonaws.com/assets.impactapp.com.au/content_images/1fb02f6b4c2157b7f1ece427e24271ee986dd8a4ba28bd75b8c202583cf6c615/new_season_available_5_-271-271.png" width="271" height="271" alt="" style="border: none; height: auto; line-height: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic"></a></div></td></tr></table></td></tr></table></th>
</div></tr></table>
<table class="row_table" width="100%" cellpadding="0" cellspacing="0" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt"><tr class="row"><div class="row_div"><th class="row_cell" valign="top" width="100%" style="font-weight: normal; border-collapse: collapse; padding: 0px; min-width: 600px; max-width: 600px; text-align: left; vertical-align: top"><table class="cell_table" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; margin: 0; padding: 0"><tr><td id="b16636ca-6768-4872-8c2b-b38bd7813dc9" class="cell" width="100%" valign="top" style="border-collapse: collapse; margin: 0; padding: 0; vertical-align: top">
<table class="block_wrapper" width="100%" id="edde5c0d-8372-4657-8ed9-9aa6c0d6ac21" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial" cellpadding="0"><tr><td class="block bt_separator" style="border-collapse: collapse; margin: 0; padding: 10px 10px 10px 10px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; font-family: Arial; color: rgb(44, 53, 57)" width="100%" valign="top"><table width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt"><tr><th width="100%" height="1" style="font-weight: normal; border-collapse: collapse; color: #d3bba8; background-color: #d3bba8; padding: 0; margin: 0"></th></tr></table></td></tr></table>
<table class="block_wrapper" width="100%" id="4fbcf25f-ae2c-47e1-aa78-cabf8cf243bc" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial" cellpadding="0"><tr><td class="block bt_image align_center" style="border-collapse: collapse; text-align: center; line-height: 0.01em; margin: 0; padding: 10px 10px 10px 10px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; font-family: Arial; color: rgb(44, 53, 57)" width="100%" valign="top"><div class="img_wrapper"><a href="https://talkbox.impactapp.com.au/link/3xm-P5qvVMozMjjrWnm-nA==/U2xahUocEe10DecpqPeowg==/-8onGYLd3wr5a4A1XRY80A==" target="_blank" data-link-guid="c18fddab-6d22-40a7-b607-e7aa2f86ed85"><img data-sbx-image-guid="6f1d93cc-953f-401e-bd1d-791e575bd515" data-sbx-image-src-width="300" data-sbx-image-src-height="69" data-sbx-failsafe-width="580" src="https://s3.amazonaws.com/assets.impactapp.com.au/content_images/d35fd907859861ced08938629756055ce37f87f685067d7e8cfc240d6e5c510e/GET_A_QUOTE_edited_1651671986-300-69.png" width="300" height="69" alt="GET A QUOTE" style="border: none; height: auto; line-height: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic"></a></div></td></tr></table>
<table class="block_wrapper" width="100%" id="5abca3d6-7ac4-4d87-9fc8-5a90165d45aa" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial" cellpadding="0"><tr><td class="block bt_heading" style="border-collapse: collapse; margin: 0; padding: 0; font-family: Arial; color: rgb(44, 53, 57)" width="100%" valign="top"><table class="content_wrapper" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; margin: 0; padding: 0"><tr><td class="content_wrapper" style="border-collapse: collapse; margin: 0; padding: 10px 10px 10px 10px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; font-family: Arial; color: rgb(44, 53, 57)" width="100%"><div><div class="improved_typography font-xl" style="font-size: 32px; line-height: 150%"><div style="text-align: center"><span style="color: rgb(211, 187, 168)">Goodbye La Tania, it's been a blast! </span></div></div></div></td></tr></table></td></tr></table>
<table class="block_wrapper" width="100%" id="5cac4037-742f-4fa1-9b6f-19be079d31df" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial" cellpadding="0"><tr><td class="block bt_text" style="border-collapse: collapse; margin: 0; padding: 0; font-family: Arial; color: rgb(44, 53, 57)" width="100%" valign="top"><table class="content_wrapper" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; margin: 0; padding: 0"><tr><td class="content_wrapper" style="border-collapse: collapse; margin: 0; padding: 10px 10px 10px 10px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; font-family: Arial; color: rgb(44, 53, 57)" width="100%"><div><div class="improved_typography font-l" style="font-size: 14px; line-height: 150%">
<strong><span style='font-family: "Book Antiqua", Georgia, serif'><span style="font-family: Tahoma, Verdana, sans-serif"><span style="font-family: Helvetica, Arial, sans-serif">With a sad heart, we announce that the 2021/22 season was our last in La Tania.</span></span></span><br style="line-height: 1.0em"></strong><span style='font-family: "Book Antiqua", Georgia, serif'><span style="font-family: Tahoma, Verdana, sans-serif"><span style="font-family: Helvetica, Arial, sans-serif">


<br style="line-height: 1.0em">We have had 28 fabulous years operating in La Tania, and we have made 
many friends with locals, guests, staff and other operators alike. <br style="line-height: 1.0em"><br style="line-height: 1.0em">We 
have watched as the resort has grown and developed into a vibrant 
destination in the 3 Valleys.



We have welcomed thousands of guests to our chalets nestled in La 
Tania's forest. Many of them also fell in love with the village and 
returned time and time again to our chalets. <br style="line-height: 1.0em"><br style="line-height: 1.0em">Now we head into the future with a strong and growing Meribel program.
<br style="line-height: 1.0em"><br style="line-height: 1.0em">


<strong>Thanks to everyone who made our time in La Tania unforgettable.</strong></span></span></span>
</div></div></td></tr></table></td></tr></table>
<table class="block_wrapper" width="100%" id="74b54f71-310c-4a1a-8153-490799fb7306" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial" cellpadding="0"><tr><td class="block bt_social_media" style="border-collapse: collapse; text-align: center; overflow: hidden; margin: 0; padding: 10px 10px 10px 10px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; font-family: Arial; color: rgb(44, 53, 57)" width="100%" valign="top"><table class="social_base_container" border="0" cellspacing="0" cellpadding="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0px"><tr><td align="center" class="social_base_inner" style="border-collapse: collapse; margin: 0; padding: 0"><table class="social_base_inner" border="0" cellspacing="0" cellpadding="0" width="216" align="center" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt"><tr><td style="border-collapse: collapse; margin: 0; padding: 0">
<div class="social_item"><table class="social_item" border="0" cellspacing="0" cellpadding="0" width="72" align="left" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 72px; height: 72px"><tr><td align="center" width="72" style="border-collapse: collapse; margin: 0; padding: 0"><div class="social_links facebook" style="text-align: center; font-size: 12px"><div><a href="https://talkbox.impactapp.com.au/link/3xm-P5qvVMozMjjrWnm-nA==/U2xahUocEe10DecpqPeowg==/g1GCIfqoAz654kk-gHMdyQ==" target="_blank" class="stealth_link" style="color: #000; text-decoration: none"><img src="https://talkbox.impactapp.com.au/assets/editor/social_icons/coloured_square_solid/facebook-033829f1d2bc830a3b3dfd8e707b88a802a0fc3e46f3c47dfc12e6d66c57cc3a.png" width="32" height="32" style="border: none; height: auto; line-height: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic"></a></div></div></td></tr></table></div>
<!--[if (mso)|(IE)]> </td><td> <![endif]--><div class="social_item"><table class="social_item" border="0" cellspacing="0" cellpadding="0" width="72" align="left" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 72px; height: 72px"><tr><td align="center" width="72" style="border-collapse: collapse; margin: 0; padding: 0"><div class="social_links instagram" style="text-align: center; font-size: 12px"><div><a href="https://talkbox.impactapp.com.au/link/3xm-P5qvVMozMjjrWnm-nA==/U2xahUocEe10DecpqPeowg==/6MpTXlpF73w66rryp9SdWA==" target="_blank" class="stealth_link" style="color: #000; text-decoration: none"><img src="https://talkbox.impactapp.com.au/assets/editor/social_icons/coloured_square_solid/instagram-d172a826c069e2b16fff069d60dd7572a349e1c65cfe7cc16f121952cc5e1ddc.png" width="32" height="32" style="border: none; height: auto; line-height: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic"></a></div></div></td></tr></table></div>
<!--[if (mso)|(IE)]> </td><td> <![endif]--><div class="social_item"><table class="social_item" border="0" cellspacing="0" cellpadding="0" width="72" align="left" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 72px; height: 72px"><tr><td align="center" width="72" style="border-collapse: collapse; margin: 0; padding: 0"><div class="social_links you_tube" style="text-align: center; font-size: 12px"><div><a href="https://talkbox.impactapp.com.au/link/3xm-P5qvVMozMjjrWnm-nA==/U2xahUocEe10DecpqPeowg==/fV9b8R1Og971gPE5WNXRmg==" target="_blank" class="stealth_link" style="color: #000; text-decoration: none"><img src="https://talkbox.impactapp.com.au/assets/editor/social_icons/coloured_square_solid/you_tube-6870ddbbfb4df73837335494b46885c21f7fa078ce722f9b04de44e96856b2c0.png" width="32" height="32" style="border: none; height: auto; line-height: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic"></a></div></div></td></tr></table></div>
</td></tr></table></td></tr></table></td></tr></table>
</td></tr></table></th></div></tr></table>
</td></tr></table>
<!--[if gte mso 9]></td></tr></table><![endif]-->
</div></td></tr></table>
      <div id="email_footer" style="width: 100%; text-align: center; background-color: #ffffff;">
       <center>
          <table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-spacing:0; background-color: #ffffff;" bgcolor="#ffffff">
             <tr>
                <td style="font-size: 1px; line-height: 1px;" height="18"> </td>
             </tr>
          </table>
          <div id="sent_by" style="font-size: 12px; font-family: Helvetica,Arial,sans-serif; text-align: center; color:#607d8b;"> Email sent by <span>Alpine Action </span> using <a href="https://www.impactdata.com.au/product/talkbox/index.html" target="_blank" style="font-size: 12px; color: #607d8b; border:none;">TalkBox</a> </div>
          <br>
          <div id="footer_links" style="font-size: 12px; font-family: Helvetica,Arial,sans-serif; text-align: center; color:#607d8b;">
             <a id="preferences_link" href="https://talkbox.impactapp.com.au/members/email/T3dG6YQ8UcTXqqcZyzVbVQ==/3xm-P5qvVMozMjjrWnm-nA==/preferences" target="_blank" style="font-size: 12px; color: #607d8b; border:none;">My Profile</a> / <a id="unsubscribe_link" href="https://talkbox.impactapp.com.au/members/email/T3dG6YQ8UcTXqqcZyzVbVQ==/3xm-P5qvVMozMjjrWnm-nA==/U2xahUocEe10DecpqPeowg==/subscription" target="_blank" style="font-size: 12px; color: #607d8b; border:none;">Unsubscribe</a> / <a id="contact_sender_link" href="https://talkbox.impactapp.com.au/members/email/T3dG6YQ8UcTXqqcZyzVbVQ==/3xm-P5qvVMozMjjrWnm-nA==/U2xahUocEe10DecpqPeowg==/sender_info" target="_blank" style="font-size: 12px; color: #607d8b; border:none;">Sender</a>
          </div>
       </center>
      </div>
      
      <!-- prevent mobile Gmail app from globally increasing font sizes and breaking everything. Hide tags entirely for Outlook. -->
      <!--[if !mso]><!-->
      <div style="display:none; white-space:nowrap; font:15px courier; color:#ffffff;">
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      </div>
      <!---->
    
        </td>
      </tr>
    </table>
  </body>
</html>