{"id":37676,"date":"2022-12-06T15:29:19","date_gmt":"2022-12-06T15:29:19","guid":{"rendered":"https:\/\/pego.cc\/frequently-asked-questions\/"},"modified":"2025-09-23T15:04:26","modified_gmt":"2025-09-23T15:04:26","slug":"faq","status":"publish","type":"page","link":"https:\/\/pego.cc\/en\/faq\/","title":{"rendered":"Frequently Asked Questions"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"37676\" class=\"elementor elementor-37676 elementor-19838\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4b68f0d elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"4b68f0d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7eabe67 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"7eabe67\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-afbd773 sc_height_large sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"afbd773\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-104e99e8 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"104e99e8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-5c8a57ff sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"5c8a57ff\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e88bdc4 pego-faq sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"e88bdc4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ab44745 sc_fly_static elementor-widget elementor-widget-html\" data-id=\"ab44745\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<input type=\"text\" id=\"faq-search\" placeholder=\"Szukaj w FAQ...\"><style>#faq-search {\n    width: 100%;\n\n    padding: 10px 4px;\n    font-size: 18px;\n    border: none;                  \/* usu\u0144 wszystkie ramki *\/\n    border-bottom: 2px solid #ddd; \/* tylko dolna linia *\/\n    background: transparent;       \/* t\u0142o przezroczyste *\/\n    outline: none;\n    transition: all 0.3s ease;\n    margin-bottom: 25px;\n    box-sizing: border-box;\n  }\n\n  \/* efekt po klikni\u0119ciu *\/\n  #faq-search:focus {\n    border-bottom-color: #f15a29; \/* kolor Pego.CC *\/\n  }\n\n  \/* placeholder *\/\n  #faq-search::placeholder {\n    color: #aaa;\n    font-style: italic;\n  }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-90f2354 sc_fly_static elementor-widget elementor-widget-html\" data-id=\"90f2354\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n  \/* ukrywaj tylko konkretne elementy *\/\n  .pego-faq .faq-group .elementor-toggle > .elementor-toggle-item.is-hidden { display: none !important; }\n  .pego-faq .faq-group .elementor-accordion > .elementor-accordion-item.is-hidden { display: none !important; }\n\n  \/* gdy w sekcji nie ma \u017cadnego wyniku \u2014 ukryj CA\u0141\u0104 sekcj\u0119 (z nag\u0142\u00f3wkiem) *\/\n  .pego-faq .faq-group.is-empty { display: none !important; }\n<\/style>\n\n<script>\n(function () {\n  \/\/ normalizacja PL znak\u00f3w\n  const norm = (s) => (s || \"\").toLowerCase().normalize(\"NFD\").replace(\/[\\u0300-\\u036f]\/g, \"\");\n\n  function initFaqSearch() {\n    const root = document.querySelector(\".pego-faq\");\n    if (!root) return;\n\n    const search = root.querySelector(\"#faq-search\");\n    if (!search) return;\n\n    \/\/ znajd\u017a sekcje (nag\u0142\u00f3wek + toggle\/accordion)\n    const groups = Array.from(root.querySelectorAll(\".faq-group\")).map(group => {\n      const items = group.querySelectorAll(\n        \".elementor-toggle > .elementor-toggle-item, .elementor-accordion > .elementor-accordion-item\"\n      );\n      const cache = new Map();\n      items.forEach(el => cache.set(el, norm(el.textContent)));\n      return { group, items, cache };\n    }).filter(g => g.items.length);\n\n    \/\/ funkcja filtrowania\n    const applyFilter = (q) => {\n      const needle = norm(q.trim());\n      groups.forEach(({ group, items, cache }) => {\n        let visibleCount = 0;\n        items.forEach(el => {\n          const hit = !needle || cache.get(el).includes(needle);\n          el.classList.toggle(\"is-hidden\", !hit);\n          if (hit) visibleCount++;\n        });\n        \/\/ je\u015bli w tej sekcji brak trafie\u0144 -> ukryj ca\u0142\u0105 sekcj\u0119 (z nag\u0142\u00f3wkiem)\n        group.classList.toggle(\"is-empty\", visibleCount === 0);\n      });\n    };\n\n    \/\/ start: poka\u017c wszystko\n    applyFilter(\"\");\n    search.addEventListener(\"input\", e => applyFilter(e.target.value));\n  }\n\n  \/\/ odpal po inicjalizacji\n  document.addEventListener(\"DOMContentLoaded\", initFaqSearch);\n  if (window.jQuery && window.elementorFrontend) {\n    jQuery(window).on(\"elementor\/frontend\/init\", initFaqSearch);\n  }\n  window.addEventListener(\"load\", initFaqSearch);\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0d5abaf sc_fly_static elementor-widget elementor-widget-spacer\" data-id=\"0d5abaf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-97c04c6 faq-group e-flex e-con-boxed sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"97c04c6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b37b663 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"b37b663\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h3 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">1. Accommodation and Rooms<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-243ee26 faq-section sc_fly_static elementor-widget elementor-widget-toggle\" data-id=\"243ee26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3801\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-3801\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What types of rooms\/apartments are available (e.g., single, family, with kitchenette)?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3801\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-3801\"><p><span style=\"font-weight: 400;\">At Pego.CC during the summer season, we have three apartments. Two of them are 6-person apartments with four bedrooms and a separate kitchen, and one is a 4-person apartment with two bedrooms, a kitchenette, and a living room. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">In the winter season, the apartments are divided into single rooms \u2014 we then have 12 single and double rooms with shared facilities (toilet, kitchen, living room).<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3802\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-3802\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are the rooms air-conditioned?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3802\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-3802\"><p><span style=\"font-weight: 400;\">In the apartments on the 1st and 2nd floors (Andaluz and Iberia), there are three rooms with air conditioning and one <\/span><span style=\"font-weight: 400;\">without. In the apart <\/span><span style=\"font-weight: 400;\">ment on the 3rd floor (Norte), each bedroom and the living room have air conditioning.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3803\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-3803\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Are the rooms heated in winter?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3803\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-3803\"><p><span style=\"font-weight: 400;\">Yes, heating is available in the winter season, ensuring guests feel comfortable even at lower temperatures.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3804\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-3804\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is Wi-Fi \/ high-speed internet available in the rooms?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3804\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-3804\"><p><span style=\"font-weight: 400;\">Yes, fast Wi-Fi is available throughout the property and is free for all guests.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3805\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-3805\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is there a balcony \/ terrace with a view?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3805\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-3805\"><p><span style=\"font-weight: 400;\">Some rooms have access to a balcony with a street view and access to a patio. We also offer our guests a large terrace with garden furniture located on the top floor of the building. It&#8217;s an excellent place to relax, offering charming views.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3806\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-3806\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What is the maximum capacity of the property?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3806\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-3806\"><p><span style=\"font-weight: 400;\">The property can accommodate 16 people, or 18 with extra beds.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3807\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-3807\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Are towels and bedding provided in the rooms?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3807\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-3807\"><p><span style=\"font-weight: 400;\">Yes, we provide a set of fresh bedding and towels for each guest included in the accommodation price.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3808\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-3808\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I bring a dog?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3808\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-3808\"><p><span style=\"font-weight: 400;\">Our place was created with athletes and physically active people in mind, for whom silence, recovery, and comfort of shared spaces are crucial. The presence of animals, although we like them very much, may disrupt this balance and cause discomfort to other guests. For this reason, we do not accept reservations with pets.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3809\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-3809\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are there accommodation options with separate entrances?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3809\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-3809\"><p><span style=\"font-weight: 400;\">Each apartment has a separate entrance. Only in the case of renting individual rooms, the entrance is shared. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-38010\" class=\"elementor-tab-title\" data-tab=\"10\" role=\"button\" aria-controls=\"elementor-tab-content-38010\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What are the check-in and check-out times?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-38010\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"10\" role=\"region\" aria-labelledby=\"elementor-tab-title-38010\"><p><span style=\"font-weight: 400;\">Standard check-in times <\/span><span style=\"font-weight: 400;\">are from 15:00 to 22:00, <\/span> <span style=\"font-weight: 400;\">and check-out is by 11:00. There is also the possibility of individually arranging check-in and check-out times by prior agreement. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-38011\" class=\"elementor-tab-title\" data-tab=\"11\" role=\"button\" aria-controls=\"elementor-tab-content-38011\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is early check-in or late check-out possible?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-38011\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"11\" role=\"region\" aria-labelledby=\"elementor-tab-title-38011\"><p><span style=\"font-weight: 400;\">The possibility of early check-in or late check-out is available by prior arrangement and subject to availability.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-38012\" class=\"elementor-tab-title\" data-tab=\"12\" role=\"button\" aria-controls=\"elementor-tab-content-38012\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are the rooms \/ apartments suitable for families with children?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-38012\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"12\" role=\"region\" aria-labelledby=\"elementor-tab-title-38012\"><p><span style=\"font-weight: 400;\">Yes, we offer rooms and apartments suitable for families with children, with the possibility of adding baby cots.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-38013\" class=\"elementor-tab-title\" data-tab=\"13\" role=\"button\" aria-controls=\"elementor-tab-content-38013\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you offer rooms with access to a kitchenette or shared kitchen?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-38013\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"13\" role=\"region\" aria-labelledby=\"elementor-tab-title-38013\"><p><span style=\"font-weight: 400;\">Yes, one of the apartments has a kitchenette, and the other two have separate kitchens.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-38014\" class=\"elementor-tab-title\" data-tab=\"14\" role=\"button\" aria-controls=\"elementor-tab-content-38014\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Does the property have common areas for socializing (e.g., lounge, terrace, kitchen)?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-38014\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"14\" role=\"region\" aria-labelledby=\"elementor-tab-title-38014\"><p><span style=\"font-weight: 400;\">When renting rooms, the common areas are the kitchens with dining areas. We also offer our guests a large terrace with garden furniture located on the top floor of the building. It&#8217;s an excellent place to relax, offering charming views.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-38015\" class=\"elementor-tab-title\" data-tab=\"15\" role=\"button\" aria-controls=\"elementor-tab-content-38015\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are there facilities for people with limited mobility?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-38015\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"15\" role=\"region\" aria-labelledby=\"elementor-tab-title-38015\"><p><span style=\"font-weight: 400;\">The property strives to provide facilities for people with limited mobility, such as an elevator, but we ask for prior contact to discuss specific needs and availability in detail.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-38016\" class=\"elementor-tab-title\" data-tab=\"16\" role=\"button\" aria-controls=\"elementor-tab-content-38016\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you offer long-stay accommodation options (e.g., for workation)?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-38016\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"16\" role=\"region\" aria-labelledby=\"elementor-tab-title-38016\"><p><span style=\"font-weight: 400;\">Yes, but only during the summer period for entire apartments. There is no possibility of long-term accommodation in a single room during the autumn-spring period. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-38017\" class=\"elementor-tab-title\" data-tab=\"17\" role=\"button\" aria-controls=\"elementor-tab-content-38017\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What is the equipment in the apartments?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-38017\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"17\" role=\"region\" aria-labelledby=\"elementor-tab-title-38017\"><p><span style=\"font-weight: 400;\">The apartments are equipped with beds with comfortable mattresses, wardrobes, a desk, a kitchen with basic appliances (fridge, induction cooker, microwave, dishwasher, dishes), a bathroom with shower, towels, shampoo, soap, washing machine, hair dryer, air conditioning, and Wi-Fi access.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-38018\" class=\"elementor-tab-title\" data-tab=\"18\" role=\"button\" aria-controls=\"elementor-tab-content-38018\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are the apartments cleaned during the stay?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-38018\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"18\" role=\"region\" aria-labelledby=\"elementor-tab-title-38018\"><p><span style=\"font-weight: 400;\">Apartment cleaning is done regularly. During the cycling season, common areas are cleaned daily. There is also the possibility of ordering additional cleaning on request.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-38019\" class=\"elementor-tab-title\" data-tab=\"19\" role=\"button\" aria-controls=\"elementor-tab-content-38019\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Does the hotel have a place for relaxation and rest?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-38019\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"19\" role=\"region\" aria-labelledby=\"elementor-tab-title-38019\"><p><span style=\"font-weight: 400;\">Yes, the property offers a large rooftop terrace.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-38020\" class=\"elementor-tab-title\" data-tab=\"20\" role=\"button\" aria-controls=\"elementor-tab-content-38020\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Does the property have its own parking spaces?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-38020\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"20\" role=\"region\" aria-labelledby=\"elementor-tab-title-38020\"><p class=\"p1\">The property does not have its own parking, but parking in Pego is completely free and there are no paid parking zones. You can easily find a spot near the base &#8211; including at the public parking on Calle Llavador (about 250 m away), near the music school, or at the Masymas supermarket parking lot, which also has an underground parking available free of charge. It&#8217;s worth remembering that on Thursday mornings, the Masymas surface parking is closed due to the market, so it&#8217;s best to use the underground parking then. All these places are also suitable for longer, overnight parking.    <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-38021\" class=\"elementor-tab-title\" data-tab=\"21\" role=\"button\" aria-controls=\"elementor-tab-content-38021\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can you smoke cigarettes at Pego.cc and is there a designated area for it?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-38021\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"21\" role=\"region\" aria-labelledby=\"elementor-tab-title-38021\"><p><span style=\"font-weight: 400;\">Smoking is allowed only in designated outdoor areas of the property. Smoking is prohibited inside the premises. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What types of rooms\\\/apartments are available (e.g., single, family, with kitchenette)?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">At Pego.CC during the summer season, we have three apartments. Two of them are 6-person apartments with four bedrooms and a separate kitchen, and one is a 4-person apartment with two bedrooms, a kitchenette, and a living room. <\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">In the winter season, the apartments are divided into single rooms \\u2014 we then have 12 single and double rooms with shared facilities (toilet, kitchen, living room).<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are the rooms air-conditioned?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">In the apartments on the 1st and 2nd floors (Andaluz and Iberia), there are three rooms with air conditioning and one <\\\/span><span style=\\\"font-weight: 400;\\\">without. In the apart <\\\/span><span style=\\\"font-weight: 400;\\\">ment on the 3rd floor (Norte), each bedroom and the living room have air conditioning.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are the rooms heated in winter?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, heating is available in the winter season, ensuring guests feel comfortable even at lower temperatures.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is Wi-Fi \\\/ high-speed internet available in the rooms?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, fast Wi-Fi is available throughout the property and is free for all guests.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is there a balcony \\\/ terrace with a view?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Some rooms have access to a balcony with a street view and access to a patio. We also offer our guests a large terrace with garden furniture located on the top floor of the building. It&#8217;s an excellent place to relax, offering charming views.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What is the maximum capacity of the property?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The property can accommodate 16 people, or 18 with extra beds.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are towels and bedding provided in the rooms?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we provide a set of fresh bedding and towels for each guest included in the accommodation price.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can I bring a dog?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Our place was created with athletes and physically active people in mind, for whom silence, recovery, and comfort of shared spaces are crucial. The presence of animals, although we like them very much, may disrupt this balance and cause discomfort to other guests. For this reason, we do not accept reservations with pets.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there accommodation options with separate entrances?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Each apartment has a separate entrance. Only in the case of renting individual rooms, the entrance is shared. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What are the check-in and check-out times?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Standard check-in times <\\\/span><span style=\\\"font-weight: 400;\\\">are from 15:00 to 22:00, <\\\/span> <span style=\\\"font-weight: 400;\\\">and check-out is by 11:00. There is also the possibility of individually arranging check-in and check-out times by prior agreement. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is early check-in or late check-out possible?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The possibility of early check-in or late check-out is available by prior arrangement and subject to availability.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are the rooms \\\/ apartments suitable for families with children?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we offer rooms and apartments suitable for families with children, with the possibility of adding baby cots.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you offer rooms with access to a kitchenette or shared kitchen?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, one of the apartments has a kitchenette, and the other two have separate kitchens.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Does the property have common areas for socializing (e.g., lounge, terrace, kitchen)?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">When renting rooms, the common areas are the kitchens with dining areas. We also offer our guests a large terrace with garden furniture located on the top floor of the building. It&#8217;s an excellent place to relax, offering charming views.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there facilities for people with limited mobility?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The property strives to provide facilities for people with limited mobility, such as an elevator, but we ask for prior contact to discuss specific needs and availability in detail.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you offer long-stay accommodation options (e.g., for workation)?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, but only during the summer period for entire apartments. There is no possibility of long-term accommodation in a single room during the autumn-spring period. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What is the equipment in the apartments?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The apartments are equipped with beds with comfortable mattresses, wardrobes, a desk, a kitchen with basic appliances (fridge, induction cooker, microwave, dishwasher, dishes), a bathroom with shower, towels, shampoo, soap, washing machine, hair dryer, air conditioning, and Wi-Fi access.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are the apartments cleaned during the stay?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Apartment cleaning is done regularly. During the cycling season, common areas are cleaned daily. There is also the possibility of ordering additional cleaning on request.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Does the hotel have a place for relaxation and rest?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, the property offers a large rooftop terrace.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Does the property have its own parking spaces?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p class=\\\"p1\\\">The property does not have its own parking, but parking in Pego is completely free and there are no paid parking zones. You can easily find a spot near the base &#8211; including at the public parking on Calle Llavador (about 250 m away), near the music school, or at the Masymas supermarket parking lot, which also has an underground parking available free of charge. It&#8217;s worth remembering that on Thursday mornings, the Masymas surface parking is closed due to the market, so it&#8217;s best to use the underground parking then. All these places are also suitable for longer, overnight parking.    <\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can you smoke cigarettes at Pego.cc and is there a designated area for it?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Smoking is allowed only in designated outdoor areas of the property. Smoking is prohibited inside the premises. <\\\/span><\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-29e60ad faq-group e-flex e-con-boxed sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"29e60ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a56fef8 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"a56fef8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h3 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">2. Meals<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10c5143 faq-section sc_fly_static elementor-widget elementor-widget-toggle\" data-id=\"10c5143\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1751\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1751\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are meals included in the price?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1751\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1751\"><p><span style=\"font-weight: 400;\">In the standard offer at Pego.cc, meals are not automatically included in the accommodation price. For organized groups, there is an option to order breakfasts and dinners for an additional fee, which are served in the form of catering. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1752\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-1752\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can you cook for yourself?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1752\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-1752\"><p><span style=\"font-weight: 400;\">Yes, guests have the option to cook for themselves. All apartments have a kitchen or kitchenette. In the case of renting individual rooms, the kitchen is shared. Basic spices, salt, and sugar are available in the kitchen.   <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1753\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-1753\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is there a fridge \/ kettle \/ coffee maker in the room?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1753\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-1753\"><p><span style=\"font-weight: 400;\">All apartments are equipped with refrigerators, electric kettles, and coffee makers.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1754\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-1754\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are there local markets, bakeries, restaurants nearby?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1754\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-1754\"><p><span style=\"font-weight: 400;\">The local market in Pego takes place on Thursdays. The town also has many restaurants serving local dishes and bakeries offering traditional pastries. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1755\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-1755\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you serve traditional Spanish paella or local dishes?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1755\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-1755\"><p><span style=\"font-weight: 400;\">Yes, we serve traditional Spanish paella and other local dishes for special occasions or upon request.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1756\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-1756\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is it possible to order food delivery to the apartment?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1756\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-1756\"><p><span style=\"font-weight: 400;\">Pego is a small town where all shops and restaurants are within a 5-15 minute walk from our base.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Are meals included in the price?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">In the standard offer at Pego.cc, meals are not automatically included in the accommodation price. For organized groups, there is an option to order breakfasts and dinners for an additional fee, which are served in the form of catering. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can you cook for yourself?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, guests have the option to cook for themselves. All apartments have a kitchen or kitchenette. In the case of renting individual rooms, the kitchen is shared. Basic spices, salt, and sugar are available in the kitchen.   <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is there a fridge \\\/ kettle \\\/ coffee maker in the room?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">All apartments are equipped with refrigerators, electric kettles, and coffee makers.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there local markets, bakeries, restaurants nearby?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The local market in Pego takes place on Thursdays. The town also has many restaurants serving local dishes and bakeries offering traditional pastries. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you serve traditional Spanish paella or local dishes?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we serve traditional Spanish paella and other local dishes for special occasions or upon request.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is it possible to order food delivery to the apartment?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Pego is a small town where all shops and restaurants are within a 5-15 minute walk from our base.<\\\/span><\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cbb9835 faq-group e-flex e-con-boxed sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"cbb9835\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e7bc5c sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"6e7bc5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h3 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">3. Training and Sports Infrastructure<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4a7e81 faq-section sc_fly_static elementor-widget elementor-widget-toggle\" data-id=\"d4a7e81\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2221\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2221\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you offer a training plan or coach supervision?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2221\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2221\"><p><span style=\"font-weight: 400;\">Yes, we collaborate with experienced personal trainers and nutritionists who are happy to prepare an individual training plan and nutrition plan for you. They can also monitor your progress based on data from your bike computer or sports watch to best tailor the program to your goals and capabilities. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2222\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2222\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are there Strava segments or race routes in the area?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2222\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2222\"><p><span style=\"font-weight: 400;\">Yes, the area around Pego.cc is rich in numerous Strava segments and routes used for cycling and running races, making this place very attractive for athletes.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2223\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2223\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is it possible to wash a bike?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2223\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2223\"><p><span style=\"font-weight: 400;\">Yes, our workshop has a bike wash station along with cleaning products, making it easy and convenient to take care of your equipment after training.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2224\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2224\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can equipment be safely left overnight?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2224\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2224\"><p><span style=\"font-weight: 400;\">Yes, sports equipment can be left in a secure, lockable room at our base.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2225\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2225\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Are there GPX routes available for download?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2225\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2225\"><p><span style=\"font-weight: 400;\">Yes, on our website <\/span><a href=\"https:\/\/pego.cc\/en\/routes\/\"><span style=\"font-weight: 400;\">https:\/\/pego.cc\/trasy\/<\/span><\/a><span style=\"font-weight: 400;\"> you&#8217;ll find several ready-made Strava routes of various distances, which can be easily exported to a GPX file or loaded directly into your bike computer.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2226\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2226\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are there MTB and gravel routes?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2226\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2226\"><p><span style=\"font-weight: 400;\">There are some MTB and gravel trails in the area, but this region is truly the kingdom of road cycling. Excellent asphalt quality, low car traffic, varied route profiles, and mild climate have made it a training ground for both amateurs and professional cyclists from around the world for years. If you&#8217;re looking for ideal conditions for road cycling &#8211; it&#8217;s hard to find a better place.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2227\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-2227\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What are the nearest climbs and their profiles?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2227\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-2227\"><p><span style=\"font-weight: 400;\">The area around Pego is a true cyclist&#8217;s paradise &#8211; a region full of scenic, technical, and challenging climbs. From Pego itself, you can start many training routes of varying difficulty. Here are some of the most interesting climbs nearby:  <\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211;<\/span><b>Puerto de la Vall d&#8217;Ebo<\/b><span style=\"font-weight: 400;\">  &#8211; a classic of local routes. About 8 km of climbing with an average gradient of 5%, featuring beautiful serpentines and low traffic. The start is practically from the center of Pego.   <\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211;<\/span><b>Miserat <\/b> <span style=\"font-weight: 400;\">&#8211; one of the most demanding climbs in the region. The last section is a very steep fragment leading to the masts &#8211; in places over 20%. An ideal test for legs and mind.  <\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; <\/span><b>Puerto de Benisili \/ Vall de Gallinera<\/b><span style=\"font-weight: 400;\">  &#8211; a long, steady climb through the charming villages of the Vall de Gallinera. In total, about 25 km of riding &#8220;uphill&#8221;, perfect for building base and endurance. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; <\/span><b>Coll de Rates<\/b><span style=\"font-weight: 400;\">  &#8211; an iconic Costa Blanca climb, often used by professional teams. The version from Parcent is 6.5 km long with an average gradient of 5.5%. It&#8217;s located about 25 km from Pego.   <\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; <\/span><b>Puerto de Bernia<\/b><span style=\"font-weight: 400;\">  &#8211; a less known but exceptionally scenic climb leading to a pass in the Sierra de Bernia massif. It offers both technical challenge (tight turns, variable gradient) and amazing views of the coast and mountains. Accessible from Pego via Xal\u00f3 or Alcalal\u00ed.  <\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; <\/span><b>Puerto de Tollos, Val d&#8217;Alcal\u00e1, Puerto de Sagra, Puerto de Beniarr\u00e9s, Alto de Margarida<\/b><span style=\"font-weight: 400;\"> &#8211; more interesting climbs that can be easily incorporated into training loops ranging from 60 to even 160 km and elevations reaching 3000 m.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The area around Pego and Marina Alta is one of the best places in Europe for winter and spring cycling preparations &#8211; great climate, empty roads, and a wide selection of routes allow you to tailor your training to any level of advancement.<\/span><\/p>\n<p><br style=\"font-weight: 400;\"><br style=\"font-weight: 400;\"><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2228\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-2228\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can you rent rollers, a trainer, or other accessories?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2228\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-2228\"><p><span style=\"font-weight: 400;\">We have a trainer available on-site for emergency use if needed. However, with over 330 sunny days a year, Costa Blanca definitely encourages outdoor activities &#8211; it&#8217;s an ideal place for outdoor training throughout the season. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2229\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-2229\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you organize guided bike tours or runs on Costa Blanca routes?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2229\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-2229\"><p><span style=\"font-weight: 400;\">Upon special request, we can organize bike tours, mountain trekking, or trail runs with a local guide. We work with people who know the local routes perfectly and can adjust the pace and difficulty level to the participants. It&#8217;s a great option if you want to safely and comfortably discover the lesser-known corners of Costa Blanca &#8211; both on a bike and on foot.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-22210\" class=\"elementor-tab-title\" data-tab=\"10\" role=\"button\" aria-controls=\"elementor-tab-content-22210\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are there via ferratas or climbing areas nearby?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-22210\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"10\" role=\"region\" aria-labelledby=\"elementor-tab-title-22210\"><p><span style=\"font-weight: 400;\">Yes, in the Costa Blanca region there are via ferratas and numerous climbing areas, making this place attractive for climbing enthusiasts as well.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-22211\" class=\"elementor-tab-title\" data-tab=\"11\" role=\"button\" aria-controls=\"elementor-tab-content-22211\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Are there indoor swimming pools or outdoor pools in the area?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-22211\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"11\" role=\"region\" aria-labelledby=\"elementor-tab-title-22211\"><p><span style=\"font-weight: 400;\">Yes, in Pego itself there is a 25-meter indoor swimming pool available all year round, and in the summer season, there is also an open municipal pool. Both facilities are conveniently located and provide a good complement to training or a form of recovery. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-22212\" class=\"elementor-tab-title\" data-tab=\"12\" role=\"button\" aria-controls=\"elementor-tab-content-22212\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is there a gym or fitness area nearby?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-22212\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"12\" role=\"region\" aria-labelledby=\"elementor-tab-title-22212\"><p><span style=\"font-weight: 400;\">Yes, there is a local public gym nearby that can be used individually. There is also the possibility of organizing basic equipment for mobilization and general development exercises on-site &#8211; at the request of guests. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-22213\" class=\"elementor-tab-title\" data-tab=\"13\" role=\"button\" aria-controls=\"elementor-tab-content-22213\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Do you offer assistance in planning cycling and hiking routes?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-22213\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"13\" role=\"region\" aria-labelledby=\"elementor-tab-title-22213\"><p><span style=\"font-weight: 400;\">Yes, our team is happy to help plan cycling and hiking routes tailored to the level of advancement and interests of our guests.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-22214\" class=\"elementor-tab-title\" data-tab=\"14\" role=\"button\" aria-controls=\"elementor-tab-content-22214\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are morning mobilization \/ stretching sessions organized?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-22214\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"14\" role=\"region\" aria-labelledby=\"elementor-tab-title-22214\"><p><span style=\"font-weight: 400;\">We don&#8217;t conduct regular mobilization or stretching sessions on our part. For organized groups, such activities can be carried out on their own &#8211; their implementation depends on the group supervisor or coach who coordinates the trip. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-22215\" class=\"elementor-tab-title\" data-tab=\"15\" role=\"button\" aria-controls=\"elementor-tab-content-22215\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can you join training groups or local sporting events?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-22215\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"15\" role=\"region\" aria-labelledby=\"elementor-tab-title-22215\"><p><span style=\"font-weight: 400;\">Yes, guests have the opportunity to join training groups organized on-site, such as weekly meetups, and participate in local sporting events like cycling competitions, runs, or triathlons.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Do you offer a training plan or coach supervision?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we collaborate with experienced personal trainers and nutritionists who are happy to prepare an individual training plan and nutrition plan for you. They can also monitor your progress based on data from your bike computer or sports watch to best tailor the program to your goals and capabilities. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there Strava segments or race routes in the area?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, the area around Pego.cc is rich in numerous Strava segments and routes used for cycling and running races, making this place very attractive for athletes.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is it possible to wash a bike?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, our workshop has a bike wash station along with cleaning products, making it easy and convenient to take care of your equipment after training.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can equipment be safely left overnight?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, sports equipment can be left in a secure, lockable room at our base.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there GPX routes available for download?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, on our website <\\\/span><a href=\\\"https:\\\/\\\/pego.cc\\\/en\\\/routes\\\/\\\"><span style=\\\"font-weight: 400;\\\">https:\\\/\\\/pego.cc\\\/trasy\\\/<\\\/span><\\\/a><span style=\\\"font-weight: 400;\\\"> you&#8217;ll find several ready-made Strava routes of various distances, which can be easily exported to a GPX file or loaded directly into your bike computer.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there MTB and gravel routes?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">There are some MTB and gravel trails in the area, but this region is truly the kingdom of road cycling. Excellent asphalt quality, low car traffic, varied route profiles, and mild climate have made it a training ground for both amateurs and professional cyclists from around the world for years. If you&#8217;re looking for ideal conditions for road cycling &#8211; it&#8217;s hard to find a better place.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What are the nearest climbs and their profiles?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The area around Pego is a true cyclist&#8217;s paradise &#8211; a region full of scenic, technical, and challenging climbs. From Pego itself, you can start many training routes of varying difficulty. Here are some of the most interesting climbs nearby:  <\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">&#8211;<\\\/span><b>Puerto de la Vall d&#8217;Ebo<\\\/b><span style=\\\"font-weight: 400;\\\">  &#8211; a classic of local routes. About 8 km of climbing with an average gradient of 5%, featuring beautiful serpentines and low traffic. The start is practically from the center of Pego.   <\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">&#8211;<\\\/span><b>Miserat <\\\/b> <span style=\\\"font-weight: 400;\\\">&#8211; one of the most demanding climbs in the region. The last section is a very steep fragment leading to the masts &#8211; in places over 20%. An ideal test for legs and mind.  <\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">&#8211; <\\\/span><b>Puerto de Benisili \\\/ Vall de Gallinera<\\\/b><span style=\\\"font-weight: 400;\\\">  &#8211; a long, steady climb through the charming villages of the Vall de Gallinera. In total, about 25 km of riding &#8220;uphill&#8221;, perfect for building base and endurance. <\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">&#8211; <\\\/span><b>Coll de Rates<\\\/b><span style=\\\"font-weight: 400;\\\">  &#8211; an iconic Costa Blanca climb, often used by professional teams. The version from Parcent is 6.5 km long with an average gradient of 5.5%. It&#8217;s located about 25 km from Pego.   <\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">&#8211; <\\\/span><b>Puerto de Bernia<\\\/b><span style=\\\"font-weight: 400;\\\">  &#8211; a less known but exceptionally scenic climb leading to a pass in the Sierra de Bernia massif. It offers both technical challenge (tight turns, variable gradient) and amazing views of the coast and mountains. Accessible from Pego via Xal\\u00f3 or Alcalal\\u00ed.  <\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">&#8211; <\\\/span><b>Puerto de Tollos, Val d&#8217;Alcal\\u00e1, Puerto de Sagra, Puerto de Beniarr\\u00e9s, Alto de Margarida<\\\/b><span style=\\\"font-weight: 400;\\\"> &#8211; more interesting climbs that can be easily incorporated into training loops ranging from 60 to even 160 km and elevations reaching 3000 m.<\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">The area around Pego and Marina Alta is one of the best places in Europe for winter and spring cycling preparations &#8211; great climate, empty roads, and a wide selection of routes allow you to tailor your training to any level of advancement.<\\\/span><\\\/p>\\n<p><br style=\\\"font-weight: 400;\\\"><br style=\\\"font-weight: 400;\\\"><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can you rent rollers, a trainer, or other accessories?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We have a trainer available on-site for emergency use if needed. However, with over 330 sunny days a year, Costa Blanca definitely encourages outdoor activities &#8211; it&#8217;s an ideal place for outdoor training throughout the season. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you organize guided bike tours or runs on Costa Blanca routes?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Upon special request, we can organize bike tours, mountain trekking, or trail runs with a local guide. We work with people who know the local routes perfectly and can adjust the pace and difficulty level to the participants. It&#8217;s a great option if you want to safely and comfortably discover the lesser-known corners of Costa Blanca &#8211; both on a bike and on foot.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there via ferratas or climbing areas nearby?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, in the Costa Blanca region there are via ferratas and numerous climbing areas, making this place attractive for climbing enthusiasts as well.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there indoor swimming pools or outdoor pools in the area?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, in Pego itself there is a 25-meter indoor swimming pool available all year round, and in the summer season, there is also an open municipal pool. Both facilities are conveniently located and provide a good complement to training or a form of recovery. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is there a gym or fitness area nearby?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, there is a local public gym nearby that can be used individually. There is also the possibility of organizing basic equipment for mobilization and general development exercises on-site &#8211; at the request of guests. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you offer assistance in planning cycling and hiking routes?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, our team is happy to help plan cycling and hiking routes tailored to the level of advancement and interests of our guests.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are morning mobilization \\\/ stretching sessions organized?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We don&#8217;t conduct regular mobilization or stretching sessions on our part. For organized groups, such activities can be carried out on their own &#8211; their implementation depends on the group supervisor or coach who coordinates the trip. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can you join training groups or local sporting events?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, guests have the opportunity to join training groups organized on-site, such as weekly meetups, and participate in local sporting events like cycling competitions, runs, or triathlons.<\\\/span><\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1fd224d faq-group e-flex e-con-boxed sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"1fd224d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-418c563 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"418c563\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h3 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">4. Weather and Seasonality<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b2204aa faq-section sc_fly_static elementor-widget elementor-widget-toggle\" data-id=\"b2204aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1861\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1861\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">When is it warmest \/ least rainy in Pego?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1861\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1861\"><p><span style=\"font-weight: 400;\">Pego is warmest in the summer months &#8211; July and August &#8211; when temperatures often exceed 30\u00b0C. This period is popular among tourists, but it may be too hot for those intensively training on bikes. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">From <\/span><b>September to May<\/b><span style=\"font-weight: 400;\">  conditions are favorable for outdoor activities &#8211; it&#8217;s an ideal time for cycling, hiking, or other forms of sport. In winter, there are days with rain, but the weather remains mild, and rainfall is usually short-lived. It rarely rains for an extended period, allowing for training throughout most of the season.  <\/span><\/p>\n<p><span style=\"font-weight: 400;\">The most stable weather period is <\/span><b>spring and autumn<\/b><span style=\"font-weight: 400;\">  &#8211; then temperatures are moderate, and the risk of precipitation is minimal. That&#8217;s why cycling camps and sports trips most often take place during these months. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1862\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-1862\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What's the weather like in winter?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1862\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-1862\"><p><span style=\"font-weight: 400;\">Winter in Pego is mild and pleasant, with temperatures usually ranging between 10 and 18\u00b0C (50-64\u00b0F). Rainfall is moderate, and there are many sunny days, allowing for comfortable training even outside the summer season. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1863\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-1863\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is it safe to train in July\/August?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1863\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-1863\"><p><span style=\"font-weight: 400;\">Yes, despite high temperatures in July and August, training is possible, especially early in the morning or late in the afternoon. We recommend proper hydration and taking advantage of cooler hours of the day to avoid overheating. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1864\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-1864\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What are the typical wind conditions for windsurfing and kitesurfing?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1864\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-1864\"><p><span style=\"font-weight: 400;\">The Marina Alta region is characterized by steady winds, especially in spring and summer, making it an ideal location for windsurfing and kitesurfing. The wind is most often moderate, favoring safe and dynamic training sessions. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1865\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-1865\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">When do the fiestas take place and do they affect training conditions?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1865\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-1865\"><p><span style=\"font-weight: 400;\">The biggest fiestas in Pego take place at the end of June and beginning of July (Moros y Cristianos) and in March (Carnaval). During these periods, the city center may be partially closed to traffic, and some streets may be noisier in the evenings. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">The fiestas don&#8217;t significantly impact training conditions &#8211; all cycling and mountain routes remain fully accessible, and the celebrations can be an interesting addition to your stay.<\/span><\/p>\n<p><br style=\"font-weight: 400;\"><br style=\"font-weight: 400;\"><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1866\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-1866\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What are the training conditions like in October\/November?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1866\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-1866\"><p><span style=\"font-weight: 400;\">October and November are very good times for training in Pego. Temperatures are mild (around 17-22\u00b0C or 63-72\u00b0F), and rainfall, though possible, is rare and usually short-lived. Most days are sunny, allowing for comfortable training throughout the week. Light thermal clothing is useful for cooler mornings and evenings.   <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1867\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-1867\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are night training sessions or training with artificial lighting possible?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1867\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-1867\"><p><span style=\"font-weight: 400;\">The cycling routes around Pego <\/span><b>do not have artificial lighting<\/b><span style=\"font-weight: 400;\">, so evening training is only possible with appropriate personal lighting (bike lights).<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In the town center, there is a lit <\/span><b>athletics stadium<\/b><span style=\"font-weight: 400;\"> that can be used for evening running, depending on availability.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"When is it warmest \\\/ least rainy in Pego?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Pego is warmest in the summer months &#8211; July and August &#8211; when temperatures often exceed 30\\u00b0C. This period is popular among tourists, but it may be too hot for those intensively training on bikes. <\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">From <\\\/span><b>September to May<\\\/b><span style=\\\"font-weight: 400;\\\">  conditions are favorable for outdoor activities &#8211; it&#8217;s an ideal time for cycling, hiking, or other forms of sport. In winter, there are days with rain, but the weather remains mild, and rainfall is usually short-lived. It rarely rains for an extended period, allowing for training throughout most of the season.  <\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">The most stable weather period is <\\\/span><b>spring and autumn<\\\/b><span style=\\\"font-weight: 400;\\\">  &#8211; then temperatures are moderate, and the risk of precipitation is minimal. That&#8217;s why cycling camps and sports trips most often take place during these months. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What's the weather like in winter?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Winter in Pego is mild and pleasant, with temperatures usually ranging between 10 and 18\\u00b0C (50-64\\u00b0F). Rainfall is moderate, and there are many sunny days, allowing for comfortable training even outside the summer season. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is it safe to train in July\\\/August?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, despite high temperatures in July and August, training is possible, especially early in the morning or late in the afternoon. We recommend proper hydration and taking advantage of cooler hours of the day to avoid overheating. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What are the typical wind conditions for windsurfing and kitesurfing?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The Marina Alta region is characterized by steady winds, especially in spring and summer, making it an ideal location for windsurfing and kitesurfing. The wind is most often moderate, favoring safe and dynamic training sessions. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"When do the fiestas take place and do they affect training conditions?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The biggest fiestas in Pego take place at the end of June and beginning of July (Moros y Cristianos) and in March (Carnaval). During these periods, the city center may be partially closed to traffic, and some streets may be noisier in the evenings. <\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">The fiestas don&#8217;t significantly impact training conditions &#8211; all cycling and mountain routes remain fully accessible, and the celebrations can be an interesting addition to your stay.<\\\/span><\\\/p>\\n<p><br style=\\\"font-weight: 400;\\\"><br style=\\\"font-weight: 400;\\\"><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What are the training conditions like in October\\\/November?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">October and November are very good times for training in Pego. Temperatures are mild (around 17-22\\u00b0C or 63-72\\u00b0F), and rainfall, though possible, is rare and usually short-lived. Most days are sunny, allowing for comfortable training throughout the week. Light thermal clothing is useful for cooler mornings and evenings.   <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are night training sessions or training with artificial lighting possible?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The cycling routes around Pego <\\\/span><b>do not have artificial lighting<\\\/b><span style=\\\"font-weight: 400;\\\">, so evening training is only possible with appropriate personal lighting (bike lights).<\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">In the town center, there is a lit <\\\/span><b>athletics stadium<\\\/b><span style=\\\"font-weight: 400;\\\"> that can be used for evening running, depending on availability.<\\\/span><\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-17a4e3e faq-group e-flex e-con-boxed sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"17a4e3e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70f8b25 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"70f8b25\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h3 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">5. Transport and Logistics<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d88556 faq-section sc_fly_static elementor-widget elementor-widget-toggle\" data-id=\"6d88556\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1141\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1141\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How to get from Valencia or Alicante airport?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1141\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1141\"><p><span style=\"font-weight: 400;\">The most convenient way to reach Pego from Valencia or Alicante airports is by renting a car &#8211; the journey takes about 1-1.5 hours, depending on road conditions.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Bus and train connections are also available, but they require transfers and are much less comfortable, especially with larger luggage or a bicycle.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">We also offer <\/span><b>convenient airport transfers<\/b><span style=\"font-weight: 400;\"> \u2013 you can find more information in the answer to the next question.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1142\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-1142\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you organize airport transfers and what is the price?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1142\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-1142\"><p><span style=\"font-weight: 400;\">Yes, we organize airport transfers from Valencia and Alicante airports. The cost depends on the number of people, length of stay, and whether bikes are being transported. For stays longer than 6 nights, transfers are available at half price. We provide transfers by car, minivan, or bus \u2013 depending on the group&#8217;s needs. Detailed information can be found on our website: \ud83d\udc49 <a href=\"https:\/\/pego.cc\/en\/airport-transfers\/\">https:\/\/pego.cc\/transfery-lotniskowe\/ <\/a>      <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1143\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-1143\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Will someone be waiting for me at the airport?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1143\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-1143\"><p><span style=\"font-weight: 400;\">Yes \u2013 if a transfer has been booked, our driver will be waiting for you at the airport at the agreed location. Before arrival, we will contact you to confirm details, and the driver remains in contact after landing as well.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1144\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-1144\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How does bike transport by plane and to the hotel work?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1144\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-1144\"><p><span style=\"font-weight: 400;\">Transporting a bike by plane requires proper preparation. The safest solution is special bike cases, but the most accessible option is a bike box, which can usually be obtained without problems from a local bike shop. <\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">The bike needs to be disassembled and properly secured \u2013 if you don&#8217;t feel confident doing this yourself, it&#8217;s worth asking for help at a bike service before departure.<\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">After arriving in Pego, we can help with bike assembly, and before departure \u2013 with preparing it again for transport.<\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">Regarding transport from the airport, we have a large vehicle that can easily accommodate both bike cases and boxes \u2013 even with a larger number of people.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1145\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-1145\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you offer help with bike assembly\/disassembly after transport\/before transport?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1145\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-1145\"><p><span style=\"font-weight: 400;\">Yes \u2013 on-site we provide support with bike assembly after arrival to prepare the equipment for training as quickly as possible.<\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">Before departure, we help with disassembly and safe packing of the bike into a box or transport case, so it&#8217;s properly secured for the return journey.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1146\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-1146\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is car rental necessary?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1146\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-1146\"><p><span style=\"font-weight: 400;\">Car rental is not necessary, but it significantly facilitates free movement around the area, especially if you plan to explore the region or train in different locations. You can also use the transfer service with the base&#8217;s resources if there&#8217;s availability. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1147\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-1147\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can you rent a car on-site?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1147\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-1147\"><p><span style=\"font-weight: 400;\">For the entire stay, we suggest \u2013 if needed \u2013 renting a car directly at the airport, e.g., from the Polish rental company Odkryj-Auto, with which we cooperate. Discounts on vehicle reservations are available for our guests. <\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">In some cases, especially for groups, we can also provide our 8-seater minivan. For availability and conditions, please contact our team directly. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1148\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-1148\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Where can you park?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1148\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-1148\"><p><span style=\"font-weight: 400;\">The facility doesn&#8217;t have its own parking, but parking in Pego is completely free. Nearby you&#8217;ll find several convenient options: <\/span><\/p>\n<ul>\n<li><span style=\"font-weight: 400;\">  Calle Llavador 5 street \u2013 free public parking (about 250 m from the base).<\/span><\/li>\n<li><span style=\"font-weight: 400;\">  Parking at Masymas store \u2013 both ground-level and underground parking belonging to Masymas supermarket are available, where you can also park for free. Just remember that on Thursday mornings (6:00\u201315:00) the ground-level parking is unavailable due to the local market \u2013 it&#8217;s best to use the underground parking then. <\/span><\/li>\n<li><span style=\"font-weight: 400;\">  Parking at the music school \u2013 a few minutes&#8217; walk, also free.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Longer stays (including overnight) are possible at all the above parking areas.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1149\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-1149\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is there public transport from Pego to surrounding towns?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1149\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-1149\"><p><span style=\"font-weight: 400;\">Yes. Buses run from Pego to D\u00e9nia (twice daily) and to Gand\u00eda (via Oliva, many departures throughout the day). There&#8217;s also an on-demand bus to Alcoy (reservation required at least 24 hours in advance). Plans for the end of 2025 include increasing the frequency of Pego-Oliva-Gand\u00eda connections. Due to limited schedules, we suggest planning trips in advance.    <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-11410\" class=\"elementor-tab-title\" data-tab=\"10\" role=\"button\" aria-controls=\"elementor-tab-content-11410\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you offer transfers to\/from train or bus stations?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-11410\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"10\" role=\"region\" aria-labelledby=\"elementor-tab-title-11410\"><p><span style=\"font-weight: 400;\">Yes, upon request we organize transfers to and from the nearest train and bus stations.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-11411\" class=\"elementor-tab-title\" data-tab=\"11\" role=\"button\" aria-controls=\"elementor-tab-content-11411\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">  Can you organize transport with bikes for groups to more distant areas?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-11411\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"11\" role=\"region\" aria-labelledby=\"elementor-tab-title-11411\"><p><span style=\"font-weight: 400;\">Yes, we offer the possibility of organizing group transport with bikes to more distant training locations in Costa Blanca and surrounding areas. We have appropriate vehicles and logistics experience, which allows for safe and efficient transport of both participants and equipment. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-11412\" class=\"elementor-tab-title\" data-tab=\"12\" role=\"button\" aria-controls=\"elementor-tab-content-11412\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can you help with purchasing flight tickets or suggest good connections?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-11412\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"12\" role=\"region\" aria-labelledby=\"elementor-tab-title-11412\"><p><span style=\"font-weight: 400;\">Yes, as much as possible we help with choosing and purchasing flight tickets and finding the best connections to Valencia and Alicante. You can also use search engines like Skyscanner, AZair, Kiwi, Google Flights, Kayak. Frequent direct flights from Poland to these airports are offered by Ryanair and Wizzair.   <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-11413\" class=\"elementor-tab-title\" data-tab=\"13\" role=\"button\" aria-controls=\"elementor-tab-content-11413\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">  Can luggage be stored after check-out?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-11413\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"13\" role=\"region\" aria-labelledby=\"elementor-tab-title-11413\"><p><span style=\"font-weight: 400;\">Yes, we offer the possibility of storing luggage in the bike room after check-out, which allows for comfortable use of the last hours of your stay.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-11414\" class=\"elementor-tab-title\" data-tab=\"14\" role=\"button\" aria-controls=\"elementor-tab-content-11414\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can you arrange transport to events\/evening dinners?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-11414\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"14\" role=\"region\" aria-labelledby=\"elementor-tab-title-11414\"><p><span style=\"font-weight: 400;\">Yes, upon request we organize transport to local events, dinners, and evening activities, ensuring safe return to the facility.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"How to get from Valencia or Alicante airport?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The most convenient way to reach Pego from Valencia or Alicante airports is by renting a car &#8211; the journey takes about 1-1.5 hours, depending on road conditions.<\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">Bus and train connections are also available, but they require transfers and are much less comfortable, especially with larger luggage or a bicycle.<\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">We also offer <\\\/span><b>convenient airport transfers<\\\/b><span style=\\\"font-weight: 400;\\\"> \\u2013 you can find more information in the answer to the next question.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you organize airport transfers and what is the price?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we organize airport transfers from Valencia and Alicante airports. The cost depends on the number of people, length of stay, and whether bikes are being transported. For stays longer than 6 nights, transfers are available at half price. We provide transfers by car, minivan, or bus \\u2013 depending on the group&#8217;s needs. Detailed information can be found on our website: \\ud83d\\udc49 <a href=\\\"https:\\\/\\\/pego.cc\\\/en\\\/airport-transfers\\\/\\\">https:\\\/\\\/pego.cc\\\/transfery-lotniskowe\\\/ <\\\/a>      <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Will someone be waiting for me at the airport?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes \\u2013 if a transfer has been booked, our driver will be waiting for you at the airport at the agreed location. Before arrival, we will contact you to confirm details, and the driver remains in contact after landing as well.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"How does bike transport by plane and to the hotel work?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Transporting a bike by plane requires proper preparation. The safest solution is special bike cases, but the most accessible option is a bike box, which can usually be obtained without problems from a local bike shop. <\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">The bike needs to be disassembled and properly secured \\u2013 if you don&#8217;t feel confident doing this yourself, it&#8217;s worth asking for help at a bike service before departure.<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">After arriving in Pego, we can help with bike assembly, and before departure \\u2013 with preparing it again for transport.<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">Regarding transport from the airport, we have a large vehicle that can easily accommodate both bike cases and boxes \\u2013 even with a larger number of people.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you offer help with bike assembly\\\/disassembly after transport\\\/before transport?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes \\u2013 on-site we provide support with bike assembly after arrival to prepare the equipment for training as quickly as possible.<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">Before departure, we help with disassembly and safe packing of the bike into a box or transport case, so it&#8217;s properly secured for the return journey.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is car rental necessary?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Car rental is not necessary, but it significantly facilitates free movement around the area, especially if you plan to explore the region or train in different locations. You can also use the transfer service with the base&#8217;s resources if there&#8217;s availability. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can you rent a car on-site?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">For the entire stay, we suggest \\u2013 if needed \\u2013 renting a car directly at the airport, e.g., from the Polish rental company Odkryj-Auto, with which we cooperate. Discounts on vehicle reservations are available for our guests. <\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">In some cases, especially for groups, we can also provide our 8-seater minivan. For availability and conditions, please contact our team directly. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Where can you park?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The facility doesn&#8217;t have its own parking, but parking in Pego is completely free. Nearby you&#8217;ll find several convenient options: <\\\/span><\\\/p>\\n<ul>\\n<li><span style=\\\"font-weight: 400;\\\">  Calle Llavador 5 street \\u2013 free public parking (about 250 m from the base).<\\\/span><\\\/li>\\n<li><span style=\\\"font-weight: 400;\\\">  Parking at Masymas store \\u2013 both ground-level and underground parking belonging to Masymas supermarket are available, where you can also park for free. Just remember that on Thursday mornings (6:00\\u201315:00) the ground-level parking is unavailable due to the local market \\u2013 it&#8217;s best to use the underground parking then. <\\\/span><\\\/li>\\n<li><span style=\\\"font-weight: 400;\\\">  Parking at the music school \\u2013 a few minutes&#8217; walk, also free.<\\\/span><\\\/li>\\n<\\\/ul>\\n<p><span style=\\\"font-weight: 400;\\\">Longer stays (including overnight) are possible at all the above parking areas.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is there public transport from Pego to surrounding towns?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes. Buses run from Pego to D\\u00e9nia (twice daily) and to Gand\\u00eda (via Oliva, many departures throughout the day). There&#8217;s also an on-demand bus to Alcoy (reservation required at least 24 hours in advance). Plans for the end of 2025 include increasing the frequency of Pego-Oliva-Gand\\u00eda connections. Due to limited schedules, we suggest planning trips in advance.    <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you offer transfers to\\\/from train or bus stations?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, upon request we organize transfers to and from the nearest train and bus stations.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can you organize transport with bikes for groups to more distant areas?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we offer the possibility of organizing group transport with bikes to more distant training locations in Costa Blanca and surrounding areas. We have appropriate vehicles and logistics experience, which allows for safe and efficient transport of both participants and equipment. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can you help with purchasing flight tickets or suggest good connections?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, as much as possible we help with choosing and purchasing flight tickets and finding the best connections to Valencia and Alicante. You can also use search engines like Skyscanner, AZair, Kiwi, Google Flights, Kayak. Frequent direct flights from Poland to these airports are offered by Ryanair and Wizzair.   <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can luggage be stored after check-out?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we offer the possibility of storing luggage in the bike room after check-out, which allows for comfortable use of the last hours of your stay.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can you arrange transport to events\\\/evening dinners?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, upon request we organize transport to local events, dinners, and evening activities, ensuring safe return to the facility.<\\\/span><\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5e1010e faq-group e-flex e-con-boxed sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"5e1010e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d5b085 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"2d5b085\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h3 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">6. Tourist Attractions and Leisure Time<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f231bf faq-section sc_fly_static elementor-widget elementor-widget-toggle\" data-id=\"2f231bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4941\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-4941\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How far is it to the nearest beach?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4941\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-4941\"><p><span style=\"font-weight: 400;\">The nearest beach is Platja Santa Anna, located about 8 km from Pego, between D\u00e9nia and Oliva. It&#8217;s a beautiful, wide beach with fine, light sand and gentle entry to the sea \u2013 ideal for swimming and relaxing after training.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4942\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-4942\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How can you get to the beach from Pego?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4942\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-4942\"><p><span style=\"font-weight: 400;\">From Pego to the beach you can get there in several ways \u2013 by car, which takes about 10 minutes, by bike (20-30 min) for active people, or by electric bike and electric scooter, which you can rent from us. There&#8217;s also the possibility of using public transport \u2013 buses run to nearby Oliva and D\u00e9nia, from where you can walk or continue the journey with local transport. For groups, we also offer the possibility of organizing shared transport to the beach.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4943\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-4943\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What are the best places to visit within 30 km?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4943\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-4943\"><p><span style=\"font-weight: 400;\">Within about 30 km you&#8217;ll find several exceptional attractions: <\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>D\u00e9nia, Calpe, Moraira, J\u00e1vea<\/b><span style=\"font-weight: 400;\"> \u2013 charming seaside towns with beaches, marinas, and atmospheric old towns.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Montg\u00f3 Natural Park<\/b><span style=\"font-weight: 400;\"> \u2013 between D\u00e9nia and J\u00e1vea; offers diverse trails, rock formations, caves, and unique views of the Mediterranean Sea.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Marjal de Pego-Oliva<\/b><span style=\"font-weight: 400;\"> \u2013 protected area of peat bogs and rice fields, extremely rich in birds and Mediterranean vegetation.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Guadalest<\/b><span style=\"font-weight: 400;\"> \u2013 picturesque mountain fortress with a castle and breathtaking viewpoints.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Cova Tallada (near D\u00e9nia)<\/b><span style=\"font-weight: 400;\"> \u2013 impressive seaside cave accessible from the sea or trail \u2013 a must-see for nature and trekking lovers.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Vall de Gallinera<\/strong> \u2013 valley with the &#8220;8 villages&#8221; route, historic architecture, water mills, and historic stone heritage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Castell de Forna (about 6 km) <\/b><span style=\"font-weight: 400;\">Small village with ruins of an Arab castle on a hill. Perfect for a quick trek and photos. <\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Nearest coast<\/strong> \u2013 long, wide beaches with fine sand: <\/span><b>Playa de Pau Pi<\/b><span style=\"font-weight: 400;\">, <\/span><b>Playa Aigua Blanca<\/b><span style=\"font-weight: 400;\">. Less crowded than in tourist resorts.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Alcalal\u00ed and Jal\u00f3n\/Xal\u00f3 (about 25\u201330 km) <\/b><span style=\"font-weight: 400;\">Known for <\/span><b>wineries<\/b><span style=\"font-weight: 400;\">  and Saturday antique market. Possibility of tasting local wines and shopping for regional products <\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Barranc de l&#8217;Infern (Hell&#8217;s Valley) \u2013 La Vall de Laguar (25 km) <\/b><span style=\"font-weight: 400;\">Popular trekking route with 6,000 steps \u2013 a loop about 14 km long. One of the most famous hikes in the Alicante region.  <\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Font Salada (Aigua Calenta) \u2013 (12 km) <\/b><span style=\"font-weight: 400;\">Hot springs with natural water at a constant temperature of about 23\u201325\u00b0C year-round. Free access, perfect for relaxation.  <\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Murales de Beniarbeig (28 km) <\/b><span style=\"font-weight: 400;\">Village famous for murals \u2013 street art on house walls. Interesting for a quick walk and photos <\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Cueva del Rull (Uncle Rull&#8217;s Cave) <\/b><span style=\"font-weight: 400;\">Spectacular <\/span><b>karst cave<\/b><span style=\"font-weight: 400;\">  with impressive stalactites and stalagmites. Discovered in 1919 by a local hunter, today well-prepared for visitors (lit, with walkways). Inexpensive tickets, guided tours (also in English\/Spanish).  <\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Cam\u00ed del Miserat<\/b><span style=\"font-weight: 400;\"> \u2013 trail to the summit with panoramic views<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Pintury Rupestres<\/b><span> \u2013 trail to prehistoric rock paintings listed on UNESCO (Cova Fosca).<\/span><\/li>\n<\/ul>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4944\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-4944\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is there a tourist information point in Pego?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4944\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-4944\"><p><span style=\"font-weight: 400;\">Yes \u2014 Pego has <\/span><b>Oficina de Turismo de Pego i les Valls<\/b><span style=\"font-weight: 400;\">, at San Rafael 78 street. It&#8217;s open daily except Sundays and holidays (Mon.\u2013Fri.: 9:00\u201314:00 and 15:30\u201318:00; Saturday: 9:00\u201314:00). You can get maps, local guides, information about attractions, routes, and events there. Contact:      <\/span><b>966 400 843<\/b><span style=\"font-weight: 400;\"> or <\/span><b>pegoilesvalls@touristinfo.net<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4945\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-4945\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you offer guide\/local expert support?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4945\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-4945\"><p><span style=\"font-weight: 400;\">Yes, we offer help in organizing guides and local experts who will show you around the most interesting places in the region or Pego itself. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4946\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-4946\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are there vineyards, museums, local festivals nearby?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4946\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-4946\"><p><span style=\"font-weight: 400;\">Yes, besides vineyards and interesting museums, Pego also offers unique local fiestas \u2013 especially the sardine burial at the end of carnival and the colorful Moros y Cristianos parade. Both events are authentic cultural experiences and worth including in your plans. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4947\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-4947\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are there routes for families with children\/people who don't cycle competitively?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4947\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-4947\"><p><span style=\"font-weight: 400;\">Yes, easier walking and cycling routes suitable for families and people preferring quieter recreation are available.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4948\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-4948\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are there nearby water sports equipment rentals?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4948\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-4948\"><p><span style=\"font-weight: 400;\">Yes, in seaside towns within 15\u201330 km from Pego (mainly in D\u00e9nia, J\u00e1vea, and Moraira) there are rentals for kayaks, paddleboards (SUP), jet skis, and diving and snorkeling equipment. This is also a great option for active recreation after training. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4949\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-4949\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can you visit Montg\u00f3 Natural Park, Cova Tallada caves, or Guadalest fortress?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4949\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-4949\"><p><span style=\"font-weight: 400;\">Yes, these attractions are accessible and highly recommended. Montg\u00f3 Park offers scenic trails, Cova Tallada is a popular spot for climbing and diving enthusiasts, and Guadalest delights with monuments and views. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-49410\" class=\"elementor-tab-title\" data-tab=\"10\" role=\"button\" aria-controls=\"elementor-tab-content-49410\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you offer trips to D\u00e9nia, Calpe, Moraira, J\u00e1vea?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-49410\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"10\" role=\"region\" aria-labelledby=\"elementor-tab-title-49410\"><p><span style=\"font-weight: 400;\">Yes, we organize trips to these places, often with a guide or independent sightseeing suggestions.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-49411\" class=\"elementor-tab-title\" data-tab=\"11\" role=\"button\" aria-controls=\"elementor-tab-content-49411\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are cruises and sea expeditions available from D\u00e9nia or J\u00e1vea?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-49411\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"11\" role=\"region\" aria-labelledby=\"elementor-tab-title-49411\"><p><span style=\"font-weight: 400;\">Yes, from ports in D\u00e9nia and J\u00e1vea you can go on cruises, fishing, or other sea expeditions. They may be limited in winter season. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-49412\" class=\"elementor-tab-title\" data-tab=\"12\" role=\"button\" aria-controls=\"elementor-tab-content-49412\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What are the family attractions in Pego and within 100 km?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-49412\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"12\" role=\"region\" aria-labelledby=\"elementor-tab-title-49412\"><p><span style=\"font-weight: 400;\">Family attractions include amusement parks, beaches, interactive museums, natural parks, and the possibility of horseback riding and zoo visits. Within 100 km we have access to large tourist centers such as Valencia and Alicante as well as Javea, Calpe, Benidorm, Gand\u00eda. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-49413\" class=\"elementor-tab-title\" data-tab=\"13\" role=\"button\" aria-controls=\"elementor-tab-content-49413\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can you practice horseback riding or golf in the area?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-49413\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"13\" role=\"region\" aria-labelledby=\"elementor-tab-title-49413\"><p><span style=\"font-weight: 400;\">Yes, there are equestrian centers and golf courses available for guests in the region.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-49414\" class=\"elementor-tab-title\" data-tab=\"14\" role=\"button\" aria-controls=\"elementor-tab-content-49414\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you offer climbing or via ferrata equipment rental?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-49414\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"14\" role=\"region\" aria-labelledby=\"elementor-tab-title-49414\"><p><span style=\"font-weight: 400;\">At the moment we don&#8217;t have climbing or via ferrata equipment in our offer. If needed, however, we can help point out the nearest rentals or local guides operating in the region. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-49415\" class=\"elementor-tab-title\" data-tab=\"15\" role=\"button\" aria-controls=\"elementor-tab-content-49415\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you offer maps with recommended places to visit?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-49415\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"15\" role=\"region\" aria-labelledby=\"elementor-tab-title-49415\"><p><span style=\"font-weight: 400;\">We don&#8217;t have printed maps, but we&#8217;re happy to advise what&#8217;s worth seeing in the area. On-site we provide a list of recommended attractions and help plan trips and routes.  <\/span>We use<span style=\"font-weight: 400;\"> phone apps such as forktrails, wikilocs, or locus.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-49416\" class=\"elementor-tab-title\" data-tab=\"16\" role=\"button\" aria-controls=\"elementor-tab-content-49416\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">  Are there natural swimming areas or waterfalls nearby?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-49416\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"16\" role=\"region\" aria-labelledby=\"elementor-tab-title-49416\"><p><span style=\"font-weight: 400;\">Yes, in the Pego area there are several natural places for swimming and outdoor relaxation. One of the most popular is Font Salada \u2013 a warm thermal spring located in the Marjal de Pego-Oliva area, with crystal-clear water at a constant temperature year-round. It&#8217;s an ideal place to rest after training or for a trip on a hot day.  <\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">In the region you can also find other natural swimming areas in rivers and small waterfalls, especially in valleys and nature parks towards Vall de Gallinera and Vall d&#8217;Ebo.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-49417\" class=\"elementor-tab-title\" data-tab=\"17\" role=\"button\" aria-controls=\"elementor-tab-content-49417\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you organize local cooking workshops or tastings?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-49417\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"17\" role=\"region\" aria-labelledby=\"elementor-tab-title-49417\"><p><span style=\"font-weight: 400;\">Upon request we organize typical culinary workshops, but for organized groups we prepare Spanish themed evenings with traditional food, such as paella or tapas. We can go to wineries or nearby restaurants. Meetings take place on the terrace of our facility and are a great opportunity for communal dining, discovering local flavors, and spending an evening in Spanish atmosphere.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"How far is it to the nearest beach?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The nearest beach is Platja Santa Anna, located about 8 km from Pego, between D\\u00e9nia and Oliva. It&#8217;s a beautiful, wide beach with fine, light sand and gentle entry to the sea \\u2013 ideal for swimming and relaxing after training.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"How can you get to the beach from Pego?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">From Pego to the beach you can get there in several ways \\u2013 by car, which takes about 10 minutes, by bike (20-30 min) for active people, or by electric bike and electric scooter, which you can rent from us. There&#8217;s also the possibility of using public transport \\u2013 buses run to nearby Oliva and D\\u00e9nia, from where you can walk or continue the journey with local transport. For groups, we also offer the possibility of organizing shared transport to the beach.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What are the best places to visit within 30 km?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Within about 30 km you&#8217;ll find several exceptional attractions: <\\\/span><\\\/p>\\n<ul>\\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><b>D\\u00e9nia, Calpe, Moraira, J\\u00e1vea<\\\/b><span style=\\\"font-weight: 400;\\\"> \\u2013 charming seaside towns with beaches, marinas, and atmospheric old towns.<\\\/span><\\\/li>\\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><b>Montg\\u00f3 Natural Park<\\\/b><span style=\\\"font-weight: 400;\\\"> \\u2013 between D\\u00e9nia and J\\u00e1vea; offers diverse trails, rock formations, caves, and unique views of the Mediterranean Sea.<\\\/span><\\\/li>\\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><b>Marjal de Pego-Oliva<\\\/b><span style=\\\"font-weight: 400;\\\"> \\u2013 protected area of peat bogs and rice fields, extremely rich in birds and Mediterranean vegetation.<\\\/span><\\\/li>\\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><b>Guadalest<\\\/b><span style=\\\"font-weight: 400;\\\"> \\u2013 picturesque mountain fortress with a castle and breathtaking viewpoints.<\\\/span><\\\/li>\\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><b>Cova Tallada (near D\\u00e9nia)<\\\/b><span style=\\\"font-weight: 400;\\\"> \\u2013 impressive seaside cave accessible from the sea or trail \\u2013 a must-see for nature and trekking lovers.<\\\/span><\\\/li>\\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\"><strong>Vall de Gallinera<\\\/strong> \\u2013 valley with the &#8220;8 villages&#8221; route, historic architecture, water mills, and historic stone heritage<\\\/span><\\\/li>\\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><b>Castell de Forna (about 6 km) <\\\/b><span style=\\\"font-weight: 400;\\\">Small village with ruins of an Arab castle on a hill. Perfect for a quick trek and photos. <\\\/span><\\\/li>\\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><span style=\\\"font-weight: 400;\\\"><strong>Nearest coast<\\\/strong> \\u2013 long, wide beaches with fine sand: <\\\/span><b>Playa de Pau Pi<\\\/b><span style=\\\"font-weight: 400;\\\">, <\\\/span><b>Playa Aigua Blanca<\\\/b><span style=\\\"font-weight: 400;\\\">. Less crowded than in tourist resorts.<\\\/span><\\\/li>\\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><b>Alcalal\\u00ed and Jal\\u00f3n\\\/Xal\\u00f3 (about 25\\u201330 km) <\\\/b><span style=\\\"font-weight: 400;\\\">Known for <\\\/span><b>wineries<\\\/b><span style=\\\"font-weight: 400;\\\">  and Saturday antique market. Possibility of tasting local wines and shopping for regional products <\\\/span><\\\/li>\\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><b>Barranc de l&#8217;Infern (Hell&#8217;s Valley) \\u2013 La Vall de Laguar (25 km) <\\\/b><span style=\\\"font-weight: 400;\\\">Popular trekking route with 6,000 steps \\u2013 a loop about 14 km long. One of the most famous hikes in the Alicante region.  <\\\/span><\\\/li>\\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><b>Font Salada (Aigua Calenta) \\u2013 (12 km) <\\\/b><span style=\\\"font-weight: 400;\\\">Hot springs with natural water at a constant temperature of about 23\\u201325\\u00b0C year-round. Free access, perfect for relaxation.  <\\\/span><\\\/li>\\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><b>Murales de Beniarbeig (28 km) <\\\/b><span style=\\\"font-weight: 400;\\\">Village famous for murals \\u2013 street art on house walls. Interesting for a quick walk and photos <\\\/span><\\\/li>\\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><b>Cueva del Rull (Uncle Rull&#8217;s Cave) <\\\/b><span style=\\\"font-weight: 400;\\\">Spectacular <\\\/span><b>karst cave<\\\/b><span style=\\\"font-weight: 400;\\\">  with impressive stalactites and stalagmites. Discovered in 1919 by a local hunter, today well-prepared for visitors (lit, with walkways). Inexpensive tickets, guided tours (also in English\\\/Spanish).  <\\\/span><\\\/li>\\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><b>Cam\\u00ed del Miserat<\\\/b><span style=\\\"font-weight: 400;\\\"> \\u2013 trail to the summit with panoramic views<\\\/span><\\\/li>\\n<li style=\\\"font-weight: 400;\\\" aria-level=\\\"1\\\"><b>Pintury Rupestres<\\\/b><span> \\u2013 trail to prehistoric rock paintings listed on UNESCO (Cova Fosca).<\\\/span><\\\/li>\\n<\\\/ul>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is there a tourist information point in Pego?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes \\u2014 Pego has <\\\/span><b>Oficina de Turismo de Pego i les Valls<\\\/b><span style=\\\"font-weight: 400;\\\">, at San Rafael 78 street. It&#8217;s open daily except Sundays and holidays (Mon.\\u2013Fri.: 9:00\\u201314:00 and 15:30\\u201318:00; Saturday: 9:00\\u201314:00). You can get maps, local guides, information about attractions, routes, and events there. Contact:      <\\\/span><b>966 400 843<\\\/b><span style=\\\"font-weight: 400;\\\"> or <\\\/span><b>pegoilesvalls@touristinfo.net<\\\/b><span style=\\\"font-weight: 400;\\\">.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you offer guide\\\/local expert support?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we offer help in organizing guides and local experts who will show you around the most interesting places in the region or Pego itself. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there vineyards, museums, local festivals nearby?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, besides vineyards and interesting museums, Pego also offers unique local fiestas \\u2013 especially the sardine burial at the end of carnival and the colorful Moros y Cristianos parade. Both events are authentic cultural experiences and worth including in your plans. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there routes for families with children\\\/people who don't cycle competitively?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, easier walking and cycling routes suitable for families and people preferring quieter recreation are available.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there nearby water sports equipment rentals?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, in seaside towns within 15\\u201330 km from Pego (mainly in D\\u00e9nia, J\\u00e1vea, and Moraira) there are rentals for kayaks, paddleboards (SUP), jet skis, and diving and snorkeling equipment. This is also a great option for active recreation after training. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can you visit Montg\\u00f3 Natural Park, Cova Tallada caves, or Guadalest fortress?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, these attractions are accessible and highly recommended. Montg\\u00f3 Park offers scenic trails, Cova Tallada is a popular spot for climbing and diving enthusiasts, and Guadalest delights with monuments and views. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you offer trips to D\\u00e9nia, Calpe, Moraira, J\\u00e1vea?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we organize trips to these places, often with a guide or independent sightseeing suggestions.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are cruises and sea expeditions available from D\\u00e9nia or J\\u00e1vea?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, from ports in D\\u00e9nia and J\\u00e1vea you can go on cruises, fishing, or other sea expeditions. They may be limited in winter season. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What are the family attractions in Pego and within 100 km?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Family attractions include amusement parks, beaches, interactive museums, natural parks, and the possibility of horseback riding and zoo visits. Within 100 km we have access to large tourist centers such as Valencia and Alicante as well as Javea, Calpe, Benidorm, Gand\\u00eda. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can you practice horseback riding or golf in the area?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, there are equestrian centers and golf courses available for guests in the region.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you offer climbing or via ferrata equipment rental?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">At the moment we don&#8217;t have climbing or via ferrata equipment in our offer. If needed, however, we can help point out the nearest rentals or local guides operating in the region. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you offer maps with recommended places to visit?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We don&#8217;t have printed maps, but we&#8217;re happy to advise what&#8217;s worth seeing in the area. On-site we provide a list of recommended attractions and help plan trips and routes.  <\\\/span>We use<span style=\\\"font-weight: 400;\\\"> phone apps such as forktrails, wikilocs, or locus.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there natural swimming areas or waterfalls nearby?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, in the Pego area there are several natural places for swimming and outdoor relaxation. One of the most popular is Font Salada \\u2013 a warm thermal spring located in the Marjal de Pego-Oliva area, with crystal-clear water at a constant temperature year-round. It&#8217;s an ideal place to rest after training or for a trip on a hot day.  <\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">In the region you can also find other natural swimming areas in rivers and small waterfalls, especially in valleys and nature parks towards Vall de Gallinera and Vall d&#8217;Ebo.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you organize local cooking workshops or tastings?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Upon request we organize typical culinary workshops, but for organized groups we prepare Spanish themed evenings with traditional food, such as paella or tapas. We can go to wineries or nearby restaurants. Meetings take place on the terrace of our facility and are a great opportunity for communal dining, discovering local flavors, and spending an evening in Spanish atmosphere.  <\\\/span><\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fac3198 faq-group e-flex e-con-boxed sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"fac3198\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4cefd00 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"4cefd00\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h3 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">7. Booking and Availability<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57523b1 faq-section sc_fly_static elementor-widget elementor-widget-toggle\" data-id=\"57523b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-9151\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-9151\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How to check availability for a specific date?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-9151\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-9151\"><p><span style=\"font-weight: 400;\">Available dates can be checked directly on the Pego.cc website through the availability calendar or by contacting us by email or phone.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-9152\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-9152\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How far in advance should you book your stay?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-9152\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-9152\"><p><span style=\"font-weight: 400;\">We recommend making a reservation at least <\/span><b>2-5 months <\/b><span style=\"font-weight: 400;\">before your planned arrival, especially in high seasons (July-August &#8211; high tourist season, February-April &#8211; high cycling season), to ensure availability of your preferred dates and type of accommodation or bike.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-9153\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-9153\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can you book just a weekend?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-9153\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-9153\"><p><span style=\"font-weight: 400;\">Due to the distance, we prefer trips of at least 5 days. It&#8217;s possible to book a stay for just a weekend, although minimum stay duration may vary depending on season and availability. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-9154\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-9154\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What does the group booking procedure look like?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-9154\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-9154\"><p><span style=\"font-weight: 400;\">Group bookings require direct contact to arrange details such as number of people, special needs, date availability, and possible discounts. Preliminary booking can be made by filling out the form found at this link  <\/span><a href=\"https:\/\/wkf.ms\/4khy5b4\"><span style=\"font-weight: 400;\">https:\/\/wkf.ms\/4khy5b4<\/span><\/a><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-9155\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-9155\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can you change the date after booking?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-9155\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-9155\"><p><span style=\"font-weight: 400;\">Changing the date after booking is possible, but subject to cancellation policy conditions and availability of new dates. Please contact us as soon as possible to arrange details. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-9156\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-9156\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you offer gift vouchers?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-9156\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-9156\"><p><span style=\"font-weight: 400;\">Yes, we offer gift vouchers for stays and selected sports and recreational services. To purchase or get detailed information, please contact us by email: pego@pego.cc. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-9157\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-9157\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is advance booking of bikes or other sports services necessary?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-9157\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-9157\"><p><span style=\"font-weight: 400;\">We recommend early booking of bikes and sports services to guarantee availability of equipment and trainers, especially in the high autumn-spring season.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-9158\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-9158\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can you book accommodation only without a sports package?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-9158\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-9158\"><p><span style=\"font-weight: 400;\">Yes, it&#8217;s possible to book accommodation only without having to purchase a sports package.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-9159\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-9159\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What is the minimum and maximum number of participants?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-9159\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-9159\"><p><span style=\"font-weight: 400;\">The minimum number of participants is one person. For individual stays, it&#8217;s possible to rent a single or double room, available in the autumn-spring season. Group offers are available from four people.   <\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">In summer we offer exclusively whole apartment rentals \u2013 regardless of the number of guests, the fee applies to the entire apartment, not individual rooms.<\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">Depending on availability, our facility can accommodate up to 16 people. For larger groups, there&#8217;s the possibility of additional accommodation with friendly hosts, in nearby apartments or hotels. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"How to check availability for a specific date?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Available dates can be checked directly on the Pego.cc website through the availability calendar or by contacting us by email or phone.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"How far in advance should you book your stay?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We recommend making a reservation at least <\\\/span><b>2-5 months <\\\/b><span style=\\\"font-weight: 400;\\\">before your planned arrival, especially in high seasons (July-August &#8211; high tourist season, February-April &#8211; high cycling season), to ensure availability of your preferred dates and type of accommodation or bike.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can you book just a weekend?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Due to the distance, we prefer trips of at least 5 days. It&#8217;s possible to book a stay for just a weekend, although minimum stay duration may vary depending on season and availability. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What does the group booking procedure look like?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Group bookings require direct contact to arrange details such as number of people, special needs, date availability, and possible discounts. Preliminary booking can be made by filling out the form found at this link  <\\\/span><a href=\\\"https:\\\/\\\/wkf.ms\\\/4khy5b4\\\"><span style=\\\"font-weight: 400;\\\">https:\\\/\\\/wkf.ms\\\/4khy5b4<\\\/span><\\\/a><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can you change the date after booking?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Changing the date after booking is possible, but subject to cancellation policy conditions and availability of new dates. Please contact us as soon as possible to arrange details. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you offer gift vouchers?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we offer gift vouchers for stays and selected sports and recreational services. To purchase or get detailed information, please contact us by email: pego@pego.cc. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is advance booking of bikes or other sports services necessary?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We recommend early booking of bikes and sports services to guarantee availability of equipment and trainers, especially in the high autumn-spring season.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can you book accommodation only without a sports package?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, it&#8217;s possible to book accommodation only without having to purchase a sports package.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What is the minimum and maximum number of participants?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The minimum number of participants is one person. For individual stays, it&#8217;s possible to rent a single or double room, available in the autumn-spring season. Group offers are available from four people.   <\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">In summer we offer exclusively whole apartment rentals \\u2013 regardless of the number of guests, the fee applies to the entire apartment, not individual rooms.<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">Depending on availability, our facility can accommodate up to 16 people. For larger groups, there&#8217;s the possibility of additional accommodation with friendly hosts, in nearby apartments or hotels. <\\\/span><\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bea7916 faq-group e-flex e-con-boxed sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"bea7916\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-761c3d3 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"761c3d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h3 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">8. Prices and Payments<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-262d1a5 faq-section sc_fly_static elementor-widget elementor-widget-toggle\" data-id=\"262d1a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4001\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-4001\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What is the cost of a weekly stay with meals?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4001\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-4001\"><p><span style=\"font-weight: 400;\">The cost of a weekly stay with meals depends on the season, number of people, and scope of services. For individual bookings (e.g., stay + bike), current prices are available on our website  <\/span><a href=\"https:\/\/pego.cc\/en\/\"><span style=\"font-weight: 400;\">Pego.cc<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">For group bookings, the price is set individually depending on the chosen package and number of participants. We prepare a detailed offer after receiving the booking form  <\/span><a href=\"https:\/\/wkf.ms\/4khy5b4\"><span style=\"font-weight: 400;\">https:\/\/wkf.ms\/4khy5b4<\/span><\/a><span style=\"font-weight: 400;\">  <\/span><span style=\"font-weight: 400;\">or email &#8211; please contact us at pego@pego.cc.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4002\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-4002\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Does the price include all additional fees?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4002\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-4002\"><p><span style=\"font-weight: 400;\">Unless otherwise stated in the offer, the price includes accommodation and, for weekly stays, airport transfers. Bike rental or other equipment costs are charged additionally according to the current price list. All additional services and fees are always clearly specified during the booking process.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4003\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-4003\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Are there discounts for children, families, or groups?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4003\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-4003\"><p><span style=\"font-weight: 400;\">We primarily offer discounts for larger sports or organized groups. We don&#8217;t provide standard discounts for family bookings. Group terms are arranged individually.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4004\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-4004\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How can I make payment for my stay?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4004\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-4004\"><p><span style=\"font-weight: 400;\">Payment for the stay can be made by <\/span><b>bank transfer<\/b><span style=\"font-weight: 400;\"> or through <\/span><b>our booking system<\/b><span style=\"font-weight: 400;\">, which handles fast online payments (e.g., by card). Payment details are arranged individually during booking. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4005\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-4005\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you accept payment cards on site?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4005\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-4005\"><p><span style=\"font-weight: 400;\">Yes, card payments are accepted at the facility.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4006\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-4006\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I pay in installments?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4006\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-4006\"><p><span style=\"font-weight: 400;\">No, we don&#8217;t provide quasi-banking services.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4007\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-4007\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Do you require a deposit or advance payment?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4007\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-4007\"><p><span style=\"font-weight: 400;\">A minimum 10% deposit is required at booking. The remaining amount must be paid 30 days before arrival. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4008\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-4008\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How much money should I bring with me?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4008\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-4008\"><p><span style=\"font-weight: 400;\">It depends on the nature of your stay and individual preferences. If you have a package with meals, accommodation, and transfer included, most costs are already covered. However, it&#8217;s good to have extra funds for meals outside the facility, coffee, souvenirs, local attractions, or potential shopping.  <\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">For your comfort, we recommend bringing a payment card and cash for small expenses &#8211; not all places in smaller towns accept cashless payments.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-4009\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-4009\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do I need to bring euros in cash?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-4009\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-4009\"><p><span style=\"font-weight: 400;\">It&#8217;s good to have some cash in euros for small expenses, visits to smaller venues, or market shopping &#8211; not all places accept card payments.<\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">Most restaurants, shops, and services in the area accept cards, so cash isn&#8217;t essential but can be useful in everyday situations.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-40010\" class=\"elementor-tab-title\" data-tab=\"10\" role=\"button\" aria-controls=\"elementor-tab-content-40010\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you issue VAT invoices?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-40010\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"10\" role=\"region\" aria-labelledby=\"elementor-tab-title-40010\"><p><span style=\"font-weight: 400;\">Yes, we issue VAT invoices for stays and services upon request.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What is the cost of a weekly stay with meals?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The cost of a weekly stay with meals depends on the season, number of people, and scope of services. For individual bookings (e.g., stay + bike), current prices are available on our website  <\\\/span><a href=\\\"https:\\\/\\\/pego.cc\\\/en\\\/\\\"><span style=\\\"font-weight: 400;\\\">Pego.cc<\\\/span><\\\/a><span style=\\\"font-weight: 400;\\\">.<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">For group bookings, the price is set individually depending on the chosen package and number of participants. We prepare a detailed offer after receiving the booking form  <\\\/span><a href=\\\"https:\\\/\\\/wkf.ms\\\/4khy5b4\\\"><span style=\\\"font-weight: 400;\\\">https:\\\/\\\/wkf.ms\\\/4khy5b4<\\\/span><\\\/a><span style=\\\"font-weight: 400;\\\">  <\\\/span><span style=\\\"font-weight: 400;\\\">or email &#8211; please contact us at pego@pego.cc.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Does the price include all additional fees?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Unless otherwise stated in the offer, the price includes accommodation and, for weekly stays, airport transfers. Bike rental or other equipment costs are charged additionally according to the current price list. All additional services and fees are always clearly specified during the booking process.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there discounts for children, families, or groups?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We primarily offer discounts for larger sports or organized groups. We don&#8217;t provide standard discounts for family bookings. Group terms are arranged individually.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"How can I make payment for my stay?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Payment for the stay can be made by <\\\/span><b>bank transfer<\\\/b><span style=\\\"font-weight: 400;\\\"> or through <\\\/span><b>our booking system<\\\/b><span style=\\\"font-weight: 400;\\\">, which handles fast online payments (e.g., by card). Payment details are arranged individually during booking. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you accept payment cards on site?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, card payments are accepted at the facility.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can I pay in installments?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">No, we don&#8217;t provide quasi-banking services.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you require a deposit or advance payment?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">A minimum 10% deposit is required at booking. The remaining amount must be paid 30 days before arrival. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"How much money should I bring with me?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">It depends on the nature of your stay and individual preferences. If you have a package with meals, accommodation, and transfer included, most costs are already covered. However, it&#8217;s good to have extra funds for meals outside the facility, coffee, souvenirs, local attractions, or potential shopping.  <\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">For your comfort, we recommend bringing a payment card and cash for small expenses &#8211; not all places in smaller towns accept cashless payments.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do I need to bring euros in cash?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">It&#8217;s good to have some cash in euros for small expenses, visits to smaller venues, or market shopping &#8211; not all places accept card payments.<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">Most restaurants, shops, and services in the area accept cards, so cash isn&#8217;t essential but can be useful in everyday situations.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you issue VAT invoices?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we issue VAT invoices for stays and services upon request.<\\\/span><\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1e89279 faq-group e-flex e-con-boxed sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"1e89279\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a99bcb5 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"a99bcb5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h3 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">9. Additional Services and Amenities<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-efba2d7 faq-section sc_fly_static elementor-widget elementor-widget-toggle\" data-id=\"efba2d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2511\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2511\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are there grocery stores near the hotel?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2511\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2511\"><p><span style=\"font-weight: 400;\">Yes, within 300 meters of the facility there are three supermarkets: Masymas, SPAR, and SUMA (also open on Sundays). These are among several grocery stores available in the immediate vicinity. <\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">Slightly further away, there are also larger supermarkets &#8211; Mercadona (about 800m) and ALDI (about 1000m). All stores are easily accessible on foot. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2512\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2512\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are there ATMs nearby?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2512\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2512\"><p><span style=\"font-weight: 400;\">Yes, there are several ATMs from different bank networks in Pego&#8217;s center. The nearest ones are within 200-300 meters from the facility, including CaixaBank, Sabadell, and Bankia. All are easily accessible on foot.   <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2513\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2513\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you offer access to a massage therapist or physiotherapist?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2513\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2513\"><p><span style=\"font-weight: 400;\">Yes, we arrange visits from massage therapists and physiotherapists, which can be booked before arrival or during your stay<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2514\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2514\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you organize recovery sessions, e.g., yoga, stretching?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2514\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2514\"><p>v<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2515\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2515\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you have space for remote work (Wi-Fi, desk, quiet)?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2515\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2515\"><p><span style=\"font-weight: 400;\">Fast Wi-Fi is available throughout the facility. There are common areas where you can sit and work. Some rooms have desks suitable for remote work.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2516\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2516\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can you arrange cycling technique analysis or fitness testing?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2516\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2516\"><p><span style=\"font-weight: 400;\">Yes, we work with trainers who can conduct cycling technique analysis and fitness tests on site.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2517\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-2517\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are there pools, SPAs, saunas nearby?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2517\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-2517\"><p><span style=\"font-weight: 400;\">Yes &#8211; Pego has an indoor pool (25m) with sauna access, perfect for training and recovery. During summer, there&#8217;s also an outdoor municipal pool, which is better suited for relaxation than sports swimming. <\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">Currently, there isn&#8217;t a classic spa in Pego itself, but we can recommend nearby locations offering wellness services.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2518\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-2518\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Do you offer transfers to fiestas or regional events?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2518\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-2518\"><p><span style=\"font-weight: 400;\">Yes, we help organize transfers to local fiestas and cultural events.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2519\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-2519\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are language classes or cultural workshops available for guests?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2519\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-2519\"><p><span style=\"font-weight: 400;\">We don&#8217;t regularly organize language classes or cultural workshops. However, we&#8217;re happy to arrange such activities for larger groups &#8211; after prior arrangement of details, of course. If you&#8217;d like to take Spanish lessons, meet local guides, or participate in workshops about regional culture during your stay, let us know &#8211; we&#8217;ll help plan and organize additional activities.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-25110\" class=\"elementor-tab-title\" data-tab=\"10\" role=\"button\" aria-controls=\"elementor-tab-content-25110\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are topographic maps, guidebooks, books about the region available on site?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-25110\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"10\" role=\"region\" aria-labelledby=\"elementor-tab-title-25110\"><p><span style=\"font-weight: 400;\">We don&#8217;t have printed maps or guidebooks on site, but we&#8217;re happy to suggest what&#8217;s worth seeing and where to find information about the region. If needed, we also help plan routes or excursions. We also show how to use phone applications.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-25111\" class=\"elementor-tab-title\" data-tab=\"11\" role=\"button\" aria-controls=\"elementor-tab-content-25111\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you organize workshops or lectures about health, recovery, or training? <\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-25111\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"11\" role=\"region\" aria-labelledby=\"elementor-tab-title-25111\"><p><span style=\"font-weight: 400;\">We don&#8217;t conduct regular activities of this type, but for organized groups, we can prepare workshops, lectures, or thematic meetings about health, recovery, nutrition, or training planning. We work with competent specialists who can conduct valuable sessions tailored to participants&#8217; levels upon group request. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-25112\" class=\"elementor-tab-title\" data-tab=\"12\" role=\"button\" aria-controls=\"elementor-tab-content-25112\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is it possible to rent a room for meetings or presentations (for groups, trainers)?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-25112\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"12\" role=\"region\" aria-labelledby=\"elementor-tab-title-25112\"><p><span style=\"font-weight: 400;\">We don&#8217;t have a typical conference room, but we offer several comfortable spaces for group meetings and presentations. Guests have access to a large terrace where multimedia presentations can be set up. Additionally, we provide space in our bike rental area, which has couches and projector capability. It&#8217;s a good place for briefings, training presentations, or evening group meetings.   <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-25113\" class=\"elementor-tab-title\" data-tab=\"13\" role=\"button\" aria-controls=\"elementor-tab-content-25113\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is the hotel close to cafes and restaurants?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-25113\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"13\" role=\"region\" aria-labelledby=\"elementor-tab-title-25113\"><p><span style=\"font-weight: 400;\">Yes &#8211; our facility is located in the center of Pego, which means there are many small cafes, bars, and local restaurants within a few dozen meters. This gives guests easy access to various dining options &#8211; from breakfast to dinner &#8211; without needing transportation. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-25114\" class=\"elementor-tab-title\" data-tab=\"14\" role=\"button\" aria-controls=\"elementor-tab-content-25114\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you organize group dinners, barbecues, or social evenings?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-25114\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"14\" role=\"region\" aria-labelledby=\"elementor-tab-title-25114\"><p><span style=\"font-weight: 400;\">Yes, upon request for groups, we can organize social evenings &#8211; including dinners, barbecues, or Spanish themed evenings with traditional dish cooking, such as paella. Everything takes place in a relaxed atmosphere, usually on our terrace. Details are arranged individually depending on needs and number of participants.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-25115\" class=\"elementor-tab-title\" data-tab=\"15\" role=\"button\" aria-controls=\"elementor-tab-content-25115\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is there a place to dry sports clothes on site?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-25115\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"15\" role=\"region\" aria-labelledby=\"elementor-tab-title-25115\"><p><span style=\"font-weight: 400;\">Yes, there are clothes drying racks available on site that can be set up on the patio or balcony. Additionally, rooms are equipped with hangers that can also be used for drying sports clothing after training. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Are there grocery stores near the hotel?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, within 300 meters of the facility there are three supermarkets: Masymas, SPAR, and SUMA (also open on Sundays). These are among several grocery stores available in the immediate vicinity. <\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">Slightly further away, there are also larger supermarkets &#8211; Mercadona (about 800m) and ALDI (about 1000m). All stores are easily accessible on foot. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there ATMs nearby?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, there are several ATMs from different bank networks in Pego&#8217;s center. The nearest ones are within 200-300 meters from the facility, including CaixaBank, Sabadell, and Bankia. All are easily accessible on foot.   <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you offer access to a massage therapist or physiotherapist?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we arrange visits from massage therapists and physiotherapists, which can be booked before arrival or during your stay<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you organize recovery sessions, e.g., yoga, stretching?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>v<\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you have space for remote work (Wi-Fi, desk, quiet)?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Fast Wi-Fi is available throughout the facility. There are common areas where you can sit and work. Some rooms have desks suitable for remote work.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can you arrange cycling technique analysis or fitness testing?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we work with trainers who can conduct cycling technique analysis and fitness tests on site.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there pools, SPAs, saunas nearby?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes &#8211; Pego has an indoor pool (25m) with sauna access, perfect for training and recovery. During summer, there&#8217;s also an outdoor municipal pool, which is better suited for relaxation than sports swimming. <\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">Currently, there isn&#8217;t a classic spa in Pego itself, but we can recommend nearby locations offering wellness services.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you offer transfers to fiestas or regional events?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we help organize transfers to local fiestas and cultural events.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are language classes or cultural workshops available for guests?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We don&#8217;t regularly organize language classes or cultural workshops. However, we&#8217;re happy to arrange such activities for larger groups &#8211; after prior arrangement of details, of course. If you&#8217;d like to take Spanish lessons, meet local guides, or participate in workshops about regional culture during your stay, let us know &#8211; we&#8217;ll help plan and organize additional activities.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are topographic maps, guidebooks, books about the region available on site?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We don&#8217;t have printed maps or guidebooks on site, but we&#8217;re happy to suggest what&#8217;s worth seeing and where to find information about the region. If needed, we also help plan routes or excursions. We also show how to use phone applications.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you organize workshops or lectures about health, recovery, or training?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We don&#8217;t conduct regular activities of this type, but for organized groups, we can prepare workshops, lectures, or thematic meetings about health, recovery, nutrition, or training planning. We work with competent specialists who can conduct valuable sessions tailored to participants&#8217; levels upon group request. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is it possible to rent a room for meetings or presentations (for groups, trainers)?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We don&#8217;t have a typical conference room, but we offer several comfortable spaces for group meetings and presentations. Guests have access to a large terrace where multimedia presentations can be set up. Additionally, we provide space in our bike rental area, which has couches and projector capability. It&#8217;s a good place for briefings, training presentations, or evening group meetings.   <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is the hotel close to cafes and restaurants?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes &#8211; our facility is located in the center of Pego, which means there are many small cafes, bars, and local restaurants within a few dozen meters. This gives guests easy access to various dining options &#8211; from breakfast to dinner &#8211; without needing transportation. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you organize group dinners, barbecues, or social evenings?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, upon request for groups, we can organize social evenings &#8211; including dinners, barbecues, or Spanish themed evenings with traditional dish cooking, such as paella. Everything takes place in a relaxed atmosphere, usually on our terrace. Details are arranged individually depending on needs and number of participants.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is there a place to dry sports clothes on site?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, there are clothes drying racks available on site that can be set up on the patio or balcony. Additionally, rooms are equipped with hangers that can also be used for drying sports clothing after training. <\\\/span><\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2fac383 faq-group e-flex e-con-boxed sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"2fac383\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b885d6 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"7b885d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h3 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">10. Who is Pego.Cc for?<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea6b58a faq-section sc_fly_static elementor-widget elementor-widget-toggle\" data-id=\"ea6b58a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2451\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2451\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Who is Pego.cc base designed for?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2451\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2451\"><p><span style=\"font-weight: 400;\">Pego.cc is a place created for active recreation enthusiasts, particularly cycling, triathlon, and running groups. We also offer comfortable conditions for individual athletes looking for ideal training conditions in Spain&#8217;s sunny climate. <\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">Outside the sports season, we also welcome tourists seeking peace, sun, and local attractions who want to discover the charming corners of Costa Blanca.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2452\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2452\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is this place only for professional athletes, or also for amateurs?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2452\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2452\"><p><span style=\"font-weight: 400;\">Our base is open to both professionals and amateurs. Regardless of skill level, everyone will find suitable conditions for active recreation here. The region offers routes and opportunities adapted to different needs &#8211; from leisurely rides to demanding training. Most importantly, we&#8217;re united by a passion for movement and a sporty lifestyle.   <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2453\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2453\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Is Pego.cc suitable for a family trip with elements of activity?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2453\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2453\"><p><span style=\"font-weight: 400;\">Yes, Pego.cc offers accommodation and attractions adapted to families with children, combining relaxation with sports activities for all generations.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2454\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2454\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I come without a bike and just have an active holiday?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2454\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2454\"><p><span style=\"font-weight: 400;\">You can come to Pego.cc without a bike &#8211; the base works great as a place for people who want to spend active time in sunny Spain. In the area, you can go hiking, trail running, trekking, use electric scooters and bikes, as well as go on regional trips or relax on the beach. It&#8217;s also an ideal option for those accompanying cyclists who don&#8217;t plan to train but want to have an active holiday.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2455\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2455\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Does the base offer programs or attractions specifically for children?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2455\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2455\"><p><span style=\"font-weight: 400;\">No, our base doesn&#8217;t offer special programs or attractions dedicated to children. We primarily focus on adult guests and sports groups, especially cyclists. However, children are of course welcome, and the area offers many opportunities for active and safe time spending.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2456\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2456\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is this a good place for recovery and relaxation after training?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2456\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2456\"><p><span style=\"font-weight: 400;\">Yes, Pego.cc is an excellent place for recovery after intensive training. The quiet surroundings, proximity to nature, availability of massage services, and comfortable accommodation conditions, including comfortable mattresses, are conducive to rest and recovery. For groups, there&#8217;s also the possibility of organizing evening mobilization sessions, stretching, or yoga.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2457\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-2457\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Is the place suitable for organizing a training camp for a sports club?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2457\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-2457\"><p><span style=\"font-weight: 400;\">Yes, Pego.cc is an ideal place to organize a training camp for a sports club. We offer comfortable accommodation, bike storage and servicing facilities, and high-class road bike rentals. The area has training routes of varying difficulty levels, and we provide logistical support on site. For groups, we can organize additional services &#8211; such as transfers, group dinners, recovery sessions, or social evenings.   <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2458\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-2458\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I come as an accompanying person without a training plan?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2458\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-2458\"><p><span style=\"font-weight: 400;\">Of course &#8211; you can come as an accompanying person, even without a training plan.<\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">A stay at Pego.cc is also a great opportunity to relax, explore the area, go mountain hiking, or enjoy local attractions.<\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">For accompanying persons, we offer options including electric bike rentals, scooters, or organizing trips and beach transfers. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-2459\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-2459\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is this a good place for a solo recovery trip?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2459\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-2459\"><p><span style=\"font-weight: 400;\">Yes, Pego.cc is an ideal place for a solo recovery trip. The intimate atmosphere, quiet surroundings, comfortable rooms, and proximity to nature are conducive to unwinding, resting, and physical activity at your own pace. You can either train intensively or simply recharge your batteries away from everyday hustle and bustle.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-24510\" class=\"elementor-tab-title\" data-tab=\"10\" role=\"button\" aria-controls=\"elementor-tab-content-24510\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I come without any plan - just to rest?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-24510\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"10\" role=\"region\" aria-labelledby=\"elementor-tab-title-24510\"><p><span style=\"font-weight: 400;\">Yes, absolutely! You can come to Pego.cc without any training plan &#8211; simply to rest. Our base is a great place for recovery, relaxation, and peaceful time spending. You can walk, enjoy nature, go on excursions, or simply enjoy the sun on the terrace.   <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Who is Pego.cc base designed for?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Pego.cc is a place created for active recreation enthusiasts, particularly cycling, triathlon, and running groups. We also offer comfortable conditions for individual athletes looking for ideal training conditions in Spain&#8217;s sunny climate. <\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">Outside the sports season, we also welcome tourists seeking peace, sun, and local attractions who want to discover the charming corners of Costa Blanca.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is this place only for professional athletes, or also for amateurs?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Our base is open to both professionals and amateurs. Regardless of skill level, everyone will find suitable conditions for active recreation here. The region offers routes and opportunities adapted to different needs &#8211; from leisurely rides to demanding training. Most importantly, we&#8217;re united by a passion for movement and a sporty lifestyle.   <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is Pego.cc suitable for a family trip with elements of activity?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, Pego.cc offers accommodation and attractions adapted to families with children, combining relaxation with sports activities for all generations.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can I come without a bike and just have an active holiday?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">You can come to Pego.cc without a bike &#8211; the base works great as a place for people who want to spend active time in sunny Spain. In the area, you can go hiking, trail running, trekking, use electric scooters and bikes, as well as go on regional trips or relax on the beach. It&#8217;s also an ideal option for those accompanying cyclists who don&#8217;t plan to train but want to have an active holiday.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Does the base offer programs or attractions specifically for children?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">No, our base doesn&#8217;t offer special programs or attractions dedicated to children. We primarily focus on adult guests and sports groups, especially cyclists. However, children are of course welcome, and the area offers many opportunities for active and safe time spending.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is this a good place for recovery and relaxation after training?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, Pego.cc is an excellent place for recovery after intensive training. The quiet surroundings, proximity to nature, availability of massage services, and comfortable accommodation conditions, including comfortable mattresses, are conducive to rest and recovery. For groups, there&#8217;s also the possibility of organizing evening mobilization sessions, stretching, or yoga.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is the place suitable for organizing a training camp for a sports club?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, Pego.cc is an ideal place to organize a training camp for a sports club. We offer comfortable accommodation, bike storage and servicing facilities, and high-class road bike rentals. The area has training routes of varying difficulty levels, and we provide logistical support on site. For groups, we can organize additional services &#8211; such as transfers, group dinners, recovery sessions, or social evenings.   <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can I come as an accompanying person without a training plan?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Of course &#8211; you can come as an accompanying person, even without a training plan.<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">A stay at Pego.cc is also a great opportunity to relax, explore the area, go mountain hiking, or enjoy local attractions.<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">For accompanying persons, we offer options including electric bike rentals, scooters, or organizing trips and beach transfers. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is this a good place for a solo recovery trip?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, Pego.cc is an ideal place for a solo recovery trip. The intimate atmosphere, quiet surroundings, comfortable rooms, and proximity to nature are conducive to unwinding, resting, and physical activity at your own pace. You can either train intensively or simply recharge your batteries away from everyday hustle and bustle.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can I come without any plan - just to rest?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, absolutely! You can come to Pego.cc without any training plan &#8211; simply to rest. Our base is a great place for recovery, relaxation, and peaceful time spending. You can walk, enjoy nature, go on excursions, or simply enjoy the sun on the terrace.   <\\\/span><\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8bf1874 faq-group e-flex e-con-boxed sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"8bf1874\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2563da5 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"2563da5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h3 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">11. Bike and Equipment Rental<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3522eb3 faq-section sc_fly_static elementor-widget elementor-widget-toggle\" data-id=\"3522eb3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-5571\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5571\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you offer bike rentals (road \/ gravel \/ MTB)?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5571\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5571\"><p><span style=\"font-weight: 400;\">Yes, we offer bike rentals &#8211; primarily high-quality road bikes, which form the basis of our main offer.<\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">Additionally, we have electric MTB bikes that work great on local trails. For individual needs, we&#8217;ll also try to arrange other types of bikes, although our base primarily focuses on road cycling. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-5572\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5572\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What bike models and sizes are available?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5572\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5572\"><p><span style=\"font-weight: 400;\">Our fleet mainly consists of LOOK road bikes &#8211; these are high-quality equipment valued by demanding cyclists. We have a full range of sizes (from XS to XL), as well as various groupset options, including Shimano 105 Di2 and Ultegra Di2. Each bike is regularly serviced and ready to ride. On site, we help select the appropriate size and adjust the bike for each individual.    <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-5573\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5573\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are electric bikes \/ scooters available?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5573\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5573\"><p><span style=\"font-weight: 400;\">Yes, both electric scooters and bikes are available at Pego.cc. We offer lightweight and comfortable Evie S1 city bikes and Xiaomi 4 Ultra electric scooters, which work great for daily local transportation. For more demanding users, we also have professional Ghost electric MTB bikes and Giant TRANCE X E+ 2 &#8211; perfect for mountain trails around Pego.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-5574\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-5574\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is advance bike reservation needed?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5574\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-5574\"><p><span style=\"font-weight: 400;\">Yes, we recommend advance bike reservation &#8211; especially during the autumn-winter season when demand is highest. This way, we can guarantee the availability of the appropriate model and size, and prepare the bike for use before your arrival. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-5575\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-5575\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I rent pedals, helmet, pump, tools?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5575\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-5575\"><p><span style=\"font-weight: 400;\">Yes, each rental bike comes standard with a saddle bag containing a pump, tool set, and spare inner tube &#8211; in case of breakdown on the road. Upon request, for an additional fee, you can also rent pedals (including optional Garmin power meter pedals) and a helmet. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-5576\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-5576\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you offer bikefitting before rental?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5576\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-5576\"><p><span style=\"font-weight: 400;\">We offer basic bikefitting based on our experience &#8211; before renting a bike, we&#8217;ll help select the right size, adjust saddle and handlebar height, and if needed, adjust stem length. However, we don&#8217;t provide professional bikefitting using specialized measurement tools. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-5577\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-5577\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are child seats \/ trailers available?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5577\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-5577\"><p><span style=\"font-weight: 400;\">At the moment, we don&#8217;t offer bike child seats or trailers.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-5578\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-5578\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I rent a trainer or other training accessories?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5578\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-5578\"><p><span style=\"font-weight: 400;\">At the moment, we don&#8217;t offer trainers or other specialized training accessories for rent.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-5579\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-5579\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is it possible to rent water sports equipment (kayaks, paddleboards)?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5579\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-5579\"><p><span style=\"font-weight: 400;\">We don&#8217;t have such equipment on site, but in the area &#8211; mainly in Denia and J\u00e1vea (15-30 km from Pego) &#8211; there are kayak and paddleboard (SUP) rentals. You can rent equipment for about \u20ac15-25\/day or join kayaking-snorkeling trips in the Cova Tallada or Cala Granadella area. Availability depends on the season.   <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-55710\" class=\"elementor-tab-title\" data-tab=\"10\" role=\"button\" aria-controls=\"elementor-tab-content-55710\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Do you offer on-site bike service?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-55710\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"10\" role=\"region\" aria-labelledby=\"elementor-tab-title-55710\"><p><span style=\"font-weight: 400;\">We offer a full range of services &#8211; from routine drivetrain, brake, and derailleur maintenance, through lubrication and worn parts replacement, to quick roadside assistance &#8211; like tube replacement, brake adjustment, or tubeless system bleeding. Our workshop is equipped with professional service stands, pumps, tools, and a rich stock of spare parts, allowing for quick repairs and bike preparation for further riding. <\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">There&#8217;s also a bike wash station and secure equipment storage on site, and our mobile service can reach you if something happens during training.<\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">For guests renting bikes, service is included in the price, and you can also service your own equipment under our service package, which we offer for a nominal fee.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-55711\" class=\"elementor-tab-title\" data-tab=\"11\" role=\"button\" aria-controls=\"elementor-tab-content-55711\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you also rent panniers, bike bags, or backpacks?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-55711\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"11\" role=\"region\" aria-labelledby=\"elementor-tab-title-55711\"><p><span style=\"font-weight: 400;\">At the moment, we don&#8217;t offer panniers, bike bags, or backpacks for rent. We mainly focus on road and MTB equipment, so we don&#8217;t offer typical touring equipment. However, if you&#8217;re planning such a trip &#8211; let us know in advance, we&#8217;ll try to help find an appropriate solution.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-55712\" class=\"elementor-tab-title\" data-tab=\"12\" role=\"button\" aria-controls=\"elementor-tab-content-55712\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is it possible to rent a GPS or bike computer?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-55712\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"12\" role=\"region\" aria-labelledby=\"elementor-tab-title-55712\"><p><span style=\"font-weight: 400;\">We don&#8217;t regularly offer bike computers or GPS devices for rent as standard, but if needed, we can provide such equipment upon request &#8211; it&#8217;s best to request this at booking so we can ensure the needed equipment is available.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-55713\" class=\"elementor-tab-title\" data-tab=\"13\" role=\"button\" aria-controls=\"elementor-tab-content-55713\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is it possible to rent power meter pedals?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-55713\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"13\" role=\"region\" aria-labelledby=\"elementor-tab-title-55713\"><p><span style=\"font-weight: 400;\">Yes &#8211; we offer power meter pedals that can be rented for an additional fee. They are available on site, and details regarding availability and prices are arranged individually at the time of equipment reservation. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-55714\" class=\"elementor-tab-title\" data-tab=\"14\" role=\"button\" aria-controls=\"elementor-tab-content-55714\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I rent a bike for half a day \/ just for an excursion?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-55714\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"14\" role=\"region\" aria-labelledby=\"elementor-tab-title-55714\"><p><span style=\"font-weight: 400;\">We don&#8217;t offer short-term rentals. Bikes can only be rented for a full day or longer &#8211; we don&#8217;t offer hourly or half-day rentals. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Do you offer bike rentals (road \\\/ gravel \\\/ MTB)?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we offer bike rentals &#8211; primarily high-quality road bikes, which form the basis of our main offer.<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">Additionally, we have electric MTB bikes that work great on local trails. For individual needs, we&#8217;ll also try to arrange other types of bikes, although our base primarily focuses on road cycling. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What bike models and sizes are available?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Our fleet mainly consists of LOOK road bikes &#8211; these are high-quality equipment valued by demanding cyclists. We have a full range of sizes (from XS to XL), as well as various groupset options, including Shimano 105 Di2 and Ultegra Di2. Each bike is regularly serviced and ready to ride. On site, we help select the appropriate size and adjust the bike for each individual.    <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are electric bikes \\\/ scooters available?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, both electric scooters and bikes are available at Pego.cc. We offer lightweight and comfortable Evie S1 city bikes and Xiaomi 4 Ultra electric scooters, which work great for daily local transportation. For more demanding users, we also have professional Ghost electric MTB bikes and Giant TRANCE X E+ 2 &#8211; perfect for mountain trails around Pego.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is advance bike reservation needed?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we recommend advance bike reservation &#8211; especially during the autumn-winter season when demand is highest. This way, we can guarantee the availability of the appropriate model and size, and prepare the bike for use before your arrival. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can I rent pedals, helmet, pump, tools?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, each rental bike comes standard with a saddle bag containing a pump, tool set, and spare inner tube &#8211; in case of breakdown on the road. Upon request, for an additional fee, you can also rent pedals (including optional Garmin power meter pedals) and a helmet. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you offer bikefitting before rental?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We offer basic bikefitting based on our experience &#8211; before renting a bike, we&#8217;ll help select the right size, adjust saddle and handlebar height, and if needed, adjust stem length. However, we don&#8217;t provide professional bikefitting using specialized measurement tools. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are child seats \\\/ trailers available?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">At the moment, we don&#8217;t offer bike child seats or trailers.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can I rent a trainer or other training accessories?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">At the moment, we don&#8217;t offer trainers or other specialized training accessories for rent.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is it possible to rent water sports equipment (kayaks, paddleboards)?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We don&#8217;t have such equipment on site, but in the area &#8211; mainly in Denia and J\\u00e1vea (15-30 km from Pego) &#8211; there are kayak and paddleboard (SUP) rentals. You can rent equipment for about \\u20ac15-25\\\/day or join kayaking-snorkeling trips in the Cova Tallada or Cala Granadella area. Availability depends on the season.   <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you offer on-site bike service?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We offer a full range of services &#8211; from routine drivetrain, brake, and derailleur maintenance, through lubrication and worn parts replacement, to quick roadside assistance &#8211; like tube replacement, brake adjustment, or tubeless system bleeding. Our workshop is equipped with professional service stands, pumps, tools, and a rich stock of spare parts, allowing for quick repairs and bike preparation for further riding. <\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">There&#8217;s also a bike wash station and secure equipment storage on site, and our mobile service can reach you if something happens during training.<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">For guests renting bikes, service is included in the price, and you can also service your own equipment under our service package, which we offer for a nominal fee.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you also rent panniers, bike bags, or backpacks?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">At the moment, we don&#8217;t offer panniers, bike bags, or backpacks for rent. We mainly focus on road and MTB equipment, so we don&#8217;t offer typical touring equipment. However, if you&#8217;re planning such a trip &#8211; let us know in advance, we&#8217;ll try to help find an appropriate solution.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is it possible to rent a GPS or bike computer?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We don&#8217;t regularly offer bike computers or GPS devices for rent as standard, but if needed, we can provide such equipment upon request &#8211; it&#8217;s best to request this at booking so we can ensure the needed equipment is available.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is it possible to rent power meter pedals?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes &#8211; we offer power meter pedals that can be rented for an additional fee. They are available on site, and details regarding availability and prices are arranged individually at the time of equipment reservation. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can I rent a bike for half a day \\\/ just for an excursion?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We don&#8217;t offer short-term rentals. Bikes can only be rented for a full day or longer &#8211; we don&#8217;t offer hourly or half-day rentals. <\\\/span><\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-04aa132 faq-group e-flex e-con-boxed sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"04aa132\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-429ce77 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"429ce77\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h3 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">12. Cuisine of Costa Blanca and Marina Alta Region<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4455d80 faq-section sc_fly_static elementor-widget elementor-widget-toggle\" data-id=\"4455d80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-7161\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-7161\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What are the most characteristic dishes of the Marina Alta region?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-7161\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-7161\"><p><span style=\"font-weight: 400;\">In the Marina Alta region, seafood dishes traditionally reign supreme, such as paella de marisco (seafood paella), arroz a banda (rice cooked in fish broth), and fideu\u00e0 \u2013 a dish similar to paella but with noodles instead of rice. Tapas, local cheeses, and olives are also popular. Original Valencian paella consists of rabbit, chicken, beans (ferraura and garrof\u00f3), tomatoes, olive oil, water, rice, saffron, and salt.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-7162\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-7162\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What are the opening hours for restaurants?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-7162\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-7162\"><p><span style=\"font-weight: 400;\">Typical Spanish restaurants are open for lunch from approximately 1:30 PM to 3:30 PM, and for dinner from 8:00 PM to 10:30 PM. Smaller cafes and tapas bars open earlier, often from 10:00 AM, and operate continuously until the evening. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-7163\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-7163\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Where can you find the best seafood dishes around Pego?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-7163\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-7163\"><p><span style=\"font-weight: 400;\">In Pego itself, we have many establishments that offer traditional and authentic regional cuisine. You can also visit nearby towns and enjoy the delicacies served there. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-7164\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-7164\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What local desserts are worth trying in Marina Alta?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-7164\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-7164\"><p><span style=\"font-weight: 400;\">It&#8217;s worth trying turr\u00f3n (an almond nougat typical of Valencia), gat\u00f3 d\u2019ametla (almond cake), and local orange and almond cakes. You should also try sweets like pestinyos, pastissets, torr\u00f3 (local nougat), fartons (snacks for orxata), and arrop i tallaetes \u2013 sweet fruits in syrup. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-7165\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-7165\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can you buy local food directly from producers nearby?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-7165\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-7165\"><p><span style=\"font-weight: 400;\">Yes, there are many small farms and markets in the region where you can buy local products \u2013 olive oils, cheeses, honey, fresh fish, rice, and vegetables. Several towns in Marina Alta also host local producers&#8217; markets. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-7166\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-7166\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What are the most popular local wines in the region?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-7166\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-7166\"><p><span style=\"font-weight: 400;\">The region is famous for wines from the Alicante and Valencia appellations, including white, red, and ros\u00e9 wines, often from varieties such as Monastrell, Garnacha, or Moscatel.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-7167\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-7167\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Which restaurants in Pego offer regional cuisine?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-7167\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-7167\"><p><span style=\"font-weight: 400;\">In Pego, there are several restaurants serving traditional Marina Alta dishes, offering both fish dishes and typical Spanish tapas. <\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">In Pego, it&#8217;s worth visiting local restaurants and taverns serving fresh fish, paella, and tapas \u2013 for example, L\u2019\u00d3m Restaurante, praised for the quality and taste of its dishes. It&#8217;s also a good idea to check recommendations in local guides, such as TripAdvisor.   <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-7168\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-7168\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are Mediterranean cooking workshops available in Marina Alta?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-7168\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-7168\"><p><span style=\"font-weight: 400;\">Yes \u2013 cooking workshops (e.g., \u201cRa\u00edces Culinarias\u201d) teaching the preparation of traditional regional dishes are organized in Denia and other cities. This is an opportunity to discover local flavors and cooking techniques. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-7169\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-7169\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What local products are worth bringing back as culinary souvenirs from Costa Blanca?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-7169\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-7169\"><p><span style=\"font-weight: 400;\">We recommend olive oil from local groves, Bomba de Pego rice grown in the fields between Pego and the sea, wines from the Alicante appellation, local cheeses, turr\u00f3n, and dried fruits and spices characteristic of the region.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What are the most characteristic dishes of the Marina Alta region?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">In the Marina Alta region, seafood dishes traditionally reign supreme, such as paella de marisco (seafood paella), arroz a banda (rice cooked in fish broth), and fideu\\u00e0 \\u2013 a dish similar to paella but with noodles instead of rice. Tapas, local cheeses, and olives are also popular. Original Valencian paella consists of rabbit, chicken, beans (ferraura and garrof\\u00f3), tomatoes, olive oil, water, rice, saffron, and salt.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What are the opening hours for restaurants?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Typical Spanish restaurants are open for lunch from approximately 1:30 PM to 3:30 PM, and for dinner from 8:00 PM to 10:30 PM. Smaller cafes and tapas bars open earlier, often from 10:00 AM, and operate continuously until the evening. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Where can you find the best seafood dishes around Pego?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">In Pego itself, we have many establishments that offer traditional and authentic regional cuisine. You can also visit nearby towns and enjoy the delicacies served there. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What local desserts are worth trying in Marina Alta?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">It&#8217;s worth trying turr\\u00f3n (an almond nougat typical of Valencia), gat\\u00f3 d\\u2019ametla (almond cake), and local orange and almond cakes. You should also try sweets like pestinyos, pastissets, torr\\u00f3 (local nougat), fartons (snacks for orxata), and arrop i tallaetes \\u2013 sweet fruits in syrup. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can you buy local food directly from producers nearby?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, there are many small farms and markets in the region where you can buy local products \\u2013 olive oils, cheeses, honey, fresh fish, rice, and vegetables. Several towns in Marina Alta also host local producers&#8217; markets. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What are the most popular local wines in the region?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The region is famous for wines from the Alicante and Valencia appellations, including white, red, and ros\\u00e9 wines, often from varieties such as Monastrell, Garnacha, or Moscatel.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Which restaurants in Pego offer regional cuisine?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">In Pego, there are several restaurants serving traditional Marina Alta dishes, offering both fish dishes and typical Spanish tapas. <\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">In Pego, it&#8217;s worth visiting local restaurants and taverns serving fresh fish, paella, and tapas \\u2013 for example, L\\u2019\\u00d3m Restaurante, praised for the quality and taste of its dishes. It&#8217;s also a good idea to check recommendations in local guides, such as TripAdvisor.   <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are Mediterranean cooking workshops available in Marina Alta?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes \\u2013 cooking workshops (e.g., \\u201cRa\\u00edces Culinarias\\u201d) teaching the preparation of traditional regional dishes are organized in Denia and other cities. This is an opportunity to discover local flavors and cooking techniques. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What local products are worth bringing back as culinary souvenirs from Costa Blanca?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We recommend olive oil from local groves, Bomba de Pego rice grown in the fields between Pego and the sea, wines from the Alicante appellation, local cheeses, turr\\u00f3n, and dried fruits and spices characteristic of the region.<\\\/span><\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e01ccb0 faq-group e-flex e-con-boxed sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"e01ccb0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b3e4d19 sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"b3e4d19\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h3 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">13. Local Events, Souvenirs, Natural Attractions<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f3a0f6 faq-section sc_fly_static elementor-widget elementor-widget-toggle\" data-id=\"1f3a0f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3271\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-3271\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What fiestas and cultural events can you see in Pego and the surrounding area?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3271\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-3271\"><p><span style=\"font-weight: 400;\">Throughout the year, Pego hosts colorful fiestas and local festivals, which are an important part of community life. At the turn of February and March, Carnival takes place with colorful parades and the symbolic \u201cburial of the sardine,\u201d a spectacle with fires and music, marking the end of the festive period. In June, the largest local fiesta \u2013 Moros y Cristianos \u2013 is held, featuring historical parades and battle reenactments. Around June 23rd, during the Night of San Juan, Spaniards celebrate the shortest night of the year by lighting bonfires on beaches and setting off fireworks. In winter, in January, the Sant Antoni festival is celebrated with a procession and a local fair, and just before Carnival, residents participate in a fun raft race on the Bullent River.    <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3272\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-3272\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are there local craft and organic product markets?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3272\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-3272\"><p><span style=\"font-weight: 400;\">Yes \u2013 Pego regularly hosts markets offering handicrafts and organic products. For example, every Thursday from 8:00 AM to 1:00 PM, a traditional mercadillo takes place in Plaza del Mercado with approximately 50 stalls offering clothing, footwear, and accessories. Additionally, on selected Saturdays, a market is organized on Pare Carlos Sendra Oltra street, bringing together local organic producers and artisans. This is a great opportunity to buy ceramics, natural food, and other goods directly \u201cfrom the source.\u201d    <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3273\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-3273\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Where can you buy souvenirs characteristic of Costa Blanca and Marina Alta?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3273\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-3273\"><p><span style=\"font-weight: 400;\">Souvenirs can be purchased at local markets, in craft shops in Pego, D\u00e9nia, J\u00e1vea, and other coastal towns. Popular products include handmade ceramics, olive oil, local wines, and traditional textiles. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3274\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-3274\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What are the best viewpoints in the region?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3274\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-3274\"><p><span style=\"font-weight: 400;\">The region abounds with spectacular viewpoints that will appeal to all lovers of mountains and the sea.<\/span><\/p>\n<ul>\n<li><span style=\"font-weight: 400;\"> In Vall de Gallinera, it&#8217;s worth visiting Mirador del Xap, which offers extensive mountain panoramas and rocky gorges.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> In Vall d\u2019Ebo, you&#8217;ll find \u00c1rea Recreativa Es Pou, a picturesque recreational area with a mountain-surrounded viewpoint, ideal for a short stop and enjoying nature.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> On the coast, near Cabo de la Nao, close to D\u00e9nia, observation decks offer breathtaking views of the azure bays and coastal cliffs.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> From the Alcalal\u00ed region, an impressive view of the entire Marina Alta stretches out, best admired from the viewpoints around the village.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> Additionally, nearby trekking and cycling trails \u2013 such as Tossal del Puig, Mustalla, or Montg\u00f3 \u2013 reveal picturesque landscapes from mountain peaks to the panorama of the Mediterranean Sea.<\/span><\/li>\n<\/ul>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3275\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-3275\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What forms of nature can be observed nearby?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3275\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-3275\"><p><span style=\"font-weight: 400;\">Around Pego, you can admire exceptionally diverse Mediterranean nature. It is particularly worth visiting the Marjal de Pego-Oliva Natural Park, where you can observe many species of waterfowl, European pond turtles, and rare marsh vegetation. In the Vall de Gallinera and Vall d\u2019Ebo valleys, you will find wild herbs, olive groves, almond orchards, and rocky gorges. Pine forests, maquis, and shrubs typical of the Mediterranean climate also dominate the region \u2013 an ideal environment for walks, trekking, and nature observation.   <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3276\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-3276\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What lesser-known attractions are worth discovering around Pego?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3276\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-3276\"><p><span style=\"font-weight: 400;\">Around Pego, it&#8217;s worth venturing off the beaten path to discover lesser-known but incredibly charming places. One such place is Cova Tallada cave \u2013 an impressive grotto partially carved by man into the coastal rock, accessible on foot via a trail from the Montg\u00f3 reserve or from the sea (by kayak). This is an excellent option for nature, trekking, and photography enthusiasts. It&#8217;s also worth visiting Vall de Gallinera, a picturesque valley with a route leading through eight historic villages, full of local charm, stone architecture, and remnants of old water mills. Also noteworthy are the natural Font Salada springs, warm all year round, and hidden swimming spots in rivers and valleys, especially towards Vall d\u2019Ebo and La Vall de Laguar. These are places that allow you to feel the true atmosphere of the Marina Alta region \u2013 away from the crowds and close to nature.     <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3277\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-3277\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Do you organize participation in local fiestas or festivals?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3277\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-3277\"><p><span style=\"font-weight: 400;\">Yes, we support guests in participating in local fiestas by organizing transport, group outings, and providing information about events. The most important ones include: <\/span><span style=\"font-weight: 400;\"><br \/><\/span> <span style=\"font-weight: 400;\">&#8211; Carnaval and the Burial of the Sardine (Carnestoltes i Entierro de la Sardina) \u2013 held between February and March, with colorful parades and a spectacular \u201cburial of the sardine\u201d with bonfires at the end. <\/span><span style=\"font-weight: 400;\"><br \/><\/span> <span style=\"font-weight: 400;\">&#8211; Moros y Cristianos in Pego \u2013 battle reenactments, parades, and music, usually on the last weekend of June, recognized as an event of tourist interest.<\/span><span style=\"font-weight: 400;\"><br \/><\/span> <span style=\"font-weight: 400;\">&#8211; Porrat de Sant Antoni and Baixada del R\u00edo Bullent \u2013 traditional festivals in January and just before Carnival, featuring a procession, animal blessing, and a fun raft race. <\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">We provide logistical support \u2013 transport to the venue, integration meetings, and the opportunity to participate in these events together with our guests.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-3278\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-3278\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are mobile apps or audio guides available for the region?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-3278\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-3278\"><p><span style=\"font-weight: 400;\">While we don&#8217;t have our own app, in the Marina Alta region, you can use publicly available, free apps with audio guides and tourist routes. It&#8217;s definitely worth downloading izi.TRAVEL, which provides access to thousands of mapped trails and offline audio guides. Another option is apps like VoiceMap, offering GPS-activated, local stories recorded by residents and guides. On-site, we&#8217;ll be happy to advise which of these solutions best suit your planned routes \u2013 whether hiking, cycling, or driving \u2013 and help you install and configure them.   <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What fiestas and cultural events can you see in Pego and the surrounding area?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Throughout the year, Pego hosts colorful fiestas and local festivals, which are an important part of community life. At the turn of February and March, Carnival takes place with colorful parades and the symbolic \\u201cburial of the sardine,\\u201d a spectacle with fires and music, marking the end of the festive period. In June, the largest local fiesta \\u2013 Moros y Cristianos \\u2013 is held, featuring historical parades and battle reenactments. Around June 23rd, during the Night of San Juan, Spaniards celebrate the shortest night of the year by lighting bonfires on beaches and setting off fireworks. In winter, in January, the Sant Antoni festival is celebrated with a procession and a local fair, and just before Carnival, residents participate in a fun raft race on the Bullent River.    <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are there local craft and organic product markets?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes \\u2013 Pego regularly hosts markets offering handicrafts and organic products. For example, every Thursday from 8:00 AM to 1:00 PM, a traditional mercadillo takes place in Plaza del Mercado with approximately 50 stalls offering clothing, footwear, and accessories. Additionally, on selected Saturdays, a market is organized on Pare Carlos Sendra Oltra street, bringing together local organic producers and artisans. This is a great opportunity to buy ceramics, natural food, and other goods directly \\u201cfrom the source.\\u201d    <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Where can you buy souvenirs characteristic of Costa Blanca and Marina Alta?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Souvenirs can be purchased at local markets, in craft shops in Pego, D\\u00e9nia, J\\u00e1vea, and other coastal towns. Popular products include handmade ceramics, olive oil, local wines, and traditional textiles. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What are the best viewpoints in the region?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The region abounds with spectacular viewpoints that will appeal to all lovers of mountains and the sea.<\\\/span><\\\/p>\\n<ul>\\n<li><span style=\\\"font-weight: 400;\\\"> In Vall de Gallinera, it&#8217;s worth visiting Mirador del Xap, which offers extensive mountain panoramas and rocky gorges.<\\\/span><\\\/li>\\n<li><span style=\\\"font-weight: 400;\\\"> In Vall d\\u2019Ebo, you&#8217;ll find \\u00c1rea Recreativa Es Pou, a picturesque recreational area with a mountain-surrounded viewpoint, ideal for a short stop and enjoying nature.<\\\/span><\\\/li>\\n<li><span style=\\\"font-weight: 400;\\\"> On the coast, near Cabo de la Nao, close to D\\u00e9nia, observation decks offer breathtaking views of the azure bays and coastal cliffs.<\\\/span><\\\/li>\\n<li><span style=\\\"font-weight: 400;\\\"> From the Alcalal\\u00ed region, an impressive view of the entire Marina Alta stretches out, best admired from the viewpoints around the village.<\\\/span><\\\/li>\\n<li><span style=\\\"font-weight: 400;\\\"> Additionally, nearby trekking and cycling trails \\u2013 such as Tossal del Puig, Mustalla, or Montg\\u00f3 \\u2013 reveal picturesque landscapes from mountain peaks to the panorama of the Mediterranean Sea.<\\\/span><\\\/li>\\n<\\\/ul>\\n\"}},{\"@type\":\"Question\",\"name\":\"What forms of nature can be observed nearby?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Around Pego, you can admire exceptionally diverse Mediterranean nature. It is particularly worth visiting the Marjal de Pego-Oliva Natural Park, where you can observe many species of waterfowl, European pond turtles, and rare marsh vegetation. In the Vall de Gallinera and Vall d\\u2019Ebo valleys, you will find wild herbs, olive groves, almond orchards, and rocky gorges. Pine forests, maquis, and shrubs typical of the Mediterranean climate also dominate the region \\u2013 an ideal environment for walks, trekking, and nature observation.   <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What lesser-known attractions are worth discovering around Pego?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Around Pego, it&#8217;s worth venturing off the beaten path to discover lesser-known but incredibly charming places. One such place is Cova Tallada cave \\u2013 an impressive grotto partially carved by man into the coastal rock, accessible on foot via a trail from the Montg\\u00f3 reserve or from the sea (by kayak). This is an excellent option for nature, trekking, and photography enthusiasts. It&#8217;s also worth visiting Vall de Gallinera, a picturesque valley with a route leading through eight historic villages, full of local charm, stone architecture, and remnants of old water mills. Also noteworthy are the natural Font Salada springs, warm all year round, and hidden swimming spots in rivers and valleys, especially towards Vall d\\u2019Ebo and La Vall de Laguar. These are places that allow you to feel the true atmosphere of the Marina Alta region \\u2013 away from the crowds and close to nature.     <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you organize participation in local fiestas or festivals?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we support guests in participating in local fiestas by organizing transport, group outings, and providing information about events. The most important ones include: <\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span> <span style=\\\"font-weight: 400;\\\">&#8211; Carnaval and the Burial of the Sardine (Carnestoltes i Entierro de la Sardina) \\u2013 held between February and March, with colorful parades and a spectacular \\u201cburial of the sardine\\u201d with bonfires at the end. <\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span> <span style=\\\"font-weight: 400;\\\">&#8211; Moros y Cristianos in Pego \\u2013 battle reenactments, parades, and music, usually on the last weekend of June, recognized as an event of tourist interest.<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span> <span style=\\\"font-weight: 400;\\\">&#8211; Porrat de Sant Antoni and Baixada del R\\u00edo Bullent \\u2013 traditional festivals in January and just before Carnival, featuring a procession, animal blessing, and a fun raft race. <\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">We provide logistical support \\u2013 transport to the venue, integration meetings, and the opportunity to participate in these events together with our guests.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are mobile apps or audio guides available for the region?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">While we don&#8217;t have our own app, in the Marina Alta region, you can use publicly available, free apps with audio guides and tourist routes. It&#8217;s definitely worth downloading izi.TRAVEL, which provides access to thousands of mapped trails and offline audio guides. Another option is apps like VoiceMap, offering GPS-activated, local stories recorded by residents and guides. On-site, we&#8217;ll be happy to advise which of these solutions best suit your planned routes \\u2013 whether hiking, cycling, or driving \\u2013 and help you install and configure them.   <\\\/span><\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f4735e8 faq-group e-flex e-con-boxed sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"f4735e8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2055a9c sc_fly_static elementor-widget elementor-widget-trx_sc_title\" data-id=\"2055a9c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\t\tclass=\"sc_title sc_title_default\" ><h3 class=\"sc_item_title sc_title_title sc_item_title_style_default sc_item_title_tag\"\n\t\t\t><span class=\"sc_item_title_text\">14. Other Organizational Matters<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01c7d26 faq-section sc_fly_static elementor-widget elementor-widget-toggle\" data-id=\"01c7d26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1861\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1861\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do I need insurance?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1861\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1861\"><p><span style=\"font-weight: 400;\">We recommend taking out valid travel insurance that covers both medical care and potential costs related to accidents, medical transport, or damage to sports equipment. In most cases, the EHIC card (European Health Insurance Card) is sufficient, which provides medical services for European Union citizens. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1862\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-1862\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Should I bring an EHIC card (European Health Insurance Card) for the trip?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1862\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-1862\"><p><span style=\"font-weight: 400;\">Absolutely \u2013 the EHIC card entitles you to medical services within Spain&#8217;s public health system on the same terms as residents, meaning free of charge or with a symbolic co-payment. Thanks to it, in case of an emergency or illness, you can receive assistance at public facilities without having to pay full bills upfront. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1863\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-1863\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Do you offer medical assistance \/ contact to a doctor on-site?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1863\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-1863\"><p><span style=\"font-weight: 400;\">We do not have medical staff on-site, but our team includes a qualified paramedic who can provide first aid and support in emergency situations if needed. We also provide access to contacts for local doctors and emergency services, and if necessary, we arrange transport to a nearby hospital. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1864\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-1864\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What documents do I need to bring?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1864\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-1864\"><p><span style=\"font-weight: 400;\">A valid ID card or passport is sufficient for the trip. We also recommend bringing your European Health Insurance Card (EHIC) and your accommodation booking confirmation. If you plan to rent a bicycle, a driver&#8217;s license or another photo ID may be useful for identity verification.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1865\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-1865\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What should I definitely pack?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1865\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-1865\"><p><span style=\"font-weight: 400;\">Reservation cancellation terms are specified in the regulations. A fee usually applies for cancellations made in the days immediately preceding arrival. We encourage you to purchase cancellation insurance (details available upon direct contact).  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1866\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-1866\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> What happens if someone cancels at the last minute?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1866\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-1866\"><p><span style=\"font-weight: 400;\">Reservation cancellation terms are specified in the regulations. A fee usually applies for cancellations made in the days immediately preceding arrival. We encourage you to purchase cancellation insurance.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1867\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-1867\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Where and how to buy flight tickets?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1867\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-1867\"><p><span style=\"font-weight: 400;\">It is most advantageous to book tickets directly through the mobile app or on the website of a specific carrier, such as Ryanair or Wizz Air, which often offer the lowest prices and exclusive promotions for app users. Before purchasing, it&#8217;s worth using comparison sites like Skyscanner or Google Flights to compare connections and prices from different airports. The target airports are Alicante (ALC) and Valencia (VLC) \u2013 both well-connected to Pego. If needed, we will gladly advise which connections will be most convenient.    <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1868\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-1868\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How long does the flight take?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1868\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-1868\"><p><span style=\"font-weight: 400;\">The flight from Poland to Alicante or Valencia takes approximately 3 to 3.5 hours, followed by about a 1-hour drive to Pego.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-1869\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-1869\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Will I be looked after by a Polish-speaking team upon arrival?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1869\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-1869\"><p><span style=\"font-weight: 400;\">Yes, from the moment of arrival in Spain, Pego.cc guests are under the care of a Polish-speaking team that provides support at every stage of their stay \u2013 from airport transfer and accommodation to organizational assistance and daily on-site contact. If needed, we offer both logistical and informational help. <\/span><\/p>\n<p><br style=\"font-weight: 400;\"><br style=\"font-weight: 400;\"><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-18610\" class=\"elementor-tab-title\" data-tab=\"10\" role=\"button\" aria-controls=\"elementor-tab-content-18610\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Are prices in Spain similar to those in Poland?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-18610\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"10\" role=\"region\" aria-labelledby=\"elementor-tab-title-18610\"><p><span style=\"font-weight: 400;\">Prices in Spain can be comparable to those in Poland, although it depends on the type of products and services. Groceries in supermarkets often have similar prices, sometimes even cheaper. Costs may be higher in restaurants and cafes in coastal resorts. Fuel and purchases in chain stores are generally in a similar price range.   <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-18611\" class=\"elementor-tab-title\" data-tab=\"11\" role=\"button\" aria-controls=\"elementor-tab-content-18611\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do you assist with organizing excursions and planning free time?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-18611\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"11\" role=\"region\" aria-labelledby=\"elementor-tab-title-18611\"><p><span style=\"font-weight: 400;\">Yes, we are happy to help our guests plan their free time \u2013 both individually and for groups. We will advise on what is worth seeing in the Marina Alta region, suggest the best excursion routes and viewpoints, and if necessary, we can also assist with booking attractions, local tours, or transport. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-18612\" class=\"elementor-tab-title\" data-tab=\"12\" role=\"button\" aria-controls=\"elementor-tab-content-18612\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What products can be bought at the on-site shop?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-18612\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"12\" role=\"region\" aria-labelledby=\"elementor-tab-title-18612\"><p><span style=\"font-weight: 400;\">In our shop, you will find basic bicycle parts and accessories \u2013 including inner tubes, tires, cassettes, chains, pedals, brake pads and discs, water bottles, and other consumables. We also offer selected sports nutrition products, such as energy gels, bars, isotonic drinks, and electrolytes. If something is not currently in stock, we can quickly order it. In the near future, we plan to expand our offer to include cycling apparel and additional accessories.    <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-18613\" class=\"elementor-tab-title\" data-tab=\"13\" role=\"button\" aria-controls=\"elementor-tab-content-18613\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How can you spend your free time on-site?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-18613\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"13\" role=\"region\" aria-labelledby=\"elementor-tab-title-18613\"><p><span style=\"font-weight: 400;\">Various forms of leisure activities are available on-site. Guests can relax on the terrace, use common areas, and play table tennis \u2013 a table is located on the premises and is accessible to everyone. The area is conducive to walks, bike trips, and short excursions to nearby towns. For groups, there is an option to organize joint integration evenings, dinners, or recovery sessions.   <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-18614\" class=\"elementor-tab-title\" data-tab=\"14\" role=\"button\" aria-controls=\"elementor-tab-content-18614\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What are the prices for additional services and equipment rental at Pego.cc?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-18614\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"14\" role=\"region\" aria-labelledby=\"elementor-tab-title-18614\"><p><span style=\"font-weight: 400;\">Bicycle rental prices are in accordance with the current price list available on our website. Airport transfer costs from 80 to 120 euros \u2013 depending on the vehicle type and number of people. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">The service package (including access to tools, a bike wash, mechanic support, and secure bike storage) costs 10 euros for the entire stay.<\/span><span style=\"font-weight: 400;\"><br \/><\/span><span style=\"font-weight: 400;\">For additional services or individual needs \u2013 please contact us; we will gladly provide detailed information.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-18615\" class=\"elementor-tab-title\" data-tab=\"15\" role=\"button\" aria-controls=\"elementor-tab-content-18615\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Can a bus or car be rented at Pego.cc for trips outside the base?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-18615\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"15\" role=\"region\" aria-labelledby=\"elementor-tab-title-18615\"><p><span style=\"font-weight: 400;\">Yes, it is possible to rent a bus or a passenger car for trips outside the base \u2013 for both individuals and groups. To arrange details, please contact us directly \u2013 we will tailor a solution to your needs. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h5 id=\"elementor-tab-title-18616\" class=\"elementor-tab-title\" data-tab=\"16\" role=\"button\" aria-controls=\"elementor-tab-content-18616\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can a package with belongings be sent from Poland to Pego before arrival?<\/a>\n\t\t\t\t\t<\/h5>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-18616\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"16\" role=\"region\" aria-labelledby=\"elementor-tab-title-18616\"><p><span style=\"font-weight: 400;\">Yes \u2013 you can send a package to Pego using various courier companies and international services. However, from our experience, the most cost-effective option is InPost International, with prices starting from approximately 29 PLN, depending on the size. Packages usually arrive within 5 business days. There are two package collection points in Pego, and the closest one is about 400 meters from our base, which facilitates quick and convenient parcel collection.    <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Do I need insurance?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We recommend taking out valid travel insurance that covers both medical care and potential costs related to accidents, medical transport, or damage to sports equipment. In most cases, the EHIC card (European Health Insurance Card) is sufficient, which provides medical services for European Union citizens. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Should I bring an EHIC card (European Health Insurance Card) for the trip?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Absolutely \\u2013 the EHIC card entitles you to medical services within Spain&#8217;s public health system on the same terms as residents, meaning free of charge or with a symbolic co-payment. Thanks to it, in case of an emergency or illness, you can receive assistance at public facilities without having to pay full bills upfront. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you offer medical assistance \\\/ contact to a doctor on-site?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">We do not have medical staff on-site, but our team includes a qualified paramedic who can provide first aid and support in emergency situations if needed. We also provide access to contacts for local doctors and emergency services, and if necessary, we arrange transport to a nearby hospital. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What documents do I need to bring?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">A valid ID card or passport is sufficient for the trip. We also recommend bringing your European Health Insurance Card (EHIC) and your accommodation booking confirmation. If you plan to rent a bicycle, a driver&#8217;s license or another photo ID may be useful for identity verification.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What should I definitely pack?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Reservation cancellation terms are specified in the regulations. A fee usually applies for cancellations made in the days immediately preceding arrival. We encourage you to purchase cancellation insurance (details available upon direct contact).  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What happens if someone cancels at the last minute?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Reservation cancellation terms are specified in the regulations. A fee usually applies for cancellations made in the days immediately preceding arrival. We encourage you to purchase cancellation insurance.  <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Where and how to buy flight tickets?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">It is most advantageous to book tickets directly through the mobile app or on the website of a specific carrier, such as Ryanair or Wizz Air, which often offer the lowest prices and exclusive promotions for app users. Before purchasing, it&#8217;s worth using comparison sites like Skyscanner or Google Flights to compare connections and prices from different airports. The target airports are Alicante (ALC) and Valencia (VLC) \\u2013 both well-connected to Pego. If needed, we will gladly advise which connections will be most convenient.    <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"How long does the flight take?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">The flight from Poland to Alicante or Valencia takes approximately 3 to 3.5 hours, followed by about a 1-hour drive to Pego.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Will I be looked after by a Polish-speaking team upon arrival?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, from the moment of arrival in Spain, Pego.cc guests are under the care of a Polish-speaking team that provides support at every stage of their stay \\u2013 from airport transfer and accommodation to organizational assistance and daily on-site contact. If needed, we offer both logistical and informational help. <\\\/span><\\\/p>\\n<p><br style=\\\"font-weight: 400;\\\"><br style=\\\"font-weight: 400;\\\"><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Are prices in Spain similar to those in Poland?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Prices in Spain can be comparable to those in Poland, although it depends on the type of products and services. Groceries in supermarkets often have similar prices, sometimes even cheaper. Costs may be higher in restaurants and cafes in coastal resorts. Fuel and purchases in chain stores are generally in a similar price range.   <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Do you assist with organizing excursions and planning free time?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, we are happy to help our guests plan their free time \\u2013 both individually and for groups. We will advise on what is worth seeing in the Marina Alta region, suggest the best excursion routes and viewpoints, and if necessary, we can also assist with booking attractions, local tours, or transport. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What products can be bought at the on-site shop?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">In our shop, you will find basic bicycle parts and accessories \\u2013 including inner tubes, tires, cassettes, chains, pedals, brake pads and discs, water bottles, and other consumables. We also offer selected sports nutrition products, such as energy gels, bars, isotonic drinks, and electrolytes. If something is not currently in stock, we can quickly order it. In the near future, we plan to expand our offer to include cycling apparel and additional accessories.    <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"How can you spend your free time on-site?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Various forms of leisure activities are available on-site. Guests can relax on the terrace, use common areas, and play table tennis \\u2013 a table is located on the premises and is accessible to everyone. The area is conducive to walks, bike trips, and short excursions to nearby towns. For groups, there is an option to organize joint integration evenings, dinners, or recovery sessions.   <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What are the prices for additional services and equipment rental at Pego.cc?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Bicycle rental prices are in accordance with the current price list available on our website. Airport transfer costs from 80 to 120 euros \\u2013 depending on the vehicle type and number of people. <\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">The service package (including access to tools, a bike wash, mechanic support, and secure bike storage) costs 10 euros for the entire stay.<\\\/span><span style=\\\"font-weight: 400;\\\"><br \\\/><\\\/span><span style=\\\"font-weight: 400;\\\">For additional services or individual needs \\u2013 please contact us; we will gladly provide detailed information.<\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can a bus or car be rented at Pego.cc for trips outside the base?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, it is possible to rent a bus or a passenger car for trips outside the base \\u2013 for both individuals and groups. To arrange details, please contact us directly \\u2013 we will tailor a solution to your needs. <\\\/span><\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can a package with belongings be sent from Poland to Pego before arrival?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Yes \\u2013 you can send a package to Pego using various courier companies and international services. However, from our experience, the most cost-effective option is InPost International, with prices starting from approximately 29 PLN, depending on the size. Packages usually arrive within 5 business days. There are two package collection points in Pego, and the closest one is about 400 meters from our base, which facilitates quick and convenient parcel collection.    <\\\/span><\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-e3cf8b4 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"e3cf8b4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>1. Accommodation and Rooms What types of rooms\/apartments are available (e.g., single, family, with kitchenette)? At Pego.CC during the summer season, we have three apartments. Two of them are 6-person&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_vp_format_video_url":"","_vp_image_focal_point":[],"_joinchat":[],"footnotes":""},"class_list":["post-37676","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Frequently Asked Questions - Pego<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pego.cc\/en\/faq\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Frequently Asked Questions - Pego\" \/>\n<meta property=\"og:description\" content=\"1. Accommodation and Rooms What types of rooms\/apartments are available (e.g., single, family, with kitchenette)? At Pego.CC during the summer season, we have three apartments. Two of them are 6-person&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pego.cc\/en\/faq\/\" \/>\n<meta property=\"og:site_name\" content=\"Pego\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pegocc\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-23T15:04:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pego.cc\/wp-content\/uploads\/2025\/12\/SEO-image-main-pego.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"48 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pego.cc\\\/en\\\/faq\\\/\",\"url\":\"https:\\\/\\\/pego.cc\\\/en\\\/faq\\\/\",\"name\":\"Frequently Asked Questions - Pego\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pego.cc\\\/en\\\/#website\"},\"datePublished\":\"2022-12-06T15:29:19+00:00\",\"dateModified\":\"2025-09-23T15:04:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pego.cc\\\/en\\\/faq\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pego.cc\\\/en\\\/faq\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pego.cc\\\/en\\\/faq\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona g\u0142\u00f3wna\",\"item\":\"https:\\\/\\\/pego.cc\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Frequently Asked Questions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pego.cc\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/pego.cc\\\/en\\\/\",\"name\":\"Pego.CC - polska baza w kolarskim sercu na Costa Blanca\",\"description\":\"Miejsce dla oboz\u00f3w kolarskich, triathlonowych i rowerowych przyg\u00f3d\",\"publisher\":{\"@id\":\"https:\\\/\\\/pego.cc\\\/en\\\/#organization\"},\"alternateName\":\"Pego.CC \u2013 baza kolarska i triathlonowa na Costa Blanca\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pego.cc\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pego.cc\\\/en\\\/#organization\",\"name\":\"Pego.CC\",\"url\":\"https:\\\/\\\/pego.cc\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pego.cc\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pego.cc\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/pego-logo-main.png\",\"contentUrl\":\"https:\\\/\\\/pego.cc\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/pego-logo-main.png\",\"width\":512,\"height\":463,\"caption\":\"Pego.CC\"},\"image\":{\"@id\":\"https:\\\/\\\/pego.cc\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/pegocc\\\/\",\"https:\\\/\\\/www.instagram.com\\\/pego_cc\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Frequently Asked Questions - Pego","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pego.cc\/en\/faq\/","og_locale":"en_US","og_type":"article","og_title":"Frequently Asked Questions - Pego","og_description":"1. Accommodation and Rooms What types of rooms\/apartments are available (e.g., single, family, with kitchenette)? At Pego.CC during the summer season, we have three apartments. Two of them are 6-person&hellip;","og_url":"https:\/\/pego.cc\/en\/faq\/","og_site_name":"Pego","article_publisher":"https:\/\/www.facebook.com\/pegocc\/","article_modified_time":"2025-09-23T15:04:26+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/pego.cc\/wp-content\/uploads\/2025\/12\/SEO-image-main-pego.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"48 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pego.cc\/en\/faq\/","url":"https:\/\/pego.cc\/en\/faq\/","name":"Frequently Asked Questions - Pego","isPartOf":{"@id":"https:\/\/pego.cc\/en\/#website"},"datePublished":"2022-12-06T15:29:19+00:00","dateModified":"2025-09-23T15:04:26+00:00","breadcrumb":{"@id":"https:\/\/pego.cc\/en\/faq\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pego.cc\/en\/faq\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pego.cc\/en\/faq\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona g\u0142\u00f3wna","item":"https:\/\/pego.cc\/en\/"},{"@type":"ListItem","position":2,"name":"Frequently Asked Questions"}]},{"@type":"WebSite","@id":"https:\/\/pego.cc\/en\/#website","url":"https:\/\/pego.cc\/en\/","name":"Pego.CC - polska baza w kolarskim sercu na Costa Blanca","description":"Miejsce dla oboz\u00f3w kolarskich, triathlonowych i rowerowych przyg\u00f3d","publisher":{"@id":"https:\/\/pego.cc\/en\/#organization"},"alternateName":"Pego.CC \u2013 baza kolarska i triathlonowa na Costa Blanca","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pego.cc\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pego.cc\/en\/#organization","name":"Pego.CC","url":"https:\/\/pego.cc\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pego.cc\/en\/#\/schema\/logo\/image\/","url":"https:\/\/pego.cc\/wp-content\/uploads\/2025\/02\/pego-logo-main.png","contentUrl":"https:\/\/pego.cc\/wp-content\/uploads\/2025\/02\/pego-logo-main.png","width":512,"height":463,"caption":"Pego.CC"},"image":{"@id":"https:\/\/pego.cc\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pegocc\/","https:\/\/www.instagram.com\/pego_cc\/"]}]}},"_links":{"self":[{"href":"https:\/\/pego.cc\/en\/wp-json\/wp\/v2\/pages\/37676","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pego.cc\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pego.cc\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pego.cc\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pego.cc\/en\/wp-json\/wp\/v2\/comments?post=37676"}],"version-history":[{"count":0,"href":"https:\/\/pego.cc\/en\/wp-json\/wp\/v2\/pages\/37676\/revisions"}],"wp:attachment":[{"href":"https:\/\/pego.cc\/en\/wp-json\/wp\/v2\/media?parent=37676"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}