From 3cb43c5957044bd7729205dd8cb62f68b66ec533 Mon Sep 17 00:00:00 2001 From: Gobinath Date: Fri, 18 Oct 2019 21:14:49 -0400 Subject: [PATCH] Update Arch installation command --- index.html | 2 +- ...3388.bundle.js => main.205c915f9e3c958274d4.bundle.js | 2 +- main.8d0a8bc8f19a9bda5394.bundle.js | 1 - polyfills.4b808ce4b229f83caca7.bundle.js | 1 - styles.3859661c2ee7da742b9e.bundle.css | 9 --------- 5 files changed, 2 insertions(+), 13 deletions(-) rename main.95dfd75ed73693103388.bundle.js => main.205c915f9e3c958274d4.bundle.js (82%) delete mode 100644 main.8d0a8bc8f19a9bda5394.bundle.js delete mode 100644 polyfills.4b808ce4b229f83caca7.bundle.js delete mode 100644 styles.3859661c2ee7da742b9e.bundle.css diff --git a/index.html b/index.html index 27603cf..a94bb8a 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -Safe Eyes \ No newline at end of file +Safe Eyes \ No newline at end of file diff --git a/main.95dfd75ed73693103388.bundle.js b/main.205c915f9e3c958274d4.bundle.js similarity index 82% rename from main.95dfd75ed73693103388.bundle.js rename to main.205c915f9e3c958274d4.bundle.js index 6c2eb1a..2fb5dda 100644 --- a/main.95dfd75ed73693103388.bundle.js +++ b/main.205c915f9e3c958274d4.bundle.js @@ -1 +1 @@ -webpackJsonp([1],{"+CnV":function(e,t,n){"use strict";n.d(t,"a",function(){return r});var r=function(e){var t,r=n("AMGY").a.Symbol;return"function"==typeof r?r.observable?t=r.observable:(t=r("observable"),r.observable=t):t="@@observable",t}()},"/iUD":function(e,t,n){"use strict";t.a=function(e){return"function"==typeof e}},"/nXB":function(e,t,n){"use strict";var r=n("YaPU"),i=n("Veqx"),o=n("1Q68"),a=n("TToO"),s=n("PIsA"),l=n("tZ2B"),u=function(){function e(e,t,n){void 0===n&&(n=Number.POSITIVE_INFINITY),this.project=e,this.resultSelector=t,this.concurrent=n}return e.prototype.call=function(e,t){return t.subscribe(new c(e,this.project,this.resultSelector,this.concurrent))},e}(),c=function(e){function t(t,n,r,i){void 0===i&&(i=Number.POSITIVE_INFINITY),e.call(this,t),this.project=n,this.resultSelector=r,this.concurrent=i,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}return Object(a.b)(t,e),t.prototype._next=function(e){this.active0?this._next(t.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},t}(l.a);function p(e){return e}t.a=function(){for(var e=[],t=0;t1&&"number"==typeof e[e.length-1]&&(n=e.pop())):"number"==typeof s&&(n=e.pop()),null===a&&1===e.length&&e[0]instanceof r.a?e[0]:function(e){return void 0===e&&(e=Number.POSITIVE_INFINITY),function(e,t,n){return void 0===n&&(n=Number.POSITIVE_INFINITY),function(r){return"number"==typeof t&&(n=t,t=null),r.lift(new u(e,t,n))}}(p,null,e)}(n)(new i.a(e,a))}},0:function(e,t,n){e.exports=n("x35b")},"1PhI":function(e,t,n){!function(e,t,n,r){"use strict";var i,o=function(){function e(){this.disabled=!1,this.titleText="",this.onClick=new t.EventEmitter}return e.prototype.handleClick=function(e){this.disabled||this.onClick.emit(e),e.stopPropagation(),e.preventDefault()},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery-action",template:'\n ',changeDetection:t.ChangeDetectionStrategy.OnPush}]}],e.ctorParameters=function(){return[]},e.propDecorators={icon:[{type:t.Input}],disabled:[{type:t.Input}],titleText:[{type:t.Input}],onClick:[{type:t.Output}]},e}(),a=function(){function e(){this.onPrevClick=new t.EventEmitter,this.onNextClick=new t.EventEmitter}return e.prototype.handlePrevClick=function(){this.onPrevClick.emit()},e.prototype.handleNextClick=function(){this.onNextClick.emit()},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery-arrows",template:'\n \n \n ',styles:[".ngx-gallery-arrow-wrapper { position: absolute; height: 100%; width: 1px; display: table; z-index: 2000; table-layout: fixed; } .ngx-gallery-arrow-left { left: 0px; } .ngx-gallery-arrow-right { right: 0px; } .ngx-gallery-arrow { top: 50%; transform: translateY(-50%); cursor: pointer; } .ngx-gallery-arrow.ngx-gallery-disabled { opacity: 0.6; cursor: default; } .ngx-gallery-arrow-left .ngx-gallery-arrow { left: 10px; } .ngx-gallery-arrow-right .ngx-gallery-arrow { right: 10px; } "]}]}],e.ctorParameters=function(){return[]},e.propDecorators={prevDisabled:[{type:t.Input}],nextDisabled:[{type:t.Input}],arrowPrevIcon:[{type:t.Input}],arrowNextIcon:[{type:t.Input}],onPrevClick:[{type:t.Output}],onNextClick:[{type:t.Output}]},e}(),s=function(){function e(e){this.renderer=e,this.swipeHandlers=new Map}return e.prototype.manageSwipe=function(e,t,n,r,i){var o=this.getSwipeHandlers(n);try{e&&!o?this.swipeHandlers.set(n,[this.renderer.listen(t.nativeElement,"swipeleft",function(){return r()}),this.renderer.listen(t.nativeElement,"swiperight",function(){return i()})]):!e&&o&&(o.map(function(e){return e()}),this.removeSwipeHandlers(n))}catch(e){}},e.prototype.validateUrl=function(e){return e.replace?e.replace(new RegExp(" ","g"),"%20"):e},e.prototype.getBackgroundUrl=function(e){return"url('"+this.validateUrl(e)+"')"},e.prototype.getSwipeHandlers=function(e){return this.swipeHandlers.get(e)},e.prototype.removeSwipeHandlers=function(e){this.swipeHandlers.delete(e)},e.decorators=[{type:t.Injectable}],e.ctorParameters=function(){return[{type:t.Renderer}]},e}(),l=function(){function e(){}return e.Fade="fade",e.Slide="slide",e.Rotate="rotate",e.Zoom="zoom",e}(),u=function(){function e(e,n,r){this.sanitization=e,this.elementRef=n,this.helperService=r,this.onClick=new t.EventEmitter,this.onActiveChange=new t.EventEmitter,this.canChangeImage=!0}return e.prototype.ngOnInit=function(){this.arrows&&this.arrowsAutoHide&&(this.arrows=!1),this.autoPlay&&this.startAutoPlay()},e.prototype.ngOnChanges=function(e){var t=this;e.swipe&&this.helperService.manageSwipe(this.swipe,this.elementRef,"image",function(){return t.showNext()},function(){return t.showPrev()})},e.prototype.onMouseEnter=function(){this.arrowsAutoHide&&!this.arrows&&(this.arrows=!0),this.autoPlay&&this.autoPlayPauseOnHover&&this.stopAutoPlay()},e.prototype.onMouseLeave=function(){this.arrowsAutoHide&&this.arrows&&(this.arrows=!1),this.autoPlay&&this.autoPlayPauseOnHover&&this.startAutoPlay()},e.prototype.reset=function(e){this.selectedIndex=e},e.prototype.getImages=function(){if(this.lazyLoading){var e=[this.selectedIndex],t=this.selectedIndex-1;-1===t&&this.infinityMove?e.push(this.images.length-1):t>=0&&e.push(t);var n=this.selectedIndex+1;return n==this.images.length&&this.infinityMove?e.push(0):n0)},e.prototype.getSafeUrl=function(e){return this.sanitization.bypassSecurityTrustStyle(this.helperService.getBackgroundUrl(e))},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery-image",template:'\n \n \n ',styles:[":host { width: 100%; display: inline-block; position: relative; } .ngx-gallery-image-wrapper { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; overflow: hidden; } .ngx-gallery-image { background-position: center; background-repeat: no-repeat; height: 100%; width: 100%; position: absolute; top: 0px; } .ngx-gallery-image.ngx-gallery-active { z-index: 1000; } .ngx-gallery-image-size-cover .ngx-gallery-image { background-size: cover; } .ngx-gallery-image-size-contain .ngx-gallery-image { background-size: contain; } .ngx-gallery-animation-fade .ngx-gallery-image { left: 0px; opacity: 0; transition: 0.5s ease-in-out; } .ngx-gallery-animation-fade .ngx-gallery-image.ngx-gallery-active { opacity: 1; } .ngx-gallery-animation-slide .ngx-gallery-image { transition: 0.5s ease-in-out; } .ngx-gallery-animation-slide .ngx-gallery-image.ngx-gallery-active { left: 0px; } .ngx-gallery-animation-slide .ngx-gallery-image.ngx-gallery-inactive-left { left: -100%; } .ngx-gallery-animation-slide .ngx-gallery-image.ngx-gallery-inactive-right { left: 100%; } .ngx-gallery-animation-rotate .ngx-gallery-image { transition: 1s ease; transform: scale(3.5, 3.5) rotate(90deg); left: 0px; opacity: 0; } .ngx-gallery-animation-rotate .ngx-gallery-image.ngx-gallery-active { transform: scale(1, 1) rotate(0deg); opacity: 1; } .ngx-gallery-animation-zoom .ngx-gallery-image { transition: 1s ease; transform: scale(2.5, 2.5); left: 0px; opacity: 0; } .ngx-gallery-animation-zoom .ngx-gallery-image.ngx-gallery-active { transform: scale(1, 1); opacity: 1; } .ngx-gallery-image-text { width: 100%; background: rgba(0, 0, 0, 0.7); padding: 10px; text-align: center; color: white; font-size: 16px; position: absolute; bottom: 0px; z-index: 10; } "]}]}],e.ctorParameters=function(){return[{type:r.DomSanitizer},{type:t.ElementRef},{type:s}]},e.propDecorators={images:[{type:t.Input}],clickable:[{type:t.Input}],selectedIndex:[{type:t.Input}],arrows:[{type:t.Input}],arrowsAutoHide:[{type:t.Input}],swipe:[{type:t.Input}],animation:[{type:t.Input}],size:[{type:t.Input}],arrowPrevIcon:[{type:t.Input}],arrowNextIcon:[{type:t.Input}],autoPlay:[{type:t.Input}],autoPlayInterval:[{type:t.Input}],autoPlayPauseOnHover:[{type:t.Input}],infinityMove:[{type:t.Input}],lazyLoading:[{type:t.Input}],actions:[{type:t.Input}],descriptions:[{type:t.Input}],showDescription:[{type:t.Input}],onClick:[{type:t.Output}],onActiveChange:[{type:t.Output}],onMouseEnter:[{type:t.HostListener,args:["mouseenter"]}],onMouseLeave:[{type:t.HostListener,args:["mouseleave"]}]},e}(),c=function(){function e(){}return e.Column=1,e.Row=2,e}(),p=function(){function e(e,n,r){this.sanitization=e,this.elementRef=n,this.helperService=r,this.minStopIndex=0,this.onActiveChange=new t.EventEmitter,this.index=0}return e.prototype.ngOnChanges=function(e){var t=this;e.selectedIndex&&this.validateIndex(),e.swipe&&this.helperService.manageSwipe(this.swipe,this.elementRef,"thumbnails",function(){return t.moveRight()},function(){return t.moveLeft()}),this.images&&(this.remainingCountValue=this.images.length-this.columns)},e.prototype.onMouseEnter=function(){this.mouseenter=!0},e.prototype.onMouseLeave=function(){this.mouseenter=!1},e.prototype.reset=function(e){this.selectedIndex=e,this.setDefaultPosition(),this.index=0,this.validateIndex()},e.prototype.getImages=function(){if(this.remainingCount)return this.images.slice(0,this.columns);if(this.lazyLoading&&this.order!=c.Row){var e=this.index+this.columns+this.moveSize;return this.rows>1&&this.order===c.Column&&(e*=this.rows),e<=this.minStopIndex?e=this.minStopIndex:this.minStopIndex=e,this.images.slice(0,e)}return this.images},e.prototype.handleClick=function(e,t){this.hasLinks()||(this.selectedIndex=t,this.onActiveChange.emit(t),e.stopPropagation(),e.preventDefault())},e.prototype.hasLinks=function(){if(this.links&&this.links.length)return!0},e.prototype.moveRight=function(){if(this.canMoveRight()){this.index+=this.moveSize;var e=this.getMaxIndex()-this.columns;this.index>e&&(this.index=e),this.setThumbnailsPosition()}},e.prototype.moveLeft=function(){this.canMoveLeft()&&(this.index-=this.moveSize,this.index<0&&(this.index=0),this.setThumbnailsPosition())},e.prototype.canMoveRight=function(){return this.index+this.columnsthis.getVisibleCount())||this.arrowsAutoHide&&!this.mouseenter)},e.prototype.validateIndex=function(){var e;if(e=this.order===c.Column?Math.floor(this.selectedIndex/this.rows):this.selectedIndex%Math.ceil(this.images.length/this.rows),this.remainingCount&&(e=0),e=this.index+this.columns){var t=this.getMaxIndex()-this.columns;this.index=e>t?t:e,this.setThumbnailsPosition()}},e.prototype.getSafeUrl=function(e){return this.sanitization.bypassSecurityTrustStyle(this.helperService.getBackgroundUrl(e))},e.prototype.getThumbnailPosition=function(e,t){return this.getSafeStyle("calc("+100/t*e+"% + "+(this.margin-(t-1)*this.margin/t)*e+"px)")},e.prototype.getThumbnailDimension=function(e){return this.getSafeStyle(0!==this.margin?"calc("+100/e+"% - "+(e-1)*this.margin/e+"px)":"calc("+100/e+"% + 1px)")},e.prototype.getMaxIndex=function(){return Math.ceil(this.images.length/this.rows)},e.prototype.getVisibleCount=function(){return this.columns*this.rows},e.prototype.getSafeStyle=function(e){return this.sanitization.bypassSecurityTrustStyle(e)},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery-thumbnails",template:'\n \n \n ',styles:[":host { width: 100%; display: inline-block; position: relative; } .ngx-gallery-thumbnails-wrapper { width: 100%; height: 100%; position: absolute; overflow: hidden; } .ngx-gallery-thumbnails { height: 100%; width: 100%; position: absolute; left: 0px; transition: left 0.5s ease-in-out; } .ngx-gallery-thumbnails .ngx-gallery-thumbnail { position: absolute; height: 100%; background-position: center; background-repeat: no-repeat; text-decoration: none; } .ngx-gallery-thumbnail-size-cover .ngx-gallery-thumbnails .ngx-gallery-thumbnail { background-size: cover; } .ngx-gallery-thumbnail-size-contain .ngx-gallery-thumbnails .ngx-gallery-thumbnail { background-size: contain; } .ngx-gallery-remaining-count-overlay { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background-color: rgba(0, 0, 0, 0.4); } .ngx-gallery-remaining-count { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-size: 30px; } "]}]}],e.ctorParameters=function(){return[{type:r.DomSanitizer},{type:t.ElementRef},{type:s}]},e.propDecorators={images:[{type:t.Input}],links:[{type:t.Input}],linkTarget:[{type:t.Input}],columns:[{type:t.Input}],rows:[{type:t.Input}],arrows:[{type:t.Input}],arrowsAutoHide:[{type:t.Input}],margin:[{type:t.Input}],selectedIndex:[{type:t.Input}],clickable:[{type:t.Input}],swipe:[{type:t.Input}],size:[{type:t.Input}],arrowPrevIcon:[{type:t.Input}],arrowNextIcon:[{type:t.Input}],moveSize:[{type:t.Input}],order:[{type:t.Input}],remainingCount:[{type:t.Input}],lazyLoading:[{type:t.Input}],actions:[{type:t.Input}],onActiveChange:[{type:t.Output}],onMouseEnter:[{type:t.HostListener,args:["mouseenter"]}],onMouseLeave:[{type:t.HostListener,args:["mouseleave"]}]},e}(),d=function(){function e(e,n,r){this.sanitization=e,this.elementRef=n,this.helperService=r,this.showSpinner=!1,this.positionLeft=0,this.positionTop=0,this.zoomValue=1,this.loading=!1,this.rotateValue=0,this.onOpen=new t.EventEmitter,this.onClose=new t.EventEmitter,this.onActiveChange=new t.EventEmitter,this.index=0,this.isOpen=!1,this.initialX=0,this.initialY=0,this.initialLeft=0,this.initialTop=0,this.isMove=!1}return e.prototype.ngOnChanges=function(e){var t=this;e.swipe&&this.helperService.manageSwipe(this.swipe,this.elementRef,"preview",function(){return t.showNext()},function(){return t.showPrev()})},e.prototype.onKeyDown=function(e){this.isOpen&&(this.keyboardNavigation&&(this.isKeyboardPrev(e)?this.showPrev():this.isKeyboardNext(e)&&this.showNext()),this.closeOnEsc&&this.isKeyboardEsc(e)&&this.close())},e.prototype.open=function(e){this.onOpen.emit(),this.index=e,this.isOpen=!0,this.show(!0),this.forceFullscreen&&this.manageFullscreen()},e.prototype.close=function(){this.isOpen=!1,this.closeFullscreen(),this.onClose.emit(),this.stopAutoPlay()},e.prototype.imageMouseEnter=function(){this.autoPlay&&this.autoPlayPauseOnHover&&this.stopAutoPlay()},e.prototype.imageMouseLeave=function(){this.autoPlay&&this.autoPlayPauseOnHover&&this.startAutoPlay()},e.prototype.startAutoPlay=function(){var e=this;this.autoPlay&&(this.stopAutoPlay(),this.timer=setTimeout(function(){e.showNext()||(e.index=-1,e.showNext())},this.autoPlayInterval))},e.prototype.stopAutoPlay=function(){this.timer&&clearTimeout(this.timer)},e.prototype.showNext=function(){return!!this.canShowNext()&&(this.index++,this.index===this.images.length&&(this.index=0),this.show(),!0)},e.prototype.showPrev=function(){this.canShowPrev()&&(this.index--,this.index<0&&(this.index=this.images.length-1),this.show())},e.prototype.canShowNext=function(){return!this.loading&&!!this.images&&!!(this.infinityMove||this.index0)},e.prototype.manageFullscreen=function(){if(this.fullscreen||this.forceFullscreen){var e=document;e.fullscreenElement||e.mozFullScreenElement||e.webkitFullscreenElement||e.msFullscreenElement?this.closeFullscreen():this.openFullscreen()}},e.prototype.getSafeUrl=function(e){return"data:image"===e.substr(0,10)?e:this.sanitization.bypassSecurityTrustUrl(e)},e.prototype.zoomIn=function(){this.canZoomIn()&&(this.zoomValue+=this.zoomStep,this.zoomValue>this.zoomMax&&(this.zoomValue=this.zoomMax))},e.prototype.zoomOut=function(){this.canZoomOut()&&(this.zoomValue-=this.zoomStep,this.zoomValuethis.zoomMin},e.prototype.canDragOnZoom=function(){return this.zoom&&this.zoomValue>1},e.prototype.mouseDownHandler=function(e){this.canDragOnZoom()&&(this.initialX=this.getClientX(e),this.initialY=this.getClientY(e),this.initialLeft=this.positionLeft,this.initialTop=this.positionTop,this.isMove=!0,e.preventDefault())},e.prototype.mouseUpHandler=function(e){this.isMove=!1},e.prototype.mouseMoveHandler=function(e){this.isMove&&(this.positionLeft=this.initialLeft+(this.getClientX(e)-this.initialX),this.positionTop=this.initialTop+(this.getClientY(e)-this.initialY))},e.prototype.getClientX=function(e){return e.touches&&e.touches.length?e.touches[0].clientX:e.clientX},e.prototype.getClientY=function(e){return e.touches&&e.touches.length?e.touches[0].clientY:e.clientY},e.prototype.resetPosition=function(){this.zoom&&(this.positionLeft=0,this.positionTop=0)},e.prototype.isKeyboardNext=function(e){return 39===e.keyCode},e.prototype.isKeyboardPrev=function(e){return 37===e.keyCode},e.prototype.isKeyboardEsc=function(e){return 27===e.keyCode},e.prototype.openFullscreen=function(){var e=document.documentElement;e.requestFullscreen?e.requestFullscreen():e.msRequestFullscreen?e.msRequestFullscreen():e.mozRequestFullScreen?e.mozRequestFullScreen():e.webkitRequestFullscreen&&e.webkitRequestFullscreen()},e.prototype.closeFullscreen=function(){var e=document;e.exitFullscreen?e.exitFullscreen():e.msExitFullscreen?e.msExitFullscreen():e.mozCancelFullScreen?e.mozCancelFullScreen():e.webkitExitFullscreen&&e.webkitExitFullscreen()},e.prototype.show=function(e){var t=this;void 0===e&&(e=!1),this.loading=!0,this.stopAutoPlay(),this.onActiveChange.emit(this.index),e||!this.animation?this._show():setTimeout(function(){return t._show()},600)},e.prototype._show=function(){var e=this;this.zoomValue=1,this.rotateValue=0,this.resetPosition(),this.src=this.getSafeUrl(this.images[this.index]),this.srcIndex=this.index,this.description=this.descriptions[this.index],setTimeout(function(){e.isLoaded(e.previewImage.nativeElement)?(e.loading=!1,e.startAutoPlay()):(setTimeout(function(){e.loading&&(e.showSpinner=!0)}),e.previewImage.nativeElement.onload=function(){e.loading=!1,e.showSpinner=!1,e.previewImage.nativeElement.onload=null,e.startAutoPlay()})})},e.prototype.isLoaded=function(e){return!!e.complete&&("undefined"==typeof e.naturalWidth||0!==e.naturalWidth)},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery-preview",template:'\n \n \n \n \n ',styles:[":host(.ngx-gallery-active) { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0, 0, 0, 0.7); z-index: 10000; display: inline-block; } :host { display: none; } :host /deep/ .ngx-gallery-arrow { font-size: 50px; } .ngx-gallery-preview-img { opacity: 0; max-width: 90%; max-height: 90%; user-select: none; transition: transform .5s; } .ngx-gallery-preview-img.animation { transition: opacity 0.5s linear, transform .5s; } .ngx-gallery-preview-img.ngx-gallery-active { opacity: 1; } .ngx-gallery-preview-img.ngx-gallery-grab { cursor: grab; cursor: -webkit-grab; } .ngx-gallery-icon.ngx-gallery-spinner { font-size: 50px; left: 0; display: inline-block; } :host /deep/ .ngx-gallery-preview-top { position: absolute; width: 100%; user-select: none; } :host /deep/ .ngx-gallery-preview-icons { float: right; } :host /deep/ .ngx-gallery-preview-icons .ngx-gallery-icon { position: relative; margin-right: 10px; margin-top: 10px; font-size: 25px; cursor: pointer; } :host /deep/ .ngx-gallery-preview-icons .ngx-gallery-icon.ngx-gallery-icon-disabled { cursor: default; opacity: 0.4; } .ngx-spinner-wrapper { width: 50px; height: 50px; display: none; } .ngx-spinner-wrapper.ngx-gallery-active { display: inline-block; } .ngx-gallery-center { position: absolute; left: 0; right: 0; bottom: 0; margin: auto; top: 0; } .ngx-gallery-preview-text { width: 100%; background: rgba(0, 0, 0, 0.7); padding: 10px; text-align: center; color: white; font-size: 16px; flex: 0 1 auto; z-index: 10; } .ngx-gallery-preview-wrapper { width: 100%; height: 100%; display: flex; flex-flow: column; } .ngx-gallery-preview-img-wrapper { flex: 1 1 auto; position: relative; } "]}]}],e.ctorParameters=function(){return[{type:r.DomSanitizer},{type:t.ElementRef},{type:s}]},e.propDecorators={images:[{type:t.Input}],descriptions:[{type:t.Input}],showDescription:[{type:t.Input}],swipe:[{type:t.Input}],fullscreen:[{type:t.Input}],forceFullscreen:[{type:t.Input}],closeOnClick:[{type:t.Input}],closeOnEsc:[{type:t.Input}],keyboardNavigation:[{type:t.Input}],arrowPrevIcon:[{type:t.Input}],arrowNextIcon:[{type:t.Input}],closeIcon:[{type:t.Input}],fullscreenIcon:[{type:t.Input}],spinnerIcon:[{type:t.Input}],autoPlay:[{type:t.Input}],autoPlayInterval:[{type:t.Input}],autoPlayPauseOnHover:[{type:t.Input}],infinityMove:[{type:t.Input}],zoom:[{type:t.Input}],zoomStep:[{type:t.Input}],zoomMax:[{type:t.Input}],zoomMin:[{type:t.Input}],zoomInIcon:[{type:t.Input}],zoomOutIcon:[{type:t.Input}],animation:[{type:t.Input}],actions:[{type:t.Input}],rotate:[{type:t.Input}],rotateLeftIcon:[{type:t.Input}],rotateRightIcon:[{type:t.Input}],onOpen:[{type:t.Output}],onClose:[{type:t.Output}],onActiveChange:[{type:t.Output}],previewImage:[{type:t.ViewChild,args:["previewImage"]}],onKeyDown:[{type:t.HostListener,args:["window:keydown",["$event"]]}]},e}(),f=function(){function e(){}return e.Cover="cover",e.Contain="contain",e}(),h=function(){function e(){}return e.ThumbnailsTop="thumbnails-top",e.ThumbnailsBottom="thumbnails-bottom",e}(),g=function(e){this.icon=e.icon,this.disabled=!!e.disabled&&e.disabled,this.titleText=e.titleText?e.titleText:"",this.onClick=e.onClick},y=function(){return function(e){var t=void 0!==e.breakpoint;function n(n,r){return e&&(void 0!==n||t)?n:r}this.breakpoint=n(e.breakpoint,void 0),this.width=n(e.width,"500px"),this.height=n(e.height,"400px"),this.fullWidth=n(e.fullWidth,!1),this.layout=n(e.layout,h.ThumbnailsBottom),this.startIndex=n(e.startIndex,0),this.linkTarget=n(e.linkTarget,"_blank"),this.lazyLoading=n(e.lazyLoading,!0),this.image=n(e.image,!0),this.imagePercent=n(e.imagePercent,75),this.imageArrows=n(e.imageArrows,!0),this.imageArrowsAutoHide=n(e.imageArrowsAutoHide,!1),this.imageSwipe=n(e.imageSwipe,!1),this.imageAnimation=n(e.imageAnimation,l.Fade),this.imageSize=n(e.imageSize,f.Cover),this.imageAutoPlay=n(e.imageAutoPlay,!1),this.imageAutoPlayInterval=n(e.imageAutoPlayInterval,2e3),this.imageAutoPlayPauseOnHover=n(e.imageAutoPlayPauseOnHover,!1),this.imageInfinityMove=n(e.imageInfinityMove,!1),e&&e.imageActions&&e.imageActions.length&&(e.imageActions=e.imageActions.map(function(e){return new g(e)})),this.imageActions=n(e.imageActions,[]),this.imageDescription=n(e.imageDescription,!1),this.thumbnails=n(e.thumbnails,!0),this.thumbnailsColumns=n(e.thumbnailsColumns,4),this.thumbnailsRows=n(e.thumbnailsRows,1),this.thumbnailsPercent=n(e.thumbnailsPercent,25),this.thumbnailsMargin=n(e.thumbnailsMargin,10),this.thumbnailsArrows=n(e.thumbnailsArrows,!0),this.thumbnailsArrowsAutoHide=n(e.thumbnailsArrowsAutoHide,!1),this.thumbnailsSwipe=n(e.thumbnailsSwipe,!1),this.thumbnailsMoveSize=n(e.thumbnailsMoveSize,1),this.thumbnailsOrder=n(e.thumbnailsOrder,c.Column),this.thumbnailsRemainingCount=n(e.thumbnailsRemainingCount,!1),this.thumbnailsAsLinks=n(e.thumbnailsAsLinks,!1),this.thumbnailMargin=n(e.thumbnailMargin,10),this.thumbnailSize=n(e.thumbnailSize,f.Cover),e&&e.thumbnailActions&&e.thumbnailActions.length&&(e.thumbnailActions=e.thumbnailActions.map(function(e){return new g(e)})),this.thumbnailActions=n(e.thumbnailActions,[]),this.preview=n(e.preview,!0),this.previewDescription=n(e.previewDescription,!0),this.previewSwipe=n(e.previewSwipe,!1),this.previewFullscreen=n(e.previewFullscreen,!1),this.previewForceFullscreen=n(e.previewForceFullscreen,!1),this.previewCloseOnClick=n(e.previewCloseOnClick,!1),this.previewCloseOnEsc=n(e.previewCloseOnEsc,!1),this.previewKeyboardNavigation=n(e.previewKeyboardNavigation,!1),this.previewAnimation=n(e.previewAnimation,!0),this.previewAutoPlay=n(e.previewAutoPlay,!1),this.previewAutoPlayInterval=n(e.previewAutoPlayInterval,2e3),this.previewAutoPlayPauseOnHover=n(e.previewAutoPlayPauseOnHover,!1),this.previewInfinityMove=n(e.previewInfinityMove,!1),this.previewZoom=n(e.previewZoom,!1),this.previewZoomStep=n(e.previewZoomStep,.1),this.previewZoomMax=n(e.previewZoomMax,2),this.previewZoomMin=n(e.previewZoomMin,.5),this.previewRotate=n(e.previewRotate,!1),this.arrowPrevIcon=n(e.arrowPrevIcon,"fa fa-arrow-circle-left"),this.arrowNextIcon=n(e.arrowNextIcon,"fa fa-arrow-circle-right"),this.closeIcon=n(e.closeIcon,"fa fa-times-circle"),this.fullscreenIcon=n(e.fullscreenIcon,"fa fa-arrows-alt"),this.spinnerIcon=n(e.spinnerIcon,"fa fa-spinner fa-pulse fa-3x fa-fw"),this.zoomInIcon=n(e.zoomInIcon,"fa fa-search-plus"),this.zoomOutIcon=n(e.zoomOutIcon,"fa fa-search-minus"),this.rotateLeftIcon=n(e.rotateLeftIcon,"fa fa-undo"),this.rotateRightIcon=n(e.rotateRightIcon,"fa fa-repeat"),e&&e.actions&&e.actions.length&&(e.actions=e.actions.map(function(e){return new g(e)})),this.actions=n(e.actions,[])}}(),m=function(e){this.src=e.src,this.index=e.index},v=function(){function e(e){this.myElement=e,this.imagesReady=new t.EventEmitter,this.change=new t.EventEmitter,this.previewOpen=new t.EventEmitter,this.previewClose=new t.EventEmitter,this.previewChange=new t.EventEmitter,this.oldImagesLength=0,this.selectedIndex=0,this.breakpoint=void 0,this.prevBreakpoint=void 0}return e.prototype.ngOnInit=function(){this.options=this.options.map(function(e){return new y(e)}),this.sortOptions(),this.setBreakpoint(),this.setOptions(),this.checkFullWidth(),this.currentOptions&&(this.selectedIndex=this.currentOptions.startIndex)},e.prototype.ngDoCheck=function(){(void 0!==this.images&&this.images.length!==this.oldImagesLength||this.images!==this.oldImages)&&(this.oldImagesLength=this.images.length,this.oldImages=this.images,this.setImages(),this.images&&this.images.length&&this.imagesReady.emit(),this.image&&this.image.reset(this.currentOptions.startIndex),this.resetThumbnails())},e.prototype.ngAfterViewInit=function(){this.checkFullWidth()},e.prototype.onResize=function(){var e=this;this.setBreakpoint(),this.prevBreakpoint!==this.breakpoint&&(this.setOptions(),this.resetThumbnails()),this.currentOptions&&this.currentOptions.fullWidth&&(this.fullWidthTimeout&&clearTimeout(this.fullWidthTimeout),this.fullWidthTimeout=setTimeout(function(){e.checkFullWidth()},200))},e.prototype.getImageHeight=function(){return this.currentOptions&&this.currentOptions.thumbnails?this.currentOptions.imagePercent+"%":"100%"},e.prototype.getThumbnailsHeight=function(){return this.currentOptions&&this.currentOptions.image?"calc("+this.currentOptions.thumbnailsPercent+"% - "+this.currentOptions.thumbnailsMargin+"px)":"100%"},e.prototype.getThumbnailsMarginTop=function(){return this.currentOptions&&this.currentOptions.layout===h.ThumbnailsBottom?this.currentOptions.thumbnailsMargin+"px":"0px"},e.prototype.getThumbnailsMarginBottom=function(){return this.currentOptions&&this.currentOptions.layout===h.ThumbnailsTop?this.currentOptions.thumbnailsMargin+"px":"0px"},e.prototype.openPreview=function(e){this.previewEnabled=!0,this.preview.open(e)},e.prototype.onPreviewOpen=function(){this.previewOpen.emit(),this.image&&this.image.autoPlay&&this.image.stopAutoPlay()},e.prototype.onPreviewClose=function(){this.previewEnabled=!1,this.previewClose.emit(),this.image&&this.image.autoPlay&&this.image.startAutoPlay()},e.prototype.selectFromImage=function(e){this.select(e)},e.prototype.selectFromThumbnails=function(e){this.select(e),this.currentOptions&&this.currentOptions.thumbnails&&this.currentOptions.preview&&(!this.currentOptions.image||this.currentOptions.thumbnailsRemainingCount)&&this.openPreview(this.selectedIndex)},e.prototype.show=function(e){this.select(e)},e.prototype.showNext=function(){this.image.showNext()},e.prototype.showPrev=function(){this.image.showPrev()},e.prototype.canShowNext=function(){return!(!this.images||!this.currentOptions||!(this.currentOptions.imageInfinityMove||this.selectedIndex0))},e.prototype.previewSelect=function(e){this.previewChange.emit({index:e,image:this.images[e]})},e.prototype.resetThumbnails=function(){this.thubmnails&&this.thubmnails.reset(this.currentOptions.startIndex)},e.prototype.select=function(e){this.selectedIndex=e,this.change.emit({index:e,image:this.images[e]})},e.prototype.checkFullWidth=function(){this.currentOptions&&this.currentOptions.fullWidth&&(this.width=document.body.clientWidth+"px",this.left=-(document.body.clientWidth-this.myElement.nativeElement.parentNode.innerWidth)/2+"px")},e.prototype.setImages=function(){this.smallImages=this.images.map(function(e){return e.small}),this.mediumImages=this.images.map(function(e,t){return new m({src:e.medium,index:t})}),this.bigImages=this.images.map(function(e){return e.big}),this.descriptions=this.images.map(function(e){return e.description}),this.links=this.images.map(function(e){return e.url})},e.prototype.setBreakpoint=function(){var e;this.prevBreakpoint=this.breakpoint,"undefined"!=typeof window&&(e=this.options.filter(function(e){return e.breakpoint>=window.innerWidth}).map(function(e){return e.breakpoint})),this.breakpoint=e&&e.length?e.pop():void 0},e.prototype.sortOptions=function(){this.options=this.options.filter(function(e){return void 0===e.breakpoint}).concat(this.options.filter(function(e){return void 0!==e.breakpoint}).sort(function(e,t){return t.breakpoint-e.breakpoint}))},e.prototype.setOptions=function(){var e=this;this.currentOptions=new y({}),this.options.filter(function(t){return void 0===t.breakpoint||t.breakpoint>=e.breakpoint}).map(function(t){return e.combineOptions(e.currentOptions,t)}),this.width=this.currentOptions.width,this.height=this.currentOptions.height},e.prototype.combineOptions=function(e,t){Object.keys(t).map(function(n){return e[n]=void 0!==t[n]?t[n]:e[n]})},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery",template:'\n \n ',styles:[":host { display: inline-block; } :host > * { float: left; } :host /deep/ * { box-sizing: border-box; } :host /deep/ .ngx-gallery-icon { color: white; font-size: 25px; position: absolute; z-index: 2000; display: inline-block; } :host /deep/ .ngx-gallery-icon .ngx-gallery-icon-content { display: block; } :host /deep/ .ngx-gallery-clickable { cursor: pointer; } :host /deep/ .ngx-gallery-icons-wrapper .ngx-gallery-icon { position: relative; margin-right: 5px; margin-top: 5px; font-size: 20px; cursor: pointer; } :host /deep/ .ngx-gallery-icons-wrapper { float: right; } :host .ngx-gallery-layout { width: 100%; height: 100%; display: flex; flex-direction: column; } :host .ngx-gallery-layout.thumbnails-top ngx-gallery-image { order: 2; } :host .ngx-gallery-layout.thumbnails-top ngx-gallery-thumbnails { order: 1; } :host .ngx-gallery-layout.thumbnails-bottom ngx-gallery-image { order: 1; } :host .ngx-gallery-layout.thumbnails-bottom ngx-gallery-thumbnails { order: 2; } "],providers:[s]}]}],e.ctorParameters=function(){return[{type:t.ElementRef}]},e.propDecorators={options:[{type:t.Input}],images:[{type:t.Input}],imagesReady:[{type:t.Output}],change:[{type:t.Output}],previewOpen:[{type:t.Output}],previewClose:[{type:t.Output}],previewChange:[{type:t.Output}],preview:[{type:t.ViewChild,args:[d]}],image:[{type:t.ViewChild,args:[u]}],thubmnails:[{type:t.ViewChild,args:[p]}],width:[{type:t.HostBinding,args:["style.width"]}],height:[{type:t.HostBinding,args:["style.height"]}],left:[{type:t.HostBinding,args:["style.left"]}],onResize:[{type:t.HostListener,args:["window:resize"]}]},e}(),b=(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),_=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.overrides={pinch:{enable:!1},rotate:{enable:!1}},t}return b(t,e),t}(r.HammerGestureConfig),w=function(){function e(){}return e.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[o,a,u,p,d,v],exports:[v],providers:[{provide:r.HAMMER_GESTURE_CONFIG,useClass:_}]}]}],e.ctorParameters=function(){return[]},e}();e.CustomHammerConfig=_,e.NgxGalleryModule=w,e.NgxGalleryComponent=v,e.NgxGalleryActionComponent=o,e.NgxGalleryImageComponent=u,e.NgxGalleryThumbnailsComponent=p,e.NgxGalleryPreviewComponent=d,e.NgxGalleryArrowsComponent=a,e.NgxGalleryOptions=y,e.NgxGalleryImage=function(e){this.small=e.small,this.medium=e.medium,this.big=e.big,this.description=e.description,this.url=e.url},e.NgxGalleryAnimation=l,e.NgxGalleryHelperService=s,e.NgxGalleryImageSize=f,e.NgxGalleryLayout=h,e.NgxGalleryOrder=c,e.NgxGalleryOrderedImage=m,e.NgxGalleryAction=g,Object.defineProperty(e,"__esModule",{value:!0})}(t,n("WT6e"),n("Xjw4"),n("OE0E"))},"1Q68":function(e,t,n){"use strict";t.a=function(e){return e&&"function"==typeof e.schedule}},"48V2":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("WT6e");t.HighlightJsService=function(){function e(){}return e.prototype.highlight=function(e,t){t&&hljs.configure({useBR:!0}),hljs.highlightBlock(e)},e.decorators=[{type:r.Injectable}],e}()},AMGY:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return o});var r="undefined"!=typeof window&&window,i="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,o=r||"undefined"!=typeof e&&e||i}).call(t,n("DuR2"))},BX3T:function(e,t,n){"use strict";n.d(t,"a",function(){return r});var r=Array.isArray||function(e){return e&&"number"==typeof e.length}},DuR2:function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},GK6M:function(e,t,n){"use strict";t.a=function(e){return r=e,o};var r,i=n("fKB6");function o(){try{return r.apply(this,arguments)}catch(e){return i.a.e=e,i.a}}},Jnfr:function(e,t){function n(e){return Promise.resolve().then(function(){throw new Error("Cannot find module '"+e+"'.")})}n.keys=function(){return[]},n.resolve=n,e.exports=n,n.id="Jnfr"},OE0E:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n.d(t,"BrowserModule",function(){return Qe}),n.d(t,"platformBrowser",function(){return We}),n.d(t,"Meta",function(){return w}),n.d(t,"Title",function(){return I}),n.d(t,"disableDebugTools",function(){return tt}),n.d(t,"enableDebugTools",function(){return et}),n.d(t,"BrowserTransferStateModule",function(){return at}),n.d(t,"TransferState",function(){return it}),n.d(t,"makeStateKey",function(){return rt}),n.d(t,"By",function(){return st}),n.d(t,"DOCUMENT",function(){return v}),n.d(t,"EVENT_MANAGER_PLUGINS",function(){return A}),n.d(t,"EventManager",function(){return R}),n.d(t,"HAMMER_GESTURE_CONFIG",function(){return ue}),n.d(t,"HammerGestureConfig",function(){return ce}),n.d(t,"DomSanitizer",function(){return Fe}),n.d(t,"VERSION",function(){return lt}),n.d(t,"\u0275BROWSER_SANITIZATION_PROVIDERS",function(){return Ze}),n.d(t,"\u0275INTERNAL_BROWSER_PLATFORM_PROVIDERS",function(){return Ge}),n.d(t,"\u0275initDomAdapter",function(){return qe}),n.d(t,"\u0275BrowserDomAdapter",function(){return y}),n.d(t,"\u0275BrowserPlatformLocation",function(){return _}),n.d(t,"\u0275TRANSITION_ID",function(){return x}),n.d(t,"\u0275BrowserGetTestability",function(){return E}),n.d(t,"\u0275escapeHtml",function(){return nt}),n.d(t,"\u0275ELEMENT_PROBE_PROVIDERS",function(){return N}),n.d(t,"\u0275DomAdapter",function(){return c}),n.d(t,"\u0275getDOM",function(){return s}),n.d(t,"\u0275setRootDomAdapter",function(){return l}),n.d(t,"\u0275DomRendererFactory2",function(){return q}),n.d(t,"\u0275NAMESPACE_URIS",function(){return V}),n.d(t,"\u0275flattenStyles",function(){return Z}),n.d(t,"\u0275shimContentAttribute",function(){return U}),n.d(t,"\u0275shimHostAttribute",function(){return G}),n.d(t,"\u0275DomEventsPlugin",function(){return se}),n.d(t,"\u0275HammerGesturesPlugin",function(){return pe}),n.d(t,"\u0275KeyEventsPlugin",function(){return he}),n.d(t,"\u0275DomSharedStylesHost",function(){return j}),n.d(t,"\u0275SharedStylesHost",function(){return L}),n.d(t,"\u0275b",function(){return $e}),n.d(t,"\u0275a",function(){return Ke}),n.d(t,"\u0275i",function(){return p}),n.d(t,"\u0275g",function(){return O}),n.d(t,"\u0275f",function(){return C}),n.d(t,"\u0275c",function(){return ot}),n.d(t,"\u0275h",function(){return D}),n.d(t,"\u0275d",function(){return F}),n.d(t,"\u0275e",function(){return Le});var r=n("Xjw4"),i=n("WT6e"),o=n("TToO"),a=null;function s(){return a}function l(e){a||(a=e)}var u,c=function(){function e(){this.resourceLoaderType=null}return Object.defineProperty(e.prototype,"attrToPropMap",{get:function(){return this._attrToPropMap},set:function(e){this._attrToPropMap=e},enumerable:!0,configurable:!0}),e}(),p=function(e){function t(){var t=e.call(this)||this;t._animationPrefix=null,t._transitionEnd=null;try{var n=t.createElement("div",document);if(null!=t.getStyle(n,"animationName"))t._animationPrefix="";else for(var r=["Webkit","Moz","O","ms"],i=0;i0},t.prototype.tagName=function(e){return e.tagName},t.prototype.attributeMap=function(e){for(var t=new Map,n=e.attributes,r=0;r0;s||(s=e[a]=[]);var u=oe(t)?Zone.root:Zone.current;if(0===s.length)s.push({zone:u,handler:o});else{for(var c=!1,p=0;p-1},t}(F),de=["alt","control","meta","shift"],fe={alt:function(e){return e.altKey},control:function(e){return e.ctrlKey},meta:function(e){return e.metaKey},shift:function(e){return e.shiftKey}},he=function(e){function t(t){return e.call(this,t)||this}return Object(o.b)(t,e),t.prototype.supports=function(e){return null!=t.parseEventName(e)},t.prototype.addEventListener=function(e,n,r){var i=t.parseEventName(n),o=t.eventCallback(i.fullKey,r,this.manager.getZone());return this.manager.getZone().runOutsideAngular(function(){return s().onAndCancel(e,i.domEventName,o)})},t.parseEventName=function(e){var n=e.toLowerCase().split("."),r=n.shift();if(0===n.length||"keydown"!==r&&"keyup"!==r)return null;var i=t._normalizeKey(n.pop()),o="";if(de.forEach(function(e){var t=n.indexOf(e);t>-1&&(n.splice(t,1),o+=e+".")}),o+=i,0!=n.length||0===i.length)return null;var a={};return a.domEventName=r,a.fullKey=o,a},t.getEventFullKey=function(e){var t="",n=s().getEventKey(e);return" "===(n=n.toLowerCase())?n="space":"."===n&&(n="dot"),de.forEach(function(r){r!=n&&(0,fe[r])(e)&&(t+=r+".")}),t+=n},t.eventCallback=function(e,n,r){return function(i){t.getEventFullKey(i)===e&&r.runGuarded(function(){return n(i)})}},t._normalizeKey=function(e){switch(e){case"esc":return"escape";default:return e}},t}(F),ge=function(){function e(e,t){this.defaultDoc=e,this.DOM=t;var n=this.DOM.createHtmlDocument();if(this.inertBodyElement=n.body,null==this.inertBodyElement){var r=this.DOM.createElement("html",n);this.inertBodyElement=this.DOM.createElement("body",n),this.DOM.appendChild(r,this.inertBodyElement),this.DOM.appendChild(n,r)}this.DOM.setInnerHTML(this.inertBodyElement,''),!this.inertBodyElement.querySelector||this.inertBodyElement.querySelector("svg")?(this.DOM.setInnerHTML(this.inertBodyElement,'

'),this.getInertBodyElement=this.inertBodyElement.querySelector&&this.inertBodyElement.querySelector("svg img")&&function(){try{return!!window.DOMParser}catch(e){return!1}}()?this.getInertBodyElement_DOMParser:this.getInertBodyElement_InertDocument):this.getInertBodyElement=this.getInertBodyElement_XHR}return e.prototype.getInertBodyElement_XHR=function(e){e=""+e+"";try{e=encodeURI(e)}catch(e){return null}var t=new XMLHttpRequest;t.responseType="document",t.open("GET","data:text/html;charset=utf-8,"+e,!1),t.send(null);var n=t.response.body;return n.removeChild(n.firstChild),n},e.prototype.getInertBodyElement_DOMParser=function(e){e=""+e+"";try{var t=(new window.DOMParser).parseFromString(e,"text/html").body;return t.removeChild(t.firstChild),t}catch(e){return null}},e.prototype.getInertBodyElement_InertDocument=function(e){var t=this.DOM.createElement("template");return"content"in t?(this.DOM.setInnerHTML(t,e),t):(this.DOM.setInnerHTML(this.inertBodyElement,e),this.defaultDoc.documentMode&&this.stripCustomNsAttrs(this.inertBodyElement),this.inertBodyElement)},e.prototype.stripCustomNsAttrs=function(e){var t=this;this.DOM.attributeMap(e).forEach(function(n,r){"xmlns:ns1"!==r&&0!==r.indexOf("ns1:")||t.DOM.removeAttribute(e,r)});for(var n=0,r=this.DOM.childNodesAsList(e);n")):this.sanitizedSomething=!0},e.prototype.endElement=function(e){var t=this.DOM.nodeName(e).toLowerCase();Ie.hasOwnProperty(t)&&!xe.hasOwnProperty(t)&&(this.buf.push(""))},e.prototype.chars=function(e){this.buf.push(Ne(e))},e.prototype.checkClobberedElement=function(e,t){if(t&&this.DOM.contains(e,t))throw new Error("Failed to sanitize html because the element is clobbered: "+this.DOM.getOuterHTML(e));return t},e}(),Me=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,De=/([^\#-~ |!])/g;function Ne(e){return e.replace(/&/g,"&").replace(Me,function(e){return"&#"+(1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536)+";"}).replace(De,function(e){return"&#"+e.charCodeAt(0)+";"}).replace(//g,">")}var Ae=new RegExp("^([-,.\"'%_!# a-zA-Z0-9]+|(?:(?:matrix|translate|scale|rotate|skew|perspective)(?:X|Y|3d)?|(?:rgb|hsl)a?|(?:repeating-)?(?:linear|radial)-gradient|(?:calc|attr))\\([-0-9.%, #a-zA-Z]+\\))$","g"),Re=/^url\(([^)]+)\)$/,Fe=function(){},Le=function(e){function t(t){var n=e.call(this)||this;return n._doc=t,n}return Object(o.b)(t,e),t.prototype.sanitize=function(e,t){if(null==t)return null;switch(e){case i.SecurityContext.NONE:return t;case i.SecurityContext.HTML:return t instanceof Ve?t.changingThisBreaksApplicationSecurity:(this.checkNotSafeValue(t,"HTML"),function(e,t){var n=s(),r=null;try{we=we||new ge(e,n);var o=t?String(t):"";r=we.getInertBodyElement(o);var a=5,l=o;do{if(0===a)throw new Error("Failed to sanitize html because the input is unstable");a--,o=l,l=n.getInnerHTML(r),r=we.getInertBodyElement(o)}while(o!==l);var u=new Te,c=u.sanitizeChildren(n.getTemplateContent(r)||r);return Object(i.isDevMode)()&&u.sanitizedSomething&&n.log("WARNING: sanitizing HTML stripped some content (see http://g.co/ng/security#xss)."),c}finally{if(r)for(var p=n.getTemplateContent(r)||r,d=0,f=n.childNodesAsList(p);d":"&g;"};return e.replace(/[&"'<>]/g,function(e){return t[e]})}function rt(e){return e}var it=function(){function e(){this.store={},this.onSerializeCallbacks={}}return e.init=function(t){var n=new e;return n.store=t,n},e.prototype.get=function(e,t){return void 0!==this.store[e]?this.store[e]:t},e.prototype.set=function(e,t){this.store[e]=t},e.prototype.remove=function(e){delete this.store[e]},e.prototype.hasKey=function(e){return this.store.hasOwnProperty(e)},e.prototype.onSerialize=function(e,t){this.onSerializeCallbacks[e]=t},e.prototype.toJson=function(){for(var e in this.onSerializeCallbacks)if(this.onSerializeCallbacks.hasOwnProperty(e))try{this.store[e]=this.onSerializeCallbacks[e]()}catch(e){console.warn("Exception in onSerialize callback: ",e)}return JSON.stringify(this.store)},e}();function ot(e,t){var n,r=e.getElementById(t+"-state"),i={};if(r&&r.textContent)try{i=JSON.parse((n={"&a;":"&","&q;":'"',"&s;":"'","&l;":"<","&g;":">"},r.textContent.replace(/&[^;]+;/g,function(e){return n[e]})))}catch(e){console.warn("Exception while restoring TransferState for app "+t,e)}return it.init(i)}var at=function(){},st=function(){function e(){}return e.all=function(){return function(e){return!0}},e.css=function(e){return function(t){return null!=t.nativeElement&&s().elementMatches(t.nativeElement,e)}},e.directive=function(e){return function(t){return-1!==t.providerTokens.indexOf(e)}},e}(),lt=new i.Version("5.2.11")},OVmG:function(e,t,n){"use strict";n.d(t,"a",function(){return l});var r=n("TToO"),i=n("/iUD"),o=n("VwZZ"),a=n("t7NR"),s=n("tLDX"),l=function(e){function t(t,n,r){switch(e.call(this),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=a.a;break;case 1:if(!t){this.destination=a.a;break}if("object"==typeof t){if(c(t)){var i=t[s.a]();this.syncErrorThrowable=i.syncErrorThrowable,this.destination=i,i.add(this)}else this.syncErrorThrowable=!0,this.destination=new u(this,t);break}default:this.syncErrorThrowable=!0,this.destination=new u(this,t,n,r)}}return Object(r.b)(t,e),t.prototype[s.a]=function(){return this},t.create=function(e,n,r){var i=new t(e,n,r);return i.syncErrorThrowable=!1,i},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this))},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){this.destination.error(e),this.unsubscribe()},t.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},t.prototype._unsubscribeAndRecycle=function(){var e=this._parent,t=this._parents;return this._parent=null,this._parents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parent=e,this._parents=t,this},t}(o.a),u=function(e){function t(t,n,r,o){var s;e.call(this),this._parentSubscriber=t;var l=this;Object(i.a)(n)?s=n:n&&(s=n.next,r=n.error,o=n.complete,n!==a.a&&(l=Object.create(n),Object(i.a)(l.unsubscribe)&&this.add(l.unsubscribe.bind(l)),l.unsubscribe=this.unsubscribe.bind(this))),this._context=l,this._next=s,this._error=r,this._complete=o}return Object(r.b)(t,e),t.prototype.next=function(e){if(!this.isStopped&&this._next){var t=this._parentSubscriber;t.syncErrorThrowable?this.__tryOrSetError(t,this._next,e)&&this.unsubscribe():this.__tryOrUnsub(this._next,e)}},t.prototype.error=function(e){if(!this.isStopped){var t=this._parentSubscriber;if(this._error)t.syncErrorThrowable?(this.__tryOrSetError(t,this._error,e),this.unsubscribe()):(this.__tryOrUnsub(this._error,e),this.unsubscribe());else{if(!t.syncErrorThrowable)throw this.unsubscribe(),e;t.syncErrorValue=e,t.syncErrorThrown=!0,this.unsubscribe()}}},t.prototype.complete=function(){var e=this;if(!this.isStopped){var t=this._parentSubscriber;if(this._complete){var n=function(){return e._complete.call(e._context)};t.syncErrorThrowable?(this.__tryOrSetError(t,n),this.unsubscribe()):(this.__tryOrUnsub(n),this.unsubscribe())}else this.unsubscribe()}},t.prototype.__tryOrUnsub=function(e,t){try{e.call(this._context,t)}catch(e){throw this.unsubscribe(),e}},t.prototype.__tryOrSetError=function(e,t,n){try{t.call(this._context,n)}catch(t){return e.syncErrorValue=t,e.syncErrorThrown=!0,!0}return!1},t.prototype._unsubscribe=function(){var e=this._parentSubscriber;this._context=null,this._parentSubscriber=null,e.unsubscribe()},t}(l);function c(e){return e instanceof l||"syncErrorThrowable"in e&&e[s.a]}},PIsA:function(e,t,n){"use strict";var r=n("AMGY"),i=n("dgOU"),o=n("YaPU"),a=function(e){var t=e.Symbol;if("function"==typeof t)return t.iterator||(t.iterator=t("iterator polyfill")),t.iterator;var n=e.Set;if(n&&"function"==typeof(new n)["@@iterator"])return"@@iterator";var r=e.Map;if(r)for(var i=Object.getOwnPropertyNames(r.prototype),o=0;o1)this.connection=null;else{var n=this.connection,r=e._connection;this.connection=null,!r||n&&r!==n||r.unsubscribe()}}else this.connection=null},t}(a.a),p=function(e){function t(t,n){e.call(this),this.source=t,this.subjectFactory=n,this._refCount=0,this._isComplete=!1}return Object(r.b)(t,e),t.prototype._subscribe=function(e){return this.getSubject().subscribe(e)},t.prototype.getSubject=function(){var e=this._subject;return e&&!e.isStopped||(this._subject=this.subjectFactory()),this._subject},t.prototype.connect=function(){var e=this._connection;return e||(this._isComplete=!1,(e=this._connection=new s.a).add(this.source.subscribe(new f(this.getSubject(),this))),e.closed?(this._connection=null,e=s.a.EMPTY):this._connection=e),e},t.prototype.refCount=function(){return l()(this)},t}(o.a).prototype,d={operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:p._subscribe},_isComplete:{value:p._isComplete,writable:!0},getSubject:{value:p.getSubject},connect:{value:p.connect},refCount:{value:p.refCount}},f=function(e){function t(t,n){e.call(this,t),this.connectable=n}return Object(r.b)(t,e),t.prototype._error=function(t){this._unsubscribe(),e.prototype._error.call(this,t)},t.prototype._complete=function(){this.connectable._isComplete=!0,this._unsubscribe(),e.prototype._complete.call(this)},t.prototype._unsubscribe=function(){var e=this.connectable;if(e){this.connectable=null;var t=e._connection;e._refCount=0,e._subject=null,e._connection=null,t&&t.unsubscribe()}},t}(i.b);function h(){return new i.a}t.a=function(){return this,l()((e=h,function(t){var n;n="function"==typeof e?e:function(){return e};var r=Object.create(t,d);return r.source=t,r.subjectFactory=n,r})(this));var e}},TToO:function(e,t,n){"use strict";t.b=function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)},n.d(t,"a",function(){return i});var r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n1?new t(e,r):1===i?new o(e[0],r):new a(r)},t.dispatch=function(e){var t=e.array,n=e.index,r=e.subscriber;n>=e.count?r.complete():(r.next(t[n]),r.closed||(e.index=n+1,this.schedule(e)))},t.prototype._subscribe=function(e){var n=this.array,r=n.length,i=this.scheduler;if(i)return i.schedule(t.dispatch,0,{array:n,index:0,count:r,subscriber:e});for(var o=0;o ");else if("object"==typeof t){var i=[];for(var o in t)if(t.hasOwnProperty(o)){var a=t[o];i.push(o+":"+("string"==typeof a?JSON.stringify(a):ee(a)))}r="{"+i.join(", ")+"}"}return"StaticInjectorError"+(n?"("+n+")":"")+"["+r+"]: "+e.replace(ge,"\n ")}function _e(e,t){return new Error(be(e,t))}var we="ngDebugContext",xe="ngOriginalError",Ce="ngErrorLogger";function Oe(e){return e[we]}function Ee(e){return e[xe]}function Ie(e){for(var t=[],n=1;n1?" ("+function(e){for(var t=[],n=0;n-1)return t.push(e[n]),t;t.push(e[n])}return t}(e.slice().reverse()).map(function(e){return ee(e.token)}).join(" -> ")+")":""}function ke(e,t,n,r){var i=[t],o=n(i),a=r?function(e,t){var n=o+" caused by: "+(t instanceof Error?t.message:t),r=Error(n);return r[xe]=t,r}(0,r):Error(o);return a.addKey=Te,a.keys=i,a.injectors=[e],a.constructResolvingMessage=n,a[xe]=r,a}function Te(e,t){this.injectors.push(e),this.keys.push(t),this.message=this.constructResolvingMessage(this.keys)}function Me(e,t){for(var n=[],r=0,i=t.length;r=this._providers.length)throw function(e){return Error("Index "+e+" is out-of-bounds.")}(e);return this._providers[e]},e.prototype._new=function(e){if(this._constructionCounter++>this._getMaxNumberOfObjects())throw ke(this,e.key,function(e){return"Cannot instantiate cyclic dependency!"+Pe(e)});return this._instantiateProvider(e)},e.prototype._getMaxNumberOfObjects=function(){return this.objs.length},e.prototype._instantiateProvider=function(e){if(e.multiProvider){for(var t=new Array(e.resolvedFactories.length),n=0;n0)e._bootstrapComponents.forEach(function(e){return t.bootstrap(e)});else{if(!e.instance.ngDoBootstrap)throw new Error("The module "+ee(e.instance.constructor)+' was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.');e.instance.ngDoBootstrap(t)}this._modules.push(e)},e.prototype.onDestroy=function(e){this._destroyListeners.push(e)},Object.defineProperty(e.prototype,"injector",{get:function(){return this._injector},enumerable:!0,configurable:!0}),e.prototype.destroy=function(){if(this._destroyed)throw new Error("The platform has already been destroyed!");this._modules.slice().forEach(function(e){return e.destroy()}),this._destroyListeners.forEach(function(e){return e()}),this._destroyed=!0},Object.defineProperty(e.prototype,"destroyed",{get:function(){return this._destroyed},enumerable:!0,configurable:!0}),e}();function hn(e,t){return Array.isArray(t)?t.reduce(hn,e):Object(r.a)({},e,t)}var gn=function(){function e(e,t,n,r,s,l){var u=this;this._zone=e,this._console=t,this._injector=n,this._exceptionHandler=r,this._componentFactoryResolver=s,this._initStatus=l,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._enforceNoNewChanges=!1,this._stable=!0,this.componentTypes=[],this.components=[],this._enforceNoNewChanges=an(),this._zone.onMicrotaskEmpty.subscribe({next:function(){u._zone.run(function(){u.tick()})}});var c=new i.a(function(e){u._stable=u._zone.isStable&&!u._zone.hasPendingMacrotasks&&!u._zone.hasPendingMicrotasks,u._zone.runOutsideAngular(function(){e.next(u._stable),e.complete()})}),p=new i.a(function(e){var t;u._zone.runOutsideAngular(function(){t=u._zone.onStable.subscribe(function(){Ut.assertNotInAngularZone(),J(function(){u._stable||u._zone.hasPendingMacrotasks||u._zone.hasPendingMicrotasks||(u._stable=!0,e.next(!0))})})});var n=u._zone.onUnstable.subscribe(function(){Ut.assertInAngularZone(),u._stable&&(u._stable=!1,u._zone.runOutsideAngular(function(){e.next(!1)}))});return function(){t.unsubscribe(),n.unsubscribe()}});this.isStable=Object(o.a)(c,a.a.call(p))}return e.prototype.bootstrap=function(e,t){var n,r=this;if(!this._initStatus.done)throw new Error("Cannot bootstrap as there are still asynchronous initializers running. Bootstrap components in the `ngDoBootstrap` method of the root module.");n=e instanceof _t?e:this._componentFactoryResolver.resolveComponentFactory(e),this.componentTypes.push(n.componentType);var i=n instanceof Pt?null:this._injector.get(kt),o=n.create(se.NULL,[],t||n.selector,i);o.onDestroy(function(){r._unloadComponent(o)});var a=o.injector.get(Qt,null);return a&&o.injector.get(Yt).registerApplication(o.location.nativeElement,a),this._loadComponent(o),an()&&this._console.log("Angular is running in the development mode. Call enableProdMode() to enable the production mode."),o},e.prototype.tick=function(){var t=this;if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");var n=e._tickScope();try{this._runningTick=!0,this._views.forEach(function(e){return e.detectChanges()}),this._enforceNoNewChanges&&this._views.forEach(function(e){return e.checkNoChanges()})}catch(e){this._zone.runOutsideAngular(function(){return t._exceptionHandler.handleError(e)})}finally{this._runningTick=!1,Vt(n)}},e.prototype.attachView=function(e){var t=e;this._views.push(t),t.attachToAppRef(this)},e.prototype.detachView=function(e){var t=e;yn(this._views,t),t.detachFromAppRef()},e.prototype._loadComponent=function(e){this.attachView(e.hostView),this.tick(),this.components.push(e),this._injector.get(pt,[]).concat(this._bootstrapListeners).forEach(function(t){return t(e)})},e.prototype._unloadComponent=function(e){this.detachView(e.hostView),yn(this.components,e)},e.prototype.ngOnDestroy=function(){this._views.slice().forEach(function(e){return e.destroy()})},Object.defineProperty(e.prototype,"viewCount",{get:function(){return this._views.length},enumerable:!0,configurable:!0}),e._tickScope=jt("ApplicationRef#tick()"),e}();function yn(e,t){var n=e.indexOf(t);n>-1&&e.splice(n,1)}var mn=function(e,t,n,r,i,o){this.id=e,this.templateUrl=t,this.slotCount=n,this.encapsulation=r,this.styles=i,this.animations=o},vn=function(){},bn=function(){},_n=function(){},wn=function(){},xn=function(){var e={Important:1,DashCase:2};return e[e.Important]="Important",e[e.DashCase]="DashCase",e}(),Cn=function(){},On=function(e){this.nativeElement=e},En=function(){},In=new Map;function Sn(e,t){var n=In.get(e);if(n)throw new Error("Duplicate module registered for "+e+" - "+n.moduleType.name+" vs "+t.moduleType.name);In.set(e,t)}function Pn(e){var t=In.get(e);if(!t)throw new Error("No module with ID "+e+" loaded");return t}var kn=function(){function e(){this.dirty=!0,this._results=[],this.changes=new Bt,this.length=0}return e.prototype.map=function(e){return this._results.map(e)},e.prototype.filter=function(e){return this._results.filter(e)},e.prototype.find=function(e){return this._results.find(e)},e.prototype.reduce=function(e,t){return this._results.reduce(e,t)},e.prototype.forEach=function(e){this._results.forEach(e)},e.prototype.some=function(e){return this._results.some(e)},e.prototype.toArray=function(){return this._results.slice()},e.prototype[Y()]=function(){return this._results[Y()]()},e.prototype.toString=function(){return this._results.toString()},e.prototype.reset=function(e){this._results=function e(t){return t.reduce(function(t,n){var r=Array.isArray(n)?e(n):n;return t.concat(r)},[])}(e),this.dirty=!1,this.length=this._results.length,this.last=this._results[this.length-1],this.first=this._results[0]},e.prototype.notifyOnChanges=function(){this.changes.emit(this)},e.prototype.setDirty=function(){this.dirty=!0},e.prototype.destroy=function(){this.changes.complete(),this.changes.unsubscribe()},e}(),Tn=function(){},Mn={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"},Dn=function(){function e(e,t){this._compiler=e,this._config=t||Mn}return e.prototype.load=function(e){return this._compiler instanceof yt?this.loadFactory(e):this.loadAndCompile(e)},e.prototype.loadAndCompile=function(e){var t=this,r=e.split("#"),i=r[0],o=r[1];return void 0===o&&(o="default"),n("Jnfr")(i).then(function(e){return e[o]}).then(function(e){return Nn(e,i,o)}).then(function(e){return t._compiler.compileModuleAsync(e)})},e.prototype.loadFactory=function(e){var t=e.split("#"),r=t[0],i=t[1],o="NgFactory";return void 0===i&&(i="default",o=""),n("Jnfr")(this._config.factoryPathPrefix+r+this._config.factoryPathSuffix).then(function(e){return e[i+o]}).then(function(e){return Nn(e,r,i)})},e}();function Nn(e,t,n){if(!e)throw new Error("Cannot find '"+n+"' in '"+t+"'");return e}var An=function(){},Rn=function(){},Fn=function(){},Ln=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(r.b)(t,e),t}(Fn),jn=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(r.b)(t,e),t}(Ln),Vn=function(){function e(e,t,n){this._debugContext=n,this.nativeNode=e,t&&t instanceof zn?t.addChild(this):this.parent=null,this.listeners=[]}return Object.defineProperty(e.prototype,"injector",{get:function(){return this._debugContext.injector},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentInstance",{get:function(){return this._debugContext.component},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._debugContext.context},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"references",{get:function(){return this._debugContext.references},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"providerTokens",{get:function(){return this._debugContext.providerTokens},enumerable:!0,configurable:!0}),e}(),zn=function(e){function t(t,n,r){var i=e.call(this,t,n,r)||this;return i.properties={},i.attributes={},i.classes={},i.styles={},i.childNodes=[],i.nativeElement=t,i}return Object(r.b)(t,e),t.prototype.addChild=function(e){e&&(this.childNodes.push(e),e.parent=this)},t.prototype.removeChild=function(e){var t=this.childNodes.indexOf(e);-1!==t&&(e.parent=null,this.childNodes.splice(t,1))},t.prototype.insertChildrenAfter=function(e,t){var n,r=this,i=this.childNodes.indexOf(e);-1!==i&&((n=this.childNodes).splice.apply(n,[i+1,0].concat(t)),t.forEach(function(e){e.parent&&e.parent.removeChild(e),e.parent=r}))},t.prototype.insertBefore=function(e,t){var n=this.childNodes.indexOf(e);-1===n?this.addChild(t):(t.parent&&t.parent.removeChild(t),t.parent=this,this.childNodes.splice(n,0,t))},t.prototype.query=function(e){return this.queryAll(e)[0]||null},t.prototype.queryAll=function(e){var t=[];return Bn(this,e,t),t},t.prototype.queryAllNodes=function(e){var t=[];return Un(this,e,t),t},Object.defineProperty(t.prototype,"children",{get:function(){return this.childNodes.filter(function(e){return e instanceof t})},enumerable:!0,configurable:!0}),t.prototype.triggerEventHandler=function(e,t){this.listeners.forEach(function(n){n.name==e&&n.callback(t)})},t}(Vn);function Hn(e){return e.map(function(e){return e.nativeElement})}function Bn(e,t,n){e.childNodes.forEach(function(e){e instanceof zn&&(t(e)&&n.push(e),Bn(e,t,n))})}function Un(e,t,n){e instanceof zn&&e.childNodes.forEach(function(e){t(e)&&n.push(e),e instanceof zn&&Un(e,t,n)})}var Gn=new Map;function Zn(e){return Gn.get(e)||null}function Wn(e){Gn.set(e.nativeNode,e)}function qn(e,t){var n=Qn(e),r=Qn(t);return n&&r?function(e,t,n){for(var r=e[Y()](),i=t[Y()]();;){var o=r.next(),a=i.next();if(o.done&&a.done)return!0;if(o.done||a.done)return!1;if(!n(o.value,a.value))return!1}}(e,t,qn):!(n||!e||"object"!=typeof e&&"function"!=typeof e||r||!t||"object"!=typeof t&&"function"!=typeof t)||X(e,t)}var Kn=function(){function e(e){this.wrapped=e}return e.wrap=function(t){return new e(t)},e.unwrap=function(t){return e.isWrapped(t)?t.wrapped:t},e.isWrapped=function(t){return t instanceof e},e}(),$n=function(){function e(e,t,n){this.previousValue=e,this.currentValue=t,this.firstChange=n}return e.prototype.isFirstChange=function(){return this.firstChange},e}();function Qn(e){return!!Yn(e)&&(Array.isArray(e)||!(e instanceof Map)&&Y()in e)}function Yn(e){return null!==e&&("function"==typeof e||"object"==typeof e)}var Jn=function(){function e(){}return e.prototype.supports=function(e){return Qn(e)},e.prototype.create=function(e){return new er(e)},e}(),Xn=function(e,t){return t},er=function(){function e(e){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=e||Xn}return e.prototype.forEachItem=function(e){var t;for(t=this._itHead;null!==t;t=t._next)e(t)},e.prototype.forEachOperation=function(e){for(var t=this._itHead,n=this._removalsHead,r=0,i=null;t||n;){var o=!n||t&&t.currentIndex=n.length)&&(t=n.length-1),t<0)return null;var r=n[t];return r.viewContainerParent=null,Vi(n,t),Dr.dirtyParentQueries(r),Li(r),r}function Fi(e,t,n){var r=t?Xr(t,t.def.lastRenderRootNode):e.renderElement;ui(n,2,n.renderer.parentNode(r),n.renderer.nextSibling(r),void 0)}function Li(e){ui(e,3,null,null,void 0)}function ji(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function Vi(e,t){t>=e.length-1?e.pop():e.splice(t,1)}var zi=new Object;function Hi(e,t,n,r,i,o){return new Ui(e,t,n,r,i,o)}function Bi(e){return e.viewDefFactory}var Ui=function(e){function t(t,n,r,i,o,a){var s=e.call(this)||this;return s.selector=t,s.componentType=n,s._inputs=i,s._outputs=o,s.ngContentSelectors=a,s.viewDefFactory=r,s}return Object(r.b)(t,e),Object.defineProperty(t.prototype,"inputs",{get:function(){var e=[],t=this._inputs;for(var n in t)e.push({propName:n,templateName:t[n]});return e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"outputs",{get:function(){var e=[];for(var t in this._outputs)e.push({propName:t,templateName:this._outputs[t]});return e},enumerable:!0,configurable:!0}),t.prototype.create=function(e,t,n,r){if(!r)throw new Error("ngModule should be provided");var i=li(this.viewDefFactory),o=i.nodes[0].element.componentProvider.nodeIndex,a=Dr.createRootView(e,t||[],n,i,r,zi),s=Pr(a,o).instance;return n&&a.renderer.setAttribute(Sr(a,0).renderElement,"ng-version",V.full),new Gi(a,new Ki(a),s)},t}(_t),Gi=function(e){function t(t,n,r){var i=e.call(this)||this;return i._view=t,i._viewRef=n,i._component=r,i._elDef=i._view.def.nodes[0],i.hostView=n,i.changeDetectorRef=n,i.instance=r,i}return Object(r.b)(t,e),Object.defineProperty(t.prototype,"location",{get:function(){return new On(Sr(this._view,this._elDef.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return new Ji(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentType",{get:function(){return this._component.constructor},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){this._viewRef.destroy()},t.prototype.onDestroy=function(e){this._viewRef.onDestroy(e)},t}(bt);function Zi(e,t,n){return new Wi(e,t,n)}var Wi=function(){function e(e,t,n){this._view=e,this._elDef=t,this._data=n,this._embeddedViews=[]}return Object.defineProperty(e.prototype,"element",{get:function(){return new On(this._data.renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return new Ji(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"parentInjector",{get:function(){for(var e=this._view,t=this._elDef.parent;!t&&e;)t=Jr(e),e=e.parent;return e?new Ji(e,t):new Ji(this._view,null)},enumerable:!0,configurable:!0}),e.prototype.clear=function(){for(var e=this._embeddedViews.length-1;e>=0;e--){var t=Ri(this._data,e);Dr.destroyView(t)}},e.prototype.get=function(e){var t=this._embeddedViews[e];if(t){var n=new Ki(t);return n.attachToViewContainerRef(this),n}return null},Object.defineProperty(e.prototype,"length",{get:function(){return this._embeddedViews.length},enumerable:!0,configurable:!0}),e.prototype.createEmbeddedView=function(e,t,n){var r=e.createEmbeddedView(t||{});return this.insert(r,n),r},e.prototype.createComponent=function(e,t,n,r,i){var o=n||this.parentInjector;i||e instanceof Pt||(i=o.get(kt));var a=e.create(o,r,void 0,i);return this.insert(a.hostView,t),a},e.prototype.insert=function(e,t){if(e.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");var n,r,i,o,a=e;return i=a._view,o=(n=this._data).viewContainer._embeddedViews,null!==(r=t)&&void 0!==r||(r=o.length),i.viewContainerParent=this._view,ji(o,r,i),function(e,t){var n=Yr(t);if(n&&n!==e&&!(16&t.state)){t.state|=16;var r=n.template._projectedViews;r||(r=n.template._projectedViews=[]),r.push(t),function(e,n){if(!(4&n.flags)){t.parent.def.nodeFlags|=4,n.flags|=4;for(var r=n.parent;r;)r.childFlags|=4,r=r.parent}}(0,t.parentNodeDef)}}(n,i),Dr.dirtyParentQueries(i),Fi(n,r>0?o[r-1]:null,i),a.attachToViewContainerRef(this),e},e.prototype.move=function(e,t){if(e.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");var n,r,i,o,a,s=this._embeddedViews.indexOf(e._view);return i=t,a=(o=(n=this._data).viewContainer._embeddedViews)[r=s],Vi(o,r),null==i&&(i=o.length),ji(o,i,a),Dr.dirtyParentQueries(a),Li(a),Fi(n,i>0?o[i-1]:null,a),e},e.prototype.indexOf=function(e){return this._embeddedViews.indexOf(e._view)},e.prototype.remove=function(e){var t=Ri(this._data,e);t&&Dr.destroyView(t)},e.prototype.detach=function(e){var t=Ri(this._data,e);return t?new Ki(t):null},e}();function qi(e){return new Ki(e)}var Ki=function(){function e(e){this._view=e,this._viewContainerRef=null,this._appRef=null}return Object.defineProperty(e.prototype,"rootNodes",{get:function(){return ui(this._view,0,void 0,void 0,e=[]),e;var e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._view.context},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"destroyed",{get:function(){return 0!=(128&this._view.state)},enumerable:!0,configurable:!0}),e.prototype.markForCheck=function(){Kr(this._view)},e.prototype.detach=function(){this._view.state&=-5},e.prototype.detectChanges=function(){var e=this._view.root.rendererFactory;e.begin&&e.begin();try{Dr.checkAndUpdateView(this._view)}finally{e.end&&e.end()}},e.prototype.checkNoChanges=function(){Dr.checkNoChangesView(this._view)},e.prototype.reattach=function(){this._view.state|=4},e.prototype.onDestroy=function(e){this._view.disposables||(this._view.disposables=[]),this._view.disposables.push(e)},e.prototype.destroy=function(){this._appRef?this._appRef.detachView(this):this._viewContainerRef&&this._viewContainerRef.detach(this._viewContainerRef.indexOf(this)),Dr.destroyView(this._view)},e.prototype.detachFromAppRef=function(){this._appRef=null,Li(this._view),Dr.dirtyParentQueries(this._view)},e.prototype.attachToAppRef=function(e){if(this._viewContainerRef)throw new Error("This view is already attached to a ViewContainer!");this._appRef=e},e.prototype.attachToViewContainerRef=function(e){if(this._appRef)throw new Error("This view is already attached directly to the ApplicationRef!");this._viewContainerRef=e},e}();function $i(e,t){return new Qi(e,t)}var Qi=function(e){function t(t,n){var r=e.call(this)||this;return r._parentView=t,r._def=n,r}return Object(r.b)(t,e),t.prototype.createEmbeddedView=function(e){return new Ki(Dr.createEmbeddedView(this._parentView,this._def,this._def.element.template,e))},Object.defineProperty(t.prototype,"elementRef",{get:function(){return new On(Sr(this._parentView,this._def.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),t}(An);function Yi(e,t){return new Ji(e,t)}var Ji=function(){function e(e,t){this.view=e,this.elDef=t}return e.prototype.get=function(e,t){return void 0===t&&(t=se.THROW_IF_NOT_FOUND),Dr.resolveDep(this.view,this.elDef,!!this.elDef&&0!=(33554432&this.elDef.flags),{flags:0,token:e,tokenKey:jr(e)},t)},e}();function Xi(e,t){var n=e.def.nodes[t];if(1&n.flags){var r=Sr(e,n.nodeIndex);return n.element.template?r.template:r.renderElement}if(2&n.flags)return Ir(e,n.nodeIndex).renderText;if(20240&n.flags)return Pr(e,n.nodeIndex).instance;throw new Error("Illegal state: read nodeValue for node index "+t)}function eo(e){return new to(e.renderer)}var to=function(){function e(e){this.delegate=e}return e.prototype.selectRootElement=function(e){return this.delegate.selectRootElement(e)},e.prototype.createElement=function(e,t){var n=gi(t),r=this.delegate.createElement(n[1],n[0]);return e&&this.delegate.appendChild(e,r),r},e.prototype.createViewRoot=function(e){return e},e.prototype.createTemplateAnchor=function(e){var t=this.delegate.createComment("");return e&&this.delegate.appendChild(e,t),t},e.prototype.createText=function(e,t){var n=this.delegate.createText(t);return e&&this.delegate.appendChild(e,n),n},e.prototype.projectNodes=function(e,t){for(var n=0;n0,t.provider.value,t.provider.deps);if(t.outputs.length)for(var r=0;r0,r=t.provider;switch(201347067&t.flags){case 512:return wo(e,t.parent,n,r.value,r.deps);case 1024:return function(e,t,n,r,i){var o=i.length;switch(o){case 0:return r();case 1:return r(Co(e,t,n,i[0]));case 2:return r(Co(e,t,n,i[0]),Co(e,t,n,i[1]));case 3:return r(Co(e,t,n,i[0]),Co(e,t,n,i[1]),Co(e,t,n,i[2]));default:for(var a=Array(o),s=0;s0)u=g,Go(g)||(c=g);else for(;u&&h===u.nodeIndex+u.childCount;){var v=u.parent;v&&(v.childFlags|=u.childFlags,v.childMatchedQueries|=u.childMatchedQueries),c=(u=v)&&Go(u)?u.renderParent:u}}return{factory:null,nodeFlags:a,rootNodeFlags:s,nodeMatchedQueries:l,flags:e,nodes:t,updateDirectives:n||Fr,updateRenderer:r||Fr,handleEvent:function(e,n,r,i){return t[n].element.handleEvent(e,r,i)},bindingCount:i,outputCount:o,lastRenderRootNode:f}}function Go(e){return 0!=(1&e.flags)&&null===e.element.name}function Zo(e,t,n){var r=t.element&&t.element.template;if(r){if(!r.lastRenderRootNode)throw new Error("Illegal State: Embedded templates without nodes are not allowed!");if(r.lastRenderRootNode&&16777216&r.lastRenderRootNode.flags)throw new Error("Illegal State: Last root node of a template can't have embedded views, at index "+t.nodeIndex+"!")}if(20224&t.flags&&0==(1&(e?e.flags:0)))throw new Error("Illegal State: StaticProvider/Directive nodes need to be children of elements or anchors, at index "+t.nodeIndex+"!");if(t.query){if(67108864&t.flags&&(!e||0==(16384&e.flags)))throw new Error("Illegal State: Content Query nodes need to be children of directives, at index "+t.nodeIndex+"!");if(134217728&t.flags&&e)throw new Error("Illegal State: View Query nodes have to be top level nodes, at index "+t.nodeIndex+"!")}if(t.childCount){var i=e?e.nodeIndex+e.childCount:n-1;if(t.nodeIndex<=i&&t.nodeIndex+t.childCount>i)throw new Error("Illegal State: childCount of node leads outside of parent, at index "+t.nodeIndex+"!")}}function Wo(e,t,n,r){var i=$o(e.root,e.renderer,e,t,n);return Qo(i,e.component,r),Yo(i),i}function qo(e,t,n){var r=$o(e,e.renderer,null,null,t);return Qo(r,n,n),Yo(r),r}function Ko(e,t,n,r){var i,o=t.element.componentRendererType;return i=o?e.root.rendererFactory.createRenderer(r,o):e.root.renderer,$o(e.root,i,e,t.element.componentProvider,n)}function $o(e,t,n,r,i){var o=new Array(i.nodes.length),a=i.outputCount?new Array(i.outputCount):null;return{def:i,parent:n,viewContainerParent:null,parentNodeDef:r,context:null,component:null,nodes:o,state:13,root:e,renderer:t,oldValues:new Array(i.bindingCount),disposables:a,initIndex:-1}}function Qo(e,t,n){e.component=t,e.context=n}function Yo(e){var t;ti(e)&&(t=Sr(e.parent,e.parentNodeDef.parent.nodeIndex).renderElement);for(var n=e.def,r=e.nodes,i=0;i0&&Si(e,t,0,n)&&(f=!0),d>1&&Si(e,t,1,r)&&(f=!0),d>2&&Si(e,t,2,i)&&(f=!0),d>3&&Si(e,t,3,o)&&(f=!0),d>4&&Si(e,t,4,a)&&(f=!0),d>5&&Si(e,t,5,s)&&(f=!0),d>6&&Si(e,t,6,l)&&(f=!0),d>7&&Si(e,t,7,u)&&(f=!0),d>8&&Si(e,t,8,c)&&(f=!0),d>9&&Si(e,t,9,p)&&(f=!0),f}(e,t,n,r,i,o,a,s,l,u,c,p);case 2:return function(e,t,n,r,i,o,a,s,l,u,c,p){var d=!1,f=t.bindings,h=f.length;if(h>0&&Wr(e,t,0,n)&&(d=!0),h>1&&Wr(e,t,1,r)&&(d=!0),h>2&&Wr(e,t,2,i)&&(d=!0),h>3&&Wr(e,t,3,o)&&(d=!0),h>4&&Wr(e,t,4,a)&&(d=!0),h>5&&Wr(e,t,5,s)&&(d=!0),h>6&&Wr(e,t,6,l)&&(d=!0),h>7&&Wr(e,t,7,u)&&(d=!0),h>8&&Wr(e,t,8,c)&&(d=!0),h>9&&Wr(e,t,9,p)&&(d=!0),d){var g=t.text.prefix;h>0&&(g+=Bo(n,f[0])),h>1&&(g+=Bo(r,f[1])),h>2&&(g+=Bo(i,f[2])),h>3&&(g+=Bo(o,f[3])),h>4&&(g+=Bo(a,f[4])),h>5&&(g+=Bo(s,f[5])),h>6&&(g+=Bo(l,f[6])),h>7&&(g+=Bo(u,f[7])),h>8&&(g+=Bo(c,f[8])),h>9&&(g+=Bo(p,f[9]));var y=Ir(e,t.nodeIndex).renderText;e.renderer.setValue(y,g)}return d}(e,t,n,r,i,o,a,s,l,u,c,p);case 16384:return function(e,t,n,r,i,o,a,s,l,u,c,p){var d=Pr(e,t.nodeIndex),f=d.instance,h=!1,g=void 0,y=t.bindings.length;return y>0&&Zr(e,t,0,n)&&(h=!0,g=Eo(e,d,t,0,n,g)),y>1&&Zr(e,t,1,r)&&(h=!0,g=Eo(e,d,t,1,r,g)),y>2&&Zr(e,t,2,i)&&(h=!0,g=Eo(e,d,t,2,i,g)),y>3&&Zr(e,t,3,o)&&(h=!0,g=Eo(e,d,t,3,o,g)),y>4&&Zr(e,t,4,a)&&(h=!0,g=Eo(e,d,t,4,a,g)),y>5&&Zr(e,t,5,s)&&(h=!0,g=Eo(e,d,t,5,s,g)),y>6&&Zr(e,t,6,l)&&(h=!0,g=Eo(e,d,t,6,l,g)),y>7&&Zr(e,t,7,u)&&(h=!0,g=Eo(e,d,t,7,u,g)),y>8&&Zr(e,t,8,c)&&(h=!0,g=Eo(e,d,t,8,c,g)),y>9&&Zr(e,t,9,p)&&(h=!0,g=Eo(e,d,t,9,p,g)),g&&f.ngOnChanges(g),65536&t.flags&&Er(e,256,t.nodeIndex)&&f.ngOnInit(),262144&t.flags&&f.ngDoCheck(),h}(e,t,n,r,i,o,a,s,l,u,c,p);case 32:case 64:case 128:return function(e,t,n,r,i,o,a,s,l,u,c,p){var d=t.bindings,f=!1,h=d.length;if(h>0&&Wr(e,t,0,n)&&(f=!0),h>1&&Wr(e,t,1,r)&&(f=!0),h>2&&Wr(e,t,2,i)&&(f=!0),h>3&&Wr(e,t,3,o)&&(f=!0),h>4&&Wr(e,t,4,a)&&(f=!0),h>5&&Wr(e,t,5,s)&&(f=!0),h>6&&Wr(e,t,6,l)&&(f=!0),h>7&&Wr(e,t,7,u)&&(f=!0),h>8&&Wr(e,t,8,c)&&(f=!0),h>9&&Wr(e,t,9,p)&&(f=!0),f){var g=kr(e,t.nodeIndex),y=void 0;switch(201347067&t.flags){case 32:y=new Array(d.length),h>0&&(y[0]=n),h>1&&(y[1]=r),h>2&&(y[2]=i),h>3&&(y[3]=o),h>4&&(y[4]=a),h>5&&(y[5]=s),h>6&&(y[6]=l),h>7&&(y[7]=u),h>8&&(y[8]=c),h>9&&(y[9]=p);break;case 64:y={},h>0&&(y[d[0].name]=n),h>1&&(y[d[1].name]=r),h>2&&(y[d[2].name]=i),h>3&&(y[d[3].name]=o),h>4&&(y[d[4].name]=a),h>5&&(y[d[5].name]=s),h>6&&(y[d[6].name]=l),h>7&&(y[d[7].name]=u),h>8&&(y[d[8].name]=c),h>9&&(y[d[9].name]=p);break;case 128:var m=n;switch(h){case 1:y=m.transform(n);break;case 2:y=m.transform(r);break;case 3:y=m.transform(r,i);break;case 4:y=m.transform(r,i,o);break;case 5:y=m.transform(r,i,o,a);break;case 6:y=m.transform(r,i,o,a,s);break;case 7:y=m.transform(r,i,o,a,s,l);break;case 8:y=m.transform(r,i,o,a,s,l,u);break;case 9:y=m.transform(r,i,o,a,s,l,u,c);break;case 10:y=m.transform(r,i,o,a,s,l,u,c,p)}}g.value=y}return f}(e,t,n,r,i,o,a,s,l,u,c,p);default:throw"unreachable"}}(e,t,r,i,o,a,s,l,u,c,p,d):function(e,t,n){switch(201347067&t.flags){case 1:return function(e,t,n){for(var r=!1,i=0;i0&&qr(e,t,0,n),d>1&&qr(e,t,1,r),d>2&&qr(e,t,2,i),d>3&&qr(e,t,3,o),d>4&&qr(e,t,4,a),d>5&&qr(e,t,5,s),d>6&&qr(e,t,6,l),d>7&&qr(e,t,7,u),d>8&&qr(e,t,8,c),d>9&&qr(e,t,9,p)}(e,t,r,i,o,a,s,l,u,c,p,d):function(e,t,n){for(var r=0;r0&&cs(n[t-1],r.next),n.splice(t,1),function(e){for(var t=e;t;){var n=null;if(t.views&&t.views.length?n=t.views[0].data:t.child?n=t.child:t.next&&(ds(t),n=t.next),null==n){for(;t&&!t.next;)ds(t),t=ps(t,e);ds(t||e),n=t&&t.next}t=n}}(r.data),ls(e,r,!1),e.query&&e.query.removeView(e,r,t),r}function cs(e,t){e.next=t,e.data.next=t?t.data:null}function ps(e,t){var n;return(n=e.node)&&2==(3&n.flags)?n.parent.data:e.parent===t?null:e.parent}function ds(e){if(e.cleanup){for(var t=e.cleanup,n=0;n=bs.length?bs[e]=null:s.staticData=bs[e],vs?(ws=null,ms.view!==_s&&2!=(3&ms.flags)||(ngDevMode&&ns(ms.child,null,"previousNode.child"),ms.child=s)):ms&&(ngDevMode&&ns(ms.next,null,"previousNode.next"),ms.next=s)),ms=s,vs=!0,s}function Ns(e,t,n,r){var i,o;if(null==t){var a=Cs[e];o=a&&a.native}else{ngDevMode&&ns(_s.bindingStartIndex,null,"bindingStartIndex");var s="string"!=typeof t,l=s?t.tag:t;if(null===l)throw"for now name is required";o=gs.createElement(l);var u=null;if(s){var c=As(t.template);u=Ys(Ms(-1,ys.createRenderer(o,t.rendererType),c))}null==(i=Ds(e,3,o,u)).staticData&&(ngDevMode&&nl(e-1),i.staticData=bs[e]=Vs(l,n||null,null,r||null)),n&&function(e,t){ngDevMode&&ns(t.length%2,0,"attrs.length % 2");for(var n=gs.setAttribute,r=0;r>12,i=r,o=r+((4092&e)>>2);i=bs.length&&(bs[e]=n,r)){ngDevMode&&rs(ms.staticData,"previousOrParentNode.staticData");var a=ms.staticData;(a.localNames||(a.localNames=[])).push(r,e)}var s=n.diPublic;s&&s(n);var l=ms.staticData;l&&l.attrs&&function(e,t,r){var i=((4092&ms.flags)>>2)-1,o=r.initialInputs;(void 0===o||i>=o.length)&&(o=function(e,t,n){var r=n.initialInputs||(n.initialInputs=[]);r[e]=null;for(var i=n.attrs,o=0;o=n.length||null==n[e])&&(n[e]=[]),n[e]}(e,t));ks(a,Ds(null,2,null,a)),n.nextIndex++}return!o}function $s(){vs=!1;var e=ms=_s.node,t=ms.parent;ngDevMode&&as(e,2),ngDevMode&&as(t,0);var n=t.data,r=n.nextIndex<=n.views.length?n.views[n.nextIndex-1]:null;(null==r||r.data.id!==e.data.id)&&(function(e,t,n){var r=e.data,i=r.views;n>0&&cs(i[n-1],t),n=i.length&&i.push(t),r.nextIndex<=n&&r.nextIndex++,null!==e.data.renderParent&&ls(e,t,!0,function(t,n,r){var i=n.views;return t+1")}function rl(e,t){void 0===t&&(t={});var n,r=t.rendererFactory||Ss,i=e.ngComponentDef,o=Fs(r,t.host||i.tag),a=ks(Ms(-1,r.createRenderer(o,i.rendererType),[]),null);try{vs=!1,ms=null,Ds(0,3,o,Ms(-1,gs,As(i.template))),n=Us(1,i.n(),i)}finally{Ts(a)}return t.features&&t.features.forEach(function(e){return e(n,i)}),il(n),n}function il(e){ngDevMode&&rs(e,"component");var t=e[Ps];ngDevMode&&!t&&Rs("Not a directive instance",e),ngDevMode&&rs(t.data,"hostNode.data"),function(e,n,r,i){var o=ks(n,t);try{ys.begin&&ys.begin(),r.constructor.ngComponentDef.r(1,0)}finally{ys.end&&ys.end(),n.creationMode=!1,Ts(o)}}(0,t.view,e)}function ol(e){var t={type:e.type,diPublic:null,n:e.factory,tag:e.tag||null,template:e.template||null,r:e.refresh||function(t,n){Qs(t,n,e.template)},h:e.hostBindings||sl,inputs:ll(e.inputs),outputs:ll(e.outputs),methods:ll(e.methods),rendererType:Gr(e.rendererType)||null},n=e.features;return n&&n.forEach(function(e){return e(t)}),t}var al={};function sl(){}function ll(e){if(null==e)return al;var t={};for(var n in e)t[e[n]]=n;return t}function ul(e,t){return{type:7,name:e,definitions:t,options:{}}}function cl(e,t){return void 0===t&&(t=null),{type:4,styles:t,timings:e}}function pl(e,t){return void 0===t&&(t=null),{type:3,steps:e,options:t}}function dl(e,t){return void 0===t&&(t=null),{type:2,steps:e,options:t}}function fl(e){return{type:6,styles:e,offset:null}}function hl(e,t,n){return{type:0,name:e,styles:t,options:n}}function gl(e){return{type:5,steps:e}}function yl(e,t,n){return void 0===n&&(n=null),{type:1,expr:e,animation:t,options:n}}var ml="*";function vl(e,t){return ul(e,t)}function bl(e,t){return cl(e,t)}function _l(e){return pl(e)}function wl(e){return dl(e)}function xl(e){return fl(e)}function Cl(e,t){return hl(e,t)}function Ol(e){return gl(e)}function El(e,t){return yl(e,t)}}).call(t,n("DuR2"))},Xjw4:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n.d(t,"\u0275registerLocaleData",function(){return y}),n.d(t,"NgLocaleLocalization",function(){return $}),n.d(t,"NgLocalization",function(){return q}),n.d(t,"registerLocaleData",function(){return y}),n.d(t,"Plural",function(){return v}),n.d(t,"NumberFormatStyle",function(){return m}),n.d(t,"FormStyle",function(){return b}),n.d(t,"TranslationWidth",function(){return _}),n.d(t,"FormatWidth",function(){return w}),n.d(t,"NumberSymbol",function(){return x}),n.d(t,"WeekDay",function(){return C}),n.d(t,"getCurrencySymbol",function(){return Z}),n.d(t,"getLocaleDayPeriods",function(){return E}),n.d(t,"getLocaleDayNames",function(){return I}),n.d(t,"getLocaleMonthNames",function(){return S}),n.d(t,"getLocaleId",function(){return O}),n.d(t,"getLocaleEraNames",function(){return P}),n.d(t,"getLocaleWeekEndRange",function(){return T}),n.d(t,"getLocaleFirstDayOfWeek",function(){return k}),n.d(t,"getLocaleDateFormat",function(){return M}),n.d(t,"getLocaleDateTimeFormat",function(){return N}),n.d(t,"getLocaleExtraDayPeriodRules",function(){return z}),n.d(t,"getLocaleExtraDayPeriods",function(){return H}),n.d(t,"getLocalePluralCase",function(){return j}),n.d(t,"getLocaleTimeFormat",function(){return D}),n.d(t,"getLocaleNumberSymbol",function(){return A}),n.d(t,"getLocaleNumberFormat",function(){return R}),n.d(t,"getLocaleCurrencyName",function(){return L}),n.d(t,"getLocaleCurrencySymbol",function(){return F}),n.d(t,"\u0275parseCookieValue",function(){return Y}),n.d(t,"CommonModule",function(){return Tt}),n.d(t,"DeprecatedI18NPipesModule",function(){return Mt}),n.d(t,"NgClass",function(){return J}),n.d(t,"NgForOf",function(){return te}),n.d(t,"NgForOfContext",function(){return ee}),n.d(t,"NgIf",function(){return re}),n.d(t,"NgIfContext",function(){return ie}),n.d(t,"NgPlural",function(){return ue}),n.d(t,"NgPluralCase",function(){return ce}),n.d(t,"NgStyle",function(){return pe}),n.d(t,"NgSwitch",function(){return ae}),n.d(t,"NgSwitchCase",function(){return se}),n.d(t,"NgSwitchDefault",function(){return le}),n.d(t,"NgTemplateOutlet",function(){return de}),n.d(t,"NgComponentOutlet",function(){return X}),n.d(t,"DOCUMENT",function(){return Dt}),n.d(t,"AsyncPipe",function(){return yt}),n.d(t,"DatePipe",function(){return Me}),n.d(t,"I18nPluralPipe",function(){return wt}),n.d(t,"I18nSelectPipe",function(){return xt}),n.d(t,"JsonPipe",function(){return Ct}),n.d(t,"LowerCasePipe",function(){return mt}),n.d(t,"CurrencyPipe",function(){return It}),n.d(t,"DecimalPipe",function(){return Ot}),n.d(t,"PercentPipe",function(){return Et}),n.d(t,"SlicePipe",function(){return Pt}),n.d(t,"UpperCasePipe",function(){return bt}),n.d(t,"TitleCasePipe",function(){return vt}),n.d(t,"DeprecatedDatePipe",function(){return $e}),n.d(t,"DeprecatedCurrencyPipe",function(){return pt}),n.d(t,"DeprecatedDecimalPipe",function(){return ut}),n.d(t,"DeprecatedPercentPipe",function(){return ct}),n.d(t,"\u0275PLATFORM_BROWSER_ID",function(){return Nt}),n.d(t,"\u0275PLATFORM_SERVER_ID",function(){return At}),n.d(t,"\u0275PLATFORM_WORKER_APP_ID",function(){return Rt}),n.d(t,"\u0275PLATFORM_WORKER_UI_ID",function(){return Ft}),n.d(t,"isPlatformBrowser",function(){return Lt}),n.d(t,"isPlatformServer",function(){return jt}),n.d(t,"isPlatformWorkerApp",function(){return Vt}),n.d(t,"isPlatformWorkerUi",function(){return zt}),n.d(t,"VERSION",function(){return Ht}),n.d(t,"PlatformLocation",function(){return o}),n.d(t,"LOCATION_INITIALIZED",function(){return a}),n.d(t,"LocationStrategy",function(){return s}),n.d(t,"APP_BASE_HREF",function(){return l}),n.d(t,"HashLocationStrategy",function(){return p}),n.d(t,"PathLocationStrategy",function(){return d}),n.d(t,"Location",function(){return u}),n.d(t,"\u0275e",function(){return fe}),n.d(t,"\u0275d",function(){return G}),n.d(t,"\u0275a",function(){return W}),n.d(t,"\u0275b",function(){return Q}),n.d(t,"\u0275g",function(){return dt}),n.d(t,"\u0275f",function(){return kt});var r=n("WT6e"),i=n("TToO"),o=function(){},a=new r.InjectionToken("Location Initialized"),s=function(){},l=new r.InjectionToken("appBaseHref"),u=function(){function e(t){var n=this;this._subject=new r.EventEmitter,this._platformStrategy=t;var i=this._platformStrategy.getBaseHref();this._baseHref=e.stripTrailingSlash(c(i)),this._platformStrategy.onPopState(function(e){n._subject.emit({url:n.path(!0),pop:!0,type:e.type})})}return e.prototype.path=function(e){return void 0===e&&(e=!1),this.normalize(this._platformStrategy.path(e))},e.prototype.isCurrentPathEqualTo=function(t,n){return void 0===n&&(n=""),this.path()==this.normalize(t+e.normalizeQueryParams(n))},e.prototype.normalize=function(t){return e.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,c(t)))},e.prototype.prepareExternalUrl=function(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)},e.prototype.go=function(e,t){void 0===t&&(t=""),this._platformStrategy.pushState(null,"",e,t)},e.prototype.replaceState=function(e,t){void 0===t&&(t=""),this._platformStrategy.replaceState(null,"",e,t)},e.prototype.forward=function(){this._platformStrategy.forward()},e.prototype.back=function(){this._platformStrategy.back()},e.prototype.subscribe=function(e,t,n){return this._subject.subscribe({next:e,error:t,complete:n})},e.normalizeQueryParams=function(e){return e&&"?"!==e[0]?"?"+e:e},e.joinWithSlash=function(e,t){if(0==e.length)return t;if(0==t.length)return e;var n=0;return e.endsWith("/")&&n++,t.startsWith("/")&&n++,2==n?e+t.substring(1):1==n?e+t:e+"/"+t},e.stripTrailingSlash=function(e){var t=e.match(/#|\?|$/),n=t&&t.index||e.length;return e.slice(0,n-("/"===e[n-1]?1:0))+e.slice(n)},e}();function c(e){return e.replace(/\/index.html$/,"")}var p=function(e){function t(t,n){var r=e.call(this)||this;return r._platformLocation=t,r._baseHref="",null!=n&&(r._baseHref=n),r}return Object(i.b)(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.path=function(e){void 0===e&&(e=!1);var t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t},t.prototype.prepareExternalUrl=function(e){var t=u.joinWithSlash(this._baseHref,e);return t.length>0?"#"+t:t},t.prototype.pushState=function(e,t,n,r){var i=this.prepareExternalUrl(n+u.normalizeQueryParams(r));0==i.length&&(i=this._platformLocation.pathname),this._platformLocation.pushState(e,t,i)},t.prototype.replaceState=function(e,t,n,r){var i=this.prepareExternalUrl(n+u.normalizeQueryParams(r));0==i.length&&(i=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,i)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t}(s),d=function(e){function t(t,n){var r=e.call(this)||this;if(r._platformLocation=t,null==n&&(n=r._platformLocation.getBaseHrefFromDOM()),null==n)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");return r._baseHref=n,r}return Object(i.b)(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.prepareExternalUrl=function(e){return u.joinWithSlash(this._baseHref,e)},t.prototype.path=function(e){void 0===e&&(e=!1);var t=this._platformLocation.pathname+u.normalizeQueryParams(this._platformLocation.search),n=this._platformLocation.hash;return n&&e?""+t+n:t},t.prototype.pushState=function(e,t,n,r){var i=this.prepareExternalUrl(n+u.normalizeQueryParams(r));this._platformLocation.pushState(e,t,i)},t.prototype.replaceState=function(e,t,n,r){var i=this.prepareExternalUrl(n+u.normalizeQueryParams(r));this._platformLocation.replaceState(e,t,i)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t}(s),f={AOA:[,"Kz"],ARS:[,"$"],AUD:["A$","$"],BAM:[,"KM"],BBD:[,"$"],BDT:[,"\u09f3"],BMD:[,"$"],BND:[,"$"],BOB:[,"Bs"],BRL:["R$"],BSD:[,"$"],BWP:[,"P"],BYN:[,"\u0440."],BZD:[,"$"],CAD:["CA$","$"],CLP:[,"$"],CNY:["CN\xa5","\xa5"],COP:[,"$"],CRC:[,"\u20a1"],CUC:[,"$"],CUP:[,"$"],CZK:[,"K\u010d"],DKK:[,"kr"],DOP:[,"$"],EGP:[,"E\xa3"],ESP:[,"\u20a7"],EUR:["\u20ac"],FJD:[,"$"],FKP:[,"\xa3"],GBP:["\xa3"],GEL:[,"\u20be"],GIP:[,"\xa3"],GNF:[,"FG"],GTQ:[,"Q"],GYD:[,"$"],HKD:["HK$","$"],HNL:[,"L"],HRK:[,"kn"],HUF:[,"Ft"],IDR:[,"Rp"],ILS:["\u20aa"],INR:["\u20b9"],ISK:[,"kr"],JMD:[,"$"],JPY:["\xa5"],KHR:[,"\u17db"],KMF:[,"CF"],KPW:[,"\u20a9"],KRW:["\u20a9"],KYD:[,"$"],KZT:[,"\u20b8"],LAK:[,"\u20ad"],LBP:[,"L\xa3"],LKR:[,"Rs"],LRD:[,"$"],LTL:[,"Lt"],LVL:[,"Ls"],MGA:[,"Ar"],MMK:[,"K"],MNT:[,"\u20ae"],MUR:[,"Rs"],MXN:["MX$","$"],MYR:[,"RM"],NAD:[,"$"],NGN:[,"\u20a6"],NIO:[,"C$"],NOK:[,"kr"],NPR:[,"Rs"],NZD:["NZ$","$"],PHP:[,"\u20b1"],PKR:[,"Rs"],PLN:[,"z\u0142"],PYG:[,"\u20b2"],RON:[,"lei"],RUB:[,"\u20bd"],RUR:[,"\u0440."],RWF:[,"RF"],SBD:[,"$"],SEK:[,"kr"],SGD:[,"$"],SHP:[,"\xa3"],SRD:[,"$"],SSP:[,"\xa3"],STD:[,"Db"],SYP:[,"\xa3"],THB:[,"\u0e3f"],TOP:[,"T$"],TRY:[,"\u20ba"],TTD:[,"$"],TWD:["NT$","$"],UAH:[,"\u20b4"],USD:["$"],UYU:[,"$"],VEF:[,"Bs"],VND:["\u20ab"],XAF:["FCFA"],XCD:["EC$","$"],XOF:["CFA"],XPF:["CFPF"],ZAR:[,"R"],ZMW:[,"ZK"]},h=["en",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}],g={};function y(e,t,n){"string"!=typeof t&&(n=t,t=e[0]),t=t.toLowerCase().replace(/_/g,"-"),g[t]=e,n&&(g[t][18]=n)}var m=function(){var e={Decimal:0,Percent:1,Currency:2,Scientific:3};return e[e.Decimal]="Decimal",e[e.Percent]="Percent",e[e.Currency]="Currency",e[e.Scientific]="Scientific",e}(),v=function(){var e={Zero:0,One:1,Two:2,Few:3,Many:4,Other:5};return e[e.Zero]="Zero",e[e.One]="One",e[e.Two]="Two",e[e.Few]="Few",e[e.Many]="Many",e[e.Other]="Other",e}(),b=function(){var e={Format:0,Standalone:1};return e[e.Format]="Format",e[e.Standalone]="Standalone",e}(),_=function(){var e={Narrow:0,Abbreviated:1,Wide:2,Short:3};return e[e.Narrow]="Narrow",e[e.Abbreviated]="Abbreviated",e[e.Wide]="Wide",e[e.Short]="Short",e}(),w=function(){var e={Short:0,Medium:1,Long:2,Full:3};return e[e.Short]="Short",e[e.Medium]="Medium",e[e.Long]="Long",e[e.Full]="Full",e}(),x=function(){var e={Decimal:0,Group:1,List:2,PercentSign:3,PlusSign:4,MinusSign:5,Exponential:6,SuperscriptingExponent:7,PerMille:8,Infinity:9,NaN:10,TimeSeparator:11,CurrencyDecimal:12,CurrencyGroup:13};return e[e.Decimal]="Decimal",e[e.Group]="Group",e[e.List]="List",e[e.PercentSign]="PercentSign",e[e.PlusSign]="PlusSign",e[e.MinusSign]="MinusSign",e[e.Exponential]="Exponential",e[e.SuperscriptingExponent]="SuperscriptingExponent",e[e.PerMille]="PerMille",e[e.Infinity]="Infinity",e[e.NaN]="NaN",e[e.TimeSeparator]="TimeSeparator",e[e.CurrencyDecimal]="CurrencyDecimal",e[e.CurrencyGroup]="CurrencyGroup",e}(),C=function(){var e={Sunday:0,Monday:1,Tuesday:2,Wednesday:3,Thursday:4,Friday:5,Saturday:6};return e[e.Sunday]="Sunday",e[e.Monday]="Monday",e[e.Tuesday]="Tuesday",e[e.Wednesday]="Wednesday",e[e.Thursday]="Thursday",e[e.Friday]="Friday",e[e.Saturday]="Saturday",e}();function O(e){return G(e)[0]}function E(e,t,n){var r=G(e);return B(B([r[1],r[2]],t),n)}function I(e,t,n){var r=G(e);return B(B([r[3],r[4]],t),n)}function S(e,t,n){var r=G(e);return B(B([r[5],r[6]],t),n)}function P(e,t){return B(G(e)[7],t)}function k(e){return G(e)[8]}function T(e){return G(e)[9]}function M(e,t){return B(G(e)[10],t)}function D(e,t){return B(G(e)[11],t)}function N(e,t){return B(G(e)[12],t)}function A(e,t){var n=G(e),r=n[13][t];if("undefined"==typeof r){if(t===x.CurrencyDecimal)return n[13][x.Decimal];if(t===x.CurrencyGroup)return n[13][x.Group]}return r}function R(e,t){return G(e)[14][t]}function F(e){return G(e)[15]||null}function L(e){return G(e)[16]||null}function j(e){return G(e)[17]}function V(e){if(!e[18])throw new Error('Missing extra locale data for the locale "'+e[0]+'". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.')}function z(e){var t=G(e);return V(t),(t[18][2]||[]).map(function(e){return"string"==typeof e?U(e):[U(e[0]),U(e[1])]})}function H(e,t,n){var r=G(e);return V(r),B(B([r[18][0],r[18][1]],t)||[],n)||[]}function B(e,t){for(var n=t;n>-1;n--)if("undefined"!=typeof e[n])return e[n];throw new Error("Locale data API: locale data undefined")}function U(e){var t=e.split(":");return{hours:+t[0],minutes:+t[1]}}function G(e){var t=e.toLowerCase().replace(/_/g,"-"),n=g[t];if(n)return n;var r=t.split("-")[0];if(n=g[r])return n;if("en"===r)return h;throw new Error('Missing locale data for the locale "'+e+'".')}function Z(e,t){var n=f[e]||[],r=n[1];return"narrow"===t&&"string"==typeof r?r:n[0]||e}var W=new r.InjectionToken("UseV4Plurals"),q=function(){};function K(e,t,n,r){var i="="+e;if(t.indexOf(i)>-1)return i;if(i=n.getPluralCategory(e,r),t.indexOf(i)>-1)return i;if(t.indexOf("other")>-1)return"other";throw new Error('No plural message found for value "'+e+'"')}var $=function(e){function t(t,n){var r=e.call(this)||this;return r.locale=t,r.deprecatedPluralFn=n,r}return Object(i.b)(t,e),t.prototype.getPluralCategory=function(e,t){switch(this.deprecatedPluralFn?this.deprecatedPluralFn(t||this.locale,e):j(t||this.locale)(e)){case v.Zero:return"zero";case v.One:return"one";case v.Two:return"two";case v.Few:return"few";case v.Many:return"many";default:return"other"}},t}(q);function Q(e,t){"string"==typeof t&&(t=parseInt(t,10));var n=t,r=n.toString().replace(/^[^.]*\.?/,""),i=Math.floor(Math.abs(n)),o=r.length,a=parseInt(r,10),s=parseInt(n.toString().replace(/^[^.]*\.?|0+$/g,""),10)||0;switch(e.split("-")[0].toLowerCase()){case"af":case"asa":case"az":case"bem":case"bez":case"bg":case"brx":case"ce":case"cgg":case"chr":case"ckb":case"ee":case"el":case"eo":case"es":case"eu":case"fo":case"fur":case"gsw":case"ha":case"haw":case"hu":case"jgo":case"jmc":case"ka":case"kk":case"kkj":case"kl":case"ks":case"ksb":case"ky":case"lb":case"lg":case"mas":case"mgo":case"ml":case"mn":case"nb":case"nd":case"ne":case"nn":case"nnh":case"nyn":case"om":case"or":case"os":case"ps":case"rm":case"rof":case"rwk":case"saq":case"seh":case"sn":case"so":case"sq":case"ta":case"te":case"teo":case"tk":case"tr":case"ug":case"uz":case"vo":case"vun":case"wae":case"xog":return 1===n?v.One:v.Other;case"ak":case"ln":case"mg":case"pa":case"ti":return n===Math.floor(n)&&n>=0&&n<=1?v.One:v.Other;case"am":case"as":case"bn":case"fa":case"gu":case"hi":case"kn":case"mr":case"zu":return 0===i||1===n?v.One:v.Other;case"ar":return 0===n?v.Zero:1===n?v.One:2===n?v.Two:n%100===Math.floor(n%100)&&n%100>=3&&n%100<=10?v.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=99?v.Many:v.Other;case"ast":case"ca":case"de":case"en":case"et":case"fi":case"fy":case"gl":case"it":case"nl":case"sv":case"sw":case"ur":case"yi":return 1===i&&0===o?v.One:v.Other;case"be":return n%10==1&&n%100!=11?v.One:n%10===Math.floor(n%10)&&n%10>=2&&n%10<=4&&!(n%100>=12&&n%100<=14)?v.Few:n%10==0||n%10===Math.floor(n%10)&&n%10>=5&&n%10<=9||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=14?v.Many:v.Other;case"br":return n%10==1&&n%100!=11&&n%100!=71&&n%100!=91?v.One:n%10==2&&n%100!=12&&n%100!=72&&n%100!=92?v.Two:n%10===Math.floor(n%10)&&(n%10>=3&&n%10<=4||n%10==9)&&!(n%100>=10&&n%100<=19||n%100>=70&&n%100<=79||n%100>=90&&n%100<=99)?v.Few:0!==n&&n%1e6==0?v.Many:v.Other;case"bs":case"hr":case"sr":return 0===o&&i%10==1&&i%100!=11||a%10==1&&a%100!=11?v.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)||a%10===Math.floor(a%10)&&a%10>=2&&a%10<=4&&!(a%100>=12&&a%100<=14)?v.Few:v.Other;case"cs":case"sk":return 1===i&&0===o?v.One:i===Math.floor(i)&&i>=2&&i<=4&&0===o?v.Few:0!==o?v.Many:v.Other;case"cy":return 0===n?v.Zero:1===n?v.One:2===n?v.Two:3===n?v.Few:6===n?v.Many:v.Other;case"da":return 1===n||0!==s&&(0===i||1===i)?v.One:v.Other;case"dsb":case"hsb":return 0===o&&i%100==1||a%100==1?v.One:0===o&&i%100==2||a%100==2?v.Two:0===o&&i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4||a%100===Math.floor(a%100)&&a%100>=3&&a%100<=4?v.Few:v.Other;case"ff":case"fr":case"hy":case"kab":return 0===i||1===i?v.One:v.Other;case"fil":return 0===o&&(1===i||2===i||3===i)||0===o&&i%10!=4&&i%10!=6&&i%10!=9||0!==o&&a%10!=4&&a%10!=6&&a%10!=9?v.One:v.Other;case"ga":return 1===n?v.One:2===n?v.Two:n===Math.floor(n)&&n>=3&&n<=6?v.Few:n===Math.floor(n)&&n>=7&&n<=10?v.Many:v.Other;case"gd":return 1===n||11===n?v.One:2===n||12===n?v.Two:n===Math.floor(n)&&(n>=3&&n<=10||n>=13&&n<=19)?v.Few:v.Other;case"gv":return 0===o&&i%10==1?v.One:0===o&&i%10==2?v.Two:0!==o||i%100!=0&&i%100!=20&&i%100!=40&&i%100!=60&&i%100!=80?0!==o?v.Many:v.Other:v.Few;case"he":return 1===i&&0===o?v.One:2===i&&0===o?v.Two:0!==o||n>=0&&n<=10||n%10!=0?v.Other:v.Many;case"is":return 0===s&&i%10==1&&i%100!=11||0!==s?v.One:v.Other;case"ksh":return 0===n?v.Zero:1===n?v.One:v.Other;case"kw":case"naq":case"se":case"smn":return 1===n?v.One:2===n?v.Two:v.Other;case"lag":return 0===n?v.Zero:0!==i&&1!==i||0===n?v.Other:v.One;case"lt":return n%10!=1||n%100>=11&&n%100<=19?n%10===Math.floor(n%10)&&n%10>=2&&n%10<=9&&!(n%100>=11&&n%100<=19)?v.Few:0!==a?v.Many:v.Other:v.One;case"lv":case"prg":return n%10==0||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19||2===o&&a%100===Math.floor(a%100)&&a%100>=11&&a%100<=19?v.Zero:n%10==1&&n%100!=11||2===o&&a%10==1&&a%100!=11||2!==o&&a%10==1?v.One:v.Other;case"mk":return 0===o&&i%10==1||a%10==1?v.One:v.Other;case"mt":return 1===n?v.One:0===n||n%100===Math.floor(n%100)&&n%100>=2&&n%100<=10?v.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19?v.Many:v.Other;case"pl":return 1===i&&0===o?v.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?v.Few:0===o&&1!==i&&i%10===Math.floor(i%10)&&i%10>=0&&i%10<=1||0===o&&i%10===Math.floor(i%10)&&i%10>=5&&i%10<=9||0===o&&i%100===Math.floor(i%100)&&i%100>=12&&i%100<=14?v.Many:v.Other;case"pt":return n===Math.floor(n)&&n>=0&&n<=2&&2!==n?v.One:v.Other;case"ro":return 1===i&&0===o?v.One:0!==o||0===n||1!==n&&n%100===Math.floor(n%100)&&n%100>=1&&n%100<=19?v.Few:v.Other;case"ru":case"uk":return 0===o&&i%10==1&&i%100!=11?v.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?v.Few:0===o&&i%10==0||0===o&&i%10===Math.floor(i%10)&&i%10>=5&&i%10<=9||0===o&&i%100===Math.floor(i%100)&&i%100>=11&&i%100<=14?v.Many:v.Other;case"shi":return 0===i||1===n?v.One:n===Math.floor(n)&&n>=2&&n<=10?v.Few:v.Other;case"si":return 0===n||1===n||0===i&&1===a?v.One:v.Other;case"sl":return 0===o&&i%100==1?v.One:0===o&&i%100==2?v.Two:0===o&&i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4||0!==o?v.Few:v.Other;case"tzm":return n===Math.floor(n)&&n>=0&&n<=1||n===Math.floor(n)&&n>=11&&n<=99?v.One:v.Other;default:return v.Other}}function Y(e,t){t=encodeURIComponent(t);for(var n=0,r=e.split(";");n0||s>-n)&&(s+=n),e===me.Hours&&0===s&&-12===n&&(s=12),_e(s,t,A(a,x.MinusSign),r,i)}}function xe(e,t,n,r){return void 0===n&&(n=b.Format),void 0===r&&(r=!1),function(i,o){return function(e,t,n,r,i,o){switch(n){case ve.Months:return S(t,i,r)[e.getMonth()];case ve.Days:return I(t,i,r)[e.getDay()];case ve.DayPeriods:var a=e.getHours(),s=e.getMinutes();if(o){var l,u=z(t),c=H(t,i,r);if(u.forEach(function(e,t){if(Array.isArray(e)){var n=e[0],r=e[1],i=r.hours;a>=n.hours&&s>=n.minutes&&(a0?Math.floor(i/60):Math.ceil(i/60);switch(e){case ye.Short:return(i>=0?"+":"")+_e(a,2,o)+_e(Math.abs(i%60),2,o);case ye.ShortGMT:return"GMT"+(i>=0?"+":"")+_e(a,1,o);case ye.Long:return"GMT"+(i>=0?"+":"")+_e(a,2,o)+":"+_e(Math.abs(i%60),2,o);case ye.Extended:return 0===r?"Z":(i>=0?"+":"")+_e(a,2,o)+":"+_e(Math.abs(i%60),2,o);default:throw new Error('Unknown zone width "'+e+'"')}}}var Oe=0,Ee=4;function Ie(e,t){return void 0===t&&(t=!1),function(n,r){var i,o,a,s;if(t){var l=new Date(n.getFullYear(),n.getMonth(),1).getDay()-1,u=n.getDate();i=1+Math.floor((u+l)/7)}else{var c=(a=n.getFullYear(),s=new Date(a,Oe,1).getDay(),new Date(a,0,1+(s<=Ee?Ee:Ee+7)-s)),p=(o=n,new Date(o.getFullYear(),o.getMonth(),o.getDate()+(Ee-o.getDay()))).getTime()-c.getTime();i=1+Math.round(p/6048e5)}return _e(i,e,A(r,x.MinusSign))}}var Se={};function Pe(e,t){e=e.replace(/:/g,"");var n=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(n)?t:n}function ke(e,t){return Error("InvalidPipeArgument: '"+t+"' for pipe '"+Object(r["\u0275stringify"])(e)+"'")}var Te=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Me=function(){function e(e){this.locale=e}return e.prototype.transform=function(t,n,r,i){if(void 0===n&&(n="mediumDate"),null==t||""===t||t!=t)return null;var o,a;if("string"==typeof t&&(t=t.trim()),Ne(t))o=t;else if(isNaN(t-parseFloat(t)))if("string"==typeof t&&/^(\d{4}-\d{1,2}-\d{1,2})$/.test(t)){var s=t.split("-").map(function(e){return+e});o=new Date(s[0],s[1]-1,s[2])}else o="string"==typeof t&&(a=t.match(Te))?De(a):new Date(t);else o=new Date(parseFloat(t));if(!Ne(o))throw ke(e,t);return function(e,t,n,r){t=function e(t,n){var r=O(t);if(he[r]=he[r]||{},he[r][n])return he[r][n];var i="";switch(n){case"shortDate":i=M(t,w.Short);break;case"mediumDate":i=M(t,w.Medium);break;case"longDate":i=M(t,w.Long);break;case"fullDate":i=M(t,w.Full);break;case"shortTime":i=D(t,w.Short);break;case"mediumTime":i=D(t,w.Medium);break;case"longTime":i=D(t,w.Long);break;case"fullTime":i=D(t,w.Full);break;case"short":var o=e(t,"shortTime"),a=e(t,"shortDate");i=be(N(t,w.Short),[o,a]);break;case"medium":var s=e(t,"mediumTime"),l=e(t,"mediumDate");i=be(N(t,w.Medium),[s,l]);break;case"long":var u=e(t,"longTime"),c=e(t,"longDate");i=be(N(t,w.Long),[u,c]);break;case"full":var p=e(t,"fullTime"),d=e(t,"fullDate");i=be(N(t,w.Full),[p,d])}return i&&(he[r][n]=i),i}(n,t)||t;for(var i,o=[];t;){if(!(i=ge.exec(t))){o.push(t);break}var a=(o=o.concat(i.slice(1))).pop();if(!a)break;t=a}var s=e.getTimezoneOffset();r&&(s=Pe(r,s),e=function(e,t,n){var r=e.getTimezoneOffset();return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,-1*(Pe(t,r)-r))}(e,r));var l="";return o.forEach(function(t){var r=function(e){if(Se[e])return Se[e];var t;switch(e){case"G":case"GG":case"GGG":t=xe(ve.Eras,_.Abbreviated);break;case"GGGG":t=xe(ve.Eras,_.Wide);break;case"GGGGG":t=xe(ve.Eras,_.Narrow);break;case"y":t=we(me.FullYear,1,0,!1,!0);break;case"yy":t=we(me.FullYear,2,0,!0,!0);break;case"yyy":t=we(me.FullYear,3,0,!1,!0);break;case"yyyy":t=we(me.FullYear,4,0,!1,!0);break;case"M":case"L":t=we(me.Month,1,1);break;case"MM":case"LL":t=we(me.Month,2,1);break;case"MMM":t=xe(ve.Months,_.Abbreviated);break;case"MMMM":t=xe(ve.Months,_.Wide);break;case"MMMMM":t=xe(ve.Months,_.Narrow);break;case"LLL":t=xe(ve.Months,_.Abbreviated,b.Standalone);break;case"LLLL":t=xe(ve.Months,_.Wide,b.Standalone);break;case"LLLLL":t=xe(ve.Months,_.Narrow,b.Standalone);break;case"w":t=Ie(1);break;case"ww":t=Ie(2);break;case"W":t=Ie(1,!0);break;case"d":t=we(me.Date,1);break;case"dd":t=we(me.Date,2);break;case"E":case"EE":case"EEE":t=xe(ve.Days,_.Abbreviated);break;case"EEEE":t=xe(ve.Days,_.Wide);break;case"EEEEE":t=xe(ve.Days,_.Narrow);break;case"EEEEEE":t=xe(ve.Days,_.Short);break;case"a":case"aa":case"aaa":t=xe(ve.DayPeriods,_.Abbreviated);break;case"aaaa":t=xe(ve.DayPeriods,_.Wide);break;case"aaaaa":t=xe(ve.DayPeriods,_.Narrow);break;case"b":case"bb":case"bbb":t=xe(ve.DayPeriods,_.Abbreviated,b.Standalone,!0);break;case"bbbb":t=xe(ve.DayPeriods,_.Wide,b.Standalone,!0);break;case"bbbbb":t=xe(ve.DayPeriods,_.Narrow,b.Standalone,!0);break;case"B":case"BB":case"BBB":t=xe(ve.DayPeriods,_.Abbreviated,b.Format,!0);break;case"BBBB":t=xe(ve.DayPeriods,_.Wide,b.Format,!0);break;case"BBBBB":t=xe(ve.DayPeriods,_.Narrow,b.Format,!0);break;case"h":t=we(me.Hours,1,-12);break;case"hh":t=we(me.Hours,2,-12);break;case"H":t=we(me.Hours,1);break;case"HH":t=we(me.Hours,2);break;case"m":t=we(me.Minutes,1);break;case"mm":t=we(me.Minutes,2);break;case"s":t=we(me.Seconds,1);break;case"ss":t=we(me.Seconds,2);break;case"S":t=we(me.Milliseconds,1);break;case"SS":t=we(me.Milliseconds,2);break;case"SSS":t=we(me.Milliseconds,3);break;case"Z":case"ZZ":case"ZZZ":t=Ce(ye.Short);break;case"ZZZZZ":t=Ce(ye.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=Ce(ye.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=Ce(ye.Long);break;default:return null}return Se[e]=t,t}(t);l+=r?r(e,n,s):"''"===t?"'":t.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),l}(o,n,i||this.locale,r)},e}();function De(e){var t=new Date(0),n=0,r=0,i=e[8]?t.setUTCHours:t.setHours;e[9]&&(n=+(e[9]+e[10]),r=+(e[9]+e[11])),(e[8]?t.setUTCFullYear:t.setFullYear).call(t,+e[1],+e[2]-1,+e[3]);var o=+(e[4]||"0")-n,a=+(e[5]||"0")-r,s=+(e[6]||"0"),l=Math.round(1e3*parseFloat("0."+(e[7]||0)));return i.call(t,o,a,s,l),t}function Ne(e){return e instanceof Date&&!isNaN(e.valueOf())}var Ae=function(){function e(){}return e.format=function(e,t,n,r){void 0===r&&(r={});var i=r.currency,o=r.currencyAsSymbol,a=void 0!==o&&o,s={minimumIntegerDigits:r.minimumIntegerDigits,minimumFractionDigits:r.minimumFractionDigits,maximumFractionDigits:r.maximumFractionDigits,style:m[n].toLowerCase()};return n==m.Currency&&(s.currency="string"==typeof i?i:void 0,s.currencyDisplay=a?"symbol":"code"),new Intl.NumberFormat(t,s).format(e)},e}(),Re=/((?:[^yMLdHhmsazZEwGjJ']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|L+|d+|H+|h+|J+|j+|m+|s+|a|z|Z|G+|w+))(.*)/,Fe={yMMMdjms:We(Ze([Ue("year",1),Ge("month",3),Ue("day",1),Ue("hour",1),Ue("minute",1),Ue("second",1)])),yMdjm:We(Ze([Ue("year",1),Ue("month",1),Ue("day",1),Ue("hour",1),Ue("minute",1)])),yMMMMEEEEd:We(Ze([Ue("year",1),Ge("month",4),Ge("weekday",4),Ue("day",1)])),yMMMMd:We(Ze([Ue("year",1),Ge("month",4),Ue("day",1)])),yMMMd:We(Ze([Ue("year",1),Ge("month",3),Ue("day",1)])),yMd:We(Ze([Ue("year",1),Ue("month",1),Ue("day",1)])),jms:We(Ze([Ue("hour",1),Ue("second",1),Ue("minute",1)])),jm:We(Ze([Ue("hour",1),Ue("minute",1)]))},Le={yyyy:We(Ue("year",4)),yy:We(Ue("year",2)),y:We(Ue("year",1)),MMMM:We(Ge("month",4)),MMM:We(Ge("month",3)),MM:We(Ue("month",2)),M:We(Ue("month",1)),LLLL:We(Ge("month",4)),L:We(Ge("month",1)),dd:We(Ue("day",2)),d:We(Ue("day",1)),HH:je(Ve(We(Be(Ue("hour",2),!1)))),H:Ve(We(Be(Ue("hour",1),!1))),hh:je(Ve(We(Be(Ue("hour",2),!0)))),h:Ve(We(Be(Ue("hour",1),!0))),jj:We(Ue("hour",2)),j:We(Ue("hour",1)),mm:je(We(Ue("minute",2))),m:We(Ue("minute",1)),ss:je(We(Ue("second",2))),s:We(Ue("second",1)),sss:We(Ue("second",3)),EEEE:We(Ge("weekday",4)),EEE:We(Ge("weekday",3)),EE:We(Ge("weekday",2)),E:We(Ge("weekday",1)),a:function(e){return function(t,n){return e(t,n).split(" ")[1]}}(We(Be(Ue("hour",1),!0))),Z:He("short"),z:He("long"),ww:We({}),w:We({}),G:We(Ge("era",1)),GG:We(Ge("era",2)),GGG:We(Ge("era",3)),GGGG:We(Ge("era",4))};function je(e){return function(t,n){var r=e(t,n);return 1==r.length?"0"+r:r}}function Ve(e){return function(t,n){return e(t,n).split(" ")[0]}}function ze(e,t,n){return new Intl.DateTimeFormat(t,n).format(e).replace(/[\u200e\u200f]/g,"")}function He(e){var t={hour:"2-digit",hour12:!1,timeZoneName:e};return function(e,n){var r=ze(e,n,t);return r?r.substring(3):""}}function Be(e,t){return e.hour12=t,e}function Ue(e,t){return function(){var n={};return n[e]=2===t?"2-digit":"numeric",n}()}function Ge(e,t){var n={};return n[e]=t<4?t>1?"short":"narrow":"long",n}function Ze(e){return e.reduce(function(e,t){return Object(i.a)({},e,t)},{})}function We(e){return function(t,n){return ze(t,n,e)}}var qe=new Map,Ke=function(){function e(){}return e.format=function(e,t,n){return function(e,t,n){var r=Fe[e];if(r)return r(t,n);var i=e,o=qe.get(i);if(!o){o=[];var a=void 0;Re.exec(e);for(var s=e;s;)(a=Re.exec(s))?s=(o=o.concat(a.slice(1))).pop():(o.push(s),s=null);qe.set(i,o)}return o.reduce(function(e,r){var i=Le[r];return e+(i?i(t,n):function(e){return"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")}(r))},"")}(n,e,t)},e}(),$e=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n){if(void 0===n&&(n="mediumDate"),null==t||""===t||t!=t)return null;var r;if("string"==typeof t&&(t=t.trim()),Qe(t))r=t;else if(isNaN(t-parseFloat(t)))if("string"==typeof t&&/^(\d{4}-\d{1,2}-\d{1,2})$/.test(t)){var i=t.split("-").map(function(e){return parseInt(e,10)});r=new Date(i[0],i[1]-1,i[2])}else r=new Date(t);else r=new Date(parseFloat(t));if(!Qe(r)){var o=void 0;if("string"!=typeof t||!(o=t.match(Te)))throw ke(e,t);r=De(o)}return Ke.format(r,this._locale,e._ALIASES[n]||n)},e._ALIASES={medium:"yMMMdjms",short:"yMdjm",fullDate:"yMMMMEEEEd",longDate:"yMMMMd",mediumDate:"yMMMd",shortDate:"yMd",mediumTime:"jms",shortTime:"jm"},e}();function Qe(e){return e instanceof Date&&!isNaN(e.valueOf())}var Ye=/^(\d+)?\.((\d+)(-(\d+))?)?$/,Je=22,Xe=".",et="0",tt=";",nt=",",rt="#",it="\xa4",ot="%";function at(e,t,n,r,i){void 0===i&&(i=null);var o,a={str:null},s=R(t,n);if("string"!=typeof e||isNaN(+e-parseFloat(e))){if("number"!=typeof e)return a.error=e+" is not a number",a;o=e}else o=+e;var l=function(e,t){void 0===t&&(t="-");var n={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},r=e.split(tt),i=r[0],o=r[1],a=-1!==i.indexOf(Xe)?i.split(Xe):[i.substring(0,i.lastIndexOf(et)+1),i.substring(i.lastIndexOf(et)+1)],s=a[0],l=a[1]||"";n.posPre=s.substr(0,s.indexOf(rt));for(var u=0;u-1&&(a=a.replace(Xe,"")),(r=a.search(/e/i))>0?(n<0&&(n=r),n+=+a.slice(r+1),a=a.substring(0,r)):n<0&&(n=a.length),r=0;a.charAt(r)===et;r++);if(r===(o=a.length))t=[0],n=1;else{for(o--;a.charAt(o)===et;)o--;for(n-=r,t=[],i=0;r<=o;r++,i++)t[i]=+a.charAt(r)}return n>Je&&(t=t.splice(0,Je-1),s=n-1,n=1),{digits:t,exponent:s,integerLen:n}}(o);n===m.Percent&&(p=function(e){if(0===e.digits[0])return e;var t=e.digits.length-e.integerLen;return e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2),e}(p));var d=l.minInt,f=l.minFrac,h=l.maxFrac;if(r){var g=r.match(Ye);if(null===g)return a.error=r+" is not a valid digit info",a;var y=g[1],v=g[3],b=g[5];null!=y&&(d=st(y)),null!=v&&(f=st(v)),null!=b?h=st(b):null!=v&&f>h&&(h=f)}!function(e,t,n){if(t>n)throw new Error("The minimum number of digits after fraction ("+t+") is higher than the maximum ("+n+").");var r=e.digits,i=r.length-e.integerLen,o=Math.min(Math.max(t,i),n),a=o+e.integerLen,s=r[a];if(a>0){r.splice(Math.max(e.integerLen,a));for(var l=a;l=5)if(a-1<0){for(var c=0;c>a;c--)r.unshift(0),e.integerLen++;r.unshift(1),e.integerLen++}else r[a-1]++;for(;i=d?r.pop():p=!1),t>=10?1:0},0);f&&(r.unshift(f),e.integerLen++)}(p,f,h);var _=p.digits,w=p.integerLen,C=p.exponent,O=[];for(c=_.every(function(e){return!e});w0?O=_.splice(w,_.length):(O=_,_=[0]);var E=[];for(_.length>=l.lgSize&&E.unshift(_.splice(-l.lgSize,_.length).join(""));_.length>l.gSize;)E.unshift(_.splice(-l.gSize,_.length).join(""));_.length&&E.unshift(_.join("")),u=E.join(A(t,i?x.CurrencyGroup:x.Group)),O.length&&(u+=A(t,i?x.CurrencyDecimal:x.Decimal)+O.join("")),C&&(u+=A(t,x.Exponential)+"+"+C)}else u=A(t,x.Infinity);return u=o<0&&!c?l.negPre+u+l.negSuf:l.posPre+u+l.posSuf,n===m.Currency&&null!==i?(a.str=u.replace(it,i).replace(it,""),a):n===m.Percent?(a.str=u.replace(new RegExp(ot,"g"),A(t,x.PercentSign)),a):(a.str=u,a)}function st(e){var t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}function lt(e,t,n,r,i,o,a){if(void 0===o&&(o=null),void 0===a&&(a=!1),null==n)return null;if("number"!=typeof(n="string"!=typeof n||isNaN(+n-parseFloat(n))?n:+n))throw ke(e,n);var s,l,u;if(r!==m.Currency&&(s=1,l=0,u=3),i){var c=i.match(Ye);if(null===c)throw new Error(i+" is not a valid digit info for number pipes");null!=c[1]&&(s=st(c[1])),null!=c[3]&&(l=st(c[3])),null!=c[5]&&(u=st(c[5]))}return Ae.format(n,t,r,{minimumIntegerDigits:s,minimumFractionDigits:l,maximumFractionDigits:u,currency:o,currencyAsSymbol:a})}var ut=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n){return lt(e,this._locale,t,m.Decimal,n)},e}(),ct=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n){return lt(e,this._locale,t,m.Percent,n)},e}(),pt=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n,r,i){return void 0===n&&(n="USD"),void 0===r&&(r=!1),lt(e,this._locale,t,m.Currency,i,n,r)},e}(),dt=[ut,ct,pt,$e],ft=function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.subscribe({next:t,error:function(e){throw e}})},e.prototype.dispose=function(e){e.unsubscribe()},e.prototype.onDestroy=function(e){e.unsubscribe()},e}(),ht=new(function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.then(t,function(e){throw e})},e.prototype.dispose=function(e){},e.prototype.onDestroy=function(e){},e}()),gt=new ft,yt=function(){function e(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}return e.prototype.ngOnDestroy=function(){this._subscription&&this._dispose()},e.prototype.transform=function(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):this._latestValue===this._latestReturnedValue?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,r.WrappedValue.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)},e.prototype._subscribe=function(e){var t=this;this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,function(n){return t._updateLatestValue(e,n)})},e.prototype._selectStrategy=function(t){if(Object(r["\u0275isPromise"])(t))return ht;if(Object(r["\u0275isObservable"])(t))return gt;throw ke(e,t)},e.prototype._dispose=function(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null},e.prototype._updateLatestValue=function(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())},e}(),mt=function(){function e(){}return e.prototype.transform=function(t){if(!t)return t;if("string"!=typeof t)throw ke(e,t);return t.toLowerCase()},e}(),vt=function(){function e(){}return e.prototype.transform=function(t){if(!t)return t;if("string"!=typeof t)throw ke(e,t);return t.split(/\b/g).map(function(e){return function(e){return e?e[0].toUpperCase()+e.substr(1).toLowerCase():e}(e)}).join("")},e}(),bt=function(){function e(){}return e.prototype.transform=function(t){if(!t)return t;if("string"!=typeof t)throw ke(e,t);return t.toUpperCase()},e}(),_t=/#/g,wt=function(){function e(e){this._localization=e}return e.prototype.transform=function(t,n,r){if(null==t)return"";if("object"!=typeof n||null===n)throw ke(e,n);return n[K(t,Object.keys(n),this._localization,r)].replace(_t,t.toString())},e}(),xt=function(){function e(){}return e.prototype.transform=function(t,n){if(null==t)return"";if("object"!=typeof n||"string"!=typeof t)throw ke(e,n);return n.hasOwnProperty(t)?n[t]:n.hasOwnProperty("other")?n.other:""},e}(),Ct=function(){function e(){}return e.prototype.transform=function(e){return JSON.stringify(e,null,2)},e}(),Ot=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n,r){if(St(t))return null;var i=at(t,r=r||this._locale,m.Decimal,n),o=i.str,a=i.error;if(a)throw ke(e,a);return o},e}(),Et=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n,r){if(St(t))return null;var i=at(t,r=r||this._locale,m.Percent,n),o=i.str,a=i.error;if(a)throw ke(e,a);return o},e}(),It=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n,r,i,o){if(void 0===r&&(r="symbol"),St(t))return null;o=o||this._locale,"boolean"==typeof r&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),r=r?"symbol":"code");var a=n||"USD";"code"!==r&&(a=Z(a,"symbol"===r?"wide":"narrow"));var s=at(t,o,m.Currency,i,a),l=s.str,u=s.error;if(u)throw ke(e,u);return l},e}();function St(e){return null==e||""===e||e!=e}var Pt=function(){function e(){}return e.prototype.transform=function(t,n,r){if(null==t)return t;if(!this.supports(t))throw ke(e,t);return t.slice(n,r)},e.prototype.supports=function(e){return"string"==typeof e||Array.isArray(e)},e}(),kt=[yt,bt,mt,Ct,Pt,Ot,Et,vt,It,Me,wt,xt],Tt=function(){},Mt=function(){},Dt=new r.InjectionToken("DocumentToken"),Nt="browser",At="server",Rt="browserWorkerApp",Ft="browserWorkerUi";function Lt(e){return e===Nt}function jt(e){return e===At}function Vt(e){return e===Rt}function zt(e){return e===Ft}var Ht=new r.Version("5.2.11")},YaPU:function(e,t,n){"use strict";var r=n("AMGY"),i=n("OVmG"),o=n("tLDX"),a=n("t7NR"),s=n("+CnV");n.d(t,"a",function(){return l});var l=function(){function e(e){this._isScalar=!1,e&&(this._subscribe=e)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(e,t,n){var r=this.operator,s=function(e,t,n){if(e){if(e instanceof i.a)return e;if(e[o.a])return e[o.a]()}return e||t||n?new i.a(e,t,n):new i.a(a.a)}(e,t,n);if(r?r.call(s,this.source):s.add(this.source||!s.syncErrorThrowable?this._subscribe(s):this._trySubscribe(s)),s.syncErrorThrowable&&(s.syncErrorThrowable=!1,s.syncErrorThrown))throw s.syncErrorValue;return s},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.syncErrorThrown=!0,e.syncErrorValue=t,e.error(t)}},e.prototype.forEach=function(e,t){var n=this;if(t||(r.a.Rx&&r.a.Rx.config&&r.a.Rx.config.Promise?t=r.a.Rx.config.Promise:r.a.Promise&&(t=r.a.Promise)),!t)throw new Error("no Promise impl found");return new t(function(t,r){var i;i=n.subscribe(function(t){if(i)try{e(t)}catch(e){r(e),i.unsubscribe()}else e(t)},r,t)})},e.prototype._subscribe=function(e){return this.source.subscribe(e)},e.prototype[s.a]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t .active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .navbar-default[_ngcontent-%COMP%] .navbar-nav[_ngcontent-%COMP%] > .active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:focus, .navbar-default[_ngcontent-%COMP%] .navbar-nav[_ngcontent-%COMP%] > .active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{background:#000;font-weight:700;color:#fff}.navbar-default[_ngcontent-%COMP%] .navbar-nav[_ngcontent-%COMP%] > li[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#d8d8d8}.navbar-default[_ngcontent-%COMP%] .navbar-brand[_ngcontent-%COMP%]{font-weight:700;color:#fff;font-size:18pt}"]],data:{}});function l(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,40,"nav",[["class","navbar navbar-default"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](3,0,null,null,35,"div",[["class","container"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n\n "])),(e()(),r["\u0275eld"](5,0,null,null,5,"div",[["class","navbar-header"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](8,0,null,null,1,"a",[["class","navbar-brand"],["href","#"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Safe Eyes"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n\n "])),(e()(),r["\u0275eld"](12,0,null,null,25,"div",[["class","collapse navbar-collapse"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](14,0,null,null,22,"ul",[["class","nav navbar-nav"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](17,0,null,null,2,"li",[["class","active pull-left"]],null,null,null,null,null)),(e()(),r["\u0275eld"](18,0,null,null,1,"a",[["href","#"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Home"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](21,0,null,null,2,"li",[],null,null,null,null,null)),(e()(),r["\u0275eld"](22,0,null,null,1,"a",[["href","#installation"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Installation"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](25,0,null,null,2,"li",[],null,null,null,null,null)),(e()(),r["\u0275eld"](26,0,null,null,1,"a",[["href","#features"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Features"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](29,0,null,null,2,"li",[],null,null,null,null,null)),(e()(),r["\u0275eld"](30,0,null,null,1,"a",[["href","#contribute"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Contribute"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](33,0,null,null,2,"li",[["class","social pull-right"]],null,null,null,null,null)),(e()(),r["\u0275eld"](34,0,null,null,1,"a",[["href","https://github.com/slgobinath/SafeEyes/"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Source"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n"])),(e()(),r["\u0275ted"](-1,null,["\n"]))],null,null)}var u=function(){function e(){}return e.prototype.ngOnInit=function(){},e}(),c=r["\u0275crt"]({encapsulation:0,styles:[["h1[_ngcontent-%COMP%]{font-family:Roboto;font-size:36pt}p[_ngcontent-%COMP%]{font-size:18pt;margin-top:30px;text-align:justify;font-family:Raleway,Arial,sans-serif}.row[_ngcontent-%COMP%]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.row[_ngcontent-%COMP%] > [class*=col-][_ngcontent-%COMP%]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:center;align-self:center}.row[_ngcontent-%COMP%] > [class*=col-][_ngcontent-%COMP%] img[_ngcontent-%COMP%]{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}"]],data:{}});function p(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,19,"div",[["class","d-flex justify-content-between"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](2,0,null,null,16,"div",[["class","p-1"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](4,0,null,null,13,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](6,0,null,null,1,"div",[["class","col-sm-2"]],null,null,null,null,null)),(e()(),r["\u0275eld"](7,0,null,null,0,"img",[["src","assets/images/safeeyes.png"],["width","128"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](9,0,null,null,7,"div",[["class","col-sm-8"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](11,0,null,null,1,"h1",[["id","title"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n Safe Eyes\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](14,0,null,null,1,"p",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Safe Eyes is a Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI)."])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n"]))],null,null)}var d=n("1PhI"),f=n("Xjw4"),h=n("OE0E"),g=r["\u0275crt"]({encapsulation:0,styles:["[_nghost-%COMP%] { display: inline-block; } [_nghost-%COMP%] > *[_ngcontent-%COMP%] { float: left; } [_nghost-%COMP%] * { box-sizing: border-box; } [_nghost-%COMP%] .ngx-gallery-icon { color: white; font-size: 25px; position: absolute; z-index: 2000; display: inline-block; } [_nghost-%COMP%] .ngx-gallery-icon .ngx-gallery-icon-content { display: block; } [_nghost-%COMP%] .ngx-gallery-clickable { cursor: pointer; } [_nghost-%COMP%] .ngx-gallery-icons-wrapper .ngx-gallery-icon { position: relative; margin-right: 5px; margin-top: 5px; font-size: 20px; cursor: pointer; } [_nghost-%COMP%] .ngx-gallery-icons-wrapper { float: right; } [_nghost-%COMP%] .ngx-gallery-layout[_ngcontent-%COMP%] { width: 100%; height: 100%; display: flex; flex-direction: column; } [_nghost-%COMP%] .ngx-gallery-layout.thumbnails-top[_ngcontent-%COMP%] ngx-gallery-image[_ngcontent-%COMP%] { order: 2; } [_nghost-%COMP%] .ngx-gallery-layout.thumbnails-top[_ngcontent-%COMP%] ngx-gallery-thumbnails[_ngcontent-%COMP%] { order: 1; } [_nghost-%COMP%] .ngx-gallery-layout.thumbnails-bottom[_ngcontent-%COMP%] ngx-gallery-image[_ngcontent-%COMP%] { order: 1; } [_nghost-%COMP%] .ngx-gallery-layout.thumbnails-bottom[_ngcontent-%COMP%] ngx-gallery-thumbnails[_ngcontent-%COMP%] { order: 2; }"],data:{}});function y(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"ngx-gallery-image",[],[[4,"height",null]],[[null,"onClick"],[null,"onActiveChange"],[null,"mouseenter"],[null,"mouseleave"]],function(e,t,n){var i=!0,o=e.component;return"mouseenter"===t&&(i=!1!==r["\u0275nov"](e,1).onMouseEnter()&&i),"mouseleave"===t&&(i=!1!==r["\u0275nov"](e,1).onMouseLeave()&&i),"onClick"===t&&(i=!1!==o.openPreview(n)&&i),"onActiveChange"===t&&(i=!1!==o.selectFromImage(n)&&i),i},I,w)),r["\u0275did"](1,638976,[[2,4]],0,d.NgxGalleryImageComponent,[h.DomSanitizer,r.ElementRef,d.NgxGalleryHelperService],{images:[0,"images"],clickable:[1,"clickable"],selectedIndex:[2,"selectedIndex"],arrows:[3,"arrows"],arrowsAutoHide:[4,"arrowsAutoHide"],swipe:[5,"swipe"],animation:[6,"animation"],size:[7,"size"],arrowPrevIcon:[8,"arrowPrevIcon"],arrowNextIcon:[9,"arrowNextIcon"],autoPlay:[10,"autoPlay"],autoPlayInterval:[11,"autoPlayInterval"],autoPlayPauseOnHover:[12,"autoPlayPauseOnHover"],infinityMove:[13,"infinityMove"],lazyLoading:[14,"lazyLoading"],actions:[15,"actions"],descriptions:[16,"descriptions"],showDescription:[17,"showDescription"]},{onClick:"onClick",onActiveChange:"onActiveChange"})],function(e,t){var n=t.component;e(t,1,1,[n.mediumImages,null==n.currentOptions?null:n.currentOptions.preview,n.selectedIndex,null==n.currentOptions?null:n.currentOptions.imageArrows,null==n.currentOptions?null:n.currentOptions.imageArrowsAutoHide,null==n.currentOptions?null:n.currentOptions.imageSwipe,null==n.currentOptions?null:n.currentOptions.imageAnimation,null==n.currentOptions?null:n.currentOptions.imageSize,null==n.currentOptions?null:n.currentOptions.arrowPrevIcon,null==n.currentOptions?null:n.currentOptions.arrowNextIcon,null==n.currentOptions?null:n.currentOptions.imageAutoPlay,null==n.currentOptions?null:n.currentOptions.imageAutoPlayInterval,null==n.currentOptions?null:n.currentOptions.imageAutoPlayPauseOnHover,null==n.currentOptions?null:n.currentOptions.imageInfinityMove,null==n.currentOptions?null:n.currentOptions.lazyLoading,null==n.currentOptions?null:n.currentOptions.imageActions,n.descriptions,null==n.currentOptions?null:n.currentOptions.imageDescription])},function(e,t){e(t,0,0,t.component.getImageHeight())})}function m(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"ngx-gallery-thumbnails",[],[[4,"marginTop",null],[4,"marginBottom",null],[4,"height",null]],[[null,"onActiveChange"],[null,"mouseenter"],[null,"mouseleave"]],function(e,t,n){var i=!0,o=e.component;return"mouseenter"===t&&(i=!1!==r["\u0275nov"](e,1).onMouseEnter()&&i),"mouseleave"===t&&(i=!1!==r["\u0275nov"](e,1).onMouseLeave()&&i),"onActiveChange"===t&&(i=!1!==o.selectFromThumbnails(n)&&i),i},D,S)),r["\u0275did"](1,573440,[[3,4]],0,d.NgxGalleryThumbnailsComponent,[h.DomSanitizer,r.ElementRef,d.NgxGalleryHelperService],{images:[0,"images"],links:[1,"links"],linkTarget:[2,"linkTarget"],columns:[3,"columns"],rows:[4,"rows"],arrows:[5,"arrows"],arrowsAutoHide:[6,"arrowsAutoHide"],margin:[7,"margin"],selectedIndex:[8,"selectedIndex"],clickable:[9,"clickable"],swipe:[10,"swipe"],size:[11,"size"],arrowPrevIcon:[12,"arrowPrevIcon"],arrowNextIcon:[13,"arrowNextIcon"],moveSize:[14,"moveSize"],order:[15,"order"],remainingCount:[16,"remainingCount"],lazyLoading:[17,"lazyLoading"],actions:[18,"actions"]},{onActiveChange:"onActiveChange"})],function(e,t){var n=t.component;e(t,1,1,[n.smallImages,null!=n.currentOptions&&n.currentOptions.thumbnailsAsLinks?n.links:r["\u0275EMPTY_ARRAY"],null==n.currentOptions?null:n.currentOptions.linkTarget,null==n.currentOptions?null:n.currentOptions.thumbnailsColumns,null==n.currentOptions?null:n.currentOptions.thumbnailsRows,null==n.currentOptions?null:n.currentOptions.thumbnailsArrows,null==n.currentOptions?null:n.currentOptions.thumbnailsArrowsAutoHide,null==n.currentOptions?null:n.currentOptions.thumbnailMargin,n.selectedIndex,(null==n.currentOptions?null:n.currentOptions.image)||(null==n.currentOptions?null:n.currentOptions.preview),null==n.currentOptions?null:n.currentOptions.thumbnailsSwipe,null==n.currentOptions?null:n.currentOptions.thumbnailSize,null==n.currentOptions?null:n.currentOptions.arrowPrevIcon,null==n.currentOptions?null:n.currentOptions.arrowNextIcon,null==n.currentOptions?null:n.currentOptions.thumbnailsMoveSize,null==n.currentOptions?null:n.currentOptions.thumbnailsOrder,null==n.currentOptions?null:n.currentOptions.thumbnailsRemainingCount,null==n.currentOptions?null:n.currentOptions.lazyLoading,null==n.currentOptions?null:n.currentOptions.thumbnailActions])},function(e,t){var n=t.component;e(t,0,0,n.getThumbnailsMarginTop(),n.getThumbnailsMarginBottom(),n.getThumbnailsHeight())})}function v(e){return r["\u0275vid"](0,[r["\u0275qud"](402653184,1,{preview:0}),r["\u0275qud"](671088640,2,{image:0}),r["\u0275qud"](671088640,3,{thubmnails:0}),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](4,0,null,null,10,"div",[],[[8,"className",0]],null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275and"](16777216,null,null,1,null,y)),r["\u0275did"](7,16384,null,0,f.NgIf,[r.ViewContainerRef,r.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),r["\u0275ted"](-1,null,["\n\n "])),(e()(),r["\u0275and"](16777216,null,null,1,null,m)),r["\u0275did"](10,16384,null,0,f.NgIf,[r.ViewContainerRef,r.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),r["\u0275ted"](-1,null,["\n\n "])),(e()(),r["\u0275eld"](12,0,null,null,1,"ngx-gallery-preview",[],[[2,"ngx-gallery-active",null]],[[null,"onClose"],[null,"onOpen"],[null,"onActiveChange"],["window","keydown"]],function(e,t,n){var i=!0,o=e.component;return"window:keydown"===t&&(i=!1!==r["\u0275nov"](e,13).onKeyDown(n)&&i),"onClose"===t&&(i=!1!==o.onPreviewClose()&&i),"onOpen"===t&&(i=!1!==o.onPreviewOpen()&&i),"onActiveChange"===t&&(i=!1!==o.previewSelect(n)&&i),i},B,N)),r["\u0275did"](13,573440,[[1,4]],0,d.NgxGalleryPreviewComponent,[h.DomSanitizer,r.ElementRef,d.NgxGalleryHelperService],{images:[0,"images"],descriptions:[1,"descriptions"],showDescription:[2,"showDescription"],swipe:[3,"swipe"],fullscreen:[4,"fullscreen"],forceFullscreen:[5,"forceFullscreen"],closeOnClick:[6,"closeOnClick"],closeOnEsc:[7,"closeOnEsc"],keyboardNavigation:[8,"keyboardNavigation"],arrowPrevIcon:[9,"arrowPrevIcon"],arrowNextIcon:[10,"arrowNextIcon"],closeIcon:[11,"closeIcon"],fullscreenIcon:[12,"fullscreenIcon"],spinnerIcon:[13,"spinnerIcon"],autoPlay:[14,"autoPlay"],autoPlayInterval:[15,"autoPlayInterval"],autoPlayPauseOnHover:[16,"autoPlayPauseOnHover"],infinityMove:[17,"infinityMove"],zoom:[18,"zoom"],zoomStep:[19,"zoomStep"],zoomMax:[20,"zoomMax"],zoomMin:[21,"zoomMin"],zoomInIcon:[22,"zoomInIcon"],zoomOutIcon:[23,"zoomOutIcon"],animation:[24,"animation"],actions:[25,"actions"],rotate:[26,"rotate"],rotateLeftIcon:[27,"rotateLeftIcon"],rotateRightIcon:[28,"rotateRightIcon"]},{onOpen:"onOpen",onClose:"onClose",onActiveChange:"onActiveChange"}),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "]))],function(e,t){var n=t.component;e(t,7,0,null==n.currentOptions?null:n.currentOptions.image),e(t,10,0,null==n.currentOptions?null:n.currentOptions.thumbnails),e(t,13,1,[n.bigImages,n.descriptions,null==n.currentOptions?null:n.currentOptions.previewDescription,null==n.currentOptions?null:n.currentOptions.previewSwipe,null==n.currentOptions?null:n.currentOptions.previewFullscreen,null==n.currentOptions?null:n.currentOptions.previewForceFullscreen,null==n.currentOptions?null:n.currentOptions.previewCloseOnClick,null==n.currentOptions?null:n.currentOptions.previewCloseOnEsc,null==n.currentOptions?null:n.currentOptions.previewKeyboardNavigation,null==n.currentOptions?null:n.currentOptions.arrowPrevIcon,null==n.currentOptions?null:n.currentOptions.arrowNextIcon,null==n.currentOptions?null:n.currentOptions.closeIcon,null==n.currentOptions?null:n.currentOptions.fullscreenIcon,null==n.currentOptions?null:n.currentOptions.spinnerIcon,null==n.currentOptions?null:n.currentOptions.previewAutoPlay,null==n.currentOptions?null:n.currentOptions.previewAutoPlayInterval,null==n.currentOptions?null:n.currentOptions.previewAutoPlayPauseOnHover,null==n.currentOptions?null:n.currentOptions.previewInfinityMove,null==n.currentOptions?null:n.currentOptions.previewZoom,null==n.currentOptions?null:n.currentOptions.previewZoomStep,null==n.currentOptions?null:n.currentOptions.previewZoomMax,null==n.currentOptions?null:n.currentOptions.previewZoomMin,null==n.currentOptions?null:n.currentOptions.zoomInIcon,null==n.currentOptions?null:n.currentOptions.zoomOutIcon,null==n.currentOptions?null:n.currentOptions.previewAnimation,null==n.currentOptions?null:n.currentOptions.actions,null==n.currentOptions?null:n.currentOptions.previewRotate,null==n.currentOptions?null:n.currentOptions.rotateLeftIcon,null==n.currentOptions?null:n.currentOptions.rotateRightIcon])},function(e,t){var n=t.component;e(t,4,0,r["\u0275inlineInterpolate"](1,"ngx-gallery-layout ",null==n.currentOptions?null:n.currentOptions.layout,"")),e(t,12,0,n.previewEnabled)})}var b=r["\u0275crt"]({encapsulation:2,styles:[],data:{}});function _(e){return r["\u0275vid"](2,[(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](1,0,null,null,3,"div",[["aria-hidden","true"],["class","ngx-gallery-icon"]],[[2,"ngx-gallery-icon-disabled",null],[8,"title",0]],[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==e.component.handleClick(n)&&r),r},null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](3,0,null,null,0,"i",[],[[8,"className",0]],null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "]))],null,function(e,t){var n=t.component;e(t,1,0,n.disabled,r["\u0275inlineInterpolate"](1,"",n.titleText,"")),e(t,3,0,r["\u0275inlineInterpolate"](1,"ngx-gallery-icon-content ",n.icon,""))})}var w=r["\u0275crt"]({encapsulation:0,styles:["[_nghost-%COMP%] { width: 100%; display: inline-block; position: relative; } .ngx-gallery-image-wrapper[_ngcontent-%COMP%] { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; overflow: hidden; } .ngx-gallery-image[_ngcontent-%COMP%] { background-position: center; background-repeat: no-repeat; height: 100%; width: 100%; position: absolute; top: 0px; } .ngx-gallery-image.ngx-gallery-active[_ngcontent-%COMP%] { z-index: 1000; } .ngx-gallery-image-size-cover[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { background-size: cover; } .ngx-gallery-image-size-contain[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { background-size: contain; } .ngx-gallery-animation-fade[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { left: 0px; opacity: 0; transition: 0.5s ease-in-out; } .ngx-gallery-animation-fade[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-active[_ngcontent-%COMP%] { opacity: 1; } .ngx-gallery-animation-slide[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { transition: 0.5s ease-in-out; } .ngx-gallery-animation-slide[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-active[_ngcontent-%COMP%] { left: 0px; } .ngx-gallery-animation-slide[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-inactive-left[_ngcontent-%COMP%] { left: -100%; } .ngx-gallery-animation-slide[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-inactive-right[_ngcontent-%COMP%] { left: 100%; } .ngx-gallery-animation-rotate[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { transition: 1s ease; transform: scale(3.5, 3.5) rotate(90deg); left: 0px; opacity: 0; } .ngx-gallery-animation-rotate[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-active[_ngcontent-%COMP%] { transform: scale(1, 1) rotate(0deg); opacity: 1; } .ngx-gallery-animation-zoom[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { transition: 1s ease; transform: scale(2.5, 2.5); left: 0px; opacity: 0; } .ngx-gallery-animation-zoom[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-active[_ngcontent-%COMP%] { transform: scale(1, 1); opacity: 1; } .ngx-gallery-image-text[_ngcontent-%COMP%] { width: 100%; background: rgba(0, 0, 0, 0.7); padding: 10px; text-align: center; color: white; font-size: 16px; position: absolute; bottom: 0px; z-index: 10; }"],data:{}});function x(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"ngx-gallery-action",[],null,[[null,"onClick"]],function(e,t,n){var r=!0;return"onClick"===t&&(r=!1!==e.context.$implicit.onClick(n,e.parent.context.$implicit.index)&&r),r},_,b)),r["\u0275did"](1,49152,null,0,d.NgxGalleryActionComponent,[],{icon:[0,"icon"],disabled:[1,"disabled"],titleText:[2,"titleText"]},{onClick:"onClick"})],function(e,t){e(t,1,0,t.context.$implicit.icon,t.context.$implicit.disabled,t.context.$implicit.titleText)},null)}function C(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,0,"div",[["class","ngx-gallery-image-text"]],[[8,"innerHTML",1]],null,null,null,null))],null,function(e,t){e(t,0,0,t.component.descriptions[t.parent.context.$implicit.index])})}function O(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,12,"div",[["class","ngx-gallery-image"]],[[4,"background-image",null]],[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==e.component.handleClick(n,e.context.$implicit.index)&&r),r},null,null)),r["\u0275did"](1,278528,null,0,f.NgClass,[r.IterableDiffers,r.KeyValueDiffers,r.ElementRef,r.Renderer2],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),r["\u0275pod"](2,{"ngx-gallery-active":0,"ngx-gallery-inactive-left":1,"ngx-gallery-inactive-right":2,"ngx-gallery-clickable":3}),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](4,0,null,null,4,"div",[["class","ngx-gallery-icons-wrapper"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275and"](16777216,null,null,1,null,x)),r["\u0275did"](7,802816,null,0,f.NgForOf,[r.ViewContainerRef,r.TemplateRef,r.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275and"](16777216,null,null,1,null,C)),r["\u0275did"](11,16384,null,0,f.NgIf,[r.ViewContainerRef,r.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),r["\u0275ted"](-1,null,["\n "]))],function(e,t){var n=t.component;e(t,1,0,"ngx-gallery-image",e(t,2,0,n.selectedIndex==t.context.$implicit.index,n.selectedIndex>t.context.$implicit.index,n.selectedIndex0?this._ngZone.runOutsideAngular(function(){var t,n;e._debouncer.pipe((t=e.debounce,void 0===n&&(n=ne),function(e){return e.lift(new re(t,n))})).subscribe(function(t){return e.event.emit(t)})}):this._debouncer.subscribe(function(t){return e.event.emit(t)}),this._observer=this._ngZone.runOutsideAngular(function(){return e._mutationObserverFactory.create(function(t){e._debouncer.next(t)})}),this.disabled||this._enable()},e.prototype.ngOnChanges=function(e){e.disabled&&(e.disabled.currentValue?this._disable():this._enable())},e.prototype.ngOnDestroy=function(){this._disable(),this._debouncer.complete()},e.prototype._disable=function(){this._observer&&this._observer.disconnect()},e.prototype._enable=function(){this._observer&&this._observer.observe(this._elementRef.nativeElement,{characterData:!0,childList:!0,subtree:!0})},e}(),le=function(){};function ue(){throw Error("Host already has a portal attached")}var ce,pe=function(){function e(){}return e.prototype.attach=function(e){return null==e&&function(){throw Error("Attempting to attach a portal to a null PortalOutlet")}(),e.hasAttached()&&ue(),this._attachedHost=e,e.attach(this)},e.prototype.detach=function(){var e=this._attachedHost;null==e?function(){throw Error("Attempting to detach a portal that is not attached to a host")}():(this._attachedHost=null,e.detach())},Object.defineProperty(e.prototype,"isAttached",{get:function(){return null!=this._attachedHost},enumerable:!0,configurable:!0}),e.prototype.setAttachedHost=function(e){this._attachedHost=e},e}(),de=function(e){function t(t,n,r){var i=e.call(this)||this;return i.component=t,i.viewContainerRef=n,i.injector=r,i}return Object(Y.b)(t,e),t}(pe),fe=function(e){function t(t,n,r){var i=e.call(this)||this;return i.templateRef=t,i.viewContainerRef=n,i.context=r,i}return Object(Y.b)(t,e),Object.defineProperty(t.prototype,"origin",{get:function(){return this.templateRef.elementRef},enumerable:!0,configurable:!0}),t.prototype.attach=function(t,n){return void 0===n&&(n=this.context),this.context=n,e.prototype.attach.call(this,t)},t.prototype.detach=function(){return this.context=void 0,e.prototype.detach.call(this)},t}(pe),he=function(e){function t(t,n){var i=e.call(this)||this;return i._componentFactoryResolver=t,i._viewContainerRef=n,i._isInitialized=!1,i.attached=new r.EventEmitter,i}return Object(Y.b)(t,e),Object.defineProperty(t.prototype,"_deprecatedPortal",{get:function(){return this.portal},set:function(e){this.portal=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_deprecatedPortalHost",{get:function(){return this.portal},set:function(e){this.portal=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"portal",{get:function(){return this._attachedPortal},set:function(t){(!this.hasAttached()||t||this._isInitialized)&&(this.hasAttached()&&e.prototype.detach.call(this),t&&e.prototype.attach.call(this,t),this._attachedPortal=t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"attachedRef",{get:function(){return this._attachedRef},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){this._isInitialized=!0},t.prototype.ngOnDestroy=function(){e.prototype.dispose.call(this),this._attachedPortal=null,this._attachedRef=null},t.prototype.attachComponentPortal=function(t){t.setAttachedHost(this);var n=null!=t.viewContainerRef?t.viewContainerRef:this._viewContainerRef,r=this._componentFactoryResolver.resolveComponentFactory(t.component),i=n.createComponent(r,n.length,t.injector||n.parentInjector);return e.prototype.setDisposeFn.call(this,function(){return i.destroy()}),this._attachedPortal=t,this._attachedRef=i,this.attached.emit(i),i},t.prototype.attachTemplatePortal=function(t){var n=this;t.setAttachedHost(this);var r=this._viewContainerRef.createEmbeddedView(t.templateRef,t.context);return e.prototype.setDisposeFn.call(this,function(){return n._viewContainerRef.clear()}),this._attachedPortal=t,this._attachedRef=r,this.attached.emit(r),r},t}(function(){function e(){this._isDisposed=!1}return e.prototype.hasAttached=function(){return!!this._attachedPortal},e.prototype.attach=function(e){return e||function(){throw Error("Must provide a portal to attach")}(),this.hasAttached()&&ue(),this._isDisposed&&function(){throw Error("This PortalOutlet has already been disposed")}(),e instanceof de?(this._attachedPortal=e,this.attachComponentPortal(e)):e instanceof fe?(this._attachedPortal=e,this.attachTemplatePortal(e)):void function(){throw Error("Attempting to attach an unknown Portal type. BasePortalOutlet accepts either a ComponentPortal or a TemplatePortal.")}()},e.prototype.detach=function(){this._attachedPortal&&(this._attachedPortal.setAttachedHost(null),this._attachedPortal=null),this._invokeDisposeFn()},e.prototype.dispose=function(){this.hasAttached()&&this.detach(),this._invokeDisposeFn(),this._isDisposed=!0},e.prototype.setDisposeFn=function(e){this._disposeFn=e},e.prototype._invokeDisposeFn=function(){this._disposeFn&&(this._disposeFn(),this._disposeFn=null)},e}()),ge=function(){},ye="undefined"!=typeof Intl&&Intl.v8BreakIterator,me=function(){return function(){this.isBrowser="object"==typeof document&&!!document,this.EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent),this.TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent),this.BLINK=this.isBrowser&&!(!window.chrome&&!ye)&&"undefined"!=typeof CSS&&!this.EDGE&&!this.TRIDENT,this.WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT,this.IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,this.FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent),this.ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT,this.SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT}}(),ve=function(){},be=n("YaPU"),_e=n("Veqx").a.of,we=n("GK6M"),xe=n("/iUD"),Ce=n("fKB6"),Oe=Object.prototype.toString,Ee=function(e){function t(t,n,r,i){e.call(this),this.sourceObj=t,this.eventName=n,this.selector=r,this.options=i}return Object(Y.b)(t,e),t.create=function(e,n,r,i){return Object(xe.a)(r)&&(i=r,r=void 0),new t(e,n,i,r)},t.setupSubscription=function(e,n,r,i,o){var a;if(function(e){return!!e&&"[object NodeList]"===Oe.call(e)}(e)||function(e){return!!e&&"[object HTMLCollection]"===Oe.call(e)}(e))for(var s=0,l=e.length;s=0?this.period=Number(n)<1?1:Number(n):Object(Me.a)(n)&&(r=n),Object(Me.a)(r)||(r=ne),this.scheduler=r,this.dueTime=(o=t)instanceof Date&&!isNaN(+o)?+t-this.scheduler.now():t}return Object(Y.b)(t,e),t.create=function(e,n,r){return void 0===e&&(e=0),new t(e,n,r)},t.dispatch=function(e){var t=e.index,n=e.period,r=e.subscriber;if(r.next(t),!r.closed){if(-1===n)return r.complete();e.index=t+1,this.schedule(e,n)}},t.prototype._subscribe=function(e){return this.scheduler.schedule(t.dispatch,this.dueTime,{index:0,period:this.period,subscriber:e})},t}(be.a).create;function Ne(e,t){return void 0===t&&(t=ne),n=function(){return De(e,t)},function(e){return e.lift(new Pe(n))};var n}var Ae=function(){function e(e,t){this.predicate=e,this.thisArg=t}return e.prototype.call=function(e,t){return t.subscribe(new Re(e,this.predicate,this.thisArg))},e}(),Re=function(e){function t(t,n,r){e.call(this,t),this.predicate=n,this.thisArg=r,this.count=0}return Object(Y.b)(t,e),t.prototype._next=function(e){var t;try{t=this.predicate.call(this.thisArg,e,this.count++)}catch(e){return void this.destination.error(e)}t&&this.destination.next(e)},t}(J.a),Fe=n("/nXB"),Le=function(){function e(e,t){this._ngZone=e,this._platform=t,this._scrolled=new Q.a,this._globalSubscription=null,this._scrolledCount=0,this.scrollContainers=new Map}return e.prototype.register=function(e){var t=this,n=e.elementScrolled().subscribe(function(){return t._scrolled.next(e)});this.scrollContainers.set(e,n)},e.prototype.deregister=function(e){var t=this.scrollContainers.get(e);t&&(t.unsubscribe(),this.scrollContainers.delete(e))},e.prototype.scrolled=function(e){var t=this;return void 0===e&&(e=20),this._platform.isBrowser?be.a.create(function(n){t._globalSubscription||t._addGlobalListener();var r=e>0?t._scrolled.pipe(Ne(e)).subscribe(n):t._scrolled.subscribe(n);return t._scrolledCount++,function(){r.unsubscribe(),t._scrolledCount--,t._scrolledCount||t._removeGlobalListener()}}):_e()},e.prototype.ngOnDestroy=function(){var e=this;this._removeGlobalListener(),this.scrollContainers.forEach(function(t,n){return e.deregister(n)})},e.prototype.ancestorScrolled=function(e,t){var n,r=this.getAncestorScrollContainers(e);return this.scrolled(t).pipe((n=function(e){return!e||r.indexOf(e)>-1},function(e){return e.lift(new Ae(n,void 0))}))},e.prototype.getAncestorScrollContainers=function(e){var t=this,n=[];return this.scrollContainers.forEach(function(r,i){t._scrollableContainsElement(i,e)&&n.push(i)}),n},e.prototype._scrollableContainsElement=function(e,t){var n=t.nativeElement,r=e.getElementRef().nativeElement;do{if(n==r)return!0}while(n=n.parentElement);return!1},e.prototype._addGlobalListener=function(){var e=this;this._globalSubscription=this._ngZone.runOutsideAngular(function(){return Ee(window.document,"scroll").subscribe(function(){return e._scrolled.next()})})},e.prototype._removeGlobalListener=function(){this._globalSubscription&&(this._globalSubscription.unsubscribe(),this._globalSubscription=null)},e}();function je(e,t,n){return e||new Le(t,n)}var Ve=function(){function e(e,t){var n=this;this._platform=e,this._change=e.isBrowser?t.runOutsideAngular(function(){return Object(Fe.a)(Ee(window,"resize"),Ee(window,"orientationchange"))}):_e(),this._invalidateCache=this.change().subscribe(function(){return n._updateViewportSize()})}return e.prototype.ngOnDestroy=function(){this._invalidateCache.unsubscribe()},e.prototype.getViewportSize=function(){this._viewportSize||this._updateViewportSize();var e={width:this._viewportSize.width,height:this._viewportSize.height};return this._platform.isBrowser||(this._viewportSize=null),e},e.prototype.getViewportRect=function(){var e=this.getViewportScrollPosition(),t=this.getViewportSize(),n=t.width,r=t.height;return{top:e.top,left:e.left,bottom:e.top+r,right:e.left+n,height:r,width:n}},e.prototype.getViewportScrollPosition=function(){if(!this._platform.isBrowser)return{top:0,left:0};var e=document.documentElement.getBoundingClientRect();return{top:-e.top||document.body.scrollTop||window.scrollY||document.documentElement.scrollTop||0,left:-e.left||document.body.scrollLeft||window.scrollX||document.documentElement.scrollLeft||0}},e.prototype.change=function(e){return void 0===e&&(e=20),e>0?this._change.pipe(Ne(e)):this._change},e.prototype._updateViewportSize=function(){this._viewportSize=this._platform.isBrowser?{width:window.innerWidth,height:window.innerHeight}:{width:0,height:0}},e}();function ze(e,t,n){return e||new Ve(t,n)}var He=function(){},Be=new r.InjectionToken("cdk-dir-doc"),Ue=function(){return function(e){this.value="ltr",this.change=new r.EventEmitter,e&&(this.value=(e.body?e.body.dir:null)||(e.documentElement?e.documentElement.dir:null)||"ltr")}}(),Ge=function(){},Ze=new r.InjectionToken("mat-sanity-checks"),We=function(){function e(e){this._sanityChecksEnabled=e,this._hasDoneGlobalChecks=!1,this._hasCheckedHammer=!1,this._document="object"==typeof document&&document?document:null,this._window="object"==typeof window&&window?window:null,this._areChecksEnabled()&&!this._hasDoneGlobalChecks&&(this._checkDoctypeIsDefined(),this._checkThemeIsPresent(),this._hasDoneGlobalChecks=!0)}return e.prototype._areChecksEnabled=function(){return this._sanityChecksEnabled&&Object(r.isDevMode)()&&!this._isTestEnv()},e.prototype._isTestEnv=function(){return this._window&&(this._window.__karma__||this._window.jasmine)},e.prototype._checkDoctypeIsDefined=function(){this._document&&!this._document.doctype&&console.warn("Current document does not have a doctype. This may cause some Angular Material components not to behave as expected.")},e.prototype._checkThemeIsPresent=function(){if(this._document&&"function"==typeof getComputedStyle){var e=this._document.createElement("div");e.classList.add("mat-theme-loaded-marker"),this._document.body.appendChild(e);var t=getComputedStyle(e);t&&"none"!==t.display&&console.warn("Could not find Angular Material core theme. Most Material components may not work as expected. For more info refer to the theming guide: https://material.angular.io/guide/theming"),this._document.body.removeChild(e)}},e.prototype._checkHammerIsAvailable=function(){!this._hasCheckedHammer&&this._window&&(this._areChecksEnabled()&&!this._window.Hammer&&console.warn("Could not find HammerJS. Certain Angular Material components may not work correctly."),this._hasCheckedHammer=!0)},e}();function qe(e){return function(e){function t(){for(var t=[],n=0;n0?"ltr"==this._getLayoutDirection()?"right":"left":"center"},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"origin",{set:function(e){if(null!=e){var t=this._getLayoutDirection();this._origin="ltr"==t&&e<=0||"rtl"==t&&e>0?"left":"right"}},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){"center"==this._position&&this._origin&&(this._position="left"==this._origin?"left-origin-center":"right-origin-center")},e.prototype._onTranslateTabStarted=function(e){var t=this._isCenterPosition(e.toState);this._beforeCentering.emit(t),t&&this._onCentering.emit(this._elementRef.nativeElement.clientHeight)},e.prototype._onTranslateTabComplete=function(e){this._isCenterPosition(e.toState)&&this._isCenterPosition(this._position)&&this._onCentered.emit(),this._isCenterPosition(e.fromState)&&!this._isCenterPosition(this._position)&&this._afterLeavingCenter.emit()},e.prototype._getLayoutDirection=function(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"},e.prototype._isCenterPosition=function(e){return"center"==e||"left-origin-center"==e||"right-origin-center"==e},e}(),gt=0,yt=function(e){function t(t,n){var i=e.call(this,t)||this;return i._changeDetectorRef=n,i._indexToSelect=0,i._tabBodyWrapperHeight=0,i._tabsSubscription=ee.a.EMPTY,i._tabLabelSubscription=ee.a.EMPTY,i._dynamicHeight=!1,i._selectedIndex=null,i.headerPosition="above",i.selectedIndexChange=new r.EventEmitter,i.focusChange=new r.EventEmitter,i.animationDone=new r.EventEmitter,i.selectedTabChange=new r.EventEmitter(!0),i.selectChange=i.selectedTabChange,i._groupId=gt++,i}return Object(Y.b)(t,e),Object.defineProperty(t.prototype,"dynamicHeight",{get:function(){return this._dynamicHeight},set:function(e){this._dynamicHeight=K(e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_dynamicHeightDeprecated",{get:function(){return this._dynamicHeight},set:function(e){this._dynamicHeight=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectedIndex",{get:function(){return this._selectedIndex},set:function(e){this._indexToSelect=$(e,null)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"backgroundColor",{get:function(){return this._backgroundColor},set:function(e){var t=this._elementRef.nativeElement;t.classList.remove("mat-background-"+this.backgroundColor),e&&t.classList.add("mat-background-"+e),this._backgroundColor=e},enumerable:!0,configurable:!0}),t.prototype.ngAfterContentChecked=function(){var e=this,t=this._indexToSelect=Math.min(this._tabs.length-1,Math.max(this._indexToSelect||0,0));if(this._selectedIndex!=t&&null!=this._selectedIndex){var n=this._createChangeEvent(t);this.selectedTabChange.emit(n),Promise.resolve().then(function(){return e.selectedIndexChange.emit(t)})}this._tabs.forEach(function(n,r){n.position=r-t,n.isActive=r===t,null==e._selectedIndex||0!=n.position||n.origin||(n.origin=t-e._selectedIndex)}),this._selectedIndex!==t&&(this._selectedIndex=t,this._changeDetectorRef.markForCheck())},t.prototype.ngAfterContentInit=function(){var e=this;this._subscribeToTabLabels(),this._tabsSubscription=this._tabs.changes.subscribe(function(){e._subscribeToTabLabels(),e._changeDetectorRef.markForCheck()})},t.prototype.ngOnDestroy=function(){this._tabsSubscription.unsubscribe(),this._tabLabelSubscription.unsubscribe()},t.prototype._focusChanged=function(e){this.focusChange.emit(this._createChangeEvent(e))},t.prototype._createChangeEvent=function(e){var t=new function(){};return t.index=e,this._tabs&&this._tabs.length&&(t.tab=this._tabs.toArray()[e]),t},t.prototype._subscribeToTabLabels=function(){var e=this;this._tabLabelSubscription&&this._tabLabelSubscription.unsubscribe(),this._tabLabelSubscription=Fe.a.apply(void 0,this._tabs.map(function(e){return e._disableChange}).concat(this._tabs.map(function(e){return e._labelChange}))).subscribe(function(){e._changeDetectorRef.markForCheck()})},t.prototype._getTabLabelId=function(e){return"mat-tab-label-"+this._groupId+"-"+e},t.prototype._getTabContentId=function(e){return"mat-tab-content-"+this._groupId+"-"+e},t.prototype._setTabBodyWrapperHeight=function(e){if(this._dynamicHeight&&this._tabBodyWrapperHeight){var t=this._tabBodyWrapper.nativeElement;t.style.height=this._tabBodyWrapperHeight+"px",this._tabBodyWrapper.nativeElement.offsetHeight&&(t.style.height=e+"px")}},t.prototype._removeTabBodyWrapperHeight=function(){this._tabBodyWrapperHeight=this._tabBodyWrapper.nativeElement.clientHeight,this._tabBodyWrapper.nativeElement.style.height="",this.animationDone.emit()},t.prototype._handleClick=function(e,t,n){e.disabled||(this.selectedIndex=t.focusIndex=n)},t.prototype._getTabIndex=function(e,t){return e.disabled?null:this.selectedIndex===t?0:-1},t}(function(e,t){return function(e){function n(){for(var n=[],r=0;r=0;n+=e)if(this._isValidIndex(n))return void(this.focusIndex=n)},t.prototype._focusNextTab=function(){this._moveFocus("ltr"==this._getLayoutDirection()?1:-1)},t.prototype._focusPreviousTab=function(){this._moveFocus("ltr"==this._getLayoutDirection()?-1:1)},t.prototype._focusFirstTab=function(){for(var e=0;e-1;e--)if(this._isValidIndex(e)){this.focusIndex=e;break}},t.prototype._getLayoutDirection=function(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"},t.prototype._updateTabScrollPosition=function(){var e=this.scrollDistance,t="ltr"===this._getLayoutDirection()?-e:e;this._tabList.nativeElement.style.transform="translate3d("+t+"px, 0, 0)"},Object.defineProperty(t.prototype,"scrollDistance",{get:function(){return this._scrollDistance},set:function(e){this._scrollDistance=Math.max(0,Math.min(this._getMaxScrollDistance(),e)),this._scrollDistanceChanged=!0,this._checkScrollingControls()},enumerable:!0,configurable:!0}),t.prototype._scrollHeader=function(e){this.scrollDistance+=("before"==e?-1:1)*this._tabListContainer.nativeElement.offsetWidth/3},t.prototype._scrollToLabel=function(e){var t=this._labelWrappers?this._labelWrappers.toArray()[e]:null;if(t){var n,r,i=this._tabListContainer.nativeElement.offsetWidth;"ltr"==this._getLayoutDirection()?r=(n=t.getOffsetLeft())+t.getOffsetWidth():n=(r=this._tabList.nativeElement.offsetWidth-t.getOffsetLeft())-t.getOffsetWidth();var o=this.scrollDistance,a=this.scrollDistance+i;na&&(this.scrollDistance+=r-a+60)}},t.prototype._checkPaginationEnabled=function(){var e=this._tabList.nativeElement.scrollWidth>this._elementRef.nativeElement.offsetWidth;e||(this.scrollDistance=0),e!==this._showPaginationControls&&this._changeDetectorRef.markForCheck(),this._showPaginationControls=e},t.prototype._checkScrollingControls=function(){this._disableScrollBefore=0==this.scrollDistance,this._disableScrollAfter=this.scrollDistance==this._getMaxScrollDistance(),this._changeDetectorRef.markForCheck()},t.prototype._getMaxScrollDistance=function(){return this._tabList.nativeElement.scrollWidth-this._tabListContainer.nativeElement.offsetWidth||0},t.prototype._alignInkBarToSelectedTab=function(){var e=this._labelWrappers&&this._labelWrappers.length?this._labelWrappers.toArray()[this.selectedIndex].elementRef.nativeElement:null;this._inkBar.alignToElement(e)},t}(Ke(function(){})),bt=function(){},_t=r["\u0275crt"]({encapsulation:2,styles:[".mat-tab-group{display:flex;flex-direction:column}.mat-tab-group.mat-tab-group-inverted-header{flex-direction:column-reverse}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:0}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.mat-tab-label.mat-tab-disabled{cursor:default}.mat-tab-label.mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}@media (max-width:599px){.mat-tab-label{padding:0 12px}}@media (max-width:959px){.mat-tab-label{padding:0 12px}}.mat-tab-group[mat-stretch-tabs] .mat-tab-label{flex-basis:0;flex-grow:1}.mat-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height .5s cubic-bezier(.35,0,.25,1)}.mat-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden}.mat-tab-body.mat-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-tab-group.mat-tab-group-dynamic-height .mat-tab-body.mat-tab-body-active{overflow-y:hidden}"],data:{}});function wt(e){return r["\u0275vid"](0,[(e()(),r["\u0275and"](0,null,null,0))],null,null)}function xt(e){return r["\u0275vid"](0,[(e()(),r["\u0275and"](16777216,null,null,1,null,wt)),r["\u0275did"](1,212992,null,0,he,[r.ComponentFactoryResolver,r.ViewContainerRef],{portal:[0,"portal"]},null),(e()(),r["\u0275and"](0,null,null,0))],function(e,t){e(t,1,0,t.parent.context.$implicit.templateLabel)},null)}function Ct(e){return r["\u0275vid"](0,[(e()(),r["\u0275ted"](0,null,["",""]))],null,function(e,t){e(t,0,0,t.parent.context.$implicit.textLabel)})}function Ot(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,7,"div",[["class","mat-tab-label mat-ripple"],["mat-ripple",""],["matTabLabelWrapper",""],["role","tab"]],[[8,"id",0],[1,"tabIndex",0],[1,"aria-controls",0],[1,"aria-selected",0],[2,"mat-tab-label-active",null],[2,"mat-ripple-unbounded",null],[2,"mat-tab-disabled",null]],[[null,"click"]],function(e,t,n){var i=!0;return"click"===t&&(i=!1!==e.component._handleClick(e.context.$implicit,r["\u0275nov"](e.parent,2),e.context.index)&&i),i},null,null)),r["\u0275did"](1,212992,null,0,tt,[r.ElementRef,r.NgZone,me,[2,et]],{disabled:[0,"disabled"]},null),r["\u0275did"](2,16384,[[2,4]],0,mt,[r.ElementRef],{disabled:[0,"disabled"]},null),(e()(),r["\u0275eld"](3,0,null,null,4,"div",[["class","mat-tab-label-content"]],null,null,null,null,null)),(e()(),r["\u0275and"](16777216,null,null,1,null,xt)),r["\u0275did"](5,16384,null,0,f.NgIf,[r.ViewContainerRef,r.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),r["\u0275and"](16777216,null,null,1,null,Ct)),r["\u0275did"](7,16384,null,0,f.NgIf,[r.ViewContainerRef,r.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(e,t){e(t,1,0,t.context.$implicit.disabled||t.component.disableRipple),e(t,2,0,t.context.$implicit.disabled),e(t,5,0,t.context.$implicit.templateLabel),e(t,7,0,!t.context.$implicit.templateLabel)},function(e,t){var n=t.component;e(t,0,0,n._getTabLabelId(t.context.index),n._getTabIndex(t.context.$implicit,t.context.index),n._getTabContentId(t.context.index),n.selectedIndex==t.context.index,n.selectedIndex==t.context.index,r["\u0275nov"](t,1).unbounded,r["\u0275nov"](t,2).disabled)})}function Et(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"mat-tab-body",[["class","mat-tab-body"],["role","tabpanel"]],[[8,"id",0],[1,"aria-labelledby",0],[2,"mat-tab-body-active",null]],[[null,"_onCentered"],[null,"_onCentering"]],function(e,t,n){var r=!0,i=e.component;return"_onCentered"===t&&(r=!1!==i._removeTabBodyWrapperHeight()&&r),"_onCentering"===t&&(r=!1!==i._setTabBodyWrapperHeight(n)&&r),r},kt,St)),r["\u0275did"](1,114688,null,0,ht,[r.ElementRef,[2,Ue]],{_content:[0,"_content"],position:[1,"position"],origin:[2,"origin"]},{_onCentering:"_onCentering",_onCentered:"_onCentered"})],function(e,t){e(t,1,0,t.context.$implicit.content,t.context.$implicit.position,t.context.$implicit.origin)},function(e,t){var n=t.component;e(t,0,0,n._getTabContentId(t.context.index),n._getTabLabelId(t.context.index),n.selectedIndex==t.context.index)})}function It(e){return r["\u0275vid"](2,[r["\u0275qud"](402653184,1,{_tabBodyWrapper:0}),(e()(),r["\u0275eld"](1,0,null,null,4,"mat-tab-header",[["class","mat-tab-header"]],[[2,"mat-tab-header-pagination-controls-enabled",null],[2,"mat-tab-header-rtl",null]],[[null,"indexFocused"],[null,"selectFocusedIndex"]],function(e,t,n){var r=!0,i=e.component;return"indexFocused"===t&&(r=!1!==i._focusChanged(n)&&r),"selectFocusedIndex"===t&&(r=!1!==(i.selectedIndex=n)&&r),r},Mt,Tt)),r["\u0275did"](2,3325952,[["tabHeader",4]],1,vt,[r.ElementRef,r.ChangeDetectorRef,Ve,[2,Ue]],{disableRipple:[0,"disableRipple"],selectedIndex:[1,"selectedIndex"]},{selectFocusedIndex:"selectFocusedIndex",indexFocused:"indexFocused"}),r["\u0275qud"](603979776,2,{_labelWrappers:1}),(e()(),r["\u0275and"](16777216,null,0,1,null,Ot)),r["\u0275did"](5,802816,null,0,f.NgForOf,[r.ViewContainerRef,r.TemplateRef,r.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),r["\u0275eld"](6,0,[[1,0],["tabBodyWrapper",1]],null,2,"div",[["class","mat-tab-body-wrapper"]],null,null,null,null,null)),(e()(),r["\u0275and"](16777216,null,null,1,null,Et)),r["\u0275did"](8,802816,null,0,f.NgForOf,[r.ViewContainerRef,r.TemplateRef,r.IterableDiffers],{ngForOf:[0,"ngForOf"]},null)],function(e,t){var n=t.component;e(t,2,0,n.disableRipple,n.selectedIndex),e(t,5,0,n._tabs),e(t,8,0,n._tabs)},function(e,t){e(t,1,0,r["\u0275nov"](t,2)._showPaginationControls,"rtl"==r["\u0275nov"](t,2)._getLayoutDirection())})}var St=r["\u0275crt"]({encapsulation:2,styles:[".mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}"],data:{animation:[{type:7,name:"translateTab",definitions:[{type:0,name:"center, void, left-origin-center, right-origin-center",styles:{type:6,styles:{transform:"none"},offset:null},options:void 0},{type:0,name:"left",styles:{type:6,styles:{transform:"translate3d(-100%, 0, 0)"},offset:null},options:void 0},{type:0,name:"right",styles:{type:6,styles:{transform:"translate3d(100%, 0, 0)"},offset:null},options:void 0},{type:1,expr:"* => left, * => right, left => center, right => center",animation:{type:4,styles:null,timings:"500ms cubic-bezier(0.35, 0, 0.25, 1)"},options:null},{type:1,expr:"void => left-origin-center",animation:[{type:6,styles:{transform:"translate3d(-100%, 0, 0)"},offset:null},{type:4,styles:null,timings:"500ms cubic-bezier(0.35, 0, 0.25, 1)"}],options:null},{type:1,expr:"void => right-origin-center",animation:[{type:6,styles:{transform:"translate3d(100%, 0, 0)"},offset:null},{type:4,styles:null,timings:"500ms cubic-bezier(0.35, 0, 0.25, 1)"}],options:null}],options:{}}]}});function Pt(e){return r["\u0275vid"](0,[(e()(),r["\u0275and"](0,null,null,0))],null,null)}function kt(e){return r["\u0275vid"](2,[(e()(),r["\u0275eld"](0,0,[["content",1]],null,2,"div",[["class","mat-tab-body-content"]],[[24,"@translateTab",0]],[[null,"@translateTab.start"],[null,"@translateTab.done"]],function(e,t,n){var r=!0,i=e.component;return"@translateTab.start"===t&&(r=!1!==i._onTranslateTabStarted(n)&&r),"@translateTab.done"===t&&(r=!1!==i._onTranslateTabComplete(n)&&r),r},null,null)),(e()(),r["\u0275and"](16777216,null,null,1,null,Pt)),r["\u0275did"](2,212992,null,0,ft,[r.ComponentFactoryResolver,r.ViewContainerRef,ht],null,null)],function(e,t){e(t,2,0)},function(e,t){e(t,0,0,t.component._position)})}var Tt=r["\u0275crt"]({encapsulation:2,styles:[".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:0}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.mat-tab-label.mat-tab-disabled{cursor:default}.mat-tab-label.mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}@media (max-width:599px){.mat-tab-label{min-width:72px}}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:.5s cubic-bezier(.35,0,.25,1)}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}@media screen and (-ms-high-contrast:active){.mat-ink-bar{outline:solid 2px;height:0}}.mat-tab-header-pagination{position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-pagination-after,.mat-tab-header-rtl .mat-tab-header-pagination-before{padding-right:4px}.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;content:'';height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-list{flex-grow:1;position:relative;transition:transform .5s cubic-bezier(.35,0,.25,1)}.mat-tab-labels{display:flex}"],data:{}});function Mt(e){return r["\u0275vid"](2,[r["\u0275qud"](402653184,1,{_inkBar:0}),r["\u0275qud"](402653184,2,{_tabListContainer:0}),r["\u0275qud"](402653184,3,{_tabList:0}),(e()(),r["\u0275eld"](3,0,null,null,2,"div",[["aria-hidden","true"],["class","mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4 mat-ripple"],["mat-ripple",""]],[[2,"mat-tab-header-pagination-disabled",null],[2,"mat-ripple-unbounded",null]],[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==e.component._scrollHeader("before")&&r),r},null,null)),r["\u0275did"](4,212992,null,0,tt,[r.ElementRef,r.NgZone,me,[2,et]],{disabled:[0,"disabled"]},null),(e()(),r["\u0275eld"](5,0,null,null,0,"div",[["class","mat-tab-header-pagination-chevron"]],null,null,null,null,null)),(e()(),r["\u0275eld"](6,0,[[2,0],["tabListContainer",1]],null,6,"div",[["class","mat-tab-label-container"]],null,[[null,"keydown"]],function(e,t,n){var r=!0;return"keydown"===t&&(r=!1!==e.component._handleKeydown(n)&&r),r},null,null)),(e()(),r["\u0275eld"](7,0,[[3,0],["tabList",1]],null,5,"div",[["class","mat-tab-list"],["role","tablist"]],null,[[null,"cdkObserveContent"]],function(e,t,n){var r=!0;return"cdkObserveContent"===t&&(r=!1!==e.component._onContentChanges()&&r),r},null,null)),r["\u0275did"](8,1720320,null,0,se,[ae,r.ElementRef,r.NgZone],null,{event:"cdkObserveContent"}),(e()(),r["\u0275eld"](9,0,null,null,1,"div",[["class","mat-tab-labels"]],null,null,null,null,null)),r["\u0275ncd"](null,0),(e()(),r["\u0275eld"](11,0,null,null,1,"mat-ink-bar",[["class","mat-ink-bar"]],null,null,null,null,null)),r["\u0275did"](12,16384,[[1,4]],0,pt,[r.ElementRef,r.NgZone],null,null),(e()(),r["\u0275eld"](13,0,null,null,2,"div",[["aria-hidden","true"],["class","mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4 mat-ripple"],["mat-ripple",""]],[[2,"mat-tab-header-pagination-disabled",null],[2,"mat-ripple-unbounded",null]],[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==e.component._scrollHeader("after")&&r),r},null,null)),r["\u0275did"](14,212992,null,0,tt,[r.ElementRef,r.NgZone,me,[2,et]],{disabled:[0,"disabled"]},null),(e()(),r["\u0275eld"](15,0,null,null,0,"div",[["class","mat-tab-header-pagination-chevron"]],null,null,null,null,null))],function(e,t){var n=t.component;e(t,4,0,n._disableScrollBefore||n.disableRipple),e(t,14,0,n._disableScrollAfter||n.disableRipple)},function(e,t){var n=t.component;e(t,3,0,n._disableScrollBefore,r["\u0275nov"](t,4).unbounded),e(t,13,0,n._disableScrollAfter,r["\u0275nov"](t,14).unbounded)})}var Dt=r["\u0275crt"]({encapsulation:2,styles:[],data:{}});function Nt(e){return r["\u0275vid"](0,[r["\u0275ncd"](null,0),(e()(),r["\u0275and"](0,null,null,0))],null,null)}function At(e){return r["\u0275vid"](2,[r["\u0275qud"](402653184,1,{_content:0}),(e()(),r["\u0275and"](0,[[1,2]],null,0,null,Nt))],null,null)}var Rt=function(){function e(){}return e.prototype.ngOnInit=function(){},e}(),Ft=r["\u0275crt"]({encapsulation:0,styles:[['.mat-tab-group[_ngcontent-%COMP%], .mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important}pre[_ngcontent-%COMP%]{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}']],data:{}});function Lt(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,4,"a",[["name","installation"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](2,0,null,null,1,"h2",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Installation"])),(e()(),r["\u0275ted"](-1,null,["\n"])),(e()(),r["\u0275ted"](-1,null,["\n"])),(e()(),r["\u0275eld"](6,0,null,null,71,"mat-tab-group",[["class","mat-tab-group"]],[[2,"mat-tab-group-dynamic-height",null],[2,"mat-tab-group-inverted-header",null]],null,null,It,_t)),r["\u0275did"](7,3325952,null,1,yt,[r.ElementRef,r.ChangeDetectorRef],null,null),r["\u0275qud"](603979776,1,{_tabs:1}),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](10,16777216,null,null,11,"mat-tab",[["label","Arch"]],null,null,null,At,Dt)),r["\u0275did"](11,770048,[[1,4]],1,dt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,2,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](14,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](15,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n yaourt -S safeeyes\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](18,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](19,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n packer -S safeeyes\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](23,16777216,null,null,7,"mat-tab",[["label","Debian"]],null,null,null,At,Dt)),r["\u0275did"](24,770048,[[1,4]],1,dt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,3,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](27,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](28,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n sudo apt-get install gir1.2-appindicator3-0.1 gir1.2-notify-0.7 python3-psutil python3-xlib xprintidle python3-pip\n sudo pip3 install safeeyes\n sudo update-icon-caches /usr/share/icons/hicolor\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](32,16777216,null,null,13,"mat-tab",[["label","Fedora"]],null,null,null,At,Dt)),r["\u0275did"](33,770048,[[1,4]],1,dt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,4,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n If you want to use Smart Pause plugin, install the latest "])),(e()(),r["\u0275eld"](36,0,null,0,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["xprintidle"])),(e()(),r["\u0275ted"](-1,0,[" from: "])),(e()(),r["\u0275eld"](39,0,null,0,1,"a",[["href","https://copr.fedorainfracloud.org/coprs/alonid/xprintidle/"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["alonid/xprintidle"])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](42,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](43,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n sudo dnf install libappindicator-gtk3 python3-psutil\n sudo pip3 install safeeyes\n sudo gtk-update-icon-cache /usr/share/icons/hicolor\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](47,16777216,null,null,7,"mat-tab",[["label","Gentoo"]],null,null,null,At,Dt)),r["\u0275did"](48,770048,[[1,4]],1,dt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,5,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](51,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](52,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n sudo emerge -av x11-misc/safeeyes\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](56,16777216,null,null,7,"mat-tab",[["label","Ubuntu & Linux Mint"]],null,null,null,At,Dt)),r["\u0275did"](57,770048,[[1,4]],1,dt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,6,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](60,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](61,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n sudo add-apt-repository ppa:slgobinath/safeeyes\n sudo apt update\n sudo apt install safeeyes\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](65,16777216,null,null,11,"mat-tab",[["label","Other Linux"]],null,null,null,At,Dt)),r["\u0275did"](66,770048,[[1,4]],1,dt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,7,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n Install the following dependencies:\n "])),(e()(),r["\u0275eld"](69,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](70,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n gir1.2-appindicator3-0.1 gir1.2-notify-0.7 libappindicator-gtk3 python3-psutil xprintidle\n "])),(e()(),r["\u0275ted"](-1,0,[" Install Safe Eyes:\n "])),(e()(),r["\u0275eld"](73,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](74,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n sudo pip3 install safeeyes\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n"]))],function(e,t){e(t,11,0,"Arch"),e(t,24,0,"Debian"),e(t,33,0,"Fedora"),e(t,48,0,"Gentoo"),e(t,57,0,"Ubuntu & Linux Mint"),e(t,66,0,"Other Linux")},function(e,t){e(t,6,0,r["\u0275nov"](t,7).dynamicHeight,"below"===r["\u0275nov"](t,7).headerPosition)})}var jt=function(){function e(){}return e.prototype.distribute=function(e,t){if(e.length<=t)return[e];for(var n=Math.ceil(e.length/t),r=new Array(n),i=0;iSafe Eyes translations site in order to assist with translations. Please translate the message id description as a meaningful description describing Safe Eyes.')},{icon:"fa-github",title:"Issues",description:'If you are having issues with Safe Eyes, feel free to open issues in the Safe Eyes Github Issues page as necessary.'}];this.contributions=this._utilService.distribute(e,2)},e}(),Zt=r["\u0275crt"]({encapsulation:0,styles:[["i[_ngcontent-%COMP%]{color:#424242;position:absolute;font-size:32pt;float:left;line-height:20pt}h3[_ngcontent-%COMP%]{margin-left:50px}p[_ngcontent-%COMP%]{text-align:justify}"]],data:{}});function Wt(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,11,"div",[["class","col-sm-6"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](2,0,null,null,6,"div",[],null,null,null,null,null)),(e()(),r["\u0275eld"](3,0,null,null,1,"i",[["aria-hidden","true"]],[[8,"className",0]],null,null,null,null)),(e()(),r["\u0275ted"](-1,null,[" "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](6,0,null,null,1,"h3",[],null,null,null,null,null)),(e()(),r["\u0275ted"](7,null,["",""])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](10,0,null,null,0,"p",[],[[8,"innerHTML",1]],null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "]))],null,function(e,t){e(t,3,0,r["\u0275inlineInterpolate"](1,"fa ",t.context.$implicit.icon,"")),e(t,7,0,t.context.$implicit.title),e(t,10,0,t.context.$implicit.description)})}function qt(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,4,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275and"](16777216,null,null,1,null,Wt)),r["\u0275did"](3,802816,null,0,f.NgForOf,[r.ViewContainerRef,r.TemplateRef,r.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),r["\u0275ted"](-1,null,["\n"]))],function(e,t){e(t,3,0,t.context.$implicit)},null)}function Kt(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,4,"a",[["name","contribute"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](2,0,null,null,1,"h2",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Contribute"])),(e()(),r["\u0275ted"](-1,null,["\n"])),(e()(),r["\u0275ted"](-1,null,["\n\n"])),(e()(),r["\u0275and"](16777216,null,null,1,null,qt)),r["\u0275did"](7,802816,null,0,f.NgForOf,[r.ViewContainerRef,r.TemplateRef,r.IterableDiffers],{ngForOf:[0,"ngForOf"]},null)],function(e,t){e(t,7,0,t.component.contributions)},null)}var $t=r["\u0275crt"]({encapsulation:0,styles:[["contribute[_ngcontent-%COMP%], features[_ngcontent-%COMP%], installation[_ngcontent-%COMP%], screenshots[_ngcontent-%COMP%]{width:100%}"]],data:{}});function Qt(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"app-navbar",[],null,null,null,l,s)),r["\u0275did"](1,114688,null,0,a,[],null,null),(e()(),r["\u0275ted"](-1,null,["\n\n"])),(e()(),r["\u0275eld"](3,0,null,null,42,"div",[["class","container"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](5,0,null,null,39,"div",[["class","d-flex justify-content-between"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](7,0,null,null,36,"div",[["class","p-1"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](9,0,null,null,4,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](11,0,null,null,1,"app-header",[],null,null,null,p,c)),r["\u0275did"](12,114688,null,0,u,[],null,null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](15,0,null,null,4,"div",[["class","row"],["style","text-align:center;"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](17,0,null,null,1,"screenshots",[],null,null,null,q,W)),r["\u0275did"](18,114688,null,0,Z,[],null,null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](21,0,null,null,4,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](23,0,null,null,1,"installation",[],null,null,null,Lt,Ft)),r["\u0275did"](24,114688,null,0,Rt,[],null,null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](27,0,null,null,4,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](29,0,null,null,1,"features",[],null,null,null,Ut,zt)),r["\u0275did"](30,114688,null,0,Vt,[jt],null,null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](33,0,null,null,4,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](35,0,null,null,1,"contribute",[],null,null,null,Kt,Zt)),r["\u0275did"](36,114688,null,0,Gt,[jt,h.DomSanitizer],null,null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](39,0,null,null,3,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](41,0,null,null,0,"br",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n"]))],function(e,t){e(t,1,0),e(t,12,0),e(t,18,0),e(t,24,0),e(t,30,0),e(t,36,0)},null)}var Yt=r["\u0275ccf"]("app-root",o,function(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"app-root",[],null,null,null,Qt,$t)),r["\u0275did"](1,49152,null,0,o,[],null,null)],null,null)},{},{},[]);function Jt(e){switch(e.length){case 0:return new lt;case 1:return e[0];default:return new ut(e)}}function Xt(e,t,n,r,i,o){void 0===i&&(i={}),void 0===o&&(o={});var a=[],s=[],l=-1,u=null;if(r.forEach(function(e){var n=e.offset,r=n==l,c=r&&u||{};Object.keys(e).forEach(function(n){var r=n,s=e[n];if("offset"!==n)switch(r=t.normalizePropertyName(r,a),s){case ct:s=i[n];break;case it:s=o[n];break;default:s=t.normalizeStyleValue(n,r,s,a)}c[r]=s}),r||s.push(c),u=c,l=n}),a.length)throw new Error("Unable to animate due to the following errors:\n - "+a.join("\n - "));return s}function en(e,t,n,r){switch(t){case"start":e.onStart(function(){return r(n&&tn(n,"start",e.totalTime))});break;case"done":e.onDone(function(){return r(n&&tn(n,"done",e.totalTime))});break;case"destroy":e.onDestroy(function(){return r(n&&tn(n,"destroy",e.totalTime))})}}function tn(e,t,n){var r=nn(e.element,e.triggerName,e.fromState,e.toState,t||e.phaseName,void 0==n?e.totalTime:n),i=e._data;return null!=i&&(r._data=i),r}function nn(e,t,n,r,i,o){return void 0===i&&(i=""),void 0===o&&(o=0),{element:e,triggerName:t,fromState:n,toState:r,phaseName:i,totalTime:o}}function rn(e,t,n){var r;return e instanceof Map?(r=e.get(t))||e.set(t,r=n):(r=e[t])||(r=e[t]=n),r}function on(e){var t=e.indexOf(":");return[e.substring(1,t),e.substr(t+1)]}var an=function(e,t){return!1},sn=function(e,t){return!1},ln=function(e,t,n){return[]};if("undefined"!=typeof Element){if(an=function(e,t){return e.contains(t)},Element.prototype.matches)sn=function(e,t){return e.matches(t)};else{var un=Element.prototype,cn=un.matchesSelector||un.mozMatchesSelector||un.msMatchesSelector||un.oMatchesSelector||un.webkitMatchesSelector;cn&&(sn=function(e,t){return cn.apply(e,[t])})}ln=function(e,t,n){var r=[];if(n)r.push.apply(r,e.querySelectorAll(t));else{var i=e.querySelector(t);i&&r.push(i)}return r}}var pn=null,dn=!1;function fn(e){pn||(pn=hn()||{},dn=!!pn.style&&"WebkitAppearance"in pn.style);var t=!0;return pn.style&&!function(e){return"ebkit"==e.substring(1,6)}(e)&&!(t=e in pn.style)&&dn&&(t="Webkit"+e.charAt(0).toUpperCase()+e.substr(1)in pn.style),t}function hn(){return"undefined"!=typeof document?document.body:null}var gn=sn,yn=an,mn=ln,vn=function(){function e(){}return e.prototype.validateStyleProperty=function(e){return fn(e)},e.prototype.matchesElement=function(e,t){return gn(e,t)},e.prototype.containsElement=function(e,t){return yn(e,t)},e.prototype.query=function(e,t,n){return mn(e,t,n)},e.prototype.computeStyle=function(e,t,n){return n||""},e.prototype.animate=function(e,t,n,r,i,o){return void 0===o&&(o=[]),new lt},e}(),bn=function(){function e(){}return e.NOOP=new vn,e}(),_n=1e3;function wn(e){if("number"==typeof e)return e;var t=e.match(/^(-?[\.\d]+)(m?s)/);return!t||t.length<2?0:xn(parseFloat(t[1]),t[2])}function xn(e,t){switch(t){case"s":return e*_n;default:return e}}function Cn(e,t,n){return e.hasOwnProperty("duration")?e:function(e,t,n){var r,i=0,o="";if("string"==typeof e){var a=e.match(/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i);if(null===a)return t.push('The provided timing value "'+e+'" is invalid.'),{duration:0,delay:0,easing:""};r=xn(parseFloat(a[1]),a[2]);var s=a[3];null!=s&&(i=xn(Math.floor(parseFloat(s)),a[4]));var l=a[5];l&&(o=l)}else r=e;if(!n){var u=!1,c=t.length;r<0&&(t.push("Duration values below 0 are not allowed for this animation step."),u=!0),i<0&&(t.push("Delay values below 0 are not allowed for this animation step."),u=!0),u&&t.splice(c,0,'The provided timing value "'+e+'" is invalid.')}return{duration:r,delay:i,easing:o}}(e,t,n)}function On(e,t){return void 0===t&&(t={}),Object.keys(e).forEach(function(n){t[n]=e[n]}),t}function En(e,t,n){if(void 0===n&&(n={}),t)for(var r in e)n[r]=e[r];else On(e,n);return n}function In(e,t){e.style&&Object.keys(t).forEach(function(n){var r=An(n);e.style[r]=t[n]})}function Sn(e,t){e.style&&Object.keys(t).forEach(function(t){var n=An(t);e.style[n]=""})}function Pn(e){return Array.isArray(e)?1==e.length?e[0]:ot(e):e}var kn=new RegExp("{{\\s*(.+?)\\s*}}","g");function Tn(e){var t=[];if("string"==typeof e){for(var n=e.toString(),r=void 0;r=kn.exec(n);)t.push(r[1]);kn.lastIndex=0}return t}function Mn(e,t,n){var r=e.toString(),i=r.replace(kn,function(e,r){var i=t[r];return t.hasOwnProperty(r)||(n.push("Please provide a value for the animation param "+r),i=""),i.toString()});return i==r?e:i}function Dn(e){for(var t=[],n=e.next();!n.done;)t.push(n.value),n=e.next();return t}var Nn=/-+([a-z0-9])/g;function An(e){return e.replace(Nn,function(){for(var e=[],t=0;t *";case":leave":return"* => void";case":increment":return function(e,t){return parseFloat(t)>parseFloat(e)};case":decrement":return function(e,t){return parseFloat(t) *"}}(e,n);if("function"==typeof r)return void t.push(r);e=r}var i=e.match(/^(\*|[-\w]+)\s*()\s*(\*|[-\w]+)$/);if(null==i||i.length<4)return n.push('The provided transition expression "'+e+'" is not supported'),t;var o=i[1],a=i[2],s=i[3];t.push(Vn(o,s)),"<"!=a[0]||o==Fn&&s==Fn||t.push(Vn(s,o))}(e,i,r)}):i.push(n),i),animation:o,queryCount:t.queryCount,depCount:t.depCount,options:Zn(e.options)}},e.prototype.visitSequence=function(e,t){var n=this;return{type:2,steps:e.steps.map(function(e){return Rn(n,e,t)}),options:Zn(e.options)}},e.prototype.visitGroup=function(e,t){var n=this,r=t.currentTime,i=0,o=e.steps.map(function(e){t.currentTime=r;var o=Rn(n,e,t);return i=Math.max(i,t.currentTime),o});return t.currentTime=i,{type:3,steps:o,options:Zn(e.options)}},e.prototype.visitAnimate=function(e,t){var n,r=function(e,t){var n=null;if(e.hasOwnProperty("duration"))n=e;else if("number"==typeof e)return Wn(Cn(e,t).duration,0,"");var r=e;if(r.split(/\s+/).some(function(e){return"{"==e.charAt(0)&&"{"==e.charAt(1)})){var i=Wn(0,0,"");return i.dynamic=!0,i.strValue=r,i}return Wn((n=n||Cn(r,t)).duration,n.delay,n.easing)}(e.timings,t.errors);t.currentAnimateTimings=r;var i=e.styles?e.styles:at({});if(5==i.type)n=this.visitKeyframes(i,t);else{var o=e.styles,a=!1;if(!o){a=!0;var s={};r.easing&&(s.easing=r.easing),o=at(s)}t.currentTime+=r.duration+r.delay;var l=this.visitStyle(o,t);l.isEmptyStep=a,n=l}return t.currentAnimateTimings=null,{type:4,timings:r,style:n,options:null}},e.prototype.visitStyle=function(e,t){var n=this._makeStyleAst(e,t);return this._validateStyleAst(n,t),n},e.prototype._makeStyleAst=function(e,t){var n=[];Array.isArray(e.styles)?e.styles.forEach(function(e){"string"==typeof e?e==it?n.push(e):t.errors.push("The provided style string value "+e+" is not allowed."):n.push(e)}):n.push(e.styles);var r=!1,i=null;return n.forEach(function(e){if(Gn(e)){var t=e,n=t.easing;if(n&&(i=n,delete t.easing),!r)for(var o in t)if(t[o].toString().indexOf("{{")>=0){r=!0;break}}}),{type:6,styles:n,easing:i,offset:e.offset,containsDynamicStyles:r,options:null}},e.prototype._validateStyleAst=function(e,t){var n=this,r=t.currentAnimateTimings,i=t.currentTime,o=t.currentTime;r&&o>0&&(o-=r.duration+r.delay),e.styles.forEach(function(e){"string"!=typeof e&&Object.keys(e).forEach(function(r){if(n._driver.validateStyleProperty(r)){var a,s,l,u=t.collectedStyles[t.currentQuerySelector],c=u[r],p=!0;c&&(o!=i&&o>=c.startTime&&i<=c.endTime&&(t.errors.push('The CSS property "'+r+'" that exists between the times of "'+c.startTime+'ms" and "'+c.endTime+'ms" is also being animated in a parallel animation between the times of "'+o+'ms" and "'+i+'ms"'),p=!1),o=c.startTime),p&&(u[r]={startTime:o,endTime:i}),t.options&&(a=t.errors,s=t.options.params||{},(l=Tn(e[r])).length&&l.forEach(function(e){s.hasOwnProperty(e)||a.push("Unable to resolve the local animation param "+e+" in the given list of values")}))}else t.errors.push('The provided animation property "'+r+'" is not a supported CSS property for animations')})})},e.prototype.visitKeyframes=function(e,t){var n=this,r={type:5,styles:[],options:null};if(!t.currentAnimateTimings)return t.errors.push("keyframes() must be placed inside of a call to animate()"),r;var i=0,o=[],a=!1,s=!1,l=0,u=e.steps.map(function(e){var r=n._makeStyleAst(e,t),u=null!=r.offset?r.offset:function(e){if("string"==typeof e)return null;var t=null;if(Array.isArray(e))e.forEach(function(e){if(Gn(e)&&e.hasOwnProperty("offset")){var n=e;t=parseFloat(n.offset),delete n.offset}});else if(Gn(e)&&e.hasOwnProperty("offset")){var n=e;t=parseFloat(n.offset),delete n.offset}return t}(r.styles),c=0;return null!=u&&(i++,c=r.offset=u),s=s||c<0||c>1,a=a||c0&&i0?i==d?1:p*i:o[i],s=a*g;t.currentTime=f+h.delay+s,h.duration=s,n._validateStyleAst(e,t),e.offset=a,r.styles.push(e)}),r},e.prototype.visitReference=function(e,t){return{type:8,animation:Rn(this,Pn(e.animation),t),options:Zn(e.options)}},e.prototype.visitAnimateChild=function(e,t){return t.depCount++,{type:9,options:Zn(e.options)}},e.prototype.visitAnimateRef=function(e,t){return{type:10,animation:this.visitReference(e.animation,t),options:Zn(e.options)}},e.prototype.visitQuery=function(e,t){var n=t.currentQuerySelector,r=e.options||{};t.queryCount++,t.currentQuery=e;var i=function(e){var t=!!e.split(/\s*,\s*/).find(function(e){return":self"==e});return t&&(e=e.replace(zn,"")),[e=e.replace(/@\*/g,".ng-trigger").replace(/@\w+/g,function(e){return".ng-trigger-"+e.substr(1)}).replace(/:animating/g,".ng-animating"),t]}(e.selector),o=i[0],a=i[1];t.currentQuerySelector=n.length?n+" "+o:o,rn(t.collectedStyles,t.currentQuerySelector,{});var s=Rn(this,Pn(e.animation),t);return t.currentQuery=null,t.currentQuerySelector=n,{type:11,selector:o,limit:r.limit||0,optional:!!r.optional,includeSelf:a,animation:s,originalSelector:e.selector,options:Zn(e.options)}},e.prototype.visitStagger=function(e,t){t.currentQuery||t.errors.push("stagger() can only be used inside of query()");var n="full"===e.timings?{duration:0,delay:0,easing:"full"}:Cn(e.timings,t.errors,!0);return{type:12,animation:Rn(this,Pn(e.animation),t),timings:n,options:null}},e}(),Un=function(e){this.errors=e,this.queryCount=0,this.depCount=0,this.currentTransition=null,this.currentQuery=null,this.currentQuerySelector=null,this.currentAnimateTimings=null,this.currentTime=0,this.collectedStyles={},this.options=null};function Gn(e){return!Array.isArray(e)&&"object"==typeof e}function Zn(e){var t;return e?(e=On(e)).params&&(e.params=(t=e.params)?On(t):null):e={},e}function Wn(e,t,n){return{duration:e,delay:t,easing:n}}function qn(e,t,n,r,i,o,a,s){return void 0===a&&(a=null),void 0===s&&(s=!1),{type:1,element:e,keyframes:t,preStyleProps:n,postStyleProps:r,duration:i,delay:o,totalTime:i+o,easing:a,subTimeline:s}}var Kn=function(){function e(){this._map=new Map}return e.prototype.consume=function(e){var t=this._map.get(e);return t?this._map.delete(e):t=[],t},e.prototype.append=function(e,t){var n=this._map.get(e);n||this._map.set(e,n=[]),n.push.apply(n,t)},e.prototype.has=function(e){return this._map.has(e)},e.prototype.clear=function(){this._map.clear()},e}(),$n=new RegExp(":enter","g"),Qn=new RegExp(":leave","g");function Yn(e,t,n,r,i,o,a,s,l,u){return void 0===o&&(o={}),void 0===a&&(a={}),void 0===u&&(u=[]),(new Jn).buildKeyframes(e,t,n,r,i,o,a,s,l,u)}var Jn=function(){function e(){}return e.prototype.buildKeyframes=function(e,t,n,r,i,o,a,s,l,u){void 0===u&&(u=[]),l=l||new Kn;var c=new er(e,t,l,r,i,u,[]);c.options=s,c.currentTimeline.setStyles([o],null,c.errors,s),Rn(this,n,c);var p=c.timelines.filter(function(e){return e.containsAnimation()});if(p.length&&Object.keys(a).length){var d=p[p.length-1];d.allowOnlyTimelineStyles()||d.setStyles([a],null,c.errors,s)}return p.length?p.map(function(e){return e.buildKeyframes()}):[qn(t,[],[],[],0,0,"",!1)]},e.prototype.visitTrigger=function(e,t){},e.prototype.visitState=function(e,t){},e.prototype.visitTransition=function(e,t){},e.prototype.visitAnimateChild=function(e,t){var n=t.subInstructions.consume(t.element);if(n){var r=t.createSubContext(e.options),i=t.currentTimeline.currentTime,o=this._visitSubInstructions(n,r,r.options);i!=o&&t.transformIntoNewTimeline(o)}t.previousNode=e},e.prototype.visitAnimateRef=function(e,t){var n=t.createSubContext(e.options);n.transformIntoNewTimeline(),this.visitReference(e.animation,n),t.transformIntoNewTimeline(n.currentTimeline.currentTime),t.previousNode=e},e.prototype._visitSubInstructions=function(e,t,n){var r=t.currentTimeline.currentTime,i=null!=n.duration?wn(n.duration):null,o=null!=n.delay?wn(n.delay):null;return 0!==i&&e.forEach(function(e){var n=t.appendInstructionToTimeline(e,i,o);r=Math.max(r,n.duration+n.delay)}),r},e.prototype.visitReference=function(e,t){t.updateOptions(e.options,!0),Rn(this,e.animation,t),t.previousNode=e},e.prototype.visitSequence=function(e,t){var n=this,r=t.subContextCount,i=t,o=e.options;if(o&&(o.params||o.delay)&&((i=t.createSubContext(o)).transformIntoNewTimeline(),null!=o.delay)){6==i.previousNode.type&&(i.currentTimeline.snapshotCurrentStyles(),i.previousNode=Xn);var a=wn(o.delay);i.delayNextStep(a)}e.steps.length&&(e.steps.forEach(function(e){return Rn(n,e,i)}),i.currentTimeline.applyStylesToKeyframe(),i.subContextCount>r&&i.transformIntoNewTimeline()),t.previousNode=e},e.prototype.visitGroup=function(e,t){var n=this,r=[],i=t.currentTimeline.currentTime,o=e.options&&e.options.delay?wn(e.options.delay):0;e.steps.forEach(function(a){var s=t.createSubContext(e.options);o&&s.delayNextStep(o),Rn(n,a,s),i=Math.max(i,s.currentTimeline.currentTime),r.push(s.currentTimeline)}),r.forEach(function(e){return t.currentTimeline.mergeTimelineCollectedStyles(e)}),t.transformIntoNewTimeline(i),t.previousNode=e},e.prototype._visitTiming=function(e,t){if(e.dynamic){var n=e.strValue;return Cn(t.params?Mn(n,t.params,t.errors):n,t.errors)}return{duration:e.duration,delay:e.delay,easing:e.easing}},e.prototype.visitAnimate=function(e,t){var n=t.currentAnimateTimings=this._visitTiming(e.timings,t),r=t.currentTimeline;n.delay&&(t.incrementTime(n.delay),r.snapshotCurrentStyles());var i=e.style;5==i.type?this.visitKeyframes(i,t):(t.incrementTime(n.duration),this.visitStyle(i,t),r.applyStylesToKeyframe()),t.currentAnimateTimings=null,t.previousNode=e},e.prototype.visitStyle=function(e,t){var n=t.currentTimeline,r=t.currentAnimateTimings;!r&&n.getCurrentStyleProperties().length&&n.forwardFrame();var i=r&&r.easing||e.easing;e.isEmptyStep?n.applyEmptyStep(i):n.setStyles(e.styles,i,t.errors,t.options),t.previousNode=e},e.prototype.visitKeyframes=function(e,t){var n=t.currentAnimateTimings,r=t.currentTimeline.duration,i=n.duration,o=t.createSubContext().currentTimeline;o.easing=n.easing,e.styles.forEach(function(e){o.forwardTime((e.offset||0)*i),o.setStyles(e.styles,e.easing,t.errors,t.options),o.applyStylesToKeyframe()}),t.currentTimeline.mergeTimelineCollectedStyles(o),t.transformIntoNewTimeline(r+i),t.previousNode=e},e.prototype.visitQuery=function(e,t){var n=this,r=t.currentTimeline.currentTime,i=e.options||{},o=i.delay?wn(i.delay):0;o&&(6===t.previousNode.type||0==r&&t.currentTimeline.getCurrentStyleProperties().length)&&(t.currentTimeline.snapshotCurrentStyles(),t.previousNode=Xn);var a=r,s=t.invokeQuery(e.selector,e.originalSelector,e.limit,e.includeSelf,!!i.optional,t.errors);t.currentQueryTotal=s.length;var l=null;s.forEach(function(r,i){t.currentQueryIndex=i;var s=t.createSubContext(e.options,r);o&&s.delayNextStep(o),r===t.element&&(l=s.currentTimeline),Rn(n,e.animation,s),s.currentTimeline.applyStylesToKeyframe(),a=Math.max(a,s.currentTimeline.currentTime)}),t.currentQueryIndex=0,t.currentQueryTotal=0,t.transformIntoNewTimeline(a),l&&(t.currentTimeline.mergeTimelineCollectedStyles(l),t.currentTimeline.snapshotCurrentStyles()),t.previousNode=e},e.prototype.visitStagger=function(e,t){var n=t.parentContext,r=t.currentTimeline,i=e.timings,o=Math.abs(i.duration),a=o*(t.currentQueryTotal-1),s=o*t.currentQueryIndex;switch(i.duration<0?"reverse":i.easing){case"reverse":s=a-s;break;case"full":s=n.currentStaggerTime}var l=t.currentTimeline;s&&l.delayNextStep(s);var u=l.currentTime;Rn(this,e.animation,t),t.previousNode=e,n.currentStaggerTime=r.currentTime-u+(r.startTime-n.currentTimeline.startTime)},e}(),Xn={},er=function(){function e(e,t,n,r,i,o,a,s){this._driver=e,this.element=t,this.subInstructions=n,this._enterClassName=r,this._leaveClassName=i,this.errors=o,this.timelines=a,this.parentContext=null,this.currentAnimateTimings=null,this.previousNode=Xn,this.subContextCount=0,this.options={},this.currentQueryIndex=0,this.currentQueryTotal=0,this.currentStaggerTime=0,this.currentTimeline=s||new tr(this._driver,t,0),a.push(this.currentTimeline)}return Object.defineProperty(e.prototype,"params",{get:function(){return this.options.params},enumerable:!0,configurable:!0}),e.prototype.updateOptions=function(e,t){var n=this;if(e){var r=e,i=this.options;null!=r.duration&&(i.duration=wn(r.duration)),null!=r.delay&&(i.delay=wn(r.delay));var o=r.params;if(o){var a=i.params;a||(a=this.options.params={}),Object.keys(o).forEach(function(e){t&&a.hasOwnProperty(e)||(a[e]=Mn(o[e],a,n.errors))})}}},e.prototype._copyOptions=function(){var e={};if(this.options){var t=this.options.params;if(t){var n=e.params={};Object.keys(t).forEach(function(e){n[e]=t[e]})}}return e},e.prototype.createSubContext=function(t,n,r){void 0===t&&(t=null);var i=n||this.element,o=new e(this._driver,i,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(i,r||0));return o.previousNode=this.previousNode,o.currentAnimateTimings=this.currentAnimateTimings,o.options=this._copyOptions(),o.updateOptions(t),o.currentQueryIndex=this.currentQueryIndex,o.currentQueryTotal=this.currentQueryTotal,o.parentContext=this,this.subContextCount++,o},e.prototype.transformIntoNewTimeline=function(e){return this.previousNode=Xn,this.currentTimeline=this.currentTimeline.fork(this.element,e),this.timelines.push(this.currentTimeline),this.currentTimeline},e.prototype.appendInstructionToTimeline=function(e,t,n){var r={duration:null!=t?t:e.duration,delay:this.currentTimeline.currentTime+(null!=n?n:0)+e.delay,easing:""},i=new nr(this._driver,e.element,e.keyframes,e.preStyleProps,e.postStyleProps,r,e.stretchStartingKeyframe);return this.timelines.push(i),r},e.prototype.incrementTime=function(e){this.currentTimeline.forwardTime(this.currentTimeline.duration+e)},e.prototype.delayNextStep=function(e){e>0&&this.currentTimeline.delayNextStep(e)},e.prototype.invokeQuery=function(e,t,n,r,i,o){var a=[];if(r&&a.push(this.element),e.length>0){e=(e=e.replace($n,"."+this._enterClassName)).replace(Qn,"."+this._leaveClassName);var s=this._driver.query(this.element,e,1!=n);0!==n&&(s=n<0?s.slice(s.length+n,s.length):s.slice(0,n)),a.push.apply(a,s)}return i||0!=a.length||o.push('`query("'+t+'")` returned zero elements. (Use `query("'+t+'", { optional: true })` if you wish to allow this.)'),a},e}(),tr=function(){function e(e,t,n,r){this._driver=e,this.element=t,this.startTime=n,this._elementTimelineStylesLookup=r,this.duration=0,this._previousKeyframe={},this._currentKeyframe={},this._keyframes=new Map,this._styleSummary={},this._pendingStyles={},this._backFill={},this._currentEmptyStepKeyframe=null,this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map),this._localTimelineStyles=Object.create(this._backFill,{}),this._globalTimelineStyles=this._elementTimelineStylesLookup.get(t),this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(t,this._localTimelineStyles)),this._loadKeyframe()}return e.prototype.containsAnimation=function(){switch(this._keyframes.size){case 0:return!1;case 1:return this.getCurrentStyleProperties().length>0;default:return!0}},e.prototype.getCurrentStyleProperties=function(){return Object.keys(this._currentKeyframe)},Object.defineProperty(e.prototype,"currentTime",{get:function(){return this.startTime+this.duration},enumerable:!0,configurable:!0}),e.prototype.delayNextStep=function(e){var t=1==this._keyframes.size&&Object.keys(this._pendingStyles).length;this.duration||t?(this.forwardTime(this.currentTime+e),t&&this.snapshotCurrentStyles()):this.startTime+=e},e.prototype.fork=function(t,n){return this.applyStylesToKeyframe(),new e(this._driver,t,n||this.currentTime,this._elementTimelineStylesLookup)},e.prototype._loadKeyframe=function(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe),this._currentKeyframe=this._keyframes.get(this.duration),this._currentKeyframe||(this._currentKeyframe=Object.create(this._backFill,{}),this._keyframes.set(this.duration,this._currentKeyframe))},e.prototype.forwardFrame=function(){this.duration+=1,this._loadKeyframe()},e.prototype.forwardTime=function(e){this.applyStylesToKeyframe(),this.duration=e,this._loadKeyframe()},e.prototype._updateStyle=function(e,t){this._localTimelineStyles[e]=t,this._globalTimelineStyles[e]=t,this._styleSummary[e]={time:this.currentTime,value:t}},e.prototype.allowOnlyTimelineStyles=function(){return this._currentEmptyStepKeyframe!==this._currentKeyframe},e.prototype.applyEmptyStep=function(e){var t=this;e&&(this._previousKeyframe.easing=e),Object.keys(this._globalTimelineStyles).forEach(function(e){t._backFill[e]=t._globalTimelineStyles[e]||it,t._currentKeyframe[e]=it}),this._currentEmptyStepKeyframe=this._currentKeyframe},e.prototype.setStyles=function(e,t,n,r){var i=this;t&&(this._previousKeyframe.easing=t);var o=r&&r.params||{},a=function(e,t){var n,r={};return e.forEach(function(e){"*"===e?(n=n||Object.keys(t)).forEach(function(e){r[e]=it}):En(e,!1,r)}),r}(e,this._globalTimelineStyles);Object.keys(a).forEach(function(e){var t=Mn(a[e],o,n);i._pendingStyles[e]=t,i._localTimelineStyles.hasOwnProperty(e)||(i._backFill[e]=i._globalTimelineStyles.hasOwnProperty(e)?i._globalTimelineStyles[e]:it),i._updateStyle(e,t)})},e.prototype.applyStylesToKeyframe=function(){var e=this,t=this._pendingStyles,n=Object.keys(t);0!=n.length&&(this._pendingStyles={},n.forEach(function(n){e._currentKeyframe[n]=t[n]}),Object.keys(this._localTimelineStyles).forEach(function(t){e._currentKeyframe.hasOwnProperty(t)||(e._currentKeyframe[t]=e._localTimelineStyles[t])}))},e.prototype.snapshotCurrentStyles=function(){var e=this;Object.keys(this._localTimelineStyles).forEach(function(t){var n=e._localTimelineStyles[t];e._pendingStyles[t]=n,e._updateStyle(t,n)})},e.prototype.getFinalKeyframe=function(){return this._keyframes.get(this.duration)},Object.defineProperty(e.prototype,"properties",{get:function(){var e=[];for(var t in this._currentKeyframe)e.push(t);return e},enumerable:!0,configurable:!0}),e.prototype.mergeTimelineCollectedStyles=function(e){var t=this;Object.keys(e._styleSummary).forEach(function(n){var r=t._styleSummary[n],i=e._styleSummary[n];(!r||i.time>r.time)&&t._updateStyle(n,i.value)})},e.prototype.buildKeyframes=function(){var e=this;this.applyStylesToKeyframe();var t=new Set,n=new Set,r=1===this._keyframes.size&&0===this.duration,i=[];this._keyframes.forEach(function(o,a){var s=En(o,!0);Object.keys(s).forEach(function(e){var r=s[e];r==ct?t.add(e):r==it&&n.add(e)}),r||(s.offset=a/e.duration),i.push(s)});var o=t.size?Dn(t.values()):[],a=n.size?Dn(n.values()):[];if(r){var s=i[0],l=On(s);s.offset=0,l.offset=1,i=[s,l]}return qn(this.element,i,o,a,this.duration,this.startTime,this.easing,!1)},e}(),nr=function(e){function t(t,n,r,i,o,a,s){void 0===s&&(s=!1);var l=e.call(this,t,n,a.delay)||this;return l.element=n,l.keyframes=r,l.preStyleProps=i,l.postStyleProps=o,l._stretchStartingKeyframe=s,l.timings={duration:a.duration,delay:a.delay,easing:a.easing},l}return Object(Y.b)(t,e),t.prototype.containsAnimation=function(){return this.keyframes.length>1},t.prototype.buildKeyframes=function(){var e=this.keyframes,t=this.timings,n=t.delay,r=t.duration,i=t.easing;if(this._stretchStartingKeyframe&&n){var o=[],a=r+n,s=n/a,l=En(e[0],!1);l.offset=0,o.push(l);var u=En(e[0],!1);u.offset=rr(s),o.push(u);for(var c=e.length-1,p=1;p<=c;p++){var d=En(e[p],!1);d.offset=rr((n+d.offset*r)/a),o.push(d)}r=a,n=0,i="",e=o}return qn(this.element,e,this.preStyleProps,this.postStyleProps,r,n,i,!0)},t}(tr);function rr(e,t){void 0===t&&(t=3);var n=Math.pow(10,t-1);return Math.round(e*n)/n}var ir=function(){},or=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(Y.b)(t,e),t.prototype.normalizePropertyName=function(e,t){return An(e)},t.prototype.normalizeStyleValue=function(e,t,n,r){var i="",o=n.toString().trim();if(ar[t]&&0!==n&&"0"!==n)if("number"==typeof n)i="px";else{var a=n.match(/^[+-]?[\d\.]+([a-z]*)$/);a&&0==a[1].length&&r.push("Please provide a CSS unit value for "+e+":"+n)}return o+i},t}(ir),ar=function(e){var t={};return"width,height,minWidth,minHeight,maxWidth,maxHeight,left,top,bottom,right,fontSize,outlineWidth,outlineOffset,paddingTop,paddingLeft,paddingBottom,paddingRight,marginTop,marginLeft,marginBottom,marginRight,borderRadius,borderWidth,borderTopWidth,borderLeftWidth,borderRightWidth,borderBottomWidth,textIndent,perspective".split(",").forEach(function(e){return t[e]=!0}),t}();function sr(e,t,n,r,i,o,a,s,l,u,c,p){return{type:0,element:e,triggerName:t,isRemovalTransition:i,fromState:n,fromStyles:o,toState:r,toStyles:a,timelines:s,queriedElements:l,preStyleProps:u,postStyleProps:c,errors:p}}var lr={},ur=function(){function e(e,t,n){this._triggerName=e,this.ast=t,this._stateStyles=n}return e.prototype.match=function(e,t){return function(e,t,n){return e.some(function(e){return e(t,n)})}(this.ast.matchers,e,t)},e.prototype.buildStyles=function(e,t,n){var r=this._stateStyles["*"],i=this._stateStyles[e],o=r?r.buildStyles(t,n):{};return i?i.buildStyles(t,n):o},e.prototype.build=function(e,t,n,r,i,o,a,s,l){var u=[],c=this.ast.options&&this.ast.options.params||lr,p=this.buildStyles(n,a&&a.params||lr,u),d=s&&s.params||lr,f=this.buildStyles(r,d,u),h=new Set,g=new Map,y=new Map,m="void"===r,v={params:Object(Y.a)({},c,d)},b=Yn(e,t,this.ast.animation,i,o,p,f,v,l,u);if(u.length)return sr(t,this._triggerName,n,r,m,p,f,[],[],g,y,u);b.forEach(function(e){var n=e.element,r=rn(g,n,{});e.preStyleProps.forEach(function(e){return r[e]=!0});var i=rn(y,n,{});e.postStyleProps.forEach(function(e){return i[e]=!0}),n!==t&&h.add(n)});var _=Dn(h.values());return sr(t,this._triggerName,n,r,m,p,f,b,_,g,y)},e}(),cr=function(){function e(e,t){this.styles=e,this.defaultParams=t}return e.prototype.buildStyles=function(e,t){var n={},r=On(this.defaultParams);return Object.keys(e).forEach(function(t){var n=e[t];null!=n&&(r[t]=n)}),this.styles.styles.forEach(function(e){if("string"!=typeof e){var i=e;Object.keys(i).forEach(function(e){var o=i[e];o.length>1&&(o=Mn(o,r,t)),n[e]=o})}}),n},e}(),pr=function(){function e(e,t){var n=this;this.name=e,this.ast=t,this.transitionFactories=[],this.states={},t.states.forEach(function(e){n.states[e.name]=new cr(e.style,e.options&&e.options.params||{})}),dr(this.states,"true","1"),dr(this.states,"false","0"),t.transitions.forEach(function(t){n.transitionFactories.push(new ur(e,t,n.states))}),this.fallbackTransition=new ur(e,{type:1,animation:{type:2,steps:[],options:null},matchers:[function(e,t){return!0}],options:null,queryCount:0,depCount:0},this.states)}return Object.defineProperty(e.prototype,"containsQueries",{get:function(){return this.ast.queryCount>0},enumerable:!0,configurable:!0}),e.prototype.matchTransition=function(e,t){return this.transitionFactories.find(function(n){return n.match(e,t)})||null},e.prototype.matchStyles=function(e,t,n){return this.fallbackTransition.buildStyles(e,t,n)},e}();function dr(e,t,n){e.hasOwnProperty(t)?e.hasOwnProperty(n)||(e[n]=e[t]):e.hasOwnProperty(n)&&(e[t]=e[n])}var fr=new Kn,hr=function(){function e(e,t){this._driver=e,this._normalizer=t,this._animations={},this._playersById={},this.players=[]}return e.prototype.register=function(e,t){var n=[],r=Hn(this._driver,t,n);if(n.length)throw new Error("Unable to build the animation due to the following errors: "+n.join("\n"));this._animations[e]=r},e.prototype._buildPlayer=function(e,t,n){var r=e.element,i=Xt(0,this._normalizer,0,e.keyframes,t,n);return this._driver.animate(r,i,e.duration,e.delay,e.easing,[])},e.prototype.create=function(e,t,n){var r=this;void 0===n&&(n={});var i,o=[],a=this._animations[e],s=new Map;if(a?(i=Yn(this._driver,t,a,"ng-enter","ng-leave",{},{},n,fr,o)).forEach(function(e){var t=rn(s,e.element,{});e.postStyleProps.forEach(function(e){return t[e]=null})}):(o.push("The requested animation doesn't exist or has already been destroyed"),i=[]),o.length)throw new Error("Unable to create the animation due to the following errors: "+o.join("\n"));s.forEach(function(e,t){Object.keys(e).forEach(function(n){e[n]=r._driver.computeStyle(t,n,it)})});var l=Jt(i.map(function(e){var t=s.get(e.element);return r._buildPlayer(e,{},t)}));return this._playersById[e]=l,l.onDestroy(function(){return r.destroy(e)}),this.players.push(l),l},e.prototype.destroy=function(e){var t=this._getPlayer(e);t.destroy(),delete this._playersById[e];var n=this.players.indexOf(t);n>=0&&this.players.splice(n,1)},e.prototype._getPlayer=function(e){var t=this._playersById[e];if(!t)throw new Error("Unable to find the timeline player referenced by "+e);return t},e.prototype.listen=function(e,t,n,r){var i=nn(t,"","","");return en(this._getPlayer(e),n,i,r),function(){}},e.prototype.command=function(e,t,n,r){if("register"!=n)if("create"!=n){var i=this._getPlayer(e);switch(n){case"play":i.play();break;case"pause":i.pause();break;case"reset":i.reset();break;case"restart":i.restart();break;case"finish":i.finish();break;case"init":i.init();break;case"setPosition":i.setPosition(parseFloat(r[0]));break;case"destroy":this.destroy(e)}}else this.create(e,t,r[0]||{});else this.register(e,r[0])},e}(),gr=[],yr={namespaceId:"",setForRemoval:null,hasAnimation:!1,removedBeforeQueried:!1},mr={namespaceId:"",setForRemoval:null,hasAnimation:!1,removedBeforeQueried:!0},vr="__ng_removed",br=function(){function e(e,t){void 0===t&&(t=""),this.namespaceId=t;var n=e&&e.hasOwnProperty("value");if(this.value=function(e){return null!=e?e:null}(n?e.value:e),n){var r=On(e);delete r.value,this.options=r}else this.options={};this.options.params||(this.options.params={})}return Object.defineProperty(e.prototype,"params",{get:function(){return this.options.params},enumerable:!0,configurable:!0}),e.prototype.absorbOptions=function(e){var t=e.params;if(t){var n=this.options.params;Object.keys(t).forEach(function(e){null==n[e]&&(n[e]=t[e])})}},e}(),_r=new br("void"),wr=new br("DELETED"),xr=function(){function e(e,t,n){this.id=e,this.hostElement=t,this._engine=n,this.players=[],this._triggers={},this._queue=[],this._elementListeners=new Map,this._hostClassName="ng-tns-"+e,Tr(t,this._hostClassName)}return e.prototype.listen=function(e,t,n,r){var i,o=this;if(!this._triggers.hasOwnProperty(t))throw new Error('Unable to listen on the animation trigger event "'+n+'" because the animation trigger "'+t+"\" doesn't exist!");if(null==n||0==n.length)throw new Error('Unable to listen on the animation trigger "'+t+'" because the provided event is undefined!');if("start"!=(i=n)&&"done"!=i)throw new Error('The provided animation trigger event "'+n+'" for the animation trigger "'+t+'" is not supported!');var a=rn(this._elementListeners,e,[]),s={name:t,phase:n,callback:r};a.push(s);var l=rn(this._engine.statesByElement,e,{});return l.hasOwnProperty(t)||(Tr(e,"ng-trigger"),Tr(e,"ng-trigger-"+t),l[t]=_r),function(){o._engine.afterFlush(function(){var e=a.indexOf(s);e>=0&&a.splice(e,1),o._triggers[t]||delete l[t]})}},e.prototype.register=function(e,t){return!this._triggers[e]&&(this._triggers[e]=t,!0)},e.prototype._getTrigger=function(e){var t=this._triggers[e];if(!t)throw new Error('The provided animation trigger "'+e+'" has not been registered!');return t},e.prototype.trigger=function(e,t,n,r){var i=this;void 0===r&&(r=!0);var o=this._getTrigger(t),a=new Or(this.id,t,e),s=this._engine.statesByElement.get(e);s||(Tr(e,"ng-trigger"),Tr(e,"ng-trigger-"+t),this._engine.statesByElement.set(e,s={}));var l=s[t],u=new br(n,this.id);if(!(n&&n.hasOwnProperty("value"))&&l&&u.absorbOptions(l.options),s[t]=u,l){if(l===wr)return a}else l=_r;if("void"===u.value||l.value!==u.value){var c=rn(this._engine.playersByElement,e,[]);c.forEach(function(e){e.namespaceId==i.id&&e.triggerName==t&&e.queued&&e.destroy()});var p=o.matchTransition(l.value,u.value),d=!1;if(!p){if(!r)return;p=o.fallbackTransition,d=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:e,triggerName:t,transition:p,fromState:l,toState:u,player:a,isFallbackTransition:d}),d||(Tr(e,"ng-animate-queued"),a.onStart(function(){Mr(e,"ng-animate-queued")})),a.onDone(function(){var t=i.players.indexOf(a);t>=0&&i.players.splice(t,1);var n=i._engine.playersByElement.get(e);if(n){var r=n.indexOf(a);r>=0&&n.splice(r,1)}}),this.players.push(a),c.push(a),a}if(!function(e,t){var n=Object.keys(e),r=Object.keys(t);if(n.length!=r.length)return!1;for(var i=0;i=0){for(var r=!1,i=n;i>=0;i--)if(this.driver.containsElement(this._namespaceList[i].hostElement,t)){this._namespaceList.splice(i+1,0,e),r=!0;break}r||this._namespaceList.splice(0,0,e)}else this._namespaceList.push(e);return this.namespacesByHostElement.set(t,e),e},e.prototype.register=function(e,t){var n=this._namespaceLookup[e];return n||(n=this.createNamespace(e,t)),n},e.prototype.registerTrigger=function(e,t,n){var r=this._namespaceLookup[e];r&&r.register(t,n)&&this.totalAnimations++},e.prototype.destroy=function(e,t){var n=this;if(e){var r=this._fetchNamespace(e);this.afterFlush(function(){n.namespacesByHostElement.delete(r.hostElement),delete n._namespaceLookup[e];var t=n._namespaceList.indexOf(r);t>=0&&n._namespaceList.splice(t,1)}),this.afterFlushAnimationsDone(function(){return r.destroy(t)})}},e.prototype._fetchNamespace=function(e){return this._namespaceLookup[e]},e.prototype.fetchNamespacesByElement=function(e){var t=new Set,n=this.statesByElement.get(e);if(n)for(var r=Object.keys(n),i=0;i=0;O--)this._namespaceList[O].drainQueuedTransitions(t).forEach(function(e){var t=e.player;x.push(t);var o=e.element;if(p&&n.driver.containsElement(p,o)){var c=_.get(o),d=h.get(o),f=n._buildInstruction(e,r,d,c);if(f.errors&&f.errors.length)C.push(f);else{if(e.isFallbackTransition)return t.onStart(function(){return Sn(o,f.fromStyles)}),t.onDestroy(function(){return In(o,f.toStyles)}),void i.push(t);f.timelines.forEach(function(e){return e.stretchStartingKeyframe=!0}),r.append(o,f.timelines),a.push({instruction:f,player:t,element:o}),f.queriedElements.forEach(function(e){return rn(s,e,[]).push(t)}),f.preStyleProps.forEach(function(e,t){var n=Object.keys(e);if(n.length){var r=l.get(t);r||l.set(t,r=new Set),n.forEach(function(e){return r.add(e)})}}),f.postStyleProps.forEach(function(e,t){var n=Object.keys(e),r=u.get(t);r||u.set(t,r=new Set),n.forEach(function(e){return r.add(e)})})}}else t.destroy()});if(C.length){var E=[];C.forEach(function(e){E.push("@"+e.triggerName+" has failed due to:\n"),e.errors.forEach(function(e){return E.push("- "+e+"\n")})}),x.forEach(function(e){return e.destroy()}),this.reportError(E)}var I=new Map,S=new Map;a.forEach(function(e){var t=e.element;r.has(t)&&(S.set(t,t),n._beforeAnimationBuild(e.player.namespaceId,e.instruction,I))}),i.forEach(function(e){var t=e.element;n._getPreviousPlayers(t,!1,e.namespaceId,e.triggerName,null).forEach(function(e){rn(I,t,[]).push(e),e.destroy()})});var P=y.filter(function(e){return Nr(e,l,u)}),k=new Map;Sr(k,this.driver,v,u,it).forEach(function(e){Nr(e,l,u)&&P.push(e)});var T=new Map;f.forEach(function(e,t){Sr(T,n.driver,new Set(e),l,ct)}),P.forEach(function(e){var t=k.get(e),n=T.get(e);k.set(e,Object(Y.a)({},t,n))});var M=[],D=[],N={};a.forEach(function(e){var t=e.element,a=e.player,s=e.instruction;if(r.has(t)){if(c.has(t))return a.onDestroy(function(){return In(t,s.toStyles)}),void i.push(a);var l=N;if(S.size>1){for(var u=t,p=[];u=u.parentNode;){var d=S.get(u);if(d){l=d;break}p.push(u)}p.forEach(function(e){return S.set(e,l)})}var f=n._buildAnimation(a.namespaceId,s,I,o,T,k);if(a.setRealPlayer(f),l===N)M.push(a);else{var h=n.playersByElement.get(l);h&&h.length&&(a.parentPlayer=Jt(h)),i.push(a)}}else Sn(t,s.fromStyles),a.onDestroy(function(){return In(t,s.toStyles)}),D.push(a),c.has(t)&&i.push(a)}),D.forEach(function(e){var t=o.get(e.element);if(t&&t.length){var n=Jt(t);e.setRealPlayer(n)}}),i.forEach(function(e){e.parentPlayer?e.syncPlayerEvents(e.parentPlayer):e.destroy()});for(var A=0;A0?this.driver.animate(e.element,t,e.duration,e.delay,e.easing,n):new lt},e}(),Or=function(){function e(e,t,n){this.namespaceId=e,this.triggerName=t,this.element=n,this._player=new lt,this._containsRealPlayer=!1,this._queuedCallbacks={},this.destroyed=!1,this.markedForDestroy=!1,this.queued=!0}return e.prototype.setRealPlayer=function(e){var t=this;this._containsRealPlayer||(this._player=e,Object.keys(this._queuedCallbacks).forEach(function(n){t._queuedCallbacks[n].forEach(function(t){return en(e,n,void 0,t)})}),this._queuedCallbacks={},this._containsRealPlayer=!0,this.queued=!1)},e.prototype.getRealPlayer=function(){return this._player},e.prototype.syncPlayerEvents=function(e){var t=this,n=this._player;n.triggerCallback&&e.onStart(function(){return n.triggerCallback("start")}),e.onDone(function(){return t.finish()}),e.onDestroy(function(){return t.destroy()})},e.prototype._queueEvent=function(e,t){rn(this._queuedCallbacks,e,[]).push(t)},e.prototype.onDone=function(e){this.queued&&this._queueEvent("done",e),this._player.onDone(e)},e.prototype.onStart=function(e){this.queued&&this._queueEvent("start",e),this._player.onStart(e)},e.prototype.onDestroy=function(e){this.queued&&this._queueEvent("destroy",e),this._player.onDestroy(e)},e.prototype.init=function(){this._player.init()},e.prototype.hasStarted=function(){return!this.queued&&this._player.hasStarted()},e.prototype.play=function(){!this.queued&&this._player.play()},e.prototype.pause=function(){!this.queued&&this._player.pause()},e.prototype.restart=function(){!this.queued&&this._player.restart()},e.prototype.finish=function(){this._player.finish()},e.prototype.destroy=function(){this.destroyed=!0,this._player.destroy()},e.prototype.reset=function(){!this.queued&&this._player.reset()},e.prototype.setPosition=function(e){this.queued||this._player.setPosition(e)},e.prototype.getPosition=function(){return this.queued?0:this._player.getPosition()},Object.defineProperty(e.prototype,"totalTime",{get:function(){return this._player.totalTime},enumerable:!0,configurable:!0}),e.prototype.triggerCallback=function(e){var t=this._player;t.triggerCallback&&t.triggerCallback(e)},e}();function Er(e){return e&&1===e.nodeType}function Ir(e,t){var n=e.style.display;return e.style.display=null!=t?t:"none",n}function Sr(e,t,n,r,i){var o=[];n.forEach(function(e){return o.push(Ir(e))});var a=[];r.forEach(function(n,r){var o={};n.forEach(function(e){var n=o[e]=t.computeStyle(r,e,i);n&&0!=n.length||(r[vr]=mr,a.push(r))}),e.set(r,o)});var s=0;return n.forEach(function(e){return Ir(e,o[s++])}),a}function Pr(e,t){var n=new Map;if(e.forEach(function(e){return n.set(e,[])}),0==t.length)return n;var r=new Set(t),i=new Map;return t.forEach(function(e){var t=function e(t){if(!t)return 1;var o=i.get(t);if(o)return o;var a=t.parentNode;return o=n.has(a)?a:r.has(a)?1:e(a),i.set(t,o),o}(e);1!==t&&n.get(t).push(e)}),n}var kr="$$classes";function Tr(e,t){if(e.classList)e.classList.add(t);else{var n=e[kr];n||(n=e[kr]={}),n[t]=!0}}function Mr(e,t){if(e.classList)e.classList.remove(t);else{var n=e[kr];n&&delete n[t]}}function Dr(e,t,n){Jt(n).onDone(function(){return e.processLeaveNode(t)})}function Nr(e,t,n){var r=n.get(e);if(!r)return!1;var i=t.get(e);return i?r.forEach(function(e){return i.add(e)}):t.set(e,r),n.delete(e),!0}var Ar=function(){function e(e,t){var n=this;this._driver=e,this._triggerCache={},this.onRemovalComplete=function(e,t){},this._transitionEngine=new Cr(e,t),this._timelineEngine=new hr(e,t),this._transitionEngine.onRemovalComplete=function(e,t){return n.onRemovalComplete(e,t)}}return e.prototype.registerTrigger=function(e,t,n,r,i){var o=e+"-"+r,a=this._triggerCache[o];if(!a){var s=[],l=Hn(this._driver,i,s);if(s.length)throw new Error('The animation trigger "'+r+'" has failed to build due to the following errors:\n - '+s.join("\n - "));a=function(e,t){return new pr(e,t)}(r,l),this._triggerCache[o]=a}this._transitionEngine.registerTrigger(t,r,a)},e.prototype.register=function(e,t){this._transitionEngine.register(e,t)},e.prototype.destroy=function(e,t){this._transitionEngine.destroy(e,t)},e.prototype.onInsert=function(e,t,n,r){this._transitionEngine.insertNode(e,t,n,r)},e.prototype.onRemove=function(e,t,n){this._transitionEngine.removeNode(e,t,n)},e.prototype.disableAnimations=function(e,t){this._transitionEngine.markElementAsDisabled(e,t)},e.prototype.process=function(e,t,n,r){if("@"==n.charAt(0)){var i=on(n);this._timelineEngine.command(i[0],t,i[1],r)}else this._transitionEngine.trigger(e,t,n,r)},e.prototype.listen=function(e,t,n,r,i){if("@"==n.charAt(0)){var o=on(n);return this._timelineEngine.listen(o[0],t,o[1],i)}return this._transitionEngine.listen(e,t,n,r,i)},e.prototype.flush=function(e){void 0===e&&(e=-1),this._transitionEngine.flush(e)},Object.defineProperty(e.prototype,"players",{get:function(){return this._transitionEngine.players.concat(this._timelineEngine.players)},enumerable:!0,configurable:!0}),e.prototype.whenRenderingDone=function(){return this._transitionEngine.whenRenderingDone()},e}(),Rr=function(){function e(e,t,n,r){void 0===r&&(r=[]);var i=this;this.element=e,this.keyframes=t,this.options=n,this.previousPlayers=r,this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._initialized=!1,this._finished=!1,this._started=!1,this._destroyed=!1,this.time=0,this.parentPlayer=null,this.previousStyles={},this.currentSnapshot={},this._duration=n.duration,this._delay=n.delay||0,this.time=this._duration+this._delay,(0===this._duration||0===this._delay)&&r.forEach(function(e){var t=e.currentSnapshot;Object.keys(t).forEach(function(e){return i.previousStyles[e]=t[e]})})}return e.prototype._onFinish=function(){this._finished||(this._finished=!0,this._onDoneFns.forEach(function(e){return e()}),this._onDoneFns=[])},e.prototype.init=function(){this._buildPlayer(),this._preparePlayerBeforeStart()},e.prototype._buildPlayer=function(){var e=this;if(!this._initialized){this._initialized=!0;var t=this.keyframes.map(function(e){return En(e,!1)}),n=Object.keys(this.previousStyles);if(n.length&&t.length){var r=t[0],i=[];if(n.forEach(function(t){r.hasOwnProperty(t)||i.push(t),r[t]=e.previousStyles[t]}),i.length)for(var o=this,a=function(){var e=t[s];i.forEach(function(t){e[t]=Fr(o.element,t)})},s=1;s=0&&e0?this._next(t.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},t}(l.a);function p(e){return e}t.a=function(){for(var e=[],t=0;t1&&"number"==typeof e[e.length-1]&&(n=e.pop())):"number"==typeof s&&(n=e.pop()),null===a&&1===e.length&&e[0]instanceof r.a?e[0]:function(e){return void 0===e&&(e=Number.POSITIVE_INFINITY),function(e,t,n){return void 0===n&&(n=Number.POSITIVE_INFINITY),function(r){return"number"==typeof t&&(n=t,t=null),r.lift(new u(e,t,n))}}(p,null,e)}(n)(new i.a(e,a))}},0:function(e,t,n){e.exports=n("x35b")},"1PhI":function(e,t,n){!function(e,t,n,r){"use strict";var i,o=function(){function e(){this.disabled=!1,this.titleText="",this.onClick=new t.EventEmitter}return e.prototype.handleClick=function(e){this.disabled||this.onClick.emit(e),e.stopPropagation(),e.preventDefault()},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery-action",template:'\n

',changeDetection:t.ChangeDetectionStrategy.OnPush}]}],e.ctorParameters=function(){return[]},e.propDecorators={icon:[{type:t.Input}],disabled:[{type:t.Input}],titleText:[{type:t.Input}],onClick:[{type:t.Output}]},e}(),a=function(){function e(){this.onPrevClick=new t.EventEmitter,this.onNextClick=new t.EventEmitter}return e.prototype.handlePrevClick=function(){this.onPrevClick.emit()},e.prototype.handleNextClick=function(){this.onNextClick.emit()},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery-arrows",template:'\n \n \n ',styles:[".ngx-gallery-arrow-wrapper { position: absolute; height: 100%; width: 1px; display: table; z-index: 2000; table-layout: fixed; } .ngx-gallery-arrow-left { left: 0px; } .ngx-gallery-arrow-right { right: 0px; } .ngx-gallery-arrow { top: 50%; transform: translateY(-50%); cursor: pointer; } .ngx-gallery-arrow.ngx-gallery-disabled { opacity: 0.6; cursor: default; } .ngx-gallery-arrow-left .ngx-gallery-arrow { left: 10px; } .ngx-gallery-arrow-right .ngx-gallery-arrow { right: 10px; } "]}]}],e.ctorParameters=function(){return[]},e.propDecorators={prevDisabled:[{type:t.Input}],nextDisabled:[{type:t.Input}],arrowPrevIcon:[{type:t.Input}],arrowNextIcon:[{type:t.Input}],onPrevClick:[{type:t.Output}],onNextClick:[{type:t.Output}]},e}(),s=function(){function e(e){this.renderer=e,this.swipeHandlers=new Map}return e.prototype.manageSwipe=function(e,t,n,r,i){var o=this.getSwipeHandlers(n);try{e&&!o?this.swipeHandlers.set(n,[this.renderer.listen(t.nativeElement,"swipeleft",function(){return r()}),this.renderer.listen(t.nativeElement,"swiperight",function(){return i()})]):!e&&o&&(o.map(function(e){return e()}),this.removeSwipeHandlers(n))}catch(e){}},e.prototype.validateUrl=function(e){return e.replace?e.replace(new RegExp(" ","g"),"%20"):e},e.prototype.getBackgroundUrl=function(e){return"url('"+this.validateUrl(e)+"')"},e.prototype.getSwipeHandlers=function(e){return this.swipeHandlers.get(e)},e.prototype.removeSwipeHandlers=function(e){this.swipeHandlers.delete(e)},e.decorators=[{type:t.Injectable}],e.ctorParameters=function(){return[{type:t.Renderer}]},e}(),l=function(){function e(){}return e.Fade="fade",e.Slide="slide",e.Rotate="rotate",e.Zoom="zoom",e}(),u=function(){function e(e,n,r){this.sanitization=e,this.elementRef=n,this.helperService=r,this.onClick=new t.EventEmitter,this.onActiveChange=new t.EventEmitter,this.canChangeImage=!0}return e.prototype.ngOnInit=function(){this.arrows&&this.arrowsAutoHide&&(this.arrows=!1),this.autoPlay&&this.startAutoPlay()},e.prototype.ngOnChanges=function(e){var t=this;e.swipe&&this.helperService.manageSwipe(this.swipe,this.elementRef,"image",function(){return t.showNext()},function(){return t.showPrev()})},e.prototype.onMouseEnter=function(){this.arrowsAutoHide&&!this.arrows&&(this.arrows=!0),this.autoPlay&&this.autoPlayPauseOnHover&&this.stopAutoPlay()},e.prototype.onMouseLeave=function(){this.arrowsAutoHide&&this.arrows&&(this.arrows=!1),this.autoPlay&&this.autoPlayPauseOnHover&&this.startAutoPlay()},e.prototype.reset=function(e){this.selectedIndex=e},e.prototype.getImages=function(){if(this.lazyLoading){var e=[this.selectedIndex],t=this.selectedIndex-1;-1===t&&this.infinityMove?e.push(this.images.length-1):t>=0&&e.push(t);var n=this.selectedIndex+1;return n==this.images.length&&this.infinityMove?e.push(0):n0)},e.prototype.getSafeUrl=function(e){return this.sanitization.bypassSecurityTrustStyle(this.helperService.getBackgroundUrl(e))},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery-image",template:'\n \n \n ',styles:[":host { width: 100%; display: inline-block; position: relative; } .ngx-gallery-image-wrapper { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; overflow: hidden; } .ngx-gallery-image { background-position: center; background-repeat: no-repeat; height: 100%; width: 100%; position: absolute; top: 0px; } .ngx-gallery-image.ngx-gallery-active { z-index: 1000; } .ngx-gallery-image-size-cover .ngx-gallery-image { background-size: cover; } .ngx-gallery-image-size-contain .ngx-gallery-image { background-size: contain; } .ngx-gallery-animation-fade .ngx-gallery-image { left: 0px; opacity: 0; transition: 0.5s ease-in-out; } .ngx-gallery-animation-fade .ngx-gallery-image.ngx-gallery-active { opacity: 1; } .ngx-gallery-animation-slide .ngx-gallery-image { transition: 0.5s ease-in-out; } .ngx-gallery-animation-slide .ngx-gallery-image.ngx-gallery-active { left: 0px; } .ngx-gallery-animation-slide .ngx-gallery-image.ngx-gallery-inactive-left { left: -100%; } .ngx-gallery-animation-slide .ngx-gallery-image.ngx-gallery-inactive-right { left: 100%; } .ngx-gallery-animation-rotate .ngx-gallery-image { transition: 1s ease; transform: scale(3.5, 3.5) rotate(90deg); left: 0px; opacity: 0; } .ngx-gallery-animation-rotate .ngx-gallery-image.ngx-gallery-active { transform: scale(1, 1) rotate(0deg); opacity: 1; } .ngx-gallery-animation-zoom .ngx-gallery-image { transition: 1s ease; transform: scale(2.5, 2.5); left: 0px; opacity: 0; } .ngx-gallery-animation-zoom .ngx-gallery-image.ngx-gallery-active { transform: scale(1, 1); opacity: 1; } .ngx-gallery-image-text { width: 100%; background: rgba(0, 0, 0, 0.7); padding: 10px; text-align: center; color: white; font-size: 16px; position: absolute; bottom: 0px; z-index: 10; } "]}]}],e.ctorParameters=function(){return[{type:r.DomSanitizer},{type:t.ElementRef},{type:s}]},e.propDecorators={images:[{type:t.Input}],clickable:[{type:t.Input}],selectedIndex:[{type:t.Input}],arrows:[{type:t.Input}],arrowsAutoHide:[{type:t.Input}],swipe:[{type:t.Input}],animation:[{type:t.Input}],size:[{type:t.Input}],arrowPrevIcon:[{type:t.Input}],arrowNextIcon:[{type:t.Input}],autoPlay:[{type:t.Input}],autoPlayInterval:[{type:t.Input}],autoPlayPauseOnHover:[{type:t.Input}],infinityMove:[{type:t.Input}],lazyLoading:[{type:t.Input}],actions:[{type:t.Input}],descriptions:[{type:t.Input}],showDescription:[{type:t.Input}],onClick:[{type:t.Output}],onActiveChange:[{type:t.Output}],onMouseEnter:[{type:t.HostListener,args:["mouseenter"]}],onMouseLeave:[{type:t.HostListener,args:["mouseleave"]}]},e}(),c=function(){function e(){}return e.Column=1,e.Row=2,e}(),p=function(){function e(e,n,r){this.sanitization=e,this.elementRef=n,this.helperService=r,this.minStopIndex=0,this.onActiveChange=new t.EventEmitter,this.index=0}return e.prototype.ngOnChanges=function(e){var t=this;e.selectedIndex&&this.validateIndex(),e.swipe&&this.helperService.manageSwipe(this.swipe,this.elementRef,"thumbnails",function(){return t.moveRight()},function(){return t.moveLeft()}),this.images&&(this.remainingCountValue=this.images.length-this.columns)},e.prototype.onMouseEnter=function(){this.mouseenter=!0},e.prototype.onMouseLeave=function(){this.mouseenter=!1},e.prototype.reset=function(e){this.selectedIndex=e,this.setDefaultPosition(),this.index=0,this.validateIndex()},e.prototype.getImages=function(){if(this.remainingCount)return this.images.slice(0,this.columns);if(this.lazyLoading&&this.order!=c.Row){var e=this.index+this.columns+this.moveSize;return this.rows>1&&this.order===c.Column&&(e*=this.rows),e<=this.minStopIndex?e=this.minStopIndex:this.minStopIndex=e,this.images.slice(0,e)}return this.images},e.prototype.handleClick=function(e,t){this.hasLinks()||(this.selectedIndex=t,this.onActiveChange.emit(t),e.stopPropagation(),e.preventDefault())},e.prototype.hasLinks=function(){if(this.links&&this.links.length)return!0},e.prototype.moveRight=function(){if(this.canMoveRight()){this.index+=this.moveSize;var e=this.getMaxIndex()-this.columns;this.index>e&&(this.index=e),this.setThumbnailsPosition()}},e.prototype.moveLeft=function(){this.canMoveLeft()&&(this.index-=this.moveSize,this.index<0&&(this.index=0),this.setThumbnailsPosition())},e.prototype.canMoveRight=function(){return this.index+this.columnsthis.getVisibleCount())||this.arrowsAutoHide&&!this.mouseenter)},e.prototype.validateIndex=function(){var e;if(e=this.order===c.Column?Math.floor(this.selectedIndex/this.rows):this.selectedIndex%Math.ceil(this.images.length/this.rows),this.remainingCount&&(e=0),e=this.index+this.columns){var t=this.getMaxIndex()-this.columns;this.index=e>t?t:e,this.setThumbnailsPosition()}},e.prototype.getSafeUrl=function(e){return this.sanitization.bypassSecurityTrustStyle(this.helperService.getBackgroundUrl(e))},e.prototype.getThumbnailPosition=function(e,t){return this.getSafeStyle("calc("+100/t*e+"% + "+(this.margin-(t-1)*this.margin/t)*e+"px)")},e.prototype.getThumbnailDimension=function(e){return this.getSafeStyle(0!==this.margin?"calc("+100/e+"% - "+(e-1)*this.margin/e+"px)":"calc("+100/e+"% + 1px)")},e.prototype.getMaxIndex=function(){return Math.ceil(this.images.length/this.rows)},e.prototype.getVisibleCount=function(){return this.columns*this.rows},e.prototype.getSafeStyle=function(e){return this.sanitization.bypassSecurityTrustStyle(e)},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery-thumbnails",template:'\n \n \n ',styles:[":host { width: 100%; display: inline-block; position: relative; } .ngx-gallery-thumbnails-wrapper { width: 100%; height: 100%; position: absolute; overflow: hidden; } .ngx-gallery-thumbnails { height: 100%; width: 100%; position: absolute; left: 0px; transition: left 0.5s ease-in-out; } .ngx-gallery-thumbnails .ngx-gallery-thumbnail { position: absolute; height: 100%; background-position: center; background-repeat: no-repeat; text-decoration: none; } .ngx-gallery-thumbnail-size-cover .ngx-gallery-thumbnails .ngx-gallery-thumbnail { background-size: cover; } .ngx-gallery-thumbnail-size-contain .ngx-gallery-thumbnails .ngx-gallery-thumbnail { background-size: contain; } .ngx-gallery-remaining-count-overlay { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background-color: rgba(0, 0, 0, 0.4); } .ngx-gallery-remaining-count { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-size: 30px; } "]}]}],e.ctorParameters=function(){return[{type:r.DomSanitizer},{type:t.ElementRef},{type:s}]},e.propDecorators={images:[{type:t.Input}],links:[{type:t.Input}],linkTarget:[{type:t.Input}],columns:[{type:t.Input}],rows:[{type:t.Input}],arrows:[{type:t.Input}],arrowsAutoHide:[{type:t.Input}],margin:[{type:t.Input}],selectedIndex:[{type:t.Input}],clickable:[{type:t.Input}],swipe:[{type:t.Input}],size:[{type:t.Input}],arrowPrevIcon:[{type:t.Input}],arrowNextIcon:[{type:t.Input}],moveSize:[{type:t.Input}],order:[{type:t.Input}],remainingCount:[{type:t.Input}],lazyLoading:[{type:t.Input}],actions:[{type:t.Input}],onActiveChange:[{type:t.Output}],onMouseEnter:[{type:t.HostListener,args:["mouseenter"]}],onMouseLeave:[{type:t.HostListener,args:["mouseleave"]}]},e}(),d=function(){function e(e,n,r){this.sanitization=e,this.elementRef=n,this.helperService=r,this.showSpinner=!1,this.positionLeft=0,this.positionTop=0,this.zoomValue=1,this.loading=!1,this.rotateValue=0,this.onOpen=new t.EventEmitter,this.onClose=new t.EventEmitter,this.onActiveChange=new t.EventEmitter,this.index=0,this.isOpen=!1,this.initialX=0,this.initialY=0,this.initialLeft=0,this.initialTop=0,this.isMove=!1}return e.prototype.ngOnChanges=function(e){var t=this;e.swipe&&this.helperService.manageSwipe(this.swipe,this.elementRef,"preview",function(){return t.showNext()},function(){return t.showPrev()})},e.prototype.onKeyDown=function(e){this.isOpen&&(this.keyboardNavigation&&(this.isKeyboardPrev(e)?this.showPrev():this.isKeyboardNext(e)&&this.showNext()),this.closeOnEsc&&this.isKeyboardEsc(e)&&this.close())},e.prototype.open=function(e){this.onOpen.emit(),this.index=e,this.isOpen=!0,this.show(!0),this.forceFullscreen&&this.manageFullscreen()},e.prototype.close=function(){this.isOpen=!1,this.closeFullscreen(),this.onClose.emit(),this.stopAutoPlay()},e.prototype.imageMouseEnter=function(){this.autoPlay&&this.autoPlayPauseOnHover&&this.stopAutoPlay()},e.prototype.imageMouseLeave=function(){this.autoPlay&&this.autoPlayPauseOnHover&&this.startAutoPlay()},e.prototype.startAutoPlay=function(){var e=this;this.autoPlay&&(this.stopAutoPlay(),this.timer=setTimeout(function(){e.showNext()||(e.index=-1,e.showNext())},this.autoPlayInterval))},e.prototype.stopAutoPlay=function(){this.timer&&clearTimeout(this.timer)},e.prototype.showNext=function(){return!!this.canShowNext()&&(this.index++,this.index===this.images.length&&(this.index=0),this.show(),!0)},e.prototype.showPrev=function(){this.canShowPrev()&&(this.index--,this.index<0&&(this.index=this.images.length-1),this.show())},e.prototype.canShowNext=function(){return!this.loading&&!!this.images&&!!(this.infinityMove||this.index0)},e.prototype.manageFullscreen=function(){if(this.fullscreen||this.forceFullscreen){var e=document;e.fullscreenElement||e.mozFullScreenElement||e.webkitFullscreenElement||e.msFullscreenElement?this.closeFullscreen():this.openFullscreen()}},e.prototype.getSafeUrl=function(e){return"data:image"===e.substr(0,10)?e:this.sanitization.bypassSecurityTrustUrl(e)},e.prototype.zoomIn=function(){this.canZoomIn()&&(this.zoomValue+=this.zoomStep,this.zoomValue>this.zoomMax&&(this.zoomValue=this.zoomMax))},e.prototype.zoomOut=function(){this.canZoomOut()&&(this.zoomValue-=this.zoomStep,this.zoomValuethis.zoomMin},e.prototype.canDragOnZoom=function(){return this.zoom&&this.zoomValue>1},e.prototype.mouseDownHandler=function(e){this.canDragOnZoom()&&(this.initialX=this.getClientX(e),this.initialY=this.getClientY(e),this.initialLeft=this.positionLeft,this.initialTop=this.positionTop,this.isMove=!0,e.preventDefault())},e.prototype.mouseUpHandler=function(e){this.isMove=!1},e.prototype.mouseMoveHandler=function(e){this.isMove&&(this.positionLeft=this.initialLeft+(this.getClientX(e)-this.initialX),this.positionTop=this.initialTop+(this.getClientY(e)-this.initialY))},e.prototype.getClientX=function(e){return e.touches&&e.touches.length?e.touches[0].clientX:e.clientX},e.prototype.getClientY=function(e){return e.touches&&e.touches.length?e.touches[0].clientY:e.clientY},e.prototype.resetPosition=function(){this.zoom&&(this.positionLeft=0,this.positionTop=0)},e.prototype.isKeyboardNext=function(e){return 39===e.keyCode},e.prototype.isKeyboardPrev=function(e){return 37===e.keyCode},e.prototype.isKeyboardEsc=function(e){return 27===e.keyCode},e.prototype.openFullscreen=function(){var e=document.documentElement;e.requestFullscreen?e.requestFullscreen():e.msRequestFullscreen?e.msRequestFullscreen():e.mozRequestFullScreen?e.mozRequestFullScreen():e.webkitRequestFullscreen&&e.webkitRequestFullscreen()},e.prototype.closeFullscreen=function(){var e=document;e.exitFullscreen?e.exitFullscreen():e.msExitFullscreen?e.msExitFullscreen():e.mozCancelFullScreen?e.mozCancelFullScreen():e.webkitExitFullscreen&&e.webkitExitFullscreen()},e.prototype.show=function(e){var t=this;void 0===e&&(e=!1),this.loading=!0,this.stopAutoPlay(),this.onActiveChange.emit(this.index),e||!this.animation?this._show():setTimeout(function(){return t._show()},600)},e.prototype._show=function(){var e=this;this.zoomValue=1,this.rotateValue=0,this.resetPosition(),this.src=this.getSafeUrl(this.images[this.index]),this.srcIndex=this.index,this.description=this.descriptions[this.index],setTimeout(function(){e.isLoaded(e.previewImage.nativeElement)?(e.loading=!1,e.startAutoPlay()):(setTimeout(function(){e.loading&&(e.showSpinner=!0)}),e.previewImage.nativeElement.onload=function(){e.loading=!1,e.showSpinner=!1,e.previewImage.nativeElement.onload=null,e.startAutoPlay()})})},e.prototype.isLoaded=function(e){return!!e.complete&&("undefined"==typeof e.naturalWidth||0!==e.naturalWidth)},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery-preview",template:'\n \n \n \n \n ',styles:[":host(.ngx-gallery-active) { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0, 0, 0, 0.7); z-index: 10000; display: inline-block; } :host { display: none; } :host /deep/ .ngx-gallery-arrow { font-size: 50px; } .ngx-gallery-preview-img { opacity: 0; max-width: 90%; max-height: 90%; user-select: none; transition: transform .5s; } .ngx-gallery-preview-img.animation { transition: opacity 0.5s linear, transform .5s; } .ngx-gallery-preview-img.ngx-gallery-active { opacity: 1; } .ngx-gallery-preview-img.ngx-gallery-grab { cursor: grab; cursor: -webkit-grab; } .ngx-gallery-icon.ngx-gallery-spinner { font-size: 50px; left: 0; display: inline-block; } :host /deep/ .ngx-gallery-preview-top { position: absolute; width: 100%; user-select: none; } :host /deep/ .ngx-gallery-preview-icons { float: right; } :host /deep/ .ngx-gallery-preview-icons .ngx-gallery-icon { position: relative; margin-right: 10px; margin-top: 10px; font-size: 25px; cursor: pointer; } :host /deep/ .ngx-gallery-preview-icons .ngx-gallery-icon.ngx-gallery-icon-disabled { cursor: default; opacity: 0.4; } .ngx-spinner-wrapper { width: 50px; height: 50px; display: none; } .ngx-spinner-wrapper.ngx-gallery-active { display: inline-block; } .ngx-gallery-center { position: absolute; left: 0; right: 0; bottom: 0; margin: auto; top: 0; } .ngx-gallery-preview-text { width: 100%; background: rgba(0, 0, 0, 0.7); padding: 10px; text-align: center; color: white; font-size: 16px; flex: 0 1 auto; z-index: 10; } .ngx-gallery-preview-wrapper { width: 100%; height: 100%; display: flex; flex-flow: column; } .ngx-gallery-preview-img-wrapper { flex: 1 1 auto; position: relative; } "]}]}],e.ctorParameters=function(){return[{type:r.DomSanitizer},{type:t.ElementRef},{type:s}]},e.propDecorators={images:[{type:t.Input}],descriptions:[{type:t.Input}],showDescription:[{type:t.Input}],swipe:[{type:t.Input}],fullscreen:[{type:t.Input}],forceFullscreen:[{type:t.Input}],closeOnClick:[{type:t.Input}],closeOnEsc:[{type:t.Input}],keyboardNavigation:[{type:t.Input}],arrowPrevIcon:[{type:t.Input}],arrowNextIcon:[{type:t.Input}],closeIcon:[{type:t.Input}],fullscreenIcon:[{type:t.Input}],spinnerIcon:[{type:t.Input}],autoPlay:[{type:t.Input}],autoPlayInterval:[{type:t.Input}],autoPlayPauseOnHover:[{type:t.Input}],infinityMove:[{type:t.Input}],zoom:[{type:t.Input}],zoomStep:[{type:t.Input}],zoomMax:[{type:t.Input}],zoomMin:[{type:t.Input}],zoomInIcon:[{type:t.Input}],zoomOutIcon:[{type:t.Input}],animation:[{type:t.Input}],actions:[{type:t.Input}],rotate:[{type:t.Input}],rotateLeftIcon:[{type:t.Input}],rotateRightIcon:[{type:t.Input}],onOpen:[{type:t.Output}],onClose:[{type:t.Output}],onActiveChange:[{type:t.Output}],previewImage:[{type:t.ViewChild,args:["previewImage"]}],onKeyDown:[{type:t.HostListener,args:["window:keydown",["$event"]]}]},e}(),f=function(){function e(){}return e.Cover="cover",e.Contain="contain",e}(),h=function(){function e(){}return e.ThumbnailsTop="thumbnails-top",e.ThumbnailsBottom="thumbnails-bottom",e}(),g=function(e){this.icon=e.icon,this.disabled=!!e.disabled&&e.disabled,this.titleText=e.titleText?e.titleText:"",this.onClick=e.onClick},y=function(){return function(e){var t=void 0!==e.breakpoint;function n(n,r){return e&&(void 0!==n||t)?n:r}this.breakpoint=n(e.breakpoint,void 0),this.width=n(e.width,"500px"),this.height=n(e.height,"400px"),this.fullWidth=n(e.fullWidth,!1),this.layout=n(e.layout,h.ThumbnailsBottom),this.startIndex=n(e.startIndex,0),this.linkTarget=n(e.linkTarget,"_blank"),this.lazyLoading=n(e.lazyLoading,!0),this.image=n(e.image,!0),this.imagePercent=n(e.imagePercent,75),this.imageArrows=n(e.imageArrows,!0),this.imageArrowsAutoHide=n(e.imageArrowsAutoHide,!1),this.imageSwipe=n(e.imageSwipe,!1),this.imageAnimation=n(e.imageAnimation,l.Fade),this.imageSize=n(e.imageSize,f.Cover),this.imageAutoPlay=n(e.imageAutoPlay,!1),this.imageAutoPlayInterval=n(e.imageAutoPlayInterval,2e3),this.imageAutoPlayPauseOnHover=n(e.imageAutoPlayPauseOnHover,!1),this.imageInfinityMove=n(e.imageInfinityMove,!1),e&&e.imageActions&&e.imageActions.length&&(e.imageActions=e.imageActions.map(function(e){return new g(e)})),this.imageActions=n(e.imageActions,[]),this.imageDescription=n(e.imageDescription,!1),this.thumbnails=n(e.thumbnails,!0),this.thumbnailsColumns=n(e.thumbnailsColumns,4),this.thumbnailsRows=n(e.thumbnailsRows,1),this.thumbnailsPercent=n(e.thumbnailsPercent,25),this.thumbnailsMargin=n(e.thumbnailsMargin,10),this.thumbnailsArrows=n(e.thumbnailsArrows,!0),this.thumbnailsArrowsAutoHide=n(e.thumbnailsArrowsAutoHide,!1),this.thumbnailsSwipe=n(e.thumbnailsSwipe,!1),this.thumbnailsMoveSize=n(e.thumbnailsMoveSize,1),this.thumbnailsOrder=n(e.thumbnailsOrder,c.Column),this.thumbnailsRemainingCount=n(e.thumbnailsRemainingCount,!1),this.thumbnailsAsLinks=n(e.thumbnailsAsLinks,!1),this.thumbnailMargin=n(e.thumbnailMargin,10),this.thumbnailSize=n(e.thumbnailSize,f.Cover),e&&e.thumbnailActions&&e.thumbnailActions.length&&(e.thumbnailActions=e.thumbnailActions.map(function(e){return new g(e)})),this.thumbnailActions=n(e.thumbnailActions,[]),this.preview=n(e.preview,!0),this.previewDescription=n(e.previewDescription,!0),this.previewSwipe=n(e.previewSwipe,!1),this.previewFullscreen=n(e.previewFullscreen,!1),this.previewForceFullscreen=n(e.previewForceFullscreen,!1),this.previewCloseOnClick=n(e.previewCloseOnClick,!1),this.previewCloseOnEsc=n(e.previewCloseOnEsc,!1),this.previewKeyboardNavigation=n(e.previewKeyboardNavigation,!1),this.previewAnimation=n(e.previewAnimation,!0),this.previewAutoPlay=n(e.previewAutoPlay,!1),this.previewAutoPlayInterval=n(e.previewAutoPlayInterval,2e3),this.previewAutoPlayPauseOnHover=n(e.previewAutoPlayPauseOnHover,!1),this.previewInfinityMove=n(e.previewInfinityMove,!1),this.previewZoom=n(e.previewZoom,!1),this.previewZoomStep=n(e.previewZoomStep,.1),this.previewZoomMax=n(e.previewZoomMax,2),this.previewZoomMin=n(e.previewZoomMin,.5),this.previewRotate=n(e.previewRotate,!1),this.arrowPrevIcon=n(e.arrowPrevIcon,"fa fa-arrow-circle-left"),this.arrowNextIcon=n(e.arrowNextIcon,"fa fa-arrow-circle-right"),this.closeIcon=n(e.closeIcon,"fa fa-times-circle"),this.fullscreenIcon=n(e.fullscreenIcon,"fa fa-arrows-alt"),this.spinnerIcon=n(e.spinnerIcon,"fa fa-spinner fa-pulse fa-3x fa-fw"),this.zoomInIcon=n(e.zoomInIcon,"fa fa-search-plus"),this.zoomOutIcon=n(e.zoomOutIcon,"fa fa-search-minus"),this.rotateLeftIcon=n(e.rotateLeftIcon,"fa fa-undo"),this.rotateRightIcon=n(e.rotateRightIcon,"fa fa-repeat"),e&&e.actions&&e.actions.length&&(e.actions=e.actions.map(function(e){return new g(e)})),this.actions=n(e.actions,[])}}(),m=function(e){this.src=e.src,this.index=e.index},v=function(){function e(e){this.myElement=e,this.imagesReady=new t.EventEmitter,this.change=new t.EventEmitter,this.previewOpen=new t.EventEmitter,this.previewClose=new t.EventEmitter,this.previewChange=new t.EventEmitter,this.oldImagesLength=0,this.selectedIndex=0,this.breakpoint=void 0,this.prevBreakpoint=void 0}return e.prototype.ngOnInit=function(){this.options=this.options.map(function(e){return new y(e)}),this.sortOptions(),this.setBreakpoint(),this.setOptions(),this.checkFullWidth(),this.currentOptions&&(this.selectedIndex=this.currentOptions.startIndex)},e.prototype.ngDoCheck=function(){(void 0!==this.images&&this.images.length!==this.oldImagesLength||this.images!==this.oldImages)&&(this.oldImagesLength=this.images.length,this.oldImages=this.images,this.setImages(),this.images&&this.images.length&&this.imagesReady.emit(),this.image&&this.image.reset(this.currentOptions.startIndex),this.resetThumbnails())},e.prototype.ngAfterViewInit=function(){this.checkFullWidth()},e.prototype.onResize=function(){var e=this;this.setBreakpoint(),this.prevBreakpoint!==this.breakpoint&&(this.setOptions(),this.resetThumbnails()),this.currentOptions&&this.currentOptions.fullWidth&&(this.fullWidthTimeout&&clearTimeout(this.fullWidthTimeout),this.fullWidthTimeout=setTimeout(function(){e.checkFullWidth()},200))},e.prototype.getImageHeight=function(){return this.currentOptions&&this.currentOptions.thumbnails?this.currentOptions.imagePercent+"%":"100%"},e.prototype.getThumbnailsHeight=function(){return this.currentOptions&&this.currentOptions.image?"calc("+this.currentOptions.thumbnailsPercent+"% - "+this.currentOptions.thumbnailsMargin+"px)":"100%"},e.prototype.getThumbnailsMarginTop=function(){return this.currentOptions&&this.currentOptions.layout===h.ThumbnailsBottom?this.currentOptions.thumbnailsMargin+"px":"0px"},e.prototype.getThumbnailsMarginBottom=function(){return this.currentOptions&&this.currentOptions.layout===h.ThumbnailsTop?this.currentOptions.thumbnailsMargin+"px":"0px"},e.prototype.openPreview=function(e){this.previewEnabled=!0,this.preview.open(e)},e.prototype.onPreviewOpen=function(){this.previewOpen.emit(),this.image&&this.image.autoPlay&&this.image.stopAutoPlay()},e.prototype.onPreviewClose=function(){this.previewEnabled=!1,this.previewClose.emit(),this.image&&this.image.autoPlay&&this.image.startAutoPlay()},e.prototype.selectFromImage=function(e){this.select(e)},e.prototype.selectFromThumbnails=function(e){this.select(e),this.currentOptions&&this.currentOptions.thumbnails&&this.currentOptions.preview&&(!this.currentOptions.image||this.currentOptions.thumbnailsRemainingCount)&&this.openPreview(this.selectedIndex)},e.prototype.show=function(e){this.select(e)},e.prototype.showNext=function(){this.image.showNext()},e.prototype.showPrev=function(){this.image.showPrev()},e.prototype.canShowNext=function(){return!(!this.images||!this.currentOptions||!(this.currentOptions.imageInfinityMove||this.selectedIndex0))},e.prototype.previewSelect=function(e){this.previewChange.emit({index:e,image:this.images[e]})},e.prototype.resetThumbnails=function(){this.thubmnails&&this.thubmnails.reset(this.currentOptions.startIndex)},e.prototype.select=function(e){this.selectedIndex=e,this.change.emit({index:e,image:this.images[e]})},e.prototype.checkFullWidth=function(){this.currentOptions&&this.currentOptions.fullWidth&&(this.width=document.body.clientWidth+"px",this.left=-(document.body.clientWidth-this.myElement.nativeElement.parentNode.innerWidth)/2+"px")},e.prototype.setImages=function(){this.smallImages=this.images.map(function(e){return e.small}),this.mediumImages=this.images.map(function(e,t){return new m({src:e.medium,index:t})}),this.bigImages=this.images.map(function(e){return e.big}),this.descriptions=this.images.map(function(e){return e.description}),this.links=this.images.map(function(e){return e.url})},e.prototype.setBreakpoint=function(){var e;this.prevBreakpoint=this.breakpoint,"undefined"!=typeof window&&(e=this.options.filter(function(e){return e.breakpoint>=window.innerWidth}).map(function(e){return e.breakpoint})),this.breakpoint=e&&e.length?e.pop():void 0},e.prototype.sortOptions=function(){this.options=this.options.filter(function(e){return void 0===e.breakpoint}).concat(this.options.filter(function(e){return void 0!==e.breakpoint}).sort(function(e,t){return t.breakpoint-e.breakpoint}))},e.prototype.setOptions=function(){var e=this;this.currentOptions=new y({}),this.options.filter(function(t){return void 0===t.breakpoint||t.breakpoint>=e.breakpoint}).map(function(t){return e.combineOptions(e.currentOptions,t)}),this.width=this.currentOptions.width,this.height=this.currentOptions.height},e.prototype.combineOptions=function(e,t){Object.keys(t).map(function(n){return e[n]=void 0!==t[n]?t[n]:e[n]})},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery",template:'\n \n ',styles:[":host { display: inline-block; } :host > * { float: left; } :host /deep/ * { box-sizing: border-box; } :host /deep/ .ngx-gallery-icon { color: white; font-size: 25px; position: absolute; z-index: 2000; display: inline-block; } :host /deep/ .ngx-gallery-icon .ngx-gallery-icon-content { display: block; } :host /deep/ .ngx-gallery-clickable { cursor: pointer; } :host /deep/ .ngx-gallery-icons-wrapper .ngx-gallery-icon { position: relative; margin-right: 5px; margin-top: 5px; font-size: 20px; cursor: pointer; } :host /deep/ .ngx-gallery-icons-wrapper { float: right; } :host .ngx-gallery-layout { width: 100%; height: 100%; display: flex; flex-direction: column; } :host .ngx-gallery-layout.thumbnails-top ngx-gallery-image { order: 2; } :host .ngx-gallery-layout.thumbnails-top ngx-gallery-thumbnails { order: 1; } :host .ngx-gallery-layout.thumbnails-bottom ngx-gallery-image { order: 1; } :host .ngx-gallery-layout.thumbnails-bottom ngx-gallery-thumbnails { order: 2; } "],providers:[s]}]}],e.ctorParameters=function(){return[{type:t.ElementRef}]},e.propDecorators={options:[{type:t.Input}],images:[{type:t.Input}],imagesReady:[{type:t.Output}],change:[{type:t.Output}],previewOpen:[{type:t.Output}],previewClose:[{type:t.Output}],previewChange:[{type:t.Output}],preview:[{type:t.ViewChild,args:[d]}],image:[{type:t.ViewChild,args:[u]}],thubmnails:[{type:t.ViewChild,args:[p]}],width:[{type:t.HostBinding,args:["style.width"]}],height:[{type:t.HostBinding,args:["style.height"]}],left:[{type:t.HostBinding,args:["style.left"]}],onResize:[{type:t.HostListener,args:["window:resize"]}]},e}(),b=(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),_=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.overrides={pinch:{enable:!1},rotate:{enable:!1}},t}return b(t,e),t}(r.HammerGestureConfig),w=function(){function e(){}return e.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[o,a,u,p,d,v],exports:[v],providers:[{provide:r.HAMMER_GESTURE_CONFIG,useClass:_}]}]}],e.ctorParameters=function(){return[]},e}();e.CustomHammerConfig=_,e.NgxGalleryModule=w,e.NgxGalleryComponent=v,e.NgxGalleryActionComponent=o,e.NgxGalleryImageComponent=u,e.NgxGalleryThumbnailsComponent=p,e.NgxGalleryPreviewComponent=d,e.NgxGalleryArrowsComponent=a,e.NgxGalleryOptions=y,e.NgxGalleryImage=function(e){this.small=e.small,this.medium=e.medium,this.big=e.big,this.description=e.description,this.url=e.url},e.NgxGalleryAnimation=l,e.NgxGalleryHelperService=s,e.NgxGalleryImageSize=f,e.NgxGalleryLayout=h,e.NgxGalleryOrder=c,e.NgxGalleryOrderedImage=m,e.NgxGalleryAction=g,Object.defineProperty(e,"__esModule",{value:!0})}(t,n("WT6e"),n("Xjw4"),n("OE0E"))},"1Q68":function(e,t,n){"use strict";t.a=function(e){return e&&"function"==typeof e.schedule}},"48V2":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("WT6e");t.HighlightJsService=function(){function e(){}return e.prototype.highlight=function(e,t){t&&hljs.configure({useBR:!0}),hljs.highlightBlock(e)},e.decorators=[{type:r.Injectable}],e}()},AMGY:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return o});var r="undefined"!=typeof window&&window,i="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,o=r||"undefined"!=typeof e&&e||i}).call(t,n("DuR2"))},BX3T:function(e,t,n){"use strict";n.d(t,"a",function(){return r});var r=Array.isArray||function(e){return e&&"number"==typeof e.length}},DuR2:function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},GK6M:function(e,t,n){"use strict";t.a=function(e){return r=e,o};var r,i=n("fKB6");function o(){try{return r.apply(this,arguments)}catch(e){return i.a.e=e,i.a}}},Jnfr:function(e,t){function n(e){return Promise.resolve().then(function(){throw new Error("Cannot find module '"+e+"'.")})}n.keys=function(){return[]},n.resolve=n,e.exports=n,n.id="Jnfr"},OE0E:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n.d(t,"BrowserModule",function(){return Qe}),n.d(t,"platformBrowser",function(){return We}),n.d(t,"Meta",function(){return w}),n.d(t,"Title",function(){return I}),n.d(t,"disableDebugTools",function(){return tt}),n.d(t,"enableDebugTools",function(){return et}),n.d(t,"BrowserTransferStateModule",function(){return at}),n.d(t,"TransferState",function(){return it}),n.d(t,"makeStateKey",function(){return rt}),n.d(t,"By",function(){return st}),n.d(t,"DOCUMENT",function(){return v}),n.d(t,"EVENT_MANAGER_PLUGINS",function(){return A}),n.d(t,"EventManager",function(){return R}),n.d(t,"HAMMER_GESTURE_CONFIG",function(){return ue}),n.d(t,"HammerGestureConfig",function(){return ce}),n.d(t,"DomSanitizer",function(){return Fe}),n.d(t,"VERSION",function(){return lt}),n.d(t,"\u0275BROWSER_SANITIZATION_PROVIDERS",function(){return Ze}),n.d(t,"\u0275INTERNAL_BROWSER_PLATFORM_PROVIDERS",function(){return Ge}),n.d(t,"\u0275initDomAdapter",function(){return qe}),n.d(t,"\u0275BrowserDomAdapter",function(){return y}),n.d(t,"\u0275BrowserPlatformLocation",function(){return _}),n.d(t,"\u0275TRANSITION_ID",function(){return x}),n.d(t,"\u0275BrowserGetTestability",function(){return E}),n.d(t,"\u0275escapeHtml",function(){return nt}),n.d(t,"\u0275ELEMENT_PROBE_PROVIDERS",function(){return N}),n.d(t,"\u0275DomAdapter",function(){return c}),n.d(t,"\u0275getDOM",function(){return s}),n.d(t,"\u0275setRootDomAdapter",function(){return l}),n.d(t,"\u0275DomRendererFactory2",function(){return q}),n.d(t,"\u0275NAMESPACE_URIS",function(){return V}),n.d(t,"\u0275flattenStyles",function(){return Z}),n.d(t,"\u0275shimContentAttribute",function(){return U}),n.d(t,"\u0275shimHostAttribute",function(){return G}),n.d(t,"\u0275DomEventsPlugin",function(){return se}),n.d(t,"\u0275HammerGesturesPlugin",function(){return pe}),n.d(t,"\u0275KeyEventsPlugin",function(){return he}),n.d(t,"\u0275DomSharedStylesHost",function(){return j}),n.d(t,"\u0275SharedStylesHost",function(){return L}),n.d(t,"\u0275b",function(){return $e}),n.d(t,"\u0275a",function(){return Ke}),n.d(t,"\u0275i",function(){return p}),n.d(t,"\u0275g",function(){return O}),n.d(t,"\u0275f",function(){return C}),n.d(t,"\u0275c",function(){return ot}),n.d(t,"\u0275h",function(){return D}),n.d(t,"\u0275d",function(){return F}),n.d(t,"\u0275e",function(){return Le});var r=n("Xjw4"),i=n("WT6e"),o=n("TToO"),a=null;function s(){return a}function l(e){a||(a=e)}var u,c=function(){function e(){this.resourceLoaderType=null}return Object.defineProperty(e.prototype,"attrToPropMap",{get:function(){return this._attrToPropMap},set:function(e){this._attrToPropMap=e},enumerable:!0,configurable:!0}),e}(),p=function(e){function t(){var t=e.call(this)||this;t._animationPrefix=null,t._transitionEnd=null;try{var n=t.createElement("div",document);if(null!=t.getStyle(n,"animationName"))t._animationPrefix="";else for(var r=["Webkit","Moz","O","ms"],i=0;i0},t.prototype.tagName=function(e){return e.tagName},t.prototype.attributeMap=function(e){for(var t=new Map,n=e.attributes,r=0;r0;s||(s=e[a]=[]);var u=oe(t)?Zone.root:Zone.current;if(0===s.length)s.push({zone:u,handler:o});else{for(var c=!1,p=0;p-1},t}(F),de=["alt","control","meta","shift"],fe={alt:function(e){return e.altKey},control:function(e){return e.ctrlKey},meta:function(e){return e.metaKey},shift:function(e){return e.shiftKey}},he=function(e){function t(t){return e.call(this,t)||this}return Object(o.b)(t,e),t.prototype.supports=function(e){return null!=t.parseEventName(e)},t.prototype.addEventListener=function(e,n,r){var i=t.parseEventName(n),o=t.eventCallback(i.fullKey,r,this.manager.getZone());return this.manager.getZone().runOutsideAngular(function(){return s().onAndCancel(e,i.domEventName,o)})},t.parseEventName=function(e){var n=e.toLowerCase().split("."),r=n.shift();if(0===n.length||"keydown"!==r&&"keyup"!==r)return null;var i=t._normalizeKey(n.pop()),o="";if(de.forEach(function(e){var t=n.indexOf(e);t>-1&&(n.splice(t,1),o+=e+".")}),o+=i,0!=n.length||0===i.length)return null;var a={};return a.domEventName=r,a.fullKey=o,a},t.getEventFullKey=function(e){var t="",n=s().getEventKey(e);return" "===(n=n.toLowerCase())?n="space":"."===n&&(n="dot"),de.forEach(function(r){r!=n&&(0,fe[r])(e)&&(t+=r+".")}),t+=n},t.eventCallback=function(e,n,r){return function(i){t.getEventFullKey(i)===e&&r.runGuarded(function(){return n(i)})}},t._normalizeKey=function(e){switch(e){case"esc":return"escape";default:return e}},t}(F),ge=function(){function e(e,t){this.defaultDoc=e,this.DOM=t;var n=this.DOM.createHtmlDocument();if(this.inertBodyElement=n.body,null==this.inertBodyElement){var r=this.DOM.createElement("html",n);this.inertBodyElement=this.DOM.createElement("body",n),this.DOM.appendChild(r,this.inertBodyElement),this.DOM.appendChild(n,r)}this.DOM.setInnerHTML(this.inertBodyElement,''),!this.inertBodyElement.querySelector||this.inertBodyElement.querySelector("svg")?(this.DOM.setInnerHTML(this.inertBodyElement,'

'),this.getInertBodyElement=this.inertBodyElement.querySelector&&this.inertBodyElement.querySelector("svg img")&&function(){try{return!!window.DOMParser}catch(e){return!1}}()?this.getInertBodyElement_DOMParser:this.getInertBodyElement_InertDocument):this.getInertBodyElement=this.getInertBodyElement_XHR}return e.prototype.getInertBodyElement_XHR=function(e){e=""+e+"";try{e=encodeURI(e)}catch(e){return null}var t=new XMLHttpRequest;t.responseType="document",t.open("GET","data:text/html;charset=utf-8,"+e,!1),t.send(null);var n=t.response.body;return n.removeChild(n.firstChild),n},e.prototype.getInertBodyElement_DOMParser=function(e){e=""+e+"";try{var t=(new window.DOMParser).parseFromString(e,"text/html").body;return t.removeChild(t.firstChild),t}catch(e){return null}},e.prototype.getInertBodyElement_InertDocument=function(e){var t=this.DOM.createElement("template");return"content"in t?(this.DOM.setInnerHTML(t,e),t):(this.DOM.setInnerHTML(this.inertBodyElement,e),this.defaultDoc.documentMode&&this.stripCustomNsAttrs(this.inertBodyElement),this.inertBodyElement)},e.prototype.stripCustomNsAttrs=function(e){var t=this;this.DOM.attributeMap(e).forEach(function(n,r){"xmlns:ns1"!==r&&0!==r.indexOf("ns1:")||t.DOM.removeAttribute(e,r)});for(var n=0,r=this.DOM.childNodesAsList(e);n")):this.sanitizedSomething=!0},e.prototype.endElement=function(e){var t=this.DOM.nodeName(e).toLowerCase();Ie.hasOwnProperty(t)&&!xe.hasOwnProperty(t)&&(this.buf.push(""))},e.prototype.chars=function(e){this.buf.push(Ne(e))},e.prototype.checkClobberedElement=function(e,t){if(t&&this.DOM.contains(e,t))throw new Error("Failed to sanitize html because the element is clobbered: "+this.DOM.getOuterHTML(e));return t},e}(),Me=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,De=/([^\#-~ |!])/g;function Ne(e){return e.replace(/&/g,"&").replace(Me,function(e){return"&#"+(1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536)+";"}).replace(De,function(e){return"&#"+e.charCodeAt(0)+";"}).replace(//g,">")}var Ae=new RegExp("^([-,.\"'%_!# a-zA-Z0-9]+|(?:(?:matrix|translate|scale|rotate|skew|perspective)(?:X|Y|3d)?|(?:rgb|hsl)a?|(?:repeating-)?(?:linear|radial)-gradient|(?:calc|attr))\\([-0-9.%, #a-zA-Z]+\\))$","g"),Re=/^url\(([^)]+)\)$/,Fe=function(){},Le=function(e){function t(t){var n=e.call(this)||this;return n._doc=t,n}return Object(o.b)(t,e),t.prototype.sanitize=function(e,t){if(null==t)return null;switch(e){case i.SecurityContext.NONE:return t;case i.SecurityContext.HTML:return t instanceof Ve?t.changingThisBreaksApplicationSecurity:(this.checkNotSafeValue(t,"HTML"),function(e,t){var n=s(),r=null;try{we=we||new ge(e,n);var o=t?String(t):"";r=we.getInertBodyElement(o);var a=5,l=o;do{if(0===a)throw new Error("Failed to sanitize html because the input is unstable");a--,o=l,l=n.getInnerHTML(r),r=we.getInertBodyElement(o)}while(o!==l);var u=new Te,c=u.sanitizeChildren(n.getTemplateContent(r)||r);return Object(i.isDevMode)()&&u.sanitizedSomething&&n.log("WARNING: sanitizing HTML stripped some content (see http://g.co/ng/security#xss)."),c}finally{if(r)for(var p=n.getTemplateContent(r)||r,d=0,f=n.childNodesAsList(p);d":"&g;"};return e.replace(/[&"'<>]/g,function(e){return t[e]})}function rt(e){return e}var it=function(){function e(){this.store={},this.onSerializeCallbacks={}}return e.init=function(t){var n=new e;return n.store=t,n},e.prototype.get=function(e,t){return void 0!==this.store[e]?this.store[e]:t},e.prototype.set=function(e,t){this.store[e]=t},e.prototype.remove=function(e){delete this.store[e]},e.prototype.hasKey=function(e){return this.store.hasOwnProperty(e)},e.prototype.onSerialize=function(e,t){this.onSerializeCallbacks[e]=t},e.prototype.toJson=function(){for(var e in this.onSerializeCallbacks)if(this.onSerializeCallbacks.hasOwnProperty(e))try{this.store[e]=this.onSerializeCallbacks[e]()}catch(e){console.warn("Exception in onSerialize callback: ",e)}return JSON.stringify(this.store)},e}();function ot(e,t){var n,r=e.getElementById(t+"-state"),i={};if(r&&r.textContent)try{i=JSON.parse((n={"&a;":"&","&q;":'"',"&s;":"'","&l;":"<","&g;":">"},r.textContent.replace(/&[^;]+;/g,function(e){return n[e]})))}catch(e){console.warn("Exception while restoring TransferState for app "+t,e)}return it.init(i)}var at=function(){},st=function(){function e(){}return e.all=function(){return function(e){return!0}},e.css=function(e){return function(t){return null!=t.nativeElement&&s().elementMatches(t.nativeElement,e)}},e.directive=function(e){return function(t){return-1!==t.providerTokens.indexOf(e)}},e}(),lt=new i.Version("5.2.11")},OVmG:function(e,t,n){"use strict";n.d(t,"a",function(){return l});var r=n("TToO"),i=n("/iUD"),o=n("VwZZ"),a=n("t7NR"),s=n("tLDX"),l=function(e){function t(t,n,r){switch(e.call(this),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=a.a;break;case 1:if(!t){this.destination=a.a;break}if("object"==typeof t){if(c(t)){var i=t[s.a]();this.syncErrorThrowable=i.syncErrorThrowable,this.destination=i,i.add(this)}else this.syncErrorThrowable=!0,this.destination=new u(this,t);break}default:this.syncErrorThrowable=!0,this.destination=new u(this,t,n,r)}}return Object(r.b)(t,e),t.prototype[s.a]=function(){return this},t.create=function(e,n,r){var i=new t(e,n,r);return i.syncErrorThrowable=!1,i},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this))},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){this.destination.error(e),this.unsubscribe()},t.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},t.prototype._unsubscribeAndRecycle=function(){var e=this._parent,t=this._parents;return this._parent=null,this._parents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parent=e,this._parents=t,this},t}(o.a),u=function(e){function t(t,n,r,o){var s;e.call(this),this._parentSubscriber=t;var l=this;Object(i.a)(n)?s=n:n&&(s=n.next,r=n.error,o=n.complete,n!==a.a&&(l=Object.create(n),Object(i.a)(l.unsubscribe)&&this.add(l.unsubscribe.bind(l)),l.unsubscribe=this.unsubscribe.bind(this))),this._context=l,this._next=s,this._error=r,this._complete=o}return Object(r.b)(t,e),t.prototype.next=function(e){if(!this.isStopped&&this._next){var t=this._parentSubscriber;t.syncErrorThrowable?this.__tryOrSetError(t,this._next,e)&&this.unsubscribe():this.__tryOrUnsub(this._next,e)}},t.prototype.error=function(e){if(!this.isStopped){var t=this._parentSubscriber;if(this._error)t.syncErrorThrowable?(this.__tryOrSetError(t,this._error,e),this.unsubscribe()):(this.__tryOrUnsub(this._error,e),this.unsubscribe());else{if(!t.syncErrorThrowable)throw this.unsubscribe(),e;t.syncErrorValue=e,t.syncErrorThrown=!0,this.unsubscribe()}}},t.prototype.complete=function(){var e=this;if(!this.isStopped){var t=this._parentSubscriber;if(this._complete){var n=function(){return e._complete.call(e._context)};t.syncErrorThrowable?(this.__tryOrSetError(t,n),this.unsubscribe()):(this.__tryOrUnsub(n),this.unsubscribe())}else this.unsubscribe()}},t.prototype.__tryOrUnsub=function(e,t){try{e.call(this._context,t)}catch(e){throw this.unsubscribe(),e}},t.prototype.__tryOrSetError=function(e,t,n){try{t.call(this._context,n)}catch(t){return e.syncErrorValue=t,e.syncErrorThrown=!0,!0}return!1},t.prototype._unsubscribe=function(){var e=this._parentSubscriber;this._context=null,this._parentSubscriber=null,e.unsubscribe()},t}(l);function c(e){return e instanceof l||"syncErrorThrowable"in e&&e[s.a]}},PIsA:function(e,t,n){"use strict";var r=n("AMGY"),i=n("dgOU"),o=n("YaPU"),a=function(e){var t=e.Symbol;if("function"==typeof t)return t.iterator||(t.iterator=t("iterator polyfill")),t.iterator;var n=e.Set;if(n&&"function"==typeof(new n)["@@iterator"])return"@@iterator";var r=e.Map;if(r)for(var i=Object.getOwnPropertyNames(r.prototype),o=0;o1)this.connection=null;else{var n=this.connection,r=e._connection;this.connection=null,!r||n&&r!==n||r.unsubscribe()}}else this.connection=null},t}(a.a),p=function(e){function t(t,n){e.call(this),this.source=t,this.subjectFactory=n,this._refCount=0,this._isComplete=!1}return Object(r.b)(t,e),t.prototype._subscribe=function(e){return this.getSubject().subscribe(e)},t.prototype.getSubject=function(){var e=this._subject;return e&&!e.isStopped||(this._subject=this.subjectFactory()),this._subject},t.prototype.connect=function(){var e=this._connection;return e||(this._isComplete=!1,(e=this._connection=new s.a).add(this.source.subscribe(new f(this.getSubject(),this))),e.closed?(this._connection=null,e=s.a.EMPTY):this._connection=e),e},t.prototype.refCount=function(){return l()(this)},t}(o.a).prototype,d={operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:p._subscribe},_isComplete:{value:p._isComplete,writable:!0},getSubject:{value:p.getSubject},connect:{value:p.connect},refCount:{value:p.refCount}},f=function(e){function t(t,n){e.call(this,t),this.connectable=n}return Object(r.b)(t,e),t.prototype._error=function(t){this._unsubscribe(),e.prototype._error.call(this,t)},t.prototype._complete=function(){this.connectable._isComplete=!0,this._unsubscribe(),e.prototype._complete.call(this)},t.prototype._unsubscribe=function(){var e=this.connectable;if(e){this.connectable=null;var t=e._connection;e._refCount=0,e._subject=null,e._connection=null,t&&t.unsubscribe()}},t}(i.b);function h(){return new i.a}t.a=function(){return this,l()((e=h,function(t){var n;n="function"==typeof e?e:function(){return e};var r=Object.create(t,d);return r.source=t,r.subjectFactory=n,r})(this));var e}},TToO:function(e,t,n){"use strict";t.b=function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)},n.d(t,"a",function(){return i});var r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n1?new t(e,r):1===i?new o(e[0],r):new a(r)},t.dispatch=function(e){var t=e.array,n=e.index,r=e.subscriber;n>=e.count?r.complete():(r.next(t[n]),r.closed||(e.index=n+1,this.schedule(e)))},t.prototype._subscribe=function(e){var n=this.array,r=n.length,i=this.scheduler;if(i)return i.schedule(t.dispatch,0,{array:n,index:0,count:r,subscriber:e});for(var o=0;o ");else if("object"==typeof t){var i=[];for(var o in t)if(t.hasOwnProperty(o)){var a=t[o];i.push(o+":"+("string"==typeof a?JSON.stringify(a):ee(a)))}r="{"+i.join(", ")+"}"}return"StaticInjectorError"+(n?"("+n+")":"")+"["+r+"]: "+e.replace(ge,"\n ")}function _e(e,t){return new Error(be(e,t))}var we="ngDebugContext",xe="ngOriginalError",Ce="ngErrorLogger";function Oe(e){return e[we]}function Ee(e){return e[xe]}function Ie(e){for(var t=[],n=1;n1?" ("+function(e){for(var t=[],n=0;n-1)return t.push(e[n]),t;t.push(e[n])}return t}(e.slice().reverse()).map(function(e){return ee(e.token)}).join(" -> ")+")":""}function ke(e,t,n,r){var i=[t],o=n(i),a=r?function(e,t){var n=o+" caused by: "+(t instanceof Error?t.message:t),r=Error(n);return r[xe]=t,r}(0,r):Error(o);return a.addKey=Te,a.keys=i,a.injectors=[e],a.constructResolvingMessage=n,a[xe]=r,a}function Te(e,t){this.injectors.push(e),this.keys.push(t),this.message=this.constructResolvingMessage(this.keys)}function Me(e,t){for(var n=[],r=0,i=t.length;r=this._providers.length)throw function(e){return Error("Index "+e+" is out-of-bounds.")}(e);return this._providers[e]},e.prototype._new=function(e){if(this._constructionCounter++>this._getMaxNumberOfObjects())throw ke(this,e.key,function(e){return"Cannot instantiate cyclic dependency!"+Pe(e)});return this._instantiateProvider(e)},e.prototype._getMaxNumberOfObjects=function(){return this.objs.length},e.prototype._instantiateProvider=function(e){if(e.multiProvider){for(var t=new Array(e.resolvedFactories.length),n=0;n0)e._bootstrapComponents.forEach(function(e){return t.bootstrap(e)});else{if(!e.instance.ngDoBootstrap)throw new Error("The module "+ee(e.instance.constructor)+' was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.');e.instance.ngDoBootstrap(t)}this._modules.push(e)},e.prototype.onDestroy=function(e){this._destroyListeners.push(e)},Object.defineProperty(e.prototype,"injector",{get:function(){return this._injector},enumerable:!0,configurable:!0}),e.prototype.destroy=function(){if(this._destroyed)throw new Error("The platform has already been destroyed!");this._modules.slice().forEach(function(e){return e.destroy()}),this._destroyListeners.forEach(function(e){return e()}),this._destroyed=!0},Object.defineProperty(e.prototype,"destroyed",{get:function(){return this._destroyed},enumerable:!0,configurable:!0}),e}();function hn(e,t){return Array.isArray(t)?t.reduce(hn,e):Object(r.a)({},e,t)}var gn=function(){function e(e,t,n,r,s,l){var u=this;this._zone=e,this._console=t,this._injector=n,this._exceptionHandler=r,this._componentFactoryResolver=s,this._initStatus=l,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._enforceNoNewChanges=!1,this._stable=!0,this.componentTypes=[],this.components=[],this._enforceNoNewChanges=an(),this._zone.onMicrotaskEmpty.subscribe({next:function(){u._zone.run(function(){u.tick()})}});var c=new i.a(function(e){u._stable=u._zone.isStable&&!u._zone.hasPendingMacrotasks&&!u._zone.hasPendingMicrotasks,u._zone.runOutsideAngular(function(){e.next(u._stable),e.complete()})}),p=new i.a(function(e){var t;u._zone.runOutsideAngular(function(){t=u._zone.onStable.subscribe(function(){Ut.assertNotInAngularZone(),J(function(){u._stable||u._zone.hasPendingMacrotasks||u._zone.hasPendingMicrotasks||(u._stable=!0,e.next(!0))})})});var n=u._zone.onUnstable.subscribe(function(){Ut.assertInAngularZone(),u._stable&&(u._stable=!1,u._zone.runOutsideAngular(function(){e.next(!1)}))});return function(){t.unsubscribe(),n.unsubscribe()}});this.isStable=Object(o.a)(c,a.a.call(p))}return e.prototype.bootstrap=function(e,t){var n,r=this;if(!this._initStatus.done)throw new Error("Cannot bootstrap as there are still asynchronous initializers running. Bootstrap components in the `ngDoBootstrap` method of the root module.");n=e instanceof _t?e:this._componentFactoryResolver.resolveComponentFactory(e),this.componentTypes.push(n.componentType);var i=n instanceof Pt?null:this._injector.get(kt),o=n.create(se.NULL,[],t||n.selector,i);o.onDestroy(function(){r._unloadComponent(o)});var a=o.injector.get(Qt,null);return a&&o.injector.get(Yt).registerApplication(o.location.nativeElement,a),this._loadComponent(o),an()&&this._console.log("Angular is running in the development mode. Call enableProdMode() to enable the production mode."),o},e.prototype.tick=function(){var t=this;if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");var n=e._tickScope();try{this._runningTick=!0,this._views.forEach(function(e){return e.detectChanges()}),this._enforceNoNewChanges&&this._views.forEach(function(e){return e.checkNoChanges()})}catch(e){this._zone.runOutsideAngular(function(){return t._exceptionHandler.handleError(e)})}finally{this._runningTick=!1,Vt(n)}},e.prototype.attachView=function(e){var t=e;this._views.push(t),t.attachToAppRef(this)},e.prototype.detachView=function(e){var t=e;yn(this._views,t),t.detachFromAppRef()},e.prototype._loadComponent=function(e){this.attachView(e.hostView),this.tick(),this.components.push(e),this._injector.get(pt,[]).concat(this._bootstrapListeners).forEach(function(t){return t(e)})},e.prototype._unloadComponent=function(e){this.detachView(e.hostView),yn(this.components,e)},e.prototype.ngOnDestroy=function(){this._views.slice().forEach(function(e){return e.destroy()})},Object.defineProperty(e.prototype,"viewCount",{get:function(){return this._views.length},enumerable:!0,configurable:!0}),e._tickScope=jt("ApplicationRef#tick()"),e}();function yn(e,t){var n=e.indexOf(t);n>-1&&e.splice(n,1)}var mn=function(e,t,n,r,i,o){this.id=e,this.templateUrl=t,this.slotCount=n,this.encapsulation=r,this.styles=i,this.animations=o},vn=function(){},bn=function(){},_n=function(){},wn=function(){},xn=function(){var e={Important:1,DashCase:2};return e[e.Important]="Important",e[e.DashCase]="DashCase",e}(),Cn=function(){},On=function(e){this.nativeElement=e},En=function(){},In=new Map;function Sn(e,t){var n=In.get(e);if(n)throw new Error("Duplicate module registered for "+e+" - "+n.moduleType.name+" vs "+t.moduleType.name);In.set(e,t)}function Pn(e){var t=In.get(e);if(!t)throw new Error("No module with ID "+e+" loaded");return t}var kn=function(){function e(){this.dirty=!0,this._results=[],this.changes=new Bt,this.length=0}return e.prototype.map=function(e){return this._results.map(e)},e.prototype.filter=function(e){return this._results.filter(e)},e.prototype.find=function(e){return this._results.find(e)},e.prototype.reduce=function(e,t){return this._results.reduce(e,t)},e.prototype.forEach=function(e){this._results.forEach(e)},e.prototype.some=function(e){return this._results.some(e)},e.prototype.toArray=function(){return this._results.slice()},e.prototype[Y()]=function(){return this._results[Y()]()},e.prototype.toString=function(){return this._results.toString()},e.prototype.reset=function(e){this._results=function e(t){return t.reduce(function(t,n){var r=Array.isArray(n)?e(n):n;return t.concat(r)},[])}(e),this.dirty=!1,this.length=this._results.length,this.last=this._results[this.length-1],this.first=this._results[0]},e.prototype.notifyOnChanges=function(){this.changes.emit(this)},e.prototype.setDirty=function(){this.dirty=!0},e.prototype.destroy=function(){this.changes.complete(),this.changes.unsubscribe()},e}(),Tn=function(){},Mn={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"},Dn=function(){function e(e,t){this._compiler=e,this._config=t||Mn}return e.prototype.load=function(e){return this._compiler instanceof yt?this.loadFactory(e):this.loadAndCompile(e)},e.prototype.loadAndCompile=function(e){var t=this,r=e.split("#"),i=r[0],o=r[1];return void 0===o&&(o="default"),n("Jnfr")(i).then(function(e){return e[o]}).then(function(e){return Nn(e,i,o)}).then(function(e){return t._compiler.compileModuleAsync(e)})},e.prototype.loadFactory=function(e){var t=e.split("#"),r=t[0],i=t[1],o="NgFactory";return void 0===i&&(i="default",o=""),n("Jnfr")(this._config.factoryPathPrefix+r+this._config.factoryPathSuffix).then(function(e){return e[i+o]}).then(function(e){return Nn(e,r,i)})},e}();function Nn(e,t,n){if(!e)throw new Error("Cannot find '"+n+"' in '"+t+"'");return e}var An=function(){},Rn=function(){},Fn=function(){},Ln=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(r.b)(t,e),t}(Fn),jn=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(r.b)(t,e),t}(Ln),Vn=function(){function e(e,t,n){this._debugContext=n,this.nativeNode=e,t&&t instanceof zn?t.addChild(this):this.parent=null,this.listeners=[]}return Object.defineProperty(e.prototype,"injector",{get:function(){return this._debugContext.injector},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentInstance",{get:function(){return this._debugContext.component},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._debugContext.context},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"references",{get:function(){return this._debugContext.references},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"providerTokens",{get:function(){return this._debugContext.providerTokens},enumerable:!0,configurable:!0}),e}(),zn=function(e){function t(t,n,r){var i=e.call(this,t,n,r)||this;return i.properties={},i.attributes={},i.classes={},i.styles={},i.childNodes=[],i.nativeElement=t,i}return Object(r.b)(t,e),t.prototype.addChild=function(e){e&&(this.childNodes.push(e),e.parent=this)},t.prototype.removeChild=function(e){var t=this.childNodes.indexOf(e);-1!==t&&(e.parent=null,this.childNodes.splice(t,1))},t.prototype.insertChildrenAfter=function(e,t){var n,r=this,i=this.childNodes.indexOf(e);-1!==i&&((n=this.childNodes).splice.apply(n,[i+1,0].concat(t)),t.forEach(function(e){e.parent&&e.parent.removeChild(e),e.parent=r}))},t.prototype.insertBefore=function(e,t){var n=this.childNodes.indexOf(e);-1===n?this.addChild(t):(t.parent&&t.parent.removeChild(t),t.parent=this,this.childNodes.splice(n,0,t))},t.prototype.query=function(e){return this.queryAll(e)[0]||null},t.prototype.queryAll=function(e){var t=[];return Bn(this,e,t),t},t.prototype.queryAllNodes=function(e){var t=[];return Un(this,e,t),t},Object.defineProperty(t.prototype,"children",{get:function(){return this.childNodes.filter(function(e){return e instanceof t})},enumerable:!0,configurable:!0}),t.prototype.triggerEventHandler=function(e,t){this.listeners.forEach(function(n){n.name==e&&n.callback(t)})},t}(Vn);function Hn(e){return e.map(function(e){return e.nativeElement})}function Bn(e,t,n){e.childNodes.forEach(function(e){e instanceof zn&&(t(e)&&n.push(e),Bn(e,t,n))})}function Un(e,t,n){e instanceof zn&&e.childNodes.forEach(function(e){t(e)&&n.push(e),e instanceof zn&&Un(e,t,n)})}var Gn=new Map;function Zn(e){return Gn.get(e)||null}function Wn(e){Gn.set(e.nativeNode,e)}function qn(e,t){var n=Qn(e),r=Qn(t);return n&&r?function(e,t,n){for(var r=e[Y()](),i=t[Y()]();;){var o=r.next(),a=i.next();if(o.done&&a.done)return!0;if(o.done||a.done)return!1;if(!n(o.value,a.value))return!1}}(e,t,qn):!(n||!e||"object"!=typeof e&&"function"!=typeof e||r||!t||"object"!=typeof t&&"function"!=typeof t)||X(e,t)}var Kn=function(){function e(e){this.wrapped=e}return e.wrap=function(t){return new e(t)},e.unwrap=function(t){return e.isWrapped(t)?t.wrapped:t},e.isWrapped=function(t){return t instanceof e},e}(),$n=function(){function e(e,t,n){this.previousValue=e,this.currentValue=t,this.firstChange=n}return e.prototype.isFirstChange=function(){return this.firstChange},e}();function Qn(e){return!!Yn(e)&&(Array.isArray(e)||!(e instanceof Map)&&Y()in e)}function Yn(e){return null!==e&&("function"==typeof e||"object"==typeof e)}var Jn=function(){function e(){}return e.prototype.supports=function(e){return Qn(e)},e.prototype.create=function(e){return new er(e)},e}(),Xn=function(e,t){return t},er=function(){function e(e){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=e||Xn}return e.prototype.forEachItem=function(e){var t;for(t=this._itHead;null!==t;t=t._next)e(t)},e.prototype.forEachOperation=function(e){for(var t=this._itHead,n=this._removalsHead,r=0,i=null;t||n;){var o=!n||t&&t.currentIndex=n.length)&&(t=n.length-1),t<0)return null;var r=n[t];return r.viewContainerParent=null,Vi(n,t),Dr.dirtyParentQueries(r),Li(r),r}function Fi(e,t,n){var r=t?Xr(t,t.def.lastRenderRootNode):e.renderElement;ui(n,2,n.renderer.parentNode(r),n.renderer.nextSibling(r),void 0)}function Li(e){ui(e,3,null,null,void 0)}function ji(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function Vi(e,t){t>=e.length-1?e.pop():e.splice(t,1)}var zi=new Object;function Hi(e,t,n,r,i,o){return new Ui(e,t,n,r,i,o)}function Bi(e){return e.viewDefFactory}var Ui=function(e){function t(t,n,r,i,o,a){var s=e.call(this)||this;return s.selector=t,s.componentType=n,s._inputs=i,s._outputs=o,s.ngContentSelectors=a,s.viewDefFactory=r,s}return Object(r.b)(t,e),Object.defineProperty(t.prototype,"inputs",{get:function(){var e=[],t=this._inputs;for(var n in t)e.push({propName:n,templateName:t[n]});return e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"outputs",{get:function(){var e=[];for(var t in this._outputs)e.push({propName:t,templateName:this._outputs[t]});return e},enumerable:!0,configurable:!0}),t.prototype.create=function(e,t,n,r){if(!r)throw new Error("ngModule should be provided");var i=li(this.viewDefFactory),o=i.nodes[0].element.componentProvider.nodeIndex,a=Dr.createRootView(e,t||[],n,i,r,zi),s=Pr(a,o).instance;return n&&a.renderer.setAttribute(Sr(a,0).renderElement,"ng-version",V.full),new Gi(a,new Ki(a),s)},t}(_t),Gi=function(e){function t(t,n,r){var i=e.call(this)||this;return i._view=t,i._viewRef=n,i._component=r,i._elDef=i._view.def.nodes[0],i.hostView=n,i.changeDetectorRef=n,i.instance=r,i}return Object(r.b)(t,e),Object.defineProperty(t.prototype,"location",{get:function(){return new On(Sr(this._view,this._elDef.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return new Ji(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentType",{get:function(){return this._component.constructor},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){this._viewRef.destroy()},t.prototype.onDestroy=function(e){this._viewRef.onDestroy(e)},t}(bt);function Zi(e,t,n){return new Wi(e,t,n)}var Wi=function(){function e(e,t,n){this._view=e,this._elDef=t,this._data=n,this._embeddedViews=[]}return Object.defineProperty(e.prototype,"element",{get:function(){return new On(this._data.renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return new Ji(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"parentInjector",{get:function(){for(var e=this._view,t=this._elDef.parent;!t&&e;)t=Jr(e),e=e.parent;return e?new Ji(e,t):new Ji(this._view,null)},enumerable:!0,configurable:!0}),e.prototype.clear=function(){for(var e=this._embeddedViews.length-1;e>=0;e--){var t=Ri(this._data,e);Dr.destroyView(t)}},e.prototype.get=function(e){var t=this._embeddedViews[e];if(t){var n=new Ki(t);return n.attachToViewContainerRef(this),n}return null},Object.defineProperty(e.prototype,"length",{get:function(){return this._embeddedViews.length},enumerable:!0,configurable:!0}),e.prototype.createEmbeddedView=function(e,t,n){var r=e.createEmbeddedView(t||{});return this.insert(r,n),r},e.prototype.createComponent=function(e,t,n,r,i){var o=n||this.parentInjector;i||e instanceof Pt||(i=o.get(kt));var a=e.create(o,r,void 0,i);return this.insert(a.hostView,t),a},e.prototype.insert=function(e,t){if(e.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");var n,r,i,o,a=e;return i=a._view,o=(n=this._data).viewContainer._embeddedViews,null!==(r=t)&&void 0!==r||(r=o.length),i.viewContainerParent=this._view,ji(o,r,i),function(e,t){var n=Yr(t);if(n&&n!==e&&!(16&t.state)){t.state|=16;var r=n.template._projectedViews;r||(r=n.template._projectedViews=[]),r.push(t),function(e,n){if(!(4&n.flags)){t.parent.def.nodeFlags|=4,n.flags|=4;for(var r=n.parent;r;)r.childFlags|=4,r=r.parent}}(0,t.parentNodeDef)}}(n,i),Dr.dirtyParentQueries(i),Fi(n,r>0?o[r-1]:null,i),a.attachToViewContainerRef(this),e},e.prototype.move=function(e,t){if(e.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");var n,r,i,o,a,s=this._embeddedViews.indexOf(e._view);return i=t,a=(o=(n=this._data).viewContainer._embeddedViews)[r=s],Vi(o,r),null==i&&(i=o.length),ji(o,i,a),Dr.dirtyParentQueries(a),Li(a),Fi(n,i>0?o[i-1]:null,a),e},e.prototype.indexOf=function(e){return this._embeddedViews.indexOf(e._view)},e.prototype.remove=function(e){var t=Ri(this._data,e);t&&Dr.destroyView(t)},e.prototype.detach=function(e){var t=Ri(this._data,e);return t?new Ki(t):null},e}();function qi(e){return new Ki(e)}var Ki=function(){function e(e){this._view=e,this._viewContainerRef=null,this._appRef=null}return Object.defineProperty(e.prototype,"rootNodes",{get:function(){return ui(this._view,0,void 0,void 0,e=[]),e;var e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._view.context},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"destroyed",{get:function(){return 0!=(128&this._view.state)},enumerable:!0,configurable:!0}),e.prototype.markForCheck=function(){Kr(this._view)},e.prototype.detach=function(){this._view.state&=-5},e.prototype.detectChanges=function(){var e=this._view.root.rendererFactory;e.begin&&e.begin();try{Dr.checkAndUpdateView(this._view)}finally{e.end&&e.end()}},e.prototype.checkNoChanges=function(){Dr.checkNoChangesView(this._view)},e.prototype.reattach=function(){this._view.state|=4},e.prototype.onDestroy=function(e){this._view.disposables||(this._view.disposables=[]),this._view.disposables.push(e)},e.prototype.destroy=function(){this._appRef?this._appRef.detachView(this):this._viewContainerRef&&this._viewContainerRef.detach(this._viewContainerRef.indexOf(this)),Dr.destroyView(this._view)},e.prototype.detachFromAppRef=function(){this._appRef=null,Li(this._view),Dr.dirtyParentQueries(this._view)},e.prototype.attachToAppRef=function(e){if(this._viewContainerRef)throw new Error("This view is already attached to a ViewContainer!");this._appRef=e},e.prototype.attachToViewContainerRef=function(e){if(this._appRef)throw new Error("This view is already attached directly to the ApplicationRef!");this._viewContainerRef=e},e}();function $i(e,t){return new Qi(e,t)}var Qi=function(e){function t(t,n){var r=e.call(this)||this;return r._parentView=t,r._def=n,r}return Object(r.b)(t,e),t.prototype.createEmbeddedView=function(e){return new Ki(Dr.createEmbeddedView(this._parentView,this._def,this._def.element.template,e))},Object.defineProperty(t.prototype,"elementRef",{get:function(){return new On(Sr(this._parentView,this._def.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),t}(An);function Yi(e,t){return new Ji(e,t)}var Ji=function(){function e(e,t){this.view=e,this.elDef=t}return e.prototype.get=function(e,t){return void 0===t&&(t=se.THROW_IF_NOT_FOUND),Dr.resolveDep(this.view,this.elDef,!!this.elDef&&0!=(33554432&this.elDef.flags),{flags:0,token:e,tokenKey:jr(e)},t)},e}();function Xi(e,t){var n=e.def.nodes[t];if(1&n.flags){var r=Sr(e,n.nodeIndex);return n.element.template?r.template:r.renderElement}if(2&n.flags)return Ir(e,n.nodeIndex).renderText;if(20240&n.flags)return Pr(e,n.nodeIndex).instance;throw new Error("Illegal state: read nodeValue for node index "+t)}function eo(e){return new to(e.renderer)}var to=function(){function e(e){this.delegate=e}return e.prototype.selectRootElement=function(e){return this.delegate.selectRootElement(e)},e.prototype.createElement=function(e,t){var n=gi(t),r=this.delegate.createElement(n[1],n[0]);return e&&this.delegate.appendChild(e,r),r},e.prototype.createViewRoot=function(e){return e},e.prototype.createTemplateAnchor=function(e){var t=this.delegate.createComment("");return e&&this.delegate.appendChild(e,t),t},e.prototype.createText=function(e,t){var n=this.delegate.createText(t);return e&&this.delegate.appendChild(e,n),n},e.prototype.projectNodes=function(e,t){for(var n=0;n0,t.provider.value,t.provider.deps);if(t.outputs.length)for(var r=0;r0,r=t.provider;switch(201347067&t.flags){case 512:return wo(e,t.parent,n,r.value,r.deps);case 1024:return function(e,t,n,r,i){var o=i.length;switch(o){case 0:return r();case 1:return r(Co(e,t,n,i[0]));case 2:return r(Co(e,t,n,i[0]),Co(e,t,n,i[1]));case 3:return r(Co(e,t,n,i[0]),Co(e,t,n,i[1]),Co(e,t,n,i[2]));default:for(var a=Array(o),s=0;s0)u=g,Go(g)||(c=g);else for(;u&&h===u.nodeIndex+u.childCount;){var v=u.parent;v&&(v.childFlags|=u.childFlags,v.childMatchedQueries|=u.childMatchedQueries),c=(u=v)&&Go(u)?u.renderParent:u}}return{factory:null,nodeFlags:a,rootNodeFlags:s,nodeMatchedQueries:l,flags:e,nodes:t,updateDirectives:n||Fr,updateRenderer:r||Fr,handleEvent:function(e,n,r,i){return t[n].element.handleEvent(e,r,i)},bindingCount:i,outputCount:o,lastRenderRootNode:f}}function Go(e){return 0!=(1&e.flags)&&null===e.element.name}function Zo(e,t,n){var r=t.element&&t.element.template;if(r){if(!r.lastRenderRootNode)throw new Error("Illegal State: Embedded templates without nodes are not allowed!");if(r.lastRenderRootNode&&16777216&r.lastRenderRootNode.flags)throw new Error("Illegal State: Last root node of a template can't have embedded views, at index "+t.nodeIndex+"!")}if(20224&t.flags&&0==(1&(e?e.flags:0)))throw new Error("Illegal State: StaticProvider/Directive nodes need to be children of elements or anchors, at index "+t.nodeIndex+"!");if(t.query){if(67108864&t.flags&&(!e||0==(16384&e.flags)))throw new Error("Illegal State: Content Query nodes need to be children of directives, at index "+t.nodeIndex+"!");if(134217728&t.flags&&e)throw new Error("Illegal State: View Query nodes have to be top level nodes, at index "+t.nodeIndex+"!")}if(t.childCount){var i=e?e.nodeIndex+e.childCount:n-1;if(t.nodeIndex<=i&&t.nodeIndex+t.childCount>i)throw new Error("Illegal State: childCount of node leads outside of parent, at index "+t.nodeIndex+"!")}}function Wo(e,t,n,r){var i=$o(e.root,e.renderer,e,t,n);return Qo(i,e.component,r),Yo(i),i}function qo(e,t,n){var r=$o(e,e.renderer,null,null,t);return Qo(r,n,n),Yo(r),r}function Ko(e,t,n,r){var i,o=t.element.componentRendererType;return i=o?e.root.rendererFactory.createRenderer(r,o):e.root.renderer,$o(e.root,i,e,t.element.componentProvider,n)}function $o(e,t,n,r,i){var o=new Array(i.nodes.length),a=i.outputCount?new Array(i.outputCount):null;return{def:i,parent:n,viewContainerParent:null,parentNodeDef:r,context:null,component:null,nodes:o,state:13,root:e,renderer:t,oldValues:new Array(i.bindingCount),disposables:a,initIndex:-1}}function Qo(e,t,n){e.component=t,e.context=n}function Yo(e){var t;ti(e)&&(t=Sr(e.parent,e.parentNodeDef.parent.nodeIndex).renderElement);for(var n=e.def,r=e.nodes,i=0;i0&&Si(e,t,0,n)&&(f=!0),d>1&&Si(e,t,1,r)&&(f=!0),d>2&&Si(e,t,2,i)&&(f=!0),d>3&&Si(e,t,3,o)&&(f=!0),d>4&&Si(e,t,4,a)&&(f=!0),d>5&&Si(e,t,5,s)&&(f=!0),d>6&&Si(e,t,6,l)&&(f=!0),d>7&&Si(e,t,7,u)&&(f=!0),d>8&&Si(e,t,8,c)&&(f=!0),d>9&&Si(e,t,9,p)&&(f=!0),f}(e,t,n,r,i,o,a,s,l,u,c,p);case 2:return function(e,t,n,r,i,o,a,s,l,u,c,p){var d=!1,f=t.bindings,h=f.length;if(h>0&&Wr(e,t,0,n)&&(d=!0),h>1&&Wr(e,t,1,r)&&(d=!0),h>2&&Wr(e,t,2,i)&&(d=!0),h>3&&Wr(e,t,3,o)&&(d=!0),h>4&&Wr(e,t,4,a)&&(d=!0),h>5&&Wr(e,t,5,s)&&(d=!0),h>6&&Wr(e,t,6,l)&&(d=!0),h>7&&Wr(e,t,7,u)&&(d=!0),h>8&&Wr(e,t,8,c)&&(d=!0),h>9&&Wr(e,t,9,p)&&(d=!0),d){var g=t.text.prefix;h>0&&(g+=Bo(n,f[0])),h>1&&(g+=Bo(r,f[1])),h>2&&(g+=Bo(i,f[2])),h>3&&(g+=Bo(o,f[3])),h>4&&(g+=Bo(a,f[4])),h>5&&(g+=Bo(s,f[5])),h>6&&(g+=Bo(l,f[6])),h>7&&(g+=Bo(u,f[7])),h>8&&(g+=Bo(c,f[8])),h>9&&(g+=Bo(p,f[9]));var y=Ir(e,t.nodeIndex).renderText;e.renderer.setValue(y,g)}return d}(e,t,n,r,i,o,a,s,l,u,c,p);case 16384:return function(e,t,n,r,i,o,a,s,l,u,c,p){var d=Pr(e,t.nodeIndex),f=d.instance,h=!1,g=void 0,y=t.bindings.length;return y>0&&Zr(e,t,0,n)&&(h=!0,g=Eo(e,d,t,0,n,g)),y>1&&Zr(e,t,1,r)&&(h=!0,g=Eo(e,d,t,1,r,g)),y>2&&Zr(e,t,2,i)&&(h=!0,g=Eo(e,d,t,2,i,g)),y>3&&Zr(e,t,3,o)&&(h=!0,g=Eo(e,d,t,3,o,g)),y>4&&Zr(e,t,4,a)&&(h=!0,g=Eo(e,d,t,4,a,g)),y>5&&Zr(e,t,5,s)&&(h=!0,g=Eo(e,d,t,5,s,g)),y>6&&Zr(e,t,6,l)&&(h=!0,g=Eo(e,d,t,6,l,g)),y>7&&Zr(e,t,7,u)&&(h=!0,g=Eo(e,d,t,7,u,g)),y>8&&Zr(e,t,8,c)&&(h=!0,g=Eo(e,d,t,8,c,g)),y>9&&Zr(e,t,9,p)&&(h=!0,g=Eo(e,d,t,9,p,g)),g&&f.ngOnChanges(g),65536&t.flags&&Er(e,256,t.nodeIndex)&&f.ngOnInit(),262144&t.flags&&f.ngDoCheck(),h}(e,t,n,r,i,o,a,s,l,u,c,p);case 32:case 64:case 128:return function(e,t,n,r,i,o,a,s,l,u,c,p){var d=t.bindings,f=!1,h=d.length;if(h>0&&Wr(e,t,0,n)&&(f=!0),h>1&&Wr(e,t,1,r)&&(f=!0),h>2&&Wr(e,t,2,i)&&(f=!0),h>3&&Wr(e,t,3,o)&&(f=!0),h>4&&Wr(e,t,4,a)&&(f=!0),h>5&&Wr(e,t,5,s)&&(f=!0),h>6&&Wr(e,t,6,l)&&(f=!0),h>7&&Wr(e,t,7,u)&&(f=!0),h>8&&Wr(e,t,8,c)&&(f=!0),h>9&&Wr(e,t,9,p)&&(f=!0),f){var g=kr(e,t.nodeIndex),y=void 0;switch(201347067&t.flags){case 32:y=new Array(d.length),h>0&&(y[0]=n),h>1&&(y[1]=r),h>2&&(y[2]=i),h>3&&(y[3]=o),h>4&&(y[4]=a),h>5&&(y[5]=s),h>6&&(y[6]=l),h>7&&(y[7]=u),h>8&&(y[8]=c),h>9&&(y[9]=p);break;case 64:y={},h>0&&(y[d[0].name]=n),h>1&&(y[d[1].name]=r),h>2&&(y[d[2].name]=i),h>3&&(y[d[3].name]=o),h>4&&(y[d[4].name]=a),h>5&&(y[d[5].name]=s),h>6&&(y[d[6].name]=l),h>7&&(y[d[7].name]=u),h>8&&(y[d[8].name]=c),h>9&&(y[d[9].name]=p);break;case 128:var m=n;switch(h){case 1:y=m.transform(n);break;case 2:y=m.transform(r);break;case 3:y=m.transform(r,i);break;case 4:y=m.transform(r,i,o);break;case 5:y=m.transform(r,i,o,a);break;case 6:y=m.transform(r,i,o,a,s);break;case 7:y=m.transform(r,i,o,a,s,l);break;case 8:y=m.transform(r,i,o,a,s,l,u);break;case 9:y=m.transform(r,i,o,a,s,l,u,c);break;case 10:y=m.transform(r,i,o,a,s,l,u,c,p)}}g.value=y}return f}(e,t,n,r,i,o,a,s,l,u,c,p);default:throw"unreachable"}}(e,t,r,i,o,a,s,l,u,c,p,d):function(e,t,n){switch(201347067&t.flags){case 1:return function(e,t,n){for(var r=!1,i=0;i0&&qr(e,t,0,n),d>1&&qr(e,t,1,r),d>2&&qr(e,t,2,i),d>3&&qr(e,t,3,o),d>4&&qr(e,t,4,a),d>5&&qr(e,t,5,s),d>6&&qr(e,t,6,l),d>7&&qr(e,t,7,u),d>8&&qr(e,t,8,c),d>9&&qr(e,t,9,p)}(e,t,r,i,o,a,s,l,u,c,p,d):function(e,t,n){for(var r=0;r0&&cs(n[t-1],r.next),n.splice(t,1),function(e){for(var t=e;t;){var n=null;if(t.views&&t.views.length?n=t.views[0].data:t.child?n=t.child:t.next&&(ds(t),n=t.next),null==n){for(;t&&!t.next;)ds(t),t=ps(t,e);ds(t||e),n=t&&t.next}t=n}}(r.data),ls(e,r,!1),e.query&&e.query.removeView(e,r,t),r}function cs(e,t){e.next=t,e.data.next=t?t.data:null}function ps(e,t){var n;return(n=e.node)&&2==(3&n.flags)?n.parent.data:e.parent===t?null:e.parent}function ds(e){if(e.cleanup){for(var t=e.cleanup,n=0;n=bs.length?bs[e]=null:s.staticData=bs[e],vs?(ws=null,ms.view!==_s&&2!=(3&ms.flags)||(ngDevMode&&ns(ms.child,null,"previousNode.child"),ms.child=s)):ms&&(ngDevMode&&ns(ms.next,null,"previousNode.next"),ms.next=s)),ms=s,vs=!0,s}function Ns(e,t,n,r){var i,o;if(null==t){var a=Cs[e];o=a&&a.native}else{ngDevMode&&ns(_s.bindingStartIndex,null,"bindingStartIndex");var s="string"!=typeof t,l=s?t.tag:t;if(null===l)throw"for now name is required";o=gs.createElement(l);var u=null;if(s){var c=As(t.template);u=Ys(Ms(-1,ys.createRenderer(o,t.rendererType),c))}null==(i=Ds(e,3,o,u)).staticData&&(ngDevMode&&nl(e-1),i.staticData=bs[e]=Vs(l,n||null,null,r||null)),n&&function(e,t){ngDevMode&&ns(t.length%2,0,"attrs.length % 2");for(var n=gs.setAttribute,r=0;r>12,i=r,o=r+((4092&e)>>2);i=bs.length&&(bs[e]=n,r)){ngDevMode&&rs(ms.staticData,"previousOrParentNode.staticData");var a=ms.staticData;(a.localNames||(a.localNames=[])).push(r,e)}var s=n.diPublic;s&&s(n);var l=ms.staticData;l&&l.attrs&&function(e,t,r){var i=((4092&ms.flags)>>2)-1,o=r.initialInputs;(void 0===o||i>=o.length)&&(o=function(e,t,n){var r=n.initialInputs||(n.initialInputs=[]);r[e]=null;for(var i=n.attrs,o=0;o=n.length||null==n[e])&&(n[e]=[]),n[e]}(e,t));ks(a,Ds(null,2,null,a)),n.nextIndex++}return!o}function $s(){vs=!1;var e=ms=_s.node,t=ms.parent;ngDevMode&&as(e,2),ngDevMode&&as(t,0);var n=t.data,r=n.nextIndex<=n.views.length?n.views[n.nextIndex-1]:null;(null==r||r.data.id!==e.data.id)&&(function(e,t,n){var r=e.data,i=r.views;n>0&&cs(i[n-1],t),n=i.length&&i.push(t),r.nextIndex<=n&&r.nextIndex++,null!==e.data.renderParent&&ls(e,t,!0,function(t,n,r){var i=n.views;return t+1")}function rl(e,t){void 0===t&&(t={});var n,r=t.rendererFactory||Ss,i=e.ngComponentDef,o=Fs(r,t.host||i.tag),a=ks(Ms(-1,r.createRenderer(o,i.rendererType),[]),null);try{vs=!1,ms=null,Ds(0,3,o,Ms(-1,gs,As(i.template))),n=Us(1,i.n(),i)}finally{Ts(a)}return t.features&&t.features.forEach(function(e){return e(n,i)}),il(n),n}function il(e){ngDevMode&&rs(e,"component");var t=e[Ps];ngDevMode&&!t&&Rs("Not a directive instance",e),ngDevMode&&rs(t.data,"hostNode.data"),function(e,n,r,i){var o=ks(n,t);try{ys.begin&&ys.begin(),r.constructor.ngComponentDef.r(1,0)}finally{ys.end&&ys.end(),n.creationMode=!1,Ts(o)}}(0,t.view,e)}function ol(e){var t={type:e.type,diPublic:null,n:e.factory,tag:e.tag||null,template:e.template||null,r:e.refresh||function(t,n){Qs(t,n,e.template)},h:e.hostBindings||sl,inputs:ll(e.inputs),outputs:ll(e.outputs),methods:ll(e.methods),rendererType:Gr(e.rendererType)||null},n=e.features;return n&&n.forEach(function(e){return e(t)}),t}var al={};function sl(){}function ll(e){if(null==e)return al;var t={};for(var n in e)t[e[n]]=n;return t}function ul(e,t){return{type:7,name:e,definitions:t,options:{}}}function cl(e,t){return void 0===t&&(t=null),{type:4,styles:t,timings:e}}function pl(e,t){return void 0===t&&(t=null),{type:3,steps:e,options:t}}function dl(e,t){return void 0===t&&(t=null),{type:2,steps:e,options:t}}function fl(e){return{type:6,styles:e,offset:null}}function hl(e,t,n){return{type:0,name:e,styles:t,options:n}}function gl(e){return{type:5,steps:e}}function yl(e,t,n){return void 0===n&&(n=null),{type:1,expr:e,animation:t,options:n}}var ml="*";function vl(e,t){return ul(e,t)}function bl(e,t){return cl(e,t)}function _l(e){return pl(e)}function wl(e){return dl(e)}function xl(e){return fl(e)}function Cl(e,t){return hl(e,t)}function Ol(e){return gl(e)}function El(e,t){return yl(e,t)}}).call(t,n("DuR2"))},Xjw4:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n.d(t,"\u0275registerLocaleData",function(){return y}),n.d(t,"NgLocaleLocalization",function(){return $}),n.d(t,"NgLocalization",function(){return q}),n.d(t,"registerLocaleData",function(){return y}),n.d(t,"Plural",function(){return v}),n.d(t,"NumberFormatStyle",function(){return m}),n.d(t,"FormStyle",function(){return b}),n.d(t,"TranslationWidth",function(){return _}),n.d(t,"FormatWidth",function(){return w}),n.d(t,"NumberSymbol",function(){return x}),n.d(t,"WeekDay",function(){return C}),n.d(t,"getCurrencySymbol",function(){return Z}),n.d(t,"getLocaleDayPeriods",function(){return E}),n.d(t,"getLocaleDayNames",function(){return I}),n.d(t,"getLocaleMonthNames",function(){return S}),n.d(t,"getLocaleId",function(){return O}),n.d(t,"getLocaleEraNames",function(){return P}),n.d(t,"getLocaleWeekEndRange",function(){return T}),n.d(t,"getLocaleFirstDayOfWeek",function(){return k}),n.d(t,"getLocaleDateFormat",function(){return M}),n.d(t,"getLocaleDateTimeFormat",function(){return N}),n.d(t,"getLocaleExtraDayPeriodRules",function(){return z}),n.d(t,"getLocaleExtraDayPeriods",function(){return H}),n.d(t,"getLocalePluralCase",function(){return j}),n.d(t,"getLocaleTimeFormat",function(){return D}),n.d(t,"getLocaleNumberSymbol",function(){return A}),n.d(t,"getLocaleNumberFormat",function(){return R}),n.d(t,"getLocaleCurrencyName",function(){return L}),n.d(t,"getLocaleCurrencySymbol",function(){return F}),n.d(t,"\u0275parseCookieValue",function(){return Y}),n.d(t,"CommonModule",function(){return Tt}),n.d(t,"DeprecatedI18NPipesModule",function(){return Mt}),n.d(t,"NgClass",function(){return J}),n.d(t,"NgForOf",function(){return te}),n.d(t,"NgForOfContext",function(){return ee}),n.d(t,"NgIf",function(){return re}),n.d(t,"NgIfContext",function(){return ie}),n.d(t,"NgPlural",function(){return ue}),n.d(t,"NgPluralCase",function(){return ce}),n.d(t,"NgStyle",function(){return pe}),n.d(t,"NgSwitch",function(){return ae}),n.d(t,"NgSwitchCase",function(){return se}),n.d(t,"NgSwitchDefault",function(){return le}),n.d(t,"NgTemplateOutlet",function(){return de}),n.d(t,"NgComponentOutlet",function(){return X}),n.d(t,"DOCUMENT",function(){return Dt}),n.d(t,"AsyncPipe",function(){return yt}),n.d(t,"DatePipe",function(){return Me}),n.d(t,"I18nPluralPipe",function(){return wt}),n.d(t,"I18nSelectPipe",function(){return xt}),n.d(t,"JsonPipe",function(){return Ct}),n.d(t,"LowerCasePipe",function(){return mt}),n.d(t,"CurrencyPipe",function(){return It}),n.d(t,"DecimalPipe",function(){return Ot}),n.d(t,"PercentPipe",function(){return Et}),n.d(t,"SlicePipe",function(){return Pt}),n.d(t,"UpperCasePipe",function(){return bt}),n.d(t,"TitleCasePipe",function(){return vt}),n.d(t,"DeprecatedDatePipe",function(){return $e}),n.d(t,"DeprecatedCurrencyPipe",function(){return pt}),n.d(t,"DeprecatedDecimalPipe",function(){return ut}),n.d(t,"DeprecatedPercentPipe",function(){return ct}),n.d(t,"\u0275PLATFORM_BROWSER_ID",function(){return Nt}),n.d(t,"\u0275PLATFORM_SERVER_ID",function(){return At}),n.d(t,"\u0275PLATFORM_WORKER_APP_ID",function(){return Rt}),n.d(t,"\u0275PLATFORM_WORKER_UI_ID",function(){return Ft}),n.d(t,"isPlatformBrowser",function(){return Lt}),n.d(t,"isPlatformServer",function(){return jt}),n.d(t,"isPlatformWorkerApp",function(){return Vt}),n.d(t,"isPlatformWorkerUi",function(){return zt}),n.d(t,"VERSION",function(){return Ht}),n.d(t,"PlatformLocation",function(){return o}),n.d(t,"LOCATION_INITIALIZED",function(){return a}),n.d(t,"LocationStrategy",function(){return s}),n.d(t,"APP_BASE_HREF",function(){return l}),n.d(t,"HashLocationStrategy",function(){return p}),n.d(t,"PathLocationStrategy",function(){return d}),n.d(t,"Location",function(){return u}),n.d(t,"\u0275e",function(){return fe}),n.d(t,"\u0275d",function(){return G}),n.d(t,"\u0275a",function(){return W}),n.d(t,"\u0275b",function(){return Q}),n.d(t,"\u0275g",function(){return dt}),n.d(t,"\u0275f",function(){return kt});var r=n("WT6e"),i=n("TToO"),o=function(){},a=new r.InjectionToken("Location Initialized"),s=function(){},l=new r.InjectionToken("appBaseHref"),u=function(){function e(t){var n=this;this._subject=new r.EventEmitter,this._platformStrategy=t;var i=this._platformStrategy.getBaseHref();this._baseHref=e.stripTrailingSlash(c(i)),this._platformStrategy.onPopState(function(e){n._subject.emit({url:n.path(!0),pop:!0,type:e.type})})}return e.prototype.path=function(e){return void 0===e&&(e=!1),this.normalize(this._platformStrategy.path(e))},e.prototype.isCurrentPathEqualTo=function(t,n){return void 0===n&&(n=""),this.path()==this.normalize(t+e.normalizeQueryParams(n))},e.prototype.normalize=function(t){return e.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,c(t)))},e.prototype.prepareExternalUrl=function(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)},e.prototype.go=function(e,t){void 0===t&&(t=""),this._platformStrategy.pushState(null,"",e,t)},e.prototype.replaceState=function(e,t){void 0===t&&(t=""),this._platformStrategy.replaceState(null,"",e,t)},e.prototype.forward=function(){this._platformStrategy.forward()},e.prototype.back=function(){this._platformStrategy.back()},e.prototype.subscribe=function(e,t,n){return this._subject.subscribe({next:e,error:t,complete:n})},e.normalizeQueryParams=function(e){return e&&"?"!==e[0]?"?"+e:e},e.joinWithSlash=function(e,t){if(0==e.length)return t;if(0==t.length)return e;var n=0;return e.endsWith("/")&&n++,t.startsWith("/")&&n++,2==n?e+t.substring(1):1==n?e+t:e+"/"+t},e.stripTrailingSlash=function(e){var t=e.match(/#|\?|$/),n=t&&t.index||e.length;return e.slice(0,n-("/"===e[n-1]?1:0))+e.slice(n)},e}();function c(e){return e.replace(/\/index.html$/,"")}var p=function(e){function t(t,n){var r=e.call(this)||this;return r._platformLocation=t,r._baseHref="",null!=n&&(r._baseHref=n),r}return Object(i.b)(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.path=function(e){void 0===e&&(e=!1);var t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t},t.prototype.prepareExternalUrl=function(e){var t=u.joinWithSlash(this._baseHref,e);return t.length>0?"#"+t:t},t.prototype.pushState=function(e,t,n,r){var i=this.prepareExternalUrl(n+u.normalizeQueryParams(r));0==i.length&&(i=this._platformLocation.pathname),this._platformLocation.pushState(e,t,i)},t.prototype.replaceState=function(e,t,n,r){var i=this.prepareExternalUrl(n+u.normalizeQueryParams(r));0==i.length&&(i=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,i)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t}(s),d=function(e){function t(t,n){var r=e.call(this)||this;if(r._platformLocation=t,null==n&&(n=r._platformLocation.getBaseHrefFromDOM()),null==n)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");return r._baseHref=n,r}return Object(i.b)(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.prepareExternalUrl=function(e){return u.joinWithSlash(this._baseHref,e)},t.prototype.path=function(e){void 0===e&&(e=!1);var t=this._platformLocation.pathname+u.normalizeQueryParams(this._platformLocation.search),n=this._platformLocation.hash;return n&&e?""+t+n:t},t.prototype.pushState=function(e,t,n,r){var i=this.prepareExternalUrl(n+u.normalizeQueryParams(r));this._platformLocation.pushState(e,t,i)},t.prototype.replaceState=function(e,t,n,r){var i=this.prepareExternalUrl(n+u.normalizeQueryParams(r));this._platformLocation.replaceState(e,t,i)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t}(s),f={AOA:[,"Kz"],ARS:[,"$"],AUD:["A$","$"],BAM:[,"KM"],BBD:[,"$"],BDT:[,"\u09f3"],BMD:[,"$"],BND:[,"$"],BOB:[,"Bs"],BRL:["R$"],BSD:[,"$"],BWP:[,"P"],BYN:[,"\u0440."],BZD:[,"$"],CAD:["CA$","$"],CLP:[,"$"],CNY:["CN\xa5","\xa5"],COP:[,"$"],CRC:[,"\u20a1"],CUC:[,"$"],CUP:[,"$"],CZK:[,"K\u010d"],DKK:[,"kr"],DOP:[,"$"],EGP:[,"E\xa3"],ESP:[,"\u20a7"],EUR:["\u20ac"],FJD:[,"$"],FKP:[,"\xa3"],GBP:["\xa3"],GEL:[,"\u20be"],GIP:[,"\xa3"],GNF:[,"FG"],GTQ:[,"Q"],GYD:[,"$"],HKD:["HK$","$"],HNL:[,"L"],HRK:[,"kn"],HUF:[,"Ft"],IDR:[,"Rp"],ILS:["\u20aa"],INR:["\u20b9"],ISK:[,"kr"],JMD:[,"$"],JPY:["\xa5"],KHR:[,"\u17db"],KMF:[,"CF"],KPW:[,"\u20a9"],KRW:["\u20a9"],KYD:[,"$"],KZT:[,"\u20b8"],LAK:[,"\u20ad"],LBP:[,"L\xa3"],LKR:[,"Rs"],LRD:[,"$"],LTL:[,"Lt"],LVL:[,"Ls"],MGA:[,"Ar"],MMK:[,"K"],MNT:[,"\u20ae"],MUR:[,"Rs"],MXN:["MX$","$"],MYR:[,"RM"],NAD:[,"$"],NGN:[,"\u20a6"],NIO:[,"C$"],NOK:[,"kr"],NPR:[,"Rs"],NZD:["NZ$","$"],PHP:[,"\u20b1"],PKR:[,"Rs"],PLN:[,"z\u0142"],PYG:[,"\u20b2"],RON:[,"lei"],RUB:[,"\u20bd"],RUR:[,"\u0440."],RWF:[,"RF"],SBD:[,"$"],SEK:[,"kr"],SGD:[,"$"],SHP:[,"\xa3"],SRD:[,"$"],SSP:[,"\xa3"],STD:[,"Db"],SYP:[,"\xa3"],THB:[,"\u0e3f"],TOP:[,"T$"],TRY:[,"\u20ba"],TTD:[,"$"],TWD:["NT$","$"],UAH:[,"\u20b4"],USD:["$"],UYU:[,"$"],VEF:[,"Bs"],VND:["\u20ab"],XAF:["FCFA"],XCD:["EC$","$"],XOF:["CFA"],XPF:["CFPF"],ZAR:[,"R"],ZMW:[,"ZK"]},h=["en",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}],g={};function y(e,t,n){"string"!=typeof t&&(n=t,t=e[0]),t=t.toLowerCase().replace(/_/g,"-"),g[t]=e,n&&(g[t][18]=n)}var m=function(){var e={Decimal:0,Percent:1,Currency:2,Scientific:3};return e[e.Decimal]="Decimal",e[e.Percent]="Percent",e[e.Currency]="Currency",e[e.Scientific]="Scientific",e}(),v=function(){var e={Zero:0,One:1,Two:2,Few:3,Many:4,Other:5};return e[e.Zero]="Zero",e[e.One]="One",e[e.Two]="Two",e[e.Few]="Few",e[e.Many]="Many",e[e.Other]="Other",e}(),b=function(){var e={Format:0,Standalone:1};return e[e.Format]="Format",e[e.Standalone]="Standalone",e}(),_=function(){var e={Narrow:0,Abbreviated:1,Wide:2,Short:3};return e[e.Narrow]="Narrow",e[e.Abbreviated]="Abbreviated",e[e.Wide]="Wide",e[e.Short]="Short",e}(),w=function(){var e={Short:0,Medium:1,Long:2,Full:3};return e[e.Short]="Short",e[e.Medium]="Medium",e[e.Long]="Long",e[e.Full]="Full",e}(),x=function(){var e={Decimal:0,Group:1,List:2,PercentSign:3,PlusSign:4,MinusSign:5,Exponential:6,SuperscriptingExponent:7,PerMille:8,Infinity:9,NaN:10,TimeSeparator:11,CurrencyDecimal:12,CurrencyGroup:13};return e[e.Decimal]="Decimal",e[e.Group]="Group",e[e.List]="List",e[e.PercentSign]="PercentSign",e[e.PlusSign]="PlusSign",e[e.MinusSign]="MinusSign",e[e.Exponential]="Exponential",e[e.SuperscriptingExponent]="SuperscriptingExponent",e[e.PerMille]="PerMille",e[e.Infinity]="Infinity",e[e.NaN]="NaN",e[e.TimeSeparator]="TimeSeparator",e[e.CurrencyDecimal]="CurrencyDecimal",e[e.CurrencyGroup]="CurrencyGroup",e}(),C=function(){var e={Sunday:0,Monday:1,Tuesday:2,Wednesday:3,Thursday:4,Friday:5,Saturday:6};return e[e.Sunday]="Sunday",e[e.Monday]="Monday",e[e.Tuesday]="Tuesday",e[e.Wednesday]="Wednesday",e[e.Thursday]="Thursday",e[e.Friday]="Friday",e[e.Saturday]="Saturday",e}();function O(e){return G(e)[0]}function E(e,t,n){var r=G(e);return B(B([r[1],r[2]],t),n)}function I(e,t,n){var r=G(e);return B(B([r[3],r[4]],t),n)}function S(e,t,n){var r=G(e);return B(B([r[5],r[6]],t),n)}function P(e,t){return B(G(e)[7],t)}function k(e){return G(e)[8]}function T(e){return G(e)[9]}function M(e,t){return B(G(e)[10],t)}function D(e,t){return B(G(e)[11],t)}function N(e,t){return B(G(e)[12],t)}function A(e,t){var n=G(e),r=n[13][t];if("undefined"==typeof r){if(t===x.CurrencyDecimal)return n[13][x.Decimal];if(t===x.CurrencyGroup)return n[13][x.Group]}return r}function R(e,t){return G(e)[14][t]}function F(e){return G(e)[15]||null}function L(e){return G(e)[16]||null}function j(e){return G(e)[17]}function V(e){if(!e[18])throw new Error('Missing extra locale data for the locale "'+e[0]+'". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.')}function z(e){var t=G(e);return V(t),(t[18][2]||[]).map(function(e){return"string"==typeof e?U(e):[U(e[0]),U(e[1])]})}function H(e,t,n){var r=G(e);return V(r),B(B([r[18][0],r[18][1]],t)||[],n)||[]}function B(e,t){for(var n=t;n>-1;n--)if("undefined"!=typeof e[n])return e[n];throw new Error("Locale data API: locale data undefined")}function U(e){var t=e.split(":");return{hours:+t[0],minutes:+t[1]}}function G(e){var t=e.toLowerCase().replace(/_/g,"-"),n=g[t];if(n)return n;var r=t.split("-")[0];if(n=g[r])return n;if("en"===r)return h;throw new Error('Missing locale data for the locale "'+e+'".')}function Z(e,t){var n=f[e]||[],r=n[1];return"narrow"===t&&"string"==typeof r?r:n[0]||e}var W=new r.InjectionToken("UseV4Plurals"),q=function(){};function K(e,t,n,r){var i="="+e;if(t.indexOf(i)>-1)return i;if(i=n.getPluralCategory(e,r),t.indexOf(i)>-1)return i;if(t.indexOf("other")>-1)return"other";throw new Error('No plural message found for value "'+e+'"')}var $=function(e){function t(t,n){var r=e.call(this)||this;return r.locale=t,r.deprecatedPluralFn=n,r}return Object(i.b)(t,e),t.prototype.getPluralCategory=function(e,t){switch(this.deprecatedPluralFn?this.deprecatedPluralFn(t||this.locale,e):j(t||this.locale)(e)){case v.Zero:return"zero";case v.One:return"one";case v.Two:return"two";case v.Few:return"few";case v.Many:return"many";default:return"other"}},t}(q);function Q(e,t){"string"==typeof t&&(t=parseInt(t,10));var n=t,r=n.toString().replace(/^[^.]*\.?/,""),i=Math.floor(Math.abs(n)),o=r.length,a=parseInt(r,10),s=parseInt(n.toString().replace(/^[^.]*\.?|0+$/g,""),10)||0;switch(e.split("-")[0].toLowerCase()){case"af":case"asa":case"az":case"bem":case"bez":case"bg":case"brx":case"ce":case"cgg":case"chr":case"ckb":case"ee":case"el":case"eo":case"es":case"eu":case"fo":case"fur":case"gsw":case"ha":case"haw":case"hu":case"jgo":case"jmc":case"ka":case"kk":case"kkj":case"kl":case"ks":case"ksb":case"ky":case"lb":case"lg":case"mas":case"mgo":case"ml":case"mn":case"nb":case"nd":case"ne":case"nn":case"nnh":case"nyn":case"om":case"or":case"os":case"ps":case"rm":case"rof":case"rwk":case"saq":case"seh":case"sn":case"so":case"sq":case"ta":case"te":case"teo":case"tk":case"tr":case"ug":case"uz":case"vo":case"vun":case"wae":case"xog":return 1===n?v.One:v.Other;case"ak":case"ln":case"mg":case"pa":case"ti":return n===Math.floor(n)&&n>=0&&n<=1?v.One:v.Other;case"am":case"as":case"bn":case"fa":case"gu":case"hi":case"kn":case"mr":case"zu":return 0===i||1===n?v.One:v.Other;case"ar":return 0===n?v.Zero:1===n?v.One:2===n?v.Two:n%100===Math.floor(n%100)&&n%100>=3&&n%100<=10?v.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=99?v.Many:v.Other;case"ast":case"ca":case"de":case"en":case"et":case"fi":case"fy":case"gl":case"it":case"nl":case"sv":case"sw":case"ur":case"yi":return 1===i&&0===o?v.One:v.Other;case"be":return n%10==1&&n%100!=11?v.One:n%10===Math.floor(n%10)&&n%10>=2&&n%10<=4&&!(n%100>=12&&n%100<=14)?v.Few:n%10==0||n%10===Math.floor(n%10)&&n%10>=5&&n%10<=9||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=14?v.Many:v.Other;case"br":return n%10==1&&n%100!=11&&n%100!=71&&n%100!=91?v.One:n%10==2&&n%100!=12&&n%100!=72&&n%100!=92?v.Two:n%10===Math.floor(n%10)&&(n%10>=3&&n%10<=4||n%10==9)&&!(n%100>=10&&n%100<=19||n%100>=70&&n%100<=79||n%100>=90&&n%100<=99)?v.Few:0!==n&&n%1e6==0?v.Many:v.Other;case"bs":case"hr":case"sr":return 0===o&&i%10==1&&i%100!=11||a%10==1&&a%100!=11?v.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)||a%10===Math.floor(a%10)&&a%10>=2&&a%10<=4&&!(a%100>=12&&a%100<=14)?v.Few:v.Other;case"cs":case"sk":return 1===i&&0===o?v.One:i===Math.floor(i)&&i>=2&&i<=4&&0===o?v.Few:0!==o?v.Many:v.Other;case"cy":return 0===n?v.Zero:1===n?v.One:2===n?v.Two:3===n?v.Few:6===n?v.Many:v.Other;case"da":return 1===n||0!==s&&(0===i||1===i)?v.One:v.Other;case"dsb":case"hsb":return 0===o&&i%100==1||a%100==1?v.One:0===o&&i%100==2||a%100==2?v.Two:0===o&&i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4||a%100===Math.floor(a%100)&&a%100>=3&&a%100<=4?v.Few:v.Other;case"ff":case"fr":case"hy":case"kab":return 0===i||1===i?v.One:v.Other;case"fil":return 0===o&&(1===i||2===i||3===i)||0===o&&i%10!=4&&i%10!=6&&i%10!=9||0!==o&&a%10!=4&&a%10!=6&&a%10!=9?v.One:v.Other;case"ga":return 1===n?v.One:2===n?v.Two:n===Math.floor(n)&&n>=3&&n<=6?v.Few:n===Math.floor(n)&&n>=7&&n<=10?v.Many:v.Other;case"gd":return 1===n||11===n?v.One:2===n||12===n?v.Two:n===Math.floor(n)&&(n>=3&&n<=10||n>=13&&n<=19)?v.Few:v.Other;case"gv":return 0===o&&i%10==1?v.One:0===o&&i%10==2?v.Two:0!==o||i%100!=0&&i%100!=20&&i%100!=40&&i%100!=60&&i%100!=80?0!==o?v.Many:v.Other:v.Few;case"he":return 1===i&&0===o?v.One:2===i&&0===o?v.Two:0!==o||n>=0&&n<=10||n%10!=0?v.Other:v.Many;case"is":return 0===s&&i%10==1&&i%100!=11||0!==s?v.One:v.Other;case"ksh":return 0===n?v.Zero:1===n?v.One:v.Other;case"kw":case"naq":case"se":case"smn":return 1===n?v.One:2===n?v.Two:v.Other;case"lag":return 0===n?v.Zero:0!==i&&1!==i||0===n?v.Other:v.One;case"lt":return n%10!=1||n%100>=11&&n%100<=19?n%10===Math.floor(n%10)&&n%10>=2&&n%10<=9&&!(n%100>=11&&n%100<=19)?v.Few:0!==a?v.Many:v.Other:v.One;case"lv":case"prg":return n%10==0||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19||2===o&&a%100===Math.floor(a%100)&&a%100>=11&&a%100<=19?v.Zero:n%10==1&&n%100!=11||2===o&&a%10==1&&a%100!=11||2!==o&&a%10==1?v.One:v.Other;case"mk":return 0===o&&i%10==1||a%10==1?v.One:v.Other;case"mt":return 1===n?v.One:0===n||n%100===Math.floor(n%100)&&n%100>=2&&n%100<=10?v.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19?v.Many:v.Other;case"pl":return 1===i&&0===o?v.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?v.Few:0===o&&1!==i&&i%10===Math.floor(i%10)&&i%10>=0&&i%10<=1||0===o&&i%10===Math.floor(i%10)&&i%10>=5&&i%10<=9||0===o&&i%100===Math.floor(i%100)&&i%100>=12&&i%100<=14?v.Many:v.Other;case"pt":return n===Math.floor(n)&&n>=0&&n<=2&&2!==n?v.One:v.Other;case"ro":return 1===i&&0===o?v.One:0!==o||0===n||1!==n&&n%100===Math.floor(n%100)&&n%100>=1&&n%100<=19?v.Few:v.Other;case"ru":case"uk":return 0===o&&i%10==1&&i%100!=11?v.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?v.Few:0===o&&i%10==0||0===o&&i%10===Math.floor(i%10)&&i%10>=5&&i%10<=9||0===o&&i%100===Math.floor(i%100)&&i%100>=11&&i%100<=14?v.Many:v.Other;case"shi":return 0===i||1===n?v.One:n===Math.floor(n)&&n>=2&&n<=10?v.Few:v.Other;case"si":return 0===n||1===n||0===i&&1===a?v.One:v.Other;case"sl":return 0===o&&i%100==1?v.One:0===o&&i%100==2?v.Two:0===o&&i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4||0!==o?v.Few:v.Other;case"tzm":return n===Math.floor(n)&&n>=0&&n<=1||n===Math.floor(n)&&n>=11&&n<=99?v.One:v.Other;default:return v.Other}}function Y(e,t){t=encodeURIComponent(t);for(var n=0,r=e.split(";");n0||s>-n)&&(s+=n),e===me.Hours&&0===s&&-12===n&&(s=12),_e(s,t,A(a,x.MinusSign),r,i)}}function xe(e,t,n,r){return void 0===n&&(n=b.Format),void 0===r&&(r=!1),function(i,o){return function(e,t,n,r,i,o){switch(n){case ve.Months:return S(t,i,r)[e.getMonth()];case ve.Days:return I(t,i,r)[e.getDay()];case ve.DayPeriods:var a=e.getHours(),s=e.getMinutes();if(o){var l,u=z(t),c=H(t,i,r);if(u.forEach(function(e,t){if(Array.isArray(e)){var n=e[0],r=e[1],i=r.hours;a>=n.hours&&s>=n.minutes&&(a0?Math.floor(i/60):Math.ceil(i/60);switch(e){case ye.Short:return(i>=0?"+":"")+_e(a,2,o)+_e(Math.abs(i%60),2,o);case ye.ShortGMT:return"GMT"+(i>=0?"+":"")+_e(a,1,o);case ye.Long:return"GMT"+(i>=0?"+":"")+_e(a,2,o)+":"+_e(Math.abs(i%60),2,o);case ye.Extended:return 0===r?"Z":(i>=0?"+":"")+_e(a,2,o)+":"+_e(Math.abs(i%60),2,o);default:throw new Error('Unknown zone width "'+e+'"')}}}var Oe=0,Ee=4;function Ie(e,t){return void 0===t&&(t=!1),function(n,r){var i,o,a,s;if(t){var l=new Date(n.getFullYear(),n.getMonth(),1).getDay()-1,u=n.getDate();i=1+Math.floor((u+l)/7)}else{var c=(a=n.getFullYear(),s=new Date(a,Oe,1).getDay(),new Date(a,0,1+(s<=Ee?Ee:Ee+7)-s)),p=(o=n,new Date(o.getFullYear(),o.getMonth(),o.getDate()+(Ee-o.getDay()))).getTime()-c.getTime();i=1+Math.round(p/6048e5)}return _e(i,e,A(r,x.MinusSign))}}var Se={};function Pe(e,t){e=e.replace(/:/g,"");var n=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(n)?t:n}function ke(e,t){return Error("InvalidPipeArgument: '"+t+"' for pipe '"+Object(r["\u0275stringify"])(e)+"'")}var Te=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Me=function(){function e(e){this.locale=e}return e.prototype.transform=function(t,n,r,i){if(void 0===n&&(n="mediumDate"),null==t||""===t||t!=t)return null;var o,a;if("string"==typeof t&&(t=t.trim()),Ne(t))o=t;else if(isNaN(t-parseFloat(t)))if("string"==typeof t&&/^(\d{4}-\d{1,2}-\d{1,2})$/.test(t)){var s=t.split("-").map(function(e){return+e});o=new Date(s[0],s[1]-1,s[2])}else o="string"==typeof t&&(a=t.match(Te))?De(a):new Date(t);else o=new Date(parseFloat(t));if(!Ne(o))throw ke(e,t);return function(e,t,n,r){t=function e(t,n){var r=O(t);if(he[r]=he[r]||{},he[r][n])return he[r][n];var i="";switch(n){case"shortDate":i=M(t,w.Short);break;case"mediumDate":i=M(t,w.Medium);break;case"longDate":i=M(t,w.Long);break;case"fullDate":i=M(t,w.Full);break;case"shortTime":i=D(t,w.Short);break;case"mediumTime":i=D(t,w.Medium);break;case"longTime":i=D(t,w.Long);break;case"fullTime":i=D(t,w.Full);break;case"short":var o=e(t,"shortTime"),a=e(t,"shortDate");i=be(N(t,w.Short),[o,a]);break;case"medium":var s=e(t,"mediumTime"),l=e(t,"mediumDate");i=be(N(t,w.Medium),[s,l]);break;case"long":var u=e(t,"longTime"),c=e(t,"longDate");i=be(N(t,w.Long),[u,c]);break;case"full":var p=e(t,"fullTime"),d=e(t,"fullDate");i=be(N(t,w.Full),[p,d])}return i&&(he[r][n]=i),i}(n,t)||t;for(var i,o=[];t;){if(!(i=ge.exec(t))){o.push(t);break}var a=(o=o.concat(i.slice(1))).pop();if(!a)break;t=a}var s=e.getTimezoneOffset();r&&(s=Pe(r,s),e=function(e,t,n){var r=e.getTimezoneOffset();return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,-1*(Pe(t,r)-r))}(e,r));var l="";return o.forEach(function(t){var r=function(e){if(Se[e])return Se[e];var t;switch(e){case"G":case"GG":case"GGG":t=xe(ve.Eras,_.Abbreviated);break;case"GGGG":t=xe(ve.Eras,_.Wide);break;case"GGGGG":t=xe(ve.Eras,_.Narrow);break;case"y":t=we(me.FullYear,1,0,!1,!0);break;case"yy":t=we(me.FullYear,2,0,!0,!0);break;case"yyy":t=we(me.FullYear,3,0,!1,!0);break;case"yyyy":t=we(me.FullYear,4,0,!1,!0);break;case"M":case"L":t=we(me.Month,1,1);break;case"MM":case"LL":t=we(me.Month,2,1);break;case"MMM":t=xe(ve.Months,_.Abbreviated);break;case"MMMM":t=xe(ve.Months,_.Wide);break;case"MMMMM":t=xe(ve.Months,_.Narrow);break;case"LLL":t=xe(ve.Months,_.Abbreviated,b.Standalone);break;case"LLLL":t=xe(ve.Months,_.Wide,b.Standalone);break;case"LLLLL":t=xe(ve.Months,_.Narrow,b.Standalone);break;case"w":t=Ie(1);break;case"ww":t=Ie(2);break;case"W":t=Ie(1,!0);break;case"d":t=we(me.Date,1);break;case"dd":t=we(me.Date,2);break;case"E":case"EE":case"EEE":t=xe(ve.Days,_.Abbreviated);break;case"EEEE":t=xe(ve.Days,_.Wide);break;case"EEEEE":t=xe(ve.Days,_.Narrow);break;case"EEEEEE":t=xe(ve.Days,_.Short);break;case"a":case"aa":case"aaa":t=xe(ve.DayPeriods,_.Abbreviated);break;case"aaaa":t=xe(ve.DayPeriods,_.Wide);break;case"aaaaa":t=xe(ve.DayPeriods,_.Narrow);break;case"b":case"bb":case"bbb":t=xe(ve.DayPeriods,_.Abbreviated,b.Standalone,!0);break;case"bbbb":t=xe(ve.DayPeriods,_.Wide,b.Standalone,!0);break;case"bbbbb":t=xe(ve.DayPeriods,_.Narrow,b.Standalone,!0);break;case"B":case"BB":case"BBB":t=xe(ve.DayPeriods,_.Abbreviated,b.Format,!0);break;case"BBBB":t=xe(ve.DayPeriods,_.Wide,b.Format,!0);break;case"BBBBB":t=xe(ve.DayPeriods,_.Narrow,b.Format,!0);break;case"h":t=we(me.Hours,1,-12);break;case"hh":t=we(me.Hours,2,-12);break;case"H":t=we(me.Hours,1);break;case"HH":t=we(me.Hours,2);break;case"m":t=we(me.Minutes,1);break;case"mm":t=we(me.Minutes,2);break;case"s":t=we(me.Seconds,1);break;case"ss":t=we(me.Seconds,2);break;case"S":t=we(me.Milliseconds,1);break;case"SS":t=we(me.Milliseconds,2);break;case"SSS":t=we(me.Milliseconds,3);break;case"Z":case"ZZ":case"ZZZ":t=Ce(ye.Short);break;case"ZZZZZ":t=Ce(ye.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=Ce(ye.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=Ce(ye.Long);break;default:return null}return Se[e]=t,t}(t);l+=r?r(e,n,s):"''"===t?"'":t.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),l}(o,n,i||this.locale,r)},e}();function De(e){var t=new Date(0),n=0,r=0,i=e[8]?t.setUTCHours:t.setHours;e[9]&&(n=+(e[9]+e[10]),r=+(e[9]+e[11])),(e[8]?t.setUTCFullYear:t.setFullYear).call(t,+e[1],+e[2]-1,+e[3]);var o=+(e[4]||"0")-n,a=+(e[5]||"0")-r,s=+(e[6]||"0"),l=Math.round(1e3*parseFloat("0."+(e[7]||0)));return i.call(t,o,a,s,l),t}function Ne(e){return e instanceof Date&&!isNaN(e.valueOf())}var Ae=function(){function e(){}return e.format=function(e,t,n,r){void 0===r&&(r={});var i=r.currency,o=r.currencyAsSymbol,a=void 0!==o&&o,s={minimumIntegerDigits:r.minimumIntegerDigits,minimumFractionDigits:r.minimumFractionDigits,maximumFractionDigits:r.maximumFractionDigits,style:m[n].toLowerCase()};return n==m.Currency&&(s.currency="string"==typeof i?i:void 0,s.currencyDisplay=a?"symbol":"code"),new Intl.NumberFormat(t,s).format(e)},e}(),Re=/((?:[^yMLdHhmsazZEwGjJ']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|L+|d+|H+|h+|J+|j+|m+|s+|a|z|Z|G+|w+))(.*)/,Fe={yMMMdjms:We(Ze([Ue("year",1),Ge("month",3),Ue("day",1),Ue("hour",1),Ue("minute",1),Ue("second",1)])),yMdjm:We(Ze([Ue("year",1),Ue("month",1),Ue("day",1),Ue("hour",1),Ue("minute",1)])),yMMMMEEEEd:We(Ze([Ue("year",1),Ge("month",4),Ge("weekday",4),Ue("day",1)])),yMMMMd:We(Ze([Ue("year",1),Ge("month",4),Ue("day",1)])),yMMMd:We(Ze([Ue("year",1),Ge("month",3),Ue("day",1)])),yMd:We(Ze([Ue("year",1),Ue("month",1),Ue("day",1)])),jms:We(Ze([Ue("hour",1),Ue("second",1),Ue("minute",1)])),jm:We(Ze([Ue("hour",1),Ue("minute",1)]))},Le={yyyy:We(Ue("year",4)),yy:We(Ue("year",2)),y:We(Ue("year",1)),MMMM:We(Ge("month",4)),MMM:We(Ge("month",3)),MM:We(Ue("month",2)),M:We(Ue("month",1)),LLLL:We(Ge("month",4)),L:We(Ge("month",1)),dd:We(Ue("day",2)),d:We(Ue("day",1)),HH:je(Ve(We(Be(Ue("hour",2),!1)))),H:Ve(We(Be(Ue("hour",1),!1))),hh:je(Ve(We(Be(Ue("hour",2),!0)))),h:Ve(We(Be(Ue("hour",1),!0))),jj:We(Ue("hour",2)),j:We(Ue("hour",1)),mm:je(We(Ue("minute",2))),m:We(Ue("minute",1)),ss:je(We(Ue("second",2))),s:We(Ue("second",1)),sss:We(Ue("second",3)),EEEE:We(Ge("weekday",4)),EEE:We(Ge("weekday",3)),EE:We(Ge("weekday",2)),E:We(Ge("weekday",1)),a:function(e){return function(t,n){return e(t,n).split(" ")[1]}}(We(Be(Ue("hour",1),!0))),Z:He("short"),z:He("long"),ww:We({}),w:We({}),G:We(Ge("era",1)),GG:We(Ge("era",2)),GGG:We(Ge("era",3)),GGGG:We(Ge("era",4))};function je(e){return function(t,n){var r=e(t,n);return 1==r.length?"0"+r:r}}function Ve(e){return function(t,n){return e(t,n).split(" ")[0]}}function ze(e,t,n){return new Intl.DateTimeFormat(t,n).format(e).replace(/[\u200e\u200f]/g,"")}function He(e){var t={hour:"2-digit",hour12:!1,timeZoneName:e};return function(e,n){var r=ze(e,n,t);return r?r.substring(3):""}}function Be(e,t){return e.hour12=t,e}function Ue(e,t){return function(){var n={};return n[e]=2===t?"2-digit":"numeric",n}()}function Ge(e,t){var n={};return n[e]=t<4?t>1?"short":"narrow":"long",n}function Ze(e){return e.reduce(function(e,t){return Object(i.a)({},e,t)},{})}function We(e){return function(t,n){return ze(t,n,e)}}var qe=new Map,Ke=function(){function e(){}return e.format=function(e,t,n){return function(e,t,n){var r=Fe[e];if(r)return r(t,n);var i=e,o=qe.get(i);if(!o){o=[];var a=void 0;Re.exec(e);for(var s=e;s;)(a=Re.exec(s))?s=(o=o.concat(a.slice(1))).pop():(o.push(s),s=null);qe.set(i,o)}return o.reduce(function(e,r){var i=Le[r];return e+(i?i(t,n):function(e){return"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")}(r))},"")}(n,e,t)},e}(),$e=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n){if(void 0===n&&(n="mediumDate"),null==t||""===t||t!=t)return null;var r;if("string"==typeof t&&(t=t.trim()),Qe(t))r=t;else if(isNaN(t-parseFloat(t)))if("string"==typeof t&&/^(\d{4}-\d{1,2}-\d{1,2})$/.test(t)){var i=t.split("-").map(function(e){return parseInt(e,10)});r=new Date(i[0],i[1]-1,i[2])}else r=new Date(t);else r=new Date(parseFloat(t));if(!Qe(r)){var o=void 0;if("string"!=typeof t||!(o=t.match(Te)))throw ke(e,t);r=De(o)}return Ke.format(r,this._locale,e._ALIASES[n]||n)},e._ALIASES={medium:"yMMMdjms",short:"yMdjm",fullDate:"yMMMMEEEEd",longDate:"yMMMMd",mediumDate:"yMMMd",shortDate:"yMd",mediumTime:"jms",shortTime:"jm"},e}();function Qe(e){return e instanceof Date&&!isNaN(e.valueOf())}var Ye=/^(\d+)?\.((\d+)(-(\d+))?)?$/,Je=22,Xe=".",et="0",tt=";",nt=",",rt="#",it="\xa4",ot="%";function at(e,t,n,r,i){void 0===i&&(i=null);var o,a={str:null},s=R(t,n);if("string"!=typeof e||isNaN(+e-parseFloat(e))){if("number"!=typeof e)return a.error=e+" is not a number",a;o=e}else o=+e;var l=function(e,t){void 0===t&&(t="-");var n={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},r=e.split(tt),i=r[0],o=r[1],a=-1!==i.indexOf(Xe)?i.split(Xe):[i.substring(0,i.lastIndexOf(et)+1),i.substring(i.lastIndexOf(et)+1)],s=a[0],l=a[1]||"";n.posPre=s.substr(0,s.indexOf(rt));for(var u=0;u-1&&(a=a.replace(Xe,"")),(r=a.search(/e/i))>0?(n<0&&(n=r),n+=+a.slice(r+1),a=a.substring(0,r)):n<0&&(n=a.length),r=0;a.charAt(r)===et;r++);if(r===(o=a.length))t=[0],n=1;else{for(o--;a.charAt(o)===et;)o--;for(n-=r,t=[],i=0;r<=o;r++,i++)t[i]=+a.charAt(r)}return n>Je&&(t=t.splice(0,Je-1),s=n-1,n=1),{digits:t,exponent:s,integerLen:n}}(o);n===m.Percent&&(p=function(e){if(0===e.digits[0])return e;var t=e.digits.length-e.integerLen;return e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2),e}(p));var d=l.minInt,f=l.minFrac,h=l.maxFrac;if(r){var g=r.match(Ye);if(null===g)return a.error=r+" is not a valid digit info",a;var y=g[1],v=g[3],b=g[5];null!=y&&(d=st(y)),null!=v&&(f=st(v)),null!=b?h=st(b):null!=v&&f>h&&(h=f)}!function(e,t,n){if(t>n)throw new Error("The minimum number of digits after fraction ("+t+") is higher than the maximum ("+n+").");var r=e.digits,i=r.length-e.integerLen,o=Math.min(Math.max(t,i),n),a=o+e.integerLen,s=r[a];if(a>0){r.splice(Math.max(e.integerLen,a));for(var l=a;l=5)if(a-1<0){for(var c=0;c>a;c--)r.unshift(0),e.integerLen++;r.unshift(1),e.integerLen++}else r[a-1]++;for(;i=d?r.pop():p=!1),t>=10?1:0},0);f&&(r.unshift(f),e.integerLen++)}(p,f,h);var _=p.digits,w=p.integerLen,C=p.exponent,O=[];for(c=_.every(function(e){return!e});w0?O=_.splice(w,_.length):(O=_,_=[0]);var E=[];for(_.length>=l.lgSize&&E.unshift(_.splice(-l.lgSize,_.length).join(""));_.length>l.gSize;)E.unshift(_.splice(-l.gSize,_.length).join(""));_.length&&E.unshift(_.join("")),u=E.join(A(t,i?x.CurrencyGroup:x.Group)),O.length&&(u+=A(t,i?x.CurrencyDecimal:x.Decimal)+O.join("")),C&&(u+=A(t,x.Exponential)+"+"+C)}else u=A(t,x.Infinity);return u=o<0&&!c?l.negPre+u+l.negSuf:l.posPre+u+l.posSuf,n===m.Currency&&null!==i?(a.str=u.replace(it,i).replace(it,""),a):n===m.Percent?(a.str=u.replace(new RegExp(ot,"g"),A(t,x.PercentSign)),a):(a.str=u,a)}function st(e){var t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}function lt(e,t,n,r,i,o,a){if(void 0===o&&(o=null),void 0===a&&(a=!1),null==n)return null;if("number"!=typeof(n="string"!=typeof n||isNaN(+n-parseFloat(n))?n:+n))throw ke(e,n);var s,l,u;if(r!==m.Currency&&(s=1,l=0,u=3),i){var c=i.match(Ye);if(null===c)throw new Error(i+" is not a valid digit info for number pipes");null!=c[1]&&(s=st(c[1])),null!=c[3]&&(l=st(c[3])),null!=c[5]&&(u=st(c[5]))}return Ae.format(n,t,r,{minimumIntegerDigits:s,minimumFractionDigits:l,maximumFractionDigits:u,currency:o,currencyAsSymbol:a})}var ut=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n){return lt(e,this._locale,t,m.Decimal,n)},e}(),ct=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n){return lt(e,this._locale,t,m.Percent,n)},e}(),pt=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n,r,i){return void 0===n&&(n="USD"),void 0===r&&(r=!1),lt(e,this._locale,t,m.Currency,i,n,r)},e}(),dt=[ut,ct,pt,$e],ft=function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.subscribe({next:t,error:function(e){throw e}})},e.prototype.dispose=function(e){e.unsubscribe()},e.prototype.onDestroy=function(e){e.unsubscribe()},e}(),ht=new(function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.then(t,function(e){throw e})},e.prototype.dispose=function(e){},e.prototype.onDestroy=function(e){},e}()),gt=new ft,yt=function(){function e(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}return e.prototype.ngOnDestroy=function(){this._subscription&&this._dispose()},e.prototype.transform=function(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):this._latestValue===this._latestReturnedValue?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,r.WrappedValue.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)},e.prototype._subscribe=function(e){var t=this;this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,function(n){return t._updateLatestValue(e,n)})},e.prototype._selectStrategy=function(t){if(Object(r["\u0275isPromise"])(t))return ht;if(Object(r["\u0275isObservable"])(t))return gt;throw ke(e,t)},e.prototype._dispose=function(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null},e.prototype._updateLatestValue=function(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())},e}(),mt=function(){function e(){}return e.prototype.transform=function(t){if(!t)return t;if("string"!=typeof t)throw ke(e,t);return t.toLowerCase()},e}(),vt=function(){function e(){}return e.prototype.transform=function(t){if(!t)return t;if("string"!=typeof t)throw ke(e,t);return t.split(/\b/g).map(function(e){return function(e){return e?e[0].toUpperCase()+e.substr(1).toLowerCase():e}(e)}).join("")},e}(),bt=function(){function e(){}return e.prototype.transform=function(t){if(!t)return t;if("string"!=typeof t)throw ke(e,t);return t.toUpperCase()},e}(),_t=/#/g,wt=function(){function e(e){this._localization=e}return e.prototype.transform=function(t,n,r){if(null==t)return"";if("object"!=typeof n||null===n)throw ke(e,n);return n[K(t,Object.keys(n),this._localization,r)].replace(_t,t.toString())},e}(),xt=function(){function e(){}return e.prototype.transform=function(t,n){if(null==t)return"";if("object"!=typeof n||"string"!=typeof t)throw ke(e,n);return n.hasOwnProperty(t)?n[t]:n.hasOwnProperty("other")?n.other:""},e}(),Ct=function(){function e(){}return e.prototype.transform=function(e){return JSON.stringify(e,null,2)},e}(),Ot=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n,r){if(St(t))return null;var i=at(t,r=r||this._locale,m.Decimal,n),o=i.str,a=i.error;if(a)throw ke(e,a);return o},e}(),Et=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n,r){if(St(t))return null;var i=at(t,r=r||this._locale,m.Percent,n),o=i.str,a=i.error;if(a)throw ke(e,a);return o},e}(),It=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n,r,i,o){if(void 0===r&&(r="symbol"),St(t))return null;o=o||this._locale,"boolean"==typeof r&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),r=r?"symbol":"code");var a=n||"USD";"code"!==r&&(a=Z(a,"symbol"===r?"wide":"narrow"));var s=at(t,o,m.Currency,i,a),l=s.str,u=s.error;if(u)throw ke(e,u);return l},e}();function St(e){return null==e||""===e||e!=e}var Pt=function(){function e(){}return e.prototype.transform=function(t,n,r){if(null==t)return t;if(!this.supports(t))throw ke(e,t);return t.slice(n,r)},e.prototype.supports=function(e){return"string"==typeof e||Array.isArray(e)},e}(),kt=[yt,bt,mt,Ct,Pt,Ot,Et,vt,It,Me,wt,xt],Tt=function(){},Mt=function(){},Dt=new r.InjectionToken("DocumentToken"),Nt="browser",At="server",Rt="browserWorkerApp",Ft="browserWorkerUi";function Lt(e){return e===Nt}function jt(e){return e===At}function Vt(e){return e===Rt}function zt(e){return e===Ft}var Ht=new r.Version("5.2.11")},YaPU:function(e,t,n){"use strict";var r=n("AMGY"),i=n("OVmG"),o=n("tLDX"),a=n("t7NR"),s=n("+CnV");n.d(t,"a",function(){return l});var l=function(){function e(e){this._isScalar=!1,e&&(this._subscribe=e)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(e,t,n){var r=this.operator,s=function(e,t,n){if(e){if(e instanceof i.a)return e;if(e[o.a])return e[o.a]()}return e||t||n?new i.a(e,t,n):new i.a(a.a)}(e,t,n);if(r?r.call(s,this.source):s.add(this.source||!s.syncErrorThrowable?this._subscribe(s):this._trySubscribe(s)),s.syncErrorThrowable&&(s.syncErrorThrowable=!1,s.syncErrorThrown))throw s.syncErrorValue;return s},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.syncErrorThrown=!0,e.syncErrorValue=t,e.error(t)}},e.prototype.forEach=function(e,t){var n=this;if(t||(r.a.Rx&&r.a.Rx.config&&r.a.Rx.config.Promise?t=r.a.Rx.config.Promise:r.a.Promise&&(t=r.a.Promise)),!t)throw new Error("no Promise impl found");return new t(function(t,r){var i;i=n.subscribe(function(t){if(i)try{e(t)}catch(e){r(e),i.unsubscribe()}else e(t)},r,t)})},e.prototype._subscribe=function(e){return this.source.subscribe(e)},e.prototype[s.a]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t .active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .navbar-default[_ngcontent-%COMP%] .navbar-nav[_ngcontent-%COMP%] > .active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:focus, .navbar-default[_ngcontent-%COMP%] .navbar-nav[_ngcontent-%COMP%] > .active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{background:#000;font-weight:700;color:#fff}.navbar-default[_ngcontent-%COMP%] .navbar-nav[_ngcontent-%COMP%] > li[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#d8d8d8}.navbar-default[_ngcontent-%COMP%] .navbar-brand[_ngcontent-%COMP%]{font-weight:700;color:#fff;font-size:18pt}"]],data:{}});function l(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,40,"nav",[["class","navbar navbar-default"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](3,0,null,null,35,"div",[["class","container"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n\n "])),(e()(),r["\u0275eld"](5,0,null,null,5,"div",[["class","navbar-header"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](8,0,null,null,1,"a",[["class","navbar-brand"],["href","#"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Safe Eyes"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n\n "])),(e()(),r["\u0275eld"](12,0,null,null,25,"div",[["class","collapse navbar-collapse"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](14,0,null,null,22,"ul",[["class","nav navbar-nav"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](17,0,null,null,2,"li",[["class","active pull-left"]],null,null,null,null,null)),(e()(),r["\u0275eld"](18,0,null,null,1,"a",[["href","#"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Home"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](21,0,null,null,2,"li",[],null,null,null,null,null)),(e()(),r["\u0275eld"](22,0,null,null,1,"a",[["href","#installation"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Installation"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](25,0,null,null,2,"li",[],null,null,null,null,null)),(e()(),r["\u0275eld"](26,0,null,null,1,"a",[["href","#features"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Features"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](29,0,null,null,2,"li",[],null,null,null,null,null)),(e()(),r["\u0275eld"](30,0,null,null,1,"a",[["href","#contribute"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Contribute"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](33,0,null,null,2,"li",[["class","social pull-right"]],null,null,null,null,null)),(e()(),r["\u0275eld"](34,0,null,null,1,"a",[["href","https://github.com/slgobinath/SafeEyes/"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Source"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n"])),(e()(),r["\u0275ted"](-1,null,["\n"]))],null,null)}var u=function(){function e(){}return e.prototype.ngOnInit=function(){},e}(),c=r["\u0275crt"]({encapsulation:0,styles:[["h1[_ngcontent-%COMP%]{font-family:Roboto;font-size:36pt}p[_ngcontent-%COMP%]{font-size:18pt;margin-top:30px;text-align:justify;font-family:Raleway,Arial,sans-serif}.row[_ngcontent-%COMP%]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.row[_ngcontent-%COMP%] > [class*=col-][_ngcontent-%COMP%]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:center;align-self:center}.row[_ngcontent-%COMP%] > [class*=col-][_ngcontent-%COMP%] img[_ngcontent-%COMP%]{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}"]],data:{}});function p(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,19,"div",[["class","d-flex justify-content-between"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](2,0,null,null,16,"div",[["class","p-1"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](4,0,null,null,13,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](6,0,null,null,1,"div",[["class","col-sm-2"]],null,null,null,null,null)),(e()(),r["\u0275eld"](7,0,null,null,0,"img",[["src","assets/images/safeeyes.png"],["width","128"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](9,0,null,null,7,"div",[["class","col-sm-8"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](11,0,null,null,1,"h1",[["id","title"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n Safe Eyes\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](14,0,null,null,1,"p",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Safe Eyes is a Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI)."])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n"]))],null,null)}var d=n("1PhI"),f=n("Xjw4"),h=n("OE0E"),g=r["\u0275crt"]({encapsulation:0,styles:["[_nghost-%COMP%] { display: inline-block; } [_nghost-%COMP%] > *[_ngcontent-%COMP%] { float: left; } [_nghost-%COMP%] * { box-sizing: border-box; } [_nghost-%COMP%] .ngx-gallery-icon { color: white; font-size: 25px; position: absolute; z-index: 2000; display: inline-block; } [_nghost-%COMP%] .ngx-gallery-icon .ngx-gallery-icon-content { display: block; } [_nghost-%COMP%] .ngx-gallery-clickable { cursor: pointer; } [_nghost-%COMP%] .ngx-gallery-icons-wrapper .ngx-gallery-icon { position: relative; margin-right: 5px; margin-top: 5px; font-size: 20px; cursor: pointer; } [_nghost-%COMP%] .ngx-gallery-icons-wrapper { float: right; } [_nghost-%COMP%] .ngx-gallery-layout[_ngcontent-%COMP%] { width: 100%; height: 100%; display: flex; flex-direction: column; } [_nghost-%COMP%] .ngx-gallery-layout.thumbnails-top[_ngcontent-%COMP%] ngx-gallery-image[_ngcontent-%COMP%] { order: 2; } [_nghost-%COMP%] .ngx-gallery-layout.thumbnails-top[_ngcontent-%COMP%] ngx-gallery-thumbnails[_ngcontent-%COMP%] { order: 1; } [_nghost-%COMP%] .ngx-gallery-layout.thumbnails-bottom[_ngcontent-%COMP%] ngx-gallery-image[_ngcontent-%COMP%] { order: 1; } [_nghost-%COMP%] .ngx-gallery-layout.thumbnails-bottom[_ngcontent-%COMP%] ngx-gallery-thumbnails[_ngcontent-%COMP%] { order: 2; }"],data:{}});function y(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"ngx-gallery-image",[],[[4,"height",null]],[[null,"onClick"],[null,"onActiveChange"],[null,"mouseenter"],[null,"mouseleave"]],function(e,t,n){var i=!0,o=e.component;return"mouseenter"===t&&(i=!1!==r["\u0275nov"](e,1).onMouseEnter()&&i),"mouseleave"===t&&(i=!1!==r["\u0275nov"](e,1).onMouseLeave()&&i),"onClick"===t&&(i=!1!==o.openPreview(n)&&i),"onActiveChange"===t&&(i=!1!==o.selectFromImage(n)&&i),i},I,w)),r["\u0275did"](1,638976,[[2,4]],0,d.NgxGalleryImageComponent,[h.DomSanitizer,r.ElementRef,d.NgxGalleryHelperService],{images:[0,"images"],clickable:[1,"clickable"],selectedIndex:[2,"selectedIndex"],arrows:[3,"arrows"],arrowsAutoHide:[4,"arrowsAutoHide"],swipe:[5,"swipe"],animation:[6,"animation"],size:[7,"size"],arrowPrevIcon:[8,"arrowPrevIcon"],arrowNextIcon:[9,"arrowNextIcon"],autoPlay:[10,"autoPlay"],autoPlayInterval:[11,"autoPlayInterval"],autoPlayPauseOnHover:[12,"autoPlayPauseOnHover"],infinityMove:[13,"infinityMove"],lazyLoading:[14,"lazyLoading"],actions:[15,"actions"],descriptions:[16,"descriptions"],showDescription:[17,"showDescription"]},{onClick:"onClick",onActiveChange:"onActiveChange"})],function(e,t){var n=t.component;e(t,1,1,[n.mediumImages,null==n.currentOptions?null:n.currentOptions.preview,n.selectedIndex,null==n.currentOptions?null:n.currentOptions.imageArrows,null==n.currentOptions?null:n.currentOptions.imageArrowsAutoHide,null==n.currentOptions?null:n.currentOptions.imageSwipe,null==n.currentOptions?null:n.currentOptions.imageAnimation,null==n.currentOptions?null:n.currentOptions.imageSize,null==n.currentOptions?null:n.currentOptions.arrowPrevIcon,null==n.currentOptions?null:n.currentOptions.arrowNextIcon,null==n.currentOptions?null:n.currentOptions.imageAutoPlay,null==n.currentOptions?null:n.currentOptions.imageAutoPlayInterval,null==n.currentOptions?null:n.currentOptions.imageAutoPlayPauseOnHover,null==n.currentOptions?null:n.currentOptions.imageInfinityMove,null==n.currentOptions?null:n.currentOptions.lazyLoading,null==n.currentOptions?null:n.currentOptions.imageActions,n.descriptions,null==n.currentOptions?null:n.currentOptions.imageDescription])},function(e,t){e(t,0,0,t.component.getImageHeight())})}function m(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"ngx-gallery-thumbnails",[],[[4,"marginTop",null],[4,"marginBottom",null],[4,"height",null]],[[null,"onActiveChange"],[null,"mouseenter"],[null,"mouseleave"]],function(e,t,n){var i=!0,o=e.component;return"mouseenter"===t&&(i=!1!==r["\u0275nov"](e,1).onMouseEnter()&&i),"mouseleave"===t&&(i=!1!==r["\u0275nov"](e,1).onMouseLeave()&&i),"onActiveChange"===t&&(i=!1!==o.selectFromThumbnails(n)&&i),i},D,S)),r["\u0275did"](1,573440,[[3,4]],0,d.NgxGalleryThumbnailsComponent,[h.DomSanitizer,r.ElementRef,d.NgxGalleryHelperService],{images:[0,"images"],links:[1,"links"],linkTarget:[2,"linkTarget"],columns:[3,"columns"],rows:[4,"rows"],arrows:[5,"arrows"],arrowsAutoHide:[6,"arrowsAutoHide"],margin:[7,"margin"],selectedIndex:[8,"selectedIndex"],clickable:[9,"clickable"],swipe:[10,"swipe"],size:[11,"size"],arrowPrevIcon:[12,"arrowPrevIcon"],arrowNextIcon:[13,"arrowNextIcon"],moveSize:[14,"moveSize"],order:[15,"order"],remainingCount:[16,"remainingCount"],lazyLoading:[17,"lazyLoading"],actions:[18,"actions"]},{onActiveChange:"onActiveChange"})],function(e,t){var n=t.component;e(t,1,1,[n.smallImages,null!=n.currentOptions&&n.currentOptions.thumbnailsAsLinks?n.links:r["\u0275EMPTY_ARRAY"],null==n.currentOptions?null:n.currentOptions.linkTarget,null==n.currentOptions?null:n.currentOptions.thumbnailsColumns,null==n.currentOptions?null:n.currentOptions.thumbnailsRows,null==n.currentOptions?null:n.currentOptions.thumbnailsArrows,null==n.currentOptions?null:n.currentOptions.thumbnailsArrowsAutoHide,null==n.currentOptions?null:n.currentOptions.thumbnailMargin,n.selectedIndex,(null==n.currentOptions?null:n.currentOptions.image)||(null==n.currentOptions?null:n.currentOptions.preview),null==n.currentOptions?null:n.currentOptions.thumbnailsSwipe,null==n.currentOptions?null:n.currentOptions.thumbnailSize,null==n.currentOptions?null:n.currentOptions.arrowPrevIcon,null==n.currentOptions?null:n.currentOptions.arrowNextIcon,null==n.currentOptions?null:n.currentOptions.thumbnailsMoveSize,null==n.currentOptions?null:n.currentOptions.thumbnailsOrder,null==n.currentOptions?null:n.currentOptions.thumbnailsRemainingCount,null==n.currentOptions?null:n.currentOptions.lazyLoading,null==n.currentOptions?null:n.currentOptions.thumbnailActions])},function(e,t){var n=t.component;e(t,0,0,n.getThumbnailsMarginTop(),n.getThumbnailsMarginBottom(),n.getThumbnailsHeight())})}function v(e){return r["\u0275vid"](0,[r["\u0275qud"](402653184,1,{preview:0}),r["\u0275qud"](671088640,2,{image:0}),r["\u0275qud"](671088640,3,{thubmnails:0}),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](4,0,null,null,10,"div",[],[[8,"className",0]],null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275and"](16777216,null,null,1,null,y)),r["\u0275did"](7,16384,null,0,f.NgIf,[r.ViewContainerRef,r.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),r["\u0275ted"](-1,null,["\n\n "])),(e()(),r["\u0275and"](16777216,null,null,1,null,m)),r["\u0275did"](10,16384,null,0,f.NgIf,[r.ViewContainerRef,r.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),r["\u0275ted"](-1,null,["\n\n "])),(e()(),r["\u0275eld"](12,0,null,null,1,"ngx-gallery-preview",[],[[2,"ngx-gallery-active",null]],[[null,"onClose"],[null,"onOpen"],[null,"onActiveChange"],["window","keydown"]],function(e,t,n){var i=!0,o=e.component;return"window:keydown"===t&&(i=!1!==r["\u0275nov"](e,13).onKeyDown(n)&&i),"onClose"===t&&(i=!1!==o.onPreviewClose()&&i),"onOpen"===t&&(i=!1!==o.onPreviewOpen()&&i),"onActiveChange"===t&&(i=!1!==o.previewSelect(n)&&i),i},B,N)),r["\u0275did"](13,573440,[[1,4]],0,d.NgxGalleryPreviewComponent,[h.DomSanitizer,r.ElementRef,d.NgxGalleryHelperService],{images:[0,"images"],descriptions:[1,"descriptions"],showDescription:[2,"showDescription"],swipe:[3,"swipe"],fullscreen:[4,"fullscreen"],forceFullscreen:[5,"forceFullscreen"],closeOnClick:[6,"closeOnClick"],closeOnEsc:[7,"closeOnEsc"],keyboardNavigation:[8,"keyboardNavigation"],arrowPrevIcon:[9,"arrowPrevIcon"],arrowNextIcon:[10,"arrowNextIcon"],closeIcon:[11,"closeIcon"],fullscreenIcon:[12,"fullscreenIcon"],spinnerIcon:[13,"spinnerIcon"],autoPlay:[14,"autoPlay"],autoPlayInterval:[15,"autoPlayInterval"],autoPlayPauseOnHover:[16,"autoPlayPauseOnHover"],infinityMove:[17,"infinityMove"],zoom:[18,"zoom"],zoomStep:[19,"zoomStep"],zoomMax:[20,"zoomMax"],zoomMin:[21,"zoomMin"],zoomInIcon:[22,"zoomInIcon"],zoomOutIcon:[23,"zoomOutIcon"],animation:[24,"animation"],actions:[25,"actions"],rotate:[26,"rotate"],rotateLeftIcon:[27,"rotateLeftIcon"],rotateRightIcon:[28,"rotateRightIcon"]},{onOpen:"onOpen",onClose:"onClose",onActiveChange:"onActiveChange"}),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "]))],function(e,t){var n=t.component;e(t,7,0,null==n.currentOptions?null:n.currentOptions.image),e(t,10,0,null==n.currentOptions?null:n.currentOptions.thumbnails),e(t,13,1,[n.bigImages,n.descriptions,null==n.currentOptions?null:n.currentOptions.previewDescription,null==n.currentOptions?null:n.currentOptions.previewSwipe,null==n.currentOptions?null:n.currentOptions.previewFullscreen,null==n.currentOptions?null:n.currentOptions.previewForceFullscreen,null==n.currentOptions?null:n.currentOptions.previewCloseOnClick,null==n.currentOptions?null:n.currentOptions.previewCloseOnEsc,null==n.currentOptions?null:n.currentOptions.previewKeyboardNavigation,null==n.currentOptions?null:n.currentOptions.arrowPrevIcon,null==n.currentOptions?null:n.currentOptions.arrowNextIcon,null==n.currentOptions?null:n.currentOptions.closeIcon,null==n.currentOptions?null:n.currentOptions.fullscreenIcon,null==n.currentOptions?null:n.currentOptions.spinnerIcon,null==n.currentOptions?null:n.currentOptions.previewAutoPlay,null==n.currentOptions?null:n.currentOptions.previewAutoPlayInterval,null==n.currentOptions?null:n.currentOptions.previewAutoPlayPauseOnHover,null==n.currentOptions?null:n.currentOptions.previewInfinityMove,null==n.currentOptions?null:n.currentOptions.previewZoom,null==n.currentOptions?null:n.currentOptions.previewZoomStep,null==n.currentOptions?null:n.currentOptions.previewZoomMax,null==n.currentOptions?null:n.currentOptions.previewZoomMin,null==n.currentOptions?null:n.currentOptions.zoomInIcon,null==n.currentOptions?null:n.currentOptions.zoomOutIcon,null==n.currentOptions?null:n.currentOptions.previewAnimation,null==n.currentOptions?null:n.currentOptions.actions,null==n.currentOptions?null:n.currentOptions.previewRotate,null==n.currentOptions?null:n.currentOptions.rotateLeftIcon,null==n.currentOptions?null:n.currentOptions.rotateRightIcon])},function(e,t){var n=t.component;e(t,4,0,r["\u0275inlineInterpolate"](1,"ngx-gallery-layout ",null==n.currentOptions?null:n.currentOptions.layout,"")),e(t,12,0,n.previewEnabled)})}var b=r["\u0275crt"]({encapsulation:2,styles:[],data:{}});function _(e){return r["\u0275vid"](2,[(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](1,0,null,null,3,"div",[["aria-hidden","true"],["class","ngx-gallery-icon"]],[[2,"ngx-gallery-icon-disabled",null],[8,"title",0]],[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==e.component.handleClick(n)&&r),r},null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](3,0,null,null,0,"i",[],[[8,"className",0]],null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "]))],null,function(e,t){var n=t.component;e(t,1,0,n.disabled,r["\u0275inlineInterpolate"](1,"",n.titleText,"")),e(t,3,0,r["\u0275inlineInterpolate"](1,"ngx-gallery-icon-content ",n.icon,""))})}var w=r["\u0275crt"]({encapsulation:0,styles:["[_nghost-%COMP%] { width: 100%; display: inline-block; position: relative; } .ngx-gallery-image-wrapper[_ngcontent-%COMP%] { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; overflow: hidden; } .ngx-gallery-image[_ngcontent-%COMP%] { background-position: center; background-repeat: no-repeat; height: 100%; width: 100%; position: absolute; top: 0px; } .ngx-gallery-image.ngx-gallery-active[_ngcontent-%COMP%] { z-index: 1000; } .ngx-gallery-image-size-cover[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { background-size: cover; } .ngx-gallery-image-size-contain[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { background-size: contain; } .ngx-gallery-animation-fade[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { left: 0px; opacity: 0; transition: 0.5s ease-in-out; } .ngx-gallery-animation-fade[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-active[_ngcontent-%COMP%] { opacity: 1; } .ngx-gallery-animation-slide[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { transition: 0.5s ease-in-out; } .ngx-gallery-animation-slide[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-active[_ngcontent-%COMP%] { left: 0px; } .ngx-gallery-animation-slide[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-inactive-left[_ngcontent-%COMP%] { left: -100%; } .ngx-gallery-animation-slide[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-inactive-right[_ngcontent-%COMP%] { left: 100%; } .ngx-gallery-animation-rotate[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { transition: 1s ease; transform: scale(3.5, 3.5) rotate(90deg); left: 0px; opacity: 0; } .ngx-gallery-animation-rotate[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-active[_ngcontent-%COMP%] { transform: scale(1, 1) rotate(0deg); opacity: 1; } .ngx-gallery-animation-zoom[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { transition: 1s ease; transform: scale(2.5, 2.5); left: 0px; opacity: 0; } .ngx-gallery-animation-zoom[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-active[_ngcontent-%COMP%] { transform: scale(1, 1); opacity: 1; } .ngx-gallery-image-text[_ngcontent-%COMP%] { width: 100%; background: rgba(0, 0, 0, 0.7); padding: 10px; text-align: center; color: white; font-size: 16px; position: absolute; bottom: 0px; z-index: 10; }"],data:{}});function x(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"ngx-gallery-action",[],null,[[null,"onClick"]],function(e,t,n){var r=!0;return"onClick"===t&&(r=!1!==e.context.$implicit.onClick(n,e.parent.context.$implicit.index)&&r),r},_,b)),r["\u0275did"](1,49152,null,0,d.NgxGalleryActionComponent,[],{icon:[0,"icon"],disabled:[1,"disabled"],titleText:[2,"titleText"]},{onClick:"onClick"})],function(e,t){e(t,1,0,t.context.$implicit.icon,t.context.$implicit.disabled,t.context.$implicit.titleText)},null)}function C(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,0,"div",[["class","ngx-gallery-image-text"]],[[8,"innerHTML",1]],null,null,null,null))],null,function(e,t){e(t,0,0,t.component.descriptions[t.parent.context.$implicit.index])})}function O(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,12,"div",[["class","ngx-gallery-image"]],[[4,"background-image",null]],[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==e.component.handleClick(n,e.context.$implicit.index)&&r),r},null,null)),r["\u0275did"](1,278528,null,0,f.NgClass,[r.IterableDiffers,r.KeyValueDiffers,r.ElementRef,r.Renderer2],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),r["\u0275pod"](2,{"ngx-gallery-active":0,"ngx-gallery-inactive-left":1,"ngx-gallery-inactive-right":2,"ngx-gallery-clickable":3}),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](4,0,null,null,4,"div",[["class","ngx-gallery-icons-wrapper"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275and"](16777216,null,null,1,null,x)),r["\u0275did"](7,802816,null,0,f.NgForOf,[r.ViewContainerRef,r.TemplateRef,r.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275and"](16777216,null,null,1,null,C)),r["\u0275did"](11,16384,null,0,f.NgIf,[r.ViewContainerRef,r.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),r["\u0275ted"](-1,null,["\n "]))],function(e,t){var n=t.component;e(t,1,0,"ngx-gallery-image",e(t,2,0,n.selectedIndex==t.context.$implicit.index,n.selectedIndex>t.context.$implicit.index,n.selectedIndex0?this._ngZone.runOutsideAngular(function(){var t,n;e._debouncer.pipe((t=e.debounce,void 0===n&&(n=ne),function(e){return e.lift(new re(t,n))})).subscribe(function(t){return e.event.emit(t)})}):this._debouncer.subscribe(function(t){return e.event.emit(t)}),this._observer=this._ngZone.runOutsideAngular(function(){return e._mutationObserverFactory.create(function(t){e._debouncer.next(t)})}),this.disabled||this._enable()},e.prototype.ngOnChanges=function(e){e.disabled&&(e.disabled.currentValue?this._disable():this._enable())},e.prototype.ngOnDestroy=function(){this._disable(),this._debouncer.complete()},e.prototype._disable=function(){this._observer&&this._observer.disconnect()},e.prototype._enable=function(){this._observer&&this._observer.observe(this._elementRef.nativeElement,{characterData:!0,childList:!0,subtree:!0})},e}(),le=function(){};function ue(){throw Error("Host already has a portal attached")}var ce,pe=function(){function e(){}return e.prototype.attach=function(e){return null==e&&function(){throw Error("Attempting to attach a portal to a null PortalOutlet")}(),e.hasAttached()&&ue(),this._attachedHost=e,e.attach(this)},e.prototype.detach=function(){var e=this._attachedHost;null==e?function(){throw Error("Attempting to detach a portal that is not attached to a host")}():(this._attachedHost=null,e.detach())},Object.defineProperty(e.prototype,"isAttached",{get:function(){return null!=this._attachedHost},enumerable:!0,configurable:!0}),e.prototype.setAttachedHost=function(e){this._attachedHost=e},e}(),de=function(e){function t(t,n,r){var i=e.call(this)||this;return i.component=t,i.viewContainerRef=n,i.injector=r,i}return Object(Y.b)(t,e),t}(pe),fe=function(e){function t(t,n,r){var i=e.call(this)||this;return i.templateRef=t,i.viewContainerRef=n,i.context=r,i}return Object(Y.b)(t,e),Object.defineProperty(t.prototype,"origin",{get:function(){return this.templateRef.elementRef},enumerable:!0,configurable:!0}),t.prototype.attach=function(t,n){return void 0===n&&(n=this.context),this.context=n,e.prototype.attach.call(this,t)},t.prototype.detach=function(){return this.context=void 0,e.prototype.detach.call(this)},t}(pe),he=function(e){function t(t,n){var i=e.call(this)||this;return i._componentFactoryResolver=t,i._viewContainerRef=n,i._isInitialized=!1,i.attached=new r.EventEmitter,i}return Object(Y.b)(t,e),Object.defineProperty(t.prototype,"_deprecatedPortal",{get:function(){return this.portal},set:function(e){this.portal=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_deprecatedPortalHost",{get:function(){return this.portal},set:function(e){this.portal=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"portal",{get:function(){return this._attachedPortal},set:function(t){(!this.hasAttached()||t||this._isInitialized)&&(this.hasAttached()&&e.prototype.detach.call(this),t&&e.prototype.attach.call(this,t),this._attachedPortal=t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"attachedRef",{get:function(){return this._attachedRef},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){this._isInitialized=!0},t.prototype.ngOnDestroy=function(){e.prototype.dispose.call(this),this._attachedPortal=null,this._attachedRef=null},t.prototype.attachComponentPortal=function(t){t.setAttachedHost(this);var n=null!=t.viewContainerRef?t.viewContainerRef:this._viewContainerRef,r=this._componentFactoryResolver.resolveComponentFactory(t.component),i=n.createComponent(r,n.length,t.injector||n.parentInjector);return e.prototype.setDisposeFn.call(this,function(){return i.destroy()}),this._attachedPortal=t,this._attachedRef=i,this.attached.emit(i),i},t.prototype.attachTemplatePortal=function(t){var n=this;t.setAttachedHost(this);var r=this._viewContainerRef.createEmbeddedView(t.templateRef,t.context);return e.prototype.setDisposeFn.call(this,function(){return n._viewContainerRef.clear()}),this._attachedPortal=t,this._attachedRef=r,this.attached.emit(r),r},t}(function(){function e(){this._isDisposed=!1}return e.prototype.hasAttached=function(){return!!this._attachedPortal},e.prototype.attach=function(e){return e||function(){throw Error("Must provide a portal to attach")}(),this.hasAttached()&&ue(),this._isDisposed&&function(){throw Error("This PortalOutlet has already been disposed")}(),e instanceof de?(this._attachedPortal=e,this.attachComponentPortal(e)):e instanceof fe?(this._attachedPortal=e,this.attachTemplatePortal(e)):void function(){throw Error("Attempting to attach an unknown Portal type. BasePortalOutlet accepts either a ComponentPortal or a TemplatePortal.")}()},e.prototype.detach=function(){this._attachedPortal&&(this._attachedPortal.setAttachedHost(null),this._attachedPortal=null),this._invokeDisposeFn()},e.prototype.dispose=function(){this.hasAttached()&&this.detach(),this._invokeDisposeFn(),this._isDisposed=!0},e.prototype.setDisposeFn=function(e){this._disposeFn=e},e.prototype._invokeDisposeFn=function(){this._disposeFn&&(this._disposeFn(),this._disposeFn=null)},e}()),ge=function(){},ye="undefined"!=typeof Intl&&Intl.v8BreakIterator,me=function(){return function(){this.isBrowser="object"==typeof document&&!!document,this.EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent),this.TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent),this.BLINK=this.isBrowser&&!(!window.chrome&&!ye)&&"undefined"!=typeof CSS&&!this.EDGE&&!this.TRIDENT,this.WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT,this.IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,this.FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent),this.ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT,this.SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT}}(),ve=function(){},be=n("YaPU"),_e=n("Veqx").a.of,we=n("GK6M"),xe=n("/iUD"),Ce=n("fKB6"),Oe=Object.prototype.toString,Ee=function(e){function t(t,n,r,i){e.call(this),this.sourceObj=t,this.eventName=n,this.selector=r,this.options=i}return Object(Y.b)(t,e),t.create=function(e,n,r,i){return Object(xe.a)(r)&&(i=r,r=void 0),new t(e,n,i,r)},t.setupSubscription=function(e,n,r,i,o){var a;if(function(e){return!!e&&"[object NodeList]"===Oe.call(e)}(e)||function(e){return!!e&&"[object HTMLCollection]"===Oe.call(e)}(e))for(var s=0,l=e.length;s=0?this.period=Number(n)<1?1:Number(n):Object(Me.a)(n)&&(r=n),Object(Me.a)(r)||(r=ne),this.scheduler=r,this.dueTime=(o=t)instanceof Date&&!isNaN(+o)?+t-this.scheduler.now():t}return Object(Y.b)(t,e),t.create=function(e,n,r){return void 0===e&&(e=0),new t(e,n,r)},t.dispatch=function(e){var t=e.index,n=e.period,r=e.subscriber;if(r.next(t),!r.closed){if(-1===n)return r.complete();e.index=t+1,this.schedule(e,n)}},t.prototype._subscribe=function(e){return this.scheduler.schedule(t.dispatch,this.dueTime,{index:0,period:this.period,subscriber:e})},t}(be.a).create;function Ne(e,t){return void 0===t&&(t=ne),n=function(){return De(e,t)},function(e){return e.lift(new Pe(n))};var n}var Ae=function(){function e(e,t){this.predicate=e,this.thisArg=t}return e.prototype.call=function(e,t){return t.subscribe(new Re(e,this.predicate,this.thisArg))},e}(),Re=function(e){function t(t,n,r){e.call(this,t),this.predicate=n,this.thisArg=r,this.count=0}return Object(Y.b)(t,e),t.prototype._next=function(e){var t;try{t=this.predicate.call(this.thisArg,e,this.count++)}catch(e){return void this.destination.error(e)}t&&this.destination.next(e)},t}(J.a),Fe=n("/nXB"),Le=function(){function e(e,t){this._ngZone=e,this._platform=t,this._scrolled=new Q.a,this._globalSubscription=null,this._scrolledCount=0,this.scrollContainers=new Map}return e.prototype.register=function(e){var t=this,n=e.elementScrolled().subscribe(function(){return t._scrolled.next(e)});this.scrollContainers.set(e,n)},e.prototype.deregister=function(e){var t=this.scrollContainers.get(e);t&&(t.unsubscribe(),this.scrollContainers.delete(e))},e.prototype.scrolled=function(e){var t=this;return void 0===e&&(e=20),this._platform.isBrowser?be.a.create(function(n){t._globalSubscription||t._addGlobalListener();var r=e>0?t._scrolled.pipe(Ne(e)).subscribe(n):t._scrolled.subscribe(n);return t._scrolledCount++,function(){r.unsubscribe(),t._scrolledCount--,t._scrolledCount||t._removeGlobalListener()}}):_e()},e.prototype.ngOnDestroy=function(){var e=this;this._removeGlobalListener(),this.scrollContainers.forEach(function(t,n){return e.deregister(n)})},e.prototype.ancestorScrolled=function(e,t){var n,r=this.getAncestorScrollContainers(e);return this.scrolled(t).pipe((n=function(e){return!e||r.indexOf(e)>-1},function(e){return e.lift(new Ae(n,void 0))}))},e.prototype.getAncestorScrollContainers=function(e){var t=this,n=[];return this.scrollContainers.forEach(function(r,i){t._scrollableContainsElement(i,e)&&n.push(i)}),n},e.prototype._scrollableContainsElement=function(e,t){var n=t.nativeElement,r=e.getElementRef().nativeElement;do{if(n==r)return!0}while(n=n.parentElement);return!1},e.prototype._addGlobalListener=function(){var e=this;this._globalSubscription=this._ngZone.runOutsideAngular(function(){return Ee(window.document,"scroll").subscribe(function(){return e._scrolled.next()})})},e.prototype._removeGlobalListener=function(){this._globalSubscription&&(this._globalSubscription.unsubscribe(),this._globalSubscription=null)},e}();function je(e,t,n){return e||new Le(t,n)}var Ve=function(){function e(e,t){var n=this;this._platform=e,this._change=e.isBrowser?t.runOutsideAngular(function(){return Object(Fe.a)(Ee(window,"resize"),Ee(window,"orientationchange"))}):_e(),this._invalidateCache=this.change().subscribe(function(){return n._updateViewportSize()})}return e.prototype.ngOnDestroy=function(){this._invalidateCache.unsubscribe()},e.prototype.getViewportSize=function(){this._viewportSize||this._updateViewportSize();var e={width:this._viewportSize.width,height:this._viewportSize.height};return this._platform.isBrowser||(this._viewportSize=null),e},e.prototype.getViewportRect=function(){var e=this.getViewportScrollPosition(),t=this.getViewportSize(),n=t.width,r=t.height;return{top:e.top,left:e.left,bottom:e.top+r,right:e.left+n,height:r,width:n}},e.prototype.getViewportScrollPosition=function(){if(!this._platform.isBrowser)return{top:0,left:0};var e=document.documentElement.getBoundingClientRect();return{top:-e.top||document.body.scrollTop||window.scrollY||document.documentElement.scrollTop||0,left:-e.left||document.body.scrollLeft||window.scrollX||document.documentElement.scrollLeft||0}},e.prototype.change=function(e){return void 0===e&&(e=20),e>0?this._change.pipe(Ne(e)):this._change},e.prototype._updateViewportSize=function(){this._viewportSize=this._platform.isBrowser?{width:window.innerWidth,height:window.innerHeight}:{width:0,height:0}},e}();function ze(e,t,n){return e||new Ve(t,n)}var He=function(){},Be=new r.InjectionToken("cdk-dir-doc"),Ue=function(){return function(e){this.value="ltr",this.change=new r.EventEmitter,e&&(this.value=(e.body?e.body.dir:null)||(e.documentElement?e.documentElement.dir:null)||"ltr")}}(),Ge=function(){},Ze=new r.InjectionToken("mat-sanity-checks"),We=function(){function e(e){this._sanityChecksEnabled=e,this._hasDoneGlobalChecks=!1,this._hasCheckedHammer=!1,this._document="object"==typeof document&&document?document:null,this._window="object"==typeof window&&window?window:null,this._areChecksEnabled()&&!this._hasDoneGlobalChecks&&(this._checkDoctypeIsDefined(),this._checkThemeIsPresent(),this._hasDoneGlobalChecks=!0)}return e.prototype._areChecksEnabled=function(){return this._sanityChecksEnabled&&Object(r.isDevMode)()&&!this._isTestEnv()},e.prototype._isTestEnv=function(){return this._window&&(this._window.__karma__||this._window.jasmine)},e.prototype._checkDoctypeIsDefined=function(){this._document&&!this._document.doctype&&console.warn("Current document does not have a doctype. This may cause some Angular Material components not to behave as expected.")},e.prototype._checkThemeIsPresent=function(){if(this._document&&"function"==typeof getComputedStyle){var e=this._document.createElement("div");e.classList.add("mat-theme-loaded-marker"),this._document.body.appendChild(e);var t=getComputedStyle(e);t&&"none"!==t.display&&console.warn("Could not find Angular Material core theme. Most Material components may not work as expected. For more info refer to the theming guide: https://material.angular.io/guide/theming"),this._document.body.removeChild(e)}},e.prototype._checkHammerIsAvailable=function(){!this._hasCheckedHammer&&this._window&&(this._areChecksEnabled()&&!this._window.Hammer&&console.warn("Could not find HammerJS. Certain Angular Material components may not work correctly."),this._hasCheckedHammer=!0)},e}();function qe(e){return function(e){function t(){for(var t=[],n=0;n0?"ltr"==this._getLayoutDirection()?"right":"left":"center"},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"origin",{set:function(e){if(null!=e){var t=this._getLayoutDirection();this._origin="ltr"==t&&e<=0||"rtl"==t&&e>0?"left":"right"}},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){"center"==this._position&&this._origin&&(this._position="left"==this._origin?"left-origin-center":"right-origin-center")},e.prototype._onTranslateTabStarted=function(e){var t=this._isCenterPosition(e.toState);this._beforeCentering.emit(t),t&&this._onCentering.emit(this._elementRef.nativeElement.clientHeight)},e.prototype._onTranslateTabComplete=function(e){this._isCenterPosition(e.toState)&&this._isCenterPosition(this._position)&&this._onCentered.emit(),this._isCenterPosition(e.fromState)&&!this._isCenterPosition(this._position)&&this._afterLeavingCenter.emit()},e.prototype._getLayoutDirection=function(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"},e.prototype._isCenterPosition=function(e){return"center"==e||"left-origin-center"==e||"right-origin-center"==e},e}(),gt=0,yt=function(e){function t(t,n){var i=e.call(this,t)||this;return i._changeDetectorRef=n,i._indexToSelect=0,i._tabBodyWrapperHeight=0,i._tabsSubscription=ee.a.EMPTY,i._tabLabelSubscription=ee.a.EMPTY,i._dynamicHeight=!1,i._selectedIndex=null,i.headerPosition="above",i.selectedIndexChange=new r.EventEmitter,i.focusChange=new r.EventEmitter,i.animationDone=new r.EventEmitter,i.selectedTabChange=new r.EventEmitter(!0),i.selectChange=i.selectedTabChange,i._groupId=gt++,i}return Object(Y.b)(t,e),Object.defineProperty(t.prototype,"dynamicHeight",{get:function(){return this._dynamicHeight},set:function(e){this._dynamicHeight=K(e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_dynamicHeightDeprecated",{get:function(){return this._dynamicHeight},set:function(e){this._dynamicHeight=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectedIndex",{get:function(){return this._selectedIndex},set:function(e){this._indexToSelect=$(e,null)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"backgroundColor",{get:function(){return this._backgroundColor},set:function(e){var t=this._elementRef.nativeElement;t.classList.remove("mat-background-"+this.backgroundColor),e&&t.classList.add("mat-background-"+e),this._backgroundColor=e},enumerable:!0,configurable:!0}),t.prototype.ngAfterContentChecked=function(){var e=this,t=this._indexToSelect=Math.min(this._tabs.length-1,Math.max(this._indexToSelect||0,0));if(this._selectedIndex!=t&&null!=this._selectedIndex){var n=this._createChangeEvent(t);this.selectedTabChange.emit(n),Promise.resolve().then(function(){return e.selectedIndexChange.emit(t)})}this._tabs.forEach(function(n,r){n.position=r-t,n.isActive=r===t,null==e._selectedIndex||0!=n.position||n.origin||(n.origin=t-e._selectedIndex)}),this._selectedIndex!==t&&(this._selectedIndex=t,this._changeDetectorRef.markForCheck())},t.prototype.ngAfterContentInit=function(){var e=this;this._subscribeToTabLabels(),this._tabsSubscription=this._tabs.changes.subscribe(function(){e._subscribeToTabLabels(),e._changeDetectorRef.markForCheck()})},t.prototype.ngOnDestroy=function(){this._tabsSubscription.unsubscribe(),this._tabLabelSubscription.unsubscribe()},t.prototype._focusChanged=function(e){this.focusChange.emit(this._createChangeEvent(e))},t.prototype._createChangeEvent=function(e){var t=new function(){};return t.index=e,this._tabs&&this._tabs.length&&(t.tab=this._tabs.toArray()[e]),t},t.prototype._subscribeToTabLabels=function(){var e=this;this._tabLabelSubscription&&this._tabLabelSubscription.unsubscribe(),this._tabLabelSubscription=Fe.a.apply(void 0,this._tabs.map(function(e){return e._disableChange}).concat(this._tabs.map(function(e){return e._labelChange}))).subscribe(function(){e._changeDetectorRef.markForCheck()})},t.prototype._getTabLabelId=function(e){return"mat-tab-label-"+this._groupId+"-"+e},t.prototype._getTabContentId=function(e){return"mat-tab-content-"+this._groupId+"-"+e},t.prototype._setTabBodyWrapperHeight=function(e){if(this._dynamicHeight&&this._tabBodyWrapperHeight){var t=this._tabBodyWrapper.nativeElement;t.style.height=this._tabBodyWrapperHeight+"px",this._tabBodyWrapper.nativeElement.offsetHeight&&(t.style.height=e+"px")}},t.prototype._removeTabBodyWrapperHeight=function(){this._tabBodyWrapperHeight=this._tabBodyWrapper.nativeElement.clientHeight,this._tabBodyWrapper.nativeElement.style.height="",this.animationDone.emit()},t.prototype._handleClick=function(e,t,n){e.disabled||(this.selectedIndex=t.focusIndex=n)},t.prototype._getTabIndex=function(e,t){return e.disabled?null:this.selectedIndex===t?0:-1},t}(function(e,t){return function(e){function n(){for(var n=[],r=0;r=0;n+=e)if(this._isValidIndex(n))return void(this.focusIndex=n)},t.prototype._focusNextTab=function(){this._moveFocus("ltr"==this._getLayoutDirection()?1:-1)},t.prototype._focusPreviousTab=function(){this._moveFocus("ltr"==this._getLayoutDirection()?-1:1)},t.prototype._focusFirstTab=function(){for(var e=0;e-1;e--)if(this._isValidIndex(e)){this.focusIndex=e;break}},t.prototype._getLayoutDirection=function(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"},t.prototype._updateTabScrollPosition=function(){var e=this.scrollDistance,t="ltr"===this._getLayoutDirection()?-e:e;this._tabList.nativeElement.style.transform="translate3d("+t+"px, 0, 0)"},Object.defineProperty(t.prototype,"scrollDistance",{get:function(){return this._scrollDistance},set:function(e){this._scrollDistance=Math.max(0,Math.min(this._getMaxScrollDistance(),e)),this._scrollDistanceChanged=!0,this._checkScrollingControls()},enumerable:!0,configurable:!0}),t.prototype._scrollHeader=function(e){this.scrollDistance+=("before"==e?-1:1)*this._tabListContainer.nativeElement.offsetWidth/3},t.prototype._scrollToLabel=function(e){var t=this._labelWrappers?this._labelWrappers.toArray()[e]:null;if(t){var n,r,i=this._tabListContainer.nativeElement.offsetWidth;"ltr"==this._getLayoutDirection()?r=(n=t.getOffsetLeft())+t.getOffsetWidth():n=(r=this._tabList.nativeElement.offsetWidth-t.getOffsetLeft())-t.getOffsetWidth();var o=this.scrollDistance,a=this.scrollDistance+i;na&&(this.scrollDistance+=r-a+60)}},t.prototype._checkPaginationEnabled=function(){var e=this._tabList.nativeElement.scrollWidth>this._elementRef.nativeElement.offsetWidth;e||(this.scrollDistance=0),e!==this._showPaginationControls&&this._changeDetectorRef.markForCheck(),this._showPaginationControls=e},t.prototype._checkScrollingControls=function(){this._disableScrollBefore=0==this.scrollDistance,this._disableScrollAfter=this.scrollDistance==this._getMaxScrollDistance(),this._changeDetectorRef.markForCheck()},t.prototype._getMaxScrollDistance=function(){return this._tabList.nativeElement.scrollWidth-this._tabListContainer.nativeElement.offsetWidth||0},t.prototype._alignInkBarToSelectedTab=function(){var e=this._labelWrappers&&this._labelWrappers.length?this._labelWrappers.toArray()[this.selectedIndex].elementRef.nativeElement:null;this._inkBar.alignToElement(e)},t}(Ke(function(){})),bt=function(){},_t=r["\u0275crt"]({encapsulation:2,styles:[".mat-tab-group{display:flex;flex-direction:column}.mat-tab-group.mat-tab-group-inverted-header{flex-direction:column-reverse}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:0}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.mat-tab-label.mat-tab-disabled{cursor:default}.mat-tab-label.mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}@media (max-width:599px){.mat-tab-label{padding:0 12px}}@media (max-width:959px){.mat-tab-label{padding:0 12px}}.mat-tab-group[mat-stretch-tabs] .mat-tab-label{flex-basis:0;flex-grow:1}.mat-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height .5s cubic-bezier(.35,0,.25,1)}.mat-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden}.mat-tab-body.mat-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-tab-group.mat-tab-group-dynamic-height .mat-tab-body.mat-tab-body-active{overflow-y:hidden}"],data:{}});function wt(e){return r["\u0275vid"](0,[(e()(),r["\u0275and"](0,null,null,0))],null,null)}function xt(e){return r["\u0275vid"](0,[(e()(),r["\u0275and"](16777216,null,null,1,null,wt)),r["\u0275did"](1,212992,null,0,he,[r.ComponentFactoryResolver,r.ViewContainerRef],{portal:[0,"portal"]},null),(e()(),r["\u0275and"](0,null,null,0))],function(e,t){e(t,1,0,t.parent.context.$implicit.templateLabel)},null)}function Ct(e){return r["\u0275vid"](0,[(e()(),r["\u0275ted"](0,null,["",""]))],null,function(e,t){e(t,0,0,t.parent.context.$implicit.textLabel)})}function Ot(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,7,"div",[["class","mat-tab-label mat-ripple"],["mat-ripple",""],["matTabLabelWrapper",""],["role","tab"]],[[8,"id",0],[1,"tabIndex",0],[1,"aria-controls",0],[1,"aria-selected",0],[2,"mat-tab-label-active",null],[2,"mat-ripple-unbounded",null],[2,"mat-tab-disabled",null]],[[null,"click"]],function(e,t,n){var i=!0;return"click"===t&&(i=!1!==e.component._handleClick(e.context.$implicit,r["\u0275nov"](e.parent,2),e.context.index)&&i),i},null,null)),r["\u0275did"](1,212992,null,0,tt,[r.ElementRef,r.NgZone,me,[2,et]],{disabled:[0,"disabled"]},null),r["\u0275did"](2,16384,[[2,4]],0,mt,[r.ElementRef],{disabled:[0,"disabled"]},null),(e()(),r["\u0275eld"](3,0,null,null,4,"div",[["class","mat-tab-label-content"]],null,null,null,null,null)),(e()(),r["\u0275and"](16777216,null,null,1,null,xt)),r["\u0275did"](5,16384,null,0,f.NgIf,[r.ViewContainerRef,r.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),r["\u0275and"](16777216,null,null,1,null,Ct)),r["\u0275did"](7,16384,null,0,f.NgIf,[r.ViewContainerRef,r.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(e,t){e(t,1,0,t.context.$implicit.disabled||t.component.disableRipple),e(t,2,0,t.context.$implicit.disabled),e(t,5,0,t.context.$implicit.templateLabel),e(t,7,0,!t.context.$implicit.templateLabel)},function(e,t){var n=t.component;e(t,0,0,n._getTabLabelId(t.context.index),n._getTabIndex(t.context.$implicit,t.context.index),n._getTabContentId(t.context.index),n.selectedIndex==t.context.index,n.selectedIndex==t.context.index,r["\u0275nov"](t,1).unbounded,r["\u0275nov"](t,2).disabled)})}function Et(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"mat-tab-body",[["class","mat-tab-body"],["role","tabpanel"]],[[8,"id",0],[1,"aria-labelledby",0],[2,"mat-tab-body-active",null]],[[null,"_onCentered"],[null,"_onCentering"]],function(e,t,n){var r=!0,i=e.component;return"_onCentered"===t&&(r=!1!==i._removeTabBodyWrapperHeight()&&r),"_onCentering"===t&&(r=!1!==i._setTabBodyWrapperHeight(n)&&r),r},kt,St)),r["\u0275did"](1,114688,null,0,ht,[r.ElementRef,[2,Ue]],{_content:[0,"_content"],position:[1,"position"],origin:[2,"origin"]},{_onCentering:"_onCentering",_onCentered:"_onCentered"})],function(e,t){e(t,1,0,t.context.$implicit.content,t.context.$implicit.position,t.context.$implicit.origin)},function(e,t){var n=t.component;e(t,0,0,n._getTabContentId(t.context.index),n._getTabLabelId(t.context.index),n.selectedIndex==t.context.index)})}function It(e){return r["\u0275vid"](2,[r["\u0275qud"](402653184,1,{_tabBodyWrapper:0}),(e()(),r["\u0275eld"](1,0,null,null,4,"mat-tab-header",[["class","mat-tab-header"]],[[2,"mat-tab-header-pagination-controls-enabled",null],[2,"mat-tab-header-rtl",null]],[[null,"indexFocused"],[null,"selectFocusedIndex"]],function(e,t,n){var r=!0,i=e.component;return"indexFocused"===t&&(r=!1!==i._focusChanged(n)&&r),"selectFocusedIndex"===t&&(r=!1!==(i.selectedIndex=n)&&r),r},Mt,Tt)),r["\u0275did"](2,3325952,[["tabHeader",4]],1,vt,[r.ElementRef,r.ChangeDetectorRef,Ve,[2,Ue]],{disableRipple:[0,"disableRipple"],selectedIndex:[1,"selectedIndex"]},{selectFocusedIndex:"selectFocusedIndex",indexFocused:"indexFocused"}),r["\u0275qud"](603979776,2,{_labelWrappers:1}),(e()(),r["\u0275and"](16777216,null,0,1,null,Ot)),r["\u0275did"](5,802816,null,0,f.NgForOf,[r.ViewContainerRef,r.TemplateRef,r.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),r["\u0275eld"](6,0,[[1,0],["tabBodyWrapper",1]],null,2,"div",[["class","mat-tab-body-wrapper"]],null,null,null,null,null)),(e()(),r["\u0275and"](16777216,null,null,1,null,Et)),r["\u0275did"](8,802816,null,0,f.NgForOf,[r.ViewContainerRef,r.TemplateRef,r.IterableDiffers],{ngForOf:[0,"ngForOf"]},null)],function(e,t){var n=t.component;e(t,2,0,n.disableRipple,n.selectedIndex),e(t,5,0,n._tabs),e(t,8,0,n._tabs)},function(e,t){e(t,1,0,r["\u0275nov"](t,2)._showPaginationControls,"rtl"==r["\u0275nov"](t,2)._getLayoutDirection())})}var St=r["\u0275crt"]({encapsulation:2,styles:[".mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}"],data:{animation:[{type:7,name:"translateTab",definitions:[{type:0,name:"center, void, left-origin-center, right-origin-center",styles:{type:6,styles:{transform:"none"},offset:null},options:void 0},{type:0,name:"left",styles:{type:6,styles:{transform:"translate3d(-100%, 0, 0)"},offset:null},options:void 0},{type:0,name:"right",styles:{type:6,styles:{transform:"translate3d(100%, 0, 0)"},offset:null},options:void 0},{type:1,expr:"* => left, * => right, left => center, right => center",animation:{type:4,styles:null,timings:"500ms cubic-bezier(0.35, 0, 0.25, 1)"},options:null},{type:1,expr:"void => left-origin-center",animation:[{type:6,styles:{transform:"translate3d(-100%, 0, 0)"},offset:null},{type:4,styles:null,timings:"500ms cubic-bezier(0.35, 0, 0.25, 1)"}],options:null},{type:1,expr:"void => right-origin-center",animation:[{type:6,styles:{transform:"translate3d(100%, 0, 0)"},offset:null},{type:4,styles:null,timings:"500ms cubic-bezier(0.35, 0, 0.25, 1)"}],options:null}],options:{}}]}});function Pt(e){return r["\u0275vid"](0,[(e()(),r["\u0275and"](0,null,null,0))],null,null)}function kt(e){return r["\u0275vid"](2,[(e()(),r["\u0275eld"](0,0,[["content",1]],null,2,"div",[["class","mat-tab-body-content"]],[[24,"@translateTab",0]],[[null,"@translateTab.start"],[null,"@translateTab.done"]],function(e,t,n){var r=!0,i=e.component;return"@translateTab.start"===t&&(r=!1!==i._onTranslateTabStarted(n)&&r),"@translateTab.done"===t&&(r=!1!==i._onTranslateTabComplete(n)&&r),r},null,null)),(e()(),r["\u0275and"](16777216,null,null,1,null,Pt)),r["\u0275did"](2,212992,null,0,ft,[r.ComponentFactoryResolver,r.ViewContainerRef,ht],null,null)],function(e,t){e(t,2,0)},function(e,t){e(t,0,0,t.component._position)})}var Tt=r["\u0275crt"]({encapsulation:2,styles:[".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:0}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.mat-tab-label.mat-tab-disabled{cursor:default}.mat-tab-label.mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}@media (max-width:599px){.mat-tab-label{min-width:72px}}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:.5s cubic-bezier(.35,0,.25,1)}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}@media screen and (-ms-high-contrast:active){.mat-ink-bar{outline:solid 2px;height:0}}.mat-tab-header-pagination{position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-pagination-after,.mat-tab-header-rtl .mat-tab-header-pagination-before{padding-right:4px}.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;content:'';height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-list{flex-grow:1;position:relative;transition:transform .5s cubic-bezier(.35,0,.25,1)}.mat-tab-labels{display:flex}"],data:{}});function Mt(e){return r["\u0275vid"](2,[r["\u0275qud"](402653184,1,{_inkBar:0}),r["\u0275qud"](402653184,2,{_tabListContainer:0}),r["\u0275qud"](402653184,3,{_tabList:0}),(e()(),r["\u0275eld"](3,0,null,null,2,"div",[["aria-hidden","true"],["class","mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4 mat-ripple"],["mat-ripple",""]],[[2,"mat-tab-header-pagination-disabled",null],[2,"mat-ripple-unbounded",null]],[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==e.component._scrollHeader("before")&&r),r},null,null)),r["\u0275did"](4,212992,null,0,tt,[r.ElementRef,r.NgZone,me,[2,et]],{disabled:[0,"disabled"]},null),(e()(),r["\u0275eld"](5,0,null,null,0,"div",[["class","mat-tab-header-pagination-chevron"]],null,null,null,null,null)),(e()(),r["\u0275eld"](6,0,[[2,0],["tabListContainer",1]],null,6,"div",[["class","mat-tab-label-container"]],null,[[null,"keydown"]],function(e,t,n){var r=!0;return"keydown"===t&&(r=!1!==e.component._handleKeydown(n)&&r),r},null,null)),(e()(),r["\u0275eld"](7,0,[[3,0],["tabList",1]],null,5,"div",[["class","mat-tab-list"],["role","tablist"]],null,[[null,"cdkObserveContent"]],function(e,t,n){var r=!0;return"cdkObserveContent"===t&&(r=!1!==e.component._onContentChanges()&&r),r},null,null)),r["\u0275did"](8,1720320,null,0,se,[ae,r.ElementRef,r.NgZone],null,{event:"cdkObserveContent"}),(e()(),r["\u0275eld"](9,0,null,null,1,"div",[["class","mat-tab-labels"]],null,null,null,null,null)),r["\u0275ncd"](null,0),(e()(),r["\u0275eld"](11,0,null,null,1,"mat-ink-bar",[["class","mat-ink-bar"]],null,null,null,null,null)),r["\u0275did"](12,16384,[[1,4]],0,pt,[r.ElementRef,r.NgZone],null,null),(e()(),r["\u0275eld"](13,0,null,null,2,"div",[["aria-hidden","true"],["class","mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4 mat-ripple"],["mat-ripple",""]],[[2,"mat-tab-header-pagination-disabled",null],[2,"mat-ripple-unbounded",null]],[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==e.component._scrollHeader("after")&&r),r},null,null)),r["\u0275did"](14,212992,null,0,tt,[r.ElementRef,r.NgZone,me,[2,et]],{disabled:[0,"disabled"]},null),(e()(),r["\u0275eld"](15,0,null,null,0,"div",[["class","mat-tab-header-pagination-chevron"]],null,null,null,null,null))],function(e,t){var n=t.component;e(t,4,0,n._disableScrollBefore||n.disableRipple),e(t,14,0,n._disableScrollAfter||n.disableRipple)},function(e,t){var n=t.component;e(t,3,0,n._disableScrollBefore,r["\u0275nov"](t,4).unbounded),e(t,13,0,n._disableScrollAfter,r["\u0275nov"](t,14).unbounded)})}var Dt=r["\u0275crt"]({encapsulation:2,styles:[],data:{}});function Nt(e){return r["\u0275vid"](0,[r["\u0275ncd"](null,0),(e()(),r["\u0275and"](0,null,null,0))],null,null)}function At(e){return r["\u0275vid"](2,[r["\u0275qud"](402653184,1,{_content:0}),(e()(),r["\u0275and"](0,[[1,2]],null,0,null,Nt))],null,null)}var Rt=function(){function e(){}return e.prototype.ngOnInit=function(){},e}(),Ft=r["\u0275crt"]({encapsulation:0,styles:[['.mat-tab-group[_ngcontent-%COMP%], .mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important}pre[_ngcontent-%COMP%]{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}']],data:{}});function Lt(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,4,"a",[["name","installation"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](2,0,null,null,1,"h2",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Installation"])),(e()(),r["\u0275ted"](-1,null,["\n"])),(e()(),r["\u0275ted"](-1,null,["\n"])),(e()(),r["\u0275eld"](6,0,null,null,71,"mat-tab-group",[["class","mat-tab-group"]],[[2,"mat-tab-group-dynamic-height",null],[2,"mat-tab-group-inverted-header",null]],null,null,It,_t)),r["\u0275did"](7,3325952,null,1,yt,[r.ElementRef,r.ChangeDetectorRef],null,null),r["\u0275qud"](603979776,1,{_tabs:1}),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](10,16777216,null,null,11,"mat-tab",[["label","Arch"]],null,null,null,At,Dt)),r["\u0275did"](11,770048,[[1,4]],1,dt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,2,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](14,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](15,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n yay -S safeeyes\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](18,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](19,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n packer -S safeeyes\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](23,16777216,null,null,7,"mat-tab",[["label","Debian"]],null,null,null,At,Dt)),r["\u0275did"](24,770048,[[1,4]],1,dt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,3,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](27,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](28,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n sudo apt-get install gir1.2-appindicator3-0.1 gir1.2-notify-0.7 python3-psutil python3-xlib xprintidle python3-pip\n sudo pip3 install safeeyes\n sudo update-icon-caches /usr/share/icons/hicolor\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](32,16777216,null,null,13,"mat-tab",[["label","Fedora"]],null,null,null,At,Dt)),r["\u0275did"](33,770048,[[1,4]],1,dt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,4,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n If you want to use Smart Pause plugin, install the latest "])),(e()(),r["\u0275eld"](36,0,null,0,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["xprintidle"])),(e()(),r["\u0275ted"](-1,0,[" from: "])),(e()(),r["\u0275eld"](39,0,null,0,1,"a",[["href","https://copr.fedorainfracloud.org/coprs/alonid/xprintidle/"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["alonid/xprintidle"])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](42,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](43,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n sudo dnf install libappindicator-gtk3 python3-psutil\n sudo pip3 install safeeyes\n sudo gtk-update-icon-cache /usr/share/icons/hicolor\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](47,16777216,null,null,7,"mat-tab",[["label","Gentoo"]],null,null,null,At,Dt)),r["\u0275did"](48,770048,[[1,4]],1,dt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,5,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](51,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](52,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n sudo emerge -av x11-misc/safeeyes\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](56,16777216,null,null,7,"mat-tab",[["label","Ubuntu & Linux Mint"]],null,null,null,At,Dt)),r["\u0275did"](57,770048,[[1,4]],1,dt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,6,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](60,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](61,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n sudo add-apt-repository ppa:slgobinath/safeeyes\n sudo apt update\n sudo apt install safeeyes\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](65,16777216,null,null,11,"mat-tab",[["label","Other Linux"]],null,null,null,At,Dt)),r["\u0275did"](66,770048,[[1,4]],1,dt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,7,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n Install the following dependencies:\n "])),(e()(),r["\u0275eld"](69,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](70,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n gir1.2-appindicator3-0.1 gir1.2-notify-0.7 libappindicator-gtk3 python3-psutil xprintidle\n "])),(e()(),r["\u0275ted"](-1,0,[" Install Safe Eyes:\n "])),(e()(),r["\u0275eld"](73,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](74,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n sudo pip3 install safeeyes\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n"]))],function(e,t){e(t,11,0,"Arch"),e(t,24,0,"Debian"),e(t,33,0,"Fedora"),e(t,48,0,"Gentoo"),e(t,57,0,"Ubuntu & Linux Mint"),e(t,66,0,"Other Linux")},function(e,t){e(t,6,0,r["\u0275nov"](t,7).dynamicHeight,"below"===r["\u0275nov"](t,7).headerPosition)})}var jt=function(){function e(){}return e.prototype.distribute=function(e,t){if(e.length<=t)return[e];for(var n=Math.ceil(e.length/t),r=new Array(n),i=0;iSafe Eyes translations site in order to assist with translations. Please translate the message id description as a meaningful description describing Safe Eyes.')},{icon:"fa-github",title:"Issues",description:'If you are having issues with Safe Eyes, feel free to open issues in the Safe Eyes Github Issues page as necessary.'}];this.contributions=this._utilService.distribute(e,2)},e}(),Zt=r["\u0275crt"]({encapsulation:0,styles:[["i[_ngcontent-%COMP%]{color:#424242;position:absolute;font-size:32pt;float:left;line-height:20pt}h3[_ngcontent-%COMP%]{margin-left:50px}p[_ngcontent-%COMP%]{text-align:justify}"]],data:{}});function Wt(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,11,"div",[["class","col-sm-6"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](2,0,null,null,6,"div",[],null,null,null,null,null)),(e()(),r["\u0275eld"](3,0,null,null,1,"i",[["aria-hidden","true"]],[[8,"className",0]],null,null,null,null)),(e()(),r["\u0275ted"](-1,null,[" "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](6,0,null,null,1,"h3",[],null,null,null,null,null)),(e()(),r["\u0275ted"](7,null,["",""])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](10,0,null,null,0,"p",[],[[8,"innerHTML",1]],null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "]))],null,function(e,t){e(t,3,0,r["\u0275inlineInterpolate"](1,"fa ",t.context.$implicit.icon,"")),e(t,7,0,t.context.$implicit.title),e(t,10,0,t.context.$implicit.description)})}function qt(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,4,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275and"](16777216,null,null,1,null,Wt)),r["\u0275did"](3,802816,null,0,f.NgForOf,[r.ViewContainerRef,r.TemplateRef,r.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),r["\u0275ted"](-1,null,["\n"]))],function(e,t){e(t,3,0,t.context.$implicit)},null)}function Kt(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,4,"a",[["name","contribute"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](2,0,null,null,1,"h2",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Contribute"])),(e()(),r["\u0275ted"](-1,null,["\n"])),(e()(),r["\u0275ted"](-1,null,["\n\n"])),(e()(),r["\u0275and"](16777216,null,null,1,null,qt)),r["\u0275did"](7,802816,null,0,f.NgForOf,[r.ViewContainerRef,r.TemplateRef,r.IterableDiffers],{ngForOf:[0,"ngForOf"]},null)],function(e,t){e(t,7,0,t.component.contributions)},null)}var $t=r["\u0275crt"]({encapsulation:0,styles:[["contribute[_ngcontent-%COMP%], features[_ngcontent-%COMP%], installation[_ngcontent-%COMP%], screenshots[_ngcontent-%COMP%]{width:100%}"]],data:{}});function Qt(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"app-navbar",[],null,null,null,l,s)),r["\u0275did"](1,114688,null,0,a,[],null,null),(e()(),r["\u0275ted"](-1,null,["\n\n"])),(e()(),r["\u0275eld"](3,0,null,null,42,"div",[["class","container"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](5,0,null,null,39,"div",[["class","d-flex justify-content-between"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](7,0,null,null,36,"div",[["class","p-1"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](9,0,null,null,4,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](11,0,null,null,1,"app-header",[],null,null,null,p,c)),r["\u0275did"](12,114688,null,0,u,[],null,null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](15,0,null,null,4,"div",[["class","row"],["style","text-align:center;"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](17,0,null,null,1,"screenshots",[],null,null,null,q,W)),r["\u0275did"](18,114688,null,0,Z,[],null,null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](21,0,null,null,4,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](23,0,null,null,1,"installation",[],null,null,null,Lt,Ft)),r["\u0275did"](24,114688,null,0,Rt,[],null,null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](27,0,null,null,4,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](29,0,null,null,1,"features",[],null,null,null,Ut,zt)),r["\u0275did"](30,114688,null,0,Vt,[jt],null,null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](33,0,null,null,4,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](35,0,null,null,1,"contribute",[],null,null,null,Kt,Zt)),r["\u0275did"](36,114688,null,0,Gt,[jt,h.DomSanitizer],null,null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](39,0,null,null,3,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](41,0,null,null,0,"br",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n"]))],function(e,t){e(t,1,0),e(t,12,0),e(t,18,0),e(t,24,0),e(t,30,0),e(t,36,0)},null)}var Yt=r["\u0275ccf"]("app-root",o,function(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"app-root",[],null,null,null,Qt,$t)),r["\u0275did"](1,49152,null,0,o,[],null,null)],null,null)},{},{},[]);function Jt(e){switch(e.length){case 0:return new lt;case 1:return e[0];default:return new ut(e)}}function Xt(e,t,n,r,i,o){void 0===i&&(i={}),void 0===o&&(o={});var a=[],s=[],l=-1,u=null;if(r.forEach(function(e){var n=e.offset,r=n==l,c=r&&u||{};Object.keys(e).forEach(function(n){var r=n,s=e[n];if("offset"!==n)switch(r=t.normalizePropertyName(r,a),s){case ct:s=i[n];break;case it:s=o[n];break;default:s=t.normalizeStyleValue(n,r,s,a)}c[r]=s}),r||s.push(c),u=c,l=n}),a.length)throw new Error("Unable to animate due to the following errors:\n - "+a.join("\n - "));return s}function en(e,t,n,r){switch(t){case"start":e.onStart(function(){return r(n&&tn(n,"start",e.totalTime))});break;case"done":e.onDone(function(){return r(n&&tn(n,"done",e.totalTime))});break;case"destroy":e.onDestroy(function(){return r(n&&tn(n,"destroy",e.totalTime))})}}function tn(e,t,n){var r=nn(e.element,e.triggerName,e.fromState,e.toState,t||e.phaseName,void 0==n?e.totalTime:n),i=e._data;return null!=i&&(r._data=i),r}function nn(e,t,n,r,i,o){return void 0===i&&(i=""),void 0===o&&(o=0),{element:e,triggerName:t,fromState:n,toState:r,phaseName:i,totalTime:o}}function rn(e,t,n){var r;return e instanceof Map?(r=e.get(t))||e.set(t,r=n):(r=e[t])||(r=e[t]=n),r}function on(e){var t=e.indexOf(":");return[e.substring(1,t),e.substr(t+1)]}var an=function(e,t){return!1},sn=function(e,t){return!1},ln=function(e,t,n){return[]};if("undefined"!=typeof Element){if(an=function(e,t){return e.contains(t)},Element.prototype.matches)sn=function(e,t){return e.matches(t)};else{var un=Element.prototype,cn=un.matchesSelector||un.mozMatchesSelector||un.msMatchesSelector||un.oMatchesSelector||un.webkitMatchesSelector;cn&&(sn=function(e,t){return cn.apply(e,[t])})}ln=function(e,t,n){var r=[];if(n)r.push.apply(r,e.querySelectorAll(t));else{var i=e.querySelector(t);i&&r.push(i)}return r}}var pn=null,dn=!1;function fn(e){pn||(pn=hn()||{},dn=!!pn.style&&"WebkitAppearance"in pn.style);var t=!0;return pn.style&&!function(e){return"ebkit"==e.substring(1,6)}(e)&&!(t=e in pn.style)&&dn&&(t="Webkit"+e.charAt(0).toUpperCase()+e.substr(1)in pn.style),t}function hn(){return"undefined"!=typeof document?document.body:null}var gn=sn,yn=an,mn=ln,vn=function(){function e(){}return e.prototype.validateStyleProperty=function(e){return fn(e)},e.prototype.matchesElement=function(e,t){return gn(e,t)},e.prototype.containsElement=function(e,t){return yn(e,t)},e.prototype.query=function(e,t,n){return mn(e,t,n)},e.prototype.computeStyle=function(e,t,n){return n||""},e.prototype.animate=function(e,t,n,r,i,o){return void 0===o&&(o=[]),new lt},e}(),bn=function(){function e(){}return e.NOOP=new vn,e}(),_n=1e3;function wn(e){if("number"==typeof e)return e;var t=e.match(/^(-?[\.\d]+)(m?s)/);return!t||t.length<2?0:xn(parseFloat(t[1]),t[2])}function xn(e,t){switch(t){case"s":return e*_n;default:return e}}function Cn(e,t,n){return e.hasOwnProperty("duration")?e:function(e,t,n){var r,i=0,o="";if("string"==typeof e){var a=e.match(/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i);if(null===a)return t.push('The provided timing value "'+e+'" is invalid.'),{duration:0,delay:0,easing:""};r=xn(parseFloat(a[1]),a[2]);var s=a[3];null!=s&&(i=xn(Math.floor(parseFloat(s)),a[4]));var l=a[5];l&&(o=l)}else r=e;if(!n){var u=!1,c=t.length;r<0&&(t.push("Duration values below 0 are not allowed for this animation step."),u=!0),i<0&&(t.push("Delay values below 0 are not allowed for this animation step."),u=!0),u&&t.splice(c,0,'The provided timing value "'+e+'" is invalid.')}return{duration:r,delay:i,easing:o}}(e,t,n)}function On(e,t){return void 0===t&&(t={}),Object.keys(e).forEach(function(n){t[n]=e[n]}),t}function En(e,t,n){if(void 0===n&&(n={}),t)for(var r in e)n[r]=e[r];else On(e,n);return n}function In(e,t){e.style&&Object.keys(t).forEach(function(n){var r=An(n);e.style[r]=t[n]})}function Sn(e,t){e.style&&Object.keys(t).forEach(function(t){var n=An(t);e.style[n]=""})}function Pn(e){return Array.isArray(e)?1==e.length?e[0]:ot(e):e}var kn=new RegExp("{{\\s*(.+?)\\s*}}","g");function Tn(e){var t=[];if("string"==typeof e){for(var n=e.toString(),r=void 0;r=kn.exec(n);)t.push(r[1]);kn.lastIndex=0}return t}function Mn(e,t,n){var r=e.toString(),i=r.replace(kn,function(e,r){var i=t[r];return t.hasOwnProperty(r)||(n.push("Please provide a value for the animation param "+r),i=""),i.toString()});return i==r?e:i}function Dn(e){for(var t=[],n=e.next();!n.done;)t.push(n.value),n=e.next();return t}var Nn=/-+([a-z0-9])/g;function An(e){return e.replace(Nn,function(){for(var e=[],t=0;t *";case":leave":return"* => void";case":increment":return function(e,t){return parseFloat(t)>parseFloat(e)};case":decrement":return function(e,t){return parseFloat(t) *"}}(e,n);if("function"==typeof r)return void t.push(r);e=r}var i=e.match(/^(\*|[-\w]+)\s*()\s*(\*|[-\w]+)$/);if(null==i||i.length<4)return n.push('The provided transition expression "'+e+'" is not supported'),t;var o=i[1],a=i[2],s=i[3];t.push(Vn(o,s)),"<"!=a[0]||o==Fn&&s==Fn||t.push(Vn(s,o))}(e,i,r)}):i.push(n),i),animation:o,queryCount:t.queryCount,depCount:t.depCount,options:Zn(e.options)}},e.prototype.visitSequence=function(e,t){var n=this;return{type:2,steps:e.steps.map(function(e){return Rn(n,e,t)}),options:Zn(e.options)}},e.prototype.visitGroup=function(e,t){var n=this,r=t.currentTime,i=0,o=e.steps.map(function(e){t.currentTime=r;var o=Rn(n,e,t);return i=Math.max(i,t.currentTime),o});return t.currentTime=i,{type:3,steps:o,options:Zn(e.options)}},e.prototype.visitAnimate=function(e,t){var n,r=function(e,t){var n=null;if(e.hasOwnProperty("duration"))n=e;else if("number"==typeof e)return Wn(Cn(e,t).duration,0,"");var r=e;if(r.split(/\s+/).some(function(e){return"{"==e.charAt(0)&&"{"==e.charAt(1)})){var i=Wn(0,0,"");return i.dynamic=!0,i.strValue=r,i}return Wn((n=n||Cn(r,t)).duration,n.delay,n.easing)}(e.timings,t.errors);t.currentAnimateTimings=r;var i=e.styles?e.styles:at({});if(5==i.type)n=this.visitKeyframes(i,t);else{var o=e.styles,a=!1;if(!o){a=!0;var s={};r.easing&&(s.easing=r.easing),o=at(s)}t.currentTime+=r.duration+r.delay;var l=this.visitStyle(o,t);l.isEmptyStep=a,n=l}return t.currentAnimateTimings=null,{type:4,timings:r,style:n,options:null}},e.prototype.visitStyle=function(e,t){var n=this._makeStyleAst(e,t);return this._validateStyleAst(n,t),n},e.prototype._makeStyleAst=function(e,t){var n=[];Array.isArray(e.styles)?e.styles.forEach(function(e){"string"==typeof e?e==it?n.push(e):t.errors.push("The provided style string value "+e+" is not allowed."):n.push(e)}):n.push(e.styles);var r=!1,i=null;return n.forEach(function(e){if(Gn(e)){var t=e,n=t.easing;if(n&&(i=n,delete t.easing),!r)for(var o in t)if(t[o].toString().indexOf("{{")>=0){r=!0;break}}}),{type:6,styles:n,easing:i,offset:e.offset,containsDynamicStyles:r,options:null}},e.prototype._validateStyleAst=function(e,t){var n=this,r=t.currentAnimateTimings,i=t.currentTime,o=t.currentTime;r&&o>0&&(o-=r.duration+r.delay),e.styles.forEach(function(e){"string"!=typeof e&&Object.keys(e).forEach(function(r){if(n._driver.validateStyleProperty(r)){var a,s,l,u=t.collectedStyles[t.currentQuerySelector],c=u[r],p=!0;c&&(o!=i&&o>=c.startTime&&i<=c.endTime&&(t.errors.push('The CSS property "'+r+'" that exists between the times of "'+c.startTime+'ms" and "'+c.endTime+'ms" is also being animated in a parallel animation between the times of "'+o+'ms" and "'+i+'ms"'),p=!1),o=c.startTime),p&&(u[r]={startTime:o,endTime:i}),t.options&&(a=t.errors,s=t.options.params||{},(l=Tn(e[r])).length&&l.forEach(function(e){s.hasOwnProperty(e)||a.push("Unable to resolve the local animation param "+e+" in the given list of values")}))}else t.errors.push('The provided animation property "'+r+'" is not a supported CSS property for animations')})})},e.prototype.visitKeyframes=function(e,t){var n=this,r={type:5,styles:[],options:null};if(!t.currentAnimateTimings)return t.errors.push("keyframes() must be placed inside of a call to animate()"),r;var i=0,o=[],a=!1,s=!1,l=0,u=e.steps.map(function(e){var r=n._makeStyleAst(e,t),u=null!=r.offset?r.offset:function(e){if("string"==typeof e)return null;var t=null;if(Array.isArray(e))e.forEach(function(e){if(Gn(e)&&e.hasOwnProperty("offset")){var n=e;t=parseFloat(n.offset),delete n.offset}});else if(Gn(e)&&e.hasOwnProperty("offset")){var n=e;t=parseFloat(n.offset),delete n.offset}return t}(r.styles),c=0;return null!=u&&(i++,c=r.offset=u),s=s||c<0||c>1,a=a||c0&&i0?i==d?1:p*i:o[i],s=a*g;t.currentTime=f+h.delay+s,h.duration=s,n._validateStyleAst(e,t),e.offset=a,r.styles.push(e)}),r},e.prototype.visitReference=function(e,t){return{type:8,animation:Rn(this,Pn(e.animation),t),options:Zn(e.options)}},e.prototype.visitAnimateChild=function(e,t){return t.depCount++,{type:9,options:Zn(e.options)}},e.prototype.visitAnimateRef=function(e,t){return{type:10,animation:this.visitReference(e.animation,t),options:Zn(e.options)}},e.prototype.visitQuery=function(e,t){var n=t.currentQuerySelector,r=e.options||{};t.queryCount++,t.currentQuery=e;var i=function(e){var t=!!e.split(/\s*,\s*/).find(function(e){return":self"==e});return t&&(e=e.replace(zn,"")),[e=e.replace(/@\*/g,".ng-trigger").replace(/@\w+/g,function(e){return".ng-trigger-"+e.substr(1)}).replace(/:animating/g,".ng-animating"),t]}(e.selector),o=i[0],a=i[1];t.currentQuerySelector=n.length?n+" "+o:o,rn(t.collectedStyles,t.currentQuerySelector,{});var s=Rn(this,Pn(e.animation),t);return t.currentQuery=null,t.currentQuerySelector=n,{type:11,selector:o,limit:r.limit||0,optional:!!r.optional,includeSelf:a,animation:s,originalSelector:e.selector,options:Zn(e.options)}},e.prototype.visitStagger=function(e,t){t.currentQuery||t.errors.push("stagger() can only be used inside of query()");var n="full"===e.timings?{duration:0,delay:0,easing:"full"}:Cn(e.timings,t.errors,!0);return{type:12,animation:Rn(this,Pn(e.animation),t),timings:n,options:null}},e}(),Un=function(e){this.errors=e,this.queryCount=0,this.depCount=0,this.currentTransition=null,this.currentQuery=null,this.currentQuerySelector=null,this.currentAnimateTimings=null,this.currentTime=0,this.collectedStyles={},this.options=null};function Gn(e){return!Array.isArray(e)&&"object"==typeof e}function Zn(e){var t;return e?(e=On(e)).params&&(e.params=(t=e.params)?On(t):null):e={},e}function Wn(e,t,n){return{duration:e,delay:t,easing:n}}function qn(e,t,n,r,i,o,a,s){return void 0===a&&(a=null),void 0===s&&(s=!1),{type:1,element:e,keyframes:t,preStyleProps:n,postStyleProps:r,duration:i,delay:o,totalTime:i+o,easing:a,subTimeline:s}}var Kn=function(){function e(){this._map=new Map}return e.prototype.consume=function(e){var t=this._map.get(e);return t?this._map.delete(e):t=[],t},e.prototype.append=function(e,t){var n=this._map.get(e);n||this._map.set(e,n=[]),n.push.apply(n,t)},e.prototype.has=function(e){return this._map.has(e)},e.prototype.clear=function(){this._map.clear()},e}(),$n=new RegExp(":enter","g"),Qn=new RegExp(":leave","g");function Yn(e,t,n,r,i,o,a,s,l,u){return void 0===o&&(o={}),void 0===a&&(a={}),void 0===u&&(u=[]),(new Jn).buildKeyframes(e,t,n,r,i,o,a,s,l,u)}var Jn=function(){function e(){}return e.prototype.buildKeyframes=function(e,t,n,r,i,o,a,s,l,u){void 0===u&&(u=[]),l=l||new Kn;var c=new er(e,t,l,r,i,u,[]);c.options=s,c.currentTimeline.setStyles([o],null,c.errors,s),Rn(this,n,c);var p=c.timelines.filter(function(e){return e.containsAnimation()});if(p.length&&Object.keys(a).length){var d=p[p.length-1];d.allowOnlyTimelineStyles()||d.setStyles([a],null,c.errors,s)}return p.length?p.map(function(e){return e.buildKeyframes()}):[qn(t,[],[],[],0,0,"",!1)]},e.prototype.visitTrigger=function(e,t){},e.prototype.visitState=function(e,t){},e.prototype.visitTransition=function(e,t){},e.prototype.visitAnimateChild=function(e,t){var n=t.subInstructions.consume(t.element);if(n){var r=t.createSubContext(e.options),i=t.currentTimeline.currentTime,o=this._visitSubInstructions(n,r,r.options);i!=o&&t.transformIntoNewTimeline(o)}t.previousNode=e},e.prototype.visitAnimateRef=function(e,t){var n=t.createSubContext(e.options);n.transformIntoNewTimeline(),this.visitReference(e.animation,n),t.transformIntoNewTimeline(n.currentTimeline.currentTime),t.previousNode=e},e.prototype._visitSubInstructions=function(e,t,n){var r=t.currentTimeline.currentTime,i=null!=n.duration?wn(n.duration):null,o=null!=n.delay?wn(n.delay):null;return 0!==i&&e.forEach(function(e){var n=t.appendInstructionToTimeline(e,i,o);r=Math.max(r,n.duration+n.delay)}),r},e.prototype.visitReference=function(e,t){t.updateOptions(e.options,!0),Rn(this,e.animation,t),t.previousNode=e},e.prototype.visitSequence=function(e,t){var n=this,r=t.subContextCount,i=t,o=e.options;if(o&&(o.params||o.delay)&&((i=t.createSubContext(o)).transformIntoNewTimeline(),null!=o.delay)){6==i.previousNode.type&&(i.currentTimeline.snapshotCurrentStyles(),i.previousNode=Xn);var a=wn(o.delay);i.delayNextStep(a)}e.steps.length&&(e.steps.forEach(function(e){return Rn(n,e,i)}),i.currentTimeline.applyStylesToKeyframe(),i.subContextCount>r&&i.transformIntoNewTimeline()),t.previousNode=e},e.prototype.visitGroup=function(e,t){var n=this,r=[],i=t.currentTimeline.currentTime,o=e.options&&e.options.delay?wn(e.options.delay):0;e.steps.forEach(function(a){var s=t.createSubContext(e.options);o&&s.delayNextStep(o),Rn(n,a,s),i=Math.max(i,s.currentTimeline.currentTime),r.push(s.currentTimeline)}),r.forEach(function(e){return t.currentTimeline.mergeTimelineCollectedStyles(e)}),t.transformIntoNewTimeline(i),t.previousNode=e},e.prototype._visitTiming=function(e,t){if(e.dynamic){var n=e.strValue;return Cn(t.params?Mn(n,t.params,t.errors):n,t.errors)}return{duration:e.duration,delay:e.delay,easing:e.easing}},e.prototype.visitAnimate=function(e,t){var n=t.currentAnimateTimings=this._visitTiming(e.timings,t),r=t.currentTimeline;n.delay&&(t.incrementTime(n.delay),r.snapshotCurrentStyles());var i=e.style;5==i.type?this.visitKeyframes(i,t):(t.incrementTime(n.duration),this.visitStyle(i,t),r.applyStylesToKeyframe()),t.currentAnimateTimings=null,t.previousNode=e},e.prototype.visitStyle=function(e,t){var n=t.currentTimeline,r=t.currentAnimateTimings;!r&&n.getCurrentStyleProperties().length&&n.forwardFrame();var i=r&&r.easing||e.easing;e.isEmptyStep?n.applyEmptyStep(i):n.setStyles(e.styles,i,t.errors,t.options),t.previousNode=e},e.prototype.visitKeyframes=function(e,t){var n=t.currentAnimateTimings,r=t.currentTimeline.duration,i=n.duration,o=t.createSubContext().currentTimeline;o.easing=n.easing,e.styles.forEach(function(e){o.forwardTime((e.offset||0)*i),o.setStyles(e.styles,e.easing,t.errors,t.options),o.applyStylesToKeyframe()}),t.currentTimeline.mergeTimelineCollectedStyles(o),t.transformIntoNewTimeline(r+i),t.previousNode=e},e.prototype.visitQuery=function(e,t){var n=this,r=t.currentTimeline.currentTime,i=e.options||{},o=i.delay?wn(i.delay):0;o&&(6===t.previousNode.type||0==r&&t.currentTimeline.getCurrentStyleProperties().length)&&(t.currentTimeline.snapshotCurrentStyles(),t.previousNode=Xn);var a=r,s=t.invokeQuery(e.selector,e.originalSelector,e.limit,e.includeSelf,!!i.optional,t.errors);t.currentQueryTotal=s.length;var l=null;s.forEach(function(r,i){t.currentQueryIndex=i;var s=t.createSubContext(e.options,r);o&&s.delayNextStep(o),r===t.element&&(l=s.currentTimeline),Rn(n,e.animation,s),s.currentTimeline.applyStylesToKeyframe(),a=Math.max(a,s.currentTimeline.currentTime)}),t.currentQueryIndex=0,t.currentQueryTotal=0,t.transformIntoNewTimeline(a),l&&(t.currentTimeline.mergeTimelineCollectedStyles(l),t.currentTimeline.snapshotCurrentStyles()),t.previousNode=e},e.prototype.visitStagger=function(e,t){var n=t.parentContext,r=t.currentTimeline,i=e.timings,o=Math.abs(i.duration),a=o*(t.currentQueryTotal-1),s=o*t.currentQueryIndex;switch(i.duration<0?"reverse":i.easing){case"reverse":s=a-s;break;case"full":s=n.currentStaggerTime}var l=t.currentTimeline;s&&l.delayNextStep(s);var u=l.currentTime;Rn(this,e.animation,t),t.previousNode=e,n.currentStaggerTime=r.currentTime-u+(r.startTime-n.currentTimeline.startTime)},e}(),Xn={},er=function(){function e(e,t,n,r,i,o,a,s){this._driver=e,this.element=t,this.subInstructions=n,this._enterClassName=r,this._leaveClassName=i,this.errors=o,this.timelines=a,this.parentContext=null,this.currentAnimateTimings=null,this.previousNode=Xn,this.subContextCount=0,this.options={},this.currentQueryIndex=0,this.currentQueryTotal=0,this.currentStaggerTime=0,this.currentTimeline=s||new tr(this._driver,t,0),a.push(this.currentTimeline)}return Object.defineProperty(e.prototype,"params",{get:function(){return this.options.params},enumerable:!0,configurable:!0}),e.prototype.updateOptions=function(e,t){var n=this;if(e){var r=e,i=this.options;null!=r.duration&&(i.duration=wn(r.duration)),null!=r.delay&&(i.delay=wn(r.delay));var o=r.params;if(o){var a=i.params;a||(a=this.options.params={}),Object.keys(o).forEach(function(e){t&&a.hasOwnProperty(e)||(a[e]=Mn(o[e],a,n.errors))})}}},e.prototype._copyOptions=function(){var e={};if(this.options){var t=this.options.params;if(t){var n=e.params={};Object.keys(t).forEach(function(e){n[e]=t[e]})}}return e},e.prototype.createSubContext=function(t,n,r){void 0===t&&(t=null);var i=n||this.element,o=new e(this._driver,i,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(i,r||0));return o.previousNode=this.previousNode,o.currentAnimateTimings=this.currentAnimateTimings,o.options=this._copyOptions(),o.updateOptions(t),o.currentQueryIndex=this.currentQueryIndex,o.currentQueryTotal=this.currentQueryTotal,o.parentContext=this,this.subContextCount++,o},e.prototype.transformIntoNewTimeline=function(e){return this.previousNode=Xn,this.currentTimeline=this.currentTimeline.fork(this.element,e),this.timelines.push(this.currentTimeline),this.currentTimeline},e.prototype.appendInstructionToTimeline=function(e,t,n){var r={duration:null!=t?t:e.duration,delay:this.currentTimeline.currentTime+(null!=n?n:0)+e.delay,easing:""},i=new nr(this._driver,e.element,e.keyframes,e.preStyleProps,e.postStyleProps,r,e.stretchStartingKeyframe);return this.timelines.push(i),r},e.prototype.incrementTime=function(e){this.currentTimeline.forwardTime(this.currentTimeline.duration+e)},e.prototype.delayNextStep=function(e){e>0&&this.currentTimeline.delayNextStep(e)},e.prototype.invokeQuery=function(e,t,n,r,i,o){var a=[];if(r&&a.push(this.element),e.length>0){e=(e=e.replace($n,"."+this._enterClassName)).replace(Qn,"."+this._leaveClassName);var s=this._driver.query(this.element,e,1!=n);0!==n&&(s=n<0?s.slice(s.length+n,s.length):s.slice(0,n)),a.push.apply(a,s)}return i||0!=a.length||o.push('`query("'+t+'")` returned zero elements. (Use `query("'+t+'", { optional: true })` if you wish to allow this.)'),a},e}(),tr=function(){function e(e,t,n,r){this._driver=e,this.element=t,this.startTime=n,this._elementTimelineStylesLookup=r,this.duration=0,this._previousKeyframe={},this._currentKeyframe={},this._keyframes=new Map,this._styleSummary={},this._pendingStyles={},this._backFill={},this._currentEmptyStepKeyframe=null,this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map),this._localTimelineStyles=Object.create(this._backFill,{}),this._globalTimelineStyles=this._elementTimelineStylesLookup.get(t),this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(t,this._localTimelineStyles)),this._loadKeyframe()}return e.prototype.containsAnimation=function(){switch(this._keyframes.size){case 0:return!1;case 1:return this.getCurrentStyleProperties().length>0;default:return!0}},e.prototype.getCurrentStyleProperties=function(){return Object.keys(this._currentKeyframe)},Object.defineProperty(e.prototype,"currentTime",{get:function(){return this.startTime+this.duration},enumerable:!0,configurable:!0}),e.prototype.delayNextStep=function(e){var t=1==this._keyframes.size&&Object.keys(this._pendingStyles).length;this.duration||t?(this.forwardTime(this.currentTime+e),t&&this.snapshotCurrentStyles()):this.startTime+=e},e.prototype.fork=function(t,n){return this.applyStylesToKeyframe(),new e(this._driver,t,n||this.currentTime,this._elementTimelineStylesLookup)},e.prototype._loadKeyframe=function(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe),this._currentKeyframe=this._keyframes.get(this.duration),this._currentKeyframe||(this._currentKeyframe=Object.create(this._backFill,{}),this._keyframes.set(this.duration,this._currentKeyframe))},e.prototype.forwardFrame=function(){this.duration+=1,this._loadKeyframe()},e.prototype.forwardTime=function(e){this.applyStylesToKeyframe(),this.duration=e,this._loadKeyframe()},e.prototype._updateStyle=function(e,t){this._localTimelineStyles[e]=t,this._globalTimelineStyles[e]=t,this._styleSummary[e]={time:this.currentTime,value:t}},e.prototype.allowOnlyTimelineStyles=function(){return this._currentEmptyStepKeyframe!==this._currentKeyframe},e.prototype.applyEmptyStep=function(e){var t=this;e&&(this._previousKeyframe.easing=e),Object.keys(this._globalTimelineStyles).forEach(function(e){t._backFill[e]=t._globalTimelineStyles[e]||it,t._currentKeyframe[e]=it}),this._currentEmptyStepKeyframe=this._currentKeyframe},e.prototype.setStyles=function(e,t,n,r){var i=this;t&&(this._previousKeyframe.easing=t);var o=r&&r.params||{},a=function(e,t){var n,r={};return e.forEach(function(e){"*"===e?(n=n||Object.keys(t)).forEach(function(e){r[e]=it}):En(e,!1,r)}),r}(e,this._globalTimelineStyles);Object.keys(a).forEach(function(e){var t=Mn(a[e],o,n);i._pendingStyles[e]=t,i._localTimelineStyles.hasOwnProperty(e)||(i._backFill[e]=i._globalTimelineStyles.hasOwnProperty(e)?i._globalTimelineStyles[e]:it),i._updateStyle(e,t)})},e.prototype.applyStylesToKeyframe=function(){var e=this,t=this._pendingStyles,n=Object.keys(t);0!=n.length&&(this._pendingStyles={},n.forEach(function(n){e._currentKeyframe[n]=t[n]}),Object.keys(this._localTimelineStyles).forEach(function(t){e._currentKeyframe.hasOwnProperty(t)||(e._currentKeyframe[t]=e._localTimelineStyles[t])}))},e.prototype.snapshotCurrentStyles=function(){var e=this;Object.keys(this._localTimelineStyles).forEach(function(t){var n=e._localTimelineStyles[t];e._pendingStyles[t]=n,e._updateStyle(t,n)})},e.prototype.getFinalKeyframe=function(){return this._keyframes.get(this.duration)},Object.defineProperty(e.prototype,"properties",{get:function(){var e=[];for(var t in this._currentKeyframe)e.push(t);return e},enumerable:!0,configurable:!0}),e.prototype.mergeTimelineCollectedStyles=function(e){var t=this;Object.keys(e._styleSummary).forEach(function(n){var r=t._styleSummary[n],i=e._styleSummary[n];(!r||i.time>r.time)&&t._updateStyle(n,i.value)})},e.prototype.buildKeyframes=function(){var e=this;this.applyStylesToKeyframe();var t=new Set,n=new Set,r=1===this._keyframes.size&&0===this.duration,i=[];this._keyframes.forEach(function(o,a){var s=En(o,!0);Object.keys(s).forEach(function(e){var r=s[e];r==ct?t.add(e):r==it&&n.add(e)}),r||(s.offset=a/e.duration),i.push(s)});var o=t.size?Dn(t.values()):[],a=n.size?Dn(n.values()):[];if(r){var s=i[0],l=On(s);s.offset=0,l.offset=1,i=[s,l]}return qn(this.element,i,o,a,this.duration,this.startTime,this.easing,!1)},e}(),nr=function(e){function t(t,n,r,i,o,a,s){void 0===s&&(s=!1);var l=e.call(this,t,n,a.delay)||this;return l.element=n,l.keyframes=r,l.preStyleProps=i,l.postStyleProps=o,l._stretchStartingKeyframe=s,l.timings={duration:a.duration,delay:a.delay,easing:a.easing},l}return Object(Y.b)(t,e),t.prototype.containsAnimation=function(){return this.keyframes.length>1},t.prototype.buildKeyframes=function(){var e=this.keyframes,t=this.timings,n=t.delay,r=t.duration,i=t.easing;if(this._stretchStartingKeyframe&&n){var o=[],a=r+n,s=n/a,l=En(e[0],!1);l.offset=0,o.push(l);var u=En(e[0],!1);u.offset=rr(s),o.push(u);for(var c=e.length-1,p=1;p<=c;p++){var d=En(e[p],!1);d.offset=rr((n+d.offset*r)/a),o.push(d)}r=a,n=0,i="",e=o}return qn(this.element,e,this.preStyleProps,this.postStyleProps,r,n,i,!0)},t}(tr);function rr(e,t){void 0===t&&(t=3);var n=Math.pow(10,t-1);return Math.round(e*n)/n}var ir=function(){},or=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(Y.b)(t,e),t.prototype.normalizePropertyName=function(e,t){return An(e)},t.prototype.normalizeStyleValue=function(e,t,n,r){var i="",o=n.toString().trim();if(ar[t]&&0!==n&&"0"!==n)if("number"==typeof n)i="px";else{var a=n.match(/^[+-]?[\d\.]+([a-z]*)$/);a&&0==a[1].length&&r.push("Please provide a CSS unit value for "+e+":"+n)}return o+i},t}(ir),ar=function(e){var t={};return"width,height,minWidth,minHeight,maxWidth,maxHeight,left,top,bottom,right,fontSize,outlineWidth,outlineOffset,paddingTop,paddingLeft,paddingBottom,paddingRight,marginTop,marginLeft,marginBottom,marginRight,borderRadius,borderWidth,borderTopWidth,borderLeftWidth,borderRightWidth,borderBottomWidth,textIndent,perspective".split(",").forEach(function(e){return t[e]=!0}),t}();function sr(e,t,n,r,i,o,a,s,l,u,c,p){return{type:0,element:e,triggerName:t,isRemovalTransition:i,fromState:n,fromStyles:o,toState:r,toStyles:a,timelines:s,queriedElements:l,preStyleProps:u,postStyleProps:c,errors:p}}var lr={},ur=function(){function e(e,t,n){this._triggerName=e,this.ast=t,this._stateStyles=n}return e.prototype.match=function(e,t){return function(e,t,n){return e.some(function(e){return e(t,n)})}(this.ast.matchers,e,t)},e.prototype.buildStyles=function(e,t,n){var r=this._stateStyles["*"],i=this._stateStyles[e],o=r?r.buildStyles(t,n):{};return i?i.buildStyles(t,n):o},e.prototype.build=function(e,t,n,r,i,o,a,s,l){var u=[],c=this.ast.options&&this.ast.options.params||lr,p=this.buildStyles(n,a&&a.params||lr,u),d=s&&s.params||lr,f=this.buildStyles(r,d,u),h=new Set,g=new Map,y=new Map,m="void"===r,v={params:Object(Y.a)({},c,d)},b=Yn(e,t,this.ast.animation,i,o,p,f,v,l,u);if(u.length)return sr(t,this._triggerName,n,r,m,p,f,[],[],g,y,u);b.forEach(function(e){var n=e.element,r=rn(g,n,{});e.preStyleProps.forEach(function(e){return r[e]=!0});var i=rn(y,n,{});e.postStyleProps.forEach(function(e){return i[e]=!0}),n!==t&&h.add(n)});var _=Dn(h.values());return sr(t,this._triggerName,n,r,m,p,f,b,_,g,y)},e}(),cr=function(){function e(e,t){this.styles=e,this.defaultParams=t}return e.prototype.buildStyles=function(e,t){var n={},r=On(this.defaultParams);return Object.keys(e).forEach(function(t){var n=e[t];null!=n&&(r[t]=n)}),this.styles.styles.forEach(function(e){if("string"!=typeof e){var i=e;Object.keys(i).forEach(function(e){var o=i[e];o.length>1&&(o=Mn(o,r,t)),n[e]=o})}}),n},e}(),pr=function(){function e(e,t){var n=this;this.name=e,this.ast=t,this.transitionFactories=[],this.states={},t.states.forEach(function(e){n.states[e.name]=new cr(e.style,e.options&&e.options.params||{})}),dr(this.states,"true","1"),dr(this.states,"false","0"),t.transitions.forEach(function(t){n.transitionFactories.push(new ur(e,t,n.states))}),this.fallbackTransition=new ur(e,{type:1,animation:{type:2,steps:[],options:null},matchers:[function(e,t){return!0}],options:null,queryCount:0,depCount:0},this.states)}return Object.defineProperty(e.prototype,"containsQueries",{get:function(){return this.ast.queryCount>0},enumerable:!0,configurable:!0}),e.prototype.matchTransition=function(e,t){return this.transitionFactories.find(function(n){return n.match(e,t)})||null},e.prototype.matchStyles=function(e,t,n){return this.fallbackTransition.buildStyles(e,t,n)},e}();function dr(e,t,n){e.hasOwnProperty(t)?e.hasOwnProperty(n)||(e[n]=e[t]):e.hasOwnProperty(n)&&(e[t]=e[n])}var fr=new Kn,hr=function(){function e(e,t){this._driver=e,this._normalizer=t,this._animations={},this._playersById={},this.players=[]}return e.prototype.register=function(e,t){var n=[],r=Hn(this._driver,t,n);if(n.length)throw new Error("Unable to build the animation due to the following errors: "+n.join("\n"));this._animations[e]=r},e.prototype._buildPlayer=function(e,t,n){var r=e.element,i=Xt(0,this._normalizer,0,e.keyframes,t,n);return this._driver.animate(r,i,e.duration,e.delay,e.easing,[])},e.prototype.create=function(e,t,n){var r=this;void 0===n&&(n={});var i,o=[],a=this._animations[e],s=new Map;if(a?(i=Yn(this._driver,t,a,"ng-enter","ng-leave",{},{},n,fr,o)).forEach(function(e){var t=rn(s,e.element,{});e.postStyleProps.forEach(function(e){return t[e]=null})}):(o.push("The requested animation doesn't exist or has already been destroyed"),i=[]),o.length)throw new Error("Unable to create the animation due to the following errors: "+o.join("\n"));s.forEach(function(e,t){Object.keys(e).forEach(function(n){e[n]=r._driver.computeStyle(t,n,it)})});var l=Jt(i.map(function(e){var t=s.get(e.element);return r._buildPlayer(e,{},t)}));return this._playersById[e]=l,l.onDestroy(function(){return r.destroy(e)}),this.players.push(l),l},e.prototype.destroy=function(e){var t=this._getPlayer(e);t.destroy(),delete this._playersById[e];var n=this.players.indexOf(t);n>=0&&this.players.splice(n,1)},e.prototype._getPlayer=function(e){var t=this._playersById[e];if(!t)throw new Error("Unable to find the timeline player referenced by "+e);return t},e.prototype.listen=function(e,t,n,r){var i=nn(t,"","","");return en(this._getPlayer(e),n,i,r),function(){}},e.prototype.command=function(e,t,n,r){if("register"!=n)if("create"!=n){var i=this._getPlayer(e);switch(n){case"play":i.play();break;case"pause":i.pause();break;case"reset":i.reset();break;case"restart":i.restart();break;case"finish":i.finish();break;case"init":i.init();break;case"setPosition":i.setPosition(parseFloat(r[0]));break;case"destroy":this.destroy(e)}}else this.create(e,t,r[0]||{});else this.register(e,r[0])},e}(),gr=[],yr={namespaceId:"",setForRemoval:null,hasAnimation:!1,removedBeforeQueried:!1},mr={namespaceId:"",setForRemoval:null,hasAnimation:!1,removedBeforeQueried:!0},vr="__ng_removed",br=function(){function e(e,t){void 0===t&&(t=""),this.namespaceId=t;var n=e&&e.hasOwnProperty("value");if(this.value=function(e){return null!=e?e:null}(n?e.value:e),n){var r=On(e);delete r.value,this.options=r}else this.options={};this.options.params||(this.options.params={})}return Object.defineProperty(e.prototype,"params",{get:function(){return this.options.params},enumerable:!0,configurable:!0}),e.prototype.absorbOptions=function(e){var t=e.params;if(t){var n=this.options.params;Object.keys(t).forEach(function(e){null==n[e]&&(n[e]=t[e])})}},e}(),_r=new br("void"),wr=new br("DELETED"),xr=function(){function e(e,t,n){this.id=e,this.hostElement=t,this._engine=n,this.players=[],this._triggers={},this._queue=[],this._elementListeners=new Map,this._hostClassName="ng-tns-"+e,Tr(t,this._hostClassName)}return e.prototype.listen=function(e,t,n,r){var i,o=this;if(!this._triggers.hasOwnProperty(t))throw new Error('Unable to listen on the animation trigger event "'+n+'" because the animation trigger "'+t+"\" doesn't exist!");if(null==n||0==n.length)throw new Error('Unable to listen on the animation trigger "'+t+'" because the provided event is undefined!');if("start"!=(i=n)&&"done"!=i)throw new Error('The provided animation trigger event "'+n+'" for the animation trigger "'+t+'" is not supported!');var a=rn(this._elementListeners,e,[]),s={name:t,phase:n,callback:r};a.push(s);var l=rn(this._engine.statesByElement,e,{});return l.hasOwnProperty(t)||(Tr(e,"ng-trigger"),Tr(e,"ng-trigger-"+t),l[t]=_r),function(){o._engine.afterFlush(function(){var e=a.indexOf(s);e>=0&&a.splice(e,1),o._triggers[t]||delete l[t]})}},e.prototype.register=function(e,t){return!this._triggers[e]&&(this._triggers[e]=t,!0)},e.prototype._getTrigger=function(e){var t=this._triggers[e];if(!t)throw new Error('The provided animation trigger "'+e+'" has not been registered!');return t},e.prototype.trigger=function(e,t,n,r){var i=this;void 0===r&&(r=!0);var o=this._getTrigger(t),a=new Or(this.id,t,e),s=this._engine.statesByElement.get(e);s||(Tr(e,"ng-trigger"),Tr(e,"ng-trigger-"+t),this._engine.statesByElement.set(e,s={}));var l=s[t],u=new br(n,this.id);if(!(n&&n.hasOwnProperty("value"))&&l&&u.absorbOptions(l.options),s[t]=u,l){if(l===wr)return a}else l=_r;if("void"===u.value||l.value!==u.value){var c=rn(this._engine.playersByElement,e,[]);c.forEach(function(e){e.namespaceId==i.id&&e.triggerName==t&&e.queued&&e.destroy()});var p=o.matchTransition(l.value,u.value),d=!1;if(!p){if(!r)return;p=o.fallbackTransition,d=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:e,triggerName:t,transition:p,fromState:l,toState:u,player:a,isFallbackTransition:d}),d||(Tr(e,"ng-animate-queued"),a.onStart(function(){Mr(e,"ng-animate-queued")})),a.onDone(function(){var t=i.players.indexOf(a);t>=0&&i.players.splice(t,1);var n=i._engine.playersByElement.get(e);if(n){var r=n.indexOf(a);r>=0&&n.splice(r,1)}}),this.players.push(a),c.push(a),a}if(!function(e,t){var n=Object.keys(e),r=Object.keys(t);if(n.length!=r.length)return!1;for(var i=0;i=0){for(var r=!1,i=n;i>=0;i--)if(this.driver.containsElement(this._namespaceList[i].hostElement,t)){this._namespaceList.splice(i+1,0,e),r=!0;break}r||this._namespaceList.splice(0,0,e)}else this._namespaceList.push(e);return this.namespacesByHostElement.set(t,e),e},e.prototype.register=function(e,t){var n=this._namespaceLookup[e];return n||(n=this.createNamespace(e,t)),n},e.prototype.registerTrigger=function(e,t,n){var r=this._namespaceLookup[e];r&&r.register(t,n)&&this.totalAnimations++},e.prototype.destroy=function(e,t){var n=this;if(e){var r=this._fetchNamespace(e);this.afterFlush(function(){n.namespacesByHostElement.delete(r.hostElement),delete n._namespaceLookup[e];var t=n._namespaceList.indexOf(r);t>=0&&n._namespaceList.splice(t,1)}),this.afterFlushAnimationsDone(function(){return r.destroy(t)})}},e.prototype._fetchNamespace=function(e){return this._namespaceLookup[e]},e.prototype.fetchNamespacesByElement=function(e){var t=new Set,n=this.statesByElement.get(e);if(n)for(var r=Object.keys(n),i=0;i=0;O--)this._namespaceList[O].drainQueuedTransitions(t).forEach(function(e){var t=e.player;x.push(t);var o=e.element;if(p&&n.driver.containsElement(p,o)){var c=_.get(o),d=h.get(o),f=n._buildInstruction(e,r,d,c);if(f.errors&&f.errors.length)C.push(f);else{if(e.isFallbackTransition)return t.onStart(function(){return Sn(o,f.fromStyles)}),t.onDestroy(function(){return In(o,f.toStyles)}),void i.push(t);f.timelines.forEach(function(e){return e.stretchStartingKeyframe=!0}),r.append(o,f.timelines),a.push({instruction:f,player:t,element:o}),f.queriedElements.forEach(function(e){return rn(s,e,[]).push(t)}),f.preStyleProps.forEach(function(e,t){var n=Object.keys(e);if(n.length){var r=l.get(t);r||l.set(t,r=new Set),n.forEach(function(e){return r.add(e)})}}),f.postStyleProps.forEach(function(e,t){var n=Object.keys(e),r=u.get(t);r||u.set(t,r=new Set),n.forEach(function(e){return r.add(e)})})}}else t.destroy()});if(C.length){var E=[];C.forEach(function(e){E.push("@"+e.triggerName+" has failed due to:\n"),e.errors.forEach(function(e){return E.push("- "+e+"\n")})}),x.forEach(function(e){return e.destroy()}),this.reportError(E)}var I=new Map,S=new Map;a.forEach(function(e){var t=e.element;r.has(t)&&(S.set(t,t),n._beforeAnimationBuild(e.player.namespaceId,e.instruction,I))}),i.forEach(function(e){var t=e.element;n._getPreviousPlayers(t,!1,e.namespaceId,e.triggerName,null).forEach(function(e){rn(I,t,[]).push(e),e.destroy()})});var P=y.filter(function(e){return Nr(e,l,u)}),k=new Map;Sr(k,this.driver,v,u,it).forEach(function(e){Nr(e,l,u)&&P.push(e)});var T=new Map;f.forEach(function(e,t){Sr(T,n.driver,new Set(e),l,ct)}),P.forEach(function(e){var t=k.get(e),n=T.get(e);k.set(e,Object(Y.a)({},t,n))});var M=[],D=[],N={};a.forEach(function(e){var t=e.element,a=e.player,s=e.instruction;if(r.has(t)){if(c.has(t))return a.onDestroy(function(){return In(t,s.toStyles)}),void i.push(a);var l=N;if(S.size>1){for(var u=t,p=[];u=u.parentNode;){var d=S.get(u);if(d){l=d;break}p.push(u)}p.forEach(function(e){return S.set(e,l)})}var f=n._buildAnimation(a.namespaceId,s,I,o,T,k);if(a.setRealPlayer(f),l===N)M.push(a);else{var h=n.playersByElement.get(l);h&&h.length&&(a.parentPlayer=Jt(h)),i.push(a)}}else Sn(t,s.fromStyles),a.onDestroy(function(){return In(t,s.toStyles)}),D.push(a),c.has(t)&&i.push(a)}),D.forEach(function(e){var t=o.get(e.element);if(t&&t.length){var n=Jt(t);e.setRealPlayer(n)}}),i.forEach(function(e){e.parentPlayer?e.syncPlayerEvents(e.parentPlayer):e.destroy()});for(var A=0;A0?this.driver.animate(e.element,t,e.duration,e.delay,e.easing,n):new lt},e}(),Or=function(){function e(e,t,n){this.namespaceId=e,this.triggerName=t,this.element=n,this._player=new lt,this._containsRealPlayer=!1,this._queuedCallbacks={},this.destroyed=!1,this.markedForDestroy=!1,this.queued=!0}return e.prototype.setRealPlayer=function(e){var t=this;this._containsRealPlayer||(this._player=e,Object.keys(this._queuedCallbacks).forEach(function(n){t._queuedCallbacks[n].forEach(function(t){return en(e,n,void 0,t)})}),this._queuedCallbacks={},this._containsRealPlayer=!0,this.queued=!1)},e.prototype.getRealPlayer=function(){return this._player},e.prototype.syncPlayerEvents=function(e){var t=this,n=this._player;n.triggerCallback&&e.onStart(function(){return n.triggerCallback("start")}),e.onDone(function(){return t.finish()}),e.onDestroy(function(){return t.destroy()})},e.prototype._queueEvent=function(e,t){rn(this._queuedCallbacks,e,[]).push(t)},e.prototype.onDone=function(e){this.queued&&this._queueEvent("done",e),this._player.onDone(e)},e.prototype.onStart=function(e){this.queued&&this._queueEvent("start",e),this._player.onStart(e)},e.prototype.onDestroy=function(e){this.queued&&this._queueEvent("destroy",e),this._player.onDestroy(e)},e.prototype.init=function(){this._player.init()},e.prototype.hasStarted=function(){return!this.queued&&this._player.hasStarted()},e.prototype.play=function(){!this.queued&&this._player.play()},e.prototype.pause=function(){!this.queued&&this._player.pause()},e.prototype.restart=function(){!this.queued&&this._player.restart()},e.prototype.finish=function(){this._player.finish()},e.prototype.destroy=function(){this.destroyed=!0,this._player.destroy()},e.prototype.reset=function(){!this.queued&&this._player.reset()},e.prototype.setPosition=function(e){this.queued||this._player.setPosition(e)},e.prototype.getPosition=function(){return this.queued?0:this._player.getPosition()},Object.defineProperty(e.prototype,"totalTime",{get:function(){return this._player.totalTime},enumerable:!0,configurable:!0}),e.prototype.triggerCallback=function(e){var t=this._player;t.triggerCallback&&t.triggerCallback(e)},e}();function Er(e){return e&&1===e.nodeType}function Ir(e,t){var n=e.style.display;return e.style.display=null!=t?t:"none",n}function Sr(e,t,n,r,i){var o=[];n.forEach(function(e){return o.push(Ir(e))});var a=[];r.forEach(function(n,r){var o={};n.forEach(function(e){var n=o[e]=t.computeStyle(r,e,i);n&&0!=n.length||(r[vr]=mr,a.push(r))}),e.set(r,o)});var s=0;return n.forEach(function(e){return Ir(e,o[s++])}),a}function Pr(e,t){var n=new Map;if(e.forEach(function(e){return n.set(e,[])}),0==t.length)return n;var r=new Set(t),i=new Map;return t.forEach(function(e){var t=function e(t){if(!t)return 1;var o=i.get(t);if(o)return o;var a=t.parentNode;return o=n.has(a)?a:r.has(a)?1:e(a),i.set(t,o),o}(e);1!==t&&n.get(t).push(e)}),n}var kr="$$classes";function Tr(e,t){if(e.classList)e.classList.add(t);else{var n=e[kr];n||(n=e[kr]={}),n[t]=!0}}function Mr(e,t){if(e.classList)e.classList.remove(t);else{var n=e[kr];n&&delete n[t]}}function Dr(e,t,n){Jt(n).onDone(function(){return e.processLeaveNode(t)})}function Nr(e,t,n){var r=n.get(e);if(!r)return!1;var i=t.get(e);return i?r.forEach(function(e){return i.add(e)}):t.set(e,r),n.delete(e),!0}var Ar=function(){function e(e,t){var n=this;this._driver=e,this._triggerCache={},this.onRemovalComplete=function(e,t){},this._transitionEngine=new Cr(e,t),this._timelineEngine=new hr(e,t),this._transitionEngine.onRemovalComplete=function(e,t){return n.onRemovalComplete(e,t)}}return e.prototype.registerTrigger=function(e,t,n,r,i){var o=e+"-"+r,a=this._triggerCache[o];if(!a){var s=[],l=Hn(this._driver,i,s);if(s.length)throw new Error('The animation trigger "'+r+'" has failed to build due to the following errors:\n - '+s.join("\n - "));a=function(e,t){return new pr(e,t)}(r,l),this._triggerCache[o]=a}this._transitionEngine.registerTrigger(t,r,a)},e.prototype.register=function(e,t){this._transitionEngine.register(e,t)},e.prototype.destroy=function(e,t){this._transitionEngine.destroy(e,t)},e.prototype.onInsert=function(e,t,n,r){this._transitionEngine.insertNode(e,t,n,r)},e.prototype.onRemove=function(e,t,n){this._transitionEngine.removeNode(e,t,n)},e.prototype.disableAnimations=function(e,t){this._transitionEngine.markElementAsDisabled(e,t)},e.prototype.process=function(e,t,n,r){if("@"==n.charAt(0)){var i=on(n);this._timelineEngine.command(i[0],t,i[1],r)}else this._transitionEngine.trigger(e,t,n,r)},e.prototype.listen=function(e,t,n,r,i){if("@"==n.charAt(0)){var o=on(n);return this._timelineEngine.listen(o[0],t,o[1],i)}return this._transitionEngine.listen(e,t,n,r,i)},e.prototype.flush=function(e){void 0===e&&(e=-1),this._transitionEngine.flush(e)},Object.defineProperty(e.prototype,"players",{get:function(){return this._transitionEngine.players.concat(this._timelineEngine.players)},enumerable:!0,configurable:!0}),e.prototype.whenRenderingDone=function(){return this._transitionEngine.whenRenderingDone()},e}(),Rr=function(){function e(e,t,n,r){void 0===r&&(r=[]);var i=this;this.element=e,this.keyframes=t,this.options=n,this.previousPlayers=r,this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._initialized=!1,this._finished=!1,this._started=!1,this._destroyed=!1,this.time=0,this.parentPlayer=null,this.previousStyles={},this.currentSnapshot={},this._duration=n.duration,this._delay=n.delay||0,this.time=this._duration+this._delay,(0===this._duration||0===this._delay)&&r.forEach(function(e){var t=e.currentSnapshot;Object.keys(t).forEach(function(e){return i.previousStyles[e]=t[e]})})}return e.prototype._onFinish=function(){this._finished||(this._finished=!0,this._onDoneFns.forEach(function(e){return e()}),this._onDoneFns=[])},e.prototype.init=function(){this._buildPlayer(),this._preparePlayerBeforeStart()},e.prototype._buildPlayer=function(){var e=this;if(!this._initialized){this._initialized=!0;var t=this.keyframes.map(function(e){return En(e,!1)}),n=Object.keys(this.previousStyles);if(n.length&&t.length){var r=t[0],i=[];if(n.forEach(function(t){r.hasOwnProperty(t)||i.push(t),r[t]=e.previousStyles[t]}),i.length)for(var o=this,a=function(){var e=t[s];i.forEach(function(t){e[t]=Fr(o.element,t)})},s=1;s=0&&e0?this._next(t.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},t}(l.a);function p(e){return e}t.a=function(){for(var e=[],t=0;t1&&"number"==typeof e[e.length-1]&&(n=e.pop())):"number"==typeof s&&(n=e.pop()),null===a&&1===e.length&&e[0]instanceof r.a?e[0]:function(e){return void 0===e&&(e=Number.POSITIVE_INFINITY),function(e,t,n){return void 0===n&&(n=Number.POSITIVE_INFINITY),function(r){return"number"==typeof t&&(n=t,t=null),r.lift(new u(e,t,n))}}(p,null,e)}(n)(new i.a(e,a))}},0:function(e,t,n){e.exports=n("x35b")},"1PhI":function(e,t,n){!function(e,t,n,r){"use strict";var i,o=function(){function e(){this.disabled=!1,this.titleText="",this.onClick=new t.EventEmitter}return e.prototype.handleClick=function(e){this.disabled||this.onClick.emit(e),e.stopPropagation(),e.preventDefault()},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery-action",template:'\n

',changeDetection:t.ChangeDetectionStrategy.OnPush}]}],e.ctorParameters=function(){return[]},e.propDecorators={icon:[{type:t.Input}],disabled:[{type:t.Input}],titleText:[{type:t.Input}],onClick:[{type:t.Output}]},e}(),a=function(){function e(){this.onPrevClick=new t.EventEmitter,this.onNextClick=new t.EventEmitter}return e.prototype.handlePrevClick=function(){this.onPrevClick.emit()},e.prototype.handleNextClick=function(){this.onNextClick.emit()},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery-arrows",template:'\n \n \n ',styles:[".ngx-gallery-arrow-wrapper { position: absolute; height: 100%; width: 1px; display: table; z-index: 2000; table-layout: fixed; } .ngx-gallery-arrow-left { left: 0px; } .ngx-gallery-arrow-right { right: 0px; } .ngx-gallery-arrow { top: 50%; transform: translateY(-50%); cursor: pointer; } .ngx-gallery-arrow.ngx-gallery-disabled { opacity: 0.6; cursor: default; } .ngx-gallery-arrow-left .ngx-gallery-arrow { left: 10px; } .ngx-gallery-arrow-right .ngx-gallery-arrow { right: 10px; } "]}]}],e.ctorParameters=function(){return[]},e.propDecorators={prevDisabled:[{type:t.Input}],nextDisabled:[{type:t.Input}],arrowPrevIcon:[{type:t.Input}],arrowNextIcon:[{type:t.Input}],onPrevClick:[{type:t.Output}],onNextClick:[{type:t.Output}]},e}(),s=function(){function e(e){this.renderer=e,this.swipeHandlers=new Map}return e.prototype.manageSwipe=function(e,t,n,r,i){var o=this.getSwipeHandlers(n);try{e&&!o?this.swipeHandlers.set(n,[this.renderer.listen(t.nativeElement,"swipeleft",function(){return r()}),this.renderer.listen(t.nativeElement,"swiperight",function(){return i()})]):!e&&o&&(o.map(function(e){return e()}),this.removeSwipeHandlers(n))}catch(e){}},e.prototype.validateUrl=function(e){return e.replace?e.replace(new RegExp(" ","g"),"%20"):e},e.prototype.getBackgroundUrl=function(e){return"url('"+this.validateUrl(e)+"')"},e.prototype.getSwipeHandlers=function(e){return this.swipeHandlers.get(e)},e.prototype.removeSwipeHandlers=function(e){this.swipeHandlers.delete(e)},e.decorators=[{type:t.Injectable}],e.ctorParameters=function(){return[{type:t.Renderer}]},e}(),l=function(){function e(){}return e.Fade="fade",e.Slide="slide",e.Rotate="rotate",e.Zoom="zoom",e}(),u=function(){function e(e,n,r){this.sanitization=e,this.elementRef=n,this.helperService=r,this.onClick=new t.EventEmitter,this.onActiveChange=new t.EventEmitter,this.canChangeImage=!0}return e.prototype.ngOnInit=function(){this.arrows&&this.arrowsAutoHide&&(this.arrows=!1),this.autoPlay&&this.startAutoPlay()},e.prototype.ngOnChanges=function(e){var t=this;e.swipe&&this.helperService.manageSwipe(this.swipe,this.elementRef,"image",function(){return t.showNext()},function(){return t.showPrev()})},e.prototype.onMouseEnter=function(){this.arrowsAutoHide&&!this.arrows&&(this.arrows=!0),this.autoPlay&&this.autoPlayPauseOnHover&&this.stopAutoPlay()},e.prototype.onMouseLeave=function(){this.arrowsAutoHide&&this.arrows&&(this.arrows=!1),this.autoPlay&&this.autoPlayPauseOnHover&&this.startAutoPlay()},e.prototype.reset=function(e){this.selectedIndex=e},e.prototype.getImages=function(){if(this.lazyLoading){var e=[this.selectedIndex],t=this.selectedIndex-1;-1===t&&this.infinityMove?e.push(this.images.length-1):t>=0&&e.push(t);var n=this.selectedIndex+1;return n==this.images.length&&this.infinityMove?e.push(0):n0)},e.prototype.getSafeUrl=function(e){return this.sanitization.bypassSecurityTrustStyle(this.helperService.getBackgroundUrl(e))},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery-image",template:'\n \n \n ',styles:[":host { width: 100%; display: inline-block; position: relative; } .ngx-gallery-image-wrapper { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; overflow: hidden; } .ngx-gallery-image { background-position: center; background-repeat: no-repeat; height: 100%; width: 100%; position: absolute; top: 0px; } .ngx-gallery-image.ngx-gallery-active { z-index: 1000; } .ngx-gallery-image-size-cover .ngx-gallery-image { background-size: cover; } .ngx-gallery-image-size-contain .ngx-gallery-image { background-size: contain; } .ngx-gallery-animation-fade .ngx-gallery-image { left: 0px; opacity: 0; transition: 0.5s ease-in-out; } .ngx-gallery-animation-fade .ngx-gallery-image.ngx-gallery-active { opacity: 1; } .ngx-gallery-animation-slide .ngx-gallery-image { transition: 0.5s ease-in-out; } .ngx-gallery-animation-slide .ngx-gallery-image.ngx-gallery-active { left: 0px; } .ngx-gallery-animation-slide .ngx-gallery-image.ngx-gallery-inactive-left { left: -100%; } .ngx-gallery-animation-slide .ngx-gallery-image.ngx-gallery-inactive-right { left: 100%; } .ngx-gallery-animation-rotate .ngx-gallery-image { transition: 1s ease; transform: scale(3.5, 3.5) rotate(90deg); left: 0px; opacity: 0; } .ngx-gallery-animation-rotate .ngx-gallery-image.ngx-gallery-active { transform: scale(1, 1) rotate(0deg); opacity: 1; } .ngx-gallery-animation-zoom .ngx-gallery-image { transition: 1s ease; transform: scale(2.5, 2.5); left: 0px; opacity: 0; } .ngx-gallery-animation-zoom .ngx-gallery-image.ngx-gallery-active { transform: scale(1, 1); opacity: 1; } .ngx-gallery-image-text { width: 100%; background: rgba(0, 0, 0, 0.7); padding: 10px; text-align: center; color: white; font-size: 16px; position: absolute; bottom: 0px; z-index: 10; } "]}]}],e.ctorParameters=function(){return[{type:r.DomSanitizer},{type:t.ElementRef},{type:s}]},e.propDecorators={images:[{type:t.Input}],clickable:[{type:t.Input}],selectedIndex:[{type:t.Input}],arrows:[{type:t.Input}],arrowsAutoHide:[{type:t.Input}],swipe:[{type:t.Input}],animation:[{type:t.Input}],size:[{type:t.Input}],arrowPrevIcon:[{type:t.Input}],arrowNextIcon:[{type:t.Input}],autoPlay:[{type:t.Input}],autoPlayInterval:[{type:t.Input}],autoPlayPauseOnHover:[{type:t.Input}],infinityMove:[{type:t.Input}],lazyLoading:[{type:t.Input}],actions:[{type:t.Input}],descriptions:[{type:t.Input}],showDescription:[{type:t.Input}],onClick:[{type:t.Output}],onActiveChange:[{type:t.Output}],onMouseEnter:[{type:t.HostListener,args:["mouseenter"]}],onMouseLeave:[{type:t.HostListener,args:["mouseleave"]}]},e}(),c=function(){function e(){}return e.Column=1,e.Row=2,e}(),p=function(){function e(e,n,r){this.sanitization=e,this.elementRef=n,this.helperService=r,this.minStopIndex=0,this.onActiveChange=new t.EventEmitter,this.index=0}return e.prototype.ngOnChanges=function(e){var t=this;e.selectedIndex&&this.validateIndex(),e.swipe&&this.helperService.manageSwipe(this.swipe,this.elementRef,"thumbnails",function(){return t.moveRight()},function(){return t.moveLeft()}),this.images&&(this.remainingCountValue=this.images.length-this.columns)},e.prototype.onMouseEnter=function(){this.mouseenter=!0},e.prototype.onMouseLeave=function(){this.mouseenter=!1},e.prototype.onResize=function(){this.setDefaultPosition()},e.prototype.reset=function(e){this.selectedIndex=e,this.setDefaultPosition(),this.index=0,this.validateIndex()},e.prototype.getImages=function(){if(this.remainingCount)return this.images.slice(0,this.columns);if(this.lazyLoading&&this.order!=c.Row){var e=this.index+this.columns+this.moveSize;return this.rows>1&&this.order===c.Column&&(e*=this.rows),e<=this.minStopIndex?e=this.minStopIndex:this.minStopIndex=e,this.images.slice(0,e)}return this.images},e.prototype.handleClick=function(e,t){this.hasLinks()||(this.selectedIndex=t,this.onActiveChange.emit(t),e.stopPropagation(),e.preventDefault())},e.prototype.hasLinks=function(){if(this.links&&this.links.length)return!0},e.prototype.moveRight=function(){if(this.canMoveRight()){this.index+=this.moveSize;var e=this.getMaxIndex()-this.columns;this.index>e&&(this.index=e),this.setThumbnailsPosition()}},e.prototype.moveLeft=function(){this.canMoveLeft()&&(this.index-=this.moveSize,this.index<0&&(this.index=0),this.setThumbnailsPosition())},e.prototype.canMoveRight=function(){return this.index+this.columnsthis.getVisibleCount())||this.arrowsAutoHide&&!this.mouseenter)},e.prototype.validateIndex=function(){var e;if(e=this.order===c.Column?Math.floor(this.selectedIndex/this.rows):this.selectedIndex%Math.ceil(this.images.length/this.rows),this.remainingCount&&(e=0),e=this.index+this.columns){var t=this.getMaxIndex()-this.columns;this.index=e>t?t:e,this.setThumbnailsPosition()}},e.prototype.getSafeUrl=function(e){return this.sanitization.bypassSecurityTrustStyle(this.helperService.getBackgroundUrl(e))},e.prototype.getThumbnailPosition=function(e,t){return this.getSafeStyle("calc("+100/t*e+"% + "+(this.margin-(t-1)*this.margin/t)*e+"px)")},e.prototype.getThumbnailDimension=function(e){return this.getSafeStyle(0!==this.margin?"calc("+100/e+"% - "+(e-1)*this.margin/e+"px)":"calc("+100/e+"% + 1px)")},e.prototype.getMaxIndex=function(){return Math.ceil(this.images.length/this.rows)},e.prototype.getVisibleCount=function(){return this.columns*this.rows},e.prototype.getSafeStyle=function(e){return this.sanitization.bypassSecurityTrustStyle(e)},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery-thumbnails",template:'\n \n \n ',styles:[":host { width: 100%; display: inline-block; position: relative; } .ngx-gallery-thumbnails-wrapper { width: 100%; height: 100%; position: absolute; overflow: hidden; } .ngx-gallery-thumbnails { height: 100%; width: 100%; position: absolute; left: 0px; transition: left 0.5s ease-in-out; } .ngx-gallery-thumbnails .ngx-gallery-thumbnail { position: absolute; height: 100%; background-position: center; background-repeat: no-repeat; text-decoration: none; } .ngx-gallery-thumbnail-size-cover .ngx-gallery-thumbnails .ngx-gallery-thumbnail { background-size: cover; } .ngx-gallery-thumbnail-size-contain .ngx-gallery-thumbnails .ngx-gallery-thumbnail { background-size: contain; } .ngx-gallery-remaining-count-overlay { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background-color: rgba(0, 0, 0, 0.4); } .ngx-gallery-remaining-count { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-size: 30px; } "]}]}],e.ctorParameters=function(){return[{type:r.DomSanitizer},{type:t.ElementRef},{type:s}]},e.propDecorators={images:[{type:t.Input}],links:[{type:t.Input}],linkTarget:[{type:t.Input}],columns:[{type:t.Input}],rows:[{type:t.Input}],arrows:[{type:t.Input}],arrowsAutoHide:[{type:t.Input}],margin:[{type:t.Input}],selectedIndex:[{type:t.Input}],clickable:[{type:t.Input}],swipe:[{type:t.Input}],size:[{type:t.Input}],arrowPrevIcon:[{type:t.Input}],arrowNextIcon:[{type:t.Input}],moveSize:[{type:t.Input}],order:[{type:t.Input}],remainingCount:[{type:t.Input}],lazyLoading:[{type:t.Input}],actions:[{type:t.Input}],onActiveChange:[{type:t.Output}],onMouseEnter:[{type:t.HostListener,args:["mouseenter"]}],onMouseLeave:[{type:t.HostListener,args:["mouseleave"]}],onResize:[{type:t.HostListener,args:["window:resize"]}]},e}(),d=function(){function e(e,n,r){this.sanitization=e,this.elementRef=n,this.helperService=r,this.showSpinner=!1,this.positionLeft=0,this.positionTop=0,this.zoomValue=1,this.loading=!1,this.rotateValue=0,this.onOpen=new t.EventEmitter,this.onClose=new t.EventEmitter,this.onActiveChange=new t.EventEmitter,this.index=0,this.isOpen=!1,this.initialX=0,this.initialY=0,this.initialLeft=0,this.initialTop=0,this.isMove=!1}return e.prototype.ngOnChanges=function(e){var t=this;e.swipe&&this.helperService.manageSwipe(this.swipe,this.elementRef,"preview",function(){return t.showNext()},function(){return t.showPrev()})},e.prototype.onKeyDown=function(e){this.isOpen&&(this.keyboardNavigation&&(this.isKeyboardPrev(e)?this.showPrev():this.isKeyboardNext(e)&&this.showNext()),this.closeOnEsc&&this.isKeyboardEsc(e)&&this.close())},e.prototype.open=function(e){this.onOpen.emit(),this.index=e,this.isOpen=!0,this.show(!0),this.forceFullscreen&&this.manageFullscreen()},e.prototype.close=function(){this.isOpen=!1,this.closeFullscreen(),this.onClose.emit(),this.stopAutoPlay()},e.prototype.imageMouseEnter=function(){this.autoPlay&&this.autoPlayPauseOnHover&&this.stopAutoPlay()},e.prototype.imageMouseLeave=function(){this.autoPlay&&this.autoPlayPauseOnHover&&this.startAutoPlay()},e.prototype.startAutoPlay=function(){var e=this;this.autoPlay&&(this.stopAutoPlay(),this.timer=setTimeout(function(){e.showNext()||(e.index=-1,e.showNext())},this.autoPlayInterval))},e.prototype.stopAutoPlay=function(){this.timer&&clearTimeout(this.timer)},e.prototype.showNext=function(){return!!this.canShowNext()&&(this.index++,this.index===this.images.length&&(this.index=0),this.show(),!0)},e.prototype.showPrev=function(){this.canShowPrev()&&(this.index--,this.index<0&&(this.index=this.images.length-1),this.show())},e.prototype.canShowNext=function(){return!this.loading&&!!this.images&&!!(this.infinityMove||this.index0)},e.prototype.manageFullscreen=function(){if(this.fullscreen||this.forceFullscreen){var e=document;e.fullscreenElement||e.mozFullScreenElement||e.webkitFullscreenElement||e.msFullscreenElement?this.closeFullscreen():this.openFullscreen()}},e.prototype.getSafeUrl=function(e){return"data:image"===e.substr(0,10)?e:this.sanitization.bypassSecurityTrustUrl(e)},e.prototype.zoomIn=function(){this.canZoomIn()&&(this.zoomValue+=this.zoomStep,this.zoomValue>this.zoomMax&&(this.zoomValue=this.zoomMax))},e.prototype.zoomOut=function(){this.canZoomOut()&&(this.zoomValue-=this.zoomStep,this.zoomValuethis.zoomMin},e.prototype.canDragOnZoom=function(){return this.zoom&&this.zoomValue>1},e.prototype.mouseDownHandler=function(e){this.canDragOnZoom()&&(this.initialX=this.getClientX(e),this.initialY=this.getClientY(e),this.initialLeft=this.positionLeft,this.initialTop=this.positionTop,this.isMove=!0,e.preventDefault())},e.prototype.mouseUpHandler=function(e){this.isMove=!1},e.prototype.mouseMoveHandler=function(e){this.isMove&&(this.positionLeft=this.initialLeft+(this.getClientX(e)-this.initialX),this.positionTop=this.initialTop+(this.getClientY(e)-this.initialY))},e.prototype.getClientX=function(e){return e.touches&&e.touches.length?e.touches[0].clientX:e.clientX},e.prototype.getClientY=function(e){return e.touches&&e.touches.length?e.touches[0].clientY:e.clientY},e.prototype.resetPosition=function(){this.zoom&&(this.positionLeft=0,this.positionTop=0)},e.prototype.isKeyboardNext=function(e){return 39===e.keyCode},e.prototype.isKeyboardPrev=function(e){return 37===e.keyCode},e.prototype.isKeyboardEsc=function(e){return 27===e.keyCode},e.prototype.openFullscreen=function(){var e=document.documentElement;e.requestFullscreen?e.requestFullscreen():e.msRequestFullscreen?e.msRequestFullscreen():e.mozRequestFullScreen?e.mozRequestFullScreen():e.webkitRequestFullscreen&&e.webkitRequestFullscreen()},e.prototype.closeFullscreen=function(){var e=document;e.exitFullscreen?e.exitFullscreen():e.msExitFullscreen?e.msExitFullscreen():e.mozCancelFullScreen?e.mozCancelFullScreen():e.webkitExitFullscreen&&e.webkitExitFullscreen()},e.prototype.show=function(e){var t=this;void 0===e&&(e=!1),this.loading=!0,this.stopAutoPlay(),this.onActiveChange.emit(this.index),e||!this.animation?this._show():setTimeout(function(){return t._show()},600)},e.prototype._show=function(){var e=this;this.zoomValue=1,this.rotateValue=0,this.resetPosition(),this.src=this.getSafeUrl(this.images[this.index]),this.srcIndex=this.index,this.description=this.descriptions[this.index],setTimeout(function(){e.isLoaded(e.previewImage.nativeElement)?(e.loading=!1,e.startAutoPlay()):(setTimeout(function(){e.loading&&(e.showSpinner=!0)}),e.previewImage.nativeElement.onload=function(){e.loading=!1,e.showSpinner=!1,e.previewImage.nativeElement.onload=null,e.startAutoPlay()})})},e.prototype.isLoaded=function(e){return!!e.complete&&("undefined"==typeof e.naturalWidth||0!==e.naturalWidth)},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery-preview",template:'\n \n \n \n \n ',styles:[":host(.ngx-gallery-active) { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0, 0, 0, 0.7); z-index: 10000; display: inline-block; } :host { display: none; } :host /deep/ .ngx-gallery-arrow { font-size: 50px; } .ngx-gallery-preview-img { opacity: 0; max-width: 90%; max-height: 90%; user-select: none; transition: transform .5s; } .ngx-gallery-preview-img.animation { transition: opacity 0.5s linear, transform .5s; } .ngx-gallery-preview-img.ngx-gallery-active { opacity: 1; } .ngx-gallery-preview-img.ngx-gallery-grab { cursor: grab; cursor: -webkit-grab; } .ngx-gallery-icon.ngx-gallery-spinner { font-size: 50px; left: 0; display: inline-block; } :host /deep/ .ngx-gallery-preview-top { position: absolute; width: 100%; user-select: none; } :host /deep/ .ngx-gallery-preview-icons { float: right; } :host /deep/ .ngx-gallery-preview-icons .ngx-gallery-icon { position: relative; margin-right: 10px; margin-top: 10px; font-size: 25px; cursor: pointer; } :host /deep/ .ngx-gallery-preview-icons .ngx-gallery-icon.ngx-gallery-icon-disabled { cursor: default; opacity: 0.4; } .ngx-spinner-wrapper { width: 50px; height: 50px; display: none; } .ngx-spinner-wrapper.ngx-gallery-active { display: inline-block; } .ngx-gallery-center { position: absolute; left: 0; right: 0; bottom: 0; margin: auto; top: 0; } .ngx-gallery-preview-text { width: 100%; background: rgba(0, 0, 0, 0.7); padding: 10px; text-align: center; color: white; font-size: 16px; flex: 0 1 auto; z-index: 10; } .ngx-gallery-preview-wrapper { width: 100%; height: 100%; display: flex; flex-flow: column; } .ngx-gallery-preview-img-wrapper { flex: 1 1 auto; position: relative; } "]}]}],e.ctorParameters=function(){return[{type:r.DomSanitizer},{type:t.ElementRef},{type:s}]},e.propDecorators={images:[{type:t.Input}],descriptions:[{type:t.Input}],showDescription:[{type:t.Input}],swipe:[{type:t.Input}],fullscreen:[{type:t.Input}],forceFullscreen:[{type:t.Input}],closeOnClick:[{type:t.Input}],closeOnEsc:[{type:t.Input}],keyboardNavigation:[{type:t.Input}],arrowPrevIcon:[{type:t.Input}],arrowNextIcon:[{type:t.Input}],closeIcon:[{type:t.Input}],fullscreenIcon:[{type:t.Input}],spinnerIcon:[{type:t.Input}],autoPlay:[{type:t.Input}],autoPlayInterval:[{type:t.Input}],autoPlayPauseOnHover:[{type:t.Input}],infinityMove:[{type:t.Input}],zoom:[{type:t.Input}],zoomStep:[{type:t.Input}],zoomMax:[{type:t.Input}],zoomMin:[{type:t.Input}],zoomInIcon:[{type:t.Input}],zoomOutIcon:[{type:t.Input}],animation:[{type:t.Input}],actions:[{type:t.Input}],rotate:[{type:t.Input}],rotateLeftIcon:[{type:t.Input}],rotateRightIcon:[{type:t.Input}],onOpen:[{type:t.Output}],onClose:[{type:t.Output}],onActiveChange:[{type:t.Output}],previewImage:[{type:t.ViewChild,args:["previewImage"]}],onKeyDown:[{type:t.HostListener,args:["window:keydown",["$event"]]}]},e}(),f=function(){function e(){}return e.Cover="cover",e.Contain="contain",e}(),h=function(){function e(){}return e.ThumbnailsTop="thumbnails-top",e.ThumbnailsBottom="thumbnails-bottom",e}(),g=function(e){this.icon=e.icon,this.disabled=!!e.disabled&&e.disabled,this.titleText=e.titleText?e.titleText:"",this.onClick=e.onClick},y=function(){return function(e){var t=void 0!==e.breakpoint;function n(n,r){return e&&(void 0!==n||t)?n:r}this.breakpoint=n(e.breakpoint,void 0),this.width=n(e.width,"500px"),this.height=n(e.height,"400px"),this.fullWidth=n(e.fullWidth,!1),this.layout=n(e.layout,h.ThumbnailsBottom),this.startIndex=n(e.startIndex,0),this.linkTarget=n(e.linkTarget,"_blank"),this.lazyLoading=n(e.lazyLoading,!0),this.image=n(e.image,!0),this.imagePercent=n(e.imagePercent,75),this.imageArrows=n(e.imageArrows,!0),this.imageArrowsAutoHide=n(e.imageArrowsAutoHide,!1),this.imageSwipe=n(e.imageSwipe,!1),this.imageAnimation=n(e.imageAnimation,l.Fade),this.imageSize=n(e.imageSize,f.Cover),this.imageAutoPlay=n(e.imageAutoPlay,!1),this.imageAutoPlayInterval=n(e.imageAutoPlayInterval,2e3),this.imageAutoPlayPauseOnHover=n(e.imageAutoPlayPauseOnHover,!1),this.imageInfinityMove=n(e.imageInfinityMove,!1),e&&e.imageActions&&e.imageActions.length&&(e.imageActions=e.imageActions.map(function(e){return new g(e)})),this.imageActions=n(e.imageActions,[]),this.imageDescription=n(e.imageDescription,!1),this.thumbnails=n(e.thumbnails,!0),this.thumbnailsColumns=n(e.thumbnailsColumns,4),this.thumbnailsRows=n(e.thumbnailsRows,1),this.thumbnailsPercent=n(e.thumbnailsPercent,25),this.thumbnailsMargin=n(e.thumbnailsMargin,10),this.thumbnailsArrows=n(e.thumbnailsArrows,!0),this.thumbnailsArrowsAutoHide=n(e.thumbnailsArrowsAutoHide,!1),this.thumbnailsSwipe=n(e.thumbnailsSwipe,!1),this.thumbnailsMoveSize=n(e.thumbnailsMoveSize,1),this.thumbnailsOrder=n(e.thumbnailsOrder,c.Column),this.thumbnailsRemainingCount=n(e.thumbnailsRemainingCount,!1),this.thumbnailsAsLinks=n(e.thumbnailsAsLinks,!1),this.thumbnailMargin=n(e.thumbnailMargin,10),this.thumbnailSize=n(e.thumbnailSize,f.Cover),e&&e.thumbnailActions&&e.thumbnailActions.length&&(e.thumbnailActions=e.thumbnailActions.map(function(e){return new g(e)})),this.thumbnailActions=n(e.thumbnailActions,[]),this.preview=n(e.preview,!0),this.previewDescription=n(e.previewDescription,!0),this.previewSwipe=n(e.previewSwipe,!1),this.previewFullscreen=n(e.previewFullscreen,!1),this.previewForceFullscreen=n(e.previewForceFullscreen,!1),this.previewCloseOnClick=n(e.previewCloseOnClick,!1),this.previewCloseOnEsc=n(e.previewCloseOnEsc,!1),this.previewKeyboardNavigation=n(e.previewKeyboardNavigation,!1),this.previewAnimation=n(e.previewAnimation,!0),this.previewAutoPlay=n(e.previewAutoPlay,!1),this.previewAutoPlayInterval=n(e.previewAutoPlayInterval,2e3),this.previewAutoPlayPauseOnHover=n(e.previewAutoPlayPauseOnHover,!1),this.previewInfinityMove=n(e.previewInfinityMove,!1),this.previewZoom=n(e.previewZoom,!1),this.previewZoomStep=n(e.previewZoomStep,.1),this.previewZoomMax=n(e.previewZoomMax,2),this.previewZoomMin=n(e.previewZoomMin,.5),this.previewRotate=n(e.previewRotate,!1),this.arrowPrevIcon=n(e.arrowPrevIcon,"fa fa-arrow-circle-left"),this.arrowNextIcon=n(e.arrowNextIcon,"fa fa-arrow-circle-right"),this.closeIcon=n(e.closeIcon,"fa fa-times-circle"),this.fullscreenIcon=n(e.fullscreenIcon,"fa fa-arrows-alt"),this.spinnerIcon=n(e.spinnerIcon,"fa fa-spinner fa-pulse fa-3x fa-fw"),this.zoomInIcon=n(e.zoomInIcon,"fa fa-search-plus"),this.zoomOutIcon=n(e.zoomOutIcon,"fa fa-search-minus"),this.rotateLeftIcon=n(e.rotateLeftIcon,"fa fa-undo"),this.rotateRightIcon=n(e.rotateRightIcon,"fa fa-repeat"),e&&e.actions&&e.actions.length&&(e.actions=e.actions.map(function(e){return new g(e)})),this.actions=n(e.actions,[])}}(),m=function(e){this.src=e.src,this.index=e.index},v=function(){function e(e){this.myElement=e,this.imagesReady=new t.EventEmitter,this.change=new t.EventEmitter,this.previewOpen=new t.EventEmitter,this.previewClose=new t.EventEmitter,this.previewChange=new t.EventEmitter,this.oldImagesLength=0,this.selectedIndex=0,this.breakpoint=void 0,this.prevBreakpoint=void 0}return e.prototype.ngOnInit=function(){this.options=this.options.map(function(e){return new y(e)}),this.sortOptions(),this.setBreakpoint(),this.setOptions(),this.checkFullWidth(),this.currentOptions&&(this.selectedIndex=this.currentOptions.startIndex)},e.prototype.ngDoCheck=function(){(void 0!==this.images&&this.images.length!==this.oldImagesLength||this.images!==this.oldImages)&&(this.oldImagesLength=this.images.length,this.oldImages=this.images,this.setImages(),this.images&&this.images.length&&this.imagesReady.emit(),this.image&&this.image.reset(this.currentOptions.startIndex),this.thubmnails&&this.thubmnails.reset(this.currentOptions.startIndex))},e.prototype.ngAfterViewInit=function(){this.checkFullWidth()},e.prototype.onResize=function(){var e=this;this.setBreakpoint(),this.prevBreakpoint!==this.breakpoint&&this.setOptions(),this.currentOptions&&this.currentOptions.fullWidth&&(this.fullWidthTimeout&&clearTimeout(this.fullWidthTimeout),this.fullWidthTimeout=setTimeout(function(){e.checkFullWidth()},200))},e.prototype.getImageHeight=function(){return this.currentOptions&&this.currentOptions.thumbnails?this.currentOptions.imagePercent+"%":"100%"},e.prototype.getThumbnailsHeight=function(){return this.currentOptions&&this.currentOptions.image?"calc("+this.currentOptions.thumbnailsPercent+"% - "+this.currentOptions.thumbnailsMargin+"px)":"100%"},e.prototype.getThumbnailsMarginTop=function(){return this.currentOptions&&this.currentOptions.layout===h.ThumbnailsBottom?this.currentOptions.thumbnailsMargin+"px":"0px"},e.prototype.getThumbnailsMarginBottom=function(){return this.currentOptions&&this.currentOptions.layout===h.ThumbnailsTop?this.currentOptions.thumbnailsMargin+"px":"0px"},e.prototype.openPreview=function(e){this.previewEnabled=!0,this.preview.open(e)},e.prototype.onPreviewOpen=function(){this.previewOpen.emit(),this.image&&this.image.autoPlay&&this.image.stopAutoPlay()},e.prototype.onPreviewClose=function(){this.previewEnabled=!1,this.previewClose.emit(),this.image&&this.image.autoPlay&&this.image.startAutoPlay()},e.prototype.selectFromImage=function(e){this.select(e)},e.prototype.selectFromThumbnails=function(e){this.select(e),this.currentOptions&&this.currentOptions.thumbnails&&this.currentOptions.preview&&(!this.currentOptions.image||this.currentOptions.thumbnailsRemainingCount)&&this.openPreview(this.selectedIndex)},e.prototype.show=function(e){this.select(e)},e.prototype.showNext=function(){this.image.showNext()},e.prototype.showPrev=function(){this.image.showPrev()},e.prototype.canShowNext=function(){return!(!this.images||!this.currentOptions||!(this.currentOptions.imageInfinityMove||this.selectedIndex0))},e.prototype.previewSelect=function(e){this.previewChange.emit({index:e,image:this.images[e]})},e.prototype.select=function(e){this.selectedIndex=e,this.change.emit({index:e,image:this.images[e]})},e.prototype.checkFullWidth=function(){this.currentOptions&&this.currentOptions.fullWidth&&(this.width=document.body.clientWidth+"px",this.left=-(document.body.clientWidth-this.myElement.nativeElement.parentNode.innerWidth)/2+"px")},e.prototype.setImages=function(){this.smallImages=this.images.map(function(e){return e.small}),this.mediumImages=this.images.map(function(e,t){return new m({src:e.medium,index:t})}),this.bigImages=this.images.map(function(e){return e.big}),this.descriptions=this.images.map(function(e){return e.description}),this.links=this.images.map(function(e){return e.url})},e.prototype.setBreakpoint=function(){var e;this.prevBreakpoint=this.breakpoint,"undefined"!=typeof window&&(e=this.options.filter(function(e){return e.breakpoint>=window.innerWidth}).map(function(e){return e.breakpoint})),this.breakpoint=e&&e.length?e.pop():void 0},e.prototype.sortOptions=function(){this.options=this.options.filter(function(e){return void 0===e.breakpoint}).concat(this.options.filter(function(e){return void 0!==e.breakpoint}).sort(function(e,t){return t.breakpoint-e.breakpoint}))},e.prototype.setOptions=function(){var e=this;this.currentOptions=new y({}),this.options.filter(function(t){return void 0===t.breakpoint||t.breakpoint>=e.breakpoint}).map(function(t){return e.combineOptions(e.currentOptions,t)}),this.width=this.currentOptions.width,this.height=this.currentOptions.height},e.prototype.combineOptions=function(e,t){Object.keys(t).map(function(n){return e[n]=void 0!==t[n]?t[n]:e[n]})},e.decorators=[{type:t.Component,args:[{selector:"ngx-gallery",template:'\n \n ',styles:[":host { display: inline-block; } :host > * { float: left; } :host /deep/ * { box-sizing: border-box; } :host /deep/ .ngx-gallery-icon { color: white; font-size: 25px; position: absolute; z-index: 2000; display: inline-block; } :host /deep/ .ngx-gallery-icon .ngx-gallery-icon-content { display: block; } :host /deep/ .ngx-gallery-clickable { cursor: pointer; } :host /deep/ .ngx-gallery-icons-wrapper .ngx-gallery-icon { position: relative; margin-right: 5px; margin-top: 5px; font-size: 20px; cursor: pointer; } :host /deep/ .ngx-gallery-icons-wrapper { float: right; } :host .ngx-gallery-layout { width: 100%; height: 100%; display: flex; flex-direction: column; } :host .ngx-gallery-layout.thumbnails-top ngx-gallery-image { order: 2; } :host .ngx-gallery-layout.thumbnails-top ngx-gallery-thumbnails { order: 1; } :host .ngx-gallery-layout.thumbnails-bottom ngx-gallery-image { order: 1; } :host .ngx-gallery-layout.thumbnails-bottom ngx-gallery-thumbnails { order: 2; } "],providers:[s]}]}],e.ctorParameters=function(){return[{type:t.ElementRef}]},e.propDecorators={options:[{type:t.Input}],images:[{type:t.Input}],imagesReady:[{type:t.Output}],change:[{type:t.Output}],previewOpen:[{type:t.Output}],previewClose:[{type:t.Output}],previewChange:[{type:t.Output}],preview:[{type:t.ViewChild,args:[d]}],image:[{type:t.ViewChild,args:[u]}],thubmnails:[{type:t.ViewChild,args:[p]}],width:[{type:t.HostBinding,args:["style.width"]}],height:[{type:t.HostBinding,args:["style.height"]}],left:[{type:t.HostBinding,args:["style.left"]}],onResize:[{type:t.HostListener,args:["window:resize"]}]},e}(),b=(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),_=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.overrides={pinch:{enable:!1},rotate:{enable:!1}},t}return b(t,e),t}(r.HammerGestureConfig),w=function(){function e(){}return e.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[o,a,u,p,d,v],exports:[v],providers:[{provide:r.HAMMER_GESTURE_CONFIG,useClass:_}]}]}],e.ctorParameters=function(){return[]},e}();e.CustomHammerConfig=_,e.NgxGalleryModule=w,e.NgxGalleryComponent=v,e.NgxGalleryActionComponent=o,e.NgxGalleryImageComponent=u,e.NgxGalleryThumbnailsComponent=p,e.NgxGalleryPreviewComponent=d,e.NgxGalleryArrowsComponent=a,e.NgxGalleryOptions=y,e.NgxGalleryImage=function(e){this.small=e.small,this.medium=e.medium,this.big=e.big,this.description=e.description,this.url=e.url},e.NgxGalleryAnimation=l,e.NgxGalleryHelperService=s,e.NgxGalleryImageSize=f,e.NgxGalleryLayout=h,e.NgxGalleryOrder=c,e.NgxGalleryOrderedImage=m,e.NgxGalleryAction=g,Object.defineProperty(e,"__esModule",{value:!0})}(t,n("WT6e"),n("Xjw4"),n("OE0E"))},"1Q68":function(e,t,n){"use strict";t.a=function(e){return e&&"function"==typeof e.schedule}},"48V2":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("WT6e");t.HighlightJsService=function(){function e(){}return e.prototype.highlight=function(e,t){t&&hljs.configure({useBR:!0}),hljs.highlightBlock(e)},e.decorators=[{type:r.Injectable}],e}()},AMGY:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return o});var r="undefined"!=typeof window&&window,i="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,o=r||"undefined"!=typeof e&&e||i}).call(t,n("DuR2"))},BX3T:function(e,t,n){"use strict";n.d(t,"a",function(){return r});var r=Array.isArray||function(e){return e&&"number"==typeof e.length}},DuR2:function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},GK6M:function(e,t,n){"use strict";t.a=function(e){return r=e,o};var r,i=n("fKB6");function o(){try{return r.apply(this,arguments)}catch(e){return i.a.e=e,i.a}}},Jnfr:function(e,t){function n(e){return Promise.resolve().then(function(){throw new Error("Cannot find module '"+e+"'.")})}n.keys=function(){return[]},n.resolve=n,e.exports=n,n.id="Jnfr"},OE0E:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n.d(t,"BrowserModule",function(){return Qe}),n.d(t,"platformBrowser",function(){return We}),n.d(t,"Meta",function(){return w}),n.d(t,"Title",function(){return I}),n.d(t,"disableDebugTools",function(){return tt}),n.d(t,"enableDebugTools",function(){return et}),n.d(t,"BrowserTransferStateModule",function(){return at}),n.d(t,"TransferState",function(){return it}),n.d(t,"makeStateKey",function(){return rt}),n.d(t,"By",function(){return st}),n.d(t,"DOCUMENT",function(){return v}),n.d(t,"EVENT_MANAGER_PLUGINS",function(){return A}),n.d(t,"EventManager",function(){return R}),n.d(t,"HAMMER_GESTURE_CONFIG",function(){return ue}),n.d(t,"HammerGestureConfig",function(){return ce}),n.d(t,"DomSanitizer",function(){return Fe}),n.d(t,"VERSION",function(){return lt}),n.d(t,"\u0275BROWSER_SANITIZATION_PROVIDERS",function(){return Ze}),n.d(t,"\u0275INTERNAL_BROWSER_PLATFORM_PROVIDERS",function(){return Ge}),n.d(t,"\u0275initDomAdapter",function(){return qe}),n.d(t,"\u0275BrowserDomAdapter",function(){return y}),n.d(t,"\u0275BrowserPlatformLocation",function(){return _}),n.d(t,"\u0275TRANSITION_ID",function(){return x}),n.d(t,"\u0275BrowserGetTestability",function(){return E}),n.d(t,"\u0275escapeHtml",function(){return nt}),n.d(t,"\u0275ELEMENT_PROBE_PROVIDERS",function(){return N}),n.d(t,"\u0275DomAdapter",function(){return c}),n.d(t,"\u0275getDOM",function(){return s}),n.d(t,"\u0275setRootDomAdapter",function(){return l}),n.d(t,"\u0275DomRendererFactory2",function(){return q}),n.d(t,"\u0275NAMESPACE_URIS",function(){return V}),n.d(t,"\u0275flattenStyles",function(){return Z}),n.d(t,"\u0275shimContentAttribute",function(){return U}),n.d(t,"\u0275shimHostAttribute",function(){return G}),n.d(t,"\u0275DomEventsPlugin",function(){return se}),n.d(t,"\u0275HammerGesturesPlugin",function(){return pe}),n.d(t,"\u0275KeyEventsPlugin",function(){return he}),n.d(t,"\u0275DomSharedStylesHost",function(){return j}),n.d(t,"\u0275SharedStylesHost",function(){return L}),n.d(t,"\u0275b",function(){return $e}),n.d(t,"\u0275a",function(){return Ke}),n.d(t,"\u0275i",function(){return p}),n.d(t,"\u0275g",function(){return O}),n.d(t,"\u0275f",function(){return C}),n.d(t,"\u0275c",function(){return ot}),n.d(t,"\u0275h",function(){return D}),n.d(t,"\u0275d",function(){return F}),n.d(t,"\u0275e",function(){return Le});var r=n("Xjw4"),i=n("WT6e"),o=n("TToO"),a=null;function s(){return a}function l(e){a||(a=e)}var u,c=function(){function e(){this.resourceLoaderType=null}return Object.defineProperty(e.prototype,"attrToPropMap",{get:function(){return this._attrToPropMap},set:function(e){this._attrToPropMap=e},enumerable:!0,configurable:!0}),e}(),p=function(e){function t(){var t=e.call(this)||this;t._animationPrefix=null,t._transitionEnd=null;try{var n=t.createElement("div",document);if(null!=t.getStyle(n,"animationName"))t._animationPrefix="";else for(var r=["Webkit","Moz","O","ms"],i=0;i0},t.prototype.tagName=function(e){return e.tagName},t.prototype.attributeMap=function(e){for(var t=new Map,n=e.attributes,r=0;r0;s||(s=e[a]=[]);var u=oe(t)?Zone.root:Zone.current;if(0===s.length)s.push({zone:u,handler:o});else{for(var c=!1,p=0;p-1},t}(F),de=["alt","control","meta","shift"],fe={alt:function(e){return e.altKey},control:function(e){return e.ctrlKey},meta:function(e){return e.metaKey},shift:function(e){return e.shiftKey}},he=function(e){function t(t){return e.call(this,t)||this}return Object(o.b)(t,e),t.prototype.supports=function(e){return null!=t.parseEventName(e)},t.prototype.addEventListener=function(e,n,r){var i=t.parseEventName(n),o=t.eventCallback(i.fullKey,r,this.manager.getZone());return this.manager.getZone().runOutsideAngular(function(){return s().onAndCancel(e,i.domEventName,o)})},t.parseEventName=function(e){var n=e.toLowerCase().split("."),r=n.shift();if(0===n.length||"keydown"!==r&&"keyup"!==r)return null;var i=t._normalizeKey(n.pop()),o="";if(de.forEach(function(e){var t=n.indexOf(e);t>-1&&(n.splice(t,1),o+=e+".")}),o+=i,0!=n.length||0===i.length)return null;var a={};return a.domEventName=r,a.fullKey=o,a},t.getEventFullKey=function(e){var t="",n=s().getEventKey(e);return" "===(n=n.toLowerCase())?n="space":"."===n&&(n="dot"),de.forEach(function(r){r!=n&&(0,fe[r])(e)&&(t+=r+".")}),t+=n},t.eventCallback=function(e,n,r){return function(i){t.getEventFullKey(i)===e&&r.runGuarded(function(){return n(i)})}},t._normalizeKey=function(e){switch(e){case"esc":return"escape";default:return e}},t}(F),ge=function(){function e(e,t){this.defaultDoc=e,this.DOM=t;var n=this.DOM.createHtmlDocument();if(this.inertBodyElement=n.body,null==this.inertBodyElement){var r=this.DOM.createElement("html",n);this.inertBodyElement=this.DOM.createElement("body",n),this.DOM.appendChild(r,this.inertBodyElement),this.DOM.appendChild(n,r)}this.DOM.setInnerHTML(this.inertBodyElement,''),!this.inertBodyElement.querySelector||this.inertBodyElement.querySelector("svg")?(this.DOM.setInnerHTML(this.inertBodyElement,'

'),this.getInertBodyElement=this.inertBodyElement.querySelector&&this.inertBodyElement.querySelector("svg img")&&function(){try{return!!window.DOMParser}catch(e){return!1}}()?this.getInertBodyElement_DOMParser:this.getInertBodyElement_InertDocument):this.getInertBodyElement=this.getInertBodyElement_XHR}return e.prototype.getInertBodyElement_XHR=function(e){e=""+e+"";try{e=encodeURI(e)}catch(e){return null}var t=new XMLHttpRequest;t.responseType="document",t.open("GET","data:text/html;charset=utf-8,"+e,!1),t.send(null);var n=t.response.body;return n.removeChild(n.firstChild),n},e.prototype.getInertBodyElement_DOMParser=function(e){e=""+e+"";try{var t=(new window.DOMParser).parseFromString(e,"text/html").body;return t.removeChild(t.firstChild),t}catch(e){return null}},e.prototype.getInertBodyElement_InertDocument=function(e){var t=this.DOM.createElement("template");return"content"in t?(this.DOM.setInnerHTML(t,e),t):(this.DOM.setInnerHTML(this.inertBodyElement,e),this.defaultDoc.documentMode&&this.stripCustomNsAttrs(this.inertBodyElement),this.inertBodyElement)},e.prototype.stripCustomNsAttrs=function(e){var t=this;this.DOM.attributeMap(e).forEach(function(n,r){"xmlns:ns1"!==r&&0!==r.indexOf("ns1:")||t.DOM.removeAttribute(e,r)});for(var n=0,r=this.DOM.childNodesAsList(e);n")):this.sanitizedSomething=!0},e.prototype.endElement=function(e){var t=this.DOM.nodeName(e).toLowerCase();Ie.hasOwnProperty(t)&&!xe.hasOwnProperty(t)&&(this.buf.push(""))},e.prototype.chars=function(e){this.buf.push(Ne(e))},e.prototype.checkClobberedElement=function(e,t){if(t&&this.DOM.contains(e,t))throw new Error("Failed to sanitize html because the element is clobbered: "+this.DOM.getOuterHTML(e));return t},e}(),Me=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,De=/([^\#-~ |!])/g;function Ne(e){return e.replace(/&/g,"&").replace(Me,function(e){return"&#"+(1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536)+";"}).replace(De,function(e){return"&#"+e.charCodeAt(0)+";"}).replace(//g,">")}var Ae=new RegExp("^([-,.\"'%_!# a-zA-Z0-9]+|(?:(?:matrix|translate|scale|rotate|skew|perspective)(?:X|Y|3d)?|(?:rgb|hsl)a?|(?:repeating-)?(?:linear|radial)-gradient|(?:calc|attr))\\([-0-9.%, #a-zA-Z]+\\))$","g"),Re=/^url\(([^)]+)\)$/,Fe=function(){},Le=function(e){function t(t){var n=e.call(this)||this;return n._doc=t,n}return Object(o.b)(t,e),t.prototype.sanitize=function(e,t){if(null==t)return null;switch(e){case i.SecurityContext.NONE:return t;case i.SecurityContext.HTML:return t instanceof Ve?t.changingThisBreaksApplicationSecurity:(this.checkNotSafeValue(t,"HTML"),function(e,t){var n=s(),r=null;try{we=we||new ge(e,n);var o=t?String(t):"";r=we.getInertBodyElement(o);var a=5,l=o;do{if(0===a)throw new Error("Failed to sanitize html because the input is unstable");a--,o=l,l=n.getInnerHTML(r),r=we.getInertBodyElement(o)}while(o!==l);var u=new Te,c=u.sanitizeChildren(n.getTemplateContent(r)||r);return Object(i.isDevMode)()&&u.sanitizedSomething&&n.log("WARNING: sanitizing HTML stripped some content (see http://g.co/ng/security#xss)."),c}finally{if(r)for(var p=n.getTemplateContent(r)||r,d=0,f=n.childNodesAsList(p);d":"&g;"};return e.replace(/[&"'<>]/g,function(e){return t[e]})}function rt(e){return e}var it=function(){function e(){this.store={},this.onSerializeCallbacks={}}return e.init=function(t){var n=new e;return n.store=t,n},e.prototype.get=function(e,t){return void 0!==this.store[e]?this.store[e]:t},e.prototype.set=function(e,t){this.store[e]=t},e.prototype.remove=function(e){delete this.store[e]},e.prototype.hasKey=function(e){return this.store.hasOwnProperty(e)},e.prototype.onSerialize=function(e,t){this.onSerializeCallbacks[e]=t},e.prototype.toJson=function(){for(var e in this.onSerializeCallbacks)if(this.onSerializeCallbacks.hasOwnProperty(e))try{this.store[e]=this.onSerializeCallbacks[e]()}catch(e){console.warn("Exception in onSerialize callback: ",e)}return JSON.stringify(this.store)},e}();function ot(e,t){var n,r=e.getElementById(t+"-state"),i={};if(r&&r.textContent)try{i=JSON.parse((n={"&a;":"&","&q;":'"',"&s;":"'","&l;":"<","&g;":">"},r.textContent.replace(/&[^;]+;/g,function(e){return n[e]})))}catch(e){console.warn("Exception while restoring TransferState for app "+t,e)}return it.init(i)}var at=function(){},st=function(){function e(){}return e.all=function(){return function(e){return!0}},e.css=function(e){return function(t){return null!=t.nativeElement&&s().elementMatches(t.nativeElement,e)}},e.directive=function(e){return function(t){return-1!==t.providerTokens.indexOf(e)}},e}(),lt=new i.Version("5.2.9")},OVmG:function(e,t,n){"use strict";n.d(t,"a",function(){return l});var r=n("TToO"),i=n("/iUD"),o=n("VwZZ"),a=n("t7NR"),s=n("tLDX"),l=function(e){function t(n,r,i){switch(e.call(this),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=a.a;break;case 1:if(!n){this.destination=a.a;break}if("object"==typeof n){n instanceof t?(this.syncErrorThrowable=n.syncErrorThrowable,this.destination=n,this.destination.add(this)):(this.syncErrorThrowable=!0,this.destination=new u(this,n));break}default:this.syncErrorThrowable=!0,this.destination=new u(this,n,r,i)}}return Object(r.b)(t,e),t.prototype[s.a]=function(){return this},t.create=function(e,n,r){var i=new t(e,n,r);return i.syncErrorThrowable=!1,i},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this))},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){this.destination.error(e),this.unsubscribe()},t.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},t.prototype._unsubscribeAndRecycle=function(){var e=this._parent,t=this._parents;return this._parent=null,this._parents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parent=e,this._parents=t,this},t}(o.a),u=function(e){function t(t,n,r,o){var s;e.call(this),this._parentSubscriber=t;var l=this;Object(i.a)(n)?s=n:n&&(s=n.next,r=n.error,o=n.complete,n!==a.a&&(l=Object.create(n),Object(i.a)(l.unsubscribe)&&this.add(l.unsubscribe.bind(l)),l.unsubscribe=this.unsubscribe.bind(this))),this._context=l,this._next=s,this._error=r,this._complete=o}return Object(r.b)(t,e),t.prototype.next=function(e){if(!this.isStopped&&this._next){var t=this._parentSubscriber;t.syncErrorThrowable?this.__tryOrSetError(t,this._next,e)&&this.unsubscribe():this.__tryOrUnsub(this._next,e)}},t.prototype.error=function(e){if(!this.isStopped){var t=this._parentSubscriber;if(this._error)t.syncErrorThrowable?(this.__tryOrSetError(t,this._error,e),this.unsubscribe()):(this.__tryOrUnsub(this._error,e),this.unsubscribe());else{if(!t.syncErrorThrowable)throw this.unsubscribe(),e;t.syncErrorValue=e,t.syncErrorThrown=!0,this.unsubscribe()}}},t.prototype.complete=function(){var e=this;if(!this.isStopped){var t=this._parentSubscriber;if(this._complete){var n=function(){return e._complete.call(e._context)};t.syncErrorThrowable?(this.__tryOrSetError(t,n),this.unsubscribe()):(this.__tryOrUnsub(n),this.unsubscribe())}else this.unsubscribe()}},t.prototype.__tryOrUnsub=function(e,t){try{e.call(this._context,t)}catch(e){throw this.unsubscribe(),e}},t.prototype.__tryOrSetError=function(e,t,n){try{t.call(this._context,n)}catch(t){return e.syncErrorValue=t,e.syncErrorThrown=!0,!0}return!1},t.prototype._unsubscribe=function(){var e=this._parentSubscriber;this._context=null,this._parentSubscriber=null,e.unsubscribe()},t}(l)},PIsA:function(e,t,n){"use strict";var r=n("AMGY"),i=n("dgOU"),o=n("YaPU"),a=function(e){var t=e.Symbol;if("function"==typeof t)return t.iterator||(t.iterator=t("iterator polyfill")),t.iterator;var n=e.Set;if(n&&"function"==typeof(new n)["@@iterator"])return"@@iterator";var r=e.Map;if(r)for(var i=Object.getOwnPropertyNames(r.prototype),o=0;o1)this.connection=null;else{var n=this.connection,r=e._connection;this.connection=null,!r||n&&r!==n||r.unsubscribe()}}else this.connection=null},t}(a.a),p=function(e){function t(t,n){e.call(this),this.source=t,this.subjectFactory=n,this._refCount=0,this._isComplete=!1}return Object(r.b)(t,e),t.prototype._subscribe=function(e){return this.getSubject().subscribe(e)},t.prototype.getSubject=function(){var e=this._subject;return e&&!e.isStopped||(this._subject=this.subjectFactory()),this._subject},t.prototype.connect=function(){var e=this._connection;return e||(this._isComplete=!1,(e=this._connection=new s.a).add(this.source.subscribe(new f(this.getSubject(),this))),e.closed?(this._connection=null,e=s.a.EMPTY):this._connection=e),e},t.prototype.refCount=function(){return l()(this)},t}(o.a).prototype,d={operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:p._subscribe},_isComplete:{value:p._isComplete,writable:!0},getSubject:{value:p.getSubject},connect:{value:p.connect},refCount:{value:p.refCount}},f=function(e){function t(t,n){e.call(this,t),this.connectable=n}return Object(r.b)(t,e),t.prototype._error=function(t){this._unsubscribe(),e.prototype._error.call(this,t)},t.prototype._complete=function(){this.connectable._isComplete=!0,this._unsubscribe(),e.prototype._complete.call(this)},t.prototype._unsubscribe=function(){var e=this.connectable;if(e){this.connectable=null;var t=e._connection;e._refCount=0,e._subject=null,e._connection=null,t&&t.unsubscribe()}},t}(i.b);function h(){return new i.a}t.a=function(){return this,l()((e=h,function(t){var n;n="function"==typeof e?e:function(){return e};var r=Object.create(t,d);return r.source=t,r.subjectFactory=n,r})(this));var e}},TToO:function(e,t,n){"use strict";t.b=function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)},n.d(t,"a",function(){return i});var r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n1?new t(e,r):1===i?new o(e[0],r):new a(r)},t.dispatch=function(e){var t=e.array,n=e.index,r=e.subscriber;n>=e.count?r.complete():(r.next(t[n]),r.closed||(e.index=n+1,this.schedule(e)))},t.prototype._subscribe=function(e){var n=this.array,r=n.length,i=this.scheduler;if(i)return i.schedule(t.dispatch,0,{array:n,index:0,count:r,subscriber:e});for(var o=0;o ");else if("object"==typeof t){var i=[];for(var o in t)if(t.hasOwnProperty(o)){var a=t[o];i.push(o+":"+("string"==typeof a?JSON.stringify(a):ee(a)))}r="{"+i.join(", ")+"}"}return"StaticInjectorError"+(n?"("+n+")":"")+"["+r+"]: "+e.replace(ge,"\n ")}function _e(e,t){return new Error(be(e,t))}var we="ngDebugContext",xe="ngOriginalError",Ce="ngErrorLogger";function Oe(e){return e[we]}function Ee(e){return e[xe]}function Ie(e){for(var t=[],n=1;n1?" ("+function(e){for(var t=[],n=0;n-1)return t.push(e[n]),t;t.push(e[n])}return t}(e.slice().reverse()).map(function(e){return ee(e.token)}).join(" -> ")+")":""}function ke(e,t,n,r){var i=[t],o=n(i),a=r?function(e,t){var n=o+" caused by: "+(t instanceof Error?t.message:t),r=Error(n);return r[xe]=t,r}(0,r):Error(o);return a.addKey=Te,a.keys=i,a.injectors=[e],a.constructResolvingMessage=n,a[xe]=r,a}function Te(e,t){this.injectors.push(e),this.keys.push(t),this.message=this.constructResolvingMessage(this.keys)}function Me(e,t){for(var n=[],r=0,i=t.length;r=this._providers.length)throw function(e){return Error("Index "+e+" is out-of-bounds.")}(e);return this._providers[e]},e.prototype._new=function(e){if(this._constructionCounter++>this._getMaxNumberOfObjects())throw ke(this,e.key,function(e){return"Cannot instantiate cyclic dependency!"+Pe(e)});return this._instantiateProvider(e)},e.prototype._getMaxNumberOfObjects=function(){return this.objs.length},e.prototype._instantiateProvider=function(e){if(e.multiProvider){for(var t=new Array(e.resolvedFactories.length),n=0;n0)e._bootstrapComponents.forEach(function(e){return t.bootstrap(e)});else{if(!e.instance.ngDoBootstrap)throw new Error("The module "+ee(e.instance.constructor)+' was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.');e.instance.ngDoBootstrap(t)}this._modules.push(e)},e.prototype.onDestroy=function(e){this._destroyListeners.push(e)},Object.defineProperty(e.prototype,"injector",{get:function(){return this._injector},enumerable:!0,configurable:!0}),e.prototype.destroy=function(){if(this._destroyed)throw new Error("The platform has already been destroyed!");this._modules.slice().forEach(function(e){return e.destroy()}),this._destroyListeners.forEach(function(e){return e()}),this._destroyed=!0},Object.defineProperty(e.prototype,"destroyed",{get:function(){return this._destroyed},enumerable:!0,configurable:!0}),e}();function hn(e,t){return Array.isArray(t)?t.reduce(hn,e):Object(r.a)({},e,t)}var gn=function(){function e(e,t,n,r,s,l){var u=this;this._zone=e,this._console=t,this._injector=n,this._exceptionHandler=r,this._componentFactoryResolver=s,this._initStatus=l,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._enforceNoNewChanges=!1,this._stable=!0,this.componentTypes=[],this.components=[],this._enforceNoNewChanges=an(),this._zone.onMicrotaskEmpty.subscribe({next:function(){u._zone.run(function(){u.tick()})}});var c=new i.a(function(e){u._stable=u._zone.isStable&&!u._zone.hasPendingMacrotasks&&!u._zone.hasPendingMicrotasks,u._zone.runOutsideAngular(function(){e.next(u._stable),e.complete()})}),p=new i.a(function(e){var t;u._zone.runOutsideAngular(function(){t=u._zone.onStable.subscribe(function(){Ut.assertNotInAngularZone(),J(function(){u._stable||u._zone.hasPendingMacrotasks||u._zone.hasPendingMicrotasks||(u._stable=!0,e.next(!0))})})});var n=u._zone.onUnstable.subscribe(function(){Ut.assertInAngularZone(),u._stable&&(u._stable=!1,u._zone.runOutsideAngular(function(){e.next(!1)}))});return function(){t.unsubscribe(),n.unsubscribe()}});this.isStable=Object(o.a)(c,a.a.call(p))}return e.prototype.bootstrap=function(e,t){var n,r=this;if(!this._initStatus.done)throw new Error("Cannot bootstrap as there are still asynchronous initializers running. Bootstrap components in the `ngDoBootstrap` method of the root module.");n=e instanceof _t?e:this._componentFactoryResolver.resolveComponentFactory(e),this.componentTypes.push(n.componentType);var i=n instanceof Pt?null:this._injector.get(kt),o=n.create(se.NULL,[],t||n.selector,i);o.onDestroy(function(){r._unloadComponent(o)});var a=o.injector.get(Qt,null);return a&&o.injector.get(Yt).registerApplication(o.location.nativeElement,a),this._loadComponent(o),an()&&this._console.log("Angular is running in the development mode. Call enableProdMode() to enable the production mode."),o},e.prototype.tick=function(){var t=this;if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");var n=e._tickScope();try{this._runningTick=!0,this._views.forEach(function(e){return e.detectChanges()}),this._enforceNoNewChanges&&this._views.forEach(function(e){return e.checkNoChanges()})}catch(e){this._zone.runOutsideAngular(function(){return t._exceptionHandler.handleError(e)})}finally{this._runningTick=!1,Vt(n)}},e.prototype.attachView=function(e){var t=e;this._views.push(t),t.attachToAppRef(this)},e.prototype.detachView=function(e){var t=e;yn(this._views,t),t.detachFromAppRef()},e.prototype._loadComponent=function(e){this.attachView(e.hostView),this.tick(),this.components.push(e),this._injector.get(pt,[]).concat(this._bootstrapListeners).forEach(function(t){return t(e)})},e.prototype._unloadComponent=function(e){this.detachView(e.hostView),yn(this.components,e)},e.prototype.ngOnDestroy=function(){this._views.slice().forEach(function(e){return e.destroy()})},Object.defineProperty(e.prototype,"viewCount",{get:function(){return this._views.length},enumerable:!0,configurable:!0}),e._tickScope=jt("ApplicationRef#tick()"),e}();function yn(e,t){var n=e.indexOf(t);n>-1&&e.splice(n,1)}var mn=function(e,t,n,r,i,o){this.id=e,this.templateUrl=t,this.slotCount=n,this.encapsulation=r,this.styles=i,this.animations=o},vn=function(){},bn=function(){},_n=function(){},wn=function(){},xn=function(){var e={Important:1,DashCase:2};return e[e.Important]="Important",e[e.DashCase]="DashCase",e}(),Cn=function(){},On=function(e){this.nativeElement=e},En=function(){},In=new Map;function Sn(e,t){var n=In.get(e);if(n)throw new Error("Duplicate module registered for "+e+" - "+n.moduleType.name+" vs "+t.moduleType.name);In.set(e,t)}function Pn(e){var t=In.get(e);if(!t)throw new Error("No module with ID "+e+" loaded");return t}var kn=function(){function e(){this.dirty=!0,this._results=[],this.changes=new Bt,this.length=0}return e.prototype.map=function(e){return this._results.map(e)},e.prototype.filter=function(e){return this._results.filter(e)},e.prototype.find=function(e){return this._results.find(e)},e.prototype.reduce=function(e,t){return this._results.reduce(e,t)},e.prototype.forEach=function(e){this._results.forEach(e)},e.prototype.some=function(e){return this._results.some(e)},e.prototype.toArray=function(){return this._results.slice()},e.prototype[Y()]=function(){return this._results[Y()]()},e.prototype.toString=function(){return this._results.toString()},e.prototype.reset=function(e){this._results=function e(t){return t.reduce(function(t,n){var r=Array.isArray(n)?e(n):n;return t.concat(r)},[])}(e),this.dirty=!1,this.length=this._results.length,this.last=this._results[this.length-1],this.first=this._results[0]},e.prototype.notifyOnChanges=function(){this.changes.emit(this)},e.prototype.setDirty=function(){this.dirty=!0},e.prototype.destroy=function(){this.changes.complete(),this.changes.unsubscribe()},e}(),Tn=function(){},Mn={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"},Dn=function(){function e(e,t){this._compiler=e,this._config=t||Mn}return e.prototype.load=function(e){return this._compiler instanceof yt?this.loadFactory(e):this.loadAndCompile(e)},e.prototype.loadAndCompile=function(e){var t=this,r=e.split("#"),i=r[0],o=r[1];return void 0===o&&(o="default"),n("Jnfr")(i).then(function(e){return e[o]}).then(function(e){return Nn(e,i,o)}).then(function(e){return t._compiler.compileModuleAsync(e)})},e.prototype.loadFactory=function(e){var t=e.split("#"),r=t[0],i=t[1],o="NgFactory";return void 0===i&&(i="default",o=""),n("Jnfr")(this._config.factoryPathPrefix+r+this._config.factoryPathSuffix).then(function(e){return e[i+o]}).then(function(e){return Nn(e,r,i)})},e}();function Nn(e,t,n){if(!e)throw new Error("Cannot find '"+n+"' in '"+t+"'");return e}var An=function(){},Rn=function(){},Fn=function(){},Ln=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(r.b)(t,e),t}(Fn),jn=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(r.b)(t,e),t}(Ln),Vn=function(){function e(e,t,n){this._debugContext=n,this.nativeNode=e,t&&t instanceof zn?t.addChild(this):this.parent=null,this.listeners=[]}return Object.defineProperty(e.prototype,"injector",{get:function(){return this._debugContext.injector},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentInstance",{get:function(){return this._debugContext.component},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._debugContext.context},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"references",{get:function(){return this._debugContext.references},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"providerTokens",{get:function(){return this._debugContext.providerTokens},enumerable:!0,configurable:!0}),e}(),zn=function(e){function t(t,n,r){var i=e.call(this,t,n,r)||this;return i.properties={},i.attributes={},i.classes={},i.styles={},i.childNodes=[],i.nativeElement=t,i}return Object(r.b)(t,e),t.prototype.addChild=function(e){e&&(this.childNodes.push(e),e.parent=this)},t.prototype.removeChild=function(e){var t=this.childNodes.indexOf(e);-1!==t&&(e.parent=null,this.childNodes.splice(t,1))},t.prototype.insertChildrenAfter=function(e,t){var n,r=this,i=this.childNodes.indexOf(e);-1!==i&&((n=this.childNodes).splice.apply(n,[i+1,0].concat(t)),t.forEach(function(e){e.parent&&e.parent.removeChild(e),e.parent=r}))},t.prototype.insertBefore=function(e,t){var n=this.childNodes.indexOf(e);-1===n?this.addChild(t):(t.parent&&t.parent.removeChild(t),t.parent=this,this.childNodes.splice(n,0,t))},t.prototype.query=function(e){return this.queryAll(e)[0]||null},t.prototype.queryAll=function(e){var t=[];return Bn(this,e,t),t},t.prototype.queryAllNodes=function(e){var t=[];return Un(this,e,t),t},Object.defineProperty(t.prototype,"children",{get:function(){return this.childNodes.filter(function(e){return e instanceof t})},enumerable:!0,configurable:!0}),t.prototype.triggerEventHandler=function(e,t){this.listeners.forEach(function(n){n.name==e&&n.callback(t)})},t}(Vn);function Hn(e){return e.map(function(e){return e.nativeElement})}function Bn(e,t,n){e.childNodes.forEach(function(e){e instanceof zn&&(t(e)&&n.push(e),Bn(e,t,n))})}function Un(e,t,n){e instanceof zn&&e.childNodes.forEach(function(e){t(e)&&n.push(e),e instanceof zn&&Un(e,t,n)})}var Gn=new Map;function Zn(e){return Gn.get(e)||null}function Wn(e){Gn.set(e.nativeNode,e)}function qn(e,t){var n=Qn(e),r=Qn(t);return n&&r?function(e,t,n){for(var r=e[Y()](),i=t[Y()]();;){var o=r.next(),a=i.next();if(o.done&&a.done)return!0;if(o.done||a.done)return!1;if(!n(o.value,a.value))return!1}}(e,t,qn):!(n||!e||"object"!=typeof e&&"function"!=typeof e||r||!t||"object"!=typeof t&&"function"!=typeof t)||X(e,t)}var Kn=function(){function e(e){this.wrapped=e}return e.wrap=function(t){return new e(t)},e.unwrap=function(t){return e.isWrapped(t)?t.wrapped:t},e.isWrapped=function(t){return t instanceof e},e}(),$n=function(){function e(e,t,n){this.previousValue=e,this.currentValue=t,this.firstChange=n}return e.prototype.isFirstChange=function(){return this.firstChange},e}();function Qn(e){return!!Yn(e)&&(Array.isArray(e)||!(e instanceof Map)&&Y()in e)}function Yn(e){return null!==e&&("function"==typeof e||"object"==typeof e)}var Jn=function(){function e(){}return e.prototype.supports=function(e){return Qn(e)},e.prototype.create=function(e){return new er(e)},e}(),Xn=function(e,t){return t},er=function(){function e(e){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=e||Xn}return e.prototype.forEachItem=function(e){var t;for(t=this._itHead;null!==t;t=t._next)e(t)},e.prototype.forEachOperation=function(e){for(var t=this._itHead,n=this._removalsHead,r=0,i=null;t||n;){var o=!n||t&&t.currentIndex=n.length)&&(t=n.length-1),t<0)return null;var r=n[t];return r.viewContainerParent=null,Vi(n,t),Dr.dirtyParentQueries(r),Li(r),r}function Fi(e,t,n){var r=t?Xr(t,t.def.lastRenderRootNode):e.renderElement;ui(n,2,n.renderer.parentNode(r),n.renderer.nextSibling(r),void 0)}function Li(e){ui(e,3,null,null,void 0)}function ji(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function Vi(e,t){t>=e.length-1?e.pop():e.splice(t,1)}var zi=new Object;function Hi(e,t,n,r,i,o){return new Ui(e,t,n,r,i,o)}function Bi(e){return e.viewDefFactory}var Ui=function(e){function t(t,n,r,i,o,a){var s=e.call(this)||this;return s.selector=t,s.componentType=n,s._inputs=i,s._outputs=o,s.ngContentSelectors=a,s.viewDefFactory=r,s}return Object(r.b)(t,e),Object.defineProperty(t.prototype,"inputs",{get:function(){var e=[],t=this._inputs;for(var n in t)e.push({propName:n,templateName:t[n]});return e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"outputs",{get:function(){var e=[];for(var t in this._outputs)e.push({propName:t,templateName:this._outputs[t]});return e},enumerable:!0,configurable:!0}),t.prototype.create=function(e,t,n,r){if(!r)throw new Error("ngModule should be provided");var i=li(this.viewDefFactory),o=i.nodes[0].element.componentProvider.nodeIndex,a=Dr.createRootView(e,t||[],n,i,r,zi),s=Pr(a,o).instance;return n&&a.renderer.setAttribute(Sr(a,0).renderElement,"ng-version",V.full),new Gi(a,new Ki(a),s)},t}(_t),Gi=function(e){function t(t,n,r){var i=e.call(this)||this;return i._view=t,i._viewRef=n,i._component=r,i._elDef=i._view.def.nodes[0],i.hostView=n,i.changeDetectorRef=n,i.instance=r,i}return Object(r.b)(t,e),Object.defineProperty(t.prototype,"location",{get:function(){return new On(Sr(this._view,this._elDef.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return new Ji(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentType",{get:function(){return this._component.constructor},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){this._viewRef.destroy()},t.prototype.onDestroy=function(e){this._viewRef.onDestroy(e)},t}(bt);function Zi(e,t,n){return new Wi(e,t,n)}var Wi=function(){function e(e,t,n){this._view=e,this._elDef=t,this._data=n,this._embeddedViews=[]}return Object.defineProperty(e.prototype,"element",{get:function(){return new On(this._data.renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return new Ji(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"parentInjector",{get:function(){for(var e=this._view,t=this._elDef.parent;!t&&e;)t=Jr(e),e=e.parent;return e?new Ji(e,t):new Ji(this._view,null)},enumerable:!0,configurable:!0}),e.prototype.clear=function(){for(var e=this._embeddedViews.length-1;e>=0;e--){var t=Ri(this._data,e);Dr.destroyView(t)}},e.prototype.get=function(e){var t=this._embeddedViews[e];if(t){var n=new Ki(t);return n.attachToViewContainerRef(this),n}return null},Object.defineProperty(e.prototype,"length",{get:function(){return this._embeddedViews.length},enumerable:!0,configurable:!0}),e.prototype.createEmbeddedView=function(e,t,n){var r=e.createEmbeddedView(t||{});return this.insert(r,n),r},e.prototype.createComponent=function(e,t,n,r,i){var o=n||this.parentInjector;i||e instanceof Pt||(i=o.get(kt));var a=e.create(o,r,void 0,i);return this.insert(a.hostView,t),a},e.prototype.insert=function(e,t){if(e.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");var n,r,i,o,a=e;return i=a._view,o=(n=this._data).viewContainer._embeddedViews,null!==(r=t)&&void 0!==r||(r=o.length),i.viewContainerParent=this._view,ji(o,r,i),function(e,t){var n=Yr(t);if(n&&n!==e&&!(16&t.state)){t.state|=16;var r=n.template._projectedViews;r||(r=n.template._projectedViews=[]),r.push(t),function(e,n){if(!(4&n.flags)){t.parent.def.nodeFlags|=4,n.flags|=4;for(var r=n.parent;r;)r.childFlags|=4,r=r.parent}}(0,t.parentNodeDef)}}(n,i),Dr.dirtyParentQueries(i),Fi(n,r>0?o[r-1]:null,i),a.attachToViewContainerRef(this),e},e.prototype.move=function(e,t){if(e.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");var n,r,i,o,a,s=this._embeddedViews.indexOf(e._view);return i=t,a=(o=(n=this._data).viewContainer._embeddedViews)[r=s],Vi(o,r),null==i&&(i=o.length),ji(o,i,a),Dr.dirtyParentQueries(a),Li(a),Fi(n,i>0?o[i-1]:null,a),e},e.prototype.indexOf=function(e){return this._embeddedViews.indexOf(e._view)},e.prototype.remove=function(e){var t=Ri(this._data,e);t&&Dr.destroyView(t)},e.prototype.detach=function(e){var t=Ri(this._data,e);return t?new Ki(t):null},e}();function qi(e){return new Ki(e)}var Ki=function(){function e(e){this._view=e,this._viewContainerRef=null,this._appRef=null}return Object.defineProperty(e.prototype,"rootNodes",{get:function(){return ui(this._view,0,void 0,void 0,e=[]),e;var e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._view.context},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"destroyed",{get:function(){return 0!=(128&this._view.state)},enumerable:!0,configurable:!0}),e.prototype.markForCheck=function(){Kr(this._view)},e.prototype.detach=function(){this._view.state&=-5},e.prototype.detectChanges=function(){var e=this._view.root.rendererFactory;e.begin&&e.begin();try{Dr.checkAndUpdateView(this._view)}finally{e.end&&e.end()}},e.prototype.checkNoChanges=function(){Dr.checkNoChangesView(this._view)},e.prototype.reattach=function(){this._view.state|=4},e.prototype.onDestroy=function(e){this._view.disposables||(this._view.disposables=[]),this._view.disposables.push(e)},e.prototype.destroy=function(){this._appRef?this._appRef.detachView(this):this._viewContainerRef&&this._viewContainerRef.detach(this._viewContainerRef.indexOf(this)),Dr.destroyView(this._view)},e.prototype.detachFromAppRef=function(){this._appRef=null,Li(this._view),Dr.dirtyParentQueries(this._view)},e.prototype.attachToAppRef=function(e){if(this._viewContainerRef)throw new Error("This view is already attached to a ViewContainer!");this._appRef=e},e.prototype.attachToViewContainerRef=function(e){if(this._appRef)throw new Error("This view is already attached directly to the ApplicationRef!");this._viewContainerRef=e},e}();function $i(e,t){return new Qi(e,t)}var Qi=function(e){function t(t,n){var r=e.call(this)||this;return r._parentView=t,r._def=n,r}return Object(r.b)(t,e),t.prototype.createEmbeddedView=function(e){return new Ki(Dr.createEmbeddedView(this._parentView,this._def,this._def.element.template,e))},Object.defineProperty(t.prototype,"elementRef",{get:function(){return new On(Sr(this._parentView,this._def.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),t}(An);function Yi(e,t){return new Ji(e,t)}var Ji=function(){function e(e,t){this.view=e,this.elDef=t}return e.prototype.get=function(e,t){return void 0===t&&(t=se.THROW_IF_NOT_FOUND),Dr.resolveDep(this.view,this.elDef,!!this.elDef&&0!=(33554432&this.elDef.flags),{flags:0,token:e,tokenKey:jr(e)},t)},e}();function Xi(e,t){var n=e.def.nodes[t];if(1&n.flags){var r=Sr(e,n.nodeIndex);return n.element.template?r.template:r.renderElement}if(2&n.flags)return Ir(e,n.nodeIndex).renderText;if(20240&n.flags)return Pr(e,n.nodeIndex).instance;throw new Error("Illegal state: read nodeValue for node index "+t)}function eo(e){return new to(e.renderer)}var to=function(){function e(e){this.delegate=e}return e.prototype.selectRootElement=function(e){return this.delegate.selectRootElement(e)},e.prototype.createElement=function(e,t){var n=gi(t),r=this.delegate.createElement(n[1],n[0]);return e&&this.delegate.appendChild(e,r),r},e.prototype.createViewRoot=function(e){return e},e.prototype.createTemplateAnchor=function(e){var t=this.delegate.createComment("");return e&&this.delegate.appendChild(e,t),t},e.prototype.createText=function(e,t){var n=this.delegate.createText(t);return e&&this.delegate.appendChild(e,n),n},e.prototype.projectNodes=function(e,t){for(var n=0;n0,t.provider.value,t.provider.deps);if(t.outputs.length)for(var r=0;r0,r=t.provider;switch(201347067&t.flags){case 512:return wo(e,t.parent,n,r.value,r.deps);case 1024:return function(e,t,n,r,i){var o=i.length;switch(o){case 0:return r();case 1:return r(Co(e,t,n,i[0]));case 2:return r(Co(e,t,n,i[0]),Co(e,t,n,i[1]));case 3:return r(Co(e,t,n,i[0]),Co(e,t,n,i[1]),Co(e,t,n,i[2]));default:for(var a=Array(o),s=0;s0)u=g,Go(g)||(c=g);else for(;u&&h===u.nodeIndex+u.childCount;){var v=u.parent;v&&(v.childFlags|=u.childFlags,v.childMatchedQueries|=u.childMatchedQueries),c=(u=v)&&Go(u)?u.renderParent:u}}return{factory:null,nodeFlags:a,rootNodeFlags:s,nodeMatchedQueries:l,flags:e,nodes:t,updateDirectives:n||Fr,updateRenderer:r||Fr,handleEvent:function(e,n,r,i){return t[n].element.handleEvent(e,r,i)},bindingCount:i,outputCount:o,lastRenderRootNode:f}}function Go(e){return 0!=(1&e.flags)&&null===e.element.name}function Zo(e,t,n){var r=t.element&&t.element.template;if(r){if(!r.lastRenderRootNode)throw new Error("Illegal State: Embedded templates without nodes are not allowed!");if(r.lastRenderRootNode&&16777216&r.lastRenderRootNode.flags)throw new Error("Illegal State: Last root node of a template can't have embedded views, at index "+t.nodeIndex+"!")}if(20224&t.flags&&0==(1&(e?e.flags:0)))throw new Error("Illegal State: StaticProvider/Directive nodes need to be children of elements or anchors, at index "+t.nodeIndex+"!");if(t.query){if(67108864&t.flags&&(!e||0==(16384&e.flags)))throw new Error("Illegal State: Content Query nodes need to be children of directives, at index "+t.nodeIndex+"!");if(134217728&t.flags&&e)throw new Error("Illegal State: View Query nodes have to be top level nodes, at index "+t.nodeIndex+"!")}if(t.childCount){var i=e?e.nodeIndex+e.childCount:n-1;if(t.nodeIndex<=i&&t.nodeIndex+t.childCount>i)throw new Error("Illegal State: childCount of node leads outside of parent, at index "+t.nodeIndex+"!")}}function Wo(e,t,n,r){var i=$o(e.root,e.renderer,e,t,n);return Qo(i,e.component,r),Yo(i),i}function qo(e,t,n){var r=$o(e,e.renderer,null,null,t);return Qo(r,n,n),Yo(r),r}function Ko(e,t,n,r){var i,o=t.element.componentRendererType;return i=o?e.root.rendererFactory.createRenderer(r,o):e.root.renderer,$o(e.root,i,e,t.element.componentProvider,n)}function $o(e,t,n,r,i){var o=new Array(i.nodes.length),a=i.outputCount?new Array(i.outputCount):null;return{def:i,parent:n,viewContainerParent:null,parentNodeDef:r,context:null,component:null,nodes:o,state:13,root:e,renderer:t,oldValues:new Array(i.bindingCount),disposables:a,initIndex:-1}}function Qo(e,t,n){e.component=t,e.context=n}function Yo(e){var t;ti(e)&&(t=Sr(e.parent,e.parentNodeDef.parent.nodeIndex).renderElement);for(var n=e.def,r=e.nodes,i=0;i0&&Si(e,t,0,n)&&(f=!0),d>1&&Si(e,t,1,r)&&(f=!0),d>2&&Si(e,t,2,i)&&(f=!0),d>3&&Si(e,t,3,o)&&(f=!0),d>4&&Si(e,t,4,a)&&(f=!0),d>5&&Si(e,t,5,s)&&(f=!0),d>6&&Si(e,t,6,l)&&(f=!0),d>7&&Si(e,t,7,u)&&(f=!0),d>8&&Si(e,t,8,c)&&(f=!0),d>9&&Si(e,t,9,p)&&(f=!0),f}(e,t,n,r,i,o,a,s,l,u,c,p);case 2:return function(e,t,n,r,i,o,a,s,l,u,c,p){var d=!1,f=t.bindings,h=f.length;if(h>0&&Wr(e,t,0,n)&&(d=!0),h>1&&Wr(e,t,1,r)&&(d=!0),h>2&&Wr(e,t,2,i)&&(d=!0),h>3&&Wr(e,t,3,o)&&(d=!0),h>4&&Wr(e,t,4,a)&&(d=!0),h>5&&Wr(e,t,5,s)&&(d=!0),h>6&&Wr(e,t,6,l)&&(d=!0),h>7&&Wr(e,t,7,u)&&(d=!0),h>8&&Wr(e,t,8,c)&&(d=!0),h>9&&Wr(e,t,9,p)&&(d=!0),d){var g=t.text.prefix;h>0&&(g+=Bo(n,f[0])),h>1&&(g+=Bo(r,f[1])),h>2&&(g+=Bo(i,f[2])),h>3&&(g+=Bo(o,f[3])),h>4&&(g+=Bo(a,f[4])),h>5&&(g+=Bo(s,f[5])),h>6&&(g+=Bo(l,f[6])),h>7&&(g+=Bo(u,f[7])),h>8&&(g+=Bo(c,f[8])),h>9&&(g+=Bo(p,f[9]));var y=Ir(e,t.nodeIndex).renderText;e.renderer.setValue(y,g)}return d}(e,t,n,r,i,o,a,s,l,u,c,p);case 16384:return function(e,t,n,r,i,o,a,s,l,u,c,p){var d=Pr(e,t.nodeIndex),f=d.instance,h=!1,g=void 0,y=t.bindings.length;return y>0&&Zr(e,t,0,n)&&(h=!0,g=Eo(e,d,t,0,n,g)),y>1&&Zr(e,t,1,r)&&(h=!0,g=Eo(e,d,t,1,r,g)),y>2&&Zr(e,t,2,i)&&(h=!0,g=Eo(e,d,t,2,i,g)),y>3&&Zr(e,t,3,o)&&(h=!0,g=Eo(e,d,t,3,o,g)),y>4&&Zr(e,t,4,a)&&(h=!0,g=Eo(e,d,t,4,a,g)),y>5&&Zr(e,t,5,s)&&(h=!0,g=Eo(e,d,t,5,s,g)),y>6&&Zr(e,t,6,l)&&(h=!0,g=Eo(e,d,t,6,l,g)),y>7&&Zr(e,t,7,u)&&(h=!0,g=Eo(e,d,t,7,u,g)),y>8&&Zr(e,t,8,c)&&(h=!0,g=Eo(e,d,t,8,c,g)),y>9&&Zr(e,t,9,p)&&(h=!0,g=Eo(e,d,t,9,p,g)),g&&f.ngOnChanges(g),65536&t.flags&&Er(e,256,t.nodeIndex)&&f.ngOnInit(),262144&t.flags&&f.ngDoCheck(),h}(e,t,n,r,i,o,a,s,l,u,c,p);case 32:case 64:case 128:return function(e,t,n,r,i,o,a,s,l,u,c,p){var d=t.bindings,f=!1,h=d.length;if(h>0&&Wr(e,t,0,n)&&(f=!0),h>1&&Wr(e,t,1,r)&&(f=!0),h>2&&Wr(e,t,2,i)&&(f=!0),h>3&&Wr(e,t,3,o)&&(f=!0),h>4&&Wr(e,t,4,a)&&(f=!0),h>5&&Wr(e,t,5,s)&&(f=!0),h>6&&Wr(e,t,6,l)&&(f=!0),h>7&&Wr(e,t,7,u)&&(f=!0),h>8&&Wr(e,t,8,c)&&(f=!0),h>9&&Wr(e,t,9,p)&&(f=!0),f){var g=kr(e,t.nodeIndex),y=void 0;switch(201347067&t.flags){case 32:y=new Array(d.length),h>0&&(y[0]=n),h>1&&(y[1]=r),h>2&&(y[2]=i),h>3&&(y[3]=o),h>4&&(y[4]=a),h>5&&(y[5]=s),h>6&&(y[6]=l),h>7&&(y[7]=u),h>8&&(y[8]=c),h>9&&(y[9]=p);break;case 64:y={},h>0&&(y[d[0].name]=n),h>1&&(y[d[1].name]=r),h>2&&(y[d[2].name]=i),h>3&&(y[d[3].name]=o),h>4&&(y[d[4].name]=a),h>5&&(y[d[5].name]=s),h>6&&(y[d[6].name]=l),h>7&&(y[d[7].name]=u),h>8&&(y[d[8].name]=c),h>9&&(y[d[9].name]=p);break;case 128:var m=n;switch(h){case 1:y=m.transform(n);break;case 2:y=m.transform(r);break;case 3:y=m.transform(r,i);break;case 4:y=m.transform(r,i,o);break;case 5:y=m.transform(r,i,o,a);break;case 6:y=m.transform(r,i,o,a,s);break;case 7:y=m.transform(r,i,o,a,s,l);break;case 8:y=m.transform(r,i,o,a,s,l,u);break;case 9:y=m.transform(r,i,o,a,s,l,u,c);break;case 10:y=m.transform(r,i,o,a,s,l,u,c,p)}}g.value=y}return f}(e,t,n,r,i,o,a,s,l,u,c,p);default:throw"unreachable"}}(e,t,r,i,o,a,s,l,u,c,p,d):function(e,t,n){switch(201347067&t.flags){case 1:return function(e,t,n){for(var r=!1,i=0;i0&&qr(e,t,0,n),d>1&&qr(e,t,1,r),d>2&&qr(e,t,2,i),d>3&&qr(e,t,3,o),d>4&&qr(e,t,4,a),d>5&&qr(e,t,5,s),d>6&&qr(e,t,6,l),d>7&&qr(e,t,7,u),d>8&&qr(e,t,8,c),d>9&&qr(e,t,9,p)}(e,t,r,i,o,a,s,l,u,c,p,d):function(e,t,n){for(var r=0;r0&&cs(n[t-1],r.next),n.splice(t,1),function(e){for(var t=e;t;){var n=null;if(t.views&&t.views.length?n=t.views[0].data:t.child?n=t.child:t.next&&(ds(t),n=t.next),null==n){for(;t&&!t.next;)ds(t),t=ps(t,e);ds(t||e),n=t&&t.next}t=n}}(r.data),ls(e,r,!1),e.query&&e.query.removeView(e,r,t),r}function cs(e,t){e.next=t,e.data.next=t?t.data:null}function ps(e,t){var n;return(n=e.node)&&2==(3&n.flags)?n.parent.data:e.parent===t?null:e.parent}function ds(e){if(e.cleanup){for(var t=e.cleanup,n=0;n=bs.length?bs[e]=null:s.staticData=bs[e],vs?(ws=null,ms.view!==_s&&2!=(3&ms.flags)||(ngDevMode&&ns(ms.child,null,"previousNode.child"),ms.child=s)):ms&&(ngDevMode&&ns(ms.next,null,"previousNode.next"),ms.next=s)),ms=s,vs=!0,s}function Ns(e,t,n,r){var i,o;if(null==t){var a=Cs[e];o=a&&a.native}else{ngDevMode&&ns(_s.bindingStartIndex,null,"bindingStartIndex");var s="string"!=typeof t,l=s?t.tag:t;if(null===l)throw"for now name is required";o=gs.createElement(l);var u=null;if(s){var c=As(t.template);u=Ys(Ms(-1,ys.createRenderer(o,t.rendererType),c))}null==(i=Ds(e,3,o,u)).staticData&&(ngDevMode&&nl(e-1),i.staticData=bs[e]=Vs(l,n||null,null,r||null)),n&&function(e,t){ngDevMode&&ns(t.length%2,0,"attrs.length % 2");for(var n=gs.setAttribute,r=0;r>12,i=r,o=r+((4092&e)>>2);i=bs.length&&(bs[e]=n,r)){ngDevMode&&rs(ms.staticData,"previousOrParentNode.staticData");var a=ms.staticData;(a.localNames||(a.localNames=[])).push(r,e)}var s=n.diPublic;s&&s(n);var l=ms.staticData;l&&l.attrs&&function(e,t,r){var i=((4092&ms.flags)>>2)-1,o=r.initialInputs;(void 0===o||i>=o.length)&&(o=function(e,t,n){var r=n.initialInputs||(n.initialInputs=[]);r[e]=null;for(var i=n.attrs,o=0;o=n.length||null==n[e])&&(n[e]=[]),n[e]}(e,t));ks(a,Ds(null,2,null,a)),n.nextIndex++}return!o}function $s(){vs=!1;var e=ms=_s.node,t=ms.parent;ngDevMode&&as(e,2),ngDevMode&&as(t,0);var n=t.data,r=n.nextIndex<=n.views.length?n.views[n.nextIndex-1]:null;(null==r||r.data.id!==e.data.id)&&(function(e,t,n){var r=e.data,i=r.views;n>0&&cs(i[n-1],t),n=i.length&&i.push(t),r.nextIndex<=n&&r.nextIndex++,null!==e.data.renderParent&&ls(e,t,!0,function(t,n,r){var i=n.views;return t+1")}function rl(e,t){void 0===t&&(t={});var n,r=t.rendererFactory||Ss,i=e.ngComponentDef,o=Fs(r,t.host||i.tag),a=ks(Ms(-1,r.createRenderer(o,i.rendererType),[]),null);try{vs=!1,ms=null,Ds(0,3,o,Ms(-1,gs,As(i.template))),n=Us(1,i.n(),i)}finally{Ts(a)}return t.features&&t.features.forEach(function(e){return e(n,i)}),il(n),n}function il(e){ngDevMode&&rs(e,"component");var t=e[Ps];ngDevMode&&!t&&Rs("Not a directive instance",e),ngDevMode&&rs(t.data,"hostNode.data"),function(e,n,r,i){var o=ks(n,t);try{ys.begin&&ys.begin(),r.constructor.ngComponentDef.r(1,0)}finally{ys.end&&ys.end(),n.creationMode=!1,Ts(o)}}(0,t.view,e)}function ol(e){var t={type:e.type,diPublic:null,n:e.factory,tag:e.tag||null,template:e.template||null,r:e.refresh||function(t,n){Qs(t,n,e.template)},h:e.hostBindings||sl,inputs:ll(e.inputs),outputs:ll(e.outputs),methods:ll(e.methods),rendererType:Gr(e.rendererType)||null},n=e.features;return n&&n.forEach(function(e){return e(t)}),t}var al={};function sl(){}function ll(e){if(null==e)return al;var t={};for(var n in e)t[e[n]]=n;return t}function ul(e,t){return{type:7,name:e,definitions:t,options:{}}}function cl(e,t){return void 0===t&&(t=null),{type:4,styles:t,timings:e}}function pl(e,t){return void 0===t&&(t=null),{type:3,steps:e,options:t}}function dl(e,t){return void 0===t&&(t=null),{type:2,steps:e,options:t}}function fl(e){return{type:6,styles:e,offset:null}}function hl(e,t,n){return{type:0,name:e,styles:t,options:n}}function gl(e){return{type:5,steps:e}}function yl(e,t,n){return void 0===n&&(n=null),{type:1,expr:e,animation:t,options:n}}var ml="*";function vl(e,t){return ul(e,t)}function bl(e,t){return cl(e,t)}function _l(e){return pl(e)}function wl(e){return dl(e)}function xl(e){return fl(e)}function Cl(e,t){return hl(e,t)}function Ol(e){return gl(e)}function El(e,t){return yl(e,t)}}).call(t,n("DuR2"))},Xjw4:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n.d(t,"\u0275registerLocaleData",function(){return y}),n.d(t,"NgLocaleLocalization",function(){return $}),n.d(t,"NgLocalization",function(){return q}),n.d(t,"registerLocaleData",function(){return y}),n.d(t,"Plural",function(){return v}),n.d(t,"NumberFormatStyle",function(){return m}),n.d(t,"FormStyle",function(){return b}),n.d(t,"TranslationWidth",function(){return _}),n.d(t,"FormatWidth",function(){return w}),n.d(t,"NumberSymbol",function(){return x}),n.d(t,"WeekDay",function(){return C}),n.d(t,"getCurrencySymbol",function(){return Z}),n.d(t,"getLocaleDayPeriods",function(){return E}),n.d(t,"getLocaleDayNames",function(){return I}),n.d(t,"getLocaleMonthNames",function(){return S}),n.d(t,"getLocaleId",function(){return O}),n.d(t,"getLocaleEraNames",function(){return P}),n.d(t,"getLocaleWeekEndRange",function(){return T}),n.d(t,"getLocaleFirstDayOfWeek",function(){return k}),n.d(t,"getLocaleDateFormat",function(){return M}),n.d(t,"getLocaleDateTimeFormat",function(){return N}),n.d(t,"getLocaleExtraDayPeriodRules",function(){return z}),n.d(t,"getLocaleExtraDayPeriods",function(){return H}),n.d(t,"getLocalePluralCase",function(){return j}),n.d(t,"getLocaleTimeFormat",function(){return D}),n.d(t,"getLocaleNumberSymbol",function(){return A}),n.d(t,"getLocaleNumberFormat",function(){return R}),n.d(t,"getLocaleCurrencyName",function(){return L}),n.d(t,"getLocaleCurrencySymbol",function(){return F}),n.d(t,"\u0275parseCookieValue",function(){return Y}),n.d(t,"CommonModule",function(){return Tt}),n.d(t,"DeprecatedI18NPipesModule",function(){return Mt}),n.d(t,"NgClass",function(){return J}),n.d(t,"NgForOf",function(){return te}),n.d(t,"NgForOfContext",function(){return ee}),n.d(t,"NgIf",function(){return re}),n.d(t,"NgIfContext",function(){return ie}),n.d(t,"NgPlural",function(){return ue}),n.d(t,"NgPluralCase",function(){return ce}),n.d(t,"NgStyle",function(){return pe}),n.d(t,"NgSwitch",function(){return ae}),n.d(t,"NgSwitchCase",function(){return se}),n.d(t,"NgSwitchDefault",function(){return le}),n.d(t,"NgTemplateOutlet",function(){return de}),n.d(t,"NgComponentOutlet",function(){return X}),n.d(t,"DOCUMENT",function(){return Dt}),n.d(t,"AsyncPipe",function(){return yt}),n.d(t,"DatePipe",function(){return Me}),n.d(t,"I18nPluralPipe",function(){return wt}),n.d(t,"I18nSelectPipe",function(){return xt}),n.d(t,"JsonPipe",function(){return Ct}),n.d(t,"LowerCasePipe",function(){return mt}),n.d(t,"CurrencyPipe",function(){return It}),n.d(t,"DecimalPipe",function(){return Ot}),n.d(t,"PercentPipe",function(){return Et}),n.d(t,"SlicePipe",function(){return Pt}),n.d(t,"UpperCasePipe",function(){return bt}),n.d(t,"TitleCasePipe",function(){return vt}),n.d(t,"DeprecatedDatePipe",function(){return $e}),n.d(t,"DeprecatedCurrencyPipe",function(){return pt}),n.d(t,"DeprecatedDecimalPipe",function(){return ut}),n.d(t,"DeprecatedPercentPipe",function(){return ct}),n.d(t,"\u0275PLATFORM_BROWSER_ID",function(){return Nt}),n.d(t,"\u0275PLATFORM_SERVER_ID",function(){return At}),n.d(t,"\u0275PLATFORM_WORKER_APP_ID",function(){return Rt}),n.d(t,"\u0275PLATFORM_WORKER_UI_ID",function(){return Ft}),n.d(t,"isPlatformBrowser",function(){return Lt}),n.d(t,"isPlatformServer",function(){return jt}),n.d(t,"isPlatformWorkerApp",function(){return Vt}),n.d(t,"isPlatformWorkerUi",function(){return zt}),n.d(t,"VERSION",function(){return Ht}),n.d(t,"PlatformLocation",function(){return o}),n.d(t,"LOCATION_INITIALIZED",function(){return a}),n.d(t,"LocationStrategy",function(){return s}),n.d(t,"APP_BASE_HREF",function(){return l}),n.d(t,"HashLocationStrategy",function(){return p}),n.d(t,"PathLocationStrategy",function(){return d}),n.d(t,"Location",function(){return u}),n.d(t,"\u0275e",function(){return fe}),n.d(t,"\u0275d",function(){return G}),n.d(t,"\u0275a",function(){return W}),n.d(t,"\u0275b",function(){return Q}),n.d(t,"\u0275g",function(){return dt}),n.d(t,"\u0275f",function(){return kt});var r=n("WT6e"),i=n("TToO"),o=function(){},a=new r.InjectionToken("Location Initialized"),s=function(){},l=new r.InjectionToken("appBaseHref"),u=function(){function e(t){var n=this;this._subject=new r.EventEmitter,this._platformStrategy=t;var i=this._platformStrategy.getBaseHref();this._baseHref=e.stripTrailingSlash(c(i)),this._platformStrategy.onPopState(function(e){n._subject.emit({url:n.path(!0),pop:!0,type:e.type})})}return e.prototype.path=function(e){return void 0===e&&(e=!1),this.normalize(this._platformStrategy.path(e))},e.prototype.isCurrentPathEqualTo=function(t,n){return void 0===n&&(n=""),this.path()==this.normalize(t+e.normalizeQueryParams(n))},e.prototype.normalize=function(t){return e.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,c(t)))},e.prototype.prepareExternalUrl=function(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)},e.prototype.go=function(e,t){void 0===t&&(t=""),this._platformStrategy.pushState(null,"",e,t)},e.prototype.replaceState=function(e,t){void 0===t&&(t=""),this._platformStrategy.replaceState(null,"",e,t)},e.prototype.forward=function(){this._platformStrategy.forward()},e.prototype.back=function(){this._platformStrategy.back()},e.prototype.subscribe=function(e,t,n){return this._subject.subscribe({next:e,error:t,complete:n})},e.normalizeQueryParams=function(e){return e&&"?"!==e[0]?"?"+e:e},e.joinWithSlash=function(e,t){if(0==e.length)return t;if(0==t.length)return e;var n=0;return e.endsWith("/")&&n++,t.startsWith("/")&&n++,2==n?e+t.substring(1):1==n?e+t:e+"/"+t},e.stripTrailingSlash=function(e){var t=e.match(/#|\?|$/),n=t&&t.index||e.length;return e.slice(0,n-("/"===e[n-1]?1:0))+e.slice(n)},e}();function c(e){return e.replace(/\/index.html$/,"")}var p=function(e){function t(t,n){var r=e.call(this)||this;return r._platformLocation=t,r._baseHref="",null!=n&&(r._baseHref=n),r}return Object(i.b)(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.path=function(e){void 0===e&&(e=!1);var t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t},t.prototype.prepareExternalUrl=function(e){var t=u.joinWithSlash(this._baseHref,e);return t.length>0?"#"+t:t},t.prototype.pushState=function(e,t,n,r){var i=this.prepareExternalUrl(n+u.normalizeQueryParams(r));0==i.length&&(i=this._platformLocation.pathname),this._platformLocation.pushState(e,t,i)},t.prototype.replaceState=function(e,t,n,r){var i=this.prepareExternalUrl(n+u.normalizeQueryParams(r));0==i.length&&(i=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,i)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t}(s),d=function(e){function t(t,n){var r=e.call(this)||this;if(r._platformLocation=t,null==n&&(n=r._platformLocation.getBaseHrefFromDOM()),null==n)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");return r._baseHref=n,r}return Object(i.b)(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.prepareExternalUrl=function(e){return u.joinWithSlash(this._baseHref,e)},t.prototype.path=function(e){void 0===e&&(e=!1);var t=this._platformLocation.pathname+u.normalizeQueryParams(this._platformLocation.search),n=this._platformLocation.hash;return n&&e?""+t+n:t},t.prototype.pushState=function(e,t,n,r){var i=this.prepareExternalUrl(n+u.normalizeQueryParams(r));this._platformLocation.pushState(e,t,i)},t.prototype.replaceState=function(e,t,n,r){var i=this.prepareExternalUrl(n+u.normalizeQueryParams(r));this._platformLocation.replaceState(e,t,i)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t}(s),f={AOA:[,"Kz"],ARS:[,"$"],AUD:["A$","$"],BAM:[,"KM"],BBD:[,"$"],BDT:[,"\u09f3"],BMD:[,"$"],BND:[,"$"],BOB:[,"Bs"],BRL:["R$"],BSD:[,"$"],BWP:[,"P"],BYN:[,"\u0440."],BZD:[,"$"],CAD:["CA$","$"],CLP:[,"$"],CNY:["CN\xa5","\xa5"],COP:[,"$"],CRC:[,"\u20a1"],CUC:[,"$"],CUP:[,"$"],CZK:[,"K\u010d"],DKK:[,"kr"],DOP:[,"$"],EGP:[,"E\xa3"],ESP:[,"\u20a7"],EUR:["\u20ac"],FJD:[,"$"],FKP:[,"\xa3"],GBP:["\xa3"],GEL:[,"\u20be"],GIP:[,"\xa3"],GNF:[,"FG"],GTQ:[,"Q"],GYD:[,"$"],HKD:["HK$","$"],HNL:[,"L"],HRK:[,"kn"],HUF:[,"Ft"],IDR:[,"Rp"],ILS:["\u20aa"],INR:["\u20b9"],ISK:[,"kr"],JMD:[,"$"],JPY:["\xa5"],KHR:[,"\u17db"],KMF:[,"CF"],KPW:[,"\u20a9"],KRW:["\u20a9"],KYD:[,"$"],KZT:[,"\u20b8"],LAK:[,"\u20ad"],LBP:[,"L\xa3"],LKR:[,"Rs"],LRD:[,"$"],LTL:[,"Lt"],LVL:[,"Ls"],MGA:[,"Ar"],MMK:[,"K"],MNT:[,"\u20ae"],MUR:[,"Rs"],MXN:["MX$","$"],MYR:[,"RM"],NAD:[,"$"],NGN:[,"\u20a6"],NIO:[,"C$"],NOK:[,"kr"],NPR:[,"Rs"],NZD:["NZ$","$"],PHP:[,"\u20b1"],PKR:[,"Rs"],PLN:[,"z\u0142"],PYG:[,"\u20b2"],RON:[,"lei"],RUB:[,"\u20bd"],RUR:[,"\u0440."],RWF:[,"RF"],SBD:[,"$"],SEK:[,"kr"],SGD:[,"$"],SHP:[,"\xa3"],SRD:[,"$"],SSP:[,"\xa3"],STD:[,"Db"],SYP:[,"\xa3"],THB:[,"\u0e3f"],TOP:[,"T$"],TRY:[,"\u20ba"],TTD:[,"$"],TWD:["NT$","$"],UAH:[,"\u20b4"],USD:["$"],UYU:[,"$"],VEF:[,"Bs"],VND:["\u20ab"],XAF:["FCFA"],XCD:["EC$","$"],XOF:["CFA"],XPF:["CFPF"],ZAR:[,"R"],ZMW:[,"ZK"]},h=["en",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}],g={};function y(e,t,n){"string"!=typeof t&&(n=t,t=e[0]),t=t.toLowerCase().replace(/_/g,"-"),g[t]=e,n&&(g[t][18]=n)}var m=function(){var e={Decimal:0,Percent:1,Currency:2,Scientific:3};return e[e.Decimal]="Decimal",e[e.Percent]="Percent",e[e.Currency]="Currency",e[e.Scientific]="Scientific",e}(),v=function(){var e={Zero:0,One:1,Two:2,Few:3,Many:4,Other:5};return e[e.Zero]="Zero",e[e.One]="One",e[e.Two]="Two",e[e.Few]="Few",e[e.Many]="Many",e[e.Other]="Other",e}(),b=function(){var e={Format:0,Standalone:1};return e[e.Format]="Format",e[e.Standalone]="Standalone",e}(),_=function(){var e={Narrow:0,Abbreviated:1,Wide:2,Short:3};return e[e.Narrow]="Narrow",e[e.Abbreviated]="Abbreviated",e[e.Wide]="Wide",e[e.Short]="Short",e}(),w=function(){var e={Short:0,Medium:1,Long:2,Full:3};return e[e.Short]="Short",e[e.Medium]="Medium",e[e.Long]="Long",e[e.Full]="Full",e}(),x=function(){var e={Decimal:0,Group:1,List:2,PercentSign:3,PlusSign:4,MinusSign:5,Exponential:6,SuperscriptingExponent:7,PerMille:8,Infinity:9,NaN:10,TimeSeparator:11,CurrencyDecimal:12,CurrencyGroup:13};return e[e.Decimal]="Decimal",e[e.Group]="Group",e[e.List]="List",e[e.PercentSign]="PercentSign",e[e.PlusSign]="PlusSign",e[e.MinusSign]="MinusSign",e[e.Exponential]="Exponential",e[e.SuperscriptingExponent]="SuperscriptingExponent",e[e.PerMille]="PerMille",e[e.Infinity]="Infinity",e[e.NaN]="NaN",e[e.TimeSeparator]="TimeSeparator",e[e.CurrencyDecimal]="CurrencyDecimal",e[e.CurrencyGroup]="CurrencyGroup",e}(),C=function(){var e={Sunday:0,Monday:1,Tuesday:2,Wednesday:3,Thursday:4,Friday:5,Saturday:6};return e[e.Sunday]="Sunday",e[e.Monday]="Monday",e[e.Tuesday]="Tuesday",e[e.Wednesday]="Wednesday",e[e.Thursday]="Thursday",e[e.Friday]="Friday",e[e.Saturday]="Saturday",e}();function O(e){return G(e)[0]}function E(e,t,n){var r=G(e);return B(B([r[1],r[2]],t),n)}function I(e,t,n){var r=G(e);return B(B([r[3],r[4]],t),n)}function S(e,t,n){var r=G(e);return B(B([r[5],r[6]],t),n)}function P(e,t){return B(G(e)[7],t)}function k(e){return G(e)[8]}function T(e){return G(e)[9]}function M(e,t){return B(G(e)[10],t)}function D(e,t){return B(G(e)[11],t)}function N(e,t){return B(G(e)[12],t)}function A(e,t){var n=G(e),r=n[13][t];if("undefined"==typeof r){if(t===x.CurrencyDecimal)return n[13][x.Decimal];if(t===x.CurrencyGroup)return n[13][x.Group]}return r}function R(e,t){return G(e)[14][t]}function F(e){return G(e)[15]||null}function L(e){return G(e)[16]||null}function j(e){return G(e)[17]}function V(e){if(!e[18])throw new Error('Missing extra locale data for the locale "'+e[0]+'". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.')}function z(e){var t=G(e);return V(t),(t[18][2]||[]).map(function(e){return"string"==typeof e?U(e):[U(e[0]),U(e[1])]})}function H(e,t,n){var r=G(e);return V(r),B(B([r[18][0],r[18][1]],t)||[],n)||[]}function B(e,t){for(var n=t;n>-1;n--)if("undefined"!=typeof e[n])return e[n];throw new Error("Locale data API: locale data undefined")}function U(e){var t=e.split(":");return{hours:+t[0],minutes:+t[1]}}function G(e){var t=e.toLowerCase().replace(/_/g,"-"),n=g[t];if(n)return n;var r=t.split("-")[0];if(n=g[r])return n;if("en"===r)return h;throw new Error('Missing locale data for the locale "'+e+'".')}function Z(e,t){var n=f[e]||[],r=n[1];return"narrow"===t&&"string"==typeof r?r:n[0]||e}var W=new r.InjectionToken("UseV4Plurals"),q=function(){};function K(e,t,n,r){var i="="+e;if(t.indexOf(i)>-1)return i;if(i=n.getPluralCategory(e,r),t.indexOf(i)>-1)return i;if(t.indexOf("other")>-1)return"other";throw new Error('No plural message found for value "'+e+'"')}var $=function(e){function t(t,n){var r=e.call(this)||this;return r.locale=t,r.deprecatedPluralFn=n,r}return Object(i.b)(t,e),t.prototype.getPluralCategory=function(e,t){switch(this.deprecatedPluralFn?this.deprecatedPluralFn(t||this.locale,e):j(t||this.locale)(e)){case v.Zero:return"zero";case v.One:return"one";case v.Two:return"two";case v.Few:return"few";case v.Many:return"many";default:return"other"}},t}(q);function Q(e,t){"string"==typeof t&&(t=parseInt(t,10));var n=t,r=n.toString().replace(/^[^.]*\.?/,""),i=Math.floor(Math.abs(n)),o=r.length,a=parseInt(r,10),s=parseInt(n.toString().replace(/^[^.]*\.?|0+$/g,""),10)||0;switch(e.split("-")[0].toLowerCase()){case"af":case"asa":case"az":case"bem":case"bez":case"bg":case"brx":case"ce":case"cgg":case"chr":case"ckb":case"ee":case"el":case"eo":case"es":case"eu":case"fo":case"fur":case"gsw":case"ha":case"haw":case"hu":case"jgo":case"jmc":case"ka":case"kk":case"kkj":case"kl":case"ks":case"ksb":case"ky":case"lb":case"lg":case"mas":case"mgo":case"ml":case"mn":case"nb":case"nd":case"ne":case"nn":case"nnh":case"nyn":case"om":case"or":case"os":case"ps":case"rm":case"rof":case"rwk":case"saq":case"seh":case"sn":case"so":case"sq":case"ta":case"te":case"teo":case"tk":case"tr":case"ug":case"uz":case"vo":case"vun":case"wae":case"xog":return 1===n?v.One:v.Other;case"ak":case"ln":case"mg":case"pa":case"ti":return n===Math.floor(n)&&n>=0&&n<=1?v.One:v.Other;case"am":case"as":case"bn":case"fa":case"gu":case"hi":case"kn":case"mr":case"zu":return 0===i||1===n?v.One:v.Other;case"ar":return 0===n?v.Zero:1===n?v.One:2===n?v.Two:n%100===Math.floor(n%100)&&n%100>=3&&n%100<=10?v.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=99?v.Many:v.Other;case"ast":case"ca":case"de":case"en":case"et":case"fi":case"fy":case"gl":case"it":case"nl":case"sv":case"sw":case"ur":case"yi":return 1===i&&0===o?v.One:v.Other;case"be":return n%10==1&&n%100!=11?v.One:n%10===Math.floor(n%10)&&n%10>=2&&n%10<=4&&!(n%100>=12&&n%100<=14)?v.Few:n%10==0||n%10===Math.floor(n%10)&&n%10>=5&&n%10<=9||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=14?v.Many:v.Other;case"br":return n%10==1&&n%100!=11&&n%100!=71&&n%100!=91?v.One:n%10==2&&n%100!=12&&n%100!=72&&n%100!=92?v.Two:n%10===Math.floor(n%10)&&(n%10>=3&&n%10<=4||n%10==9)&&!(n%100>=10&&n%100<=19||n%100>=70&&n%100<=79||n%100>=90&&n%100<=99)?v.Few:0!==n&&n%1e6==0?v.Many:v.Other;case"bs":case"hr":case"sr":return 0===o&&i%10==1&&i%100!=11||a%10==1&&a%100!=11?v.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)||a%10===Math.floor(a%10)&&a%10>=2&&a%10<=4&&!(a%100>=12&&a%100<=14)?v.Few:v.Other;case"cs":case"sk":return 1===i&&0===o?v.One:i===Math.floor(i)&&i>=2&&i<=4&&0===o?v.Few:0!==o?v.Many:v.Other;case"cy":return 0===n?v.Zero:1===n?v.One:2===n?v.Two:3===n?v.Few:6===n?v.Many:v.Other;case"da":return 1===n||0!==s&&(0===i||1===i)?v.One:v.Other;case"dsb":case"hsb":return 0===o&&i%100==1||a%100==1?v.One:0===o&&i%100==2||a%100==2?v.Two:0===o&&i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4||a%100===Math.floor(a%100)&&a%100>=3&&a%100<=4?v.Few:v.Other;case"ff":case"fr":case"hy":case"kab":return 0===i||1===i?v.One:v.Other;case"fil":return 0===o&&(1===i||2===i||3===i)||0===o&&i%10!=4&&i%10!=6&&i%10!=9||0!==o&&a%10!=4&&a%10!=6&&a%10!=9?v.One:v.Other;case"ga":return 1===n?v.One:2===n?v.Two:n===Math.floor(n)&&n>=3&&n<=6?v.Few:n===Math.floor(n)&&n>=7&&n<=10?v.Many:v.Other;case"gd":return 1===n||11===n?v.One:2===n||12===n?v.Two:n===Math.floor(n)&&(n>=3&&n<=10||n>=13&&n<=19)?v.Few:v.Other;case"gv":return 0===o&&i%10==1?v.One:0===o&&i%10==2?v.Two:0!==o||i%100!=0&&i%100!=20&&i%100!=40&&i%100!=60&&i%100!=80?0!==o?v.Many:v.Other:v.Few;case"he":return 1===i&&0===o?v.One:2===i&&0===o?v.Two:0!==o||n>=0&&n<=10||n%10!=0?v.Other:v.Many;case"is":return 0===s&&i%10==1&&i%100!=11||0!==s?v.One:v.Other;case"ksh":return 0===n?v.Zero:1===n?v.One:v.Other;case"kw":case"naq":case"se":case"smn":return 1===n?v.One:2===n?v.Two:v.Other;case"lag":return 0===n?v.Zero:0!==i&&1!==i||0===n?v.Other:v.One;case"lt":return n%10!=1||n%100>=11&&n%100<=19?n%10===Math.floor(n%10)&&n%10>=2&&n%10<=9&&!(n%100>=11&&n%100<=19)?v.Few:0!==a?v.Many:v.Other:v.One;case"lv":case"prg":return n%10==0||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19||2===o&&a%100===Math.floor(a%100)&&a%100>=11&&a%100<=19?v.Zero:n%10==1&&n%100!=11||2===o&&a%10==1&&a%100!=11||2!==o&&a%10==1?v.One:v.Other;case"mk":return 0===o&&i%10==1||a%10==1?v.One:v.Other;case"mt":return 1===n?v.One:0===n||n%100===Math.floor(n%100)&&n%100>=2&&n%100<=10?v.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19?v.Many:v.Other;case"pl":return 1===i&&0===o?v.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?v.Few:0===o&&1!==i&&i%10===Math.floor(i%10)&&i%10>=0&&i%10<=1||0===o&&i%10===Math.floor(i%10)&&i%10>=5&&i%10<=9||0===o&&i%100===Math.floor(i%100)&&i%100>=12&&i%100<=14?v.Many:v.Other;case"pt":return n===Math.floor(n)&&n>=0&&n<=2&&2!==n?v.One:v.Other;case"ro":return 1===i&&0===o?v.One:0!==o||0===n||1!==n&&n%100===Math.floor(n%100)&&n%100>=1&&n%100<=19?v.Few:v.Other;case"ru":case"uk":return 0===o&&i%10==1&&i%100!=11?v.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?v.Few:0===o&&i%10==0||0===o&&i%10===Math.floor(i%10)&&i%10>=5&&i%10<=9||0===o&&i%100===Math.floor(i%100)&&i%100>=11&&i%100<=14?v.Many:v.Other;case"shi":return 0===i||1===n?v.One:n===Math.floor(n)&&n>=2&&n<=10?v.Few:v.Other;case"si":return 0===n||1===n||0===i&&1===a?v.One:v.Other;case"sl":return 0===o&&i%100==1?v.One:0===o&&i%100==2?v.Two:0===o&&i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4||0!==o?v.Few:v.Other;case"tzm":return n===Math.floor(n)&&n>=0&&n<=1||n===Math.floor(n)&&n>=11&&n<=99?v.One:v.Other;default:return v.Other}}function Y(e,t){t=encodeURIComponent(t);for(var n=0,r=e.split(";");n0||s>-n)&&(s+=n),e===me.Hours&&0===s&&-12===n&&(s=12),_e(s,t,A(a,x.MinusSign),r,i)}}function xe(e,t,n,r){return void 0===n&&(n=b.Format),void 0===r&&(r=!1),function(i,o){return function(e,t,n,r,i,o){switch(n){case ve.Months:return S(t,i,r)[e.getMonth()];case ve.Days:return I(t,i,r)[e.getDay()];case ve.DayPeriods:var a=e.getHours(),s=e.getMinutes();if(o){var l,u=z(t),c=H(t,i,r);if(u.forEach(function(e,t){if(Array.isArray(e)){var n=e[0],r=e[1],i=r.hours;a>=n.hours&&s>=n.minutes&&(a0?Math.floor(i/60):Math.ceil(i/60);switch(e){case ye.Short:return(i>=0?"+":"")+_e(a,2,o)+_e(Math.abs(i%60),2,o);case ye.ShortGMT:return"GMT"+(i>=0?"+":"")+_e(a,1,o);case ye.Long:return"GMT"+(i>=0?"+":"")+_e(a,2,o)+":"+_e(Math.abs(i%60),2,o);case ye.Extended:return 0===r?"Z":(i>=0?"+":"")+_e(a,2,o)+":"+_e(Math.abs(i%60),2,o);default:throw new Error('Unknown zone width "'+e+'"')}}}var Oe=0,Ee=4;function Ie(e,t){return void 0===t&&(t=!1),function(n,r){var i,o,a,s;if(t){var l=new Date(n.getFullYear(),n.getMonth(),1).getDay()-1,u=n.getDate();i=1+Math.floor((u+l)/7)}else{var c=(a=n.getFullYear(),s=new Date(a,Oe,1).getDay(),new Date(a,0,1+(s<=Ee?Ee:Ee+7)-s)),p=(o=n,new Date(o.getFullYear(),o.getMonth(),o.getDate()+(Ee-o.getDay()))).getTime()-c.getTime();i=1+Math.round(p/6048e5)}return _e(i,e,A(r,x.MinusSign))}}var Se={};function Pe(e,t){e=e.replace(/:/g,"");var n=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(n)?t:n}function ke(e,t){return Error("InvalidPipeArgument: '"+t+"' for pipe '"+Object(r["\u0275stringify"])(e)+"'")}var Te=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Me=function(){function e(e){this.locale=e}return e.prototype.transform=function(t,n,r,i){if(void 0===n&&(n="mediumDate"),null==t||""===t||t!=t)return null;var o,a;if("string"==typeof t&&(t=t.trim()),Ne(t))o=t;else if(isNaN(t-parseFloat(t)))if("string"==typeof t&&/^(\d{4}-\d{1,2}-\d{1,2})$/.test(t)){var s=t.split("-").map(function(e){return+e});o=new Date(s[0],s[1]-1,s[2])}else o="string"==typeof t&&(a=t.match(Te))?De(a):new Date(t);else o=new Date(parseFloat(t));if(!Ne(o))throw ke(e,t);return function(e,t,n,r){t=function e(t,n){var r=O(t);if(he[r]=he[r]||{},he[r][n])return he[r][n];var i="";switch(n){case"shortDate":i=M(t,w.Short);break;case"mediumDate":i=M(t,w.Medium);break;case"longDate":i=M(t,w.Long);break;case"fullDate":i=M(t,w.Full);break;case"shortTime":i=D(t,w.Short);break;case"mediumTime":i=D(t,w.Medium);break;case"longTime":i=D(t,w.Long);break;case"fullTime":i=D(t,w.Full);break;case"short":var o=e(t,"shortTime"),a=e(t,"shortDate");i=be(N(t,w.Short),[o,a]);break;case"medium":var s=e(t,"mediumTime"),l=e(t,"mediumDate");i=be(N(t,w.Medium),[s,l]);break;case"long":var u=e(t,"longTime"),c=e(t,"longDate");i=be(N(t,w.Long),[u,c]);break;case"full":var p=e(t,"fullTime"),d=e(t,"fullDate");i=be(N(t,w.Full),[p,d])}return i&&(he[r][n]=i),i}(n,t)||t;for(var i,o=[];t;){if(!(i=ge.exec(t))){o.push(t);break}var a=(o=o.concat(i.slice(1))).pop();if(!a)break;t=a}var s=e.getTimezoneOffset();r&&(s=Pe(r,s),e=function(e,t,n){var r=e.getTimezoneOffset();return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,-1*(Pe(t,r)-r))}(e,r));var l="";return o.forEach(function(t){var r=function(e){if(Se[e])return Se[e];var t;switch(e){case"G":case"GG":case"GGG":t=xe(ve.Eras,_.Abbreviated);break;case"GGGG":t=xe(ve.Eras,_.Wide);break;case"GGGGG":t=xe(ve.Eras,_.Narrow);break;case"y":t=we(me.FullYear,1,0,!1,!0);break;case"yy":t=we(me.FullYear,2,0,!0,!0);break;case"yyy":t=we(me.FullYear,3,0,!1,!0);break;case"yyyy":t=we(me.FullYear,4,0,!1,!0);break;case"M":case"L":t=we(me.Month,1,1);break;case"MM":case"LL":t=we(me.Month,2,1);break;case"MMM":t=xe(ve.Months,_.Abbreviated);break;case"MMMM":t=xe(ve.Months,_.Wide);break;case"MMMMM":t=xe(ve.Months,_.Narrow);break;case"LLL":t=xe(ve.Months,_.Abbreviated,b.Standalone);break;case"LLLL":t=xe(ve.Months,_.Wide,b.Standalone);break;case"LLLLL":t=xe(ve.Months,_.Narrow,b.Standalone);break;case"w":t=Ie(1);break;case"ww":t=Ie(2);break;case"W":t=Ie(1,!0);break;case"d":t=we(me.Date,1);break;case"dd":t=we(me.Date,2);break;case"E":case"EE":case"EEE":t=xe(ve.Days,_.Abbreviated);break;case"EEEE":t=xe(ve.Days,_.Wide);break;case"EEEEE":t=xe(ve.Days,_.Narrow);break;case"EEEEEE":t=xe(ve.Days,_.Short);break;case"a":case"aa":case"aaa":t=xe(ve.DayPeriods,_.Abbreviated);break;case"aaaa":t=xe(ve.DayPeriods,_.Wide);break;case"aaaaa":t=xe(ve.DayPeriods,_.Narrow);break;case"b":case"bb":case"bbb":t=xe(ve.DayPeriods,_.Abbreviated,b.Standalone,!0);break;case"bbbb":t=xe(ve.DayPeriods,_.Wide,b.Standalone,!0);break;case"bbbbb":t=xe(ve.DayPeriods,_.Narrow,b.Standalone,!0);break;case"B":case"BB":case"BBB":t=xe(ve.DayPeriods,_.Abbreviated,b.Format,!0);break;case"BBBB":t=xe(ve.DayPeriods,_.Wide,b.Format,!0);break;case"BBBBB":t=xe(ve.DayPeriods,_.Narrow,b.Format,!0);break;case"h":t=we(me.Hours,1,-12);break;case"hh":t=we(me.Hours,2,-12);break;case"H":t=we(me.Hours,1);break;case"HH":t=we(me.Hours,2);break;case"m":t=we(me.Minutes,1);break;case"mm":t=we(me.Minutes,2);break;case"s":t=we(me.Seconds,1);break;case"ss":t=we(me.Seconds,2);break;case"S":t=we(me.Milliseconds,1);break;case"SS":t=we(me.Milliseconds,2);break;case"SSS":t=we(me.Milliseconds,3);break;case"Z":case"ZZ":case"ZZZ":t=Ce(ye.Short);break;case"ZZZZZ":t=Ce(ye.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=Ce(ye.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=Ce(ye.Long);break;default:return null}return Se[e]=t,t}(t);l+=r?r(e,n,s):"''"===t?"'":t.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),l}(o,n,i||this.locale,r)},e}();function De(e){var t=new Date(0),n=0,r=0,i=e[8]?t.setUTCHours:t.setHours;e[9]&&(n=+(e[9]+e[10]),r=+(e[9]+e[11])),(e[8]?t.setUTCFullYear:t.setFullYear).call(t,+e[1],+e[2]-1,+e[3]);var o=+(e[4]||"0")-n,a=+(e[5]||"0")-r,s=+(e[6]||"0"),l=Math.round(1e3*parseFloat("0."+(e[7]||0)));return i.call(t,o,a,s,l),t}function Ne(e){return e instanceof Date&&!isNaN(e.valueOf())}var Ae=function(){function e(){}return e.format=function(e,t,n,r){void 0===r&&(r={});var i=r.currency,o=r.currencyAsSymbol,a=void 0!==o&&o,s={minimumIntegerDigits:r.minimumIntegerDigits,minimumFractionDigits:r.minimumFractionDigits,maximumFractionDigits:r.maximumFractionDigits,style:m[n].toLowerCase()};return n==m.Currency&&(s.currency="string"==typeof i?i:void 0,s.currencyDisplay=a?"symbol":"code"),new Intl.NumberFormat(t,s).format(e)},e}(),Re=/((?:[^yMLdHhmsazZEwGjJ']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|L+|d+|H+|h+|J+|j+|m+|s+|a|z|Z|G+|w+))(.*)/,Fe={yMMMdjms:We(Ze([Ue("year",1),Ge("month",3),Ue("day",1),Ue("hour",1),Ue("minute",1),Ue("second",1)])),yMdjm:We(Ze([Ue("year",1),Ue("month",1),Ue("day",1),Ue("hour",1),Ue("minute",1)])),yMMMMEEEEd:We(Ze([Ue("year",1),Ge("month",4),Ge("weekday",4),Ue("day",1)])),yMMMMd:We(Ze([Ue("year",1),Ge("month",4),Ue("day",1)])),yMMMd:We(Ze([Ue("year",1),Ge("month",3),Ue("day",1)])),yMd:We(Ze([Ue("year",1),Ue("month",1),Ue("day",1)])),jms:We(Ze([Ue("hour",1),Ue("second",1),Ue("minute",1)])),jm:We(Ze([Ue("hour",1),Ue("minute",1)]))},Le={yyyy:We(Ue("year",4)),yy:We(Ue("year",2)),y:We(Ue("year",1)),MMMM:We(Ge("month",4)),MMM:We(Ge("month",3)),MM:We(Ue("month",2)),M:We(Ue("month",1)),LLLL:We(Ge("month",4)),L:We(Ge("month",1)),dd:We(Ue("day",2)),d:We(Ue("day",1)),HH:je(Ve(We(Be(Ue("hour",2),!1)))),H:Ve(We(Be(Ue("hour",1),!1))),hh:je(Ve(We(Be(Ue("hour",2),!0)))),h:Ve(We(Be(Ue("hour",1),!0))),jj:We(Ue("hour",2)),j:We(Ue("hour",1)),mm:je(We(Ue("minute",2))),m:We(Ue("minute",1)),ss:je(We(Ue("second",2))),s:We(Ue("second",1)),sss:We(Ue("second",3)),EEEE:We(Ge("weekday",4)),EEE:We(Ge("weekday",3)),EE:We(Ge("weekday",2)),E:We(Ge("weekday",1)),a:function(e){return function(t,n){return e(t,n).split(" ")[1]}}(We(Be(Ue("hour",1),!0))),Z:He("short"),z:He("long"),ww:We({}),w:We({}),G:We(Ge("era",1)),GG:We(Ge("era",2)),GGG:We(Ge("era",3)),GGGG:We(Ge("era",4))};function je(e){return function(t,n){var r=e(t,n);return 1==r.length?"0"+r:r}}function Ve(e){return function(t,n){return e(t,n).split(" ")[0]}}function ze(e,t,n){return new Intl.DateTimeFormat(t,n).format(e).replace(/[\u200e\u200f]/g,"")}function He(e){var t={hour:"2-digit",hour12:!1,timeZoneName:e};return function(e,n){var r=ze(e,n,t);return r?r.substring(3):""}}function Be(e,t){return e.hour12=t,e}function Ue(e,t){return function(){var n={};return n[e]=2===t?"2-digit":"numeric",n}()}function Ge(e,t){var n={};return n[e]=t<4?t>1?"short":"narrow":"long",n}function Ze(e){return e.reduce(function(e,t){return Object(i.a)({},e,t)},{})}function We(e){return function(t,n){return ze(t,n,e)}}var qe=new Map,Ke=function(){function e(){}return e.format=function(e,t,n){return function(e,t,n){var r=Fe[e];if(r)return r(t,n);var i=e,o=qe.get(i);if(!o){o=[];var a=void 0;Re.exec(e);for(var s=e;s;)(a=Re.exec(s))?s=(o=o.concat(a.slice(1))).pop():(o.push(s),s=null);qe.set(i,o)}return o.reduce(function(e,r){var i=Le[r];return e+(i?i(t,n):function(e){return"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")}(r))},"")}(n,e,t)},e}(),$e=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n){if(void 0===n&&(n="mediumDate"),null==t||""===t||t!=t)return null;var r;if("string"==typeof t&&(t=t.trim()),Qe(t))r=t;else if(isNaN(t-parseFloat(t)))if("string"==typeof t&&/^(\d{4}-\d{1,2}-\d{1,2})$/.test(t)){var i=t.split("-").map(function(e){return parseInt(e,10)});r=new Date(i[0],i[1]-1,i[2])}else r=new Date(t);else r=new Date(parseFloat(t));if(!Qe(r)){var o=void 0;if("string"!=typeof t||!(o=t.match(Te)))throw ke(e,t);r=De(o)}return Ke.format(r,this._locale,e._ALIASES[n]||n)},e._ALIASES={medium:"yMMMdjms",short:"yMdjm",fullDate:"yMMMMEEEEd",longDate:"yMMMMd",mediumDate:"yMMMd",shortDate:"yMd",mediumTime:"jms",shortTime:"jm"},e}();function Qe(e){return e instanceof Date&&!isNaN(e.valueOf())}var Ye=/^(\d+)?\.((\d+)(-(\d+))?)?$/,Je=22,Xe=".",et="0",tt=";",nt=",",rt="#",it="\xa4",ot="%";function at(e,t,n,r,i){void 0===i&&(i=null);var o,a={str:null},s=R(t,n);if("string"!=typeof e||isNaN(+e-parseFloat(e))){if("number"!=typeof e)return a.error=e+" is not a number",a;o=e}else o=+e;var l=function(e,t){void 0===t&&(t="-");var n={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},r=e.split(tt),i=r[0],o=r[1],a=-1!==i.indexOf(Xe)?i.split(Xe):[i.substring(0,i.lastIndexOf(et)+1),i.substring(i.lastIndexOf(et)+1)],s=a[0],l=a[1]||"";n.posPre=s.substr(0,s.indexOf(rt));for(var u=0;u-1&&(a=a.replace(Xe,"")),(r=a.search(/e/i))>0?(n<0&&(n=r),n+=+a.slice(r+1),a=a.substring(0,r)):n<0&&(n=a.length),r=0;a.charAt(r)===et;r++);if(r===(o=a.length))t=[0],n=1;else{for(o--;a.charAt(o)===et;)o--;for(n-=r,t=[],i=0;r<=o;r++,i++)t[i]=+a.charAt(r)}return n>Je&&(t=t.splice(0,Je-1),s=n-1,n=1),{digits:t,exponent:s,integerLen:n}}(o);n===m.Percent&&(p=function(e){if(0===e.digits[0])return e;var t=e.digits.length-e.integerLen;return e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2),e}(p));var d=l.minInt,f=l.minFrac,h=l.maxFrac;if(r){var g=r.match(Ye);if(null===g)return a.error=r+" is not a valid digit info",a;var y=g[1],v=g[3],b=g[5];null!=y&&(d=st(y)),null!=v&&(f=st(v)),null!=b?h=st(b):null!=v&&f>h&&(h=f)}!function(e,t,n){if(t>n)throw new Error("The minimum number of digits after fraction ("+t+") is higher than the maximum ("+n+").");var r=e.digits,i=r.length-e.integerLen,o=Math.min(Math.max(t,i),n),a=o+e.integerLen,s=r[a];if(a>0){r.splice(Math.max(e.integerLen,a));for(var l=a;l=5)if(a-1<0){for(var c=0;c>a;c--)r.unshift(0),e.integerLen++;r.unshift(1),e.integerLen++}else r[a-1]++;for(;i=d?r.pop():p=!1),t>=10?1:0},0);f&&(r.unshift(f),e.integerLen++)}(p,f,h);var _=p.digits,w=p.integerLen,C=p.exponent,O=[];for(c=_.every(function(e){return!e});w0?O=_.splice(w,_.length):(O=_,_=[0]);var E=[];for(_.length>=l.lgSize&&E.unshift(_.splice(-l.lgSize,_.length).join(""));_.length>l.gSize;)E.unshift(_.splice(-l.gSize,_.length).join(""));_.length&&E.unshift(_.join("")),u=E.join(A(t,i?x.CurrencyGroup:x.Group)),O.length&&(u+=A(t,i?x.CurrencyDecimal:x.Decimal)+O.join("")),C&&(u+=A(t,x.Exponential)+"+"+C)}else u=A(t,x.Infinity);return u=o<0&&!c?l.negPre+u+l.negSuf:l.posPre+u+l.posSuf,n===m.Currency&&null!==i?(a.str=u.replace(it,i).replace(it,""),a):n===m.Percent?(a.str=u.replace(new RegExp(ot,"g"),A(t,x.PercentSign)),a):(a.str=u,a)}function st(e){var t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}function lt(e,t,n,r,i,o,a){if(void 0===o&&(o=null),void 0===a&&(a=!1),null==n)return null;if("number"!=typeof(n="string"!=typeof n||isNaN(+n-parseFloat(n))?n:+n))throw ke(e,n);var s,l,u;if(r!==m.Currency&&(s=1,l=0,u=3),i){var c=i.match(Ye);if(null===c)throw new Error(i+" is not a valid digit info for number pipes");null!=c[1]&&(s=st(c[1])),null!=c[3]&&(l=st(c[3])),null!=c[5]&&(u=st(c[5]))}return Ae.format(n,t,r,{minimumIntegerDigits:s,minimumFractionDigits:l,maximumFractionDigits:u,currency:o,currencyAsSymbol:a})}var ut=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n){return lt(e,this._locale,t,m.Decimal,n)},e}(),ct=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n){return lt(e,this._locale,t,m.Percent,n)},e}(),pt=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n,r,i){return void 0===n&&(n="USD"),void 0===r&&(r=!1),lt(e,this._locale,t,m.Currency,i,n,r)},e}(),dt=[ut,ct,pt,$e],ft=function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.subscribe({next:t,error:function(e){throw e}})},e.prototype.dispose=function(e){e.unsubscribe()},e.prototype.onDestroy=function(e){e.unsubscribe()},e}(),ht=new(function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.then(t,function(e){throw e})},e.prototype.dispose=function(e){},e.prototype.onDestroy=function(e){},e}()),gt=new ft,yt=function(){function e(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}return e.prototype.ngOnDestroy=function(){this._subscription&&this._dispose()},e.prototype.transform=function(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):this._latestValue===this._latestReturnedValue?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,r.WrappedValue.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)},e.prototype._subscribe=function(e){var t=this;this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,function(n){return t._updateLatestValue(e,n)})},e.prototype._selectStrategy=function(t){if(Object(r["\u0275isPromise"])(t))return ht;if(Object(r["\u0275isObservable"])(t))return gt;throw ke(e,t)},e.prototype._dispose=function(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null},e.prototype._updateLatestValue=function(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())},e}(),mt=function(){function e(){}return e.prototype.transform=function(t){if(!t)return t;if("string"!=typeof t)throw ke(e,t);return t.toLowerCase()},e}(),vt=function(){function e(){}return e.prototype.transform=function(t){if(!t)return t;if("string"!=typeof t)throw ke(e,t);return t.split(/\b/g).map(function(e){return function(e){return e?e[0].toUpperCase()+e.substr(1).toLowerCase():e}(e)}).join("")},e}(),bt=function(){function e(){}return e.prototype.transform=function(t){if(!t)return t;if("string"!=typeof t)throw ke(e,t);return t.toUpperCase()},e}(),_t=/#/g,wt=function(){function e(e){this._localization=e}return e.prototype.transform=function(t,n,r){if(null==t)return"";if("object"!=typeof n||null===n)throw ke(e,n);return n[K(t,Object.keys(n),this._localization,r)].replace(_t,t.toString())},e}(),xt=function(){function e(){}return e.prototype.transform=function(t,n){if(null==t)return"";if("object"!=typeof n||"string"!=typeof t)throw ke(e,n);return n.hasOwnProperty(t)?n[t]:n.hasOwnProperty("other")?n.other:""},e}(),Ct=function(){function e(){}return e.prototype.transform=function(e){return JSON.stringify(e,null,2)},e}(),Ot=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n,r){if(St(t))return null;var i=at(t,r=r||this._locale,m.Decimal,n),o=i.str,a=i.error;if(a)throw ke(e,a);return o},e}(),Et=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n,r){if(St(t))return null;var i=at(t,r=r||this._locale,m.Percent,n),o=i.str,a=i.error;if(a)throw ke(e,a);return o},e}(),It=function(){function e(e){this._locale=e}return e.prototype.transform=function(t,n,r,i,o){if(void 0===r&&(r="symbol"),St(t))return null;o=o||this._locale,"boolean"==typeof r&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),r=r?"symbol":"code");var a=n||"USD";"code"!==r&&(a=Z(a,"symbol"===r?"wide":"narrow"));var s=at(t,o,m.Currency,i,a),l=s.str,u=s.error;if(u)throw ke(e,u);return l},e}();function St(e){return null==e||""===e||e!=e}var Pt=function(){function e(){}return e.prototype.transform=function(t,n,r){if(null==t)return t;if(!this.supports(t))throw ke(e,t);return t.slice(n,r)},e.prototype.supports=function(e){return"string"==typeof e||Array.isArray(e)},e}(),kt=[yt,bt,mt,Ct,Pt,Ot,Et,vt,It,Me,wt,xt],Tt=function(){},Mt=function(){},Dt=new r.InjectionToken("DocumentToken"),Nt="browser",At="server",Rt="browserWorkerApp",Ft="browserWorkerUi";function Lt(e){return e===Nt}function jt(e){return e===At}function Vt(e){return e===Rt}function zt(e){return e===Ft}var Ht=new r.Version("5.2.9")},YaPU:function(e,t,n){"use strict";var r=n("AMGY"),i=n("OVmG"),o=n("tLDX"),a=n("t7NR"),s=n("+CnV");n.d(t,"a",function(){return l});var l=function(){function e(e){this._isScalar=!1,e&&(this._subscribe=e)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(e,t,n){var r=this.operator,s=function(e,t,n){if(e){if(e instanceof i.a)return e;if(e[o.a])return e[o.a]()}return e||t||n?new i.a(e,t,n):new i.a(a.a)}(e,t,n);if(r?r.call(s,this.source):s.add(this.source||!s.syncErrorThrowable?this._subscribe(s):this._trySubscribe(s)),s.syncErrorThrowable&&(s.syncErrorThrowable=!1,s.syncErrorThrown))throw s.syncErrorValue;return s},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.syncErrorThrown=!0,e.syncErrorValue=t,e.error(t)}},e.prototype.forEach=function(e,t){var n=this;if(t||(r.a.Rx&&r.a.Rx.config&&r.a.Rx.config.Promise?t=r.a.Rx.config.Promise:r.a.Promise&&(t=r.a.Promise)),!t)throw new Error("no Promise impl found");return new t(function(t,r){var i;i=n.subscribe(function(t){if(i)try{e(t)}catch(e){r(e),i.unsubscribe()}else e(t)},r,t)})},e.prototype._subscribe=function(e){return this.source.subscribe(e)},e.prototype[s.a]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t .active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%], .navbar-default[_ngcontent-%COMP%] .navbar-nav[_ngcontent-%COMP%] > .active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:focus, .navbar-default[_ngcontent-%COMP%] .navbar-nav[_ngcontent-%COMP%] > .active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover{background:#000;font-weight:700;color:#fff}.navbar-default[_ngcontent-%COMP%] .navbar-nav[_ngcontent-%COMP%] > li[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{color:#d8d8d8}.navbar-default[_ngcontent-%COMP%] .navbar-brand[_ngcontent-%COMP%]{font-weight:700;color:#fff;font-size:18pt}"]],data:{}});function l(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,40,"nav",[["class","navbar navbar-default"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](3,0,null,null,35,"div",[["class","container"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n\n "])),(e()(),r["\u0275eld"](5,0,null,null,5,"div",[["class","navbar-header"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](8,0,null,null,1,"a",[["class","navbar-brand"],["href","#"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Safe Eyes"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n\n "])),(e()(),r["\u0275eld"](12,0,null,null,25,"div",[["class","collapse navbar-collapse"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](14,0,null,null,22,"ul",[["class","nav navbar-nav"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](17,0,null,null,2,"li",[["class","active pull-left"]],null,null,null,null,null)),(e()(),r["\u0275eld"](18,0,null,null,1,"a",[["href","#"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Home"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](21,0,null,null,2,"li",[],null,null,null,null,null)),(e()(),r["\u0275eld"](22,0,null,null,1,"a",[["href","#installation"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Installation"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](25,0,null,null,2,"li",[],null,null,null,null,null)),(e()(),r["\u0275eld"](26,0,null,null,1,"a",[["href","#features"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Features"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](29,0,null,null,2,"li",[],null,null,null,null,null)),(e()(),r["\u0275eld"](30,0,null,null,1,"a",[["href","#contribute"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Contribute"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](33,0,null,null,2,"li",[["class","social pull-right"]],null,null,null,null,null)),(e()(),r["\u0275eld"](34,0,null,null,1,"a",[["href","https://github.com/slgobinath/SafeEyes/"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Source"])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n"])),(e()(),r["\u0275ted"](-1,null,["\n"]))],null,null)}var u=function(){function e(){}return e.prototype.ngOnInit=function(){},e}(),c=r["\u0275crt"]({encapsulation:0,styles:[["h1[_ngcontent-%COMP%]{font-family:Roboto;font-size:36pt}p[_ngcontent-%COMP%]{font-size:18pt;margin-top:30px;text-align:justify;font-family:Raleway,Arial,sans-serif}.row[_ngcontent-%COMP%]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.row[_ngcontent-%COMP%] > [class*=col-][_ngcontent-%COMP%]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:center;align-self:center}.row[_ngcontent-%COMP%] > [class*=col-][_ngcontent-%COMP%] img[_ngcontent-%COMP%]{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}"]],data:{}});function p(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,19,"div",[["class","d-flex justify-content-between"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](2,0,null,null,16,"div",[["class","p-1"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](4,0,null,null,13,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](6,0,null,null,1,"div",[["class","col-sm-2"]],null,null,null,null,null)),(e()(),r["\u0275eld"](7,0,null,null,0,"img",[["src","assets/images/safeeyes.png"],["width","128"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](9,0,null,null,7,"div",[["class","col-sm-8"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](11,0,null,null,1,"h1",[["id","title"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n Safe Eyes\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](14,0,null,null,1,"p",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Safe Eyes is a Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI)."])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n"]))],null,null)}var d=n("1PhI"),f=n("Xjw4"),h=n("OE0E"),g=r["\u0275crt"]({encapsulation:0,styles:["[_nghost-%COMP%] { display: inline-block; } [_nghost-%COMP%] > *[_ngcontent-%COMP%] { float: left; } [_nghost-%COMP%] * { box-sizing: border-box; } [_nghost-%COMP%] .ngx-gallery-icon { color: white; font-size: 25px; position: absolute; z-index: 2000; display: inline-block; } [_nghost-%COMP%] .ngx-gallery-icon .ngx-gallery-icon-content { display: block; } [_nghost-%COMP%] .ngx-gallery-clickable { cursor: pointer; } [_nghost-%COMP%] .ngx-gallery-icons-wrapper .ngx-gallery-icon { position: relative; margin-right: 5px; margin-top: 5px; font-size: 20px; cursor: pointer; } [_nghost-%COMP%] .ngx-gallery-icons-wrapper { float: right; } [_nghost-%COMP%] .ngx-gallery-layout[_ngcontent-%COMP%] { width: 100%; height: 100%; display: flex; flex-direction: column; } [_nghost-%COMP%] .ngx-gallery-layout.thumbnails-top[_ngcontent-%COMP%] ngx-gallery-image[_ngcontent-%COMP%] { order: 2; } [_nghost-%COMP%] .ngx-gallery-layout.thumbnails-top[_ngcontent-%COMP%] ngx-gallery-thumbnails[_ngcontent-%COMP%] { order: 1; } [_nghost-%COMP%] .ngx-gallery-layout.thumbnails-bottom[_ngcontent-%COMP%] ngx-gallery-image[_ngcontent-%COMP%] { order: 1; } [_nghost-%COMP%] .ngx-gallery-layout.thumbnails-bottom[_ngcontent-%COMP%] ngx-gallery-thumbnails[_ngcontent-%COMP%] { order: 2; }"],data:{}});function y(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"ngx-gallery-image",[],[[4,"height",null]],[[null,"onClick"],[null,"onActiveChange"],[null,"mouseenter"],[null,"mouseleave"]],function(e,t,n){var i=!0,o=e.component;return"mouseenter"===t&&(i=!1!==r["\u0275nov"](e,1).onMouseEnter()&&i),"mouseleave"===t&&(i=!1!==r["\u0275nov"](e,1).onMouseLeave()&&i),"onClick"===t&&(i=!1!==o.openPreview(n)&&i),"onActiveChange"===t&&(i=!1!==o.selectFromImage(n)&&i),i},I,w)),r["\u0275did"](1,638976,[[2,4]],0,d.NgxGalleryImageComponent,[h.DomSanitizer,r.ElementRef,d.NgxGalleryHelperService],{images:[0,"images"],clickable:[1,"clickable"],selectedIndex:[2,"selectedIndex"],arrows:[3,"arrows"],arrowsAutoHide:[4,"arrowsAutoHide"],swipe:[5,"swipe"],animation:[6,"animation"],size:[7,"size"],arrowPrevIcon:[8,"arrowPrevIcon"],arrowNextIcon:[9,"arrowNextIcon"],autoPlay:[10,"autoPlay"],autoPlayInterval:[11,"autoPlayInterval"],autoPlayPauseOnHover:[12,"autoPlayPauseOnHover"],infinityMove:[13,"infinityMove"],lazyLoading:[14,"lazyLoading"],actions:[15,"actions"],descriptions:[16,"descriptions"],showDescription:[17,"showDescription"]},{onClick:"onClick",onActiveChange:"onActiveChange"})],function(e,t){var n=t.component;e(t,1,1,[n.mediumImages,null==n.currentOptions?null:n.currentOptions.preview,n.selectedIndex,null==n.currentOptions?null:n.currentOptions.imageArrows,null==n.currentOptions?null:n.currentOptions.imageArrowsAutoHide,null==n.currentOptions?null:n.currentOptions.imageSwipe,null==n.currentOptions?null:n.currentOptions.imageAnimation,null==n.currentOptions?null:n.currentOptions.imageSize,null==n.currentOptions?null:n.currentOptions.arrowPrevIcon,null==n.currentOptions?null:n.currentOptions.arrowNextIcon,null==n.currentOptions?null:n.currentOptions.imageAutoPlay,null==n.currentOptions?null:n.currentOptions.imageAutoPlayInterval,null==n.currentOptions?null:n.currentOptions.imageAutoPlayPauseOnHover,null==n.currentOptions?null:n.currentOptions.imageInfinityMove,null==n.currentOptions?null:n.currentOptions.lazyLoading,null==n.currentOptions?null:n.currentOptions.imageActions,n.descriptions,null==n.currentOptions?null:n.currentOptions.imageDescription])},function(e,t){e(t,0,0,t.component.getImageHeight())})}function m(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"ngx-gallery-thumbnails",[],[[4,"marginTop",null],[4,"marginBottom",null],[4,"height",null]],[[null,"onActiveChange"],[null,"mouseenter"],[null,"mouseleave"],["window","resize"]],function(e,t,n){var i=!0,o=e.component;return"mouseenter"===t&&(i=!1!==r["\u0275nov"](e,1).onMouseEnter()&&i),"mouseleave"===t&&(i=!1!==r["\u0275nov"](e,1).onMouseLeave()&&i),"window:resize"===t&&(i=!1!==r["\u0275nov"](e,1).onResize()&&i),"onActiveChange"===t&&(i=!1!==o.selectFromThumbnails(n)&&i),i},D,S)),r["\u0275did"](1,573440,[[3,4]],0,d.NgxGalleryThumbnailsComponent,[h.DomSanitizer,r.ElementRef,d.NgxGalleryHelperService],{images:[0,"images"],links:[1,"links"],linkTarget:[2,"linkTarget"],columns:[3,"columns"],rows:[4,"rows"],arrows:[5,"arrows"],arrowsAutoHide:[6,"arrowsAutoHide"],margin:[7,"margin"],selectedIndex:[8,"selectedIndex"],clickable:[9,"clickable"],swipe:[10,"swipe"],size:[11,"size"],arrowPrevIcon:[12,"arrowPrevIcon"],arrowNextIcon:[13,"arrowNextIcon"],moveSize:[14,"moveSize"],order:[15,"order"],remainingCount:[16,"remainingCount"],lazyLoading:[17,"lazyLoading"],actions:[18,"actions"]},{onActiveChange:"onActiveChange"})],function(e,t){var n=t.component;e(t,1,1,[n.smallImages,null!=n.currentOptions&&n.currentOptions.thumbnailsAsLinks?n.links:r["\u0275EMPTY_ARRAY"],null==n.currentOptions?null:n.currentOptions.linkTarget,null==n.currentOptions?null:n.currentOptions.thumbnailsColumns,null==n.currentOptions?null:n.currentOptions.thumbnailsRows,null==n.currentOptions?null:n.currentOptions.thumbnailsArrows,null==n.currentOptions?null:n.currentOptions.thumbnailsArrowsAutoHide,null==n.currentOptions?null:n.currentOptions.thumbnailMargin,n.selectedIndex,(null==n.currentOptions?null:n.currentOptions.image)||(null==n.currentOptions?null:n.currentOptions.preview),null==n.currentOptions?null:n.currentOptions.thumbnailsSwipe,null==n.currentOptions?null:n.currentOptions.thumbnailSize,null==n.currentOptions?null:n.currentOptions.arrowPrevIcon,null==n.currentOptions?null:n.currentOptions.arrowNextIcon,null==n.currentOptions?null:n.currentOptions.thumbnailsMoveSize,null==n.currentOptions?null:n.currentOptions.thumbnailsOrder,null==n.currentOptions?null:n.currentOptions.thumbnailsRemainingCount,null==n.currentOptions?null:n.currentOptions.lazyLoading,null==n.currentOptions?null:n.currentOptions.thumbnailActions])},function(e,t){var n=t.component;e(t,0,0,n.getThumbnailsMarginTop(),n.getThumbnailsMarginBottom(),n.getThumbnailsHeight())})}function v(e){return r["\u0275vid"](0,[r["\u0275qud"](402653184,1,{preview:0}),r["\u0275qud"](671088640,2,{image:0}),r["\u0275qud"](671088640,3,{thubmnails:0}),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](4,0,null,null,10,"div",[],[[8,"className",0]],null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275and"](16777216,null,null,1,null,y)),r["\u0275did"](7,16384,null,0,f.NgIf,[r.ViewContainerRef,r.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),r["\u0275ted"](-1,null,["\n\n "])),(e()(),r["\u0275and"](16777216,null,null,1,null,m)),r["\u0275did"](10,16384,null,0,f.NgIf,[r.ViewContainerRef,r.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),r["\u0275ted"](-1,null,["\n\n "])),(e()(),r["\u0275eld"](12,0,null,null,1,"ngx-gallery-preview",[],[[2,"ngx-gallery-active",null]],[[null,"onClose"],[null,"onOpen"],[null,"onActiveChange"],["window","keydown"]],function(e,t,n){var i=!0,o=e.component;return"window:keydown"===t&&(i=!1!==r["\u0275nov"](e,13).onKeyDown(n)&&i),"onClose"===t&&(i=!1!==o.onPreviewClose()&&i),"onOpen"===t&&(i=!1!==o.onPreviewOpen()&&i),"onActiveChange"===t&&(i=!1!==o.previewSelect(n)&&i),i},H,N)),r["\u0275did"](13,573440,[[1,4]],0,d.NgxGalleryPreviewComponent,[h.DomSanitizer,r.ElementRef,d.NgxGalleryHelperService],{images:[0,"images"],descriptions:[1,"descriptions"],showDescription:[2,"showDescription"],swipe:[3,"swipe"],fullscreen:[4,"fullscreen"],forceFullscreen:[5,"forceFullscreen"],closeOnClick:[6,"closeOnClick"],closeOnEsc:[7,"closeOnEsc"],keyboardNavigation:[8,"keyboardNavigation"],arrowPrevIcon:[9,"arrowPrevIcon"],arrowNextIcon:[10,"arrowNextIcon"],closeIcon:[11,"closeIcon"],fullscreenIcon:[12,"fullscreenIcon"],spinnerIcon:[13,"spinnerIcon"],autoPlay:[14,"autoPlay"],autoPlayInterval:[15,"autoPlayInterval"],autoPlayPauseOnHover:[16,"autoPlayPauseOnHover"],infinityMove:[17,"infinityMove"],zoom:[18,"zoom"],zoomStep:[19,"zoomStep"],zoomMax:[20,"zoomMax"],zoomMin:[21,"zoomMin"],zoomInIcon:[22,"zoomInIcon"],zoomOutIcon:[23,"zoomOutIcon"],animation:[24,"animation"],actions:[25,"actions"],rotate:[26,"rotate"],rotateLeftIcon:[27,"rotateLeftIcon"],rotateRightIcon:[28,"rotateRightIcon"]},{onOpen:"onOpen",onClose:"onClose",onActiveChange:"onActiveChange"}),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "]))],function(e,t){var n=t.component;e(t,7,0,null==n.currentOptions?null:n.currentOptions.image),e(t,10,0,null==n.currentOptions?null:n.currentOptions.thumbnails),e(t,13,1,[n.bigImages,n.descriptions,null==n.currentOptions?null:n.currentOptions.previewDescription,null==n.currentOptions?null:n.currentOptions.previewSwipe,null==n.currentOptions?null:n.currentOptions.previewFullscreen,null==n.currentOptions?null:n.currentOptions.previewForceFullscreen,null==n.currentOptions?null:n.currentOptions.previewCloseOnClick,null==n.currentOptions?null:n.currentOptions.previewCloseOnEsc,null==n.currentOptions?null:n.currentOptions.previewKeyboardNavigation,null==n.currentOptions?null:n.currentOptions.arrowPrevIcon,null==n.currentOptions?null:n.currentOptions.arrowNextIcon,null==n.currentOptions?null:n.currentOptions.closeIcon,null==n.currentOptions?null:n.currentOptions.fullscreenIcon,null==n.currentOptions?null:n.currentOptions.spinnerIcon,null==n.currentOptions?null:n.currentOptions.previewAutoPlay,null==n.currentOptions?null:n.currentOptions.previewAutoPlayInterval,null==n.currentOptions?null:n.currentOptions.previewAutoPlayPauseOnHover,null==n.currentOptions?null:n.currentOptions.previewInfinityMove,null==n.currentOptions?null:n.currentOptions.previewZoom,null==n.currentOptions?null:n.currentOptions.previewZoomStep,null==n.currentOptions?null:n.currentOptions.previewZoomMax,null==n.currentOptions?null:n.currentOptions.previewZoomMin,null==n.currentOptions?null:n.currentOptions.zoomInIcon,null==n.currentOptions?null:n.currentOptions.zoomOutIcon,null==n.currentOptions?null:n.currentOptions.previewAnimation,null==n.currentOptions?null:n.currentOptions.actions,null==n.currentOptions?null:n.currentOptions.previewRotate,null==n.currentOptions?null:n.currentOptions.rotateLeftIcon,null==n.currentOptions?null:n.currentOptions.rotateRightIcon])},function(e,t){var n=t.component;e(t,4,0,r["\u0275inlineInterpolate"](1,"ngx-gallery-layout ",null==n.currentOptions?null:n.currentOptions.layout,"")),e(t,12,0,n.previewEnabled)})}var b=r["\u0275crt"]({encapsulation:2,styles:[],data:{}});function _(e){return r["\u0275vid"](2,[(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](1,0,null,null,3,"div",[["aria-hidden","true"],["class","ngx-gallery-icon"]],[[2,"ngx-gallery-icon-disabled",null],[8,"title",0]],[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==e.component.handleClick(n)&&r),r},null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](3,0,null,null,0,"i",[],[[8,"className",0]],null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "]))],null,function(e,t){var n=t.component;e(t,1,0,n.disabled,r["\u0275inlineInterpolate"](1,"",n.titleText,"")),e(t,3,0,r["\u0275inlineInterpolate"](1,"ngx-gallery-icon-content ",n.icon,""))})}var w=r["\u0275crt"]({encapsulation:0,styles:["[_nghost-%COMP%] { width: 100%; display: inline-block; position: relative; } .ngx-gallery-image-wrapper[_ngcontent-%COMP%] { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; overflow: hidden; } .ngx-gallery-image[_ngcontent-%COMP%] { background-position: center; background-repeat: no-repeat; height: 100%; width: 100%; position: absolute; top: 0px; } .ngx-gallery-image.ngx-gallery-active[_ngcontent-%COMP%] { z-index: 1000; } .ngx-gallery-image-size-cover[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { background-size: cover; } .ngx-gallery-image-size-contain[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { background-size: contain; } .ngx-gallery-animation-fade[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { left: 0px; opacity: 0; transition: 0.5s ease-in-out; } .ngx-gallery-animation-fade[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-active[_ngcontent-%COMP%] { opacity: 1; } .ngx-gallery-animation-slide[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { transition: 0.5s ease-in-out; } .ngx-gallery-animation-slide[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-active[_ngcontent-%COMP%] { left: 0px; } .ngx-gallery-animation-slide[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-inactive-left[_ngcontent-%COMP%] { left: -100%; } .ngx-gallery-animation-slide[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-inactive-right[_ngcontent-%COMP%] { left: 100%; } .ngx-gallery-animation-rotate[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { transition: 1s ease; transform: scale(3.5, 3.5) rotate(90deg); left: 0px; opacity: 0; } .ngx-gallery-animation-rotate[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-active[_ngcontent-%COMP%] { transform: scale(1, 1) rotate(0deg); opacity: 1; } .ngx-gallery-animation-zoom[_ngcontent-%COMP%] .ngx-gallery-image[_ngcontent-%COMP%] { transition: 1s ease; transform: scale(2.5, 2.5); left: 0px; opacity: 0; } .ngx-gallery-animation-zoom[_ngcontent-%COMP%] .ngx-gallery-image.ngx-gallery-active[_ngcontent-%COMP%] { transform: scale(1, 1); opacity: 1; } .ngx-gallery-image-text[_ngcontent-%COMP%] { width: 100%; background: rgba(0, 0, 0, 0.7); padding: 10px; text-align: center; color: white; font-size: 16px; position: absolute; bottom: 0px; z-index: 10; }"],data:{}});function x(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"ngx-gallery-action",[],null,[[null,"onClick"]],function(e,t,n){var r=!0;return"onClick"===t&&(r=!1!==e.context.$implicit.onClick(n,e.parent.context.$implicit.index)&&r),r},_,b)),r["\u0275did"](1,49152,null,0,d.NgxGalleryActionComponent,[],{icon:[0,"icon"],disabled:[1,"disabled"],titleText:[2,"titleText"]},{onClick:"onClick"})],function(e,t){e(t,1,0,t.context.$implicit.icon,t.context.$implicit.disabled,t.context.$implicit.titleText)},null)}function C(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,0,"div",[["class","ngx-gallery-image-text"]],[[8,"innerHTML",1]],null,null,null,null))],null,function(e,t){e(t,0,0,t.component.descriptions[t.parent.context.$implicit.index])})}function O(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,12,"div",[["class","ngx-gallery-image"]],[[4,"background-image",null]],[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==e.component.handleClick(n,e.context.$implicit.index)&&r),r},null,null)),r["\u0275did"](1,278528,null,0,f.NgClass,[r.IterableDiffers,r.KeyValueDiffers,r.ElementRef,r.Renderer2],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),r["\u0275pod"](2,{"ngx-gallery-active":0,"ngx-gallery-inactive-left":1,"ngx-gallery-inactive-right":2,"ngx-gallery-clickable":3}),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](4,0,null,null,4,"div",[["class","ngx-gallery-icons-wrapper"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275and"](16777216,null,null,1,null,x)),r["\u0275did"](7,802816,null,0,f.NgForOf,[r.ViewContainerRef,r.TemplateRef,r.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275and"](16777216,null,null,1,null,C)),r["\u0275did"](11,16384,null,0,f.NgIf,[r.ViewContainerRef,r.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),r["\u0275ted"](-1,null,["\n "]))],function(e,t){var n=t.component;e(t,1,0,"ngx-gallery-image",e(t,2,0,n.selectedIndex==t.context.$implicit.index,n.selectedIndex>t.context.$implicit.index,n.selectedIndex0?this._ngZone.runOutsideAngular(function(){var t,n;e._debouncer.pipe((t=e.debounce,void 0===n&&(n=te),function(e){return e.lift(new ne(t,n))})).subscribe(function(t){return e.event.emit(t)})}):this._debouncer.subscribe(function(t){return e.event.emit(t)}),this._observer=this._ngZone.runOutsideAngular(function(){return e._mutationObserverFactory.create(function(t){e._debouncer.next(t)})}),this.disabled||this._enable()},e.prototype.ngOnChanges=function(e){e.disabled&&(e.disabled.currentValue?this._disable():this._enable())},e.prototype.ngOnDestroy=function(){this._disable(),this._debouncer.complete()},e.prototype._disable=function(){this._observer&&this._observer.disconnect()},e.prototype._enable=function(){this._observer&&this._observer.observe(this._elementRef.nativeElement,{characterData:!0,childList:!0,subtree:!0})},e}(),se=function(){};function le(){throw Error("Host already has a portal attached")}var ue,ce=function(){function e(){}return e.prototype.attach=function(e){return null==e&&function(){throw Error("Attempting to attach a portal to a null PortalOutlet")}(),e.hasAttached()&&le(),this._attachedHost=e,e.attach(this)},e.prototype.detach=function(){var e=this._attachedHost;null==e?function(){throw Error("Attempting to detach a portal that is not attached to a host")}():(this._attachedHost=null,e.detach())},Object.defineProperty(e.prototype,"isAttached",{get:function(){return null!=this._attachedHost},enumerable:!0,configurable:!0}),e.prototype.setAttachedHost=function(e){this._attachedHost=e},e}(),pe=function(e){function t(t,n,r){var i=e.call(this)||this;return i.component=t,i.viewContainerRef=n,i.injector=r,i}return Object(Q.b)(t,e),t}(ce),de=function(e){function t(t,n,r){var i=e.call(this)||this;return i.templateRef=t,i.viewContainerRef=n,i.context=r,i}return Object(Q.b)(t,e),Object.defineProperty(t.prototype,"origin",{get:function(){return this.templateRef.elementRef},enumerable:!0,configurable:!0}),t.prototype.attach=function(t,n){return void 0===n&&(n=this.context),this.context=n,e.prototype.attach.call(this,t)},t.prototype.detach=function(){return this.context=void 0,e.prototype.detach.call(this)},t}(ce),fe=function(e){function t(t,n){var i=e.call(this)||this;return i._componentFactoryResolver=t,i._viewContainerRef=n,i._isInitialized=!1,i.attached=new r.EventEmitter,i}return Object(Q.b)(t,e),Object.defineProperty(t.prototype,"_deprecatedPortal",{get:function(){return this.portal},set:function(e){this.portal=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_deprecatedPortalHost",{get:function(){return this.portal},set:function(e){this.portal=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"portal",{get:function(){return this._attachedPortal},set:function(t){(!this.hasAttached()||t||this._isInitialized)&&(this.hasAttached()&&e.prototype.detach.call(this),t&&e.prototype.attach.call(this,t),this._attachedPortal=t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"attachedRef",{get:function(){return this._attachedRef},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){this._isInitialized=!0},t.prototype.ngOnDestroy=function(){e.prototype.dispose.call(this),this._attachedPortal=null,this._attachedRef=null},t.prototype.attachComponentPortal=function(t){t.setAttachedHost(this);var n=null!=t.viewContainerRef?t.viewContainerRef:this._viewContainerRef,r=this._componentFactoryResolver.resolveComponentFactory(t.component),i=n.createComponent(r,n.length,t.injector||n.parentInjector);return e.prototype.setDisposeFn.call(this,function(){return i.destroy()}),this._attachedPortal=t,this._attachedRef=i,this.attached.emit(i),i},t.prototype.attachTemplatePortal=function(t){var n=this;t.setAttachedHost(this);var r=this._viewContainerRef.createEmbeddedView(t.templateRef,t.context);return e.prototype.setDisposeFn.call(this,function(){return n._viewContainerRef.clear()}),this._attachedPortal=t,this._attachedRef=r,this.attached.emit(r),r},t}(function(){function e(){this._isDisposed=!1}return e.prototype.hasAttached=function(){return!!this._attachedPortal},e.prototype.attach=function(e){return e||function(){throw Error("Must provide a portal to attach")}(),this.hasAttached()&&le(),this._isDisposed&&function(){throw Error("This PortalOutlet has already been disposed")}(),e instanceof pe?(this._attachedPortal=e,this.attachComponentPortal(e)):e instanceof de?(this._attachedPortal=e,this.attachTemplatePortal(e)):void function(){throw Error("Attempting to attach an unknown Portal type. BasePortalOutlet accepts either a ComponentPortal or a TemplatePortal.")}()},e.prototype.detach=function(){this._attachedPortal&&(this._attachedPortal.setAttachedHost(null),this._attachedPortal=null),this._invokeDisposeFn()},e.prototype.dispose=function(){this.hasAttached()&&this.detach(),this._invokeDisposeFn(),this._isDisposed=!0},e.prototype.setDisposeFn=function(e){this._disposeFn=e},e.prototype._invokeDisposeFn=function(){this._disposeFn&&(this._disposeFn(),this._disposeFn=null)},e}()),he=function(){},ge="undefined"!=typeof Intl&&Intl.v8BreakIterator,ye=function(){return function(){this.isBrowser="object"==typeof document&&!!document,this.EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent),this.TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent),this.BLINK=this.isBrowser&&!(!window.chrome&&!ge)&&"undefined"!=typeof CSS&&!this.EDGE&&!this.TRIDENT,this.WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT,this.IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,this.FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent),this.ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT,this.SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT}}(),me=function(){},ve=n("YaPU"),be=n("Veqx").a.of,_e=n("GK6M"),we=n("/iUD"),xe=n("fKB6"),Ce=Object.prototype.toString,Oe=function(e){function t(t,n,r,i){e.call(this),this.sourceObj=t,this.eventName=n,this.selector=r,this.options=i}return Object(Q.b)(t,e),t.create=function(e,n,r,i){return Object(we.a)(r)&&(i=r,r=void 0),new t(e,n,i,r)},t.setupSubscription=function(e,n,r,i,o){var a;if(function(e){return!!e&&"[object NodeList]"===Ce.call(e)}(e)||function(e){return!!e&&"[object HTMLCollection]"===Ce.call(e)}(e))for(var s=0,l=e.length;s=0?this.period=Number(n)<1?1:Number(n):Object(Te.a)(n)&&(r=n),Object(Te.a)(r)||(r=te),this.scheduler=r,this.dueTime=(o=t)instanceof Date&&!isNaN(+o)?+t-this.scheduler.now():t}return Object(Q.b)(t,e),t.create=function(e,n,r){return void 0===e&&(e=0),new t(e,n,r)},t.dispatch=function(e){var t=e.index,n=e.period,r=e.subscriber;if(r.next(t),!r.closed){if(-1===n)return r.complete();e.index=t+1,this.schedule(e,n)}},t.prototype._subscribe=function(e){return this.scheduler.schedule(t.dispatch,this.dueTime,{index:0,period:this.period,subscriber:e})},t}(ve.a).create;function De(e,t){return void 0===t&&(t=te),n=function(){return Me(e,t)},function(e){return e.lift(new Se(n))};var n}var Ne=function(){function e(e,t){this.predicate=e,this.thisArg=t}return e.prototype.call=function(e,t){return t.subscribe(new Ae(e,this.predicate,this.thisArg))},e}(),Ae=function(e){function t(t,n,r){e.call(this,t),this.predicate=n,this.thisArg=r,this.count=0}return Object(Q.b)(t,e),t.prototype._next=function(e){var t;try{t=this.predicate.call(this.thisArg,e,this.count++)}catch(e){return void this.destination.error(e)}t&&this.destination.next(e)},t}(Y.a),Re=n("/nXB"),Fe=function(){function e(e,t){this._ngZone=e,this._platform=t,this._scrolled=new $.a,this._globalSubscription=null,this._scrolledCount=0,this.scrollContainers=new Map}return e.prototype.register=function(e){var t=this,n=e.elementScrolled().subscribe(function(){return t._scrolled.next(e)});this.scrollContainers.set(e,n)},e.prototype.deregister=function(e){var t=this.scrollContainers.get(e);t&&(t.unsubscribe(),this.scrollContainers.delete(e))},e.prototype.scrolled=function(e){var t=this;return void 0===e&&(e=20),this._platform.isBrowser?ve.a.create(function(n){t._globalSubscription||t._addGlobalListener();var r=e>0?t._scrolled.pipe(De(e)).subscribe(n):t._scrolled.subscribe(n);return t._scrolledCount++,function(){r.unsubscribe(),t._scrolledCount--,t._scrolledCount||t._removeGlobalListener()}}):be()},e.prototype.ngOnDestroy=function(){var e=this;this._removeGlobalListener(),this.scrollContainers.forEach(function(t,n){return e.deregister(n)})},e.prototype.ancestorScrolled=function(e,t){var n,r=this.getAncestorScrollContainers(e);return this.scrolled(t).pipe((n=function(e){return!e||r.indexOf(e)>-1},function(e){return e.lift(new Ne(n,void 0))}))},e.prototype.getAncestorScrollContainers=function(e){var t=this,n=[];return this.scrollContainers.forEach(function(r,i){t._scrollableContainsElement(i,e)&&n.push(i)}),n},e.prototype._scrollableContainsElement=function(e,t){var n=t.nativeElement,r=e.getElementRef().nativeElement;do{if(n==r)return!0}while(n=n.parentElement);return!1},e.prototype._addGlobalListener=function(){var e=this;this._globalSubscription=this._ngZone.runOutsideAngular(function(){return Oe(window.document,"scroll").subscribe(function(){return e._scrolled.next()})})},e.prototype._removeGlobalListener=function(){this._globalSubscription&&(this._globalSubscription.unsubscribe(),this._globalSubscription=null)},e}();function Le(e,t,n){return e||new Fe(t,n)}var je=function(){function e(e,t){var n=this;this._platform=e,this._change=e.isBrowser?t.runOutsideAngular(function(){return Object(Re.a)(Oe(window,"resize"),Oe(window,"orientationchange"))}):be(),this._invalidateCache=this.change().subscribe(function(){return n._updateViewportSize()})}return e.prototype.ngOnDestroy=function(){this._invalidateCache.unsubscribe()},e.prototype.getViewportSize=function(){this._viewportSize||this._updateViewportSize();var e={width:this._viewportSize.width,height:this._viewportSize.height};return this._platform.isBrowser||(this._viewportSize=null),e},e.prototype.getViewportRect=function(){var e=this.getViewportScrollPosition(),t=this.getViewportSize(),n=t.width,r=t.height;return{top:e.top,left:e.left,bottom:e.top+r,right:e.left+n,height:r,width:n}},e.prototype.getViewportScrollPosition=function(){if(!this._platform.isBrowser)return{top:0,left:0};var e=document.documentElement.getBoundingClientRect();return{top:-e.top||document.body.scrollTop||window.scrollY||document.documentElement.scrollTop||0,left:-e.left||document.body.scrollLeft||window.scrollX||document.documentElement.scrollLeft||0}},e.prototype.change=function(e){return void 0===e&&(e=20),e>0?this._change.pipe(De(e)):this._change},e.prototype._updateViewportSize=function(){this._viewportSize=this._platform.isBrowser?{width:window.innerWidth,height:window.innerHeight}:{width:0,height:0}},e}();function Ve(e,t,n){return e||new je(t,n)}var ze=function(){},He=new r.InjectionToken("cdk-dir-doc"),Be=function(){return function(e){this.value="ltr",this.change=new r.EventEmitter,e&&(this.value=(e.body?e.body.dir:null)||(e.documentElement?e.documentElement.dir:null)||"ltr")}}(),Ue=function(){},Ge=new r.InjectionToken("mat-sanity-checks"),Ze=function(){function e(e){this._sanityChecksEnabled=e,this._hasDoneGlobalChecks=!1,this._hasCheckedHammer=!1,this._document="object"==typeof document&&document?document:null,this._window="object"==typeof window&&window?window:null,this._areChecksEnabled()&&!this._hasDoneGlobalChecks&&(this._checkDoctypeIsDefined(),this._checkThemeIsPresent(),this._hasDoneGlobalChecks=!0)}return e.prototype._areChecksEnabled=function(){return this._sanityChecksEnabled&&Object(r.isDevMode)()&&!this._isTestEnv()},e.prototype._isTestEnv=function(){return this._window&&(this._window.__karma__||this._window.jasmine)},e.prototype._checkDoctypeIsDefined=function(){this._document&&!this._document.doctype&&console.warn("Current document does not have a doctype. This may cause some Angular Material components not to behave as expected.")},e.prototype._checkThemeIsPresent=function(){if(this._document&&"function"==typeof getComputedStyle){var e=this._document.createElement("div");e.classList.add("mat-theme-loaded-marker"),this._document.body.appendChild(e);var t=getComputedStyle(e);t&&"none"!==t.display&&console.warn("Could not find Angular Material core theme. Most Material components may not work as expected. For more info refer to the theming guide: https://material.angular.io/guide/theming"),this._document.body.removeChild(e)}},e.prototype._checkHammerIsAvailable=function(){!this._hasCheckedHammer&&this._window&&(this._areChecksEnabled()&&!this._window.Hammer&&console.warn("Could not find HammerJS. Certain Angular Material components may not work correctly."),this._hasCheckedHammer=!0)},e}();function We(e){return function(e){function t(){for(var t=[],n=0;n0?"ltr"==this._getLayoutDirection()?"right":"left":"center"},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"origin",{set:function(e){if(null!=e){var t=this._getLayoutDirection();this._origin="ltr"==t&&e<=0||"rtl"==t&&e>0?"left":"right"}},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){"center"==this._position&&this._origin&&(this._position="left"==this._origin?"left-origin-center":"right-origin-center")},e.prototype._onTranslateTabStarted=function(e){var t=this._isCenterPosition(e.toState);this._beforeCentering.emit(t),t&&this._onCentering.emit(this._elementRef.nativeElement.clientHeight)},e.prototype._onTranslateTabComplete=function(e){this._isCenterPosition(e.toState)&&this._isCenterPosition(this._position)&&this._onCentered.emit(),this._isCenterPosition(e.fromState)&&!this._isCenterPosition(this._position)&&this._afterLeavingCenter.emit()},e.prototype._getLayoutDirection=function(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"},e.prototype._isCenterPosition=function(e){return"center"==e||"left-origin-center"==e||"right-origin-center"==e},e}(),ht=0,gt=function(e){function t(t,n){var i=e.call(this,t)||this;return i._changeDetectorRef=n,i._indexToSelect=0,i._tabBodyWrapperHeight=0,i._tabsSubscription=X.a.EMPTY,i._tabLabelSubscription=X.a.EMPTY,i._dynamicHeight=!1,i._selectedIndex=null,i.headerPosition="above",i.selectedIndexChange=new r.EventEmitter,i.focusChange=new r.EventEmitter,i.animationDone=new r.EventEmitter,i.selectedTabChange=new r.EventEmitter(!0),i.selectChange=i.selectedTabChange,i._groupId=ht++,i}return Object(Q.b)(t,e),Object.defineProperty(t.prototype,"dynamicHeight",{get:function(){return this._dynamicHeight},set:function(e){this._dynamicHeight=q(e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_dynamicHeightDeprecated",{get:function(){return this._dynamicHeight},set:function(e){this._dynamicHeight=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectedIndex",{get:function(){return this._selectedIndex},set:function(e){this._indexToSelect=K(e,null)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"backgroundColor",{get:function(){return this._backgroundColor},set:function(e){var t=this._elementRef.nativeElement;t.classList.remove("mat-background-"+this.backgroundColor),e&&t.classList.add("mat-background-"+e),this._backgroundColor=e},enumerable:!0,configurable:!0}),t.prototype.ngAfterContentChecked=function(){var e=this,t=this._indexToSelect=Math.min(this._tabs.length-1,Math.max(this._indexToSelect||0,0));if(this._selectedIndex!=t&&null!=this._selectedIndex){var n=this._createChangeEvent(t);this.selectedTabChange.emit(n),Promise.resolve().then(function(){return e.selectedIndexChange.emit(t)})}this._tabs.forEach(function(n,r){n.position=r-t,n.isActive=r===t,null==e._selectedIndex||0!=n.position||n.origin||(n.origin=t-e._selectedIndex)}),this._selectedIndex!==t&&(this._selectedIndex=t,this._changeDetectorRef.markForCheck())},t.prototype.ngAfterContentInit=function(){var e=this;this._subscribeToTabLabels(),this._tabsSubscription=this._tabs.changes.subscribe(function(){e._subscribeToTabLabels(),e._changeDetectorRef.markForCheck()})},t.prototype.ngOnDestroy=function(){this._tabsSubscription.unsubscribe(),this._tabLabelSubscription.unsubscribe()},t.prototype._focusChanged=function(e){this.focusChange.emit(this._createChangeEvent(e))},t.prototype._createChangeEvent=function(e){var t=new function(){};return t.index=e,this._tabs&&this._tabs.length&&(t.tab=this._tabs.toArray()[e]),t},t.prototype._subscribeToTabLabels=function(){var e=this;this._tabLabelSubscription&&this._tabLabelSubscription.unsubscribe(),this._tabLabelSubscription=Re.a.apply(void 0,this._tabs.map(function(e){return e._disableChange}).concat(this._tabs.map(function(e){return e._labelChange}))).subscribe(function(){e._changeDetectorRef.markForCheck()})},t.prototype._getTabLabelId=function(e){return"mat-tab-label-"+this._groupId+"-"+e},t.prototype._getTabContentId=function(e){return"mat-tab-content-"+this._groupId+"-"+e},t.prototype._setTabBodyWrapperHeight=function(e){if(this._dynamicHeight&&this._tabBodyWrapperHeight){var t=this._tabBodyWrapper.nativeElement;t.style.height=this._tabBodyWrapperHeight+"px",this._tabBodyWrapper.nativeElement.offsetHeight&&(t.style.height=e+"px")}},t.prototype._removeTabBodyWrapperHeight=function(){this._tabBodyWrapperHeight=this._tabBodyWrapper.nativeElement.clientHeight,this._tabBodyWrapper.nativeElement.style.height="",this.animationDone.emit()},t.prototype._handleClick=function(e,t,n){e.disabled||(this.selectedIndex=t.focusIndex=n)},t.prototype._getTabIndex=function(e,t){return e.disabled?null:this.selectedIndex===t?0:-1},t}(function(e,t){return function(e){function n(){for(var n=[],r=0;r=0;n+=e)if(this._isValidIndex(n))return void(this.focusIndex=n)},t.prototype._focusNextTab=function(){this._moveFocus("ltr"==this._getLayoutDirection()?1:-1)},t.prototype._focusPreviousTab=function(){this._moveFocus("ltr"==this._getLayoutDirection()?-1:1)},t.prototype._focusFirstTab=function(){for(var e=0;e-1;e--)if(this._isValidIndex(e)){this.focusIndex=e;break}},t.prototype._getLayoutDirection=function(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"},t.prototype._updateTabScrollPosition=function(){var e=this.scrollDistance,t="ltr"===this._getLayoutDirection()?-e:e;this._tabList.nativeElement.style.transform="translate3d("+t+"px, 0, 0)"},Object.defineProperty(t.prototype,"scrollDistance",{get:function(){return this._scrollDistance},set:function(e){this._scrollDistance=Math.max(0,Math.min(this._getMaxScrollDistance(),e)),this._scrollDistanceChanged=!0,this._checkScrollingControls()},enumerable:!0,configurable:!0}),t.prototype._scrollHeader=function(e){this.scrollDistance+=("before"==e?-1:1)*this._tabListContainer.nativeElement.offsetWidth/3},t.prototype._scrollToLabel=function(e){var t=this._labelWrappers?this._labelWrappers.toArray()[e]:null;if(t){var n,r,i=this._tabListContainer.nativeElement.offsetWidth;"ltr"==this._getLayoutDirection()?r=(n=t.getOffsetLeft())+t.getOffsetWidth():n=(r=this._tabList.nativeElement.offsetWidth-t.getOffsetLeft())-t.getOffsetWidth();var o=this.scrollDistance,a=this.scrollDistance+i;na&&(this.scrollDistance+=r-a+60)}},t.prototype._checkPaginationEnabled=function(){var e=this._tabList.nativeElement.scrollWidth>this._elementRef.nativeElement.offsetWidth;e||(this.scrollDistance=0),e!==this._showPaginationControls&&this._changeDetectorRef.markForCheck(),this._showPaginationControls=e},t.prototype._checkScrollingControls=function(){this._disableScrollBefore=0==this.scrollDistance,this._disableScrollAfter=this.scrollDistance==this._getMaxScrollDistance(),this._changeDetectorRef.markForCheck()},t.prototype._getMaxScrollDistance=function(){return this._tabList.nativeElement.scrollWidth-this._tabListContainer.nativeElement.offsetWidth||0},t.prototype._alignInkBarToSelectedTab=function(){var e=this._labelWrappers&&this._labelWrappers.length?this._labelWrappers.toArray()[this.selectedIndex].elementRef.nativeElement:null;this._inkBar.alignToElement(e)},t}(qe(function(){})),vt=function(){},bt=r["\u0275crt"]({encapsulation:2,styles:[".mat-tab-group{display:flex;flex-direction:column}.mat-tab-group.mat-tab-group-inverted-header{flex-direction:column-reverse}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:0}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.mat-tab-label.mat-tab-disabled{cursor:default}.mat-tab-label.mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}@media (max-width:599px){.mat-tab-label{padding:0 12px}}@media (max-width:959px){.mat-tab-label{padding:0 12px}}.mat-tab-group[mat-stretch-tabs] .mat-tab-label{flex-basis:0;flex-grow:1}.mat-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height .5s cubic-bezier(.35,0,.25,1)}.mat-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden}.mat-tab-body.mat-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-tab-group.mat-tab-group-dynamic-height .mat-tab-body.mat-tab-body-active{overflow-y:hidden}"],data:{}});function _t(e){return r["\u0275vid"](0,[(e()(),r["\u0275and"](0,null,null,0))],null,null)}function wt(e){return r["\u0275vid"](0,[(e()(),r["\u0275and"](16777216,null,null,1,null,_t)),r["\u0275did"](1,212992,null,0,fe,[r.ComponentFactoryResolver,r.ViewContainerRef],{portal:[0,"portal"]},null),(e()(),r["\u0275and"](0,null,null,0))],function(e,t){e(t,1,0,t.parent.context.$implicit.templateLabel)},null)}function xt(e){return r["\u0275vid"](0,[(e()(),r["\u0275ted"](0,null,["",""]))],null,function(e,t){e(t,0,0,t.parent.context.$implicit.textLabel)})}function Ct(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,7,"div",[["class","mat-tab-label mat-ripple"],["mat-ripple",""],["matTabLabelWrapper",""],["role","tab"]],[[8,"id",0],[1,"tabIndex",0],[1,"aria-controls",0],[1,"aria-selected",0],[2,"mat-tab-label-active",null],[2,"mat-ripple-unbounded",null],[2,"mat-tab-disabled",null]],[[null,"click"]],function(e,t,n){var i=!0;return"click"===t&&(i=!1!==e.component._handleClick(e.context.$implicit,r["\u0275nov"](e.parent,2),e.context.index)&&i),i},null,null)),r["\u0275did"](1,212992,null,0,et,[r.ElementRef,r.NgZone,ye,[2,Xe]],{disabled:[0,"disabled"]},null),r["\u0275did"](2,16384,[[2,4]],0,yt,[r.ElementRef],{disabled:[0,"disabled"]},null),(e()(),r["\u0275eld"](3,0,null,null,4,"div",[["class","mat-tab-label-content"]],null,null,null,null,null)),(e()(),r["\u0275and"](16777216,null,null,1,null,wt)),r["\u0275did"](5,16384,null,0,f.NgIf,[r.ViewContainerRef,r.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),r["\u0275and"](16777216,null,null,1,null,xt)),r["\u0275did"](7,16384,null,0,f.NgIf,[r.ViewContainerRef,r.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(e,t){e(t,1,0,t.context.$implicit.disabled||t.component.disableRipple),e(t,2,0,t.context.$implicit.disabled),e(t,5,0,t.context.$implicit.templateLabel),e(t,7,0,!t.context.$implicit.templateLabel)},function(e,t){var n=t.component;e(t,0,0,n._getTabLabelId(t.context.index),n._getTabIndex(t.context.$implicit,t.context.index),n._getTabContentId(t.context.index),n.selectedIndex==t.context.index,n.selectedIndex==t.context.index,r["\u0275nov"](t,1).unbounded,r["\u0275nov"](t,2).disabled)})}function Ot(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"mat-tab-body",[["class","mat-tab-body"],["role","tabpanel"]],[[8,"id",0],[1,"aria-labelledby",0],[2,"mat-tab-body-active",null]],[[null,"_onCentered"],[null,"_onCentering"]],function(e,t,n){var r=!0,i=e.component;return"_onCentered"===t&&(r=!1!==i._removeTabBodyWrapperHeight()&&r),"_onCentering"===t&&(r=!1!==i._setTabBodyWrapperHeight(n)&&r),r},Pt,It)),r["\u0275did"](1,114688,null,0,ft,[r.ElementRef,[2,Be]],{_content:[0,"_content"],position:[1,"position"],origin:[2,"origin"]},{_onCentering:"_onCentering",_onCentered:"_onCentered"})],function(e,t){e(t,1,0,t.context.$implicit.content,t.context.$implicit.position,t.context.$implicit.origin)},function(e,t){var n=t.component;e(t,0,0,n._getTabContentId(t.context.index),n._getTabLabelId(t.context.index),n.selectedIndex==t.context.index)})}function Et(e){return r["\u0275vid"](2,[r["\u0275qud"](402653184,1,{_tabBodyWrapper:0}),(e()(),r["\u0275eld"](1,0,null,null,4,"mat-tab-header",[["class","mat-tab-header"]],[[2,"mat-tab-header-pagination-controls-enabled",null],[2,"mat-tab-header-rtl",null]],[[null,"indexFocused"],[null,"selectFocusedIndex"]],function(e,t,n){var r=!0,i=e.component;return"indexFocused"===t&&(r=!1!==i._focusChanged(n)&&r),"selectFocusedIndex"===t&&(r=!1!==(i.selectedIndex=n)&&r),r},Tt,kt)),r["\u0275did"](2,3325952,[["tabHeader",4]],1,mt,[r.ElementRef,r.ChangeDetectorRef,je,[2,Be]],{disableRipple:[0,"disableRipple"],selectedIndex:[1,"selectedIndex"]},{selectFocusedIndex:"selectFocusedIndex",indexFocused:"indexFocused"}),r["\u0275qud"](603979776,2,{_labelWrappers:1}),(e()(),r["\u0275and"](16777216,null,0,1,null,Ct)),r["\u0275did"](5,802816,null,0,f.NgForOf,[r.ViewContainerRef,r.TemplateRef,r.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),r["\u0275eld"](6,0,[[1,0],["tabBodyWrapper",1]],null,2,"div",[["class","mat-tab-body-wrapper"]],null,null,null,null,null)),(e()(),r["\u0275and"](16777216,null,null,1,null,Ot)),r["\u0275did"](8,802816,null,0,f.NgForOf,[r.ViewContainerRef,r.TemplateRef,r.IterableDiffers],{ngForOf:[0,"ngForOf"]},null)],function(e,t){var n=t.component;e(t,2,0,n.disableRipple,n.selectedIndex),e(t,5,0,n._tabs),e(t,8,0,n._tabs)},function(e,t){e(t,1,0,r["\u0275nov"](t,2)._showPaginationControls,"rtl"==r["\u0275nov"](t,2)._getLayoutDirection())})}var It=r["\u0275crt"]({encapsulation:2,styles:[".mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}"],data:{animation:[{type:7,name:"translateTab",definitions:[{type:0,name:"center, void, left-origin-center, right-origin-center",styles:{type:6,styles:{transform:"none"},offset:null},options:void 0},{type:0,name:"left",styles:{type:6,styles:{transform:"translate3d(-100%, 0, 0)"},offset:null},options:void 0},{type:0,name:"right",styles:{type:6,styles:{transform:"translate3d(100%, 0, 0)"},offset:null},options:void 0},{type:1,expr:"* => left, * => right, left => center, right => center",animation:{type:4,styles:null,timings:"500ms cubic-bezier(0.35, 0, 0.25, 1)"},options:null},{type:1,expr:"void => left-origin-center",animation:[{type:6,styles:{transform:"translate3d(-100%, 0, 0)"},offset:null},{type:4,styles:null,timings:"500ms cubic-bezier(0.35, 0, 0.25, 1)"}],options:null},{type:1,expr:"void => right-origin-center",animation:[{type:6,styles:{transform:"translate3d(100%, 0, 0)"},offset:null},{type:4,styles:null,timings:"500ms cubic-bezier(0.35, 0, 0.25, 1)"}],options:null}],options:{}}]}});function St(e){return r["\u0275vid"](0,[(e()(),r["\u0275and"](0,null,null,0))],null,null)}function Pt(e){return r["\u0275vid"](2,[(e()(),r["\u0275eld"](0,0,[["content",1]],null,2,"div",[["class","mat-tab-body-content"]],[[24,"@translateTab",0]],[[null,"@translateTab.start"],[null,"@translateTab.done"]],function(e,t,n){var r=!0,i=e.component;return"@translateTab.start"===t&&(r=!1!==i._onTranslateTabStarted(n)&&r),"@translateTab.done"===t&&(r=!1!==i._onTranslateTabComplete(n)&&r),r},null,null)),(e()(),r["\u0275and"](16777216,null,null,1,null,St)),r["\u0275did"](2,212992,null,0,dt,[r.ComponentFactoryResolver,r.ViewContainerRef,ft],null,null)],function(e,t){e(t,2,0)},function(e,t){e(t,0,0,t.component._position)})}var kt=r["\u0275crt"]({encapsulation:2,styles:[".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:0}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.mat-tab-label.mat-tab-disabled{cursor:default}.mat-tab-label.mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}@media (max-width:599px){.mat-tab-label{min-width:72px}}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:.5s cubic-bezier(.35,0,.25,1)}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}@media screen and (-ms-high-contrast:active){.mat-ink-bar{outline:solid 2px;height:0}}.mat-tab-header-pagination{position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-pagination-after,.mat-tab-header-rtl .mat-tab-header-pagination-before{padding-right:4px}.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;content:'';height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-list{flex-grow:1;position:relative;transition:transform .5s cubic-bezier(.35,0,.25,1)}.mat-tab-labels{display:flex}"],data:{}});function Tt(e){return r["\u0275vid"](2,[r["\u0275qud"](402653184,1,{_inkBar:0}),r["\u0275qud"](402653184,2,{_tabListContainer:0}),r["\u0275qud"](402653184,3,{_tabList:0}),(e()(),r["\u0275eld"](3,0,null,null,2,"div",[["aria-hidden","true"],["class","mat-tab-header-pagination mat-tab-header-pagination-before mat-elevation-z4 mat-ripple"],["mat-ripple",""]],[[2,"mat-tab-header-pagination-disabled",null],[2,"mat-ripple-unbounded",null]],[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==e.component._scrollHeader("before")&&r),r},null,null)),r["\u0275did"](4,212992,null,0,et,[r.ElementRef,r.NgZone,ye,[2,Xe]],{disabled:[0,"disabled"]},null),(e()(),r["\u0275eld"](5,0,null,null,0,"div",[["class","mat-tab-header-pagination-chevron"]],null,null,null,null,null)),(e()(),r["\u0275eld"](6,0,[[2,0],["tabListContainer",1]],null,6,"div",[["class","mat-tab-label-container"]],null,[[null,"keydown"]],function(e,t,n){var r=!0;return"keydown"===t&&(r=!1!==e.component._handleKeydown(n)&&r),r},null,null)),(e()(),r["\u0275eld"](7,0,[[3,0],["tabList",1]],null,5,"div",[["class","mat-tab-list"],["role","tablist"]],null,[[null,"cdkObserveContent"]],function(e,t,n){var r=!0;return"cdkObserveContent"===t&&(r=!1!==e.component._onContentChanges()&&r),r},null,null)),r["\u0275did"](8,1720320,null,0,ae,[oe,r.ElementRef,r.NgZone],null,{event:"cdkObserveContent"}),(e()(),r["\u0275eld"](9,0,null,null,1,"div",[["class","mat-tab-labels"]],null,null,null,null,null)),r["\u0275ncd"](null,0),(e()(),r["\u0275eld"](11,0,null,null,1,"mat-ink-bar",[["class","mat-ink-bar"]],null,null,null,null,null)),r["\u0275did"](12,16384,[[1,4]],0,ct,[r.ElementRef,r.NgZone],null,null),(e()(),r["\u0275eld"](13,0,null,null,2,"div",[["aria-hidden","true"],["class","mat-tab-header-pagination mat-tab-header-pagination-after mat-elevation-z4 mat-ripple"],["mat-ripple",""]],[[2,"mat-tab-header-pagination-disabled",null],[2,"mat-ripple-unbounded",null]],[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==e.component._scrollHeader("after")&&r),r},null,null)),r["\u0275did"](14,212992,null,0,et,[r.ElementRef,r.NgZone,ye,[2,Xe]],{disabled:[0,"disabled"]},null),(e()(),r["\u0275eld"](15,0,null,null,0,"div",[["class","mat-tab-header-pagination-chevron"]],null,null,null,null,null))],function(e,t){var n=t.component;e(t,4,0,n._disableScrollBefore||n.disableRipple),e(t,14,0,n._disableScrollAfter||n.disableRipple)},function(e,t){var n=t.component;e(t,3,0,n._disableScrollBefore,r["\u0275nov"](t,4).unbounded),e(t,13,0,n._disableScrollAfter,r["\u0275nov"](t,14).unbounded)})}var Mt=r["\u0275crt"]({encapsulation:2,styles:[],data:{}});function Dt(e){return r["\u0275vid"](0,[r["\u0275ncd"](null,0),(e()(),r["\u0275and"](0,null,null,0))],null,null)}function Nt(e){return r["\u0275vid"](2,[r["\u0275qud"](402653184,1,{_content:0}),(e()(),r["\u0275and"](0,[[1,2]],null,0,null,Dt))],null,null)}var At=function(){function e(){}return e.prototype.ngOnInit=function(){},e}(),Rt=r["\u0275crt"]({encapsulation:0,styles:[['.mat-tab-group[_ngcontent-%COMP%], .mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important}pre[_ngcontent-%COMP%]{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}']],data:{}});function Ft(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,4,"a",[["name","installation"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](2,0,null,null,1,"h2",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Installation"])),(e()(),r["\u0275ted"](-1,null,["\n"])),(e()(),r["\u0275ted"](-1,null,["\n"])),(e()(),r["\u0275eld"](6,0,null,null,68,"mat-tab-group",[["class","mat-tab-group"]],[[2,"mat-tab-group-dynamic-height",null],[2,"mat-tab-group-inverted-header",null]],null,null,Et,bt)),r["\u0275did"](7,3325952,null,1,gt,[r.ElementRef,r.ChangeDetectorRef],null,null),r["\u0275qud"](603979776,1,{_tabs:1}),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](10,16777216,null,null,11,"mat-tab",[["label","Arch"]],null,null,null,Nt,Mt)),r["\u0275did"](11,770048,[[1,4]],1,pt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,2,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](14,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](15,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n yaourt -S safeeyes\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](18,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](19,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n packer -S safeeyes\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](23,16777216,null,null,7,"mat-tab",[["label","Debian"]],null,null,null,Nt,Mt)),r["\u0275did"](24,770048,[[1,4]],1,pt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,3,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](27,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](28,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n sudo apt-get install gir1.2-appindicator3-0.1 gir1.2-notify-0.7 python3-psutil python3-xlib xprintidle\n sudo pip3 install safeeyes\n sudo update-icon-caches /usr/share/icons/hicolor\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](32,16777216,null,null,10,"mat-tab",[["label","Fedora"]],null,null,null,Nt,Mt)),r["\u0275did"](33,770048,[[1,4]],1,pt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,4,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n Install the latest xprintidle from: "])),(e()(),r["\u0275eld"](36,0,null,0,1,"a",[["href","https://copr.fedorainfracloud.org/coprs/alonid/xprintidle/"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["alonid/xprintidle"])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](39,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](40,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n sudo dnf install libappindicator-gtk3 python3-psutil\n sudo pip3 install safeeyes\n sudo gtk-update-icon-cache /usr/share/icons/hicolor\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](44,16777216,null,null,7,"mat-tab",[["label","Gentoo"]],null,null,null,Nt,Mt)),r["\u0275did"](45,770048,[[1,4]],1,pt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,5,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](48,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](49,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n sudo emerge -av x11-misc/safeeyes\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](53,16777216,null,null,7,"mat-tab",[["label","Ubuntu & Linux Mint"]],null,null,null,Nt,Mt)),r["\u0275did"](54,770048,[[1,4]],1,pt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,6,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275eld"](57,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](58,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n sudo add-apt-repository ppa:slgobinath/safeeyes\n sudo apt update\n sudo apt install safeeyes\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](62,16777216,null,null,11,"mat-tab",[["label","Other Linux"]],null,null,null,Nt,Mt)),r["\u0275did"](63,770048,[[1,4]],1,pt,[r.ViewContainerRef],{textLabel:[0,"textLabel"]},null),r["\u0275qud"](335544320,7,{templateLabel:0}),(e()(),r["\u0275ted"](-1,0,["\n Install the following dependencies:\n "])),(e()(),r["\u0275eld"](66,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](67,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n gir1.2-appindicator3-0.1 gir1.2-notify-0.7 libappindicator-gtk3 python3-psutil xprintidle\n "])),(e()(),r["\u0275ted"](-1,0,[" Install Safe Eyes:\n "])),(e()(),r["\u0275eld"](70,0,null,0,2,"pre",[],null,null,null,null,null)),(e()(),r["\u0275eld"](71,0,null,null,1,"code",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n sudo pip3 install safeeyes\n "])),(e()(),r["\u0275ted"](-1,0,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n"]))],function(e,t){e(t,11,0,"Arch"),e(t,24,0,"Debian"),e(t,33,0,"Fedora"),e(t,45,0,"Gentoo"),e(t,54,0,"Ubuntu & Linux Mint"),e(t,63,0,"Other Linux")},function(e,t){e(t,6,0,r["\u0275nov"](t,7).dynamicHeight,"below"===r["\u0275nov"](t,7).headerPosition)})}var Lt=function(){function e(){}return e.prototype.distribute=function(e,t){if(e.length<=t)return[e];for(var n=Math.ceil(e.length/t),r=new Array(n),i=0;iSafe Eyes translations site in order to assist with translations. Please translate the message id description as a meaningful description describing Safe Eyes.')},{icon:"fa-github",title:"Issues",description:'If you are having issues with Safe Eyes, feel free to open issues in the Safe Eyes Github Issues page as necessary.'}];this.contributions=this._utilService.distribute(e,2)},e}(),Gt=r["\u0275crt"]({encapsulation:0,styles:[["i[_ngcontent-%COMP%]{color:#424242;position:absolute;font-size:32pt;float:left;line-height:20pt}h3[_ngcontent-%COMP%]{margin-left:50px}p[_ngcontent-%COMP%]{text-align:justify}"]],data:{}});function Zt(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,11,"div",[["class","col-sm-6"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](2,0,null,null,6,"div",[],null,null,null,null,null)),(e()(),r["\u0275eld"](3,0,null,null,1,"i",[["aria-hidden","true"]],[[8,"className",0]],null,null,null,null)),(e()(),r["\u0275ted"](-1,null,[" "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](6,0,null,null,1,"h3",[],null,null,null,null,null)),(e()(),r["\u0275ted"](7,null,["",""])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](10,0,null,null,0,"p",[],[[8,"innerHTML",1]],null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "]))],null,function(e,t){e(t,3,0,r["\u0275inlineInterpolate"](1,"fa ",t.context.$implicit.icon,"")),e(t,7,0,t.context.$implicit.title),e(t,10,0,t.context.$implicit.description)})}function Wt(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,4,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275and"](16777216,null,null,1,null,Zt)),r["\u0275did"](3,802816,null,0,f.NgForOf,[r.ViewContainerRef,r.TemplateRef,r.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),r["\u0275ted"](-1,null,["\n"]))],function(e,t){e(t,3,0,t.context.$implicit)},null)}function qt(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,4,"a",[["name","contribute"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](2,0,null,null,1,"h2",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["Contribute"])),(e()(),r["\u0275ted"](-1,null,["\n"])),(e()(),r["\u0275ted"](-1,null,["\n\n"])),(e()(),r["\u0275and"](16777216,null,null,1,null,Wt)),r["\u0275did"](7,802816,null,0,f.NgForOf,[r.ViewContainerRef,r.TemplateRef,r.IterableDiffers],{ngForOf:[0,"ngForOf"]},null)],function(e,t){e(t,7,0,t.component.contributions)},null)}var Kt=r["\u0275crt"]({encapsulation:0,styles:[["contribute[_ngcontent-%COMP%], features[_ngcontent-%COMP%], installation[_ngcontent-%COMP%], screenshots[_ngcontent-%COMP%]{width:100%}"]],data:{}});function $t(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"app-navbar",[],null,null,null,l,s)),r["\u0275did"](1,114688,null,0,a,[],null,null),(e()(),r["\u0275ted"](-1,null,["\n\n"])),(e()(),r["\u0275eld"](3,0,null,null,42,"div",[["class","container"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](5,0,null,null,39,"div",[["class","d-flex justify-content-between"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](7,0,null,null,36,"div",[["class","p-1"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](9,0,null,null,4,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](11,0,null,null,1,"app-header",[],null,null,null,p,c)),r["\u0275did"](12,114688,null,0,u,[],null,null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](15,0,null,null,4,"div",[["class","row"],["style","text-align:center;"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](17,0,null,null,1,"screenshots",[],null,null,null,W,Z)),r["\u0275did"](18,114688,null,0,G,[],null,null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](21,0,null,null,4,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](23,0,null,null,1,"installation",[],null,null,null,Ft,Rt)),r["\u0275did"](24,114688,null,0,At,[],null,null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](27,0,null,null,4,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](29,0,null,null,1,"features",[],null,null,null,Bt,Vt)),r["\u0275did"](30,114688,null,0,jt,[Lt],null,null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](33,0,null,null,4,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](35,0,null,null,1,"contribute",[],null,null,null,qt,Gt)),r["\u0275did"](36,114688,null,0,Ut,[Lt,h.DomSanitizer],null,null),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](39,0,null,null,3,"div",[["class","row"]],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275eld"](41,0,null,null,0,"br",[],null,null,null,null,null)),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n "])),(e()(),r["\u0275ted"](-1,null,["\n"]))],function(e,t){e(t,1,0),e(t,12,0),e(t,18,0),e(t,24,0),e(t,30,0),e(t,36,0)},null)}var Qt=r["\u0275ccf"]("app-root",o,function(e){return r["\u0275vid"](0,[(e()(),r["\u0275eld"](0,0,null,null,1,"app-root",[],null,null,null,$t,Kt)),r["\u0275did"](1,49152,null,0,o,[],null,null)],null,null)},{},{},[]);function Yt(e){switch(e.length){case 0:return new st;case 1:return e[0];default:return new lt(e)}}function Jt(e,t,n,r,i,o){void 0===i&&(i={}),void 0===o&&(o={});var a=[],s=[],l=-1,u=null;if(r.forEach(function(e){var n=e.offset,r=n==l,c=r&&u||{};Object.keys(e).forEach(function(n){var r=n,s=e[n];if("offset"!==n)switch(r=t.normalizePropertyName(r,a),s){case ut:s=i[n];break;case rt:s=o[n];break;default:s=t.normalizeStyleValue(n,r,s,a)}c[r]=s}),r||s.push(c),u=c,l=n}),a.length)throw new Error("Unable to animate due to the following errors:\n - "+a.join("\n - "));return s}function Xt(e,t,n,r){switch(t){case"start":e.onStart(function(){return r(n&&en(n,"start",e.totalTime))});break;case"done":e.onDone(function(){return r(n&&en(n,"done",e.totalTime))});break;case"destroy":e.onDestroy(function(){return r(n&&en(n,"destroy",e.totalTime))})}}function en(e,t,n){var r=tn(e.element,e.triggerName,e.fromState,e.toState,t||e.phaseName,void 0==n?e.totalTime:n),i=e._data;return null!=i&&(r._data=i),r}function tn(e,t,n,r,i,o){return void 0===i&&(i=""),void 0===o&&(o=0),{element:e,triggerName:t,fromState:n,toState:r,phaseName:i,totalTime:o}}function nn(e,t,n){var r;return e instanceof Map?(r=e.get(t))||e.set(t,r=n):(r=e[t])||(r=e[t]=n),r}function rn(e){var t=e.indexOf(":");return[e.substring(1,t),e.substr(t+1)]}var on=function(e,t){return!1},an=function(e,t){return!1},sn=function(e,t,n){return[]};if("undefined"!=typeof Element){if(on=function(e,t){return e.contains(t)},Element.prototype.matches)an=function(e,t){return e.matches(t)};else{var ln=Element.prototype,un=ln.matchesSelector||ln.mozMatchesSelector||ln.msMatchesSelector||ln.oMatchesSelector||ln.webkitMatchesSelector;un&&(an=function(e,t){return un.apply(e,[t])})}sn=function(e,t,n){var r=[];if(n)r.push.apply(r,e.querySelectorAll(t));else{var i=e.querySelector(t);i&&r.push(i)}return r}}var cn=null,pn=!1;function dn(e){cn||(cn=fn()||{},pn=!!cn.style&&"WebkitAppearance"in cn.style);var t=!0;return cn.style&&!function(e){return"ebkit"==e.substring(1,6)}(e)&&!(t=e in cn.style)&&pn&&(t="Webkit"+e.charAt(0).toUpperCase()+e.substr(1)in cn.style),t}function fn(){return"undefined"!=typeof document?document.body:null}var hn=an,gn=on,yn=sn,mn=function(){function e(){}return e.prototype.validateStyleProperty=function(e){return dn(e)},e.prototype.matchesElement=function(e,t){return hn(e,t)},e.prototype.containsElement=function(e,t){return gn(e,t)},e.prototype.query=function(e,t,n){return yn(e,t,n)},e.prototype.computeStyle=function(e,t,n){return n||""},e.prototype.animate=function(e,t,n,r,i,o){return void 0===o&&(o=[]),new st},e}(),vn=function(){function e(){}return e.NOOP=new mn,e}(),bn=1e3;function _n(e){if("number"==typeof e)return e;var t=e.match(/^(-?[\.\d]+)(m?s)/);return!t||t.length<2?0:wn(parseFloat(t[1]),t[2])}function wn(e,t){switch(t){case"s":return e*bn;default:return e}}function xn(e,t,n){return e.hasOwnProperty("duration")?e:function(e,t,n){var r,i=0,o="";if("string"==typeof e){var a=e.match(/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i);if(null===a)return t.push('The provided timing value "'+e+'" is invalid.'),{duration:0,delay:0,easing:""};r=wn(parseFloat(a[1]),a[2]);var s=a[3];null!=s&&(i=wn(Math.floor(parseFloat(s)),a[4]));var l=a[5];l&&(o=l)}else r=e;if(!n){var u=!1,c=t.length;r<0&&(t.push("Duration values below 0 are not allowed for this animation step."),u=!0),i<0&&(t.push("Delay values below 0 are not allowed for this animation step."),u=!0),u&&t.splice(c,0,'The provided timing value "'+e+'" is invalid.')}return{duration:r,delay:i,easing:o}}(e,t,n)}function Cn(e,t){return void 0===t&&(t={}),Object.keys(e).forEach(function(n){t[n]=e[n]}),t}function On(e,t,n){if(void 0===n&&(n={}),t)for(var r in e)n[r]=e[r];else Cn(e,n);return n}function En(e,t){e.style&&Object.keys(t).forEach(function(n){var r=Nn(n);e.style[r]=t[n]})}function In(e,t){e.style&&Object.keys(t).forEach(function(t){var n=Nn(t);e.style[n]=""})}function Sn(e){return Array.isArray(e)?1==e.length?e[0]:it(e):e}var Pn=new RegExp("{{\\s*(.+?)\\s*}}","g");function kn(e){var t=[];if("string"==typeof e){for(var n=e.toString(),r=void 0;r=Pn.exec(n);)t.push(r[1]);Pn.lastIndex=0}return t}function Tn(e,t,n){var r=e.toString(),i=r.replace(Pn,function(e,r){var i=t[r];return t.hasOwnProperty(r)||(n.push("Please provide a value for the animation param "+r),i=""),i.toString()});return i==r?e:i}function Mn(e){for(var t=[],n=e.next();!n.done;)t.push(n.value),n=e.next();return t}var Dn=/-+([a-z0-9])/g;function Nn(e){return e.replace(Dn,function(){for(var e=[],t=0;t *";case":leave":return"* => void";case":increment":return function(e,t){return parseFloat(t)>parseFloat(e)};case":decrement":return function(e,t){return parseFloat(t) *"}}(e,n);if("function"==typeof r)return void t.push(r);e=r}var i=e.match(/^(\*|[-\w]+)\s*()\s*(\*|[-\w]+)$/);if(null==i||i.length<4)return n.push('The provided transition expression "'+e+'" is not supported'),t;var o=i[1],a=i[2],s=i[3];t.push(jn(o,s)),"<"!=a[0]||o==Rn&&s==Rn||t.push(jn(s,o))}(e,i,r)}):i.push(n),i),animation:o,queryCount:t.queryCount,depCount:t.depCount,options:Gn(e.options)}},e.prototype.visitSequence=function(e,t){var n=this;return{type:2,steps:e.steps.map(function(e){return An(n,e,t)}),options:Gn(e.options)}},e.prototype.visitGroup=function(e,t){var n=this,r=t.currentTime,i=0,o=e.steps.map(function(e){t.currentTime=r;var o=An(n,e,t);return i=Math.max(i,t.currentTime),o});return t.currentTime=i,{type:3,steps:o,options:Gn(e.options)}},e.prototype.visitAnimate=function(e,t){var n,r=function(e,t){var n=null;if(e.hasOwnProperty("duration"))n=e;else if("number"==typeof e)return Zn(xn(e,t).duration,0,"");var r=e;if(r.split(/\s+/).some(function(e){return"{"==e.charAt(0)&&"{"==e.charAt(1)})){var i=Zn(0,0,"");return i.dynamic=!0,i.strValue=r,i}return Zn((n=n||xn(r,t)).duration,n.delay,n.easing)}(e.timings,t.errors);t.currentAnimateTimings=r;var i=e.styles?e.styles:ot({});if(5==i.type)n=this.visitKeyframes(i,t);else{var o=e.styles,a=!1;if(!o){a=!0;var s={};r.easing&&(s.easing=r.easing),o=ot(s)}t.currentTime+=r.duration+r.delay;var l=this.visitStyle(o,t);l.isEmptyStep=a,n=l}return t.currentAnimateTimings=null,{type:4,timings:r,style:n,options:null}},e.prototype.visitStyle=function(e,t){var n=this._makeStyleAst(e,t);return this._validateStyleAst(n,t),n},e.prototype._makeStyleAst=function(e,t){var n=[];Array.isArray(e.styles)?e.styles.forEach(function(e){"string"==typeof e?e==rt?n.push(e):t.errors.push("The provided style string value "+e+" is not allowed."):n.push(e)}):n.push(e.styles);var r=!1,i=null;return n.forEach(function(e){if(Un(e)){var t=e,n=t.easing;if(n&&(i=n,delete t.easing),!r)for(var o in t)if(t[o].toString().indexOf("{{")>=0){r=!0;break}}}),{type:6,styles:n,easing:i,offset:e.offset,containsDynamicStyles:r,options:null}},e.prototype._validateStyleAst=function(e,t){var n=this,r=t.currentAnimateTimings,i=t.currentTime,o=t.currentTime;r&&o>0&&(o-=r.duration+r.delay),e.styles.forEach(function(e){"string"!=typeof e&&Object.keys(e).forEach(function(r){if(n._driver.validateStyleProperty(r)){var a,s,l,u=t.collectedStyles[t.currentQuerySelector],c=u[r],p=!0;c&&(o!=i&&o>=c.startTime&&i<=c.endTime&&(t.errors.push('The CSS property "'+r+'" that exists between the times of "'+c.startTime+'ms" and "'+c.endTime+'ms" is also being animated in a parallel animation between the times of "'+o+'ms" and "'+i+'ms"'),p=!1),o=c.startTime),p&&(u[r]={startTime:o,endTime:i}),t.options&&(a=t.errors,s=t.options.params||{},(l=kn(e[r])).length&&l.forEach(function(e){s.hasOwnProperty(e)||a.push("Unable to resolve the local animation param "+e+" in the given list of values")}))}else t.errors.push('The provided animation property "'+r+'" is not a supported CSS property for animations')})})},e.prototype.visitKeyframes=function(e,t){var n=this,r={type:5,styles:[],options:null};if(!t.currentAnimateTimings)return t.errors.push("keyframes() must be placed inside of a call to animate()"),r;var i=0,o=[],a=!1,s=!1,l=0,u=e.steps.map(function(e){var r=n._makeStyleAst(e,t),u=null!=r.offset?r.offset:function(e){if("string"==typeof e)return null;var t=null;if(Array.isArray(e))e.forEach(function(e){if(Un(e)&&e.hasOwnProperty("offset")){var n=e;t=parseFloat(n.offset),delete n.offset}});else if(Un(e)&&e.hasOwnProperty("offset")){var n=e;t=parseFloat(n.offset),delete n.offset}return t}(r.styles),c=0;return null!=u&&(i++,c=r.offset=u),s=s||c<0||c>1,a=a||c0&&i0?i==d?1:p*i:o[i],s=a*g;t.currentTime=f+h.delay+s,h.duration=s,n._validateStyleAst(e,t),e.offset=a,r.styles.push(e)}),r},e.prototype.visitReference=function(e,t){return{type:8,animation:An(this,Sn(e.animation),t),options:Gn(e.options)}},e.prototype.visitAnimateChild=function(e,t){return t.depCount++,{type:9,options:Gn(e.options)}},e.prototype.visitAnimateRef=function(e,t){return{type:10,animation:this.visitReference(e.animation,t),options:Gn(e.options)}},e.prototype.visitQuery=function(e,t){var n=t.currentQuerySelector,r=e.options||{};t.queryCount++,t.currentQuery=e;var i=function(e){var t=!!e.split(/\s*,\s*/).find(function(e){return":self"==e});return t&&(e=e.replace(Vn,"")),[e=e.replace(/@\*/g,".ng-trigger").replace(/@\w+/g,function(e){return".ng-trigger-"+e.substr(1)}).replace(/:animating/g,".ng-animating"),t]}(e.selector),o=i[0],a=i[1];t.currentQuerySelector=n.length?n+" "+o:o,nn(t.collectedStyles,t.currentQuerySelector,{});var s=An(this,Sn(e.animation),t);return t.currentQuery=null,t.currentQuerySelector=n,{type:11,selector:o,limit:r.limit||0,optional:!!r.optional,includeSelf:a,animation:s,originalSelector:e.selector,options:Gn(e.options)}},e.prototype.visitStagger=function(e,t){t.currentQuery||t.errors.push("stagger() can only be used inside of query()");var n="full"===e.timings?{duration:0,delay:0,easing:"full"}:xn(e.timings,t.errors,!0);return{type:12,animation:An(this,Sn(e.animation),t),timings:n,options:null}},e}(),Bn=function(e){this.errors=e,this.queryCount=0,this.depCount=0,this.currentTransition=null,this.currentQuery=null,this.currentQuerySelector=null,this.currentAnimateTimings=null,this.currentTime=0,this.collectedStyles={},this.options=null};function Un(e){return!Array.isArray(e)&&"object"==typeof e}function Gn(e){var t;return e?(e=Cn(e)).params&&(e.params=(t=e.params)?Cn(t):null):e={},e}function Zn(e,t,n){return{duration:e,delay:t,easing:n}}function Wn(e,t,n,r,i,o,a,s){return void 0===a&&(a=null),void 0===s&&(s=!1),{type:1,element:e,keyframes:t,preStyleProps:n,postStyleProps:r,duration:i,delay:o,totalTime:i+o,easing:a,subTimeline:s}}var qn=function(){function e(){this._map=new Map}return e.prototype.consume=function(e){var t=this._map.get(e);return t?this._map.delete(e):t=[],t},e.prototype.append=function(e,t){var n=this._map.get(e);n||this._map.set(e,n=[]),n.push.apply(n,t)},e.prototype.has=function(e){return this._map.has(e)},e.prototype.clear=function(){this._map.clear()},e}(),Kn=new RegExp(":enter","g"),$n=new RegExp(":leave","g");function Qn(e,t,n,r,i,o,a,s,l,u){return void 0===o&&(o={}),void 0===a&&(a={}),void 0===u&&(u=[]),(new Yn).buildKeyframes(e,t,n,r,i,o,a,s,l,u)}var Yn=function(){function e(){}return e.prototype.buildKeyframes=function(e,t,n,r,i,o,a,s,l,u){void 0===u&&(u=[]),l=l||new qn;var c=new Xn(e,t,l,r,i,u,[]);c.options=s,c.currentTimeline.setStyles([o],null,c.errors,s),An(this,n,c);var p=c.timelines.filter(function(e){return e.containsAnimation()});if(p.length&&Object.keys(a).length){var d=p[p.length-1];d.allowOnlyTimelineStyles()||d.setStyles([a],null,c.errors,s)}return p.length?p.map(function(e){return e.buildKeyframes()}):[Wn(t,[],[],[],0,0,"",!1)]},e.prototype.visitTrigger=function(e,t){},e.prototype.visitState=function(e,t){},e.prototype.visitTransition=function(e,t){},e.prototype.visitAnimateChild=function(e,t){var n=t.subInstructions.consume(t.element);if(n){var r=t.createSubContext(e.options),i=t.currentTimeline.currentTime,o=this._visitSubInstructions(n,r,r.options);i!=o&&t.transformIntoNewTimeline(o)}t.previousNode=e},e.prototype.visitAnimateRef=function(e,t){var n=t.createSubContext(e.options);n.transformIntoNewTimeline(),this.visitReference(e.animation,n),t.transformIntoNewTimeline(n.currentTimeline.currentTime),t.previousNode=e},e.prototype._visitSubInstructions=function(e,t,n){var r=t.currentTimeline.currentTime,i=null!=n.duration?_n(n.duration):null,o=null!=n.delay?_n(n.delay):null;return 0!==i&&e.forEach(function(e){var n=t.appendInstructionToTimeline(e,i,o);r=Math.max(r,n.duration+n.delay)}),r},e.prototype.visitReference=function(e,t){t.updateOptions(e.options,!0),An(this,e.animation,t),t.previousNode=e},e.prototype.visitSequence=function(e,t){var n=this,r=t.subContextCount,i=t,o=e.options;if(o&&(o.params||o.delay)&&((i=t.createSubContext(o)).transformIntoNewTimeline(),null!=o.delay)){6==i.previousNode.type&&(i.currentTimeline.snapshotCurrentStyles(),i.previousNode=Jn);var a=_n(o.delay);i.delayNextStep(a)}e.steps.length&&(e.steps.forEach(function(e){return An(n,e,i)}),i.currentTimeline.applyStylesToKeyframe(),i.subContextCount>r&&i.transformIntoNewTimeline()),t.previousNode=e},e.prototype.visitGroup=function(e,t){var n=this,r=[],i=t.currentTimeline.currentTime,o=e.options&&e.options.delay?_n(e.options.delay):0;e.steps.forEach(function(a){var s=t.createSubContext(e.options);o&&s.delayNextStep(o),An(n,a,s),i=Math.max(i,s.currentTimeline.currentTime),r.push(s.currentTimeline)}),r.forEach(function(e){return t.currentTimeline.mergeTimelineCollectedStyles(e)}),t.transformIntoNewTimeline(i),t.previousNode=e},e.prototype._visitTiming=function(e,t){if(e.dynamic){var n=e.strValue;return xn(t.params?Tn(n,t.params,t.errors):n,t.errors)}return{duration:e.duration,delay:e.delay,easing:e.easing}},e.prototype.visitAnimate=function(e,t){var n=t.currentAnimateTimings=this._visitTiming(e.timings,t),r=t.currentTimeline;n.delay&&(t.incrementTime(n.delay),r.snapshotCurrentStyles());var i=e.style;5==i.type?this.visitKeyframes(i,t):(t.incrementTime(n.duration),this.visitStyle(i,t),r.applyStylesToKeyframe()),t.currentAnimateTimings=null,t.previousNode=e},e.prototype.visitStyle=function(e,t){var n=t.currentTimeline,r=t.currentAnimateTimings;!r&&n.getCurrentStyleProperties().length&&n.forwardFrame();var i=r&&r.easing||e.easing;e.isEmptyStep?n.applyEmptyStep(i):n.setStyles(e.styles,i,t.errors,t.options),t.previousNode=e},e.prototype.visitKeyframes=function(e,t){var n=t.currentAnimateTimings,r=t.currentTimeline.duration,i=n.duration,o=t.createSubContext().currentTimeline;o.easing=n.easing,e.styles.forEach(function(e){o.forwardTime((e.offset||0)*i),o.setStyles(e.styles,e.easing,t.errors,t.options),o.applyStylesToKeyframe()}),t.currentTimeline.mergeTimelineCollectedStyles(o),t.transformIntoNewTimeline(r+i),t.previousNode=e},e.prototype.visitQuery=function(e,t){var n=this,r=t.currentTimeline.currentTime,i=e.options||{},o=i.delay?_n(i.delay):0;o&&(6===t.previousNode.type||0==r&&t.currentTimeline.getCurrentStyleProperties().length)&&(t.currentTimeline.snapshotCurrentStyles(),t.previousNode=Jn);var a=r,s=t.invokeQuery(e.selector,e.originalSelector,e.limit,e.includeSelf,!!i.optional,t.errors);t.currentQueryTotal=s.length;var l=null;s.forEach(function(r,i){t.currentQueryIndex=i;var s=t.createSubContext(e.options,r);o&&s.delayNextStep(o),r===t.element&&(l=s.currentTimeline),An(n,e.animation,s),s.currentTimeline.applyStylesToKeyframe(),a=Math.max(a,s.currentTimeline.currentTime)}),t.currentQueryIndex=0,t.currentQueryTotal=0,t.transformIntoNewTimeline(a),l&&(t.currentTimeline.mergeTimelineCollectedStyles(l),t.currentTimeline.snapshotCurrentStyles()),t.previousNode=e},e.prototype.visitStagger=function(e,t){var n=t.parentContext,r=t.currentTimeline,i=e.timings,o=Math.abs(i.duration),a=o*(t.currentQueryTotal-1),s=o*t.currentQueryIndex;switch(i.duration<0?"reverse":i.easing){case"reverse":s=a-s;break;case"full":s=n.currentStaggerTime}var l=t.currentTimeline;s&&l.delayNextStep(s);var u=l.currentTime;An(this,e.animation,t),t.previousNode=e,n.currentStaggerTime=r.currentTime-u+(r.startTime-n.currentTimeline.startTime)},e}(),Jn={},Xn=function(){function e(e,t,n,r,i,o,a,s){this._driver=e,this.element=t,this.subInstructions=n,this._enterClassName=r,this._leaveClassName=i,this.errors=o,this.timelines=a,this.parentContext=null,this.currentAnimateTimings=null,this.previousNode=Jn,this.subContextCount=0,this.options={},this.currentQueryIndex=0,this.currentQueryTotal=0,this.currentStaggerTime=0,this.currentTimeline=s||new er(this._driver,t,0),a.push(this.currentTimeline)}return Object.defineProperty(e.prototype,"params",{get:function(){return this.options.params},enumerable:!0,configurable:!0}),e.prototype.updateOptions=function(e,t){var n=this;if(e){var r=e,i=this.options;null!=r.duration&&(i.duration=_n(r.duration)),null!=r.delay&&(i.delay=_n(r.delay));var o=r.params;if(o){var a=i.params;a||(a=this.options.params={}),Object.keys(o).forEach(function(e){t&&a.hasOwnProperty(e)||(a[e]=Tn(o[e],a,n.errors))})}}},e.prototype._copyOptions=function(){var e={};if(this.options){var t=this.options.params;if(t){var n=e.params={};Object.keys(t).forEach(function(e){n[e]=t[e]})}}return e},e.prototype.createSubContext=function(t,n,r){void 0===t&&(t=null);var i=n||this.element,o=new e(this._driver,i,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(i,r||0));return o.previousNode=this.previousNode,o.currentAnimateTimings=this.currentAnimateTimings,o.options=this._copyOptions(),o.updateOptions(t),o.currentQueryIndex=this.currentQueryIndex,o.currentQueryTotal=this.currentQueryTotal,o.parentContext=this,this.subContextCount++,o},e.prototype.transformIntoNewTimeline=function(e){return this.previousNode=Jn,this.currentTimeline=this.currentTimeline.fork(this.element,e),this.timelines.push(this.currentTimeline),this.currentTimeline},e.prototype.appendInstructionToTimeline=function(e,t,n){var r={duration:null!=t?t:e.duration,delay:this.currentTimeline.currentTime+(null!=n?n:0)+e.delay,easing:""},i=new tr(this._driver,e.element,e.keyframes,e.preStyleProps,e.postStyleProps,r,e.stretchStartingKeyframe);return this.timelines.push(i),r},e.prototype.incrementTime=function(e){this.currentTimeline.forwardTime(this.currentTimeline.duration+e)},e.prototype.delayNextStep=function(e){e>0&&this.currentTimeline.delayNextStep(e)},e.prototype.invokeQuery=function(e,t,n,r,i,o){var a=[];if(r&&a.push(this.element),e.length>0){e=(e=e.replace(Kn,"."+this._enterClassName)).replace($n,"."+this._leaveClassName);var s=this._driver.query(this.element,e,1!=n);0!==n&&(s=n<0?s.slice(s.length+n,s.length):s.slice(0,n)),a.push.apply(a,s)}return i||0!=a.length||o.push('`query("'+t+'")` returned zero elements. (Use `query("'+t+'", { optional: true })` if you wish to allow this.)'),a},e}(),er=function(){function e(e,t,n,r){this._driver=e,this.element=t,this.startTime=n,this._elementTimelineStylesLookup=r,this.duration=0,this._previousKeyframe={},this._currentKeyframe={},this._keyframes=new Map,this._styleSummary={},this._pendingStyles={},this._backFill={},this._currentEmptyStepKeyframe=null,this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map),this._localTimelineStyles=Object.create(this._backFill,{}),this._globalTimelineStyles=this._elementTimelineStylesLookup.get(t),this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(t,this._localTimelineStyles)),this._loadKeyframe()}return e.prototype.containsAnimation=function(){switch(this._keyframes.size){case 0:return!1;case 1:return this.getCurrentStyleProperties().length>0;default:return!0}},e.prototype.getCurrentStyleProperties=function(){return Object.keys(this._currentKeyframe)},Object.defineProperty(e.prototype,"currentTime",{get:function(){return this.startTime+this.duration},enumerable:!0,configurable:!0}),e.prototype.delayNextStep=function(e){var t=1==this._keyframes.size&&Object.keys(this._pendingStyles).length;this.duration||t?(this.forwardTime(this.currentTime+e),t&&this.snapshotCurrentStyles()):this.startTime+=e},e.prototype.fork=function(t,n){return this.applyStylesToKeyframe(),new e(this._driver,t,n||this.currentTime,this._elementTimelineStylesLookup)},e.prototype._loadKeyframe=function(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe),this._currentKeyframe=this._keyframes.get(this.duration),this._currentKeyframe||(this._currentKeyframe=Object.create(this._backFill,{}),this._keyframes.set(this.duration,this._currentKeyframe))},e.prototype.forwardFrame=function(){this.duration+=1,this._loadKeyframe()},e.prototype.forwardTime=function(e){this.applyStylesToKeyframe(),this.duration=e,this._loadKeyframe()},e.prototype._updateStyle=function(e,t){this._localTimelineStyles[e]=t,this._globalTimelineStyles[e]=t,this._styleSummary[e]={time:this.currentTime,value:t}},e.prototype.allowOnlyTimelineStyles=function(){return this._currentEmptyStepKeyframe!==this._currentKeyframe},e.prototype.applyEmptyStep=function(e){var t=this;e&&(this._previousKeyframe.easing=e),Object.keys(this._globalTimelineStyles).forEach(function(e){t._backFill[e]=t._globalTimelineStyles[e]||rt,t._currentKeyframe[e]=rt}),this._currentEmptyStepKeyframe=this._currentKeyframe},e.prototype.setStyles=function(e,t,n,r){var i=this;t&&(this._previousKeyframe.easing=t);var o=r&&r.params||{},a=function(e,t){var n,r={};return e.forEach(function(e){"*"===e?(n=n||Object.keys(t)).forEach(function(e){r[e]=rt}):On(e,!1,r)}),r}(e,this._globalTimelineStyles);Object.keys(a).forEach(function(e){var t=Tn(a[e],o,n);i._pendingStyles[e]=t,i._localTimelineStyles.hasOwnProperty(e)||(i._backFill[e]=i._globalTimelineStyles.hasOwnProperty(e)?i._globalTimelineStyles[e]:rt),i._updateStyle(e,t)})},e.prototype.applyStylesToKeyframe=function(){var e=this,t=this._pendingStyles,n=Object.keys(t);0!=n.length&&(this._pendingStyles={},n.forEach(function(n){e._currentKeyframe[n]=t[n]}),Object.keys(this._localTimelineStyles).forEach(function(t){e._currentKeyframe.hasOwnProperty(t)||(e._currentKeyframe[t]=e._localTimelineStyles[t])}))},e.prototype.snapshotCurrentStyles=function(){var e=this;Object.keys(this._localTimelineStyles).forEach(function(t){var n=e._localTimelineStyles[t];e._pendingStyles[t]=n,e._updateStyle(t,n)})},e.prototype.getFinalKeyframe=function(){return this._keyframes.get(this.duration)},Object.defineProperty(e.prototype,"properties",{get:function(){var e=[];for(var t in this._currentKeyframe)e.push(t);return e},enumerable:!0,configurable:!0}),e.prototype.mergeTimelineCollectedStyles=function(e){var t=this;Object.keys(e._styleSummary).forEach(function(n){var r=t._styleSummary[n],i=e._styleSummary[n];(!r||i.time>r.time)&&t._updateStyle(n,i.value)})},e.prototype.buildKeyframes=function(){var e=this;this.applyStylesToKeyframe();var t=new Set,n=new Set,r=1===this._keyframes.size&&0===this.duration,i=[];this._keyframes.forEach(function(o,a){var s=On(o,!0);Object.keys(s).forEach(function(e){var r=s[e];r==ut?t.add(e):r==rt&&n.add(e)}),r||(s.offset=a/e.duration),i.push(s)});var o=t.size?Mn(t.values()):[],a=n.size?Mn(n.values()):[];if(r){var s=i[0],l=Cn(s);s.offset=0,l.offset=1,i=[s,l]}return Wn(this.element,i,o,a,this.duration,this.startTime,this.easing,!1)},e}(),tr=function(e){function t(t,n,r,i,o,a,s){void 0===s&&(s=!1);var l=e.call(this,t,n,a.delay)||this;return l.element=n,l.keyframes=r,l.preStyleProps=i,l.postStyleProps=o,l._stretchStartingKeyframe=s,l.timings={duration:a.duration,delay:a.delay,easing:a.easing},l}return Object(Q.b)(t,e),t.prototype.containsAnimation=function(){return this.keyframes.length>1},t.prototype.buildKeyframes=function(){var e=this.keyframes,t=this.timings,n=t.delay,r=t.duration,i=t.easing;if(this._stretchStartingKeyframe&&n){var o=[],a=r+n,s=n/a,l=On(e[0],!1);l.offset=0,o.push(l);var u=On(e[0],!1);u.offset=nr(s),o.push(u);for(var c=e.length-1,p=1;p<=c;p++){var d=On(e[p],!1);d.offset=nr((n+d.offset*r)/a),o.push(d)}r=a,n=0,i="",e=o}return Wn(this.element,e,this.preStyleProps,this.postStyleProps,r,n,i,!0)},t}(er);function nr(e,t){void 0===t&&(t=3);var n=Math.pow(10,t-1);return Math.round(e*n)/n}var rr=function(){},ir=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(Q.b)(t,e),t.prototype.normalizePropertyName=function(e,t){return Nn(e)},t.prototype.normalizeStyleValue=function(e,t,n,r){var i="",o=n.toString().trim();if(or[t]&&0!==n&&"0"!==n)if("number"==typeof n)i="px";else{var a=n.match(/^[+-]?[\d\.]+([a-z]*)$/);a&&0==a[1].length&&r.push("Please provide a CSS unit value for "+e+":"+n)}return o+i},t}(rr),or=function(e){var t={};return"width,height,minWidth,minHeight,maxWidth,maxHeight,left,top,bottom,right,fontSize,outlineWidth,outlineOffset,paddingTop,paddingLeft,paddingBottom,paddingRight,marginTop,marginLeft,marginBottom,marginRight,borderRadius,borderWidth,borderTopWidth,borderLeftWidth,borderRightWidth,borderBottomWidth,textIndent,perspective".split(",").forEach(function(e){return t[e]=!0}),t}();function ar(e,t,n,r,i,o,a,s,l,u,c,p){return{type:0,element:e,triggerName:t,isRemovalTransition:i,fromState:n,fromStyles:o,toState:r,toStyles:a,timelines:s,queriedElements:l,preStyleProps:u,postStyleProps:c,errors:p}}var sr={},lr=function(){function e(e,t,n){this._triggerName=e,this.ast=t,this._stateStyles=n}return e.prototype.match=function(e,t){return function(e,t,n){return e.some(function(e){return e(t,n)})}(this.ast.matchers,e,t)},e.prototype.buildStyles=function(e,t,n){var r=this._stateStyles["*"],i=this._stateStyles[e],o=r?r.buildStyles(t,n):{};return i?i.buildStyles(t,n):o},e.prototype.build=function(e,t,n,r,i,o,a,s,l){var u=[],c=this.ast.options&&this.ast.options.params||sr,p=this.buildStyles(n,a&&a.params||sr,u),d=s&&s.params||sr,f=this.buildStyles(r,d,u),h=new Set,g=new Map,y=new Map,m="void"===r,v={params:Object(Q.a)({},c,d)},b=Qn(e,t,this.ast.animation,i,o,p,f,v,l,u);if(u.length)return ar(t,this._triggerName,n,r,m,p,f,[],[],g,y,u);b.forEach(function(e){var n=e.element,r=nn(g,n,{});e.preStyleProps.forEach(function(e){return r[e]=!0});var i=nn(y,n,{});e.postStyleProps.forEach(function(e){return i[e]=!0}),n!==t&&h.add(n)});var _=Mn(h.values());return ar(t,this._triggerName,n,r,m,p,f,b,_,g,y)},e}(),ur=function(){function e(e,t){this.styles=e,this.defaultParams=t}return e.prototype.buildStyles=function(e,t){var n={},r=Cn(this.defaultParams);return Object.keys(e).forEach(function(t){var n=e[t];null!=n&&(r[t]=n)}),this.styles.styles.forEach(function(e){if("string"!=typeof e){var i=e;Object.keys(i).forEach(function(e){var o=i[e];o.length>1&&(o=Tn(o,r,t)),n[e]=o})}}),n},e}(),cr=function(){function e(e,t){var n=this;this.name=e,this.ast=t,this.transitionFactories=[],this.states={},t.states.forEach(function(e){n.states[e.name]=new ur(e.style,e.options&&e.options.params||{})}),pr(this.states,"true","1"),pr(this.states,"false","0"),t.transitions.forEach(function(t){n.transitionFactories.push(new lr(e,t,n.states))}),this.fallbackTransition=new lr(e,{type:1,animation:{type:2,steps:[],options:null},matchers:[function(e,t){return!0}],options:null,queryCount:0,depCount:0},this.states)}return Object.defineProperty(e.prototype,"containsQueries",{get:function(){return this.ast.queryCount>0},enumerable:!0,configurable:!0}),e.prototype.matchTransition=function(e,t){return this.transitionFactories.find(function(n){return n.match(e,t)})||null},e.prototype.matchStyles=function(e,t,n){return this.fallbackTransition.buildStyles(e,t,n)},e}();function pr(e,t,n){e.hasOwnProperty(t)?e.hasOwnProperty(n)||(e[n]=e[t]):e.hasOwnProperty(n)&&(e[t]=e[n])}var dr=new qn,fr=function(){function e(e,t){this._driver=e,this._normalizer=t,this._animations={},this._playersById={},this.players=[]}return e.prototype.register=function(e,t){var n=[],r=zn(this._driver,t,n);if(n.length)throw new Error("Unable to build the animation due to the following errors: "+n.join("\n"));this._animations[e]=r},e.prototype._buildPlayer=function(e,t,n){var r=e.element,i=Jt(0,this._normalizer,0,e.keyframes,t,n);return this._driver.animate(r,i,e.duration,e.delay,e.easing,[])},e.prototype.create=function(e,t,n){var r=this;void 0===n&&(n={});var i,o=[],a=this._animations[e],s=new Map;if(a?(i=Qn(this._driver,t,a,"ng-enter","ng-leave",{},{},n,dr,o)).forEach(function(e){var t=nn(s,e.element,{});e.postStyleProps.forEach(function(e){return t[e]=null})}):(o.push("The requested animation doesn't exist or has already been destroyed"),i=[]),o.length)throw new Error("Unable to create the animation due to the following errors: "+o.join("\n"));s.forEach(function(e,t){Object.keys(e).forEach(function(n){e[n]=r._driver.computeStyle(t,n,rt)})});var l=Yt(i.map(function(e){var t=s.get(e.element);return r._buildPlayer(e,{},t)}));return this._playersById[e]=l,l.onDestroy(function(){return r.destroy(e)}),this.players.push(l),l},e.prototype.destroy=function(e){var t=this._getPlayer(e);t.destroy(),delete this._playersById[e];var n=this.players.indexOf(t);n>=0&&this.players.splice(n,1)},e.prototype._getPlayer=function(e){var t=this._playersById[e];if(!t)throw new Error("Unable to find the timeline player referenced by "+e);return t},e.prototype.listen=function(e,t,n,r){var i=tn(t,"","","");return Xt(this._getPlayer(e),n,i,r),function(){}},e.prototype.command=function(e,t,n,r){if("register"!=n)if("create"!=n){var i=this._getPlayer(e);switch(n){case"play":i.play();break;case"pause":i.pause();break;case"reset":i.reset();break;case"restart":i.restart();break;case"finish":i.finish();break;case"init":i.init();break;case"setPosition":i.setPosition(parseFloat(r[0]));break;case"destroy":this.destroy(e)}}else this.create(e,t,r[0]||{});else this.register(e,r[0])},e}(),hr=[],gr={namespaceId:"",setForRemoval:null,hasAnimation:!1,removedBeforeQueried:!1},yr={namespaceId:"",setForRemoval:null,hasAnimation:!1,removedBeforeQueried:!0},mr="__ng_removed",vr=function(){function e(e,t){void 0===t&&(t=""),this.namespaceId=t;var n=e&&e.hasOwnProperty("value");if(this.value=function(e){return null!=e?e:null}(n?e.value:e),n){var r=Cn(e);delete r.value,this.options=r}else this.options={};this.options.params||(this.options.params={})}return Object.defineProperty(e.prototype,"params",{get:function(){return this.options.params},enumerable:!0,configurable:!0}),e.prototype.absorbOptions=function(e){var t=e.params;if(t){var n=this.options.params;Object.keys(t).forEach(function(e){null==n[e]&&(n[e]=t[e])})}},e}(),br=new vr("void"),_r=new vr("DELETED"),wr=function(){function e(e,t,n){this.id=e,this.hostElement=t,this._engine=n,this.players=[],this._triggers={},this._queue=[],this._elementListeners=new Map,this._hostClassName="ng-tns-"+e,kr(t,this._hostClassName)}return e.prototype.listen=function(e,t,n,r){var i,o=this;if(!this._triggers.hasOwnProperty(t))throw new Error('Unable to listen on the animation trigger event "'+n+'" because the animation trigger "'+t+"\" doesn't exist!");if(null==n||0==n.length)throw new Error('Unable to listen on the animation trigger "'+t+'" because the provided event is undefined!');if("start"!=(i=n)&&"done"!=i)throw new Error('The provided animation trigger event "'+n+'" for the animation trigger "'+t+'" is not supported!');var a=nn(this._elementListeners,e,[]),s={name:t,phase:n,callback:r};a.push(s);var l=nn(this._engine.statesByElement,e,{});return l.hasOwnProperty(t)||(kr(e,"ng-trigger"),kr(e,"ng-trigger-"+t),l[t]=br),function(){o._engine.afterFlush(function(){var e=a.indexOf(s);e>=0&&a.splice(e,1),o._triggers[t]||delete l[t]})}},e.prototype.register=function(e,t){return!this._triggers[e]&&(this._triggers[e]=t,!0)},e.prototype._getTrigger=function(e){var t=this._triggers[e];if(!t)throw new Error('The provided animation trigger "'+e+'" has not been registered!');return t},e.prototype.trigger=function(e,t,n,r){var i=this;void 0===r&&(r=!0);var o=this._getTrigger(t),a=new Cr(this.id,t,e),s=this._engine.statesByElement.get(e);s||(kr(e,"ng-trigger"),kr(e,"ng-trigger-"+t),this._engine.statesByElement.set(e,s={}));var l=s[t],u=new vr(n,this.id);if(!(n&&n.hasOwnProperty("value"))&&l&&u.absorbOptions(l.options),s[t]=u,l){if(l===_r)return a}else l=br;if("void"===u.value||l.value!==u.value){var c=nn(this._engine.playersByElement,e,[]);c.forEach(function(e){e.namespaceId==i.id&&e.triggerName==t&&e.queued&&e.destroy()});var p=o.matchTransition(l.value,u.value),d=!1;if(!p){if(!r)return;p=o.fallbackTransition,d=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:e,triggerName:t,transition:p,fromState:l,toState:u,player:a,isFallbackTransition:d}),d||(kr(e,"ng-animate-queued"),a.onStart(function(){Tr(e,"ng-animate-queued")})),a.onDone(function(){var t=i.players.indexOf(a);t>=0&&i.players.splice(t,1);var n=i._engine.playersByElement.get(e);if(n){var r=n.indexOf(a);r>=0&&n.splice(r,1)}}),this.players.push(a),c.push(a),a}if(!function(e,t){var n=Object.keys(e),r=Object.keys(t);if(n.length!=r.length)return!1;for(var i=0;i=0){for(var r=!1,i=n;i>=0;i--)if(this.driver.containsElement(this._namespaceList[i].hostElement,t)){this._namespaceList.splice(i+1,0,e),r=!0;break}r||this._namespaceList.splice(0,0,e)}else this._namespaceList.push(e);return this.namespacesByHostElement.set(t,e),e},e.prototype.register=function(e,t){var n=this._namespaceLookup[e];return n||(n=this.createNamespace(e,t)),n},e.prototype.registerTrigger=function(e,t,n){var r=this._namespaceLookup[e];r&&r.register(t,n)&&this.totalAnimations++},e.prototype.destroy=function(e,t){var n=this;if(e){var r=this._fetchNamespace(e);this.afterFlush(function(){n.namespacesByHostElement.delete(r.hostElement),delete n._namespaceLookup[e];var t=n._namespaceList.indexOf(r);t>=0&&n._namespaceList.splice(t,1)}),this.afterFlushAnimationsDone(function(){return r.destroy(t)})}},e.prototype._fetchNamespace=function(e){return this._namespaceLookup[e]},e.prototype.fetchNamespacesByElement=function(e){var t=new Set,n=this.statesByElement.get(e);if(n)for(var r=Object.keys(n),i=0;i=0;O--)this._namespaceList[O].drainQueuedTransitions(t).forEach(function(e){var t=e.player;x.push(t);var o=e.element;if(p&&n.driver.containsElement(p,o)){var c=_.get(o),d=h.get(o),f=n._buildInstruction(e,r,d,c);if(f.errors&&f.errors.length)C.push(f);else{if(e.isFallbackTransition)return t.onStart(function(){return In(o,f.fromStyles)}),t.onDestroy(function(){return En(o,f.toStyles)}),void i.push(t);f.timelines.forEach(function(e){return e.stretchStartingKeyframe=!0}),r.append(o,f.timelines),a.push({instruction:f,player:t,element:o}),f.queriedElements.forEach(function(e){return nn(s,e,[]).push(t)}),f.preStyleProps.forEach(function(e,t){var n=Object.keys(e);if(n.length){var r=l.get(t);r||l.set(t,r=new Set),n.forEach(function(e){return r.add(e)})}}),f.postStyleProps.forEach(function(e,t){var n=Object.keys(e),r=u.get(t);r||u.set(t,r=new Set),n.forEach(function(e){return r.add(e)})})}}else t.destroy()});if(C.length){var E=[];C.forEach(function(e){E.push("@"+e.triggerName+" has failed due to:\n"),e.errors.forEach(function(e){return E.push("- "+e+"\n")})}),x.forEach(function(e){return e.destroy()}),this.reportError(E)}var I=new Map,S=new Map;a.forEach(function(e){var t=e.element;r.has(t)&&(S.set(t,t),n._beforeAnimationBuild(e.player.namespaceId,e.instruction,I))}),i.forEach(function(e){var t=e.element;n._getPreviousPlayers(t,!1,e.namespaceId,e.triggerName,null).forEach(function(e){nn(I,t,[]).push(e),e.destroy()})});var P=y.filter(function(e){return Dr(e,l,u)}),k=new Map;Ir(k,this.driver,v,u,rt).forEach(function(e){Dr(e,l,u)&&P.push(e)});var T=new Map;f.forEach(function(e,t){Ir(T,n.driver,new Set(e),l,ut)}),P.forEach(function(e){var t=k.get(e),n=T.get(e);k.set(e,Object(Q.a)({},t,n))});var M=[],D=[],N={};a.forEach(function(e){var t=e.element,a=e.player,s=e.instruction;if(r.has(t)){if(c.has(t))return a.onDestroy(function(){return En(t,s.toStyles)}),void i.push(a);var l=N;if(S.size>1){for(var u=t,p=[];u=u.parentNode;){var d=S.get(u);if(d){l=d;break}p.push(u)}p.forEach(function(e){return S.set(e,l)})}var f=n._buildAnimation(a.namespaceId,s,I,o,T,k);if(a.setRealPlayer(f),l===N)M.push(a);else{var h=n.playersByElement.get(l);h&&h.length&&(a.parentPlayer=Yt(h)),i.push(a)}}else In(t,s.fromStyles),a.onDestroy(function(){return En(t,s.toStyles)}),D.push(a),c.has(t)&&i.push(a)}),D.forEach(function(e){var t=o.get(e.element);if(t&&t.length){var n=Yt(t);e.setRealPlayer(n)}}),i.forEach(function(e){e.parentPlayer?e.syncPlayerEvents(e.parentPlayer):e.destroy()});for(var A=0;A0?this.driver.animate(e.element,t,e.duration,e.delay,e.easing,n):new st},e}(),Cr=function(){function e(e,t,n){this.namespaceId=e,this.triggerName=t,this.element=n,this._player=new st,this._containsRealPlayer=!1,this._queuedCallbacks={},this.destroyed=!1,this.markedForDestroy=!1,this.queued=!0}return e.prototype.setRealPlayer=function(e){var t=this;this._containsRealPlayer||(this._player=e,Object.keys(this._queuedCallbacks).forEach(function(n){t._queuedCallbacks[n].forEach(function(t){return Xt(e,n,void 0,t)})}),this._queuedCallbacks={},this._containsRealPlayer=!0,this.queued=!1)},e.prototype.getRealPlayer=function(){return this._player},e.prototype.syncPlayerEvents=function(e){var t=this,n=this._player;n.triggerCallback&&e.onStart(function(){return n.triggerCallback("start")}),e.onDone(function(){return t.finish()}),e.onDestroy(function(){return t.destroy()})},e.prototype._queueEvent=function(e,t){nn(this._queuedCallbacks,e,[]).push(t)},e.prototype.onDone=function(e){this.queued&&this._queueEvent("done",e),this._player.onDone(e)},e.prototype.onStart=function(e){this.queued&&this._queueEvent("start",e),this._player.onStart(e)},e.prototype.onDestroy=function(e){this.queued&&this._queueEvent("destroy",e),this._player.onDestroy(e)},e.prototype.init=function(){this._player.init()},e.prototype.hasStarted=function(){return!this.queued&&this._player.hasStarted()},e.prototype.play=function(){!this.queued&&this._player.play()},e.prototype.pause=function(){!this.queued&&this._player.pause()},e.prototype.restart=function(){!this.queued&&this._player.restart()},e.prototype.finish=function(){this._player.finish()},e.prototype.destroy=function(){this.destroyed=!0,this._player.destroy()},e.prototype.reset=function(){!this.queued&&this._player.reset()},e.prototype.setPosition=function(e){this.queued||this._player.setPosition(e)},e.prototype.getPosition=function(){return this.queued?0:this._player.getPosition()},Object.defineProperty(e.prototype,"totalTime",{get:function(){return this._player.totalTime},enumerable:!0,configurable:!0}),e.prototype.triggerCallback=function(e){var t=this._player;t.triggerCallback&&t.triggerCallback(e)},e}();function Or(e){return e&&1===e.nodeType}function Er(e,t){var n=e.style.display;return e.style.display=null!=t?t:"none",n}function Ir(e,t,n,r,i){var o=[];n.forEach(function(e){return o.push(Er(e))});var a=[];r.forEach(function(n,r){var o={};n.forEach(function(e){var n=o[e]=t.computeStyle(r,e,i);n&&0!=n.length||(r[mr]=yr,a.push(r))}),e.set(r,o)});var s=0;return n.forEach(function(e){return Er(e,o[s++])}),a}function Sr(e,t){var n=new Map;if(e.forEach(function(e){return n.set(e,[])}),0==t.length)return n;var r=new Set(t),i=new Map;return t.forEach(function(e){var t=function e(t){if(!t)return 1;var o=i.get(t);if(o)return o;var a=t.parentNode;return o=n.has(a)?a:r.has(a)?1:e(a),i.set(t,o),o}(e);1!==t&&n.get(t).push(e)}),n}var Pr="$$classes";function kr(e,t){if(e.classList)e.classList.add(t);else{var n=e[Pr];n||(n=e[Pr]={}),n[t]=!0}}function Tr(e,t){if(e.classList)e.classList.remove(t);else{var n=e[Pr];n&&delete n[t]}}function Mr(e,t,n){Yt(n).onDone(function(){return e.processLeaveNode(t)})}function Dr(e,t,n){var r=n.get(e);if(!r)return!1;var i=t.get(e);return i?r.forEach(function(e){return i.add(e)}):t.set(e,r),n.delete(e),!0}var Nr=function(){function e(e,t){var n=this;this._driver=e,this._triggerCache={},this.onRemovalComplete=function(e,t){},this._transitionEngine=new xr(e,t),this._timelineEngine=new fr(e,t),this._transitionEngine.onRemovalComplete=function(e,t){return n.onRemovalComplete(e,t)}}return e.prototype.registerTrigger=function(e,t,n,r,i){var o=e+"-"+r,a=this._triggerCache[o];if(!a){var s=[],l=zn(this._driver,i,s);if(s.length)throw new Error('The animation trigger "'+r+'" has failed to build due to the following errors:\n - '+s.join("\n - "));a=function(e,t){return new cr(e,t)}(r,l),this._triggerCache[o]=a}this._transitionEngine.registerTrigger(t,r,a)},e.prototype.register=function(e,t){this._transitionEngine.register(e,t)},e.prototype.destroy=function(e,t){this._transitionEngine.destroy(e,t)},e.prototype.onInsert=function(e,t,n,r){this._transitionEngine.insertNode(e,t,n,r)},e.prototype.onRemove=function(e,t,n){this._transitionEngine.removeNode(e,t,n)},e.prototype.disableAnimations=function(e,t){this._transitionEngine.markElementAsDisabled(e,t)},e.prototype.process=function(e,t,n,r){if("@"==n.charAt(0)){var i=rn(n);this._timelineEngine.command(i[0],t,i[1],r)}else this._transitionEngine.trigger(e,t,n,r)},e.prototype.listen=function(e,t,n,r,i){if("@"==n.charAt(0)){var o=rn(n);return this._timelineEngine.listen(o[0],t,o[1],i)}return this._transitionEngine.listen(e,t,n,r,i)},e.prototype.flush=function(e){void 0===e&&(e=-1),this._transitionEngine.flush(e)},Object.defineProperty(e.prototype,"players",{get:function(){return this._transitionEngine.players.concat(this._timelineEngine.players)},enumerable:!0,configurable:!0}),e.prototype.whenRenderingDone=function(){return this._transitionEngine.whenRenderingDone()},e}(),Ar=function(){function e(e,t,n,r){void 0===r&&(r=[]);var i=this;this.element=e,this.keyframes=t,this.options=n,this.previousPlayers=r,this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._initialized=!1,this._finished=!1,this._started=!1,this._destroyed=!1,this.time=0,this.parentPlayer=null,this.previousStyles={},this.currentSnapshot={},this._duration=n.duration,this._delay=n.delay||0,this.time=this._duration+this._delay,(0===this._duration||0===this._delay)&&r.forEach(function(e){var t=e.currentSnapshot;Object.keys(t).forEach(function(e){return i.previousStyles[e]=t[e]})})}return e.prototype._onFinish=function(){this._finished||(this._finished=!0,this._onDoneFns.forEach(function(e){return e()}),this._onDoneFns=[])},e.prototype.init=function(){this._buildPlayer(),this._preparePlayerBeforeStart()},e.prototype._buildPlayer=function(){var e=this;if(!this._initialized){this._initialized=!0;var t=this.keyframes.map(function(e){return On(e,!1)}),n=Object.keys(this.previousStyles);if(n.length&&t.length){var r=t[0],i=[];if(n.forEach(function(t){r.hasOwnProperty(t)||i.push(t),r[t]=e.previousStyles[t]}),i.length)for(var o=this,a=function(){var e=t[s];i.forEach(function(t){e[t]=Rr(o.element,t)})},s=1;s=0&&edocument.F=Object<\/script>"),t.close(),u=t.F;r--;)delete u.prototype[i[r]];return u()};t.exports=Object.create||function(t,e){var n;return null!==t?(c.prototype=r(t),n=new c,c.prototype=null,n[a]=t):n=u(),void 0===e?n:o(n,e)}},"8WbS":function(t,e,n){var r=n("wCso"),o=n("DIVP"),i=n("KOrd"),a=r.has,c=r.key,u=function(t,e,n){if(a(t,e,n))return!0;var r=i(e);return null!==r&&u(t,r,n)};r.exp({hasMetadata:function(t,e){return u(t,o(e),arguments.length<3?void 0:c(arguments[2]))}})},"9GpA":function(t,e){t.exports=function(t,e,n,r){if(!(t instanceof e)||void 0!==r&&r in t)throw TypeError(n+": incorrect invocation!");return t}},"9mGU":function(t,e,n){var r=n("Ds5P"),o=n("DIVP"),i=Object.preventExtensions;r(r.S,"Reflect",{preventExtensions:function(t){o(t);try{return i&&i(t),!0}catch(t){return!1}}})},"9vb1":function(t,e,n){var r=n("bN1p"),o=n("kkCw")("iterator"),i=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||i[o]===t)}},A16L:function(t,e,n){var r=n("R3AP");t.exports=function(t,e,n){for(var o in e)r(t,o,e[o],n);return t}},A52B:function(t,e,n){var r=n("x9zv"),o=n("Ds5P"),i=n("DIVP");o(o.S,"Reflect",{getOwnPropertyDescriptor:function(t,e){return r.f(i(t),e)}})},BbyF:function(t,e,n){var r=n("oeih"),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},CEne:function(t,e,n){"use strict";var r=n("OzIq"),o=n("lDLk"),i=n("bUqO"),a=n("kkCw")("species");t.exports=function(t){var e=r[t];i&&e&&!e[a]&&o.f(e,a,{configurable:!0,get:function(){return this}})}},"CVR+":function(t,e,n){var r=n("Ds5P"),o=n("XSOZ"),i=n("DIVP"),a=(n("OzIq").Reflect||{}).apply,c=Function.apply;r(r.S+r.F*!n("zgIt")(function(){a(function(){})}),"Reflect",{apply:function(t,e,n){var r=o(t),u=i(n);return a?a(r,e,u):c.call(r,e,u)}})},ChGr:function(t,e,n){n("yJ2x"),n("3q4u"),n("NHaJ"),n("v3hU"),n("zZHq"),n("vsh6"),n("8WbS"),n("yOtE"),n("EZ+5"),t.exports=n("7gX0").Reflect},DIVP:function(t,e,n){var r=n("UKM+");t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},Dgii:function(t,e,n){"use strict";var r=n("lDLk").f,o=n("7ylX"),i=n("A16L"),a=n("rFzY"),c=n("9GpA"),u=n("vmSO"),s=n("uc2A"),f=n("KB1o"),l=n("CEne"),p=n("bUqO"),h=n("1aA0").fastKey,v=n("zq/X"),d=p?"_s":"size",y=function(t,e){var n,r=h(e);if("F"!==r)return t._i[r];for(n=t._f;n;n=n.n)if(n.k==e)return n};t.exports={getConstructor:function(t,e,n,s){var f=t(function(t,r){c(t,f,e,"_i"),t._t=e,t._i=o(null),t._f=void 0,t._l=void 0,t[d]=0,void 0!=r&&u(r,n,t[s],t)});return i(f.prototype,{clear:function(){for(var t=v(this,e),n=t._i,r=t._f;r;r=r.n)r.r=!0,r.p&&(r.p=r.p.n=void 0),delete n[r.i];t._f=t._l=void 0,t[d]=0},delete:function(t){var n=v(this,e),r=y(n,t);if(r){var o=r.n,i=r.p;delete n._i[r.i],r.r=!0,i&&(i.n=o),o&&(o.p=i),n._f==r&&(n._f=o),n._l==r&&(n._l=i),n[d]--}return!!r},forEach:function(t){v(this,e);for(var n,r=a(t,arguments.length>1?arguments[1]:void 0,3);n=n?n.n:this._f;)for(r(n.v,n.k,this);n&&n.r;)n=n.p},has:function(t){return!!y(v(this,e),t)}}),p&&r(f.prototype,"size",{get:function(){return v(this,e)[d]}}),f},def:function(t,e,n){var r,o,i=y(t,e);return i?i.v=n:(t._l=i={i:o=h(e,!0),k:e,v:n,p:r=t._l,n:void 0,r:!1},t._f||(t._f=i),r&&(r.n=i),t[d]++,"F"!==o&&(t._i[o]=i)),t},getEntry:y,setStrong:function(t,e,n){s(t,e,function(t,n){this._t=v(t,e),this._k=n,this._l=void 0},function(){for(var t=this._k,e=this._l;e&&e.r;)e=e.p;return this._t&&(this._l=e=e?e.n:this._t._f)?f(0,"keys"==t?e.k:"values"==t?e.v:[e.k,e.v]):(this._t=void 0,f(1))},n?"entries":"values",!n,!0),l(e)}}},Ds5P:function(t,e,n){var r=n("OzIq"),o=n("7gX0"),i=n("2p1q"),a=n("R3AP"),c=n("rFzY"),u=function(t,e,n){var s,f,l,p,h=t&u.F,v=t&u.G,d=t&u.P,y=t&u.B,g=v?r:t&u.S?r[e]||(r[e]={}):(r[e]||{}).prototype,_=v?o:o[e]||(o[e]={}),k=_.prototype||(_.prototype={});for(s in v&&(n=e),n)l=((f=!h&&g&&void 0!==g[s])?g:n)[s],p=y&&f?c(l,r):d&&"function"==typeof l?c(Function.call,l):l,g&&a(g,s,l,t&u.U),_[s]!=l&&i(_,s,p),d&&k[s]!=l&&(k[s]=l)};r.core=o,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,t.exports=u},DuR2:function(t,e){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(n=window)}t.exports=n},"EZ+5":function(t,e,n){var r=n("wCso"),o=n("DIVP"),i=n("XSOZ"),a=r.key,c=r.set;r.exp({metadata:function(t,e){return function(n,r){c(t,e,(void 0!==r?o:i)(n),a(r))}}})},FryR:function(t,e,n){var r=n("/whu");t.exports=function(t){return Object(r(t))}},IRJ3:function(t,e,n){"use strict";var r=n("7ylX"),o=n("fU25"),i=n("yYvK"),a={};n("2p1q")(a,n("kkCw")("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=r(a,{next:o(1,n)}),i(t,e+" Iterator")}},JG34:function(t,e,n){var r=n("Ds5P"),o=n("DIVP"),i=Object.isExtensible;r(r.S,"Reflect",{isExtensible:function(t){return o(t),!i||i(t)}})},KB1o:function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},KOrd:function(t,e,n){var r=n("WBcL"),o=n("FryR"),i=n("mZON")("IE_PROTO"),a=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=o(t),r(t,i)?t[i]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?a:null}},LhTa:function(t,e,n){var r=n("rFzY"),o=n("Q6Nf"),i=n("FryR"),a=n("BbyF"),c=n("plSV");t.exports=function(t,e){var n=1==t,u=2==t,s=3==t,f=4==t,l=6==t,p=5==t||l,h=e||c;return function(e,c,v){for(var d,y,g=i(e),_=o(g),k=r(c,v,3),m=a(_.length),b=0,w=n?h(e,m):u?h(e,0):void 0;m>b;b++)if((p||b in _)&&(y=k(d=_[b],b,g),t))if(n)w[b]=y;else if(y)switch(t){case 3:return!0;case 5:return d;case 6:return b;case 2:w.push(d)}else if(f)return!1;return l?-1:s||f?f:w}}},MsuQ:function(t,e,n){"use strict";var r=n("Dgii"),o=n("zq/X");t.exports=n("0Rih")("Map",function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{get:function(t){var e=r.getEntry(o(this,"Map"),t);return e&&e.v},set:function(t,e){return r.def(o(this,"Map"),0===t?0:t,e)}},r,!0)},NHaJ:function(t,e,n){var r=n("wCso"),o=n("DIVP"),i=n("KOrd"),a=r.has,c=r.get,u=r.key,s=function(t,e,n){if(a(t,e,n))return c(t,e,n);var r=i(e);return null!==r?s(t,r,n):void 0};r.exp({getMetadata:function(t,e){return s(t,o(e),arguments.length<3?void 0:u(arguments[2]))}})},OzIq:function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},PHCx:function(t,e){t.exports=function(t,e,n){var r=void 0===n;switch(e.length){case 0:return r?t():t.call(n);case 1:return r?t(e[0]):t.call(n,e[0]);case 2:return r?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return r?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return r?t(e[0],e[1],e[2],e[3]):t.call(n,e[0],e[1],e[2],e[3])}return t.apply(n,e)}},PHqh:function(t,e,n){var r=n("Q6Nf"),o=n("/whu");t.exports=function(t){return r(o(t))}},PuTd:function(t,e,n){var r=n("Ds5P"),o=n("KOrd"),i=n("DIVP");r(r.S,"Reflect",{getPrototypeOf:function(t){return o(i(t))}})},Q6Nf:function(t,e,n){var r=n("ydD5");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},QG7u:function(t,e,n){var r=n("vmSO");t.exports=function(t,e){var n=[];return r(t,!1,n.push,n,e),n}},QKXm:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},Qh14:function(t,e,n){var r=n("ReGu"),o=n("QKXm");t.exports=Object.keys||function(t){return r(t,o)}},R3AP:function(t,e,n){var r=n("OzIq"),o=n("2p1q"),i=n("WBcL"),a=n("ulTY")("src"),c=Function.toString,u=(""+c).split("toString");n("7gX0").inspectSource=function(t){return c.call(t)},(t.exports=function(t,e,n,c){var s="function"==typeof n;s&&(i(n,"name")||o(n,"name",e)),t[e]!==n&&(s&&(i(n,a)||o(n,a,t[e]?""+t[e]:u.join(String(e)))),t===r?t[e]=n:c?t[e]?t[e]=n:o(t,e,n):(delete t[e],o(t,e,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||c.call(this)})},ReGu:function(t,e,n){var r=n("WBcL"),o=n("PHqh"),i=n("ot5s")(!1),a=n("mZON")("IE_PROTO");t.exports=function(t,e){var n,c=o(t),u=0,s=[];for(n in c)n!=a&&r(c,n)&&s.push(n);for(;e.length>u;)r(c,n=e[u++])&&(~i(s,n)||s.push(n));return s}},Rw4K:function(t,e,n){var r=n("Ds5P");r(r.S,"Reflect",{ownKeys:n("YUr7")})},SHe9:function(t,e,n){var r=n("wC1N"),o=n("kkCw")("iterator"),i=n("bN1p");t.exports=n("7gX0").getIteratorMethod=function(t){if(void 0!=t)return t[o]||t["@@iterator"]||i[r(t)]}},SPtU:function(t,e,n){var r=n("x9zv"),o=n("KOrd"),i=n("WBcL"),a=n("Ds5P"),c=n("UKM+"),u=n("DIVP");a(a.S,"Reflect",{get:function t(e,n){var a,s,f=arguments.length<3?e:arguments[2];return u(e)===f?e[n]:(a=r.f(e,n))?i(a,"value")?a.value:void 0!==a.get?a.get.call(f):void 0:c(s=o(e))?t(s,n,f):void 0}})},"UKM+":function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},"V3l/":function(t,e){t.exports=!1},VWgF:function(t,e,n){var r=n("OzIq"),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});t.exports=function(t){return o[t]||(o[t]={})}},WBcL:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},WcO1:function(t,e,n){var r=n("ReGu"),o=n("QKXm").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},X7aK:function(t,e,n){"use strict";var r=n("Ds5P"),o=n("DIVP"),i=function(t){this._t=o(t),this._i=0;var e,n=this._k=[];for(e in t)n.push(e)};n("IRJ3")(i,"Object",function(){var t,e=this._k;do{if(this._i>=e.length)return{value:void 0,done:!0}}while(!((t=e[this._i++])in this._t));return{value:t,done:!1}}),r(r.S,"Reflect",{enumerate:function(t){return new i(t)}})},XO1R:function(t,e,n){var r=n("ydD5");t.exports=Array.isArray||function(t){return"Array"==r(t)}},XS25:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n("2tFN"),o=(n.n(r),n("ChGr")),i=(n.n(o),n("ZSR1"));n.n(i)},XSOZ:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},XvUs:function(t,e,n){var r=n("DIVP");t.exports=function(t,e,n,o){try{return o?e(r(n)[0],n[1]):e(n)}catch(e){var i=t.return;throw void 0!==i&&r(i.call(t)),e}}},Y1N3:function(t,e){e.f=Object.getOwnPropertySymbols},Y1aA:function(t,e){e.f={}.propertyIsEnumerable},YUr7:function(t,e,n){var r=n("WcO1"),o=n("Y1N3"),i=n("DIVP"),a=n("OzIq").Reflect;t.exports=a&&a.ownKeys||function(t){var e=r.f(i(t)),n=o.f;return n?e.concat(n(t)):e}},ZDXm:function(t,e,n){"use strict";var r,o=n("LhTa")(0),i=n("R3AP"),a=n("1aA0"),c=n("oYd7"),u=n("fJSx"),s=n("UKM+"),f=n("zgIt"),l=n("zq/X"),p=a.getWeak,h=Object.isExtensible,v=u.ufstore,d={},y=function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},g={get:function(t){if(s(t)){var e=p(t);return!0===e?v(l(this,"WeakMap")).get(t):e?e[this._i]:void 0}},set:function(t,e){return u.def(l(this,"WeakMap"),t,e)}},_=t.exports=n("0Rih")("WeakMap",y,g,u,!0,!0);f(function(){return 7!=(new _).set((Object.freeze||Object)(d),7).get(d)})&&(c((r=u.getConstructor(y,"WeakMap")).prototype,g),a.NEED=!0,o(["delete","has","get","set"],function(t){var e=_.prototype,n=e[t];i(e,t,function(e,o){if(s(e)&&!h(e)){this._f||(this._f=new r);var i=this._f[t](e,o);return"set"==t?this:i}return n.call(this,e,o)})}))},ZSR1:function(t,e,n){(function(t){!function(){"use strict";!function(t){var e=t.performance;function n(t){e&&e.mark&&e.mark(t)}function r(t,n){e&&e.measure&&e.measure(t,n)}if(n("Zone"),t.Zone)throw new Error("Zone already loaded.");var o=function(){function e(t,e){this._properties=null,this._parent=t,this._name=e?e.name||"unnamed":"",this._properties=e&&e.properties||{},this._zoneDelegate=new c(this,this._parent&&this._parent._zoneDelegate,e)}return e.assertZonePatched=function(){if(t.Promise!==E.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")},Object.defineProperty(e,"root",{get:function(){for(var t=e.current;t.parent;)t=t.parent;return t},enumerable:!0,configurable:!0}),Object.defineProperty(e,"current",{get:function(){return P.zone},enumerable:!0,configurable:!0}),Object.defineProperty(e,"currentTask",{get:function(){return x},enumerable:!0,configurable:!0}),e.__load_patch=function(o,i){if(E.hasOwnProperty(o))throw Error("Already loaded patch: "+o);if(!t["__Zone_disable_"+o]){var a="Zone:"+o;n(a),E[o]=i(t,e,S),r(a,a)}},Object.defineProperty(e.prototype,"parent",{get:function(){return this._parent},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"name",{get:function(){return this._name},enumerable:!0,configurable:!0}),e.prototype.get=function(t){var e=this.getZoneWith(t);if(e)return e._properties[t]},e.prototype.getZoneWith=function(t){for(var e=this;e;){if(e._properties.hasOwnProperty(t))return e;e=e._parent}return null},e.prototype.fork=function(t){if(!t)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,t)},e.prototype.wrap=function(t,e){if("function"!=typeof t)throw new Error("Expecting function got: "+t);var n=this._zoneDelegate.intercept(this,t,e),r=this;return function(){return r.runGuarded(n,this,arguments,e)}},e.prototype.run=function(t,e,n,r){void 0===e&&(e=void 0),void 0===n&&(n=null),void 0===r&&(r=null),P={parent:P,zone:this};try{return this._zoneDelegate.invoke(this,t,e,n,r)}finally{P=P.parent}},e.prototype.runGuarded=function(t,e,n,r){void 0===e&&(e=null),void 0===n&&(n=null),void 0===r&&(r=null),P={parent:P,zone:this};try{try{return this._zoneDelegate.invoke(this,t,e,n,r)}catch(t){if(this._zoneDelegate.handleError(this,t))throw t}}finally{P=P.parent}},e.prototype.runTask=function(t,e,n){if(t.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(t.zone||y).name+"; Execution: "+this.name+")");if(t.state!==g||t.type!==D){var r=t.state!=m;r&&t._transitionTo(m,k),t.runCount++;var o=x;x=t,P={parent:P,zone:this};try{t.type==O&&t.data&&!t.data.isPeriodic&&(t.cancelFn=null);try{return this._zoneDelegate.invokeTask(this,t,e,n)}catch(t){if(this._zoneDelegate.handleError(this,t))throw t}}finally{t.state!==g&&t.state!==w&&(t.type==D||t.data&&t.data.isPeriodic?r&&t._transitionTo(k,m):(t.runCount=0,this._updateTaskCount(t,-1),r&&t._transitionTo(g,m,g))),P=P.parent,x=o}}},e.prototype.scheduleTask=function(t){if(t.zone&&t.zone!==this)for(var e=this;e;){if(e===t.zone)throw Error("can not reschedule task to "+this.name+" which is descendants of the original zone "+t.zone.name);e=e.parent}t._transitionTo(_,g);var n=[];t._zoneDelegates=n,t._zone=this;try{t=this._zoneDelegate.scheduleTask(this,t)}catch(e){throw t._transitionTo(w,_,g),this._zoneDelegate.handleError(this,e),e}return t._zoneDelegates===n&&this._updateTaskCount(t,1),t.state==_&&t._transitionTo(k,_),t},e.prototype.scheduleMicroTask=function(t,e,n,r){return this.scheduleTask(new u(T,t,e,n,r,null))},e.prototype.scheduleMacroTask=function(t,e,n,r,o){return this.scheduleTask(new u(O,t,e,n,r,o))},e.prototype.scheduleEventTask=function(t,e,n,r,o){return this.scheduleTask(new u(D,t,e,n,r,o))},e.prototype.cancelTask=function(t){if(t.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(t.zone||y).name+"; Execution: "+this.name+")");t._transitionTo(b,k,m);try{this._zoneDelegate.cancelTask(this,t)}catch(e){throw t._transitionTo(w,b),this._zoneDelegate.handleError(this,e),e}return this._updateTaskCount(t,-1),t._transitionTo(g,b),t.runCount=0,t},e.prototype._updateTaskCount=function(t,e){var n=t._zoneDelegates;-1==e&&(t._zoneDelegates=null);for(var r=0;r0,macroTask:n.macroTask>0,eventTask:n.eventTask>0,change:t})},t}(),u=function(){function e(n,r,o,i,a,c){this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=n,this.source=r,this.data=i,this.scheduleFn=a,this.cancelFn=c,this.callback=o;var u=this;this.invoke=n===D&&i&&i.useG?e.invokeTask:function(){return e.invokeTask.call(t,u,this,arguments)}}return e.invokeTask=function(t,e,n){t||(t=this),z++;try{return t.runCount++,t.zone.runTask(t,e,n)}finally{1==z&&d(),z--}},Object.defineProperty(e.prototype,"zone",{get:function(){return this._zone},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"state",{get:function(){return this._state},enumerable:!0,configurable:!0}),e.prototype.cancelScheduleRequest=function(){this._transitionTo(g,_)},e.prototype._transitionTo=function(t,e,n){if(this._state!==e&&this._state!==n)throw new Error(this.type+" '"+this.source+"': can not transition to '"+t+"', expecting state '"+e+"'"+(n?" or '"+n+"'":"")+", was '"+this._state+"'.");this._state=t,t==g&&(this._zoneDelegates=null)},e.prototype.toString=function(){return this.data&&"undefined"!=typeof this.data.handleId?this.data.handleId:Object.prototype.toString.call(this)},e.prototype.toJSON=function(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}},e}(),s=Z("setTimeout"),f=Z("Promise"),l=Z("then"),p=[],h=!1;function v(e){0===z&&0===p.length&&(i||t[f]&&(i=t[f].resolve(0)),i?i[l](d):t[s](d,0)),e&&p.push(e)}function d(){if(!h){for(h=!0;p.length;){var t=p;p=[];for(var e=0;e=0;n--)"function"==typeof t[n]&&(t[n]=h(t[n],e+"_"+n));return t}function w(t){return!t||!1!==t.writable&&!("function"==typeof t.get&&"undefined"==typeof t.set)}var T="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope,O=!("nw"in _)&&"undefined"!=typeof _.process&&"[object process]"==={}.toString.call(_.process),D=!O&&!T&&!(!y||!g.HTMLElement),E="undefined"!=typeof _.process&&"[object process]"==={}.toString.call(_.process)&&!T&&!(!y||!g.HTMLElement),S={},P=function(t){if(t=t||_.event){var e=S[t.type];e||(e=S[t.type]=d("ON_PROPERTY"+t.type));var n=(this||t.target||_)[e],r=n&&n.apply(this,arguments);return void 0==r||r||t.preventDefault(),r}};function x(t,r,o){var i=e(t,r);if(!i&&o&&e(o,r)&&(i={enumerable:!0,configurable:!0}),i&&i.configurable){delete i.writable,delete i.value;var a=i.get,c=i.set,u=r.substr(2),s=S[u];s||(s=S[u]=d("ON_PROPERTY"+u)),i.set=function(e){var n=this;n||t!==_||(n=_),n&&(n[s]&&n.removeEventListener(u,P),c&&c.apply(n,m),"function"==typeof e?(n[s]=e,n.addEventListener(u,P,!1)):n[s]=null)},i.get=function(){var e=this;if(e||t!==_||(e=_),!e)return null;var n=e[s];if(n)return n;if(a){var o=a&&a.call(this);if(o)return i.set.call(this,o),"function"==typeof e[k]&&e.removeAttribute(r),o}return null},n(t,r,i)}}function z(t,e,n){if(e)for(var r=0;r1?new r(t,n):new r(t),l=e(f,"onmessage");return l&&!1===l.configurable?(u=o(f),s=f,[a,c,"send","close"].forEach(function(t){u[t]=function(){var e=i.call(arguments);if(t===a||t===c){var n=e.length>0?e[0]:void 0;if(n){var r=Zone.__symbol__("ON_PROPERTY"+n);f[r]=u[r]}}return f[t].apply(f,e)}})):u=f,z(u,["close","error","message","open"],s),u};var u=n.WebSocket;for(var s in r)u[s]=r[s]}(0,u)}}var pt=d("unbound");Zone.__load_patch("util",function(t,e,n){n.patchOnProperties=z,n.patchMethod=j,n.bindArguments=b}),Zone.__load_patch("timers",function(t){B(t,"set","clear","Timeout"),B(t,"set","clear","Interval"),B(t,"set","clear","Immediate")}),Zone.__load_patch("requestAnimationFrame",function(t){B(t,"request","cancel","AnimationFrame"),B(t,"mozRequest","mozCancel","AnimationFrame"),B(t,"webkitRequest","webkitCancel","AnimationFrame")}),Zone.__load_patch("blocking",function(t,e){for(var n=["alert","prompt","confirm"],r=0;r=0&&"function"==typeof n[r.cbIdx]?v(r.name,n[r.cbIdx],r,i,null):t.apply(e,n)}})}()}),Zone.__load_patch("XHR",function(t,e){!function(e){var c=XMLHttpRequest.prototype,f=c[u],l=c[s];if(!f){var p=t.XMLHttpRequestEventTarget;if(p){var h=p.prototype;f=h[u],l=h[s]}}var d="readystatechange",y="scheduled";function g(t){XMLHttpRequest[i]=!1;var e=t.data,r=e.target,a=r[o];f||(f=r[u],l=r[s]),a&&l.call(r,d,a);var c=r[o]=function(){r.readyState===r.DONE&&!e.aborted&&XMLHttpRequest[i]&&t.state===y&&t.invoke()};return f.call(r,d,c),r[n]||(r[n]=t),b.apply(r,e.args),XMLHttpRequest[i]=!0,t}function _(){}function k(t){var e=t.data;return e.aborted=!0,w.apply(e.target,e.args)}var m=j(c,"open",function(){return function(t,e){return t[r]=0==e[2],t[a]=e[1],m.apply(t,e)}}),b=j(c,"send",function(){return function(t,e){return t[r]?b.apply(t,e):v("XMLHttpRequest.send",_,{target:t,url:t[a],isPeriodic:!1,delay:null,args:e,aborted:!1},g,k)}}),w=j(c,"abort",function(){return function(t){var e=t[n];if(e&&"string"==typeof e.type){if(null==e.cancelFn||e.data&&e.data.aborted)return;e.zone.cancelTask(e)}}})}();var n=d("xhrTask"),r=d("xhrSync"),o=d("xhrListener"),i=d("xhrScheduled"),a=d("xhrURL")}),Zone.__load_patch("geolocation",function(t){t.navigator&&t.navigator.geolocation&&function(t,n){for(var r=t.constructor.name,o=function(o){var i=n[o],a=t[i];if(a){if(!w(e(t,i)))return"continue";t[i]=function(t){var e=function(){return t.apply(this,b(arguments,r+"."+i))};return R(e,t),e}(a)}},i=0;i0?arguments[0]:void 0)}},{add:function(t){return r.def(o(this,"Set"),t=0===t?0:t,t)}},r)},"dm+7":function(t,e,n){var r=n("Ds5P");r(r.S,"Reflect",{has:function(t,e){return e in t}})},fJSx:function(t,e,n){"use strict";var r=n("A16L"),o=n("1aA0").getWeak,i=n("DIVP"),a=n("UKM+"),c=n("9GpA"),u=n("vmSO"),s=n("LhTa"),f=n("WBcL"),l=n("zq/X"),p=s(5),h=s(6),v=0,d=function(t){return t._l||(t._l=new y)},y=function(){this.a=[]},g=function(t,e){return p(t.a,function(t){return t[0]===e})};y.prototype={get:function(t){var e=g(this,t);if(e)return e[1]},has:function(t){return!!g(this,t)},set:function(t,e){var n=g(this,t);n?n[1]=e:this.a.push([t,e])},delete:function(t){var e=h(this.a,function(e){return e[0]===t});return~e&&this.a.splice(e,1),!!~e}},t.exports={getConstructor:function(t,e,n,i){var s=t(function(t,r){c(t,s,e,"_i"),t._t=e,t._i=v++,t._l=void 0,void 0!=r&&u(r,n,t[i],t)});return r(s.prototype,{delete:function(t){if(!a(t))return!1;var n=o(t);return!0===n?d(l(this,e)).delete(t):n&&f(n,this._i)&&delete n[this._i]},has:function(t){if(!a(t))return!1;var n=o(t);return!0===n?d(l(this,e)).has(t):n&&f(n,this._i)}}),s},def:function(t,e,n){var r=o(i(e),!0);return!0===r?d(t).set(e,n):r[t._i]=n,t},ufstore:d}},fU25:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},gvDt:function(t,e,n){var r=n("UKM+"),o=n("DIVP"),i=function(t,e){if(o(t),!r(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,r){try{(r=n("rFzY")(Function.call,n("x9zv").f(Object.prototype,"__proto__").set,2))(t,[]),e=!(t instanceof Array)}catch(t){e=!0}return function(t,n){return i(t,n),e?t.__proto__=n:r(t,n),t}}({},!1):void 0),check:i}},jhxf:function(t,e,n){var r=n("UKM+"),o=n("OzIq").document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},kic5:function(t,e,n){var r=n("UKM+"),o=n("gvDt").set;t.exports=function(t,e,n){var i,a=e.constructor;return a!==n&&"function"==typeof a&&(i=a.prototype)!==n.prototype&&r(i)&&o&&o(t,i),t}},kkCw:function(t,e,n){var r=n("VWgF")("wks"),o=n("ulTY"),i=n("OzIq").Symbol,a="function"==typeof i;(t.exports=function(t){return r[t]||(r[t]=a&&i[t]||(a?i:o)("Symbol."+t))}).store=r},lDLk:function(t,e,n){var r=n("DIVP"),o=n("xZa+"),i=n("s4j0"),a=Object.defineProperty;e.f=n("bUqO")?Object.defineProperty:function(t,e,n){if(r(t),e=i(e,!0),r(n),o)try{return a(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},mTp7:function(t,e,n){var r=n("Ds5P"),o=n("gvDt");o&&r(r.S,"Reflect",{setPrototypeOf:function(t,e){o.check(t,e);try{return o.set(t,e),!0}catch(t){return!1}}})},mZON:function(t,e,n){var r=n("VWgF")("keys"),o=n("ulTY");t.exports=function(t){return r[t]||(r[t]=o(t))}},oYd7:function(t,e,n){"use strict";var r=n("Qh14"),o=n("Y1N3"),i=n("Y1aA"),a=n("FryR"),c=n("Q6Nf"),u=Object.assign;t.exports=!u||n("zgIt")(function(){var t={},e={},n=Symbol(),r="abcdefghijklmnopqrst";return t[n]=7,r.split("").forEach(function(t){e[t]=t}),7!=u({},t)[n]||Object.keys(u({},e)).join("")!=r})?function(t,e){for(var n=a(t),u=arguments.length,s=1,f=o.f,l=i.f;u>s;)for(var p,h=c(arguments[s++]),v=f?r(h).concat(f(h)):r(h),d=v.length,y=0;d>y;)l.call(h,p=v[y++])&&(n[p]=h[p]);return n}:u},oeih:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},ot5s:function(t,e,n){var r=n("PHqh"),o=n("BbyF"),i=n("zo/l");t.exports=function(t){return function(e,n,a){var c,u=r(e),s=o(u.length),f=i(a,s);if(t&&n!=n){for(;s>f;)if((c=u[f++])!=c)return!0}else for(;s>f;f++)if((t||f in u)&&u[f]===n)return t||f||0;return!t&&-1}}},plSV:function(t,e,n){var r=n("boo2");t.exports=function(t,e){return new(r(t))(e)}},qkyc:function(t,e,n){var r=n("kkCw")("iterator"),o=!1;try{var i=[7][r]();i.return=function(){o=!0},Array.from(i,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!o)return!1;var n=!1;try{var i=[7],a=i[r]();a.next=function(){return{done:n=!0}},i[r]=function(){return a},t(i)}catch(t){}return n}},rFzY:function(t,e,n){var r=n("XSOZ");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},s4j0:function(t,e,n){var r=n("UKM+");t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},twxM:function(t,e,n){var r=n("lDLk"),o=n("DIVP"),i=n("Qh14");t.exports=n("bUqO")?Object.defineProperties:function(t,e){o(t);for(var n,a=i(e),c=a.length,u=0;c>u;)r.f(t,n=a[u++],e[n]);return t}},uc2A:function(t,e,n){"use strict";var r=n("V3l/"),o=n("Ds5P"),i=n("R3AP"),a=n("2p1q"),c=n("WBcL"),u=n("bN1p"),s=n("IRJ3"),f=n("yYvK"),l=n("KOrd"),p=n("kkCw")("iterator"),h=!([].keys&&"next"in[].keys()),v=function(){return this};t.exports=function(t,e,n,d,y,g,_){s(n,e,d);var k,m,b,w=function(t){if(!h&&t in E)return E[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},T=e+" Iterator",O="values"==y,D=!1,E=t.prototype,S=E[p]||E["@@iterator"]||y&&E[y],P=!h&&S||w(y),x=y?O?w("entries"):P:void 0,z="Array"==e&&E.entries||S;if(z&&(b=l(z.call(new t)))!==Object.prototype&&b.next&&(f(b,T,!0),r||c(b,p)||a(b,p,v)),O&&S&&"values"!==S.name&&(D=!0,P=function(){return S.call(this)}),r&&!_||!h&&!D&&E[p]||a(E,p,P),u[e]=P,u[T]=v,y)if(k={values:O?P:w("values"),keys:g?P:w("keys"),entries:x},_)for(m in k)m in E||i(E,m,k[m]);else o(o.P+o.F*(h||D),e,k);return k}},ulTY:function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},v3hU:function(t,e,n){var r=n("dSUw"),o=n("QG7u"),i=n("wCso"),a=n("DIVP"),c=n("KOrd"),u=i.keys,s=i.key,f=function(t,e){var n=u(t,e),i=c(t);if(null===i)return n;var a=f(i,e);return a.length?n.length?o(new r(n.concat(a))):a:n};i.exp({getMetadataKeys:function(t){return f(a(t),arguments.length<2?void 0:s(arguments[1]))}})},vmSO:function(t,e,n){var r=n("rFzY"),o=n("XvUs"),i=n("9vb1"),a=n("DIVP"),c=n("BbyF"),u=n("SHe9"),s={},f={};(e=t.exports=function(t,e,n,l,p){var h,v,d,y,g=p?function(){return t}:u(t),_=r(n,l,e?2:1),k=0;if("function"!=typeof g)throw TypeError(t+" is not iterable!");if(i(g)){for(h=c(t.length);h>k;k++)if((y=e?_(a(v=t[k])[0],v[1]):_(t[k]))===s||y===f)return y}else for(d=g.call(t);!(v=d.next()).done;)if((y=o(d,_,v.value,e))===s||y===f)return y}).BREAK=s,e.RETURN=f},vmSu:function(t,e,n){var r=n("Ds5P"),o=n("7ylX"),i=n("XSOZ"),a=n("DIVP"),c=n("UKM+"),u=n("zgIt"),s=n("ZtwE"),f=(n("OzIq").Reflect||{}).construct,l=u(function(){function t(){}return!(f(function(){},[],t)instanceof t)}),p=!u(function(){f(function(){})});r(r.S+r.F*(l||p),"Reflect",{construct:function(t,e){i(t),a(e);var n=arguments.length<3?t:i(arguments[2]);if(p&&!l)return f(t,e,n);if(t==n){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var r=[null];return r.push.apply(r,e),new(s.apply(t,r))}var u=n.prototype,h=o(c(u)?u:Object.prototype),v=Function.apply.call(t,h,e);return c(v)?v:h}})},vsh6:function(t,e,n){var r=n("wCso"),o=n("DIVP"),i=r.keys,a=r.key;r.exp({getOwnMetadataKeys:function(t){return i(o(t),arguments.length<2?void 0:a(arguments[1]))}})},wC1N:function(t,e,n){var r=n("ydD5"),o=n("kkCw")("toStringTag"),i="Arguments"==r(function(){return arguments}());t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),o))?n:i?r(e):"Object"==(a=r(e))&&"function"==typeof e.callee?"Arguments":a}},wCso:function(t,e,n){var r=n("MsuQ"),o=n("Ds5P"),i=n("VWgF")("metadata"),a=i.store||(i.store=new(n("ZDXm"))),c=function(t,e,n){var o=a.get(t);if(!o){if(!n)return;a.set(t,o=new r)}var i=o.get(e);if(!i){if(!n)return;o.set(e,i=new r)}return i};t.exports={store:a,map:c,has:function(t,e,n){var r=c(e,n,!1);return void 0!==r&&r.has(t)},get:function(t,e,n){var r=c(e,n,!1);return void 0===r?void 0:r.get(t)},set:function(t,e,n,r){c(n,r,!0).set(t,e)},keys:function(t,e){var n=c(t,e,!1),r=[];return n&&n.forEach(function(t,e){r.push(e)}),r},key:function(t){return void 0===t||"symbol"==typeof t?t:String(t)},exp:function(t){o(o.S,"Reflect",t)}}},x9zv:function(t,e,n){var r=n("Y1aA"),o=n("fU25"),i=n("PHqh"),a=n("s4j0"),c=n("WBcL"),u=n("xZa+"),s=Object.getOwnPropertyDescriptor;e.f=n("bUqO")?s:function(t,e){if(t=i(t),e=a(e,!0),u)try{return s(t,e)}catch(t){}if(c(t,e))return o(!r.f.call(t,e),t[e])}},"xZa+":function(t,e,n){t.exports=!n("bUqO")&&!n("zgIt")(function(){return 7!=Object.defineProperty(n("jhxf")("div"),"a",{get:function(){return 7}}).a})},yJ2x:function(t,e,n){var r=n("wCso"),o=n("DIVP"),i=r.key,a=r.set;r.exp({defineMetadata:function(t,e,n,r){a(t,e,o(n),i(r))}})},yOtE:function(t,e,n){var r=n("wCso"),o=n("DIVP"),i=r.has,a=r.key;r.exp({hasOwnMetadata:function(t,e){return i(t,o(e),arguments.length<3?void 0:a(arguments[2]))}})},yYvK:function(t,e,n){var r=n("lDLk").f,o=n("WBcL"),i=n("kkCw")("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,i)&&r(t,i,{configurable:!0,value:e})}},ydD5:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},yx1U:function(t,e,n){var r=n("Ds5P"),o=n("x9zv").f,i=n("DIVP");r(r.S,"Reflect",{deleteProperty:function(t,e){var n=o(i(t),e);return!(n&&!n.configurable)&&delete t[e]}})},zZHq:function(t,e,n){var r=n("wCso"),o=n("DIVP"),i=r.get,a=r.key;r.exp({getOwnMetadata:function(t,e){return i(t,o(e),arguments.length<3?void 0:a(arguments[2]))}})},zgIt:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},"zo/l":function(t,e,n){var r=n("oeih"),o=Math.max,i=Math.min;t.exports=function(t,e){return(t=r(t))<0?o(t+e,0):i(t,e)}},"zq/X":function(t,e,n){var r=n("UKM+");t.exports=function(t,e){if(!r(t)||t._t!==e)throw TypeError("Incompatible receiver, "+e+" required!");return t}}},[1]); \ No newline at end of file diff --git a/styles.3859661c2ee7da742b9e.bundle.css b/styles.3859661c2ee7da742b9e.bundle.css deleted file mode 100644 index 70f6f98..0000000 --- a/styles.3859661c2ee7da742b9e.bundle.css +++ /dev/null @@ -1,9 +0,0 @@ -@import url(https://fonts.googleapis.com/css?family=Raleway);.mat-elevation-z0{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1{-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3{-webkit-box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7{-webkit-box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12);box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9{-webkit-box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12);box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10{-webkit-box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12);box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11{-webkit-box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12);box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12{-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12);box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13{-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14{-webkit-box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12);box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15{-webkit-box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12);box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16{-webkit-box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17{-webkit-box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12);box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18{-webkit-box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12);box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19{-webkit-box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12);box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20{-webkit-box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12);box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21{-webkit-box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12);box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22{-webkit-box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12);box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23{-webkit-box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12);box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24{-webkit-box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 9.38px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-2,.mat-body-strong{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-caption,.mat-small{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;margin:0 0 56px;letter-spacing:-.05em}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px;letter-spacing:-.02em}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px;letter-spacing:-.005em}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}.mat-button,.mat-fab,.mat-flat-button,.mat-icon-button,.mat-mini-fab,.mat-raised-button,.mat-stroked-button{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle,.mat-card{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title{font-size:24px;font-weight:400}.mat-card-content,.mat-card-header .mat-card-title,.mat-card-subtitle{font-size:14px}.mat-checkbox{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:13px;line-height:18px}.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-table{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell{font-size:14px}.mat-calendar{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}.mat-expansion-panel-header{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.4375em 0;border-top:.84375em solid transparent}.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);-ms-transform:translateY(-1.28125em) scale(.75);width:133.33333%}.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);-ms-transform:translateY(-1.28124em) scale(.75);width:133.33334%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);-ms-transform:translateY(-1.28123em) scale(.75);width:133.33335%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.28125em}.mat-form-field-underline{bottom:1.25em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.54167em;top:calc(100% - 1.66667em)}.mat-grid-tile-footer,.mat-grid-tile-header{font-size:14px}.mat-grid-tile-footer .mat-line,.mat-grid-tile-header .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-grid-tile-footer .mat-line:nth-child(n+2),.mat-grid-tile-header .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-.0625em}.mat-menu-item{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button,.mat-select{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-horizontal,.mat-stepper-vertical{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}.mat-tooltip{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:9px;padding-bottom:9px}.mat-list-item,.mat-list-option{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list .mat-list-item,.mat-nav-list .mat-list-item,.mat-selection-list .mat-list-item{font-size:16px}.mat-list .mat-list-item .mat-line,.mat-nav-list .mat-list-item .mat-line,.mat-selection-list .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-list .mat-list-item .mat-line:nth-child(n+2),.mat-nav-list .mat-list-item .mat-line:nth-child(n+2),.mat-selection-list .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list .mat-list-option,.mat-nav-list .mat-list-option,.mat-selection-list .mat-list-option{font-size:16px}.mat-list .mat-list-option .mat-line,.mat-nav-list .mat-list-option .mat-line,.mat-selection-list .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-list .mat-list-option .mat-line:nth-child(n+2),.mat-nav-list .mat-list-option .mat-line:nth-child(n+2),.mat-selection-list .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list[dense] .mat-list-item,.mat-nav-list[dense] .mat-list-item,.mat-selection-list[dense] .mat-list-item{font-size:12px}.mat-list[dense] .mat-list-item .mat-line,.mat-nav-list[dense] .mat-list-item .mat-line,.mat-selection-list[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-list[dense] .mat-list-item .mat-line:nth-child(n+2),.mat-list[dense] .mat-list-option,.mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2),.mat-nav-list[dense] .mat-list-option,.mat-selection-list[dense] .mat-list-item .mat-line:nth-child(n+2),.mat-selection-list[dense] .mat-list-option{font-size:12px}.mat-list[dense] .mat-list-option .mat-line,.mat-nav-list[dense] .mat-list-option .mat-line,.mat-selection-list[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-list[dense] .mat-list-option .mat-line:nth-child(n+2),.mat-nav-list[dense] .mat-list-option .mat-line:nth-child(n+2),.mat-selection-list[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list[dense] .mat-subheader,.mat-nav-list[dense] .mat-subheader,.mat-selection-list[dense] .mat-subheader{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px;color:rgba(0,0,0,.87)}.mat-optgroup-label{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif;color:rgba(0,0,0,.54)}.mat-simple-snackbar{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-ripple{overflow:hidden}@media screen and (-ms-high-contrast:active){.mat-ripple{display:none}}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;-webkit-transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1),-webkit-transform 0s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper,.cdk-overlay-container{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:1000}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;-webkit-transition:opacity .4s cubic-bezier(.25,.8,.25,1);transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.288)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option:focus:not(.mat-option-disabled),.mat-option:hover:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#fafafa}.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate,.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate{background:#ff4081}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}.mat-button,.mat-icon-button,.mat-stroked-button{background:0 0}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:rgba(63,81,181,.12)}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:rgba(255,64,129,.12)}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:rgba(244,67,54,.12)}.mat-button[disabled] .mat-button-focus-overlay,.mat-icon-button[disabled] .mat-button-focus-overlay,.mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#3f51b5}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ff4081}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-accent[disabled],.mat-button.mat-primary[disabled],.mat-button.mat-warn[disabled],.mat-button[disabled][disabled],.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-warn[disabled],.mat-icon-button[disabled][disabled],.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-warn[disabled],.mat-stroked-button[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-fab,.mat-mini-fab,.mat-raised-button{color:rgba(0,0,0,.87);background-color:#fff}.mat-fab.mat-accent,.mat-fab.mat-primary,.mat-fab.mat-warn,.mat-mini-fab.mat-accent,.mat-mini-fab.mat-primary,.mat-mini-fab.mat-warn,.mat-raised-button.mat-accent,.mat-raised-button.mat-primary,.mat-raised-button.mat-warn{color:#fff}.mat-fab.mat-accent[disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled]{color:rgba(0,0,0,.26);background-color:rgba(0,0,0,.12)}.mat-fab.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{background-color:#3f51b5}.mat-fab.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{background-color:#ff4081}.mat-fab.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{background-color:#f44336}.mat-fab.mat-accent .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.2)}.mat-button.mat-primary .mat-ripple-element{background-color:rgba(63,81,181,.1)}.mat-button.mat-accent .mat-ripple-element{background-color:rgba(255,64,129,.1)}.mat-button.mat-warn .mat-ripple-element{background-color:rgba(244,67,54,.1)}.mat-flat-button{color:rgba(0,0,0,.87);background-color:#fff}.mat-flat-button.mat-accent,.mat-flat-button.mat-primary,.mat-flat-button.mat-warn{color:#fff}.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled]{color:rgba(0,0,0,.26);background-color:rgba(0,0,0,.12)}.mat-flat-button.mat-primary{background-color:#3f51b5}.mat-flat-button.mat-accent{background-color:#ff4081}.mat-flat-button.mat-warn{background-color:#f44336}.mat-flat-button.mat-accent .mat-ripple-element,.mat-flat-button.mat-primary .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.2)}.mat-icon-button.mat-primary .mat-ripple-element{background-color:rgba(63,81,181,.2)}.mat-icon-button.mat-accent .mat-ripple-element{background-color:rgba(255,64,129,.2)}.mat-icon-button.mat-warn .mat-ripple-element{background-color:rgba(244,67,54,.2)}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle.cdk-focused .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}.mat-button-toggle-disabled{background-color:#eee;color:rgba(0,0,0,.26)}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.mat-card{background:#fff;color:rgba(0,0,0,.87)}.mat-card-subtitle{color:rgba(0,0,0,.54)}.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa!important}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-checked.mat-primary .mat-checkbox-background,.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background{background-color:#3f51b5}.mat-checkbox-checked.mat-accent .mat-checkbox-background,.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background{background-color:#ff4081}.mat-checkbox-checked.mat-warn .mat-checkbox-background,.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:#b0b0b0}.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element{background-color:rgba(63,81,181,.26)}.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element{background-color:rgba(255,64,129,.26)}.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element{background-color:rgba(244,67,54,.26)}.mat-chip:not(.mat-basic-chip){background-color:#e0e0e0;color:rgba(0,0,0,.87)}.mat-chip:not(.mat-basic-chip) .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip:not(.mat-basic-chip) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-chip-selected.mat-primary{background-color:#3f51b5;color:#fff}.mat-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}.mat-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover{opacity:.54}.mat-table{background:#fff}.mat-header-row,.mat-row{border-bottom-color:rgba(0,0,0,.12)}.mat-header-cell{color:rgba(0,0,0,.54)}.mat-cell{color:rgba(0,0,0,.87)}.mat-datepicker-content{background-color:#fff;color:rgba(0,0,0,.87)}.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}.mat-calendar-next-button,.mat-calendar-previous-button{color:rgba(0,0,0,.54)}.mat-calendar-table-header{color:rgba(0,0,0,.38)}.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(0,0,0,.38)}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(0,0,0,.04)}.mat-calendar-body-selected{background-color:#3f51b5;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(63,81,181,.4)}.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.38)}.mat-calendar-body-today.mat-calendar-body-selected{-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.18)}.mat-datepicker-toggle-active{color:#3f51b5}.mat-dialog-container{background:#fff;color:rgba(0,0,0,.87)}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-action-row{border-top-color:rgba(0,0,0,.12)}.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused,.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover{background:rgba(0,0,0,.04)}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}.mat-expansion-indicator::after,.mat-expansion-panel-header-description{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title{color:inherit}.mat-form-field-label,.mat-hint{color:rgba(0,0,0,.54)}.mat-focused .mat-form-field-label{color:#3f51b5}.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-focused .mat-form-field-required-marker{color:#ff4081}.mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-disabled .mat-form-field-underline{background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.42)),color-stop(33%,rgba(0,0,0,.42)),color-stop(0,transparent));background-image:linear-gradient(to right,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:4px 1px;background-repeat:repeat-x}.mat-form-field-ripple{background-color:#3f51b5}.mat-form-field-ripple.mat-accent{background-color:#ff4081}.mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-invalid .mat-form-field-label,.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,.mat-form-field-invalid .mat-form-field-label.mat-accent{color:#f44336}.mat-form-field-invalid .mat-form-field-ripple{background-color:#f44336}.mat-error{color:#f44336}.mat-icon.mat-primary{color:#3f51b5}.mat-icon.mat-accent{color:#ff4081}.mat-icon.mat-warn{color:#f44336}.mat-input-element:disabled{color:rgba(0,0,0,.38)}.mat-input-element{caret-color:#3f51b5}.mat-input-element::-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-accent .mat-input-element{caret-color:#ff4081}.mat-form-field-invalid .mat-input-element,.mat-warn .mat-input-element{caret-color:#f44336}.mat-list .mat-list-item,.mat-list .mat-list-option,.mat-nav-list .mat-list-item,.mat-nav-list .mat-list-option,.mat-selection-list .mat-list-item,.mat-selection-list .mat-list-option{color:rgba(0,0,0,.87)}.mat-list .mat-subheader,.mat-nav-list .mat-subheader,.mat-selection-list .mat-subheader{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500;color:rgba(0,0,0,.54)}.mat-list-item-disabled{background-color:#eee}.mat-list-option.mat-list-item-focus,.mat-list-option:hover,.mat-nav-list .mat-list-item.mat-list-item-focus,.mat-nav-list .mat-list-item:hover{background:rgba(0,0,0,.04)}.mat-menu-panel{background:#fff}.mat-menu-item{background:0 0;color:rgba(0,0,0,.87)}.mat-menu-item[disabled]{color:rgba(0,0,0,.38)}.mat-menu-item .mat-icon:not([color]),.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}.mat-menu-item-highlighted:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item:hover:not([disabled]){background:rgba(0,0,0,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}.mat-progress-bar-background{fill:#c5cae9}.mat-progress-bar-buffer{background-color:#c5cae9}.mat-progress-bar-fill::after{background-color:#3f51b5}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#ff80ab}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#ff80ab}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ff4081}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffcdd2}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffcdd2}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}.mat-progress-spinner circle,.mat-spinner circle{stroke:#3f51b5}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ff4081}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}.mat-radio-disabled .mat-radio-inner-circle,.mat-radio-disabled .mat-radio-ripple .mat-ripple-element{background-color:rgba(0,0,0,.38)}.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}.mat-radio-button.mat-primary .mat-radio-inner-circle{background-color:#3f51b5}.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element{background-color:rgba(63,81,181,.26)}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}.mat-radio-button.mat-accent .mat-radio-inner-circle{background-color:#ff4081}.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element{background-color:rgba(255,64,129,.26)}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle{background-color:#f44336}.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element{background-color:rgba(244,67,54,.26)}.mat-select-content,.mat-select-panel-done-animating{background:#fff}.mat-select-value{color:rgba(0,0,0,.87)}.mat-select-placeholder{color:rgba(0,0,0,.42)}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}.mat-select-arrow{color:rgba(0,0,0,.54)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#3f51b5}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow,.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{background-color:#e91e63}.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{background-color:rgba(233,30,99,.5)}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:rgba(0,0,0,.06)}.mat-slide-toggle .mat-ripple-element{background-color:rgba(233,30,99,.12)}.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{background-color:#3f51b5}.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{background-color:rgba(63,81,181,.5)}.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element{background-color:rgba(0,0,0,.06)}.mat-slide-toggle.mat-primary .mat-ripple-element{background-color:rgba(63,81,181,.12)}.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{background-color:rgba(244,67,54,.5)}.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element{background-color:rgba(0,0,0,.06)}.mat-slide-toggle.mat-warn .mat-ripple-element{background-color:rgba(244,67,54,.12)}.mat-disabled .mat-slide-toggle-thumb{background-color:#bdbdbd}.mat-disabled .mat-slide-toggle-bar{background-color:rgba(0,0,0,.1)}.mat-slide-toggle-thumb{background-color:#fafafa}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}.mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label,.mat-primary .mat-slider-track-fill{background-color:#3f51b5}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label,.mat-accent .mat-slider-track-fill{background-color:#ff4081}.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label,.mat-warn .mat-slider-track-fill{background-color:#f44336}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider-focus-ring{background-color:rgba(255,64,129,.2)}.cdk-focused .mat-slider-track-background,.mat-slider:hover .mat-slider-track-background{background-color:rgba(0,0,0,.38)}.mat-slider-disabled .mat-slider-thumb,.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb{border-color:rgba(0,0,0,.38)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(0,0,0,.04)}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.38)}.mat-step-header .mat-step-icon{background-color:#3f51b5;color:#fff}.mat-step-header .mat-step-icon-not-touched{background-color:rgba(0,0,0,.38);color:#fff}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.mat-tab-header,.mat-tab-nav-bar{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-header,.mat-tab-group-inverted-header .mat-tab-nav-bar{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus,.mat-tab-group.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus,.mat-tab-nav-bar.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus,.mat-tab-nav-bar.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus{background-color:rgba(197,202,233,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#3f51b5}.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label:not(.mat-tab-disabled):focus,.mat-tab-group.mat-accent .mat-tab-link:not(.mat-tab-disabled):focus,.mat-tab-nav-bar.mat-accent .mat-tab-label:not(.mat-tab-disabled):focus,.mat-tab-nav-bar.mat-accent .mat-tab-link:not(.mat-tab-disabled):focus{background-color:rgba(255,128,171,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label:not(.mat-tab-disabled):focus,.mat-tab-group.mat-warn .mat-tab-link:not(.mat-tab-disabled):focus,.mat-tab-nav-bar.mat-warn .mat-tab-label:not(.mat-tab-disabled):focus,.mat-tab-nav-bar.mat-warn .mat-tab-link:not(.mat-tab-disabled):focus{background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label:not(.mat-tab-disabled):focus,.mat-tab-group.mat-background-primary .mat-tab-link:not(.mat-tab-disabled):focus,.mat-tab-nav-bar.mat-background-primary .mat-tab-label:not(.mat-tab-disabled):focus,.mat-tab-nav-bar.mat-background-primary .mat-tab-link:not(.mat-tab-disabled):focus{background-color:rgba(197,202,233,.3)}.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links{background-color:#3f51b5}.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent .mat-tab-label:not(.mat-tab-disabled):focus,.mat-tab-group.mat-background-accent .mat-tab-link:not(.mat-tab-disabled):focus,.mat-tab-nav-bar.mat-background-accent .mat-tab-label:not(.mat-tab-disabled):focus,.mat-tab-nav-bar.mat-background-accent .mat-tab-link:not(.mat-tab-disabled):focus{background-color:rgba(255,128,171,.3)}.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links{background-color:#ff4081}.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn .mat-tab-label:not(.mat-tab-disabled):focus,.mat-tab-group.mat-background-warn .mat-tab-link:not(.mat-tab-disabled):focus,.mat-tab-nav-bar.mat-background-warn .mat-tab-label:not(.mat-tab-disabled):focus,.mat-tab-nav-bar.mat-background-warn .mat-tab-link:not(.mat-tab-disabled):focus{background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links{background-color:#f44336}.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}.mat-toolbar.mat-primary{background:#3f51b5;color:#fff}.mat-toolbar.mat-accent{background:#ff4081;color:#fff}.mat-toolbar.mat-warn{background:#f44336;color:#fff}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-snack-bar-container{background:#323232;color:#fff}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500;color:#ff4081}.mat-sidenav-container,.mat-sidenav-content,.mat-tab-body-content{-webkit-transform:none!important;transform:none!important}h2{overflow:hidden;text-align:center;text-transform:uppercase;font-family:Raleway,Arial,sans-serif!important;font-size:16pt!important}h2:after,h2:before{background-color:#e2e2e2;content:"";display:inline-block;height:1px;position:relative;vertical-align:middle;width:50%}h2:before{right:.5em;margin-left:-50%}h2:after{left:.5em;margin-right:-50%}.h2{font-family:Raleway,Arial,sans-serif!important;font-size:12pt!important}.row{margin-top:30px;margin-bottom:30px}/*! - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:FontAwesome;src:url(fontawesome-webfont.674f50d287a8c48dc19b.eot?v=4.7.0);src:url(fontawesome-webfont.674f50d287a8c48dc19b.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(fontawesome-webfont.af7ae505a9eed503f8b8.woff2?v=4.7.0) format('woff2'),url(fontawesome-webfont.fee66e712a8a08eef580.woff?v=4.7.0) format('woff'),url(fontawesome-webfont.b06871f281fee6b241d6.ttf?v=4.7.0) format('truetype'),url(fontawesome-webfont.912ec66d7572ff821749.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:2s linear infinite fa-spin;animation:2s linear infinite fa-spin}.fa-pulse{-webkit-animation:1s steps(8) infinite fa-spin;animation:1s steps(8) infinite fa-spin}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{margin:-1px;clip:rect(0,0,0,0)}.sr-only-focusable:active,.sr-only-focusable:focus{margin:0;clip:auto}/*! - * Bootstrap v4.0.0 (https://getbootstrap.com) - * Copyright 2011-2018 The Bootstrap Authors - * Copyright 2011-2018 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0}dl,ol,p,ul{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote,figure{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{box-sizing:content-box;height:0;overflow:visible;margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid;vertical-align:0}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent;vertical-align:0}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat #fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:center center/100% 100% no-repeat}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child),.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.card-columns .card{margin-bottom:.75rem}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:center center/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#6c757d!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}} \ No newline at end of file