    <script>
        document.addEventListener('DOMContentLoaded', function () {
            var yearSelect = document.querySelector('#input_36_31_3');

            if (!yearSelect) {
                return;
            }

            var currentYear = new Date().getFullYear();
            var maxYear = 2040;

            yearSelect.innerHTML = '';

            var placeholder = document.createElement('option');
            placeholder.value = '';
            placeholder.text = 'Year';
            yearSelect.appendChild(placeholder);

            for (var year = currentYear; year <= maxYear; year++) {
                var option = document.createElement('option');
                option.value = year;
                option.text = year;
                yearSelect.appendChild(option);
            }
        });
    </script>
    {"id":6139,"date":"2022-07-20T12:34:45","date_gmt":"2022-07-20T12:34:45","guid":{"rendered":"https:\/\/www.mecc.nl\/book-a-meeting-room\/4-hour-meeting-package\/"},"modified":"2024-01-22T11:04:20","modified_gmt":"2024-01-22T11:04:20","slug":"4-hour-meeting-package","status":"publish","type":"page","link":"https:\/\/www.mecc.nl\/en\/meeting\/4-hour-meeting-package-13-50-guests\/","title":{"rendered":"4-hour meeting package &#8211; 13 to 50 guests"},"content":{"rendered":"<div class=\"wpb-content-wrapper\" id=\"wpb-content-root\"><p>[vc_row el_class=&#8221;topbanner organise-event-slider organise-det top-venue-detail-slider&#8221;][vc_column][vc_row_inner][vc_column_inner el_class=&#8221;oraganize-banner-block&#8221; width=&#8221;1\/2&#8243;][vc_column_text el_class=&#8221;dis&#8221;]<\/p>\n<h4 class=\"title-block\">4-hour meeting package<\/h4>\n<h6>for 13 to 50 guests<br \/>\nstarting at \u20ac 36,00 per person<\/h6>\n<p><a class=\"previous_link_mumc\" href=\"https:\/\/www.mecc.nl\/en\/book-your-meeting\/\" rel=\"noopener\">Back<\/a>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;organize-top-slider&#8221; width=&#8221;1\/2&#8243;][vc_images_carousel images=&#8221;4974,4976,4978&#8243; img_size=&#8221;full&#8221; onclick=&#8221;link_no&#8221; autoplay=&#8221;yes&#8221; hide_pagination_control=&#8221;yes&#8221; hide_prev_next_buttons=&#8221;yes&#8221; wrap=&#8221;yes&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space height=&#8221;50px&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text]<strong>This package includes:<\/strong><\/p>\n<ul>\n<li>beamer and projection screen or Ultra HD TV (including HDMI connection)<\/li>\n<li>audio<\/li>\n<li>unlimited coffee, tea, water and biscuits in the meeting room<\/li>\n<li>notepads and pens<\/li>\n<li>free WiFi (suitable for basic Internet use and email traffic)<\/li>\n<li>personal service from a professional Duty Manager<\/li>\n<li>free parking<\/li>\n<\/ul>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text]<strong>Notes:<\/strong><\/p>\n<ul>\n<li>this involves a request and not a final booking<\/li>\n<li>you will receive an automated email with the summary of your request. After this, we will start working on your request and send you the final confirmation as soon as possible<\/li>\n<li>packages including catering must be booked at least 48 hours in advance<\/li>\n<li>the standard set-up in the meeting room is a U-shape<\/li>\n<li>all prices apply to a group of 13 to 50 guests<\/li>\n<li>prices do not include BTW (VAT) and price level 2024<\/li>\n<\/ul>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space]<script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_36' style='display:none'><div id='gf_36' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_36' id='gform_36'  action='\/en\/wp-json\/wp\/v2\/pages\/6139#gf_36' data-formid='36' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_36' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_36_88\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h4>4-hour meeting package starting at \u20ac 33,50 per person<\/h4>\n<br><\/div><div id=\"field_36_109\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_36_109'><span class='gform-field-label__text'>First name<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_109' id='input_36_109' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_36_110\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_36_110'><span class='gform-field-label__text'>Surname<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_110' id='input_36_110' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_36_4\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_36_4'><span class='gform-field-label__text'>Company<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_4' id='input_36_4' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_36_2\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--phone-format-international gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_36_2'><span class='gform-field-label__text'>Phone<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_2' id='input_36_2' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"    \/><\/div><\/div><div id=\"field_36_3\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_36_3'><span class='gform-field-label__text'>Email address<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_3' id='input_36_3' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_36_17\" class=\"gfield gfield--type-section gfield--input-type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3 class=\"gsection_title\"><\/h3><\/div><div id=\"field_36_97\" class=\"gfield gfield--type-date gfield--input-type-date gfield--input-type-datepicker gfield--datepicker-default-icon gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_36_97'><span class='gform-field-label__text'>Date of meeting<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_date'>\n\t\t\t\t\t<input\n\t\t\t\t\tplaceholder='dd\/mm\/yyyy'\n\t\t\t\t\tid='input_36_97'\n\t\t\t\t\tclass='datepicker gform-datepicker dmy datepicker_with_icon gdatepicker_with_icon'\n\t\t\t\t\ttype='text'\n\t\t\t\t\tname='input_97'\n\t\t\t\t\tvalue=''\n\t\t\t\t\t \n\t\t\t\t\taria-invalid=\"false\" \n\t\t\t\t\taria-required=\"true\"\n\t\t\t\t\t \n\t\t\t\t\t\n\t\t\t\t\tdata-mask=\"99\/99\/9999\"\n\t\t\t\t\t\/>\n\t\t\t\t<kbd id='keyboardHint_input_36_97' hidden class='down'><\/kbd>\n\t\t\t\t<button type='button' id='datepicker_toggle_input_36_97' class='gform-datepicker-toggle gform-datepicker-toggle--default accCalendar aria-date-picker gform-button gform-theme-button gform-theme-button--simple gform-theme-button--simple-in-ctrl' aria-expanded='false' aria-controls='input_36_97' aria-label='Date of meeting: Choose date on calendar' >\n\t\t\t\t\t\t\t<span class=\"gform-calendar-icon gform-datepicker-toggle-icon gform-datepicker-toggle-icon--default dashicons dashicons-calendar-alt\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t<\/button>\n\t\t\t<\/div><\/div><div id=\"field_36_111\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_36_111'><span class='gform-field-label__text'>Number of guests<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_number'><input name='input_111' id='input_36_111' type='number' step='any' min='13' max='50' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\" aria-describedby=\"gfield_instruction_36_111\" \/><div class='gfield_description instruction ' id='gfield_instruction_36_111'>Please enter a number from <strong>13<\/strong> to <strong>50<\/strong>.<\/div><\/div><\/div><fieldset id=\"field_36_12\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--choice-align-vertical\"  ><legend class='gfield_label gform-field-label' ><span class='gform-field-label__text'>Time<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_36_12'>\n\t\t\t<div class='gchoice gchoice_36_12_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_12' type='radio' value='8:30 a.m. to 12:30 p.m.'  id='choice_36_12_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_36_12_0' id='label_36_12_0' class='gform-field-label gform-field-label--type-inline'>8:30 a.m. to 12:30 p.m.<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_36_12_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_12' type='radio' value='1:00 p.m. to 5:00 p.m.'  id='choice_36_12_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_36_12_1' id='label_36_12_1' class='gform-field-label gform-field-label--type-inline'>1:00 p.m. to 5:00 p.m.<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_36_12_2'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_12' type='radio' value='gf_other_choice'  id='choice_36_12_2' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_36_12_2' id='label_36_12_2' class='gform-field-label gform-field-label--type-inline'>Other<\/label><br \/><input id='input_36_12_other' class='gchoice_other_control' name='input_12_other' type='text' value='Other' aria-label='Other Choice, please specify'  disabled='disabled' \/>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_36_22\" class=\"gfield gfield--type-section gfield--input-type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3 class=\"gsection_title\"><\/h3><\/div><fieldset id=\"field_36_49\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible gfield--choice-align-vertical\"  ><legend class='gfield_label gform-field-label' ><span class='gform-field-label__text'>I need additional breakout rooms<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_36_49'>\n\t\t\t<div class='gchoice gchoice_36_49_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_49' type='radio' value='Yes'  id='choice_36_49_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_36_49\"   \/>\n\t\t\t\t\t<label for='choice_36_49_0' id='label_36_49_0' class='gform-field-label gform-field-label--type-inline'>Yes<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_36_49_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_49' type='radio' value='No'  id='choice_36_49_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_36_49_1' id='label_36_49_1' class='gform-field-label gform-field-label--type-inline'>No<\/label>\n\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_36_49'>Breakout rooms with a capacity for 10 to 350 people.<\/div><\/fieldset><div id=\"field_36_50\" class=\"gfield gfield--type-section gfield--input-type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><h3 class=\"gsection_title\"><\/h3><\/div><div id=\"field_36_105\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_36_105'><span class='gform-field-label__text'>Breakout room for 10 to 20 guests<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_105' id='input_36_105' class='small gfield_select'  aria-describedby=\"gfield_description_36_105\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='0' >0<\/option><option value='1' >1<\/option><option value='2' >2<\/option><option value='3' >3<\/option><option value='4' >4<\/option><option value='5' >5<\/option><option value='6' >6<\/option><option value='7' >7<\/option><option value='8' >8<\/option><option value='9' >9<\/option><option value='10' >10<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_36_105'>\u20ac410 per room<\/div><\/div><div id=\"field_36_106\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_36_106'><span class='gform-field-label__text'>Breakout room for 21 to 50 guests<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_106' id='input_36_106' class='small gfield_select'  aria-describedby=\"gfield_description_36_106\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='0' >0<\/option><option value='1' >1<\/option><option value='2' >2<\/option><option value='3' >3<\/option><option value='4' >4<\/option><option value='5' >5<\/option><option value='6' >6<\/option><option value='7' >7<\/option><option value='8' >8<\/option><option value='9' >9<\/option><option value='10' >10<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_36_106'>\u20ac862,50 per room<\/div><\/div><div id=\"field_36_68\" class=\"gfield gfield--type-section gfield--input-type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3 class=\"gsection_title\"><\/h3><\/div><fieldset id=\"field_36_85\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible gfield--choice-align-vertical\"  ><legend class='gfield_label gform-field-label' ><span class='gform-field-label__text'>I require additional services<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='gfield_description' id='gfield_description_36_85'>Additional services include flip charts, speakers\u2019 chairs, stage elements, headset microphones, laptops, etc.<\/div><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_36_85'>\n\t\t\t<div class='gchoice gchoice_36_85_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_85' type='radio' value='Yes'  id='choice_36_85_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_36_85\"   \/>\n\t\t\t\t\t<label for='choice_36_85_0' id='label_36_85_0' class='gform-field-label gform-field-label--type-inline'>Yes<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_36_85_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_85' type='radio' value='No'  id='choice_36_85_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_36_85_1' id='label_36_85_1' class='gform-field-label gform-field-label--type-inline'>No<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_36_90\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible gfield--choice-align-vertical\"  ><legend class='gfield_label gform-field-label' ><span class='gform-field-label__text'>I would like to receive more information about catering options<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='gfield_description' id='gfield_description_36_90'>These may include various types of pastries, a beverage arrangement or extensive lunch and drinks arrangements. Unlimited coffee, tea, water and cookies are included as standard!<\/div><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_36_90'>\n\t\t\t<div class='gchoice gchoice_36_90_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_90' type='radio' value='Yes'  id='choice_36_90_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_36_90\"   \/>\n\t\t\t\t\t<label for='choice_36_90_0' id='label_36_90_0' class='gform-field-label gform-field-label--type-inline'>Yes<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_36_90_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_90' type='radio' value='No'  id='choice_36_90_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_36_90_1' id='label_36_90_1' class='gform-field-label gform-field-label--type-inline'>No<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_36_87\" class=\"gfield gfield--type-section gfield--input-type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3 class=\"gsection_title\"><\/h3><\/div><div id=\"field_36_93\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_36_93'><span class='gform-field-label__text'>Comments:<\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_93' id='input_36_93' class='textarea small'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_36_94\" class=\"gfield gfield--type-section gfield--input-type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3 class=\"gsection_title\"><\/h3><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <button type='submit' id='gform_submit_button_36' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' >Submit request<\/button> <input type='hidden' name='gform_ajax' value='form_id=36&amp;title=&amp;description=&amp;tabindex=0&amp;theme=gravity-theme&amp;styles=[]&amp;hash=cab275542f641290505984e6ed503013' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_36' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_36' id='gform_theme_36' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_36' id='gform_style_settings_36' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_36' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='36' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='\/lonkGf4Mals8yJBEEJDar5Ub2I51QVE76HXNLGUj5gpHXOjzCvg5yoDL\/LiZx+KwyF\/fLmEXx2rJwsL\/kigoEdJtmzCWB2j7rS57PySiIthWvo=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_36' value='WyJ7XCIxMlwiOltcIjk4OWI3MjIzYmM5OTU3MDRlYjNhNzE3MmI4MWNlZWM1XCIsXCI0MmNmMjEwMTllODRiMDUyOWIyZDFmODcyMDkzNmExZlwiXSxcIjQ5XCI6W1wiNzM4YzEzYjhmNDRkZWVhNTU5NWFhODQyOTg1NGJmNDJcIixcIjkzZGI5NTM2ZWM3MWU4MTU5ZmIyZGUyMjkzZDc2MDY5XCJdLFwiMTA1XCI6W1wiMjE5Y2RjN2JkMzE3ZDY4MzJjNzI5NDFiMzVhOGMzMDNcIixcImUzMTI2M2VmMzg1ZWQ4ZjBkZjcyOTFjNGEzN2I1YzZkXCIsXCIxZWZlZTAwNDJlMzZjMTlmODk1MGI2NzFjNmM2ZDE4YlwiLFwiN2E3OTI5NzAwYWZkM2QwN2JkNGZlNWU3OWRkOGU1ODZcIixcImU0YmFjYmM1NDZmNzJkZmY3YjM1NDY4ZjIzYWQyOWY3XCIsXCI3MzA3NTNmM2VhYzVhN2FmNTUzMzE1YzI4NDMyMDhlM1wiLFwiMzJjNWQ3M2VlYjcwOWJhYzRhNzY3MGU0Y2JjN2ZhN2FcIixcImQ2NjUwZjkyOWZlMzMzYTg5MTVkYWQ5MzY0Yzg3ZGQ4XCIsXCI3YzA0YTQ3NDNiYjZiNmY2ZmRlOTZlZjVjMjJhOGIyMlwiLFwiN2I0YzdlZWY4ZDc4ZjhhYjM3MjM3ZmIyYjg0NDY2ZTNcIixcIjY2ZGI5ZGM4OGI1YWY2YWFjNjIzN2ZlYjI2MjIxNGZkXCJdLFwiMTA2XCI6W1wiMjE5Y2RjN2JkMzE3ZDY4MzJjNzI5NDFiMzVhOGMzMDNcIixcImUzMTI2M2VmMzg1ZWQ4ZjBkZjcyOTFjNGEzN2I1YzZkXCIsXCIxZWZlZTAwNDJlMzZjMTlmODk1MGI2NzFjNmM2ZDE4YlwiLFwiN2E3OTI5NzAwYWZkM2QwN2JkNGZlNWU3OWRkOGU1ODZcIixcImU0YmFjYmM1NDZmNzJkZmY3YjM1NDY4ZjIzYWQyOWY3XCIsXCI3MzA3NTNmM2VhYzVhN2FmNTUzMzE1YzI4NDMyMDhlM1wiLFwiMzJjNWQ3M2VlYjcwOWJhYzRhNzY3MGU0Y2JjN2ZhN2FcIixcImQ2NjUwZjkyOWZlMzMzYTg5MTVkYWQ5MzY0Yzg3ZGQ4XCIsXCI3YzA0YTQ3NDNiYjZiNmY2ZmRlOTZlZjVjMjJhOGIyMlwiLFwiN2I0YzdlZWY4ZDc4ZjhhYjM3MjM3ZmIyYjg0NDY2ZTNcIixcIjY2ZGI5ZGM4OGI1YWY2YWFjNjIzN2ZlYjI2MjIxNGZkXCJdLFwiODVcIjpbXCI3MzhjMTNiOGY0NGRlZWE1NTk1YWE4NDI5ODU0YmY0MlwiLFwiOTNkYjk1MzZlYzcxZTgxNTlmYjJkZTIyOTNkNzYwNjlcIl0sXCI5MFwiOltcIjczOGMxM2I4ZjQ0ZGVlYTU1OTVhYTg0Mjk4NTRiZjQyXCIsXCI5M2RiOTUzNmVjNzFlODE1OWZiMmRlMjI5M2Q3NjA2OVwiXSxcImdmb3JtX3N1Ym1pc3Npb25fbWV0aG9kXCI6W1wiMDE4ODQwNTYwZmFlMjFkNTI0OWM1MmQzZTJjNDAxZWJcIixcIjExZjBlNTYyYjE2MjY5YThmZTVmNzI4OTkxZGUzODYzXCIsXCJhNTdiY2RhYjI2NjAwMzIxYmUzNDAzZGNjYjM1ZDY4ZlwiXSxcImdmb3JtX3RoZW1lXCI6XCI1ZjY5ZmRiZGFlZTEwY2VlNjY3YjM4NzgzMmUxYTQwNlwiLFwiZ2Zvcm1fc3R5bGVfc2V0dGluZ3NcIjpcIjViOTIwNmQ2NmZhN2FlZTBkNmJiODE1MzgxZTViOTk0XCIsXCJmb3JtX2lkXCI6XCJiYWY1NWNjZjMwMWUyOGQ1NjRmYTUwMTllN2Q5NWZlNFwiLFwidXJsXCI6XCJhYTgyYjk3ODg2YTg4M2JmYzI0M2Y5ODY2MzQ4YzdmN1wiLFwic3RhdGVfdGltZXN0YW1wXCI6XCI5YTIzZDQxZjAwOWYwODZkNDdiMDRkNDM4ZWViOTkzNVwifSIsImZkMTkxYmE1NmI4Y2E4YTMwOWEzMmRlYzg2YzEwYTBmIiwxNzkwMTU1MTQxXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_36' id='gform_target_page_number_36' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_36' id='gform_source_page_number_36' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_36' id='gform_ajax_frame_36' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {jQuery('#gform_ajax_frame_36').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_36');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_36').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_36').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_36').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_36').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_36').offset().top - mt); }, 50 );var current_page = jQuery('#gform_source_page_number_36').val();jQuery(document).trigger('gform_page_loaded', [36, current_page]);window['gf_submitting_36'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_36').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_36').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [36]);window['gf_submitting_36'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_36').text());}else{jQuery('#gform_36').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"36\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_36\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_36\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_36\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 36, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n[\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<strong>Our cancellation policy:<\/strong><\/p>\n<ul>\n<li>we calculate the estimate for your order based on the numbers, implementation and times described. Changes in the number of guests may be communicated to us up to one week before the event. The number of guests may be adjusted downwards by a maximum of 15%;<\/li>\n<li>if you wish to cancel the event entirely and do not want to make use of any additional catering facilities, cancellation is free of charge up to five working days in advance. After this, you will be charged 100% of the amount;<\/li>\n<li>if you wish to cancel the event entirely but still want to make use of additional catering facilities, cancellation is free of charge up to fourteen working days in advance. After this, you will be charged 100% of the amount;<br \/>\nfor events up to 50 people, you will receive an invoice from us after the event (final invoice);<\/li>\n<li>our General Terms and Conditions of Rental apply.<\/li>\n<\/ul>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row el_class=&#8221;topbanner organise-event-slider organise-det top-venue-detail-slider&#8221;][vc_column][vc_row_inner][vc_column_inner el_class=&#8221;oraganize-banner-block&#8221; width=&#8221;1\/2&#8243;][vc_column_text el_class=&#8221;dis&#8221;] 4-hour meeting package for 13 to 50 guests starting at \u20ac 36,00 per person Back[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;organize-top-slider&#8221; width=&#8221;1\/2&#8243;][vc_images_carousel images=&#8221;4974,4976,4978&#8243; img_size=&#8221;full&#8221; onclick=&#8221;link_no&#8221; autoplay=&#8221;yes&#8221; hide_pagination_control=&#8221;yes&#8221; hide_prev_next_buttons=&#8221;yes&#8221; wrap=&#8221;yes&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space height=&#8221;50px&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text]This package includes: beamer and projection screen or Ultra HD TV (including HDMI connection) audio unlimited coffee, tea, water and biscuits in&hellip; <a class=\"more-link\" href=\"https:\/\/www.mecc.nl\/en\/meeting\/4-hour-meeting-package-13-50-guests\/\">Continue reading <span class=\"screen-reader-text\">4-hour meeting package &#8211; 13 to 50 guests<\/span><\/a><\/p>\n","protected":false},"author":10,"featured_media":0,"parent":5148,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/content-page.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-6139","page","type-page","status-publish","hentry","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>4-hour meeting package - 13 to 50 guests |<\/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:\/\/www.mecc.nl\/en\/meeting\/4-hour-meeting-package-13-50-guests\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"4-hour meeting package - 13 to 50 guests |\" \/>\n<meta property=\"og:description\" content=\"[vc_row el_class=&#8221;topbanner organise-event-slider organise-det top-venue-detail-slider&#8221;][vc_column][vc_row_inner][vc_column_inner el_class=&#8221;oraganize-banner-block&#8221; width=&#8221;1\/2&#8243;][vc_column_text el_class=&#8221;dis&#8221;] 4-hour meeting package for 13 to 50 guests starting at \u20ac 36,00 per person Back[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;organize-top-slider&#8221; width=&#8221;1\/2&#8243;][vc_images_carousel images=&#8221;4974,4976,4978&#8243; img_size=&#8221;full&#8221; onclick=&#8221;link_no&#8221; autoplay=&#8221;yes&#8221; hide_pagination_control=&#8221;yes&#8221; hide_prev_next_buttons=&#8221;yes&#8221; wrap=&#8221;yes&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space height=&#8221;50px&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text]This package includes: beamer and projection screen or Ultra HD TV (including HDMI connection) audio unlimited coffee, tea, water and biscuits in&hellip; Continue reading 4-hour meeting package &#8211; 13 to 50 guests\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mecc.nl\/en\/meeting\/4-hour-meeting-package-13-50-guests\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-22T11:04:20+00:00\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/meeting\\\/4-hour-meeting-package-13-50-guests\\\/\",\"url\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/meeting\\\/4-hour-meeting-package-13-50-guests\\\/\",\"name\":\"4-hour meeting package - 13 to 50 guests |\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/#website\"},\"datePublished\":\"2022-07-20T12:34:45+00:00\",\"dateModified\":\"2024-01-22T11:04:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/meeting\\\/4-hour-meeting-package-13-50-guests\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mecc.nl\\\/en\\\/meeting\\\/4-hour-meeting-package-13-50-guests\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/meeting\\\/4-hour-meeting-package-13-50-guests\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Book your meeting\",\"item\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/book-your-meeting\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"4-hour meeting package &#8211; 13 to 50 guests\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/\",\"name\":\"\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/#organization\",\"name\":\"Mecc Maastricht\",\"url\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mecc.nl\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/MECCMaastricht_LogoFull.png\",\"contentUrl\":\"https:\\\/\\\/mecc.nl\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/MECCMaastricht_LogoFull.png\",\"width\":1500,\"height\":500,\"caption\":\"Mecc Maastricht\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"4-hour meeting package - 13 to 50 guests |","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:\/\/www.mecc.nl\/en\/meeting\/4-hour-meeting-package-13-50-guests\/","og_locale":"en_US","og_type":"article","og_title":"4-hour meeting package - 13 to 50 guests |","og_description":"[vc_row el_class=&#8221;topbanner organise-event-slider organise-det top-venue-detail-slider&#8221;][vc_column][vc_row_inner][vc_column_inner el_class=&#8221;oraganize-banner-block&#8221; width=&#8221;1\/2&#8243;][vc_column_text el_class=&#8221;dis&#8221;] 4-hour meeting package for 13 to 50 guests starting at \u20ac 36,00 per person Back[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=&#8221;organize-top-slider&#8221; width=&#8221;1\/2&#8243;][vc_images_carousel images=&#8221;4974,4976,4978&#8243; img_size=&#8221;full&#8221; onclick=&#8221;link_no&#8221; autoplay=&#8221;yes&#8221; hide_pagination_control=&#8221;yes&#8221; hide_prev_next_buttons=&#8221;yes&#8221; wrap=&#8221;yes&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space height=&#8221;50px&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text]This package includes: beamer and projection screen or Ultra HD TV (including HDMI connection) audio unlimited coffee, tea, water and biscuits in&hellip; Continue reading 4-hour meeting package &#8211; 13 to 50 guests","og_url":"https:\/\/www.mecc.nl\/en\/meeting\/4-hour-meeting-package-13-50-guests\/","article_modified_time":"2024-01-22T11:04:20+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.mecc.nl\/en\/meeting\/4-hour-meeting-package-13-50-guests\/","url":"https:\/\/www.mecc.nl\/en\/meeting\/4-hour-meeting-package-13-50-guests\/","name":"4-hour meeting package - 13 to 50 guests |","isPartOf":{"@id":"https:\/\/www.mecc.nl\/en\/#website"},"datePublished":"2022-07-20T12:34:45+00:00","dateModified":"2024-01-22T11:04:20+00:00","breadcrumb":{"@id":"https:\/\/www.mecc.nl\/en\/meeting\/4-hour-meeting-package-13-50-guests\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mecc.nl\/en\/meeting\/4-hour-meeting-package-13-50-guests\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.mecc.nl\/en\/meeting\/4-hour-meeting-package-13-50-guests\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mecc.nl\/en\/"},{"@type":"ListItem","position":2,"name":"Book your meeting","item":"https:\/\/www.mecc.nl\/en\/book-your-meeting\/"},{"@type":"ListItem","position":3,"name":"4-hour meeting package &#8211; 13 to 50 guests"}]},{"@type":"WebSite","@id":"https:\/\/www.mecc.nl\/en\/#website","url":"https:\/\/www.mecc.nl\/en\/","name":"","description":"","publisher":{"@id":"https:\/\/www.mecc.nl\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mecc.nl\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mecc.nl\/en\/#organization","name":"Mecc Maastricht","url":"https:\/\/www.mecc.nl\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mecc.nl\/en\/#\/schema\/logo\/image\/","url":"https:\/\/mecc.nl\/wp-content\/uploads\/2022\/05\/MECCMaastricht_LogoFull.png","contentUrl":"https:\/\/mecc.nl\/wp-content\/uploads\/2022\/05\/MECCMaastricht_LogoFull.png","width":1500,"height":500,"caption":"Mecc Maastricht"},"image":{"@id":"https:\/\/www.mecc.nl\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.mecc.nl\/en\/wp-json\/wp\/v2\/pages\/6139","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mecc.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mecc.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mecc.nl\/en\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mecc.nl\/en\/wp-json\/wp\/v2\/comments?post=6139"}],"version-history":[{"count":66,"href":"https:\/\/www.mecc.nl\/en\/wp-json\/wp\/v2\/pages\/6139\/revisions"}],"predecessor-version":[{"id":10551,"href":"https:\/\/www.mecc.nl\/en\/wp-json\/wp\/v2\/pages\/6139\/revisions\/10551"}],"up":[{"embeddable":true,"href":"https:\/\/www.mecc.nl\/en\/wp-json\/wp\/v2\/pages\/5148"}],"wp:attachment":[{"href":"https:\/\/www.mecc.nl\/en\/wp-json\/wp\/v2\/media?parent=6139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}