{"id":18,"date":"2022-06-12T07:38:57","date_gmt":"2022-06-12T07:38:57","guid":{"rendered":"https:\/\/yogaschoolcostarica.com\/index.php\/yoga-retreat-costa-rica\/"},"modified":"2022-06-12T07:38:57","modified_gmt":"2022-06-12T07:38:57","slug":"yoga-retreat-costa-rica","status":"publish","type":"page","link":"https:\/\/yogaschoolcostarica.com\/index.php\/yoga-retreat-costa-rica\/","title":{"rendered":"Yoga Retreat Costa Rica"},"content":{"rendered":"<article class=\"sections\" data-page-sections=\"612833b37df57242c68ec4a6\" id=\"sections\">\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"dark\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--small\n    \n    \n      content-width--narrow\n    \n    horizontal-alignment--left\n    vertical-alignment--bottom\n    \n       has-background\n    \n    \n    dark'\n  \n  data-section-id=\"612833b37df57242c68ec4a9\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;backgroundImage&quot;: {\n    &quot;id&quot;: &quot;612dac0d314efc302b870db2&quot;,\n    &quot;recordType&quot;: 2,\n    &quot;addedOn&quot;: 1630383117308,\n    &quot;updatedOn&quot;: 1630383123331,\n    &quot;workflowState&quot;: 1,\n    &quot;publishOn&quot;: 1630383117308,\n    &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n    &quot;systemDataId&quot;: &quot;1630383117342-JTZBJP0B8XF0UCBNA75X&quot;,\n    &quot;systemDataVariants&quot;: &quot;2500x1667,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n    &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n    &quot;filename&quot;: &quot;unsplash-image-IGOBsR93I7Y.jpg&quot;,\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5,\n      &quot;source&quot;: 3\n    },\n    &quot;colorData&quot;: {\n      &quot;topLeftAverage&quot;: &quot;4a6d93&quot;,\n      &quot;topRightAverage&quot;: &quot;9a8e80&quot;,\n      &quot;bottomLeftAverage&quot;: &quot;9c8066&quot;,\n      &quot;bottomRightAverage&quot;: &quot;987c62&quot;,\n      &quot;centerAverage&quot;: &quot;a5a9ae&quot;,\n      &quot;suggestedBgColor&quot;: &quot;36608a&quot;\n    },\n    &quot;urlId&quot;: &quot;12ynzdgj5wauwtyu0gfftm06xacxwc&quot;,\n    &quot;title&quot;: &quot;&quot;,\n    &quot;body&quot;: null,\n    &quot;likeCount&quot;: 0,\n    &quot;commentCount&quot;: 0,\n    &quot;publicCommentCount&quot;: 0,\n    &quot;commentState&quot;: 2,\n    &quot;unsaved&quot;: false,\n    &quot;author&quot;: {\n      &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n      &quot;firstName&quot;: &quot;Mantra&quot;,\n      &quot;lastName&quot;: &quot;Yoga&quot;,\n      &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n      &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n    },\n    &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630383117342-JTZBJP0B8XF0UCBNA75X\/unsplash-image-IGOBsR93I7Y.jpg&quot;,\n    &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n    &quot;items&quot;: [ ],\n    &quot;pushedServices&quot;: { },\n    &quot;pendingPushedServices&quot;: { },\n    &quot;recordTypeLabel&quot;: &quot;image&quot;,\n    &quot;originalSize&quot;: &quot;2500x1667&quot;\n  },\n  &quot;imageOverlayOpacity&quot;: 0.44,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--small&quot;,\n  &quot;customSectionHeight&quot;: 50,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--left&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--bottom&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--narrow&quot;,\n  &quot;sectionTheme&quot;: &quot;dark&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n    \n  \n  \n><\/p>\n<div class=\"section-background\">\n<p><script>\n  \"use strict\";<\/p>\n<p>  var positionImage = function positionImage(imageEl) {\n    var imageDimensions = imageEl.dataset.imageDimensions.split('x');\n    var originalWidth = imageDimensions[0];\n    var originalHeight = imageDimensions[1];\n    var focalPoint = imageEl.dataset.imageFocalPoint.split(',');\n    var focalPointX = focalPoint[0];\n    var focalPointY = focalPoint[1];\n    var parentNode = imageEl.parentNode;<\/p>\n<p>    var scale = function () {\n      var imageRatio = originalWidth \/ originalHeight;\n      var parentClientSize = {\n        height: parentNode.clientHeight,\n        width: parentNode.clientWidth\n      };\n      var parentRatio = parentClientSize.width \/ parentClientSize.height;<\/p>\n<p>      if (imageRatio > parentRatio) {\n        return parentClientSize.height \/ originalHeight;\n      }<\/p>\n<p>      return parentClientSize.width \/ originalWidth;\n    }();<\/p>\n<p>    var getRelativeOffset = function getRelativeOffset() {\n      var targetWidth = Math.ceil(originalWidth * scale);\n      var targetHeight = Math.ceil(originalHeight * scale);\n      var parentDimensionWidth = parentNode.offsetWidth;\n      var parentDimensionHeight = parentNode.offsetHeight;\n      var overflowWidth = targetWidth - parentDimensionWidth;\n      var overflowHeight = targetHeight - parentDimensionHeight;\n      var valueX;<\/p>\n<p>      if (overflowWidth === 0) {\n        valueX = focalPointX;\n      } else {\n        valueX = Math.max(Math.min(targetWidth * focalPointX - parentDimensionWidth * 0.5, overflowWidth), 0) \/ overflowWidth;\n      }<\/p>\n<p>      var valueY;<\/p>\n<p>      if (overflowHeight === 0) {\n        valueY = focalPointY;\n      } else {\n        valueY = Math.max(Math.min(targetHeight * focalPointY - parentDimensionHeight * 0.5, overflowHeight), 0) \/ overflowHeight;\n      }<\/p>\n<p>      return {\n        valueX: valueX,\n        valueY: valueY\n      };\n    };<\/p>\n<p>    var relativeOffset = getRelativeOffset();\n    var valueX = relativeOffset.valueX;\n    var valueY = relativeOffset.valueY;\n    imageEl.style.objectPosition = \"\".concat(valueX * 100, \"% \").concat(valueY * 100, \"%\");\n  };\n<\/script><\/p>\n<p>  <img decoding=\"async\" alt=\"\"\n    \n    src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630383117342-JTZBJP0B8XF0UCBNA75X\/unsplash-image-IGOBsR93I7Y.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630383117342-JTZBJP0B8XF0UCBNA75X\/unsplash-image-IGOBsR93I7Y.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"unsplash-image-IGOBsR93I7Y.jpg\" \n    data-load=\"false\"\n    \n       srcset=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630383117342-JTZBJP0B8XF0UCBNA75X\/unsplash-image-IGOBsR93I7Y.jpg?format=100w 100w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630383117342-JTZBJP0B8XF0UCBNA75X\/unsplash-image-IGOBsR93I7Y.jpg?format=300w 300w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630383117342-JTZBJP0B8XF0UCBNA75X\/unsplash-image-IGOBsR93I7Y.jpg?format=500w 500w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630383117342-JTZBJP0B8XF0UCBNA75X\/unsplash-image-IGOBsR93I7Y.jpg?format=750w 750w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630383117342-JTZBJP0B8XF0UCBNA75X\/unsplash-image-IGOBsR93I7Y.jpg?format=1000w 1000w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630383117342-JTZBJP0B8XF0UCBNA75X\/unsplash-image-IGOBsR93I7Y.jpg?format=1500w 1500w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630383117342-JTZBJP0B8XF0UCBNA75X\/unsplash-image-IGOBsR93I7Y.jpg?format=2500w 2500w\"\n      \n      sizes=\"(max-width: 799px) 200vw, 100vw\" \n      onLoad=\"positionImage(this); this.classList.add('loaded');\"\n      loading=\"lazy\"\n    \n  \/><\/p>\n<div class=\"section-background-overlay\" style=\"opacity: 0.44;\"><\/div>\n<\/p><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-612833b37df57242c68ec4a9\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-12 span-12\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-830b1c9d4d908bc1455f\">\n<div class=\"sqs-block-content\">\n<h1 style=\"white-space:pre-wrap;\">One Week Yoga Retreat<\/h1>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--small\n    \n    \n      content-width--wide\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n      \n    \n    \n    '\n  \n  data-section-id=\"612e907909b3ce1ce131d3db\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--small&quot;,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--wide&quot;,\n  &quot;sectionTheme&quot;: &quot;&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-612e907909b3ce1ce131d3db\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-12 span-12\">\n<div class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\" id=\"block-cacc8abfc95eec22a3d3\">\n<div class=\"sqs-block-content\">\n<figure\n          class=\"\n            sqs-block-image-figure\n            image-block-outer-wrapper\n            image-block-v2\n            design-layout-collage\n            combination-animation-none\n            individual-animation-none\n            individual-text-animation-none\n            image-position-right\n            image-linked\n          \"\n          data-scrolled\n          data-test=\"image-block-v2-outer-wrapper\"\n      ><\/p>\n<div class=\"intrinsic\">\n<div\n          \n              class=\"\n                \n                image-inset\"\n              data-animation-role=\"image\"\n              data-description=\"\"\n              \n  \n\n          ><\/p>\n<div class=\"sqs-image-shape-container-element\n              \n                content-fit\n              \n            \" style=\"\n              position: relative;\n              overflow: hidden;\n              \n            \"><br \/>\n              <noscript><img decoding=\"async\" class=\"sqs-image-min-height\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630441719963-4C95NWVRX0A9DHOEM90Z\/OneWeekRetreat\" alt=\"Yoga Retreats - Mantra Yoga Retreats in Costa Rica are designed for singles, couples, friends, or family to enjoy a yoga holiday in the beautiful beach town Montezuma, Costa Rica. These luxurious but affordable yoga retreats will help you unwind and rejuvenate by allowing you to connect with nature in a beautiful, tropical environment, enjoy memorable excursions, relaxing spa treatments, and participate in daily yoga, mediation, and pranayama classes.  The prices include:Accommodations for 6 days\/5 nights.All meals and snacks.Morning and evening yoga and meditation classes.One 30-minute relaxation or deep tissue massage.One local excursion: Montezuma Waterfall HikeYou can customize your retreat by adding on more excursions and spa treatments as desired for an additional cost (see FAQ for excursion prices).Guests who book this retreat are eligible to stay for extra nights before or after the retreat as hotel guests at the reduced rate of $175\/night for a Bali Deluxe Bungalow or $200\/night for a Serenity Suite Villa!Yoga Retreat Costa Rica Dates: TBDRetreat Check-In: Mondays at 3:00 pmRetreat Check-Out: Saturdays at 10:00 amAll Covid-19 health measures will be taken. \" loading=\"lazy\"\/><\/noscript><br \/>\n              <img decoding=\"async\" class=\"sqs-image-min-height\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630441719963-4C95NWVRX0A9DHOEM90Z\/OneWeekRetreat\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630441719963-4C95NWVRX0A9DHOEM90Z\/OneWeekRetreat\" data-image-dimensions=\"2302x1536\" data-image-focal-point=\"0.5,0.5\" alt=\"One Week Yoga and Meditation Retreat Costa Rica\"  loading=\"lazy\"\/><\/p>\n<div class=\"image-overlay\" style=\"overflow: hidden;\"><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div><figcaption class=\"image-card-wrapper\" data-width-ratio>\n<div class=\"image-card sqs-dynamic-text-container\">\n<div class=\"image-title-wrapper\">\n<div class=\"image-title sqs-dynamic-text\"\n                \n  \n><\/p>\n<h2 style=\"white-space:pre-wrap;\">Yoga Retreats<\/h2>\n<\/div>\n<\/div>\n<div class=\"image-subtitle-wrapper\">\n<div class=\"image-subtitle sqs-dynamic-text\"\n                \n  \n><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Mantra Yoga Retreats in Costa Rica are designed for singles, couples, friends, or family to enjoy a yoga holiday in the beautiful beach town Montezuma, Costa Rica. <\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">These luxurious but affordable yoga retreats will help you unwind and rejuvenate by allowing you to connect with nature in a beautiful, tropical environment, enjoy memorable excursions, relaxing spa treatments, and participate in daily yoga, mediation, and pranayama classes.  <\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">The prices include:<\/p>\n<ul data-rte-list=\"default\">\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Accommodations for 6 days\/5 nights.<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">All meals and snacks.<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Morning and evening yoga and meditation classes.<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">One 30-minute relaxation or deep tissue massage.<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">One local excursion: Montezuma Waterfall Hike<\/p>\n<\/li>\n<\/ul>\n<p class=\"\" style=\"white-space:pre-wrap;\">You can customize your retreat by adding on more excursions and spa treatments as desired for an additional cost (see FAQ for excursion prices).<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Guests who book this retreat are eligible to stay for extra nights before or after the retreat as hotel guests at the reduced rate of $175\/night for a Bali Deluxe Bungalow or $200\/night for a Serenity Suite Villa!<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>Yoga Retreat Costa Rica Dates:<\/strong> TBD<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Retreat Check-In: Mondays at 3:00 pm<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Retreat Check-Out: Saturdays at 10:00 am<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">All Covid-19 health measures will be taken. <\/p>\n<\/div>\n<\/div>\n<div class=\"image-button-wrapper\">\n<div class=\"image-button sqs-dynamic-text\">\n<div class=\"image-button-inner\">\n                      <a href=\"\/book-retreat\" class=\"sqs-button-element--primary\">Book now<\/a>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/figcaption><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      \n        section-height--custom\n      \n    \n    \n      content-width--wide\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n      \n    \n    \n    '\n  \n  data-section-id=\"61c927c4e3ff141ecfd29f7d\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--custom&quot;,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--wide&quot;,\n  &quot;sectionTheme&quot;: &quot;&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n          \n          \n          padding-top: calc(vmax \/ 10); padding-bottom: calc(vmax \/ 10);\n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-61c927c4e3ff141ecfd29f7d\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-12 span-12\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-710d26f8693e7eea9126\">\n<div class=\"sqs-block-content\">\n<h2 style=\"text-align:center;white-space:pre-wrap;\">Personalize your retreat<\/h2>\n<\/div>\n<\/div>\n<div class=\"sqs-block spacer-block sqs-block-spacer sized vsize-1\" data-block-type=\"21\" id=\"block-91d58c6ff023c7411850\">\n<div class=\"sqs-block-content\">&nbsp;<\/div>\n<\/div>\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-4 span-4\">\n<div class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\" id=\"block-f408bff4d108d92b091c\">\n<div class=\"sqs-block-content\">\n<div\n        class=\"\n          image-block-outer-wrapper\n          layout-caption-below\n          design-layout-inline\n          combination-animation-none\n          individual-animation-none\n          individual-text-animation-none\n        \"\n        data-test=\"image-block-inline-outer-wrapper\"\n    ><\/p>\n<figure\n            class=\"\n              sqs-block-image-figure\n              intrinsic\n            \"\n            style=\"max-width:1788px;\"\n        ><\/p>\n<div\n              \n              \n              class=\"image-block-wrapper\"\n              data-animation-role=\"image\"\n              \n  \n\n          ><\/p>\n<div class=\"sqs-image-shape-container-element\n              \n          \n        \n              has-aspect-ratio\n            \" style=\"\n                position: relative;\n                \n                  padding-bottom:66.66667175292969%;\n                \n                overflow: hidden;\n              \"\n              ><br \/>\n              <noscript><img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630450574888-VJJ4EW3T8R2YFCUWL9N9\/unsplash-image-8w7b4SdhOgw.jpg\" alt=\"\" \/><\/noscript><img decoding=\"async\" class=\"thumb-image\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630450574888-VJJ4EW3T8R2YFCUWL9N9\/unsplash-image-8w7b4SdhOgw.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630450574888-VJJ4EW3T8R2YFCUWL9N9\/unsplash-image-8w7b4SdhOgw.jpg\" data-image-dimensions=\"1788x1192\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"61c927c4e3ff141ecfd29f77\" data-type=\"image\" \/>\n            <\/div>\n<\/p><\/div>\n<\/figure><\/div>\n<\/div>\n<\/div>\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-289cc28478cc5aa98080\">\n<div class=\"sqs-block-content\">\n<h3 style=\"text-align:center;white-space:pre-wrap;\">Classes<\/h3>\n<p style=\"margin-left:40px;white-space:pre-wrap;\" class=\"\">Learn something new with our expert teachers:<\/p>\n<ul data-rte-list=\"default\" style=\"margin-left:80px;\">\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Yoga<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Meditation<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Surfing<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Cocoa Ceremony<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Costa Rican Cooking<\/p>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"col sqs-col-4 span-4\">\n<div class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\" id=\"block-4f70d8e055835d068994\">\n<div class=\"sqs-block-content\">\n<div\n        class=\"\n          image-block-outer-wrapper\n          layout-caption-overlay-hover\n          design-layout-inline\n          combination-animation-none\n          individual-animation-none\n          individual-text-animation-none\n        \"\n        data-test=\"image-block-inline-outer-wrapper\"\n    ><\/p>\n<figure\n            class=\"\n              sqs-block-image-figure\n              intrinsic\n            \"\n            style=\"max-width:2500px;\"\n        ><\/p>\n<div\n              \n              \n              class=\"image-block-wrapper\"\n              data-animation-role=\"image\"\n              \n  \n\n          ><\/p>\n<div class=\"sqs-image-shape-container-element\n              \n          \n        \n              has-aspect-ratio\n            \" style=\"\n                position: relative;\n                \n                  padding-bottom:75%;\n                \n                overflow: hidden;\n              \"\n              ><br \/>\n              <noscript><img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630450502366-HG7UMNRNWPPLFTK87JND\/unsplash-image-AUlyA3qaHJQ.jpg\" alt=\"\" \/><\/noscript><img decoding=\"async\" class=\"thumb-image\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630450502366-HG7UMNRNWPPLFTK87JND\/unsplash-image-AUlyA3qaHJQ.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630450502366-HG7UMNRNWPPLFTK87JND\/unsplash-image-AUlyA3qaHJQ.jpg\" data-image-dimensions=\"2500x1875\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"61c927c4e3ff141ecfd29f79\" data-type=\"image\" \/>\n            <\/div>\n<\/p><\/div>\n<\/figure><\/div>\n<\/div>\n<\/div>\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-1a7101f13d236500e536\">\n<div class=\"sqs-block-content\">\n<h3 style=\"text-align:center;white-space:pre-wrap;\">Meals<\/h3>\n<p style=\"margin-left:40px;white-space:pre-wrap;\" class=\"\">Discover Costa Rican holistic cuisine:<\/p>\n<ul data-rte-list=\"default\" style=\"margin-left:80px;\">\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Local, fresh, organic ingredients<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Diverse meal options to accommodate preferences<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">From exotic smoothies to typical Casado<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Adaptable to your dietary restrictions<\/p>\n<\/li>\n<\/ul>\n<p style=\"margin-left:80px;white-space:pre-wrap;\" class=\"\"><\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"col sqs-col-4 span-4\">\n<div class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\" id=\"block-d45b3cacdcf104916c97\">\n<div class=\"sqs-block-content\">\n<div\n        class=\"\n          image-block-outer-wrapper\n          layout-caption-overlay-hover\n          design-layout-inline\n          combination-animation-none\n          individual-animation-none\n          individual-text-animation-none\n        \"\n        data-test=\"image-block-inline-outer-wrapper\"\n    ><\/p>\n<figure\n            class=\"\n              sqs-block-image-figure\n              intrinsic\n            \"\n            style=\"max-width:2500px;\"\n        ><\/p>\n<div\n              \n              \n              class=\"image-block-wrapper\"\n              data-animation-role=\"image\"\n              \n  \n\n          ><\/p>\n<div class=\"sqs-image-shape-container-element\n              \n          \n        \n              has-aspect-ratio\n            \" style=\"\n                position: relative;\n                \n                  padding-bottom:66.68000030517578%;\n                \n                overflow: hidden;\n              \"\n              ><br \/>\n              <noscript><img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630448373894-JSVDK3EEQDVI89Q52TMK\/unsplash-image-wQz3vdyueDE.jpg\" alt=\"\" \/><\/noscript><img decoding=\"async\" class=\"thumb-image\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630448373894-JSVDK3EEQDVI89Q52TMK\/unsplash-image-wQz3vdyueDE.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630448373894-JSVDK3EEQDVI89Q52TMK\/unsplash-image-wQz3vdyueDE.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" data-image-id=\"61c927c4e3ff141ecfd29f7b\" data-type=\"image\" \/>\n            <\/div>\n<\/p><\/div>\n<\/figure><\/div>\n<\/div>\n<\/div>\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-679d5cac39ef5b2b0508\">\n<div class=\"sqs-block-content\">\n<h3 style=\"text-align:center;white-space:pre-wrap;\">Experiences<\/h3>\n<p class=\"\" style=\"white-space:pre-wrap;\">Explore Costa Rica touring and relaxing with the locals:&nbsp;<\/p>\n<ul data-rte-list=\"default\" style=\"margin-left:40px;\">\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Snorkeling Tours<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Canopy Zip Line Tours<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Bioluminescence Boat Tours<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Hiking Tours<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Jungle ATV Tours<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Surfing Lessons<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Horseback Riding Tours<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">And more!<\/p>\n<\/li>\n<\/ul>\n<p class=\"\" data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\">\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"white\"\n  class='page-section\n    \n      user-items-list-section\n      full-bleed-section\n    \n    \n    \n      \n    \n    \n      \n    \n    \n    \n    \n      \n    \n    \n    white'\n  \n  data-section-id=\"61c935fc494a47362e22588c\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageFocalPoint&quot;: {\n    &quot;x&quot;: 0.5,\n    &quot;y&quot;: 0.5\n  },\n  &quot;imageOverlayOpacity&quot;: 0.3,\n  &quot;backgroundColor&quot;: &quot;white&quot;,\n  &quot;sectionTheme&quot;: &quot;white&quot;,\n  &quot;imageEffect&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;,\n  &quot;backgroundImage&quot;: null\n}\"\n  data-animation=\"\"\n  data-json-schema-section \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div\n  class=\"user-items-list\"\n  style=\"\n    min-height: 100px;\n    padding-top: 3.3vmax;\n    padding-bottom: 3.3vmax;\n    \"\n  data-card-theme=\"\"\n  data-section-id=\"user-items-list\"\n  data-section-title-enabled=\"true\"\n  data-space-below-section-title-value=\"40\"\n  data-space-below-section-title-unit=\"px\"\n  data-layout-width=\"inset\"\n><\/p>\n<div class=\"list-section-title\"\n      id=\"61c935fc494a47362e22588c\"\n      style= \"padding-bottom: 40px;\"\n      data-section-title-alignment=\"center\"\n    ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Choose Your Room<\/p>\n<\/p><\/div>\n<style>\n  .user-items-list-item-container[data-section-id=\"61c935fc494a47362e22588c\"] .list-item-content__title {\n    font-size: 1.2rem;\n  }\n  .user-items-list-item-container[data-section-id=\"61c935fc494a47362e22588c\"] .list-item-content__description {\n    font-size: 0.9rem;\n  }\n  .user-items-list-item-container[data-section-id=\"61c935fc494a47362e22588c\"] .list-item-content__button {\n    font-size: 0.8rem;\n  }<\/p>\n<p>  @supports (--test-custom-property: true) {\n    .user-items-list-item-container[data-section-id=\"61c935fc494a47362e22588c\"] {\n      --title-font-size-value: 1.2;\n      --body-font-size-value: 0.9;\n      --button-font-size-value: 0.8;\n    }\n  }\n<\/style>\n<div\n  class=\"\n    user-items-list-item-container\n    user-items-list-carousel\n  \"\n  data-controller=\"UserItemsListCarousel\"\n  data-max-columns=\"5\"\n  data-show-adjacent-slides=\"false\"\n  data-space-between-slides-value=\"20\"\n  data-space-between-slides-unit=\"px\"\n  data-media-aspect-ratio=\"3:2\"\n  data-is-infinite-enabled=\"false\"\n  data-navigation-controls=\"none\"\n  data-navigation-placement=\"center\"\n  data-navigation-alignment=\"center\"\n  data-alignment-vertical=\"stretch\"\n  data-section-id=\"61c935fc494a47362e22588c\"\n  data-current-context=\"{\n  &quot;userItems&quot;: [ {\n    &quot;title&quot;: &quot;Quad Bungalow&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Early-Bird Price: $700\/Person&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Regular Price: $800\/Person&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Occupancy of 4 Guests Required&lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Learn More&quot;,\n      &quot;buttonLink&quot;: &quot;\/quad-bungalow-week-retreat&quot;,\n      &quot;buttonNewWindow&quot;: false\n    },\n    &quot;imageId&quot;: &quot;61c935fc494a47362e22588b&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;61c935fc494a47362e22588b&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1632233181439,\n      &quot;updatedOn&quot;: 1640576436992,\n      &quot;starred&quot;: false,\n      &quot;passthrough&quot;: false,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1632233181439,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1631322894523-BA6HHET1KZ5HCDUQ4VG1&quot;,\n      &quot;systemDataVariants&quot;: &quot;3725x2007,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;IMG_2749.JPG&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;8c9445&quot;,\n        &quot;topRightAverage&quot;: &quot;c8cccc&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;746d22&quot;,\n        &quot;bottomRightAverage&quot;: &quot;cfdb6e&quot;,\n        &quot;centerAverage&quot;: &quot;4e4147&quot;,\n        &quot;suggestedBgColor&quot;: &quot;868d48&quot;\n      },\n      &quot;urlId&quot;: &quot;ohqgbkk1oba02yaq7p9gw8taaf28rj-7xr7l&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1631322894523-BA6HHET1KZ5HCDUQ4VG1\/IMG_2749.JPG&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;3725x2007&quot;\n    }\n  }, {\n    &quot;title&quot;: &quot;Triple Bungalow&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Early-Bird Price: $900\/Person&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Regular Price: $1000\/Person&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Occupancy of 3 Guests Required&lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Learn More&quot;,\n      &quot;buttonLink&quot;: &quot;\/triple-bungalow-week-retreat&quot;,\n      &quot;buttonNewWindow&quot;: false\n    },\n    &quot;imageId&quot;: &quot;61c935fc494a47362e225888&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;61c935fc494a47362e225888&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1632233050162,\n      &quot;updatedOn&quot;: 1640576436989,\n      &quot;starred&quot;: false,\n      &quot;passthrough&quot;: false,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1632233050162,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1630451573495-MWZAOCNKIJFK26S8SVFE&quot;,\n      &quot;systemDataVariants&quot;: &quot;4032x3024,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;IMG_1553.JPG&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;dfd8cd&quot;,\n        &quot;topRightAverage&quot;: &quot;556c3b&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;7a9b37&quot;,\n        &quot;bottomRightAverage&quot;: &quot;5b652c&quot;,\n        &quot;centerAverage&quot;: &quot;57402f&quot;,\n        &quot;suggestedBgColor&quot;: &quot;e8ddca&quot;\n      },\n      &quot;urlId&quot;: &quot;i64xmpkklrbkufs1n634wyb8wpihsd-rhjpn&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630451573495-MWZAOCNKIJFK26S8SVFE\/IMG_1553.JPG&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;4032x3024&quot;\n    }\n  }, {\n    &quot;title&quot;: &quot;Double Bungalow&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Early-Bird Price: $1100\/Person&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Regular Price: $1200\/Person&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Occupancy of 2 Guests Required&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; data-rte-preserve-empty=\\&quot;true\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;&lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Learn More&quot;,\n      &quot;buttonLink&quot;: &quot;\/double-bungalow-week-retreat&quot;,\n      &quot;buttonNewWindow&quot;: false\n    },\n    &quot;imageId&quot;: &quot;61ee3762b83f087059237148&quot;,\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5\n    },\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;61ee3762b83f087059237148&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1643001698315,\n      &quot;updatedOn&quot;: 1643001718577,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1643001698315,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1643001711523-QPVQ1827ZV5TRWI0L9NF&quot;,\n      &quot;systemDataVariants&quot;: &quot;4912x7360,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;Photo Jan 18, 3 43 11 PM.jpg&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;768950&quot;,\n        &quot;topRightAverage&quot;: &quot;686767&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;133c02&quot;,\n        &quot;bottomRightAverage&quot;: &quot;777889&quot;,\n        &quot;centerAverage&quot;: &quot;4c4324&quot;,\n        &quot;suggestedBgColor&quot;: &quot;8a8a77&quot;\n      },\n      &quot;urlId&quot;: &quot;r9i177smwttigmdkm06jwug6c7d10s&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1643001711523-QPVQ1827ZV5TRWI0L9NF\/Photo+Jan+18%2C+3+43+11+PM.jpg&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;4912x7360&quot;\n    }\n  }, {\n    &quot;title&quot;: &quot;Double Villa&quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Early-Bird Price: $1300\/Person&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Regular Price: $1400\/Person&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Occupancy of 2 Guests Required&lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Learn More&quot;,\n      &quot;buttonLink&quot;: &quot;\/double-villa-week-retreat&quot;,\n      &quot;buttonNewWindow&quot;: false\n    },\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5\n    },\n    &quot;imageId&quot;: &quot;61ee351bc40e1f1dfbd573bb&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;61ee351bc40e1f1dfbd573bb&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1643001115757,\n      &quot;updatedOn&quot;: 1643001127953,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1643001115757,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1643001124203-OWKCF7KELGCZ6J0X5LYK&quot;,\n      &quot;systemDataVariants&quot;: &quot;4032x3024,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;Photo Jan 09, 12 51 47 PM.jpg&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;8d907b&quot;,\n        &quot;topRightAverage&quot;: &quot;919d63&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;5c6557&quot;,\n        &quot;bottomRightAverage&quot;: &quot;7a9158&quot;,\n        &quot;centerAverage&quot;: &quot;998e7d&quot;,\n        &quot;suggestedBgColor&quot;: &quot;7d856e&quot;\n      },\n      &quot;urlId&quot;: &quot;ks88us9666vk8hvr64wfwc1yqi9x2r&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1643001124203-OWKCF7KELGCZ6J0X5LYK\/Photo+Jan+09%2C+12+51+47+PM.jpg&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;4032x3024&quot;\n    }\n  }, {\n    &quot;title&quot;: &quot;Single Villa &quot;,\n    &quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Early-Bird Price: $1600&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Regular Price: $1700&lt;\\\/p&gt;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;For a Single Guest&lt;\\\/p&gt;&quot;,\n    &quot;button&quot;: {\n      &quot;buttonText&quot;: &quot;Learn More&quot;,\n      &quot;buttonLink&quot;: &quot;\/private-villa-week-retreat&quot;,\n      &quot;buttonNewWindow&quot;: false\n    },\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0,\n      &quot;y&quot;: 0\n    },\n    &quot;imageId&quot;: &quot;61c935fc494a47362e225882&quot;,\n    &quot;image&quot;: {\n      &quot;id&quot;: &quot;61c935fc494a47362e225882&quot;,\n      &quot;recordType&quot;: 2,\n      &quot;addedOn&quot;: 1630451066125,\n      &quot;updatedOn&quot;: 1640576436981,\n      &quot;starred&quot;: false,\n      &quot;passthrough&quot;: false,\n      &quot;workflowState&quot;: 1,\n      &quot;publishOn&quot;: 1630451066125,\n      &quot;authorId&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n      &quot;systemDataId&quot;: &quot;1630451242103-4W0UVPLELU8QQ0G2VUT9&quot;,\n      &quot;systemDataVariants&quot;: &quot;2500x3746,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n      &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n      &quot;filename&quot;: &quot;IMG_3569 (1).JPG&quot;,\n      &quot;mediaFocalPoint&quot;: {\n        &quot;x&quot;: 0.5,\n        &quot;y&quot;: 0.5,\n        &quot;source&quot;: 3\n      },\n      &quot;colorData&quot;: {\n        &quot;topLeftAverage&quot;: &quot;9d979b&quot;,\n        &quot;topRightAverage&quot;: &quot;a2a19f&quot;,\n        &quot;bottomLeftAverage&quot;: &quot;463f3f&quot;,\n        &quot;bottomRightAverage&quot;: &quot;a096a1&quot;,\n        &quot;centerAverage&quot;: &quot;9f9148&quot;,\n        &quot;suggestedBgColor&quot;: &quot;969094&quot;\n      },\n      &quot;urlId&quot;: &quot;jvhylcsvsh169joe34o1l5b812s7aw-k4z6h&quot;,\n      &quot;title&quot;: &quot;&quot;,\n      &quot;body&quot;: null,\n      &quot;likeCount&quot;: 0,\n      &quot;commentCount&quot;: 0,\n      &quot;publicCommentCount&quot;: 0,\n      &quot;commentState&quot;: 2,\n      &quot;unsaved&quot;: false,\n      &quot;author&quot;: {\n        &quot;id&quot;: &quot;5bf8cd617e5992d0edb8f263&quot;,\n        &quot;displayName&quot;: &quot;Mantra Yoga&quot;,\n        &quot;firstName&quot;: &quot;Mantra&quot;,\n        &quot;lastName&quot;: &quot;Yoga&quot;,\n        &quot;websiteUrl&quot;: &quot;https:\/\/mantrayogameditation.org&quot;,\n        &quot;bio&quot;: &quot;&lt;p&gt;Mantra Yoga &amp;amp; Meditation School&lt;\\\/p&gt;&quot;\n      },\n      &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630451242103-4W0UVPLELU8QQ0G2VUT9\/IMG_3569+%281%29.JPG&quot;,\n      &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n      &quot;items&quot;: [ ],\n      &quot;pushedServices&quot;: { },\n      &quot;pendingPushedServices&quot;: { },\n      &quot;recordTypeLabel&quot;: &quot;image&quot;,\n      &quot;originalSize&quot;: &quot;2500x3746&quot;\n    }\n  } ],\n  &quot;styles&quot;: {\n    &quot;imageFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5\n    },\n    &quot;imageOverlayOpacity&quot;: 0.3,\n    &quot;backgroundColor&quot;: &quot;white&quot;,\n    &quot;sectionTheme&quot;: &quot;white&quot;,\n    &quot;imageEffect&quot;: &quot;none&quot;,\n    &quot;backgroundMode&quot;: &quot;image&quot;,\n    &quot;backgroundImage&quot;: null\n  },\n  &quot;video&quot;: {\n    &quot;filter&quot;: 1,\n    &quot;videoFallbackContentItem&quot;: null,\n    &quot;nativeVideoContentItem&quot;: null,\n    &quot;videoSourceProvider&quot;: &quot;none&quot;\n  },\n  &quot;backgroundImageFocalPoint&quot;: null,\n  &quot;backgroundImageId&quot;: null,\n  &quot;options&quot;: {\n    &quot;maxColumns&quot;: 5,\n    &quot;isCardEnabled&quot;: true,\n    &quot;isMediaEnabled&quot;: true,\n    &quot;isTitleEnabled&quot;: true,\n    &quot;isBodyEnabled&quot;: true,\n    &quot;isButtonEnabled&quot;: true,\n    &quot;isShowAdjacentSlides&quot;: false,\n    &quot;isInfiniteEnabled&quot;: false,\n    &quot;isAutoplayEnabled&quot;: false,\n    &quot;slideDurationMs&quot;: 1000,\n    &quot;mediaAspectRatio&quot;: &quot;3:2&quot;,\n    &quot;layoutWidth&quot;: &quot;inset&quot;,\n    &quot;mediaWidth&quot;: {\n      &quot;value&quot;: 100,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;mediaAlignment&quot;: &quot;center&quot;,\n    &quot;contentWidth&quot;: {\n      &quot;value&quot;: 100,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;titleAlignment&quot;: &quot;center&quot;,\n    &quot;bodyAlignment&quot;: &quot;center&quot;,\n    &quot;buttonAlignment&quot;: &quot;center&quot;,\n    &quot;titlePlacement&quot;: &quot;center&quot;,\n    &quot;bodyPlacement&quot;: &quot;center&quot;,\n    &quot;buttonPlacement&quot;: &quot;center&quot;,\n    &quot;cardVerticalAlignment&quot;: &quot;stretch&quot;,\n    &quot;contentOrder&quot;: &quot;media-first&quot;,\n    &quot;titleFontSize&quot;: &quot;heading-2&quot;,\n    &quot;bodyFontSize&quot;: &quot;paragraph-2&quot;,\n    &quot;buttonFontSize&quot;: &quot;button-medium&quot;,\n    &quot;customOptions&quot;: {\n      &quot;customTitleFontSize&quot;: {\n        &quot;value&quot;: 1.2,\n        &quot;unit&quot;: &quot;rem&quot;\n      },\n      &quot;customBodyFontSize&quot;: {\n        &quot;value&quot;: 0.9,\n        &quot;unit&quot;: &quot;rem&quot;\n      },\n      &quot;customButtonFontSize&quot;: {\n        &quot;value&quot;: 0.8,\n        &quot;unit&quot;: &quot;rem&quot;\n      }\n    },\n    &quot;verticalPaddingTop&quot;: {\n      &quot;value&quot;: 3.3,\n      &quot;unit&quot;: &quot;vmax&quot;\n    },\n    &quot;verticalPaddingBottom&quot;: {\n      &quot;value&quot;: 3.3,\n      &quot;unit&quot;: &quot;vmax&quot;\n    },\n    &quot;spaceBetweenSlides&quot;: {\n      &quot;value&quot;: 20,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;spaceBetweenContentAndMedia&quot;: {\n      &quot;value&quot;: 4,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;spaceBelowTitle&quot;: {\n      &quot;value&quot;: 1,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;spaceBelowBody&quot;: {\n      &quot;value&quot;: 4,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;cardPaddingTop&quot;: {\n      &quot;value&quot;: 2,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;cardPaddingRight&quot;: {\n      &quot;value&quot;: 2,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;cardPaddingBottom&quot;: {\n      &quot;value&quot;: 2,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;cardPaddingLeft&quot;: {\n      &quot;value&quot;: 2,\n      &quot;unit&quot;: &quot;%&quot;\n    },\n    &quot;navigationOffset&quot;: {\n      &quot;value&quot;: 3,\n      &quot;unit&quot;: &quot;vw&quot;\n    },\n    &quot;navigationControls&quot;: &quot;none&quot;,\n    &quot;navigationPlacement&quot;: &quot;center&quot;,\n    &quot;navigationAlignment&quot;: &quot;center&quot;,\n    &quot;spaceAboveNavigation&quot;: {\n      &quot;value&quot;: 30,\n      &quot;unit&quot;: &quot;px&quot;\n    },\n    &quot;progressIndicators&quot;: &quot;bars&quot;\n  },\n  &quot;layout&quot;: &quot;carousel&quot;,\n  &quot;isSectionTitleEnabled&quot;: true,\n  &quot;sectionTitle&quot;: &quot;&lt;p class=\\&quot;\\&quot; style=\\&quot;white-space:pre-wrap;\\&quot;&gt;Choose Your Room&lt;\\\/p&gt;&quot;,\n  &quot;spaceBelowSectionTitle&quot;: {\n    &quot;value&quot;: 40,\n    &quot;unit&quot;: &quot;px&quot;\n  },\n  &quot;sectionTitleAlignment&quot;: &quot;center&quot;,\n  &quot;isSectionButtonEnabled&quot;: false,\n  &quot;sectionButton&quot;: {\n    &quot;buttonText&quot;: &quot;Early bird discounts apply for bookings made at least 10 day before the retreat start date.&quot;,\n    &quot;buttonLink&quot;: &quot;&quot;,\n    &quot;buttonNewWindow&quot;: false\n  },\n  &quot;sectionButtonSize&quot;: &quot;medium&quot;,\n  &quot;sectionButtonAlignment&quot;: &quot;center&quot;,\n  &quot;spaceAboveSectionButton&quot;: {\n    &quot;value&quot;: 40,\n    &quot;unit&quot;: &quot;px&quot;\n  }\n}\"\n  data-media-alignment=\"center\"\n  data-title-alignment=\"center\"\n  data-body-alignment=\"center\"\n  data-button-alignment=\"center\"\n  data-title-placement=\"center\"\n  data-body-placement=\"center\"\n  data-button-placement=\"center\"\n  data-layout-width=\"inset\"\n  data-title-font-unit=\"rem\"\n  data-description-font-unit=\"rem\"\n  data-button-font-unit=\"rem\"\n  data-is-media-enabled=\"true\"\n  data-is-card-enabled=\"true\"\n  data-media-width-value=\"100\"\n  data-media-width-unit=\"%\"\n  data-content-order=\"media-first\"\n  data-space-between-columns=\"\"\n  data-vertical-padding-top-value=\"3.3\"\n  data-vertical-padding-bottom-value=\"3.3\"\n  data-vertical-padding-top-unit=\"vmax\"\n  data-vertical-padding-bottom-unit=\"vmax\"\n><\/p>\n<div\n    class=\"user-items-list-carousel__gutter\"\n    role=\"region\"\n    aria-label=\"\"\n  ><\/p>\n<div class=\"user-items-list-carousel__slideshow-holder\">\n<div class=\"user-items-list-carousel__slides-revealer\">\n<ul class=\"user-items-list-carousel__slides\" style=\"grid-gap: 20px;\">\n<li class=\"\n                  user-items-list-carousel__slide list-item\n                  \n                    list-item-basic-animation\n                  \n                \"\n                style=\"\n                \n                  padding-top: 2%;\n                  padding-right: 2%;\n                  padding-bottom: 2%;\n                  padding-left: 2%;\n                \n              \"\n              data-is-card-enabled=\"true\"\n            >\n<div class=\"user-items-list-carousel__media-container\"\n                      style=\"\n                        margin-bottom: 4%;\n                        width: 100%;\n                      \"\n                    ><\/p>\n<div class=\"user-items-list-carousel__media-inner\"\n                        data-media-aspect-ratio=\"3:2\"\n                        data-animation-role=\"image\"\n                      ><br \/>\n                        <img decoding=\"async\"\n                          \n                          data-image-focal-point=\",\"\n                          \n                          alt=\"\"\n                          src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1631322894523-BA6HHET1KZ5HCDUQ4VG1\/IMG_2749.JPG\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1631322894523-BA6HHET1KZ5HCDUQ4VG1\/IMG_2749.JPG\" data-image-dimensions=\"3725x2007\" data-image-focal-point=\"0.5,0.5\" alt=\"IMG_2749.JPG\" \n                          class=\"user-items-list-carousel__media\"\n                          data-load=\"false\"\n                          data-mode=\"cover\"\n                          data-use-advanced-positioning=\"true\"\n                        \/>\n                      <\/div>\n<\/p><\/div>\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n                        class=\"list-item-content__title\"\n                        style=\"max-width: 100%;\"\n                      >Quad Bungalow<\/h2>\n<div class=\"list-item-content__description\n                          \n                          \"\n                          style=\"\n                            margin-top: 1%;\n                            max-width: 100%;\n                          \"\n                        ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Early-Bird Price: $700\/Person<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Regular Price: $800\/Person<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Occupancy of 4 Guests Required<\/p>\n<\/div><\/div>\n<div class=\"list-item-content__button-wrapper\">\n<div class=\"list-item-content__button-container\"\n                      style=\"\n                        margin-top: 4%;\n                        max-width: 100%;\n                      \"\n                      data-animation-role=\"button\"\n                    ><br \/>\n                      <a class=\"\n                          list-item-content__button\n                          sqs-block-button-element\n                          \n                          \n                            sqs-block-button-element--medium\n                            sqs-button-element--primary\n                          \n                        \"\n                        href=\"\/quad-bungalow-week-retreat\"\n                        \n                      ><br \/>\n                        Learn More<br \/>\n                      <\/a>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li class=\"\n                  user-items-list-carousel__slide list-item\n                  \n                    list-item-basic-animation\n                  \n                \"\n                style=\"\n                \n                  padding-top: 2%;\n                  padding-right: 2%;\n                  padding-bottom: 2%;\n                  padding-left: 2%;\n                \n              \"\n              data-is-card-enabled=\"true\"\n            >\n<div class=\"user-items-list-carousel__media-container\"\n                      style=\"\n                        margin-bottom: 4%;\n                        width: 100%;\n                      \"\n                    ><\/p>\n<div class=\"user-items-list-carousel__media-inner\"\n                        data-media-aspect-ratio=\"3:2\"\n                        data-animation-role=\"image\"\n                      ><br \/>\n                        <img decoding=\"async\"\n                          \n                          data-image-focal-point=\",\"\n                          \n                          alt=\"\"\n                          src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630451573495-MWZAOCNKIJFK26S8SVFE\/IMG_1553.JPG\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630451573495-MWZAOCNKIJFK26S8SVFE\/IMG_1553.JPG\" data-image-dimensions=\"4032x3024\" data-image-focal-point=\"0.5,0.5\" alt=\"IMG_1553.JPG\" \n                          class=\"user-items-list-carousel__media\"\n                          data-load=\"false\"\n                          data-mode=\"cover\"\n                          data-use-advanced-positioning=\"true\"\n                        \/>\n                      <\/div>\n<\/p><\/div>\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n                        class=\"list-item-content__title\"\n                        style=\"max-width: 100%;\"\n                      >Triple Bungalow<\/h2>\n<div class=\"list-item-content__description\n                          \n                          \"\n                          style=\"\n                            margin-top: 1%;\n                            max-width: 100%;\n                          \"\n                        ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Early-Bird Price: $900\/Person<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Regular Price: $1000\/Person<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Occupancy of 3 Guests Required<\/p>\n<\/div><\/div>\n<div class=\"list-item-content__button-wrapper\">\n<div class=\"list-item-content__button-container\"\n                      style=\"\n                        margin-top: 4%;\n                        max-width: 100%;\n                      \"\n                      data-animation-role=\"button\"\n                    ><br \/>\n                      <a class=\"\n                          list-item-content__button\n                          sqs-block-button-element\n                          \n                          \n                            sqs-block-button-element--medium\n                            sqs-button-element--primary\n                          \n                        \"\n                        href=\"\/triple-bungalow-week-retreat\"\n                        \n                      ><br \/>\n                        Learn More<br \/>\n                      <\/a>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li class=\"\n                  user-items-list-carousel__slide list-item\n                  \n                    list-item-basic-animation\n                  \n                \"\n                style=\"\n                \n                  padding-top: 2%;\n                  padding-right: 2%;\n                  padding-bottom: 2%;\n                  padding-left: 2%;\n                \n              \"\n              data-is-card-enabled=\"true\"\n            >\n<div class=\"user-items-list-carousel__media-container\"\n                      style=\"\n                        margin-bottom: 4%;\n                        width: 100%;\n                      \"\n                    ><\/p>\n<div class=\"user-items-list-carousel__media-inner\"\n                        data-media-aspect-ratio=\"3:2\"\n                        data-animation-role=\"image\"\n                      ><br \/>\n                        <img decoding=\"async\"\n                          \n                          data-image-focal-point=\"0.5,0.5\"\n                          \n                          alt=\"\"\n                          src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1643001711523-QPVQ1827ZV5TRWI0L9NF\/Photo+Jan+18%2C+3+43+11+PM.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1643001711523-QPVQ1827ZV5TRWI0L9NF\/Photo+Jan+18%2C+3+43+11+PM.jpg\" data-image-dimensions=\"4912x7360\" data-image-focal-point=\"0.5,0.5\" alt=\"Photo Jan 18, 3 43 11 PM.jpg\" \n                          class=\"user-items-list-carousel__media\"\n                          data-load=\"false\"\n                          data-mode=\"cover\"\n                          data-use-advanced-positioning=\"true\"\n                        \/>\n                      <\/div>\n<\/p><\/div>\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n                        class=\"list-item-content__title\"\n                        style=\"max-width: 100%;\"\n                      >Double Bungalow<\/h2>\n<div class=\"list-item-content__description\n                          \n                          \"\n                          style=\"\n                            margin-top: 1%;\n                            max-width: 100%;\n                          \"\n                        ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Early-Bird Price: $1100\/Person<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Regular Price: $1200\/Person<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Occupancy of 2 Guests Required<\/p>\n<p class=\"\" data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\">\n<\/div><\/div>\n<div class=\"list-item-content__button-wrapper\">\n<div class=\"list-item-content__button-container\"\n                      style=\"\n                        margin-top: 4%;\n                        max-width: 100%;\n                      \"\n                      data-animation-role=\"button\"\n                    ><br \/>\n                      <a class=\"\n                          list-item-content__button\n                          sqs-block-button-element\n                          \n                          \n                            sqs-block-button-element--medium\n                            sqs-button-element--primary\n                          \n                        \"\n                        href=\"\/double-bungalow-week-retreat\"\n                        \n                      ><br \/>\n                        Learn More<br \/>\n                      <\/a>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li class=\"\n                  user-items-list-carousel__slide list-item\n                  \n                    list-item-basic-animation\n                  \n                \"\n                style=\"\n                \n                  padding-top: 2%;\n                  padding-right: 2%;\n                  padding-bottom: 2%;\n                  padding-left: 2%;\n                \n              \"\n              data-is-card-enabled=\"true\"\n            >\n<div class=\"user-items-list-carousel__media-container\"\n                      style=\"\n                        margin-bottom: 4%;\n                        width: 100%;\n                      \"\n                    ><\/p>\n<div class=\"user-items-list-carousel__media-inner\"\n                        data-media-aspect-ratio=\"3:2\"\n                        data-animation-role=\"image\"\n                      ><br \/>\n                        <img decoding=\"async\"\n                          \n                          data-image-focal-point=\"0.5,0.5\"\n                          \n                          alt=\"\"\n                          src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1643001124203-OWKCF7KELGCZ6J0X5LYK\/Photo+Jan+09%2C+12+51+47+PM.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1643001124203-OWKCF7KELGCZ6J0X5LYK\/Photo+Jan+09%2C+12+51+47+PM.jpg\" data-image-dimensions=\"4032x3024\" data-image-focal-point=\"0.5,0.5\" alt=\"Photo Jan 09, 12 51 47 PM.jpg\" \n                          class=\"user-items-list-carousel__media\"\n                          data-load=\"false\"\n                          data-mode=\"cover\"\n                          data-use-advanced-positioning=\"true\"\n                        \/>\n                      <\/div>\n<\/p><\/div>\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n                        class=\"list-item-content__title\"\n                        style=\"max-width: 100%;\"\n                      >Double Villa<\/h2>\n<div class=\"list-item-content__description\n                          \n                          \"\n                          style=\"\n                            margin-top: 1%;\n                            max-width: 100%;\n                          \"\n                        ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Early-Bird Price: $1300\/Person<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Regular Price: $1400\/Person<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Occupancy of 2 Guests Required<\/p>\n<\/div><\/div>\n<div class=\"list-item-content__button-wrapper\">\n<div class=\"list-item-content__button-container\"\n                      style=\"\n                        margin-top: 4%;\n                        max-width: 100%;\n                      \"\n                      data-animation-role=\"button\"\n                    ><br \/>\n                      <a class=\"\n                          list-item-content__button\n                          sqs-block-button-element\n                          \n                          \n                            sqs-block-button-element--medium\n                            sqs-button-element--primary\n                          \n                        \"\n                        href=\"\/double-villa-week-retreat\"\n                        \n                      ><br \/>\n                        Learn More<br \/>\n                      <\/a>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li class=\"\n                  user-items-list-carousel__slide list-item\n                  \n                    list-item-basic-animation\n                  \n                \"\n                style=\"\n                \n                  padding-top: 2%;\n                  padding-right: 2%;\n                  padding-bottom: 2%;\n                  padding-left: 2%;\n                \n              \"\n              data-is-card-enabled=\"true\"\n            >\n<div class=\"user-items-list-carousel__media-container\"\n                      style=\"\n                        margin-bottom: 4%;\n                        width: 100%;\n                      \"\n                    ><\/p>\n<div class=\"user-items-list-carousel__media-inner\"\n                        data-media-aspect-ratio=\"3:2\"\n                        data-animation-role=\"image\"\n                      ><br \/>\n                        <img decoding=\"async\"\n                          \n                          data-image-focal-point=\"0,0\"\n                          \n                          alt=\"\"\n                          src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630451242103-4W0UVPLELU8QQ0G2VUT9\/IMG_3569+%281%29.JPG\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61232bacf80bd42c117046e0\/1630451242103-4W0UVPLELU8QQ0G2VUT9\/IMG_3569+%281%29.JPG\" data-image-dimensions=\"2500x3746\" data-image-focal-point=\"0.5,0.5\" alt=\"IMG_3569 (1).JPG\" \n                          class=\"user-items-list-carousel__media\"\n                          data-load=\"false\"\n                          data-mode=\"cover\"\n                          data-use-advanced-positioning=\"true\"\n                        \/>\n                      <\/div>\n<\/p><\/div>\n<div class=\"list-item-content\">\n<div class=\"list-item-content__text-wrapper\">\n<h2\n                        class=\"list-item-content__title\"\n                        style=\"max-width: 100%;\"\n                      >Single Villa <\/h2>\n<div class=\"list-item-content__description\n                          \n                          \"\n                          style=\"\n                            margin-top: 1%;\n                            max-width: 100%;\n                          \"\n                        ><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Early-Bird Price: $1600<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Regular Price: $1700<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">For a Single Guest<\/p>\n<\/div><\/div>\n<div class=\"list-item-content__button-wrapper\">\n<div class=\"list-item-content__button-container\"\n                      style=\"\n                        margin-top: 4%;\n                        max-width: 100%;\n                      \"\n                      data-animation-role=\"button\"\n                    ><br \/>\n                      <a class=\"\n                          list-item-content__button\n                          sqs-block-button-element\n                          \n                          \n                            sqs-block-button-element--medium\n                            sqs-button-element--primary\n                          \n                        \"\n                        href=\"\/private-villa-week-retreat\"\n                        \n                      ><br \/>\n                        Learn More<br \/>\n                      <\/a>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<div class=\"mobile-arrows\">\n      <button\n  class=\"\n    mobile-arrow-button\n    mobile-arrow-button--left\n  \"\n  aria-label=\"\n    \n      \n    \n    \n  \"\n  data-animation-role=\"button\"\n><\/p>\n<div class=\"\n    user-items-list-carousel__arrow-icon-background\n    mobile-arrow-icon-background-area\n  \">\n  <\/div>\n<p>  <svg class=\"mobile-arrow-icon\" viewBox=\"0 0 24 14\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><\/p>\n<path class=\"user-items-list-carousel__arrow-icon-foreground\n        mobile-arrow-icon-path\"\n        d=\"M7.87012 13L2.00021 7L7.87012 1\" stroke-width=\"2\" fill=\"none\"\n      \/>\n      <path class=\"user-items-list-carousel__arrow-icon-foreground\n        mobile-arrow-icon-path\"\n        d=\"M22.9653 7L3.03948 7\" stroke-width=\"2\" stroke-linecap=\"square\" fill=\"none\"\n      \/><\/p>\n<p>  <\/svg><br \/>\n<\/button><\/p>\n<p>      <button\n  class=\"\n    mobile-arrow-button\n    mobile-arrow-button--right\n  \"\n  aria-label=\"\n    \n    \n      \n    \n  \"\n  data-animation-role=\"button\"\n><\/p>\n<div class=\"\n    user-items-list-carousel__arrow-icon-background\n    mobile-arrow-icon-background-area\n  \">\n  <\/div>\n<p>  <svg class=\"mobile-arrow-icon\" viewBox=\"0 0 24 14\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><\/p>\n<path class=\"user-items-list-carousel__arrow-icon-foreground\n        mobile-arrow-icon-path\"\n        d=\"M16.1299 1L21.9998 7L16.1299 13\" stroke-width=\"2\" fill=\"none\"\n      \/>\n      <path class=\"user-items-list-carousel__arrow-icon-foreground\n        mobile-arrow-icon-path\"\n        d=\"M1.03472 7H20.9605\" stroke-width=\"2\" stroke-linecap=\"square\" fill=\"none\"\n      \/><\/p>\n<p>  <\/svg><br \/>\n<\/button><\/p><\/div>\n<\/p><\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"dark-bold\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--small\n    \n    \n      content-width--narrow\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n      \n    \n    \n    dark-bold'\n  \n  data-section-id=\"612833b37df57242c68ec4b1\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--small&quot;,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--narrow&quot;,\n  &quot;sectionTheme&quot;: &quot;dark-bold&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-612833b37df57242c68ec4b1\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-12 span-12\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-86ce7c4dd8d45a749342\">\n<div class=\"sqs-block-content\">\n<h2 style=\"text-align:center;white-space:pre-wrap;\">Begin your journey<\/h2>\n<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">Immerse yourself in yoga, meditation, and healthy local food on a personalized <strong>week retreat<\/strong> that aims to change your life.<\/p>\n<\/div>\n<\/div>\n<div class=\"sqs-block button-block sqs-block-button\" data-block-type=\"53\" id=\"block-1fa63ac7c04a96f03afd\">\n<div class=\"sqs-block-content\">\n<div\n  class=\"sqs-block-button-container sqs-block-button-container--center\"\n  data-animation-role=\"button\"\n  data-alignment=\"center\"\n  data-button-size=\"medium\"\n  data-button-type=\"primary\"\n><br \/>\n  <a\n    href=\"\/book-retreat\"\n    class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\"\n    \n  ><br \/>\n    Book your retreat<br \/>\n  <\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--medium\n    \n    \n      content-width--wide\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n      \n    \n    \n    '\n  \n  data-section-id=\"61ca2c741bc6331f43760c33\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--medium&quot;,\n  &quot;customSectionHeight&quot;: 10,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--wide&quot;,\n  &quot;customContentWidth&quot;: 50,\n  &quot;backgroundColor&quot;: &quot;&quot;,\n  &quot;sectionTheme&quot;: &quot;&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n    \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-61ca2c741bc6331f43760c33\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-12 span-12\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-61ca2c75a56ae756766ef9b9\">\n<div class=\"sqs-block-content\">\n<h2 style=\"white-space:pre-wrap;\">&nbsp;Retreat Itinerary<\/h2>\n<p class=\"\" style=\"white-space:pre-wrap;\"><em>Note: The schedule of excursions listed below is subject to change based on availability, weather conditions, etc. This itinerary is also customizable for each guest \u2013 you are welcome to sign up for different excursions and set your own schedule of excursions based on when they are offered. You will have an opportunity to sign up for the excursions you want, and will only be charged for the ones you sign up for.<\/em><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>Day 1 &#8211; Monday<\/strong><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Welcome to Costa Rica! Once you arrive at Daniel Oduber International Airport in Liberia or Juan Santamaria International Airport in San Jose, you will take a shuttle to Mantra Yoga School in Montezuma. Alternatively, you can take a connecting flight to Tambor Airport and from there, take a 30-minute taxi or shuttle ride to the resort.<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">3:00 pm \u2013 Check-in starts (Guests who arrive before 3 pm are welcome to relax at the resort or explore the town of Montezuma while waiting for their room.<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">3:00 \u2013 5:00 pm \u2013 Guests who have arrived can have a snack, get settled, relax, meet other guests, or explore.<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">2:00 &#8211; 5:00 pm &#8211; Snack<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">5:00 &#8211; 5:15 pm \u2013 Opening Circle\/Introductions<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">5:15 &#8211; 6:15 pm \u2013 60-minute Sunset Yin Yoga and Meditation Class<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">7:00 pm &#8211; Dinner<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>Day 2 &#8211; Tuesday<\/strong><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">6:30 \u2013 7:30 am \u2013 Fruit, juice, tea available for anyone who wants a light snack before the Yoga class<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">7:30 \u2013 8:30 am \u2013 60-minute Vinyasa Flow Yoga Class<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">8:30 \u2013 9:30 am &#8211; Breakfast<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">9:30 am \u2013 Tortuga Island Snorkeling Tour &#8211; You\u2019ll be transported to the beach and hop on a boat to Tortuga Island! Here, you will get a chance to do some snorkeling at some great spots and see marine life. We\u2019ll then spend some time on the island where lunch will be served, and you can explore the island or relax at the beach before heading back to Montezuma.<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">1:00 pm &#8211; Picnic Lunch<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">3:30 pm &#8211; Return to the resort<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">4:00 pm &#8211; Snack<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">5:00 &#8211; 6:15 pm &#8211; 75-minute Sunset Yin Yoga and Meditation Class<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">7:00 pm &#8211; Dinner<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>Day 3 &#8211; Wednesday<\/strong><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">6:30 \u2013 7:30 am \u2013 Fruit, juice, tea available for anyone who wants a light snack before the Yoga class<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">7:30 \u2013 8:30 am \u2013 60-minute Vinyasa Flow Yoga Class<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">8:30 \u2013 9:30 am &#8211; Breakfast<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">9:30 am &#8211; 12:00 pm &#8211; Relax at the pool or walk to the river and\/or waterfalls<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">12:00 pm &#8211; Lunch<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">1:00 &#8211; 3:30 pm &#8211; Canopy Zip Line Tour &#8211; You will meet your tour guides for an exciting zipline adventure over the Montezuma River and cascading waterfalls!<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">5:00 -6:15 pm &#8211; 75-minute Sunset Yin Yoga and Meditation Class<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">7:00 pm &#8211; Dinner<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>Day 4 &#8211; Thursday<\/strong><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">6:30 \u2013 7:30 am \u2013 Fruit, juice, tea available for anyone who wants a light snack before the Yoga class<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">7:30 \u2013 8:30 am \u2013 60-minute Vinyasa Flow Yoga Class<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">8:30 \u2013 9:30 am &#8211; Breakfast<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">9:30 am \u2013 Cabo Blanco Hiking Tour &#8211; For those who want to do the hiking tour, you\u2019ll be transported to Cabo Blanco Nature Reserve for a guided 10 km hike where you\u2019ll learn about some of the flora and fauna of the Nicoya Peninsula, see some wildlife, and visit Cabo Blanco beach for swimming and a picnic lunch<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">1:00 pm &#8211; Lunch<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">3:30 pm &#8211; Return to the resort<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">4:00 pm &#8211; Snack<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">5:00 pm \u2013 75-minute Sunset Yin Yoga and Meditation Class<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">7:00 pm &#8211; Dinner<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>Day 5 &#8211; Friday<\/strong><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">6:30 \u2013 7:30 am \u2013 Fruit, juice, tea available for anyone who wants a light snack before the vinyasa class<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">7:30 \u2013 8:30 am \u2013 60-minute Vinyasa Flow Yoga Class<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">8:30 \u2013 9:30 am &#8211; Breakfast<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">9:30 am \u2013 Horseback Riding Tour, Surfing Lesson, ATV Tour, or relax at the resort.<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">12:00 pm &#8211; Lunch<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">1:00 &#8211; 2:00 pm &#8211; 60-minute Yin Yoga Class<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">3:00 pm \u2013 Snack<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">3:30 pm &#8211; Bioluminescence Boat Tour &#8211; You\u2019ll be transported to the beach and take a boat ride to see a beautiful mangrove forest, watch the sunset from a secluded beach in a natural reserve park, and then do swimming and snorkeling in sparkling green bioluminescent waters! <\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">9:00 pm &#8211; Dinner<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>Day 6 \u2013 Saturday<\/strong><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">6:30 \u2013 7:30 am \u2013 Fruit, juice, tea available for anyone who wants a light snack before the vinyasa class<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">7:30 &#8211; 8:45 am \u2013 60-minute Vinyasa Flow yoga and Closing Circle<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">8:45 \u2013 9:30 am &#8211; Breakfast<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">10:00 am \u2013 Check-out<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"\"\n  class='page-section\n    \n      layout-engine-section\n    \n    background-width--inset\n    \n      \n        section-height--custom\n      \n    \n    \n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n      \n    \n    \n    '\n  \n  data-section-id=\"612eb4f95cea57710ad85da2\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--inset&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--custom&quot;,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--custom&quot;,\n  &quot;sectionTheme&quot;: &quot;&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-animation=\"none\"\n   \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n          \n          \n          padding-top: calc(vmax \/ 10); padding-bottom: calc(vmax \/ 10);\n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n       style=\"width: %;\" \n    ><\/p>\n<div class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-612eb4f95cea57710ad85da2\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-12 span-12\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-40d547adb2f9cb12d3d6\">\n<div class=\"sqs-block-content\">\n<h2 style=\"white-space:pre-wrap;\">FAQs<\/h2>\n<\/div>\n<\/div>\n<div class=\"sqs-block spacer-block sqs-block-spacer sized vsize-1\" data-block-type=\"21\" id=\"block-bb069ef2a38fdd1f8f6c\">\n<div class=\"sqs-block-content\">&nbsp;<\/div>\n<\/div>\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-4 span-4\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-62254df162dceba8d6ed\">\n<div class=\"sqs-block-content\">\n<h4 style=\"white-space:pre-wrap;\">What\u2019s included in this retreat?<\/h4>\n<p class=\"\" style=\"white-space:pre-wrap;\">The base price includes the accommodations for 6 days\/5 nights, all meals and snacks, daily yoga, meditation, and pranayama classes, one 30-minute relaxation or deep-tissue massage, and one local excursion: Montezuma Waterfall Hike.<\/p>\n<h4 style=\"white-space:pre-wrap;\">Can I skip a meal?<\/h4>\n<p class=\"\" style=\"white-space:pre-wrap;\">Yes, you can, just let the staff know beforehand. We do not recommend this as the food is an essential part of the experience we offer.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"col sqs-col-8 span-8\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-4 span-4\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-e9a19b8090ae4b67ebcd\">\n<div class=\"sqs-block-content\">\n<h4 style=\"white-space:pre-wrap;\">What is not included in this retreat?<\/h4>\n<p class=\"\" style=\"white-space:pre-wrap;\">Travel expenses, insurance, spa treatments, excursions are not included, but available for an extra charge payable on checkout. Fees for PayPal and other forms of payment are also not included.<\/p>\n<h4 style=\"white-space:pre-wrap;\">Is it possible to stay extra nights if I want to arrive before the retreat start date or stay past the retreat end date<\/h4>\n<p class=\"\" style=\"white-space:pre-wrap;\">Yes! You are welcome to book extra nights at the resort at the reduced rate of $175\/night for a Bali Deluxe Bungalow or $200\/night for a Serenity Suite Villa, subject to availability.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"col sqs-col-4 span-4\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-278c896274b84cd9eb37\">\n<div class=\"sqs-block-content\">\n<h4 style=\"white-space:pre-wrap;\">What are the prices for the activities and excursions?<\/h4>\n<p class=\"\" style=\"white-space:pre-wrap;\">Current prices are:<\/p>\n<ul data-rte-list=\"default\">\n<li>\n<p class=\"sqsrte-small\" style=\"white-space:pre-wrap;\">Cabo Blanco Hiking Tour: $45<\/p>\n<\/li>\n<li>\n<p class=\"sqsrte-small\" style=\"white-space:pre-wrap;\">ATV Tour: $150<\/p>\n<\/li>\n<li>\n<p class=\"sqsrte-small\" style=\"white-space:pre-wrap;\">Horseback Riding: $70<\/p>\n<\/li>\n<li>\n<p class=\"sqsrte-small\" style=\"white-space:pre-wrap;\">Surfing Lesson: $70<\/p>\n<\/li>\n<li>\n<p class=\"sqsrte-small\" style=\"white-space:pre-wrap;\">Snorkeling Tour: $80<\/p>\n<\/li>\n<li>\n<p class=\"sqsrte-small\" style=\"white-space:pre-wrap;\">Canopy Zipline Tour: $60<\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">Bioluminescent Boat Tour: $90<\/p>\n<\/li>\n<li>\n<p class=\"sqsrte-small\" style=\"white-space:pre-wrap;\">Scuba Dive Tour: $200<\/p>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<\/article>\n","protected":false},"excerpt":{"rendered":"<p>One Week Yoga Retreat Yoga Retreats Mantra Yoga Retreats in Costa Rica are designed for singles, couples, friends, or family to enjoy a yoga holiday in the beautiful beach town Montezuma, Costa Rica. These luxurious but affordable yoga retreats will help you unwind and rejuvenate by allowing you to connect with nature in a beautiful, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/yogaschoolcostarica.com\/index.php\/wp-json\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yogaschoolcostarica.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yogaschoolcostarica.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yogaschoolcostarica.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yogaschoolcostarica.com\/index.php\/wp-json\/wp\/v2\/comments?post=18"}],"version-history":[{"count":0,"href":"https:\/\/yogaschoolcostarica.com\/index.php\/wp-json\/wp\/v2\/pages\/18\/revisions"}],"wp:attachment":[{"href":"https:\/\/yogaschoolcostarica.com\/index.php\/wp-json\/wp\/v2\/media?parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}