(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{114:function(module,exports,__webpack_require__){var __WEBPACK_AMD_DEFINE_FACTORY__,__WEBPACK_AMD_DEFINE_ARRAY__,__WEBPACK_AMD_DEFINE_RESULT__;!function(factory){"use strict";__WEBPACK_AMD_DEFINE_ARRAY__=[__webpack_require__(49)],void 0===(__WEBPACK_AMD_DEFINE_RESULT__="function"==typeof(__WEBPACK_AMD_DEFINE_FACTORY__=function($){function Gallery(list,options){return void 0===document.body.style.maxHeight?null:this&&this.options===Gallery.prototype.options?void(list&&list.length?(this.list=list,this.num=list.length,this.initOptions(options),this.initialize()):this.console.log("blueimp Gallery: No or empty list provided as first argument.",list)):new Gallery(list,options)}return $.extend(Gallery.prototype,{options:{container:"#blueimp-gallery",slidesContainer:"div",titleElement:"h3",displayClass:"blueimp-gallery-display",controlsClass:"blueimp-gallery-controls",singleClass:"blueimp-gallery-single",leftEdgeClass:"blueimp-gallery-left",rightEdgeClass:"blueimp-gallery-right",playingClass:"blueimp-gallery-playing",slideClass:"slide",slideLoadingClass:"slide-loading",slideErrorClass:"slide-error",slideContentClass:"slide-content",toggleClass:"toggle",prevClass:"prev",nextClass:"next",closeClass:"close",playPauseClass:"play-pause",typeProperty:"type",titleProperty:"title",altTextProperty:"alt",urlProperty:"href",srcsetProperty:"urlset",displayTransition:!0,clearSlides:!0,stretchImages:!1,toggleControlsOnReturn:!0,toggleControlsOnSlideClick:!0,toggleSlideshowOnSpace:!0,enableKeyboardNavigation:!0,closeOnEscape:!0,closeOnSlideClick:!0,closeOnSwipeUpOrDown:!0,emulateTouchEvents:!0,stopTouchEventsPropagation:!1,hidePageScrollbars:!0,disableScroll:!0,carousel:!1,continuous:!0,unloadElements:!0,startSlideshow:!1,slideshowInterval:5e3,index:0,preloadRange:2,transitionSpeed:400,slideshowTransitionSpeed:void 0,event:void 0,onopen:void 0,onopened:void 0,onslide:void 0,onslideend:void 0,onslidecomplete:void 0,onclose:void 0,onclosed:void 0},carouselOptions:{hidePageScrollbars:!1,toggleControlsOnReturn:!1,toggleSlideshowOnSpace:!1,enableKeyboardNavigation:!1,closeOnEscape:!1,closeOnSlideClick:!1,closeOnSwipeUpOrDown:!1,disableScroll:!1,startSlideshow:!0},console:window.console&&"function"==typeof window.console.log?window.console:{log:function(){}},support:function(element){var prop,support={touch:void 0!==window.ontouchstart||window.DocumentTouch&&document instanceof DocumentTouch},transitions={webkitTransition:{end:"webkitTransitionEnd",prefix:"-webkit-"},MozTransition:{end:"transitionend",prefix:"-moz-"},OTransition:{end:"otransitionend",prefix:"-o-"},transition:{end:"transitionend",prefix:""}};for(prop in transitions)if(Object.prototype.hasOwnProperty.call(transitions,prop)&&void 0!==element.style[prop]){support.transition=transitions[prop],support.transition.name=prop;break}function elementTests(){var prop,translateZ,transition=support.transition;document.body.appendChild(element),transition&&(prop=transition.name.slice(0,-9)+"ransform",void 0!==element.style[prop]&&(element.style[prop]="translateZ(0)",translateZ=window.getComputedStyle(element).getPropertyValue(transition.prefix+"transform"),support.transform={prefix:transition.prefix,name:prop,translate:!0,translateZ:!!translateZ&&"none"!==translateZ})),void 0!==element.style.backgroundSize&&(support.backgroundSize={},element.style.backgroundSize="contain",support.backgroundSize.contain="contain"===window.getComputedStyle(element).getPropertyValue("background-size"),element.style.backgroundSize="cover",support.backgroundSize.cover="cover"===window.getComputedStyle(element).getPropertyValue("background-size")),document.body.removeChild(element)}return document.body?elementTests():$(document).on("DOMContentLoaded",elementTests),support}(document.createElement("div")),requestAnimationFrame:window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame,cancelAnimationFrame:window.cancelAnimationFrame||window.webkitCancelRequestAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame,initialize:function(){if(this.initStartIndex(),!1===this.initWidget())return!1;this.initEventListeners(),this.onslide(this.index),this.ontransitionend(),this.options.startSlideshow&&this.play()},slide:function(to,speed){window.clearTimeout(this.timeout);var direction,naturalDirection,diff,index=this.index;if(index!==to&&1!==this.num){if(speed||(speed=this.options.transitionSpeed),this.support.transform){for(this.options.continuous||(to=this.circle(to)),direction=Math.abs(index-to)/(index-to),this.options.continuous&&(naturalDirection=direction,(direction=-this.positions[this.circle(to)]/this.slideWidth)!==naturalDirection&&(to=-direction*this.num+to)),diff=Math.abs(index-to)-1;diff;)diff-=1,this.move(this.circle((to>index?to:index)-diff-1),this.slideWidth*direction,0);to=this.circle(to),this.move(index,this.slideWidth*direction,speed),this.move(to,0,speed),this.options.continuous&&this.move(this.circle(to-direction),-this.slideWidth*direction,0)}else to=this.circle(to),this.animate(index*-this.slideWidth,to*-this.slideWidth,speed);this.onslide(to)}},getIndex:function(){return this.index},getNumber:function(){return this.num},prev:function(){(this.options.continuous||this.index)&&this.slide(this.index-1)},next:function(){(this.options.continuous||this.index1&&(this.timeout=this.setTimeout(!this.requestAnimationFrame&&this.slide||function(to,speed){that.animationFrameId=that.requestAnimationFrame.call(window,function(){that.slide(to,speed)})},[this.index+1,this.options.slideshowTransitionSpeed],this.interval)),this.container.addClass(this.options.playingClass)},pause:function(){window.clearTimeout(this.timeout),this.interval=null,this.cancelAnimationFrame&&(this.cancelAnimationFrame.call(window,this.animationFrameId),this.animationFrameId=null),this.container.removeClass(this.options.playingClass)},add:function(list){var i;for(list.concat||(list=Array.prototype.slice.call(list)),this.list.concat||(this.list=Array.prototype.slice.call(this.list)),this.list=this.list.concat(list),this.num=this.list.length,this.num>2&&null===this.options.continuous&&(this.options.continuous=!0,this.container.removeClass(this.options.leftEdgeClass)),this.container.removeClass(this.options.rightEdgeClass).removeClass(this.options.singleClass),i=this.num-list.length;ispeed)return that.slidesContainer[0].style.left=to+"px",that.ontransitionend(),void window.clearInterval(timer);that.slidesContainer[0].style.left=(to-from)*(Math.floor(timeElap/speed*100)/100)+from+"px"},4);else this.slidesContainer[0].style.left=to+"px"},preventDefault:function(event){event.preventDefault?event.preventDefault():event.returnValue=!1},stopPropagation:function(event){event.stopPropagation?event.stopPropagation():event.cancelBubble=!0},onresize:function(){this.initSlides(!0)},onmousedown:function(event){event.which&&1===event.which&&"VIDEO"!==event.target.nodeName&&"AUDIO"!==event.target.nodeName&&(event.preventDefault(),(event.originalEvent||event).touches=[{pageX:event.pageX,pageY:event.pageY}],this.ontouchstart(event))},onmousemove:function(event){this.touchStart&&((event.originalEvent||event).touches=[{pageX:event.pageX,pageY:event.pageY}],this.ontouchmove(event))},onmouseup:function(event){this.touchStart&&(this.ontouchend(event),delete this.touchStart)},onmouseout:function(event){if(this.touchStart){var target=event.target,related=event.relatedTarget;related&&(related===target||$.contains(target,related))||this.onmouseup(event)}},ontouchstart:function(event){this.options.stopTouchEventsPropagation&&this.stopPropagation(event);var touches=(event.originalEvent||event).touches[0];this.touchStart={x:touches.pageX,y:touches.pageY,time:Date.now()},this.isScrolling=void 0,this.touchDelta={}},ontouchmove:function(event){this.options.stopTouchEventsPropagation&&this.stopPropagation(event);var touchDeltaX,indices,touches=(event.originalEvent||event).touches[0],scale=(event.originalEvent||event).scale,index=this.index;if(!(touches.length>1||scale&&1!==scale))if(this.options.disableScroll&&event.preventDefault(),this.touchDelta={x:touches.pageX-this.touchStart.x,y:touches.pageY-this.touchStart.y},touchDeltaX=this.touchDelta.x,void 0===this.isScrolling&&(this.isScrolling=this.isScrolling||Math.abs(touchDeltaX)0||index===this.num-1&&touchDeltaX<0?Math.abs(touchDeltaX)/this.slideWidth+1:1,indices=[index],index&&indices.push(index-1),index20||Math.abs(this.touchDelta.x)>slideWidth/2,isPastBounds=!index&&this.touchDelta.x>0||index===this.num-1&&this.touchDelta.x<0,isValidClose=!isValidSlide&&this.options.closeOnSwipeUpOrDown&&(isShortDuration&&Math.abs(this.touchDelta.y)>20||Math.abs(this.touchDelta.y)>this.slideHeight/2);this.options.continuous&&(isPastBounds=!1),direction=this.touchDelta.x<0?-1:1,this.isScrolling?isValidClose?this.close():this.translateY(index,0,speed):isValidSlide&&!isPastBounds?(indexForward=index+direction,indexBackward=index-direction,distanceForward=slideWidth*direction,distanceBackward=-slideWidth*direction,this.options.continuous?(this.move(this.circle(indexForward),distanceForward,0),this.move(this.circle(index-2*direction),distanceBackward,0)):indexForward>=0&&indexForwardthis.container[0].clientHeight&&(target.style.maxHeight=this.container[0].clientHeight),this.interval&&this.slides[this.index]===parent&&this.play(),this.setTimeout(this.options.onslidecomplete,[index,parent]))},onload:function(event){this.oncomplete(event)},onerror:function(event){this.oncomplete(event)},onkeydown:function(event){switch(event.which||event.keyCode){case 13:this.options.toggleControlsOnReturn&&(this.preventDefault(event),this.toggleControls());break;case 27:this.options.closeOnEscape&&(this.close(),event.stopImmediatePropagation());break;case 32:this.options.toggleSlideshowOnSpace&&(this.preventDefault(event),this.toggleSlideshow());break;case 37:this.options.enableKeyboardNavigation&&(this.preventDefault(event),this.prev());break;case 39:this.options.enableKeyboardNavigation&&(this.preventDefault(event),this.next())}},handleClick:function(event){var options=this.options,target=event.target||event.srcElement,parent=target.parentNode;function isTarget(className){return $(target).hasClass(className)||$(parent).hasClass(className)}isTarget(options.toggleClass)?(this.preventDefault(event),this.toggleControls()):isTarget(options.prevClass)?(this.preventDefault(event),this.prev()):isTarget(options.nextClass)?(this.preventDefault(event),this.next()):isTarget(options.closeClass)?(this.preventDefault(event),this.close()):isTarget(options.playPauseClass)?(this.preventDefault(event),this.toggleSlideshow()):parent===this.slidesContainer[0]?options.closeOnSlideClick?(this.preventDefault(event),this.close()):options.toggleControlsOnSlideClick&&(this.preventDefault(event),this.toggleControls()):parent.parentNode&&parent.parentNode===this.slidesContainer[0]&&options.toggleControlsOnSlideClick&&(this.preventDefault(event),this.toggleControls())},onclick:function(event){if(!(this.options.emulateTouchEvents&&this.touchDelta&&(Math.abs(this.touchDelta.x)>20||Math.abs(this.touchDelta.y)>20)))return this.handleClick(event);delete this.touchDelta},updateEdgeClasses:function(index){index?this.container.removeClass(this.options.leftEdgeClass):this.container.addClass(this.options.leftEdgeClass),index===this.num-1?this.container.addClass(this.options.rightEdgeClass):this.container.removeClass(this.options.rightEdgeClass)},handleSlide:function(index){this.options.continuous||this.updateEdgeClasses(index),this.loadElements(index),this.options.unloadElements&&this.unloadElements(index),this.setTitle(index)},onslide:function(index){this.index=index,this.handleSlide(index),this.setTimeout(this.options.onslide,[index,this.slides[index]])},setTitle:function(index){var firstChild=this.slides[index].firstChild,text=firstChild.title||firstChild.alt,titleElement=this.titleElement;titleElement.length&&(this.titleElement.empty(),text&&titleElement[0].appendChild(document.createTextNode(text)))},setTimeout:function(func,args,wait){var that=this;return func&&window.setTimeout(function(){func.apply(that,args||[])},wait||0)},imageFactory:function(obj,callback){var called,element,title,altText,that=this,img=this.imagePrototype.cloneNode(!1),url=obj,backgroundSize=this.options.stretchImages;return"string"!=typeof url&&(url=this.getItemProperty(obj,this.options.urlProperty),title=this.getItemProperty(obj,this.options.titleProperty),altText=this.getItemProperty(obj,this.options.altTextProperty)||title),!0===backgroundSize&&(backgroundSize="contain"),(backgroundSize=this.support.backgroundSize&&this.support.backgroundSize[backgroundSize]&&backgroundSize)?element=this.elementPrototype.cloneNode(!1):(element=img,img.draggable=!1),title&&(element.title=title),altText&&(element.alt=altText),$(img).on("load error",function callbackWrapper(event){if(!called){if(event={type:event.type,target:element},!element.parentNode)return that.setTimeout(callbackWrapper,[event]);called=!0,$(img).off("load error",callbackWrapper),backgroundSize&&"load"===event.type&&(element.style.background='url("'+url+'") center no-repeat',element.style.backgroundSize=backgroundSize),callback(event)}}),img.src=url,element},createElement:function(obj,callback){var type=obj&&this.getItemProperty(obj,this.options.typeProperty),factory=type&&this[type.split("/")[0]+"Factory"]||this.imageFactory,element=obj&&factory.call(this,obj,callback),srcset=this.getItemProperty(obj,this.options.srcsetProperty);return element||(element=this.elementPrototype.cloneNode(!1),this.setTimeout(callback,[{type:"error",target:element}])),srcset&&element.setAttribute("srcset",srcset),$(element).addClass(this.options.slideContentClass),element},loadElement:function(index){this.elements[index]||(this.slides[index].firstChild?this.elements[index]=$(this.slides[index]).hasClass(this.options.slideErrorClass)?3:2:(this.elements[index]=1,$(this.slides[index]).addClass(this.options.slideLoadingClass),this.slides[index].appendChild(this.createElement(this.list[index],this.proxyListener))))},loadElements:function(index){var i,limit=Math.min(this.num,2*this.options.preloadRange+1),j=index;for(i=0;ithis.options.preloadRange&&diff+this.options.preloadRangeindex?-this.slideWidth:this.index