{"id":33,"date":"2024-01-09T14:33:03","date_gmt":"2024-01-09T14:33:03","guid":{"rendered":"https:\/\/kids.courses.vocably.eu\/?page_id=33"},"modified":"2024-01-27T21:21:10","modified_gmt":"2024-01-27T21:21:10","slug":"book-appointment","status":"publish","type":"page","link":"https:\/\/kids.courses.vocably.eu\/?page_id=33","title":{"rendered":"Book an Appointment"},"content":{"rendered":"<div class=\"wp-block-bookingpress-bookingpress-appointment-form\"><strong><!--\nPlugin Name: Bookly \u2013 Responsive WordPress Appointment Booking and Scheduling Plugin\nPlugin URI: https:\/\/www.booking-wp-plugin.com\/?utm_source=bookly_admin&utm_medium=plugins_page&utm_campaign=plugins_page\nVersion: 23.0-->\n    <style type=\"text\/css\">\n        :root {\n            --bookly-main-color: #d8c089 !important;\n        }\n        \/* Color *\/\n        .bookly-form .bookly-form-group > label,\n        .bookly-form .bookly-label-error,\n        .bookly-form .bookly-progress-tracker > .active,\n        .bookly-form .picker__nav--next,\n        .bookly-form .pickadate__nav--prev,\n        .bookly-form .picker__day:hover,\n        .bookly-form .picker__day--selected:hover,\n        .bookly-form .picker--opened .picker__day--selected,\n        .bookly-form .picker__button--clear,\n        .bookly-form .picker__button--today,\n        .bookly-form .bookly-columnizer .bookly-hour span.bookly-waiting-list {\n            color: #d8c089 !important;\n        }\n\n        \/* Background *\/\n        .bookly-form .bookly-progress-tracker > .active .step,\n        .bookly-form .picker__frame,\n        .bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span,\n        .bookly-form .bookly-btn,\n        .bookly-form .bookly-btn:active,\n        .bookly-form .bookly-btn:focus,\n        .bookly-form .bookly-btn:hover,\n        .bookly-form .bookly-btn-submit,\n        .bookly-form .bookly-round,\n        .bookly-form .bookly-square,\n        .bookly-form .bookly-pagination > li.active {\n            background-color: #d8c089 !important;\n        }\n\n        .bookly-form .bookly-triangle {\n            border-bottom-color: #d8c089 !important;\n        }\n\n        \/* Border *\/\n        .bookly-form input[type=\"text\"].bookly-error,\n        .bookly-form input[type=\"password\"].bookly-error,\n        .bookly-form select.bookly-error,\n        .bookly-form textarea.bookly-error,\n        .bookly-form .bookly-week-days.bookly-error,\n        .bookly-extra-step div.bookly-extras-thumb.bookly-extras-selected {\n            border: 2px solid #d8c089 !important;\n        }\n\n        \/* Other *\/\n        .bookly-form .picker__header {\n            border-bottom: 1px solid #d8c089 !important;\n        }\n\n        .bookly-form .picker__nav--next:before {\n            border-left: 6px solid #d8c089 !important;\n        }\n\n        .bookly-form .picker__nav--prev:before {\n            border-right: 6px solid #d8c089 !important;\n        }\n\n        .bookly-form .bookly-columnizer .bookly-day, .bookly-form .bookly-schedule-date {\n            background: #d8c089 !important;\n            border: 1px solid #d8c089 !important;\n        }\n\n        .bookly-form .bookly-pagination > li.active a {\n            border: 1px solid #d8c089 !important;\n        }\n\n        .bookly-form .bookly-columnizer .bookly-hour:active {\n            border: 2px solid #d8c089 !important;\n            color: #d8c089 !important;\n        }\n\n        .bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon {\n            background: none;\n            border: 2px solid #d8c089 !important;\n            color: #d8c089 !important;\n            width: auto;\n            height: auto;\n            padding: 3px;\n            border-radius: 25px;\n            margin-right: 3px;\n        }\n\n        .bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span {\n            background-color: #d8c089 !important;\n            width: 8px;\n            height: 8px;\n            border-radius: 10px;\n            display: block;\n        }\n\n        @media (hover) {\n            .bookly-form .bookly-columnizer .bookly-hour:hover {\n                border: 2px solid #d8c089 !important;\n                color: #d8c089 !important;\n            }\n\n            .bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon {\n                background: none;\n                border: 2px solid #d8c089 !important;\n                color: #d8c089 !important;\n            }\n\n            .bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon span {\n                background-color: #d8c089 !important;\n            }\n        }\n    <\/style>\n\n<div id=\"bookly-form-69d9f59ea45e6\" class=\"bookly-form\" data-form_id=\"69d9f59ea45e6\" aria-live=\"polite\">\n    <div style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/kids.courses.vocably.eu\/wp-includes\/js\/tinymce\/skins\/lightgray\/img\/loader.gif\" alt=\"Loading...\"\/><\/div>\n<\/div>\n<script type=\"text\/javascript\">\n    (function (win, fn) {\n        var done = false, top = true,\n            doc = win.document,\n            root = doc.documentElement,\n            modern = doc.addEventListener,\n            add = modern ? 'addEventListener' : 'attachEvent',\n            rem = modern ? 'removeEventListener' : 'detachEvent',\n            pre = modern ? '' : 'on',\n            init = function(e) {\n                if (e.type == 'readystatechange') if (doc.readyState != 'complete') return;\n                (e.type == 'load' ? win : doc)[rem](pre + e.type, init, false);\n                if (!done) { done = true; fn.call(win, e.type || e); }\n            },\n            poll = function() {\n                try { root.doScroll('left'); } catch(e) { setTimeout(poll, 50); return; }\n                init('poll');\n            };\n        if (doc.readyState == 'complete') fn.call(win, 'lazy');\n        else {\n            if (!modern) if (root.doScroll) {\n                try { top = !win.frameElement; } catch(e) { }\n                if (top) poll();\n            }\n            doc[add](pre + 'DOMContentLoaded', init, false);\n            doc[add](pre + 'readystatechange', init, false);\n            win[add](pre + 'load', init, false);\n        }\n    })(window, function() {\n        window.bookly( {\"form_id\":\"69d9f59ea45e6\",\"status\":{\"booking\":\"new\"},\"skip_steps\":{\"service_part1\":0,\"service_part2\":0,\"extras\":1,\"time\":0,\"repeat\":1,\"cart\":1},\"errors\":{\"session_error\":\"Session error.\",\"form_id_error\":\"Form ID error.\",\"cart_item_not_available\":\"The selected time is not available anymore. Please, choose another time slot.\",\"pay_locally_not_available\":\"Pay locally is not available.\",\"invalid_gateway\":\"Invalid gateway.\",\"payment_error\":\"Error.\",\"incorrect_username_password\":\"Incorrect username or password.\"},\"form_attributes\":{\"hide_categories\":false,\"hide_services\":false,\"hide_staff_members\":false,\"show_number_of_persons\":false,\"hide_service_duration\":true,\"hide_locations\":true,\"hide_quantity\":true,\"hide_date\":false,\"hide_week_days\":false,\"hide_time_range\":false},\"use_client_time_zone\":1,\"firstDay\":1,\"date_format\":\"mmmm d, yyyy\",\"defaults\":{\"service_id\":0,\"staff_id\":0,\"location_id\":0,\"category_id\":0},\"facebook\":{\"enabled\":0,\"appId\":\"803905568409925\"}} );\n    });\n<\/script><\/strong><\/div>\n<div>\u00a0<\/div>\n<div><strong><script type=\"text\/javascript\">\n    (function(win, fn) {\n        var done = false, top = true,\n            doc = win.document,\n            root = doc.documentElement,\n            modern = doc.addEventListener,\n            add = modern ? 'addEventListener' : 'attachEvent',\n            rem = modern ? 'removeEventListener' : 'detachEvent',\n            pre = modern ? '' : 'on',\n            init = function(e) {\n                if (e.type == 'readystatechange') if (doc.readyState != 'complete') return;\n                (e.type == 'load' ? win : doc)[rem](pre + e.type, init, false);\n                if (!done) {\n                    done = true;\n                    fn.call(win, e.type || e);\n                }\n            },\n            poll = function() {\n                try {\n                    root.doScroll('left');\n                } catch (e) {\n                    setTimeout(poll, 50);\n                    return;\n                }\n                init('poll');\n            };\n        if (doc.readyState == 'complete') fn.call(win, 'lazy');\n        else {\n            if (!modern) if (root.doScroll) {\n                try {\n                    top = !win.frameElement;\n                } catch (e) {\n                }\n                if (top) poll();\n            }\n            doc[add](pre + 'DOMContentLoaded', init, false);\n            doc[add](pre + 'readystatechange', init, false);\n            win[add](pre + 'load', init, false);\n        }\n    })(window, function () {\n        window.BooklyServicesForm.showForm(\"bookly-services-form\", \"bookly-services-form-69d9f59ea91b2\", {\"main_color\":\"#F4662F\",\"service_card_width\":260,\"service_header_height\":120,\"staff_card_width\":260,\"show_book_more\":true,\"show_qr_code\":true,\"show_calendar\":true,\"show_services_filter\":true,\"show_staff_filter\":true,\"show_timezone\":false,\"skip_cart_step\":false,\"use_cart_local_storage\":true,\"default_service\":null,\"default_staff\":null,\"services_fields_order\":[\"service\",\"duration\",\"price\"],\"services_fields_show\":[\"service\",\"duration\",\"price\"],\"packages_fields_order\":[\"package\",\"service\",\"duration\",\"price\"],\"packages_fields_show\":[\"package\",\"service\",\"duration\",\"price\"],\"gift_cards_fields_order\":[\"title\",\"price\"],\"gift_cards_fields_show\":[\"title\",\"price\"],\"show_first_slot_only\":false,\"show_gift_cards\":true,\"show_add_to_calendar\":false,\"sell_services\":true,\"sell_gift_cards\":false,\"full_name_required\":true,\"first_name_required\":true,\"last_name_required\":true,\"email_required\":true,\"phone_required\":true,\"address_required\":false,\"details_fields_order\":[\"text\",\"full_name\",\"first_name\",\"last_name\",\"email\",\"phone\",\"google_maps\",\"address\",\"notes\",\"custom_fields\",\"terms\"],\"details_fields_width\":{\"text\":12,\"full_name\":12,\"first_name\":6,\"last_name\":6,\"email\":6,\"phone\":6,\"google_maps\":12,\"address\":12,\"notes\":12,\"terms\":12,\"custom_fields\":[]},\"details_fields_show\":[\"text\",\"first_name\",\"last_name\",\"email\",\"phone\",\"custom_fields\"],\"cards_display_mode\":\"with_slots\",\"address\":{\"order\":[\"country\",\"state\",\"postcode\",\"city\",\"street\",\"street_number\",\"additional_address\"],\"show\":[\"country\",\"state\",\"postcode\",\"city\",\"street\",\"street_number\",\"additional_address\"],\"labels\":{\"country\":\"Country\",\"state\":\"State\\\/Region\",\"postcode\":\"Postal Code\",\"city\":\"City\",\"street\":\"Street Address\",\"street_number\":\"Street Number\",\"additional_address\":\"Additional Address\"}},\"l10n\":{\"address_label\":\"Address\",\"address_placeholders\":{\"country\":\"Country\",\"state\":\"State\\\/Region\",\"postcode\":\"Postal Code\",\"city\":\"City\",\"street\":\"Street Address\",\"street_number\":\"Street Number\",\"additional_address\":\"Additional Address\"},\"notes\":\"Notes\",\"staff\":\"Staff\",\"service\":\"Service\",\"gift_card\":\"Gift card\",\"gift_card_title\":\"Gift card\",\"date\":\"Date\",\"price\":\"Price\",\"next\":\"Next\",\"back\":\"Back\",\"select_service\":\"Select service\",\"select_staff\":\"Any\",\"book_now\":\"Book now\",\"buy_now\":\"Buy now\",\"book_more\":\"Book more\",\"close\":\"Close\",\"full_name\":\"Full name\",\"full_name_error_required\":\"Required\",\"first_name\":\"First name\",\"first_name_error_required\":\"Required\",\"last_name\":\"Last name\",\"last_name_error_required\":\"Required\",\"email\":\"Email\",\"email_error_required\":\"Required\",\"phone\":\"Phone\",\"phone_error_required\":\"Required\",\"address_field_required\":\"Required\",\"no_slots\":\"No time slots available\",\"slot_not_available\":\"Slot already booked\",\"no_results\":\"No results found\",\"nop\":\"Number of persons\",\"booking_success\":\"Thank you!\",\"booking_error\":\"Oops!\",\"booking_completed\":\"Your booking is complete.\",\"gift_card_booking_completed\":\"Your gift card has been created.\",\"processing\":\"Your payment has been accepted for processing.\",\"group_skip_payment\":\"Payment has been skipped.\",\"payment_impossible\":\"No payment methods available. Please contact service provider.\",\"appointments_limit_reached\":\"You are trying to use the service too often. Please contact us to make a booking.\",\"terms_text\":\"I agree to the terms of service\",\"text_calendar\":\"Please select a service\",\"text_extras\":\"Select the Extras you'd like (Multiple Selection)\",\"text_slots\":\"Click on a time slot to proceed with booking\",\"text_details\":\"Please provide your details in the form below to proceed with the booking\",\"text_payment\":\"Please tell us how you would like to pay\",\"gift_card_label\":\"Gift card\",\"gift_card_button\":\"Apply\",\"gift_card_text\":\"Your gift card code if you have one\",\"gift_card_expired\":\"This gift card has expired\",\"gift_card_invalid\":\"This gift card cannot be used for the current order\",\"gift_card_low_balance\":\"Gift card balance is not enough\",\"gift_card_not_found\":\"Gift card not found\",\"timezone\":\"Your time zone\",\"select_city\":\"Select city\",\"add_to_calendar\":\"Add to calendar\",\"total\":\"Total\",\"sub_total\":\"Subtotal\",\"discount\":\"Discount\",\"categories\":\"Categories\",\"text_categories\":\"Please select a category\",\"text_services\":\"Please select a service\",\"more\":\"+%d more\"},\"category_card_width\":260,\"category_header_height\":120,\"category_body_height\":240,\"step_service_card_width\":260,\"step_service_card_header_height\":120,\"step_service_card_body_height\":240,\"categories_list\":null,\"services_list\":null,\"skip_categories_step\":false,\"skip_services_step\":true,\"type\":\"services-form\"});\n    });\n    var ajaxurl = \"https:\/\/kids.courses.vocably.eu\/wp-admin\/admin-ajax.php\";\n<\/script>\n<style>\n    .bookly-services-form-69d9f59ea91b2 .bookly-card-title {\n        right: .5em;\n        bottom: .5em;\n        width: max-content;\n        max-width: calc(100% - 1em);\n        max-height: calc(100% - 1em);\n    }\n\n    .bookly-services-form-69d9f59ea91b2 .bookly-card-title > div {\n        overflow: hidden;\n    }\n\n    .bookly-services-form-69d9f59ea91b2 .text-bookly:not(:hover) {\n        color: #F4662F;\n    }\n\n    .bookly-services-form-69d9f59ea91b2 .fill-bookly {\n        fill: #F4662F;\n    }\n\n    .bookly-services-form-69d9f59ea91b2 .hover\\:text-bookly:hover {\n        color: #F4662F;\n    }\n\n    .bookly-services-form-69d9f59ea91b2 .hover\\:bg-bookly:hover {\n        background-color: #F4662F !important;\n    }\n\n    .bookly-services-form-69d9f59ea91b2 .card:hover {\n        background-color: #FDFDFD !important;\n    }\n\n    .bookly-services-form-69d9f59ea91b2 .border-bookly {\n        border-color: #F4662F;\n    }\n\n    .bookly-services-form-69d9f59ea91b2 .btn-check:focus + .btn-outline-bookly, .bookly-services-form-69d9f59ea91b2 .btn-outline-bookly:focus {\n        background-color: #F4662F;\n        border-color: #F4662F;\n        color: #000000;\n        box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);\n    }\n\n    .bookly-services-form-69d9f59ea91b2 .btn-check:checked + .btn-outline-bookly, .bookly-services-form-69d9f59ea91b2 .btn-check:active + .btn-outline-bookly, .bookly-services-form-69d9f59ea91b2 .btn-outline-bookly:active, .bookly-services-form-69d9f59ea91b2 .btn-outline-bookly.active, .bookly-services-form-69d9f59ea91b2 .btn-outline-bookly.dropdown-toggle.show {\n        background-color: #F4662F;\n        border-color: #F4662F;\n    }\n\n    .bookly-services-form-69d9f59ea91b2 .btn-check:checked + .btn-outline-bookly:focus, .bookly-services-form-69d9f59ea91b2 .btn-check:active + .btn-outline-bookly:focus, .bookly-services-form-69d9f59ea91b2 .btn-outline-bookly:active:focus, .bookly-services-form-69d9f59ea91b2 .btn-outline-bookly.active:focus, .bookly-services-form-69d9f59ea91b2 .btn-outline-bookly.dropdown-toggle.show:focus {\n        background-color: #F4662F;\n        border-color: #F4662F;\n        box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);\n    }\n\n    .bookly-services-form-69d9f59ea91b2 .btn-outline-bookly:disabled, .bookly-services-form-69d9f59ea91b2 .btn-outline-bookly.disabled {\n        color: #F4662F !important;\n        background-color: transparent;\n    }\n\n    .bookly-services-form-69d9f59ea91b2 .bg-bookly {\n        background-color: #F4662F !important;\n    }\n\n    .bookly-services-form-69d9f59ea91b2 .grid a.selected {\n        background-color: #F4662F !important;\n    }\n\n    @media (hover) {\n        .bookly-services-form-69d9f59ea91b2 .btn-outline-bookly:hover {\n            background-color: #F4662F;\n            border-color: #F4662F;\n        }\n    }\n\n    \/* intlTelInput.js *\/\n    .iti {\n        display: block;\n    }\n\n    .iti__flag {\n        background-image: url(\"https:\/\/kids.courses.vocably.eu\/wp-content\/plugins\/bookly-responsive-appointment-booking-tool\/frontend\/resources\/images\/flags.png\");\n    }\n\n    @media only screen and (min-resolution: 2dppx) {\n        .iti__flag {\n            background-image: url(\"https:\/\/kids.courses.vocably.eu\/wp-content\/plugins\/bookly-responsive-appointment-booking-tool\/frontend\/resources\/images\/flags@2x.png\")\n        }\n    }\n<\/style>\n<div id=\"bookly-services-form-69d9f59ea91b2\" class=\"bookly-services-form-container bookly-services-form-69d9f59ea91b2\"><\/div><\/strong><\/div>\n\n\n<p><strong><script type=\"text\/javascript\">\n    (function(win, fn) {\n        var done = false, top = true,\n            doc = win.document,\n            root = doc.documentElement,\n            modern = doc.addEventListener,\n            add = modern ? 'addEventListener' : 'attachEvent',\n            rem = modern ? 'removeEventListener' : 'detachEvent',\n            pre = modern ? '' : 'on',\n            init = function(e) {\n                if (e.type == 'readystatechange') if (doc.readyState != 'complete') return;\n                (e.type == 'load' ? win : doc)[rem](pre + e.type, init, false);\n                if (!done) {\n                    done = true;\n                    fn.call(win, e.type || e);\n                }\n            },\n            poll = function() {\n                try {\n                    root.doScroll('left');\n                } catch (e) {\n                    setTimeout(poll, 50);\n                    return;\n                }\n                init('poll');\n            };\n        if (doc.readyState == 'complete') fn.call(win, 'lazy');\n        else {\n            if (!modern) if (root.doScroll) {\n                try {\n                    top = !win.frameElement;\n                } catch (e) {\n                }\n                if (top) poll();\n            }\n            doc[add](pre + 'DOMContentLoaded', init, false);\n            doc[add](pre + 'readystatechange', init, false);\n            win[add](pre + 'load', init, false);\n        }\n    })(window, function () {\n        window.BooklyServicesForm.showForm(\"bookly-services-form-my-form\", \"bookly-services-form-my-form-69d9f59ea9a2d\", {\"main_color\":\"#d8c089\",\"service_card_width\":260,\"service_header_height\":120,\"staff_card_width\":260,\"show_book_more\":true,\"show_qr_code\":true,\"show_calendar\":true,\"show_services_filter\":false,\"show_staff_filter\":true,\"show_timezone\":true,\"skip_cart_step\":false,\"use_cart_local_storage\":true,\"default_service\":\"1\",\"default_staff\":null,\"services_fields_order\":[\"service\",\"duration\",\"price\"],\"services_fields_show\":[\"service\",\"duration\"],\"packages_fields_order\":[\"package\",\"service\",\"duration\",\"price\"],\"packages_fields_show\":[\"package\",\"service\",\"duration\",\"price\"],\"gift_cards_fields_order\":[\"title\",\"price\"],\"gift_cards_fields_show\":[\"title\",\"price\"],\"show_first_slot_only\":false,\"show_gift_cards\":true,\"show_add_to_calendar\":false,\"sell_services\":true,\"sell_gift_cards\":false,\"full_name_required\":true,\"first_name_required\":true,\"last_name_required\":true,\"email_required\":true,\"phone_required\":true,\"address_required\":false,\"details_fields_order\":[\"text\",\"full_name\",\"first_name\",\"last_name\",\"email\",\"phone\",\"address\",\"notes\",\"terms\",\"google_maps\",\"custom_fields\"],\"details_fields_width\":{\"text\":12,\"full_name\":12,\"first_name\":6,\"last_name\":6,\"email\":6,\"phone\":6,\"google_maps\":12,\"address\":12,\"notes\":12,\"terms\":12,\"custom_fields\":[]},\"details_fields_show\":[\"text\",\"first_name\",\"last_name\",\"email\",\"phone\",\"custom_fields\",\"terms\",\"notes\"],\"cards_display_mode\":\"with_slots\",\"address\":{\"order\":[\"country\",\"state\",\"postcode\",\"city\",\"street\",\"street_number\",\"additional_address\"],\"show\":[\"country\",\"state\",\"postcode\",\"city\",\"street\",\"street_number\",\"additional_address\"],\"labels\":{\"country\":\"Country\",\"state\":\"State\\\/Region\",\"postcode\":\"Postal Code\",\"city\":\"City\",\"street\":\"Street Address\",\"street_number\":\"Street Number\",\"additional_address\":\"Additional Address\"}},\"l10n\":{\"address_label\":\"Address\",\"address_placeholders\":{\"country\":\"Country\",\"state\":\"State\\\/Region\",\"postcode\":\"Postal Code\",\"city\":\"City\",\"street\":\"Street Address\",\"street_number\":\"Street Number\",\"additional_address\":\"Additional Address\"},\"notes\":\"What would you like your teacher to know?\",\"staff\":\"Select Tutor\",\"service\":\"Service\",\"gift_card\":\"Gift card\",\"gift_card_title\":\"Gift card\",\"date\":\"Date\",\"price\":\"\",\"next\":\"Next\",\"back\":\"Back\",\"select_service\":\"Select service\",\"select_staff\":\"Any\",\"book_now\":\"Book now\",\"buy_now\":\"Buy now\",\"book_more\":\"Book more\",\"close\":\"Close\",\"full_name\":\"Full name\",\"full_name_error_required\":\"Required\",\"first_name\":\"First name\",\"first_name_error_required\":\"Required\",\"last_name\":\"Last name\",\"last_name_error_required\":\"Required\",\"email\":\"Email\",\"email_error_required\":\"Required\",\"phone\":\"Phone\",\"phone_error_required\":\"Required\",\"address_field_required\":\"Required\",\"no_slots\":\"No time slots available\",\"slot_not_available\":\"Slot already booked\",\"no_results\":\"No results found\",\"nop\":\"Number of persons\",\"booking_success\":\"Thank you!\",\"booking_error\":\"Oops!\",\"booking_completed\":\"Your booking is complete.\",\"gift_card_booking_completed\":\"Your gift card has been created.\",\"processing\":\"Your payment has been accepted for processing.\",\"group_skip_payment\":\"Payment has been skipped.\",\"payment_impossible\":\"No payment methods available. Please contact service provider.\",\"appointments_limit_reached\":\"You are trying to use the service too often. Please contact us to make a booking.\",\"terms_text\":\"I agree to the terms of service\",\"text_calendar\":\"Please select your service\",\"text_extras\":\"Select the Extras you'd like (Multiple Selection)\",\"text_slots\":\"Click on a time slot to proceed with booking\",\"text_details\":\"Please provide your details in the form below to proceed with the booking\",\"text_payment\":\"Please tell us how you would like to pay\",\"gift_card_label\":\"Gift card\",\"gift_card_button\":\"Apply\",\"gift_card_text\":\"Your gift card code if you have one\",\"gift_card_expired\":\"This gift card has expired\",\"gift_card_invalid\":\"This gift card cannot be used for the current order\",\"gift_card_low_balance\":\"Gift card balance is not enough\",\"gift_card_not_found\":\"Gift card not found\",\"timezone\":\"Your time zone\",\"select_city\":\"Select city\",\"add_to_calendar\":\"Add to calendar\",\"total\":\"Total\",\"sub_total\":\"Subtotal\",\"discount\":\"Discount\",\"categories\":\"Categories\",\"text_categories\":\"Please select a category\",\"text_services\":\"Please select a service\",\"more\":\"+%d more\"},\"category_card_width\":240,\"category_header_height\":180,\"category_body_height\":25,\"step_service_card_width\":260,\"step_service_card_header_height\":272,\"step_service_card_body_height\":50,\"categories_list\":[\"1\"],\"services_list\":[\"1\",\"5\",\"3\"],\"skip_categories_step\":true,\"skip_services_step\":false,\"type\":\"services-form\",\"staff_any\":false,\"services_any\":false,\"categories_any\":false,\"show_extras_price\":false,\"custom_css\":\".bookly-flex-1.bookly-summary-price-mark {\\n    display: none !important;\\n}\\n\\n.bookly-form * {\\n    font-family: 'Playfair Display', serif !important;\\n    color: #002D4C !important;\\n}\\n\\n.bookly-flex.bookly-flex-wrap.bookly-justify-start,\\n.bookly-flex.bookly-flex-wrap.bookly-justify-start .bookly-mb-3.bookly-me-3,\\n.bookly-flex.bookly-flex-wrap.bookly-justify-start .bookly-card-title,\\n.bookly-flex.bookly-flex-wrap.bookly-justify-start .bookly-services-service-mark {\\n    font-family: 'Playfair Display', serif;\\n    color: #002D4C;\\n}\\n\\n.bookly-mb-2,\\n.bookly-flex.bookly-flex-row.fw-bold.bookly-text-center.bookly-text-muted.bookly-w-full.bookly-border-b.bookly-mb-0.bookly-pb-2.bookly-text-gray-500.bookly-font-bold,\\n.bookly-flex.bookly-w-full button,\\n.bookly-mt-4,\\n.bookly-w-full.bookly-min-h-full {\\n    font-family: 'Playfair Display', serif;\\n    color: #002D4C;\\n}\\n\\n.bookly-rounded.bookly-border-amber-100.bookly-border.bookly-p-4.bookly-text-amber-900.bookly-bg-amber-50.bookly-w-full {\\n    font-family: 'Playfair Display', serif;\\n}\\n\\n.md\\\\:bookly-flex.bookly-flex-row.bookly-text-center.bookly-block.bookly-text-lg.bookly-summary-row-mark,\\n.bookly-mb-4.bookly-slots-step-body-mark,\\n.bookly-grid.bookly-grid-cols-2.sm\\\\:bookly-grid-cols-4.lg\\\\:bookly-grid-cols-8.bookly-gap-4.bookly-my-4 {\\n    font-family: 'Playfair Display', serif;\\n}\\n\\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2,\\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-p-2,\\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-search-form-phone,\\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-services-form-my-form-notes,\\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-services-form-my-form-terms-checkbox {\\n    font-family: 'Playfair Display', serif;\\n}\\n\\n\",\"token\":\"my-form\"});\n    });\n    var ajaxurl = \"https:\/\/kids.courses.vocably.eu\/wp-admin\/admin-ajax.php\";\n<\/script>\n<style>\n    .bookly-services-form-my-form-69d9f59ea9a2d .bookly-card-title {\n        right: .5em;\n        bottom: .5em;\n        width: max-content;\n        max-width: calc(100% - 1em);\n        max-height: calc(100% - 1em);\n    }\n\n    .bookly-services-form-my-form-69d9f59ea9a2d .bookly-card-title > div {\n        overflow: hidden;\n    }\n\n    .bookly-services-form-my-form-69d9f59ea9a2d .text-bookly:not(:hover) {\n        color: #d8c089;\n    }\n\n    .bookly-services-form-my-form-69d9f59ea9a2d .fill-bookly {\n        fill: #d8c089;\n    }\n\n    .bookly-services-form-my-form-69d9f59ea9a2d .hover\\:text-bookly:hover {\n        color: #d8c089;\n    }\n\n    .bookly-services-form-my-form-69d9f59ea9a2d .hover\\:bg-bookly:hover {\n        background-color: #d8c089 !important;\n    }\n\n    .bookly-services-form-my-form-69d9f59ea9a2d .card:hover {\n        background-color: #FDFDFD !important;\n    }\n\n    .bookly-services-form-my-form-69d9f59ea9a2d .border-bookly {\n        border-color: #d8c089;\n    }\n\n    .bookly-services-form-my-form-69d9f59ea9a2d .btn-check:focus + .btn-outline-bookly, .bookly-services-form-my-form-69d9f59ea9a2d .btn-outline-bookly:focus {\n        background-color: #d8c089;\n        border-color: #d8c089;\n        color: #000000;\n        box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);\n    }\n\n    .bookly-services-form-my-form-69d9f59ea9a2d .btn-check:checked + .btn-outline-bookly, .bookly-services-form-my-form-69d9f59ea9a2d .btn-check:active + .btn-outline-bookly, .bookly-services-form-my-form-69d9f59ea9a2d .btn-outline-bookly:active, .bookly-services-form-my-form-69d9f59ea9a2d .btn-outline-bookly.active, .bookly-services-form-my-form-69d9f59ea9a2d .btn-outline-bookly.dropdown-toggle.show {\n        background-color: #d8c089;\n        border-color: #d8c089;\n    }\n\n    .bookly-services-form-my-form-69d9f59ea9a2d .btn-check:checked + .btn-outline-bookly:focus, .bookly-services-form-my-form-69d9f59ea9a2d .btn-check:active + .btn-outline-bookly:focus, .bookly-services-form-my-form-69d9f59ea9a2d .btn-outline-bookly:active:focus, .bookly-services-form-my-form-69d9f59ea9a2d .btn-outline-bookly.active:focus, .bookly-services-form-my-form-69d9f59ea9a2d .btn-outline-bookly.dropdown-toggle.show:focus {\n        background-color: #d8c089;\n        border-color: #d8c089;\n        box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);\n    }\n\n    .bookly-services-form-my-form-69d9f59ea9a2d .btn-outline-bookly:disabled, .bookly-services-form-my-form-69d9f59ea9a2d .btn-outline-bookly.disabled {\n        color: #d8c089 !important;\n        background-color: transparent;\n    }\n\n    .bookly-services-form-my-form-69d9f59ea9a2d .bg-bookly {\n        background-color: #d8c089 !important;\n    }\n\n    .bookly-services-form-my-form-69d9f59ea9a2d .grid a.selected {\n        background-color: #d8c089 !important;\n    }\n\n    @media (hover) {\n        .bookly-services-form-my-form-69d9f59ea9a2d .btn-outline-bookly:hover {\n            background-color: #d8c089;\n            border-color: #d8c089;\n        }\n    }\n\n    \/* intlTelInput.js *\/\n    .iti {\n        display: block;\n    }\n\n    .iti__flag {\n        background-image: url(\"https:\/\/kids.courses.vocably.eu\/wp-content\/plugins\/bookly-responsive-appointment-booking-tool\/frontend\/resources\/images\/flags.png\");\n    }\n\n    @media only screen and (min-resolution: 2dppx) {\n        .iti__flag {\n            background-image: url(\"https:\/\/kids.courses.vocably.eu\/wp-content\/plugins\/bookly-responsive-appointment-booking-tool\/frontend\/resources\/images\/flags@2x.png\")\n        }\n    }\n<\/style>\n    <style>\n        .bookly-flex-1.bookly-summary-price-mark {\n    display: none !important;\n}\n\n.bookly-form * {\n    font-family: 'Playfair Display', serif !important;\n    color: #002D4C !important;\n}\n\n.bookly-flex.bookly-flex-wrap.bookly-justify-start,\n.bookly-flex.bookly-flex-wrap.bookly-justify-start .bookly-mb-3.bookly-me-3,\n.bookly-flex.bookly-flex-wrap.bookly-justify-start .bookly-card-title,\n.bookly-flex.bookly-flex-wrap.bookly-justify-start .bookly-services-service-mark {\n    font-family: 'Playfair Display', serif;\n    color: #002D4C;\n}\n\n.bookly-mb-2,\n.bookly-flex.bookly-flex-row.fw-bold.bookly-text-center.bookly-text-muted.bookly-w-full.bookly-border-b.bookly-mb-0.bookly-pb-2.bookly-text-gray-500.bookly-font-bold,\n.bookly-flex.bookly-w-full button,\n.bookly-mt-4,\n.bookly-w-full.bookly-min-h-full {\n    font-family: 'Playfair Display', serif;\n    color: #002D4C;\n}\n\n.bookly-rounded.bookly-border-amber-100.bookly-border.bookly-p-4.bookly-text-amber-900.bookly-bg-amber-50.bookly-w-full {\n    font-family: 'Playfair Display', serif;\n}\n\n.md\\:bookly-flex.bookly-flex-row.bookly-text-center.bookly-block.bookly-text-lg.bookly-summary-row-mark,\n.bookly-mb-4.bookly-slots-step-body-mark,\n.bookly-grid.bookly-grid-cols-2.sm\\:bookly-grid-cols-4.lg\\:bookly-grid-cols-8.bookly-gap-4.bookly-my-4 {\n    font-family: 'Playfair Display', serif;\n}\n\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2,\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-p-2,\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-search-form-phone,\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-services-form-my-form-notes,\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-services-form-my-form-terms-checkbox {\n    font-family: 'Playfair Display', serif;\n}    <\/style>\n<div id=\"bookly-services-form-my-form-69d9f59ea9a2d\" class=\"bookly-services-form-container bookly-services-form-my-form-69d9f59ea9a2d\"><\/div><\/strong><\/p>\n\n\n\n<p><strong><script type=\"text\/javascript\">\n    (function (win, fn) {\n        var done = false, top = true,\n            doc = win.document,\n            root = doc.documentElement,\n            modern = doc.addEventListener,\n            add = modern ? 'addEventListener' : 'attachEvent',\n            rem = modern ? 'removeEventListener' : 'detachEvent',\n            pre = modern ? '' : 'on',\n            init = function (e) {\n                if (e.type == 'readystatechange') if (doc.readyState != 'complete') return;\n                (e.type == 'load' ? win : doc)[rem](pre + e.type, init, false);\n                if (!done) {\n                    done = true;\n                    fn.call(win, e.type || e);\n                }\n            },\n            poll = function () {\n                try {\n                    root.doScroll('left');\n                } catch (e) {\n                    setTimeout(poll, 50);\n                    return;\n                }\n                init('poll');\n            };\n        if (doc.readyState == 'complete') fn.call(win, 'lazy');\n        else {\n            if (!modern) if (root.doScroll) {\n                try {\n                    top = !win.frameElement;\n                } catch (e) {\n                }\n                if (top) poll();\n            }\n            doc[add](pre + 'DOMContentLoaded', init, false);\n            doc[add](pre + 'readystatechange', init, false);\n            win[add](pre + 'load', init, false);\n        }\n    })(window, function () {\n        window.BooklyStaffForm.showForm(\"bookly-staff-form-my-form-397\", \"bookly-staff-form-my-form-397-69d9f59eab05f\", {\"main_color\":\"#d8c089\",\"service_card_width\":260,\"service_header_height\":300,\"staff_card_width\":260,\"show_book_more\":true,\"show_qr_code\":true,\"show_calendar\":true,\"show_services_filter\":true,\"show_staff_filter\":true,\"show_timezone\":false,\"skip_cart_step\":false,\"use_cart_local_storage\":true,\"default_service\":null,\"default_staff\":null,\"services_fields_order\":[\"service\",\"duration\",\"price\"],\"services_fields_show\":[\"service\",\"duration\"],\"packages_fields_order\":[\"package\",\"service\",\"duration\",\"price\"],\"packages_fields_show\":[\"package\",\"service\",\"duration\",\"price\"],\"gift_cards_fields_order\":[\"title\",\"price\"],\"gift_cards_fields_show\":[\"title\",\"price\"],\"show_first_slot_only\":false,\"show_gift_cards\":true,\"show_add_to_calendar\":true,\"sell_services\":true,\"sell_gift_cards\":false,\"full_name_required\":true,\"first_name_required\":true,\"last_name_required\":true,\"email_required\":true,\"phone_required\":true,\"address_required\":false,\"details_fields_order\":[\"text\",\"full_name\",\"first_name\",\"last_name\",\"email\",\"phone\",\"address\",\"notes\",\"terms\",\"google_maps\",\"custom_fields\"],\"details_fields_width\":{\"text\":12,\"full_name\":12,\"first_name\":6,\"last_name\":6,\"email\":6,\"phone\":6,\"google_maps\":12,\"address\":12,\"notes\":12,\"terms\":12,\"custom_fields\":[]},\"details_fields_show\":[\"text\",\"first_name\",\"last_name\",\"email\",\"phone\",\"custom_fields\",\"notes\",\"terms\"],\"cards_display_mode\":\"with_slots\",\"address\":{\"order\":[\"country\",\"state\",\"postcode\",\"city\",\"street\",\"street_number\",\"additional_address\"],\"show\":[\"country\",\"state\",\"postcode\",\"city\",\"street\",\"street_number\",\"additional_address\"],\"labels\":{\"country\":\"Country\",\"state\":\"State\\\/Region\",\"postcode\":\"Postal Code\",\"city\":\"City\",\"street\":\"Street Address\",\"street_number\":\"Street Number\",\"additional_address\":\"Additional Address\"}},\"l10n\":{\"address_label\":\"Address\",\"address_placeholders\":{\"country\":\"Country\",\"state\":\"State\\\/Region\",\"postcode\":\"Postal Code\",\"city\":\"City\",\"street\":\"Street Address\",\"street_number\":\"Street Number\",\"additional_address\":\"Additional Address\"},\"notes\":\"What do you want your tutor to know?\",\"staff\":\"Staff\",\"service\":\"Lesson Duration\",\"gift_card\":\"Gift card\",\"gift_card_title\":\"Gift card\",\"date\":\"Date\",\"price\":\"\",\"next\":\"Next\",\"back\":\"Back\",\"select_service\":\"Select lesson Duration\",\"select_staff\":\"Any\",\"book_now\":\"Book now\",\"buy_now\":\"Buy now\",\"book_more\":\"Book more\",\"close\":\"Close\",\"full_name\":\"Full name\",\"full_name_error_required\":\"Required\",\"first_name\":\"First name\",\"first_name_error_required\":\"Required\",\"last_name\":\"Last name\",\"last_name_error_required\":\"Required\",\"email\":\"Email\",\"email_error_required\":\"Required\",\"phone\":\"Phone\",\"phone_error_required\":\"Required\",\"address_field_required\":\"Required\",\"no_slots\":\"No time slots available\",\"slot_not_available\":\"Slot already booked\",\"no_results\":\"No results found\",\"nop\":\"Number of persons\",\"booking_success\":\"Thank you!\",\"booking_error\":\"Oops!\",\"booking_completed\":\"Your booking is complete.\",\"gift_card_booking_completed\":\"Your gift card has been created.\",\"processing\":\"Your payment has been accepted for processing.\",\"group_skip_payment\":\"Payment has been skipped.\",\"payment_impossible\":\"No payment methods available. Please contact service provider.\",\"appointments_limit_reached\":\"You are trying to use the service too often. Please contact us to make a booking.\",\"terms_text\":\"I agree to the terms of service\",\"text_calendar\":\"Please select a service\",\"text_extras\":\"Select the Extras you'd like (Multiple Selection)\",\"text_slots\":\"Click on a time slot to proceed with booking\",\"text_details\":\"Please provide your details in the form below to proceed with the booking\",\"text_payment\":\"Please tell us how you would like to pay\",\"gift_card_label\":\"Gift card\",\"gift_card_button\":\"Apply\",\"gift_card_text\":\"Your gift card code if you have one\",\"gift_card_expired\":\"This gift card has expired\",\"gift_card_invalid\":\"This gift card cannot be used for the current order\",\"gift_card_low_balance\":\"Gift card balance is not enough\",\"gift_card_not_found\":\"Gift card not found\",\"timezone\":\"Your time zone\",\"select_city\":\"Select city\",\"add_to_calendar\":\"Add to calendar\",\"total\":\"Total\",\"sub_total\":\"Subtotal\",\"discount\":\"Discount\",\"categories\":\"Categories\",\"text_categories\":\"Please select a category\",\"text_staff\":\"Please select a tutor\",\"more\":\"+%d more\"},\"category_card_width\":260,\"category_header_height\":120,\"category_body_height\":240,\"staff_card_header_height\":300,\"staff_card_body_height\":0,\"categories_list\":null,\"staff_list\":[\"1\",\"2\",\"3\",\"4\",\"5\"],\"skip_staff_categories_step\":true,\"skip_staff_step\":false,\"type\":\"staff-form\",\"services_any\":false,\"staff_any\":false,\"custom_css\":\".bookly-mb-2 {\\n    text-align: center;\\n    padding-top: 20px; \\\/* Adjust the value as needed *\\\/\\n    padding-bottom: 25px; \\\/* Adjust the value as needed *\\\/\\n    font-size: 20px; \\\/* Set the font size *\\\/\\n    text-transform: uppercase; \\\/* Set text to all caps *\\\/\\n    font-weight: 600; \\\/* Set font weight to semi-bold *\\\/\\n}\\n\\n.bookly-rounded-t.bg-bookly.bookly-relative.bookly-card-header-mark {\\n    background-color: #F0F4FE;\\n}\\n\\n.bookly-flex.bookly-flex-wrap.bookly-justify-start {\\n    justify-content: center !important;\\n}\\n\\n\\n.bookly-form * {\\n    font-family: 'Playfair Display', serif !important;\\n    color: #002D4C !important;\\n}\\n\\n.bookly-flex.bookly-flex-wrap.bookly-justify-start,\\n.bookly-flex.bookly-flex-wrap.bookly-justify-start .bookly-mb-3.bookly-me-3,\\n.bookly-flex.bookly-flex-wrap.bookly-justify-start .bookly-card-title,\\n.bookly-flex.bookly-flex-wrap.bookly-justify-start .bookly-services-service-mark {\\n    font-family: 'Playfair Display', serif;\\n    color: #002D4C;\\n}\\n\\n.bookly-mb-2,\\n.bookly-flex.bookly-flex-row.fw-bold.bookly-text-center.bookly-text-muted.bookly-w-full.bookly-border-b.bookly-mb-0.bookly-pb-2.bookly-text-gray-500.bookly-font-bold,\\n.bookly-flex.bookly-w-full button,\\n.bookly-mt-4,\\n.bookly-w-full.bookly-min-h-full {\\n    font-family: 'Playfair Display', serif;\\n    color: #002D4C;\\n}\\n\\n.bookly-rounded.bookly-border-amber-100.bookly-border.bookly-p-4.bookly-text-amber-900.bookly-bg-amber-50.bookly-w-full {\\n    font-family: 'Playfair Display', serif;\\n}\\n\\n.md\\\\:bookly-flex.bookly-flex-row.bookly-text-center.bookly-block.bookly-text-lg.bookly-summary-row-mark,\\n.bookly-mb-4.bookly-slots-step-body-mark,\\n.bookly-grid.bookly-grid-cols-2.sm\\\\:bookly-grid-cols-4.lg\\\\:bookly-grid-cols-8.bookly-gap-4.bookly-my-4 {\\n    font-family: 'Playfair Display', serif;\\n}\\n\\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2,\\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-p-2,\\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-search-form-phone,\\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-services-form-my-form-notes,\\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-services-form-my-form-terms-checkbox {\\n    font-family: 'Playfair Display', serif;\\n}\\n\\n\",\"token\":\"my-form-397\"});\n    });\n    var ajaxurl = \"https:\/\/kids.courses.vocably.eu\/wp-admin\/admin-ajax.php\";\n<\/script>\n<style>\n    .bookly-staff-form-my-form-397-69d9f59eab05f .bookly-card-title {\n        right: .5em;\n        bottom: .5em;\n        width: max-content;\n        max-width: calc(100% - 1em);\n        max-height: calc(100% - 1em);\n    }\n\n    .bookly-staff-form-my-form-397-69d9f59eab05f .bookly-card-title > div {\n        overflow: hidden;\n    }\n\n    .bookly-staff-form-my-form-397-69d9f59eab05f .text-bookly:not(:hover) {\n        color: #d8c089;\n    }\n\n    .bookly-staff-form-my-form-397-69d9f59eab05f .fill-bookly {\n        fill: #d8c089;\n    }\n\n    .bookly-staff-form-my-form-397-69d9f59eab05f .hover\\:text-bookly:hover {\n        color: #d8c089;\n    }\n\n    .bookly-staff-form-my-form-397-69d9f59eab05f .hover\\:bg-bookly:hover {\n        background-color: #d8c089 !important;\n    }\n\n    .bookly-staff-form-my-form-397-69d9f59eab05f .card:hover {\n        background-color: #FDFDFD !important;\n    }\n\n    .bookly-staff-form-my-form-397-69d9f59eab05f .border-bookly {\n        border-color: #d8c089;\n    }\n\n    .bookly-staff-form-my-form-397-69d9f59eab05f .btn-check:focus + .btn-outline-bookly, .bookly-staff-form-my-form-397-69d9f59eab05f .btn-outline-bookly:focus {\n        background-color: #d8c089;\n        border-color: #d8c089;\n        color: #000000;\n        box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);\n    }\n\n    .bookly-staff-form-my-form-397-69d9f59eab05f .btn-check:checked + .btn-outline-bookly, .bookly-staff-form-my-form-397-69d9f59eab05f .btn-check:active + .btn-outline-bookly, .bookly-staff-form-my-form-397-69d9f59eab05f .btn-outline-bookly:active, .bookly-staff-form-my-form-397-69d9f59eab05f .btn-outline-bookly.active, .bookly-staff-form-my-form-397-69d9f59eab05f .btn-outline-bookly.dropdown-toggle.show {\n        background-color: #d8c089;\n        border-color: #d8c089;\n    }\n\n    .bookly-staff-form-my-form-397-69d9f59eab05f .btn-check:checked + .btn-outline-bookly:focus, .bookly-staff-form-my-form-397-69d9f59eab05f .btn-check:active + .btn-outline-bookly:focus, .bookly-staff-form-my-form-397-69d9f59eab05f .btn-outline-bookly:active:focus, .bookly-staff-form-my-form-397-69d9f59eab05f .btn-outline-bookly.active:focus, .bookly-staff-form-my-form-397-69d9f59eab05f .btn-outline-bookly.dropdown-toggle.show:focus {\n        background-color: #d8c089;\n        border-color: #d8c089;\n        box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);\n    }\n\n    .bookly-staff-form-my-form-397-69d9f59eab05f .btn-outline-bookly:disabled, .bookly-staff-form-my-form-397-69d9f59eab05f .btn-outline-bookly.disabled {\n        color: #d8c089 !important;\n        background-color: transparent;\n    }\n\n    .bookly-staff-form-my-form-397-69d9f59eab05f .bg-bookly {\n        background-color: #d8c089 !important;\n    }\n\n    .bookly-staff-form-my-form-397-69d9f59eab05f .grid a.selected {\n        background-color: #d8c089 !important;\n    }\n\n    @media (hover) {\n        .bookly-staff-form-my-form-397-69d9f59eab05f .btn-outline-bookly:hover {\n            background-color: #d8c089;\n            border-color: #d8c089;\n        }\n    }\n\n    \/* intlTelInput.js *\/\n    .iti {\n        display: block;\n    }\n\n    .iti__flag {\n        background-image: url(\"https:\/\/kids.courses.vocably.eu\/wp-content\/plugins\/bookly-responsive-appointment-booking-tool\/frontend\/resources\/images\/flags.png\");\n    }\n\n    @media only screen and (min-resolution: 2dppx) {\n        .iti__flag {\n            background-image: url(\"https:\/\/kids.courses.vocably.eu\/wp-content\/plugins\/bookly-responsive-appointment-booking-tool\/frontend\/resources\/images\/flags@2x.png\")\n        }\n    }\n<\/style>\n    <style>\n        .bookly-mb-2 {\n    text-align: center;\n    padding-top: 20px; \/* Adjust the value as needed *\/\n    padding-bottom: 25px; \/* Adjust the value as needed *\/\n    font-size: 20px; \/* Set the font size *\/\n    text-transform: uppercase; \/* Set text to all caps *\/\n    font-weight: 600; \/* Set font weight to semi-bold *\/\n}\n\n.bookly-rounded-t.bg-bookly.bookly-relative.bookly-card-header-mark {\n    background-color: #F0F4FE;\n}\n\n.bookly-flex.bookly-flex-wrap.bookly-justify-start {\n    justify-content: center !important;\n}\n\n\n.bookly-form * {\n    font-family: 'Playfair Display', serif !important;\n    color: #002D4C !important;\n}\n\n.bookly-flex.bookly-flex-wrap.bookly-justify-start,\n.bookly-flex.bookly-flex-wrap.bookly-justify-start .bookly-mb-3.bookly-me-3,\n.bookly-flex.bookly-flex-wrap.bookly-justify-start .bookly-card-title,\n.bookly-flex.bookly-flex-wrap.bookly-justify-start .bookly-services-service-mark {\n    font-family: 'Playfair Display', serif;\n    color: #002D4C;\n}\n\n.bookly-mb-2,\n.bookly-flex.bookly-flex-row.fw-bold.bookly-text-center.bookly-text-muted.bookly-w-full.bookly-border-b.bookly-mb-0.bookly-pb-2.bookly-text-gray-500.bookly-font-bold,\n.bookly-flex.bookly-w-full button,\n.bookly-mt-4,\n.bookly-w-full.bookly-min-h-full {\n    font-family: 'Playfair Display', serif;\n    color: #002D4C;\n}\n\n.bookly-rounded.bookly-border-amber-100.bookly-border.bookly-p-4.bookly-text-amber-900.bookly-bg-amber-50.bookly-w-full {\n    font-family: 'Playfair Display', serif;\n}\n\n.md\\:bookly-flex.bookly-flex-row.bookly-text-center.bookly-block.bookly-text-lg.bookly-summary-row-mark,\n.bookly-mb-4.bookly-slots-step-body-mark,\n.bookly-grid.bookly-grid-cols-2.sm\\:bookly-grid-cols-4.lg\\:bookly-grid-cols-8.bookly-gap-4.bookly-my-4 {\n    font-family: 'Playfair Display', serif;\n}\n\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2,\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-p-2,\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-search-form-phone,\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-services-form-my-form-notes,\n.bookly-flex.bookly-column.bookly-flex-wrap.bookly--m-2 .bookly-services-form-my-form-terms-checkbox {\n    font-family: 'Playfair Display', serif;\n}    <\/style>\n<div id=\"bookly-staff-form-my-form-397-69d9f59eab05f\" class=\"bookly-staff-form-container bookly-staff-form-my-form-397-69d9f59eab05f\"><\/div><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-33","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/kids.courses.vocably.eu\/index.php?rest_route=\/wp\/v2\/pages\/33","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kids.courses.vocably.eu\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kids.courses.vocably.eu\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kids.courses.vocably.eu\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kids.courses.vocably.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=33"}],"version-history":[{"count":4,"href":"https:\/\/kids.courses.vocably.eu\/index.php?rest_route=\/wp\/v2\/pages\/33\/revisions"}],"predecessor-version":[{"id":70,"href":"https:\/\/kids.courses.vocably.eu\/index.php?rest_route=\/wp\/v2\/pages\/33\/revisions\/70"}],"wp:attachment":[{"href":"https:\/\/kids.courses.vocably.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=33"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}