    <script>
        document.addEventListener('DOMContentLoaded', function () {
            var yearSelect = document.querySelector('#input_49_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":16187,"date":"2025-07-23T13:20:24","date_gmt":"2025-07-23T13:20:24","guid":{"rendered":"https:\/\/www.mecc.nl\/book-your-meeting\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests-2\/"},"modified":"2026-01-09T15:09:12","modified_gmt":"2026-01-09T15:09:12","slug":"request-8-hour-meeting-package-incl-lunch-51-to-450-guests-2","status":"publish","type":"page","link":"https:\/\/www.mecc.nl\/en\/en\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests\/","title":{"rendered":"Request 8-hour meeting package incl. lunch &#8211; 51 to 450 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 css=&#8221;&#8221; el_class=&#8221;dis&#8221;]<\/p>\n<h4 class=\"title-block\">8-hour meeting package incl. lunch<\/h4>\n<h6>for 51 to 450 guests<br \/>\nstarting at \u20ac 62,00 per person<\/h6>\n<h6><a class=\"previous_link_mumc\" href=\"https:\/\/www.mecc.nl\/en\/en\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests\/#contact\" rel=\"noopener\">CONTACT US<\/a><\/h6>\n<p>[\/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;3113,4970,4966&#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 css=&#8221;&#8221;]<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, refreshing fruit and herbal water and biscuits in the meeting room<\/li>\n<li>delicious lunch with a variety of filled sandwiches, wraps, a refreshing salad, and a warm dish<\/li>\n<li>soft drinks during the afternoon break<\/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 css=&#8221;&#8221;]<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 theater setup.<\/li>\n<li>all prices apply to a group of 51 to 450 guests<br \/>\nprices do not include BTW (VAT) and price level 2026.<\/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_49' style='display:none'>\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'  id='gform_49'  action='\/en\/wp-json\/wp\/v2\/pages\/16187' data-formid='49' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_49' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_49_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>8-hour meeting package incl. lunch - 51 to 450 guests<\/h4>\n<br><\/div><div id=\"field_49_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_49_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_49_109' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_49_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_49_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_49_110' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_49_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_49_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_49_4' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_49_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_49_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_49_2' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"    \/><\/div><\/div><div id=\"field_49_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_49_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_49_3' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_49_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_49_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_49_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_49_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_49_97' hidden class='down'><\/kbd>\n\t\t\t\t<button type='button' id='datepicker_toggle_input_49_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_49_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_49_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_49_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_49_111' type='number' step='any' min='51'  value='' class='large'     aria-required=\"true\" aria-invalid=\"false\" aria-describedby=\"gfield_instruction_49_111\" \/><div class='gfield_description instruction ' id='gfield_instruction_49_111'>Please enter a number greater than or equal to <strong>51<\/strong>.<\/div><\/div><\/div><fieldset id=\"field_49_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_49_12'>\n\t\t\t<div class='gchoice gchoice_49_12_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_12' type='radio' value='8:00 a.m. to 5:00 p.m. (including one-hour break)'  id='choice_49_12_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_49_12_0' id='label_49_12_0' class='gform-field-label gform-field-label--type-inline'>8:00 a.m. to 5:00 p.m. (including one-hour break)<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_49_12_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_12' type='radio' value='8:30 a.m. to 5:30 p.m. (including one-hour break)'  id='choice_49_12_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_49_12_1' id='label_49_12_1' class='gform-field-label gform-field-label--type-inline'>8:30 a.m. to 5:30 p.m. (including one-hour break)<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_49_12_2'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_12' type='radio' value='9:00 a.m. to 6:00 p.m. (including one-hour break)'  id='choice_49_12_2' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_49_12_2' id='label_49_12_2' class='gform-field-label gform-field-label--type-inline'>9:00 a.m. to 6:00 p.m. (including one-hour break)<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_49_12_3'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_12' type='radio' value='gf_other_choice'  id='choice_49_12_3' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_49_12_3' id='label_49_12_3' class='gform-field-label gform-field-label--type-inline'>Other<\/label><br \/><input id='input_49_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_49_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_49_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_49_49'>\n\t\t\t<div class='gchoice gchoice_49_49_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_49' type='radio' value='Yes'  id='choice_49_49_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_49_49\"   \/>\n\t\t\t\t\t<label for='choice_49_49_0' id='label_49_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_49_49_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_49' type='radio' value='No'  id='choice_49_49_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_49_49_1' id='label_49_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_49_49'>Breakout rooms with a capacity for 10 to 350 people.<\/div><\/fieldset><div id=\"field_49_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_49_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_49_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_49_105' class='small gfield_select'  aria-describedby=\"gfield_description_49_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_49_105'>\u20ac410 per room<\/div><\/div><div id=\"field_49_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_49_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_49_106' class='small gfield_select'  aria-describedby=\"gfield_description_49_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_49_106'>\u20ac862,50 per room\n<\/div><\/div><div id=\"field_49_107\" 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_49_107'><span class='gform-field-label__text'>Breakout room for 51 to 100 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_107' id='input_49_107' class='small gfield_select'  aria-describedby=\"gfield_description_49_107\"  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_49_107'>\u20ac1.515 per room<\/div><\/div><div id=\"field_49_108\" 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_49_108'><span class='gform-field-label__text'>Breakout room for 101 to 350 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_108' id='input_49_108' class='small gfield_select'  aria-describedby=\"gfield_description_49_108\"  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_49_108'>\u20ac2.250 per room<\/div><\/div><div id=\"field_49_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_49_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_49_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_49_85'>\n\t\t\t<div class='gchoice gchoice_49_85_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_85' type='radio' value='Yes'  id='choice_49_85_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_49_85\"   \/>\n\t\t\t\t\t<label for='choice_49_85_0' id='label_49_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_49_85_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_85' type='radio' value='No'  id='choice_49_85_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_49_85_1' id='label_49_85_1' class='gform-field-label gform-field-label--type-inline'>No<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_49_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_49_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_49_90'>\n\t\t\t<div class='gchoice gchoice_49_90_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_90' type='radio' value='Yes'  id='choice_49_90_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_49_90\"   \/>\n\t\t\t\t\t<label for='choice_49_90_0' id='label_49_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_49_90_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_90' type='radio' value='No'  id='choice_49_90_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_49_90_1' id='label_49_90_1' class='gform-field-label gform-field-label--type-inline'>No<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_49_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_49_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_49_93'><span class='gform-field-label__text'>Comments:<\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_93' id='input_49_93' class='textarea small'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_49_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_49' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' >Submit request<\/button> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_49' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_49' id='gform_theme_49' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_49' id='gform_style_settings_49' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_49' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='49' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='G6MFKAHZP0Fj892Xz8V8DWJfqJpNrMWeVzIvzh3vjcgknwRBns+fBBd+sgr1195X4aNo80W6IYZGTix2oPaShck2\/LPmnQ3eR3hjC7oUBEff3S8=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_49' value='WyJ7XCIxMlwiOltcIjgwYjJhMTY2YzQxNTNmMmFlMWNjYWY3YTE0MzdkMWFjXCIsXCIyNDlhNDZhY2E3Mjk2YjhhYTgyNGI2OWI0YjdlMWFmMFwiLFwiNjQxYjM5OGMyMzhkZGM2Zjc0MDM0MTgyN2Y4YTllYTJcIl0sXCI0OVwiOltcIjczOGMxM2I4ZjQ0ZGVlYTU1OTVhYTg0Mjk4NTRiZjQyXCIsXCI5M2RiOTUzNmVjNzFlODE1OWZiMmRlMjI5M2Q3NjA2OVwiXSxcIjEwNVwiOltcIjIxOWNkYzdiZDMxN2Q2ODMyYzcyOTQxYjM1YThjMzAzXCIsXCJlMzEyNjNlZjM4NWVkOGYwZGY3MjkxYzRhMzdiNWM2ZFwiLFwiMWVmZWUwMDQyZTM2YzE5Zjg5NTBiNjcxYzZjNmQxOGJcIixcIjdhNzkyOTcwMGFmZDNkMDdiZDRmZTVlNzlkZDhlNTg2XCIsXCJlNGJhY2JjNTQ2ZjcyZGZmN2IzNTQ2OGYyM2FkMjlmN1wiLFwiNzMwNzUzZjNlYWM1YTdhZjU1MzMxNWMyODQzMjA4ZTNcIixcIjMyYzVkNzNlZWI3MDliYWM0YTc2NzBlNGNiYzdmYTdhXCIsXCJkNjY1MGY5MjlmZTMzM2E4OTE1ZGFkOTM2NGM4N2RkOFwiLFwiN2MwNGE0NzQzYmI2YjZmNmZkZTk2ZWY1YzIyYThiMjJcIixcIjdiNGM3ZWVmOGQ3OGY4YWIzNzIzN2ZiMmI4NDQ2NmUzXCIsXCI2NmRiOWRjODhiNWFmNmFhYzYyMzdmZWIyNjIyMTRmZFwiXSxcIjEwNlwiOltcIjIxOWNkYzdiZDMxN2Q2ODMyYzcyOTQxYjM1YThjMzAzXCIsXCJlMzEyNjNlZjM4NWVkOGYwZGY3MjkxYzRhMzdiNWM2ZFwiLFwiMWVmZWUwMDQyZTM2YzE5Zjg5NTBiNjcxYzZjNmQxOGJcIixcIjdhNzkyOTcwMGFmZDNkMDdiZDRmZTVlNzlkZDhlNTg2XCIsXCJlNGJhY2JjNTQ2ZjcyZGZmN2IzNTQ2OGYyM2FkMjlmN1wiLFwiNzMwNzUzZjNlYWM1YTdhZjU1MzMxNWMyODQzMjA4ZTNcIixcIjMyYzVkNzNlZWI3MDliYWM0YTc2NzBlNGNiYzdmYTdhXCIsXCJkNjY1MGY5MjlmZTMzM2E4OTE1ZGFkOTM2NGM4N2RkOFwiLFwiN2MwNGE0NzQzYmI2YjZmNmZkZTk2ZWY1YzIyYThiMjJcIixcIjdiNGM3ZWVmOGQ3OGY4YWIzNzIzN2ZiMmI4NDQ2NmUzXCIsXCI2NmRiOWRjODhiNWFmNmFhYzYyMzdmZWIyNjIyMTRmZFwiXSxcIjEwN1wiOltcIjIxOWNkYzdiZDMxN2Q2ODMyYzcyOTQxYjM1YThjMzAzXCIsXCJlMzEyNjNlZjM4NWVkOGYwZGY3MjkxYzRhMzdiNWM2ZFwiLFwiMWVmZWUwMDQyZTM2YzE5Zjg5NTBiNjcxYzZjNmQxOGJcIixcIjdhNzkyOTcwMGFmZDNkMDdiZDRmZTVlNzlkZDhlNTg2XCIsXCJlNGJhY2JjNTQ2ZjcyZGZmN2IzNTQ2OGYyM2FkMjlmN1wiLFwiNzMwNzUzZjNlYWM1YTdhZjU1MzMxNWMyODQzMjA4ZTNcIixcIjMyYzVkNzNlZWI3MDliYWM0YTc2NzBlNGNiYzdmYTdhXCIsXCJkNjY1MGY5MjlmZTMzM2E4OTE1ZGFkOTM2NGM4N2RkOFwiLFwiN2MwNGE0NzQzYmI2YjZmNmZkZTk2ZWY1YzIyYThiMjJcIixcIjdiNGM3ZWVmOGQ3OGY4YWIzNzIzN2ZiMmI4NDQ2NmUzXCIsXCI2NmRiOWRjODhiNWFmNmFhYzYyMzdmZWIyNjIyMTRmZFwiXSxcIjEwOFwiOltcIjIxOWNkYzdiZDMxN2Q2ODMyYzcyOTQxYjM1YThjMzAzXCIsXCJlMzEyNjNlZjM4NWVkOGYwZGY3MjkxYzRhMzdiNWM2ZFwiLFwiMWVmZWUwMDQyZTM2YzE5Zjg5NTBiNjcxYzZjNmQxOGJcIixcIjdhNzkyOTcwMGFmZDNkMDdiZDRmZTVlNzlkZDhlNTg2XCIsXCJlNGJhY2JjNTQ2ZjcyZGZmN2IzNTQ2OGYyM2FkMjlmN1wiLFwiNzMwNzUzZjNlYWM1YTdhZjU1MzMxNWMyODQzMjA4ZTNcIixcIjMyYzVkNzNlZWI3MDliYWM0YTc2NzBlNGNiYzdmYTdhXCIsXCJkNjY1MGY5MjlmZTMzM2E4OTE1ZGFkOTM2NGM4N2RkOFwiLFwiN2MwNGE0NzQzYmI2YjZmNmZkZTk2ZWY1YzIyYThiMjJcIixcIjdiNGM3ZWVmOGQ3OGY4YWIzNzIzN2ZiMmI4NDQ2NmUzXCIsXCI2NmRiOWRjODhiNWFmNmFhYzYyMzdmZWIyNjIyMTRmZFwiXSxcIjg1XCI6W1wiNzM4YzEzYjhmNDRkZWVhNTU5NWFhODQyOTg1NGJmNDJcIixcIjkzZGI5NTM2ZWM3MWU4MTU5ZmIyZGUyMjkzZDc2MDY5XCJdLFwiOTBcIjpbXCI3MzhjMTNiOGY0NGRlZWE1NTk1YWE4NDI5ODU0YmY0MlwiLFwiOTNkYjk1MzZlYzcxZTgxNTlmYjJkZTIyOTNkNzYwNjlcIl0sXCJnZm9ybV9zdWJtaXNzaW9uX21ldGhvZFwiOltcIjAxODg0MDU2MGZhZTIxZDUyNDljNTJkM2UyYzQwMWViXCIsXCIxMWYwZTU2MmIxNjI2OWE4ZmU1ZjcyODk5MWRlMzg2M1wiXSxcImdmb3JtX3RoZW1lXCI6XCI1ZjY5ZmRiZGFlZTEwY2VlNjY3YjM4NzgzMmUxYTQwNlwiLFwiZ2Zvcm1fc3R5bGVfc2V0dGluZ3NcIjpcIjViOTIwNmQ2NmZhN2FlZTBkNmJiODE1MzgxZTViOTk0XCIsXCJmb3JtX2lkXCI6XCI5MDRjNjE1NjZhZTdhOWIwMmVkYmM4ODI1ZmEzNjIxZFwiLFwidXJsXCI6XCI5YTMwM2IwNjM1ZDgwMGFhNGEwZjIwZWU5ZTI1ZTUwOFwiLFwic3RhdGVfdGltZXN0YW1wXCI6XCIyMWUyYmUyNTI3MTdmMzM4M2M0Y2Y1MWMzNDkyMTlhZVwifSIsImYzMjZhZmY1YmFlNmI2MDIwZGQ1NDdlODgyYjkwNTQxIiwxNzg5MzEyOTMzXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_49' id='gform_target_page_number_49' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_49' id='gform_source_page_number_49' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>[\/vc_column][\/vc_row][vc_row content_placement=&#8221;middle&#8221; source=&#8221;&#8221; text=&#8221;Latest news&#8221; font_container=&#8221;tag:h2|text_align:center|color:%23000000&#8243; use_theme_fonts=&#8221;&#8221; google_fonts=&#8221;font_family:Abril%20Fatface%3Aregular|font_style:400%20regular%3A400%3Anormal&#8221; el_class=&#8221;custom-title full-width org-meet&#8221; link=&#8221;&#8221; css=&#8221;.vc_custom_1753277389190{background-color: #fff4f6 !important;}&#8221; el_id=&#8221;contact&#8221;][vc_column css=&#8221;.vc_custom_1640698546490{padding-top: 0px !important;}&#8221; el_class=&#8221;container-1020&#8243;][vc_custom_heading text=&#8221;Or call or email us!&#8221; custom_font_family=&#8221;&#8221; font_container=&#8221;tag:h2|font_size:70|text_align:left|color:%23dd0b2f&#8221; css=&#8221;&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;custom-title main-head&#8221;][vc_empty_space]<div class=\"container meetourstar_block custom-class\"><div class=\"row\" id=\"append-our-star-posts\"><div class=\"col-md-4 item \"><img decoding=\"async\" src=\"https:\/\/www.mecc.nl\/wp-content\/uploads\/2022\/07\/Thom.jpg\" class=\"team-feature-image\"><div class=\"team-content\"><h4><a>Thom Nijsten<\/a><\/h4><span class=\"position\">Business Development Manager<\/span><a class=\"mailto-button\" href=\"mailto:thom.nijsten@mecc.nl\"><span class=\"link-text\">thom.nijsten@mecc.nl<\/span>MAIL<\/a><a class=\"tel-button\"  href=\"tel:+31620598246\"><span class=\"link-text\">+31620598246<\/span>CALL<\/a><a class=\"download-vcard-new\" target=\"_blank\" href=\"https:\/\/mecccard.nl\/vcard\/index.php?c=meccmaastricht&p=thomnijsten\"><img decoding=\"async\" src=\"https:\/\/www.mecc.nl\/wp-content\/themes\/mecc-child\/assets\/images\/download.png\" class=\"download-icon-red\"><img decoding=\"async\" src=\"https:\/\/www.mecc.nl\/wp-content\/themes\/mecc-child\/assets\/images\/download-mouseover.png\" class=\"download-icon-black\"><span class=\"link-text\">V-card<\/span><\/a><span>#BUSINESS DEVELOPMENT<\/span><\/li><span>#CORPORATE EVENTS<\/span><\/li><span>#MEETINGS<\/span><\/li><\/div><\/div><\/div><input type=\"hidden\" name=\"is_loadmore\" id=\"is_loadmore\" value=\"No\"><input type=\"hidden\" id=\"postID\" name=\"postID\" value=\"16187\"><div id=\"loader\" class=\"loader\" style=\"display:none\"><img decoding=\"async\" src=\"https:\/\/www.mecc.nl\/wp-content\/themes\/mecc-child\/assets\/images\/loader.gif\"\/><\/div><\/div>[\/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 css=&#8221;&#8221; el_class=&#8221;dis&#8221;] 8-hour meeting package incl. lunch for 51 to 450 guests starting at \u20ac 62,00 per person CONTACT US [\/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;3113,4970,4966&#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 css=&#8221;&#8221;]This package includes: beamer and projection screen or Ultra HD TV (including HDMI connection) audio unlimited&hellip; <a class=\"more-link\" href=\"https:\/\/www.mecc.nl\/en\/en\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests\/\">Continue reading <span class=\"screen-reader-text\">Request 8-hour meeting package incl. lunch &#8211; 51 to 450 guests<\/span><\/a><\/p>\n","protected":false},"author":6,"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-16187","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>8 hour meeting package | 51 to 450 guests | MECC Maastricht<\/title>\n<meta name=\"description\" content=\"Looking for an 8 hour package for 51 to 450 guests? Then check out the package on this page and submit your request.\" \/>\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\/en\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"8 hour meeting package | 51 to 450 guests | MECC Maastricht\" \/>\n<meta property=\"og:description\" content=\"Looking for an 8 hour package for 51 to 450 guests? Then check out the package on this page and submit your request.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mecc.nl\/en\/en\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-09T15:09:12+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\\\/en\\\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests\\\/\",\"url\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/en\\\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests\\\/\",\"name\":\"8 hour meeting package | 51 to 450 guests | MECC Maastricht\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/#website\"},\"datePublished\":\"2025-07-23T13:20:24+00:00\",\"dateModified\":\"2026-01-09T15:09:12+00:00\",\"description\":\"Looking for an 8 hour package for 51 to 450 guests? Then check out the package on this page and submit your request.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/en\\\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mecc.nl\\\/en\\\/en\\\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mecc.nl\\\/en\\\/en\\\/request-8-hour-meeting-package-incl-lunch-51-to-450-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\":\"Request 8-hour meeting package incl. lunch &#8211; 51 to 450 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":"8 hour meeting package | 51 to 450 guests | MECC Maastricht","description":"Looking for an 8 hour package for 51 to 450 guests? Then check out the package on this page and submit your request.","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\/en\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests\/","og_locale":"en_US","og_type":"article","og_title":"8 hour meeting package | 51 to 450 guests | MECC Maastricht","og_description":"Looking for an 8 hour package for 51 to 450 guests? Then check out the package on this page and submit your request.","og_url":"https:\/\/www.mecc.nl\/en\/en\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests\/","article_modified_time":"2026-01-09T15:09:12+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\/en\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests\/","url":"https:\/\/www.mecc.nl\/en\/en\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests\/","name":"8 hour meeting package | 51 to 450 guests | MECC Maastricht","isPartOf":{"@id":"https:\/\/www.mecc.nl\/en\/#website"},"datePublished":"2025-07-23T13:20:24+00:00","dateModified":"2026-01-09T15:09:12+00:00","description":"Looking for an 8 hour package for 51 to 450 guests? Then check out the package on this page and submit your request.","breadcrumb":{"@id":"https:\/\/www.mecc.nl\/en\/en\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mecc.nl\/en\/en\/request-8-hour-meeting-package-incl-lunch-51-to-450-guests\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.mecc.nl\/en\/en\/request-8-hour-meeting-package-incl-lunch-51-to-450-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":"Request 8-hour meeting package incl. lunch &#8211; 51 to 450 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\/16187","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\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mecc.nl\/en\/wp-json\/wp\/v2\/comments?post=16187"}],"version-history":[{"count":5,"href":"https:\/\/www.mecc.nl\/en\/wp-json\/wp\/v2\/pages\/16187\/revisions"}],"predecessor-version":[{"id":18779,"href":"https:\/\/www.mecc.nl\/en\/wp-json\/wp\/v2\/pages\/16187\/revisions\/18779"}],"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=16187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}