!function(){"use strict";var e=setTimeout;function r(){}function i(t){if(!(this instanceof i))throw new TypeError("Promises must be constructed via new");if("function"!=typeof t)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],l(t,this)}function o(n,r){for(;3===n._state;)n=n._value;0!==n._state?(n._handled=!0,i._immediateFn(function(){var t=1===n._state?r.onFulfilled:r.onRejected;if(null!==t){var e;try{e=t(n._value)}catch(t){return void s(r.promise,t)}a(r.promise,e)}else(1===n._state?a:s)(r.promise,n._value)})):n._deferreds.push(r)}function a(e,t){try{if(t===e)throw new TypeError("A promise cannot be resolved with itself.");if(t&&("object"==typeof t||"function"==typeof t)){var n=t.then;if(t instanceof i)return e._state=3,e._value=t,void c(e);if("function"==typeof n)return void l(function(t,e){return function(){t.apply(e,arguments)}}(n,t),e)}e._state=1,e._value=t,c(e)}catch(t){s(e,t)}}function s(t,e){t._state=2,t._value=e,c(t)}function c(t){2===t._state&&0===t._deferreds.length&&i._immediateFn(function(){t._handled||i._unhandledRejectionFn(t._value)});for(var e=0,n=t._deferreds.length;e<n;e++)o(t,t._deferreds[e]);t._deferreds=null}function u(t,e,n){this.onFulfilled="function"==typeof t?t:null,this.onRejected="function"==typeof e?e:null,this.promise=n}function l(t,e){var n=!1;try{t(function(t){n||(n=!0,a(e,t))},function(t){n||(n=!0,s(e,t))})}catch(t){if(n)return;n=!0,s(e,t)}}i.prototype.catch=function(t){return this.then(null,t)},i.prototype.then=function(t,e){var n=new this.constructor(r);return o(this,new u(t,e,n)),n},i.prototype.finally=function(e){var n=this.constructor;return this.then(function(t){return n.resolve(e()).then(function(){return t})},function(t){return n.resolve(e()).then(function(){return n.reject(t)})})},i.all=function(e){return new i(function(r,o){if(!e||void 0===e.length)throw new TypeError("Promise.all accepts an array");var i=Array.prototype.slice.call(e);if(0===i.length)return r([]);var a=i.length;function s(e,t){try{if(t&&("object"==typeof t||"function"==typeof t)){var n=t.then;if("function"==typeof n)return void n.call(t,function(t){s(e,t)},o)}i[e]=t,0==--a&&r(i)}catch(t){o(t)}}for(var t=0;t<i.length;t++)s(t,i[t])})},i.resolve=function(e){return e&&"object"==typeof e&&e.constructor===i?e:new i(function(t){t(e)})},i.reject=function(n){return new i(function(t,e){e(n)})},i.race=function(o){return new i(function(t,e){for(var n=0,r=o.length;n<r;n++)o[n].then(t,e)})},i._immediateFn="function"==typeof setImmediate&&function(t){setImmediate(t)}||function(t){e(t,0)},i._unhandledRejectionFn=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)};var t=i;function d(t){return t}function f(t,e){return[t,"left"===e?"SBW-left":"SBW-right"].filter(function(t){return"string"==typeof t}).join(" ")}function h(t,e){return t.className.split(" ").filter(function(t){return t!==e}).join(" ")}!function(t){if(!t.fetch){var e="URLSearchParams"in t,n="Symbol"in t&&"iterator"in Symbol,a="FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch(t){return!1}}(),r="FormData"in t,o="ArrayBuffer"in t;if(o)var i=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],s=function(t){return t&&DataView.prototype.isPrototypeOf(t)},c=ArrayBuffer.isView||function(t){return t&&-1<i.indexOf(Object.prototype.toString.call(t))};p.prototype.append=function(t,e){t=d(t),e=f(e);var n=this.map[t];this.map[t]=n?n+","+e:e},p.prototype.delete=function(t){delete this.map[d(t)]},p.prototype.get=function(t){return t=d(t),this.has(t)?this.map[t]:null},p.prototype.has=function(t){return this.map.hasOwnProperty(d(t))},p.prototype.set=function(t,e){this.map[d(t)]=f(e)},p.prototype.forEach=function(t,e){for(var n in this.map)this.map.hasOwnProperty(n)&&t.call(e,this.map[n],n,this)},p.prototype.keys=function(){var n=[];return this.forEach(function(t,e){n.push(e)}),h(n)},p.prototype.values=function(){var e=[];return this.forEach(function(t){e.push(t)}),h(e)},p.prototype.entries=function(){var n=[];return this.forEach(function(t,e){n.push([e,t])}),h(n)},n&&(p.prototype[Symbol.iterator]=p.prototype.entries);var u=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];b.prototype.clone=function(){return new b(this,{body:this._bodyInit})},g.call(b.prototype),g.call(x.prototype),x.prototype.clone=function(){return new x(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new p(this.headers),url:this.url})},x.error=function(){var t=new x(null,{status:0,statusText:""});return t.type="error",t};var l=[301,302,303,307,308];x.redirect=function(t,e){if(-1===l.indexOf(e))throw new RangeError("Invalid status code");return new x(null,{status:e,headers:{location:t}})},t.Headers=p,t.Request=b,t.Response=x,t.fetch=function(o,i){return new Promise(function(n,t){var e=new b(o,i),r=new XMLHttpRequest;r.onload=function(){var t={status:r.status,statusText:r.statusText,headers:function(t){var o=new p;return t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach(function(t){var e=t.split(":"),n=e.shift().trim();if(n){var r=e.join(":").trim();o.append(n,r)}}),o}(r.getAllResponseHeaders()||"")};t.url="responseURL"in r?r.responseURL:t.headers.get("X-Request-URL");var e="response"in r?r.response:r.responseText;n(new x(e,t))},r.onerror=function(){t(new TypeError("Network request failed"))},r.ontimeout=function(){t(new TypeError("Network request failed"))},r.open(e.method,e.url,!0),"include"===e.credentials?r.withCredentials=!0:"omit"===e.credentials&&(r.withCredentials=!1),"responseType"in r&&a&&(r.responseType="blob"),e.headers.forEach(function(t,e){r.setRequestHeader(e,t)}),r.send(void 0===e._bodyInit?null:e._bodyInit)})},t.fetch.polyfill=!0}function d(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(t))throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function f(t){return"string"!=typeof t&&(t=String(t)),t}function h(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return n&&(t[Symbol.iterator]=function(){return t}),t}function p(e){this.map={},e instanceof p?e.forEach(function(t,e){this.append(e,t)},this):Array.isArray(e)?e.forEach(function(t){this.append(t[0],t[1])},this):e&&Object.getOwnPropertyNames(e).forEach(function(t){this.append(t,e[t])},this)}function m(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function y(n){return new Promise(function(t,e){n.onload=function(){t(n.result)},n.onerror=function(){e(n.error)}})}function v(t){var e=new FileReader,n=y(e);return e.readAsArrayBuffer(t),n}function w(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function g(){return this.bodyUsed=!1,this._initBody=function(t){if(this._bodyInit=t)if("string"==typeof t)this._bodyText=t;else if(a&&Blob.prototype.isPrototypeOf(t))this._bodyBlob=t;else if(r&&FormData.prototype.isPrototypeOf(t))this._bodyFormData=t;else if(e&&URLSearchParams.prototype.isPrototypeOf(t))this._bodyText=t.toString();else if(o&&a&&s(t))this._bodyArrayBuffer=w(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer]);else{if(!o||!ArrayBuffer.prototype.isPrototypeOf(t)&&!c(t))throw new Error("unsupported BodyInit type");this._bodyArrayBuffer=w(t)}else this._bodyText="";this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):e&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},a&&(this.blob=function(){var t=m(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?m(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(v)}),this.text=function(){var t=m(this);if(t)return t;if(this._bodyBlob)return function(t){var e=new FileReader,n=y(e);return e.readAsText(t),n}(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),n=new Array(e.length),r=0;r<e.length;r++)n[r]=String.fromCharCode(e[r]);return n.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},r&&(this.formData=function(){return this.text().then(_)}),this.json=function(){return this.text().then(JSON.parse)},this}function b(t,e){var n=(e=e||{}).body;if(t instanceof b){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new p(t.headers)),this.method=t.method,this.mode=t.mode,n||null==t._bodyInit||(n=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||"omit",!e.headers&&this.headers||(this.headers=new p(e.headers)),this.method=function(t){var e=t.toUpperCase();return-1<u.indexOf(e)?e:t}(e.method||this.method||"GET"),this.mode=e.mode||this.mode||null,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&n)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(n)}function _(t){var o=new FormData;return t.trim().split("&").forEach(function(t){if(t){var e=t.split("="),n=e.shift().replace(/\+/g," "),r=e.join("=").replace(/\+/g," ");o.append(decodeURIComponent(n),decodeURIComponent(r))}}),o}function x(t,e){e=e||{},this.type="default",this.status=void 0===e.status?200:e.status,this.ok=200<=this.status&&this.status<300,this.statusText="statusText"in e?e.statusText:"OK",this.headers=new p(e.headers),this.url=e.url||"",this._initBody(t)}}("undefined"!=typeof self?self:void 0);var n='<svg width="19" height="19" viewBox="0 0 19 19" xmlns="http://www.w3.org/2000/svg"><title>K</title><path d="M16.74 1.37c.618 0 1.143.216 1.575.649.432.432.66.969.685 1.61v12.778c0 .618-.222 1.149-.667 1.593a2.174 2.174 0 0 1-1.592.667H2.259A2.174 2.174 0 0 1 .667 18 2.174 2.174 0 0 1 0 16.407V3.63c0-.642.222-1.18.667-1.611a2.205 2.205 0 0 1 1.592-.649h2.89v-1c0-.247.123-.37.37-.37h.11C5.878 0 6 .123 6 .37v1h6.963v-1c0-.247.123-.37.37-.37h.111c.247 0 .37.123.37.37v1h2.927zm-14.48.852a1.3 1.3 0 0 0-.982.408c-.26.271-.39.605-.39 1v3.222h17.186V3.63a1.36 1.36 0 0 0-.407-1 1.317 1.317 0 0 0-.963-.408h-2.926v.963c0 .247-.124.37-.37.37h-.112c-.247 0-.37-.123-.37-.37v-.963H6v.963c0 .247-.123.37-.37.37h-.111c-.247 0-.37-.123-.37-.37v-.963h-2.89zm14.48 15.556c.371 0 .686-.13.945-.39.26-.258.39-.586.39-.98V7.74H.888v8.666c0 .395.13.723.389.982.259.26.586.389.981.389h14.482z" fill="currentColor" fill-rule="evenodd"/></svg>',p='<svg width="30" height="30" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 595.3 595.3"><path d="M437.3 170.6c0-3.8-1.5-7.4-4.1-9.9-5.2-5.4-14.6-5.4-19.9-.1L296.8 277.5l-116.5-117c-5.4-5.2-14.5-5.2-19.9.1-5.5 5.5-5.5 14.5 0 20l116.4 116.9-116.4 116.8c-2.7 2.7-4.2 6.2-4.2 10s1.5 7.3 4.2 10.1c5.4 5.3 14.4 5.2 19.8-.1l116.4-116.9L413 434.3c2.7 2.8 6.2 4.2 9.9 4.2 3.8 0 7.4-1.5 9.9-4.1 2.7-2.6 4.2-6.2 4.2-10s-1.5-7.4-4.2-10L316.6 297.6l116.5-116.9c2.7-2.8 4.2-6.2 4.2-10.1z" fill="currentColor"/></svg>';function m(t){var e=document.createElement("div");return e.innerHTML=t,e.firstChild}function y(t){for(;t.firstChild;)t.removeChild(t.firstChild)}function v(t,e){return y(t),t.appendChild(m(n)),t.appendChild(document.createTextNode(e)),t}var w=/^(?:https?:\/\/)?(?:[^@\/\n]+@)?(?:www\.)?([^:\/?\n]+)/;function g(t){var e=t.company,n=function(){var t=function(t){for(var e=0;e<t.length;e++)if(-1!==t[e].src.indexOf("/widget/booking.js"))return t[e]}([].slice.call(document.getElementsByTagName("script")));if(!t)return"//connect.shore.com/";var e=w.exec(t.src);return e&&0<e.length?e[0]:"//connect.shore.com/"}(),r=t.themeColor,o=[n,"/widget/",e,"?locale=",function(t){return t||navigator.languages&&navigator.languages[0]||navigator.language||navigator.userLanguage||"en"}(t.locale),"&layout=","nolayout","&select_location=",t.selectLocation||!1].join("");return t.gaId&&(o=[o,"&",t.gaId].join("")),function(t){return/[0-9A-Fa-f]{6}/g.test(t)}(r)&&(o=[o,"&theme_color=",r.replace(/#/g,"")].join("")),o}var b,_=(function(t,r){r=t.exports=function(){for(var t,e="",n=0;n<32;n++)t=16*r.random()|0,4<n&&n<21&&!(n%4)&&(e+="-"),e+=(12===n?4:16===n?3&t|8:t).toString(16);return e};var e=/^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/;r.isUUID=function(t){return e.test(t)},r.random=function(){return Math.random()}}(b={exports:{}},b.exports),b.exports);_.isUUID,_.random;"document"in window.self&&("classList"in document.createElement("_")&&(!document.createElementNS||"classList"in document.createElementNS("http://www.w3.org/2000/svg","g"))||function(t){if("Element"in t){var e="classList",n="prototype",r=t.Element[n],o=Object,i=String[n].trim||function(){return this.replace(/^\s+|\s+$/g,"")},a=Array[n].indexOf||function(t){for(var e=0,n=this.length;e<n;e++)if(e in this&&this[e]===t)return e;return-1},s=function(t,e){this.name=t,this.code=DOMException[t],this.message=e},c=function(t,e){if(""===e)throw new s("SYNTAX_ERR","An invalid or illegal string was specified");if(/\s/.test(e))throw new s("INVALID_CHARACTER_ERR","String contains an invalid character");return a.call(t,e)},u=function(t){for(var e=i.call(t.getAttribute("class")||""),n=e?e.split(/\s+/):[],r=0,o=n.length;r<o;r++)this.push(n[r]);this._updateClassName=function(){t.setAttribute("class",this.toString())}},l=u[n]=[],d=function(){return new u(this)};if(s[n]=Error[n],l.item=function(t){return this[t]||null},l.contains=function(t){return-1!==c(this,t+="")},l.add=function(){for(var t,e=arguments,n=0,r=e.length,o=!1;-1===c(this,t=e[n]+"")&&(this.push(t),o=!0),++n<r;);o&&this._updateClassName()},l.remove=function(){var t,e,n=arguments,r=0,o=n.length,i=!1;do{for(e=c(this,t=n[r]+"");-1!==e;)this.splice(e,1),i=!0,e=c(this,t)}while(++r<o);i&&this._updateClassName()},l.toggle=function(t,e){t+="";var n=this.contains(t),r=n?!0!==e&&"remove":!1!==e&&"add";return r&&this[r](t),!0===e||!1===e?e:!n},l.toString=function(){return this.join(" ")},o.defineProperty){var f={get:d,enumerable:!0,configurable:!0};try{o.defineProperty(r,e,f)}catch(t){void 0!==t.number&&-2146823252!==t.number||(f.enumerable=!1,o.defineProperty(r,e,f))}}else o[n].__defineGetter__&&r.__defineGetter__(e,d)}}(window.self),function(){var t=document.createElement("_");if(t.classList.add("c1","c2"),!t.classList.contains("c2")){var e=function(t){var r=DOMTokenList.prototype[t];DOMTokenList.prototype[t]=function(t){var e,n=arguments.length;for(e=0;e<n;e++)t=arguments[e],r.call(this,t)}};e("add"),e("remove")}if(t.classList.toggle("c3",!1),t.classList.contains("c3")){var n=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(t,e){return 1 in arguments&&!this.contains(t)==!e?e:n.call(this,t)}}t=null}()),window.Promise||(window.Promise=t);function x(t,e){var n=document.createElement("link");return n.type=e,n.rel="stylesheet",n.href=t,n}function E(t,e){var n=t.getBoundingClientRect().width;e(t);var r=t.getBoundingClientRect().width;"function"==typeof t.animate&&t.animate([{transformOrigin:"right top",width:n+"px"},{transformOrigin:"right top",width:r+"px"}],{duration:200,easing:"ease-in-out"})}function B(t){function e(){o=!0,this.className=h(this,"SBW-button--bounce"),E(this,function(t){return t.classList.add("SBW-button--opened")}),function(t){y(t),t.appendChild(m(p))}(this),n&&(n.className=function(t){return h(t,"SBW-element--hide")}(n))}var n=void 0,r=void 0,o=(document.body,!1);return v(r=function(t,e,n,r){var o=document.createElement("button");return document.createElement("div").className="SBW-button--overlay",o.className=f("SBW-button SBW-button--bounce",t),o.style.opacity=0,o.style.pointerEvents="none",o.style.color=e,o.style.backgroundColor=n,o.style.backgroundImage="none",o.onclick=r,o}(t.position,d(t.textColor),d(t.themeColor),function(){!function(){var t,e=!1;return t=navigator.userAgent||navigator.vendor||window.opera,(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(t)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(t.substr(0,4)))&&(e=!0),e}()?(o?function(){v(this,t.text),E(this,function(t){t.classList.remove("SBW-button--opened"),n&&(n.className=function(t){return t.className+" SBW-element--hide"}(n))}),o=!1}.call(this):e.call(this),n||(n=function(t,e){var n=document.createElement("div");return n.className=f("SBW-widget",e),n.appendChild(t),n}(function(t){var e=document.createElement("iframe");return e.src=g(t),e}(t),t.position),document.body.appendChild(n))):window.open(g(t),"_blank")}),t.text),r.addEventListener("transitionend",function(){}),r}!function(t,e,n){if(!0!==window.ShoreBookingButtonAlreadyLoaded)if(n.company){!function(t){window.ShoreBookingButtonAlreadyLoaded=t}(!0);var r=function(e,n,r){return{load:function(){var t=document.head;t.appendChild(x(e,"text/css")),t.appendChild(x(n)),document.body.appendChild(r)}}}(t,e,B(n)).load;window.addEventListener("load",r);try{window.addEventListener("message",function(t){"https://connect.shore.com"!==t.origin&&"https://staging-connect.shore.com"!==t.origin||!window.dataLayer||"function"==typeof window.dataLayer.push&&t.data&&t.data.event&&t.data.eventAction&&t.data.eventCategory&&window.dataLayer.push({event:t.data.event,eventAction:t.data.eventAction,eventCategory:t.data.eventCategory,eventLabel:t.data.eventLabel,eventValue:t.data.eventValue})})}catch(t){}}else console.error("Cannot load booking widget without your company name. Please add the `company` attribute to `window.shoreBookingSettings` before calling the snippet.")}("//booking-widget.shore-cdn.com/booking-button-snippet/master/0117/application.css","https://fonts.googleapis.com/css?family=Nunito:300",window.shoreBookingSettings||{})}();
//# sourceMappingURL=production-booking.js.map
