/*! For license information please see main.min.js.LICENSE.txt */ (()=>{"use strict";var t={7341:(t,e,i)=>{i.d(e,{u:()=>s});class s{constructor(t){this.root=t}destroy(){}emit(t,e,i=!1){const s=new CustomEvent(t,{detail:e,bubbles:i});this.root.dispatchEvent(s)}}},9688:(t,e,i)=>{i.d(e,{H:()=>o});var s=i(4829);function n(t){return Number(t.slice(0,-2))}function o(t,e,i,o="bottom"){const a=getComputedStyle(e);if("fixed"===a.position)return null;const l=getComputedStyle(i),d=i.getBoundingClientRect(),u=e.getBoundingClientRect(),h=r(t),c=h.getBoundingClientRect(),p=h===document.body?window.innerHeight:c.bottom;(l.direction===s.Direction.RTL||document.documentElement.dir===s.Direction.RTL)&&("left"===o?o="right":"right"===o&&(o="left"));let E=!1,f=!1,m=!1,v=!1;const T="top"===o||"bottom"===o?Math.abs(d.width-u.width)/2:u.width;if(f=d.left-Tc.right,v=d.top+d.height+u.height>=p,m=d.top-u.height/auto|hidden|scroll|overlay/.test(t),i=getComputedStyle(t);return t===document.documentElement?document.body:e(i.overflow)||e(i.overflowY)||e(i.overflowX)?t:r(t.parentElement)}},3463:(t,e,i)=>{var s,n,o,r,a;i.r(e),i.d(e,{CarouselType:()=>a,CssClasses:()=>s,Icons:()=>n,Numbers:()=>o,Strings:()=>r}),function(t){t.ACTIVE="glue-is-active",t.BUTTON="glue-carousel__button",t.BUTTON_NEXT="glue-carousel__button--next",t.BUTTON_PREV="glue-carousel__button--prev",t.CARDS="glue-carousel--cards",t.CAROUSEL="glue-carousel",t.DISABLE_GRAB="glue-carousel__list--disable-grab",t.HAS_NAVIGATION="glue-carousel--has-navigation",t.INACTIVE="glue-is-inactive",t.ITEM="glue-carousel__item",t.LIST="glue-carousel__list",t.MODALS="glue-carousel__modals",t.NAVIGATION="glue-carousel__navigation",t.NAVIGATION_DOT="glue-carousel__dot",t.PEEK_OUT="glue-carousel--peek-out",t.VIEWPORT="glue-carousel__viewport"}(s||(s={})),function(t){t.CHEVRON_RIGHT="chevron-right",t.CHEVRON_LEFT="chevron-left"}(n||(n={})),function(t){t[t.DRAG_THRESHOLD=.2]="DRAG_THRESHOLD",t[t.DRAGSTART_THRESHOLD_PX=10]="DRAGSTART_THRESHOLD_PX",t[t.PEEK_DISTANCE=24]="PEEK_DISTANCE",t[t.ROUNDING_THRESHOLD=.05]="ROUNDING_THRESHOLD"}(o||(o={})),function(t){t.DATA_CAROUSEL_ANIMATION_ATTR="data-glue-carousel-animation",t.DATA_CAROUSEL_NAVIGATION_LABEL_ATTR="data-glue-carousel-navigation-label",t.DATA_DOT="dot",t.DATA_NAVIGATION_LABEL="glueCarouselNavigationLabel",t.NAVIGATION_ARIA_LABEL_DEFAULT="Choose slide to display",t.NAVIGATION_LABEL_DEFAULT="Selected tab $glue_carousel_page_number$ of $glue_carousel_page_total$",t.NAVIGATION_LABEL_NUMBER_VAR_NAME="$glue_carousel_page_number$",t.NAVIGATION_LABEL_TOTAL_VAR_NAME="$glue_carousel_page_total$",t.NAVIGATION_NEXT_LABEL_DEFAULT="Go to the next slide",t.NAVIGATION_PREV_LABEL_DEFAULT="Go to the previous slide",t.RTL="rtl",t.SLIDE_CHANGE="gluecarouselslidechange",t.TRANSITION_NONE="none"}(r||(r={})),function(t){t.CARDS="cards",t.IMAGE="image",t.CUSTOM="custom"}(a||(a={}))},7190:(t,e,i)=>{i.r(e),i.d(e,{Carousel:()=>u});var s=i(7341),n=i(4829),o=i(4265),r=i(1234),a=i(2064),l=i(2950),d=i(3463);class u extends s.u{constructor(t,e){super(t),this.dots=[],this.totalPages=1,this.slidesPerPage=1,this.animateOnInitialLoad=!1,this.containerWidth=0,this.slideWidth=0,this.isRtl=document.documentElement.dir===d.Strings.RTL,this.isTabModel=!0,this.isShowingNavigation=!0,this.pagesX=[],this.initialTouchPos=null,this.isDragging=!1,this.lastTouchPos=null,this.rafPending=!1,this.currentXPosition=0,this.enableDragging=null,this.handleCurrentSlideChange=()=>{this.emit(d.Strings.SLIDE_CHANGE,this.getCurrentSlide()),this.render()},this.handleResize=()=>{this.animateOnInitialLoad=!1,this.calculate(),this.render(),this.updateTouchEvents()},this.handleClick=t=>{const e=t.target;if(e instanceof HTMLElement||e instanceof window.SVGElement)if(e.closest(`.${d.CssClasses.BUTTON_NEXT}`)===this.nextBtn)this.next();else if(e.closest(`.${d.CssClasses.BUTTON_PREV}`)===this.prevBtn)this.previous();else if(e instanceof HTMLButtonElement&&this.dots.includes(e)){const t=Number(e.dataset[d.Strings.DATA_DOT]);this.setCurrentPage(t)}else this.isCards&&this.isDragging&&t.preventDefault()},this.handleKeydown=t=>{const e=t.code===r.Key.LEFT,i=t.code===r.Key.RIGHT;if(e||i){const s=this.isRtl?e:i;if(t.target instanceof HTMLButtonElement&&this.dots.includes(t.target))s?this.next():this.previous();else if(t.target instanceof HTMLElement&&this.slides.includes(t.target)){const t=s?1:-1;this.setCurrentSlide(this.getCurrentSlide()+t)}}},this.handleTransitionEnd=t=>{if(t.target===this.slidesContainer&&this.options.cyclical){const t=this.getCurrentSlide();t>this.totalPages?(this.animateOnInitialLoad=!1,this.setCurrentSlide(1)):t<1&&(this.animateOnInitialLoad=!1,this.setCurrentSlide(this.totalPages))}},this.handleGestureStart=t=>{t.preventDefault(),this.isTouchEvent(t)&&t.touches.length>1||t instanceof PointerEvent&&0!==t.button||(window.PointerEvent&&t instanceof PointerEvent&&t.target instanceof Element?t.target.setPointerCapture(t.pointerId):(document.addEventListener(o.EventType.MOUSEMOVE,this.handleGestureMove,!0),document.addEventListener(o.EventType.MOUSEUP,this.handleGestureEnd,!0)),this.initialTouchPos=this.getGesturePointFromEvent(t),this.slidesContainer.style.transition="initial")},this.handleGestureMove=t=>{if(t.preventDefault(),!this.initialTouchPos)return;const e=this.getGesturePointFromEvent(t);if(!this.isDragging){if(Math.abs(this.getXDistance(this.initialTouchPos,e)){this.onAnimFrame()})))},this.handleGestureEnd=t=>{var e;t.preventDefault(),this.isTouchEvent(t)&&(null===(e=t.touches)||void 0===e?void 0:e.length)>0||(this.rafPending=!1,window.PointerEvent&&t instanceof PointerEvent&&t.target instanceof Element?t.target.releasePointerCapture(t.pointerId):(document.removeEventListener(o.EventType.MOUSEMOVE,this.handleGestureMove,!0),document.removeEventListener(o.EventType.MOUSEUP,this.handleGestureEnd,!0)),this.updateSwipeRestPosition(),this.initialTouchPos=null,this.lastTouchPos=null,setTimeout((()=>{this.isDragging=!1}),0))},this.isCards=this.root.classList.contains(d.CssClasses.CARDS),this.viewport=this.root.querySelector(`.${d.CssClasses.VIEWPORT}`),this.slidesContainer=this.root.querySelector(`.${d.CssClasses.LIST}`),this.slides=Array.from(this.slidesContainer.querySelectorAll(`.${d.CssClasses.ITEM}`)),this.slidesRef=Array.from(this.slides),this.navigation=this.root.querySelector(`.${d.CssClasses.NAVIGATION}`),this.prevBtn=this.root.querySelector(`.${d.CssClasses.BUTTON_PREV}`),this.nextBtn=this.root.querySelector(`.${d.CssClasses.BUTTON_NEXT}`),this.options=Object.assign(Object.assign(Object.assign({},u.defaults),e),this.getDataAttrs()),this.observer=new l.n({currentSlide:this.options.currentSlide}),this.setup(),this.registerEvents()}static get defaults(){return{currentSlide:1,peekOut:!0,navigation:!0,animation:!0,cyclical:!1,cardsPerPage:3,dragging:!0}}setup(){this.options.peekOut&&this.root.classList.add(d.CssClasses.PEEK_OUT),this.options.cyclical&&this.copyDummySlides(),this.slidesContainer.setAttribute(n.Attribute.ARIA_LIVE,"polite"),this.nextBtn.setAttribute(n.Attribute.ARIA_CONTROLS,this.root.id),this.prevBtn.setAttribute(n.Attribute.ARIA_CONTROLS,this.root.id),this.calculate(),this.currentXPosition=-1*this.pagesX[this.getCurrentPage()],this.render()}registerEvents(){this.root.addEventListener(o.EventType.CLICK,this.handleClick),this.root.addEventListener(o.EventType.KEYDOWN,this.handleKeydown),this.slidesContainer.addEventListener(o.EventType.TRANSITIONEND,this.handleTransitionEnd),window.addEventListener(o.EventType.RESIZE,this.handleResize),this.updateTouchEvents(),this.observer.listen("currentSlide",this.handleCurrentSlideChange)}destroy(){for(const t of this.slides)t.removeAttribute(n.Attribute.TAB_INDEX),t.removeAttribute(n.Attribute.ROLE),t.removeAttribute(n.Attribute.ARIA_HIDDEN);this.slidesContainer.style.removeProperty("transform"),this.root.removeEventListener(o.EventType.CLICK,this.handleClick),this.root.removeEventListener(o.EventType.KEYDOWN,this.handleKeydown),this.slidesContainer.removeEventListener(o.EventType.TRANSITIONEND,this.handleTransitionEnd),this.destroyNavigation(),window.removeEventListener(o.EventType.RESIZE,this.handleResize),this.enableDragging&&this.deregisterTouchEvents(),this.observer.unlisten("currentSlide",this.handleCurrentSlideChange)}reset(){this.setCurrentSlide(this.options.currentSlide)}calculate(){this.isCards?this.calculateCardsProperties():this.calculateProperties(),this.calcScrollValue()}calculateProperties(){this.containerWidth=h(getComputedStyle(this.slidesContainer).width),this.slideWidth=h(getComputedStyle(this.slides[0]).width);const t=this.containerWidth/this.slideWidth;this.slidesPerPage=1-t%1=this.slidesRef.length-this.slidesPerPage||this.isCards&&document.documentElement.clientWidth<600?r.removeAttribute(n.Attribute.ARIA_HIDDEN):r.setAttribute(n.Attribute.ARIA_HIDDEN,"true"),this.isTabModel?r.setAttribute(n.Attribute.ROLE,n.Role.TABPANEL):r.removeAttribute(n.Attribute.ROLE),this.isCards&&(r.tabIndex=a?n.TabIndex.TABBABLE:n.TabIndex.NOT_TABBABLE),a&&s&&(r.focus({preventScroll:!0}),setTimeout((()=>{this.viewport.scrollLeft=0}),0))}this.removeFocusOnHiddenElements()}removeFocusOnHiddenElements(){const t=c(this.getCurrentSlide(),1,this.slidesRef.length)-1,e=this.options.cyclical?t+1:t;for(const[t,i]of this.slides.entries()){const s=a.getFocusableElements(i);for(const i of s)t===e?i.removeAttribute(n.Attribute.TAB_INDEX):i.tabIndex=n.TabIndex.NOT_TABBABLE}}updateTouchEvents(){const t=this.getCurrentBreakpoint();this.options.dragging||"sm"===t?(this.enableDragging||this.registerTouchEvents(),this.slidesContainer.classList.remove(d.CssClasses.DISABLE_GRAB),this.enableDragging=!0):(this.enableDragging&&this.deregisterTouchEvents(),this.slidesContainer.classList.add(d.CssClasses.DISABLE_GRAB),this.enableDragging=!1)}transit(){this.animateOnInitialLoad&&this.options.animation||(this.slidesContainer.style.transition="initial");const t=this.pagesX[this.getCurrentPage()];this.slidesContainer.style.transform=`translate3d(${t}px, 0, 0)`,this.currentXPosition=t,this.options.animation&&!this.animateOnInitialLoad&&this.turnOnAnimation()}turnOnAnimation(){this.animateOnInitialLoad=!0,setTimeout((()=>{this.slidesContainer.style.transition=""}),10)}renderNavigation(){if(!this.isShowingNavigation)return void this.root.classList.remove(d.CssClasses.HAS_NAVIGATION);this.root.classList.add(d.CssClasses.HAS_NAVIGATION),this.isTabModel?this.navigation.setAttribute(n.Attribute.ROLE,n.Role.TABLIST):this.navigation.removeAttribute(n.Attribute.ROLE),this.dots.length!==this.totalPages&&this.buildNavigation();const t=c(this.getCurrentPage(),1,this.totalPages)-1,e=document.activeElement instanceof HTMLButtonElement&&this.dots.includes(document.activeElement);for(const[i,s]of this.dots.entries()){const o=i===t;s.classList.toggle(d.CssClasses.ACTIVE,o),s.tabIndex=o?n.TabIndex.TABBABLE:n.TabIndex.NOT_TABBABLE,this.isTabModel?s.setAttribute(n.Attribute.ARIA_SELECTED,`${o}`):s.setAttribute(n.Attribute.ARIA_CURRENT,`${o}`),o&&e&&s.focus()}}renderButtons(){if(this.options.cyclical)return;const t=document.activeElement,e=this.getCurrentPage(),i=1===e,s=e===this.totalPages;this.prevBtn.classList.toggle(d.CssClasses.INACTIVE,i),this.nextBtn.classList.toggle(d.CssClasses.INACTIVE,s),s&&t===this.nextBtn?this.prevBtn.focus():i&&t===this.prevBtn&&this.nextBtn.focus()}buildNavigation(){var t;this.destroyNavigation();for(let e=0;e=this.containerWidth*d.Numbers.DRAG_THRESHOLD&&((t>0&&!this.isRtl||t<0&&this.isRtl)&&this.next(),(t<0&&!this.isRtl||t>0&&this.isRtl)&&this.previous()),this.transit()}getXDistance(t,e){return t&&e?t.x-e.x:0}getGesturePointFromEvent(t){const e={x:0,y:0};return this.isTouchEvent(t)?t.targetTouches&&(e.x=t.targetTouches[0].clientX,e.y=t.targetTouches[0].clientY):(e.x=t.clientX,e.y=t.clientY),e}onAnimFrame(){if(!this.rafPending)return;const t=this.getXDistance(this.initialTouchPos,this.lastTouchPos),e=`translate3d(${this.currentXPosition-t}px, 0, 0)`;this.slidesContainer.style.transform=e,this.rafPending=!1}isTouchEvent(t){return window.TouchEvent&&t instanceof TouchEvent}getDataAttrs(){const t={};for(const e of Object.keys(u.defaults)){const i=`glueCarousel${e.toUpperCase().slice(0,1)}${e.slice(1)}`;if(this.root.dataset[i])if("currentSlide"===e||"cardsPerPage"===e){const s=Number(this.root.dataset[i]);isNaN(s)||(t[e]=s)}else t[e]="true"===this.root.dataset[i]}return t}getCurrentBreakpoint(){return window.getComputedStyle(document.body,":after").getPropertyValue("content").replace(/["']/g,"")}}function h(t){return Number(t.replace("px",""))}function c(t,e,i){const s=i+1-e,n=e+(t-e)%s;return n{var s,n,o,r,a;i.r(e),i.d(e,{Attribute:()=>s,DataAttrs:()=>n,Direction:()=>o,Role:()=>r,TabIndex:()=>a}),function(t){t.ARIA_CONTROLS="aria-controls",t.ARIA_CURRENT="aria-current",t.ARIA_DESCRIBEDBY="aria-describedby",t.ARIA_EXPANDED="aria-expanded",t.ARIA_HASPOPUP="aria-haspopup",t.ARIA_HIDDEN="aria-hidden",t.ARIA_LABELLEDBY="aria-labelledby",t.ARIA_LABEL="aria-label",t.ARIA_LIVE="aria-live",t.ARIA_MODAL="aria-modal",t.ARIA_SELECTED="aria-selected",t.INERT="inert",t.ROLE="role",t.TAB_INDEX="tabindex",t.TYPE="type"}(s||(s={})),function(t){t.NO_SNIPPET="nosnippet"}(n||(n={})),function(t){t.LTR="ltr",t.RTL="rtl"}(o||(o={})),function(t){t.COMPLEMENTARY="complementary",t.BUTTON="button",t.DIALOG="dialog",t.REGION="region",t.TABPANEL="tabpanel",t.TABLIST="tablist",t.NAVIGATION="navigation",t.TAB="tab",t.MENU="menu",t.MENUITEM="menuitem",t.MENUBAR="menubar",t.TOOLTIP="tooltip",t.GRIDCELL="gridcell",t.ROW="row",t.PRESENTATION="presentation",t.NONE="none"}(r||(r={})),function(t){t[t.TABBABLE=0]="TABBABLE",t[t.NOT_TABBABLE=-1]="NOT_TABBABLE"}(a||(a={}))},7737:(t,e,i)=>{var s;i.d(e,{s:()=>s}),function(t){t.SHOW="glue-is-shown",t.ACTIVE="glue-is-active"}(s||(s={}))},2911:(t,e,i)=>{var s,n,o,r;i.d(e,{DH:()=>r,QB:()=>o,s7:()=>s}),function(t){t.ROOT="glue-copy",t.VALUE="glue-copy-value",t.BUTTON="glue-copy-button",t.IS_COPIED="glue-is-copied",t.POPOVER_ROOT="glue-popover",t.SOCIAL_POPOVER_ROOT="glue-social__popover"}(s||(s={})),function(t){t.BASE="base",t.SOCIAL="social"}(n||(n={})),function(t){t.SUCCESS="glue-copy-success",t.FAIL="glue-copy-fail"}(o||(o={})),function(t){t.MISSING_INPUT="Input element is missing",t.MISSING_COPY_BUTTON="Copy button is missing",t.SUCCESS_MESSAGE="Copied to clipboard",t.FAIL_MESSAGE="Press Ctrl+C or ⌘+C to copy"}(r||(r={}))},9349:(t,e,i)=>{i.d(e,{Q:()=>d});var s=i(1635),n=i(7341),o=i(4265),r=i(1234),a=i(4524),l=i(2911);class d extends n.u{constructor(t){var e;super(t),this.successMsg=l.DH.SUCCESS_MESSAGE,this.failMsg=l.DH.FAIL_MESSAGE,this.originalLabel="";const i=this.root.querySelector(`.${l.s7.VALUE}`),s=this.root.querySelector(`.${l.s7.BUTTON}`);if(this.popoverParentEl=null!==(e=this.root.closest(`.${l.s7.POPOVER_ROOT}`))&&void 0!==e?e:this.root.closest(`.${l.s7.SOCIAL_POPOVER_ROOT}`),!i)throw new Error(l.DH.MISSING_INPUT);if(!s)throw new Error(l.DH.MISSING_COPY_BUTTON);this.copyValueEl=i,this.copyButtonEl=s,this.selection=window.getSelection(),this.clickHandler=t=>{this.copy(),t.preventDefault()},this.keyDownHandler=t=>{t.key===r.Key.ENTER&&(this.copy(),t.preventDefault())},this.closeHandler=()=>{this.reset()},this.init()}init(){var t;const e=this.root.getAttribute(l.QB.SUCCESS),i=this.root.getAttribute(l.QB.FAIL);this.successMsg=e||this.successMsg,this.failMsg=i||this.failMsg,this.originalLabel=this.copyButtonEl.textContent?this.copyButtonEl.textContent:"",this.copyButtonEl.addEventListener(o.EventType.CLICK,this.clickHandler),this.copyButtonEl.addEventListener(o.EventType.KEYDOWN,this.keyDownHandler),null===(t=this.popoverParentEl)||void 0===t||t.addEventListener(a.up.CLOSE_EVENT,this.closeHandler)}destroy(){var t;this.reset(),this.copyButtonEl.removeEventListener(o.EventType.CLICK,this.clickHandler),this.copyButtonEl.removeEventListener(o.EventType.KEYDOWN,this.keyDownHandler),null===(t=this.popoverParentEl)||void 0===t||t.removeEventListener(a.up.CLOSE_EVENT,this.closeHandler)}copy(){return(0,s.sH)(this,void 0,void 0,(function*(){var t,e;if(this.copyValueEl&&this.copyValueEl.select){this.copyValueEl.select();if(navigator.userAgent.match(/ipad|iphone/i)){const i=document.createRange();i.selectNodeContents(this.copyValueEl),null===(t=this.selection)||void 0===t||t.removeAllRanges(),null===(e=this.selection)||void 0===e||e.addRange(i),this.copyValueEl.setSelectionRange(0,999999)}}yield navigator.clipboard.writeText(this.copyValueEl.value).then((()=>{this.copyButtonEl.textContent=this.successMsg,this.copyButtonEl.classList.add(l.s7.IS_COPIED),this.copyButtonEl.disabled=!0,this.copyValueEl.blur()}),(()=>{this.copyButtonEl.textContent=this.failMsg})),this.copyValueEl.focus()}))}reset(){var t;this.copyButtonEl.textContent=this.originalLabel,this.copyButtonEl.classList.remove(l.s7.IS_COPIED),this.copyButtonEl.disabled=!1,this.copyValueEl.setSelectionRange(0,0),null===(t=this.selection)||void 0===t||t.removeAllRanges()}}},8591:(t,e,i)=>{i.d(e,{S:()=>s});class s{constructor(t,e){this.fn=t,this.delay=e}debounce(){clearTimeout(this.timeoutId),this.timeoutId=window.setTimeout(this.fn,this.delay)}cancel(){clearTimeout(this.timeoutId)}}},2181:(t,e,i)=>{function s(t){return 0===t||1===t?t:t<.5?8*t*t*t*t:1-8*--t*t*t*t}function n(t){return 0===t||1===t?t:1-o(1-t)}function o(t){return 0===t||1===t?t:t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-1.5/2.75)*(t-1.5/2.75)+.75:t<2.5/2.75?7.5625*(t-2.25/2.75)*(t-2.25/2.75)+.9375:7.5625*(t-2.625/2.75)*(t-2.625/2.75)+.984375}i.d(e,{Z0:()=>r,hn:()=>s});const r={easeInSine:function(t){return 0===t||1===t?t:1-Math.cos(t*(Math.PI/2))},easeOutSine:function(t){return 0===t||1===t?t:Math.sin(t*(Math.PI/2))},easeInOutSine:function(t){return 0===t||1===t?t:-.5*(Math.cos(Math.PI*t)-1)},easeInQuad:function(t){return 0===t||1===t?t:t*t},easeOutQuad:function(t){return 0===t||1===t?t:t*(2-t)},easeInOutQuad:function(t){return 0===t||1===t?t:t<.5?2*t*t:(4-2*t)*t-1},easeInCubic:function(t){return 0===t||1===t?t:t*t*t},easeOutCubic:function(t){return 0===t||1===t?t:--t*t*t+1},easeInOutCubic:function(t){return 0===t||1===t?t:t<.5?4*t*t*t:(t-1)*(2*t-2)*(2*t-2)+1},easeInQuart:function(t){return 0===t||1===t?t:t*t*t*t},easeOutQuart:function(t){return 0===t||1===t?t:1- --t*t*t*t},easeInOutQuart:s,easeInQuint:function(t){return 0===t||1===t?t:t*t*t*t*t},easeOutQuint:function(t){return 0===t||1===t?t:1+--t*t*t*t*t},easeInOutQuint:function(t){return 0===t||1===t?t:t<.5?16*t*t*t*t*t:1+16*--t*t*t*t*t},easeInExpo:function(t){return 0===t||1===t?t:Math.pow(2,10*(t-1))},easeOutExpo:function(t){return 0===t||1===t?t:1-Math.pow(2,-10*t)},easeInOutExpo:function(t){return 0===t||1===t?t:t<.5?.5*Math.pow(2,10*(2*t-1)):.5*(2-Math.pow(2,-10*(2*t-1)))},easeInCirc:function(t){return 0===t||1===t?t:1-Math.sqrt(1-t*t)},easeOutCirc:function(t){return 0===t||1===t?t:Math.sqrt(1-(t-1)*(t-1))},easeInOutCirc:function(t){return 0===t||1===t?t:t<.5?-.5*(Math.sqrt(1-t*t*4)-1):.5*(Math.sqrt(1-4*(t-1)*(t-1))+1)},easeInBack:function(t){return 0===t||1===t?t:t*t*(2.70158*t-1.70158)},easeOutBack:function(t){return 0===t||1===t?t:(t-1)*(t-1)*(2.70158*(t-1)+1.70158)+1},easeInOutBack:function(t){return 0===t||1===t?t:t<.5?2*t*.5*(2*t)*(2*t*3.5949095-2.5949095):.5*((2*t-2)*(2*t-2)*(3.5949095*(2*t-2)+2.5949095)+2)},easeInElastic:function(t){return 0===t||1===t?t:Math.pow(2,10*(t-1))*Math.sin((t-1.075)*(2*Math.PI)/.3)*-1},easeOutElastic:function(t){return 0===t||1===t?t:Math.pow(2,-10*t)*Math.sin((t-.075)*(2*Math.PI)/.3)+1},easeInOutElastic:function(t){return 0===t||1===t?t:t<.5?Math.pow(2,10*(2*t-1))*Math.sin(2*(2*t-1.1125)*Math.PI/.45)*-.5:.5*Math.pow(2,-10*(2*t-1))*Math.sin(2*(2*t-1.1125)*Math.PI/.45)+1},easeInBounce:n,easeOutBounce:o,easeInOutBounce:function(t){return 0===t||1===t?t:t<.5?.5*n(2*t):.5*o(2*t-1)+.5},linear:function(t){return t}}},5292:(t,e,i)=>{i.d(e,{S:()=>s});class s{constructor(){this.listeners={}}dispatchEvent(t,e){const i=this.getListenersList(t);let s;for(let t=0;t=0;t--){i[t]===e&&i.splice(t,1)}}getListenersList(t){return this.listeners[t]||(this.listeners[t]=[]),this.listeners[t]}removeAllListeners(){for(const t of Object.keys(this.listeners))Object.prototype.hasOwnProperty.call(this.listeners,t)&&this.listeners[t].forEach((e=>{this.unlisten(t,e)}))}}},4265:(t,e,i)=>{var s;i.r(e),i.d(e,{EventType:()=>s}),function(t){t.CLICK="click",t.FOCUS="focus",t.MOUSEENTER="mouseenter",t.MOUSEOVER="mouseover",t.MOUSELEAVE="mouseleave",t.MOUSEOUT="mouseout",t.MOUSEWHEEL="mousewheel",t.HOVER="hover",t.NONE="none",t.MOUSEDOWN="mousedown",t.MOUSEMOVE="mousemove",t.MOUSEUP="mouseup",t.KEYDOWN="keydown",t.KEYPRESS="keypress",t.KEYUP="keyup",t.BLUR="blur",t.LOAD="load",t.PAN="pan",t.PAN_LEFT="panleft",t.PAN_RIGHT="panright",t.PAN_END="panend",t.PAN_START="panstart",t.PAN_MOVE="panmove",t.SCROLL="scroll",t.CHANGE="change",t.FOCUS_IN="focusin",t.FOCUS_OUT="focusout",t.TRANSITIONEND="transitionend",t.TRANSITIONSTART="transitionstart",t.RESIZE="resize",t.ORIENTATION_CHANGE="orientationchange",t.DOM_CONTENT_READY="DOMContentReady",t.HASHCHANGE="hashchange",t.POINTERDOWN="pointerdown",t.POINTERMOVE="pointermove",t.POINTERUP="pointerup",t.POINTERCANCEL="pointercancel",t.TOUCHSTART="touchstart",t.TOUCHMOVE="touchmove",t.TOUCHEND="touchend",t.TOUCHCANCEL="touchcancel"}(s||(s={}))},1234:(t,e,i)=>{var s,n;i.r(e),i.d(e,{Key:()=>s,KeyCode:()=>n}),function(t){t.ENTER="Enter",t.SPACE=" ",t.TAB="Tab",t.ESC="Escape",t.LEFT="ArrowLeft",t.UP="ArrowUp",t.RIGHT="ArrowRight",t.DOWN="ArrowDown",t.HOME="Home",t.END="End",t.PAGEUP="PageUp",t.PAGEDOWN="PageDown"}(s||(s={})),function(t){t[t.ENTER=13]="ENTER",t[t.SPACE=32]="SPACE",t[t.TAB=9]="TAB",t[t.ESC=27]="ESC",t[t.LEFT=37]="LEFT",t[t.UP=38]="UP",t[t.RIGHT=39]="RIGHT",t[t.DOWN=40]="DOWN",t[t.HOME=36]="HOME",t[t.END=35]="END",t[t.PAGEUP=33]="PAGEUP",t[t.PAGEDOWN=34]="PAGEDOWN"}(n||(n={}))},1887:(t,e,i)=>{var s,n,o,r,a;i.d(e,{DH:()=>o,f7:()=>r,f9:()=>a,s7:()=>s,uB:()=>n}),function(t){t.GROUP="glue-expansion-panels",t.PANEL="glue-expansion-panel",t.CONTENT="glue-expansion-panel__content",t.TOGGLE="glue-expansion-panel__toggle",t.BUTTON="glue-expansion-panel__button",t.HEADER="glue-expansion-panels__header",t.HEADER_TEXT="glue-expansion-panel__header-text",t.TOGGLE_ALL="glue-expansion-panels__toggle-all",t.TOGGLE_ALL_TEXT="glue-expansion-panels__toggle-text",t.ARROW="glue-expansion-panel__header-arrow",t.IS_EXPANDED="glue-is-expanded",t.IS_COLLAPSED="glue-is-collapsed",t.IS_MIXED="glue-is-mixed"}(s||(s={})),function(t){t.KEY="glueExpansionPanelsKey",t.SMOOTHANIMTIMING="glueExpansionPanelsSmoothAnimTiming",t.TOGGLEFOR="glueExpansionPanelToggleFor",t.INITIAL="glueExpansionPanelInitial",t.EXPAND_TOOLTIP="glueExpansionPanelExpandTooltip",t.COLLAPSE_TOOLTIP="glueExpansionPanelCollapseTooltip"}(n||(n={})),function(t){t.DEFAULT_INSTANCE_ID="expansion_panels",t.EXPANDED="expanded",t.COLLAPSED="collapsed",t.MIXED="mixed",t.TOOLTIP_EXPAND="Press to expand",t.TOOLTIP_COLLAPSE="Press to collapse"}(o||(o={})),function(t){t.PANELGROUP_STATUS_CHANGED="glueExpansionPanelsStatusChanged",t.TOGGLE_CONTENT="glueExpansionPanelsToggleContent",t.EXPAND_ALL_CONTENT="glueExpansionPanelsExpandAllContent",t.COLLAPSE_ALL_CONTENT="glueExpansionPanelsCollapseAllContent"}(r||(r={})),function(t){t.TOGGLE_MISSING_CONTENT_ID="[Glue Expansion Panels Toggle] - Toggle is not linked to a content element.",t.TOGGLE_MISSING_CONTENT_ELEMENT="[Glue Expansion Panels Toggle] - Cannot find content element to link toggle to.",t.MISSING_CONTENT_ID="[Glue Expansion Panels Content] - An ID must be set on the content element."}(a||(a={}))},8640:(t,e,i)=>{i.d(e,{U:()=>d});var s=i(7341),n=i(4829),o=i(4265),r=i(2064),a=i(1887),l=i(7783);class d extends s.u{constructor(t){var e,i,s;super(t),this.tabIndexArr=[],this.isCollapsed=!0,this.panelHeight=0,this.groupEl=this.root.closest(`.${a.s7.GROUP}`),this.panelEl=this.root.closest(`.${a.s7.PANEL}`),this.toggleButton=null!==(i=null===(e=this.panelEl)||void 0===e?void 0:e.querySelector(`.${a.s7.BUTTON}`))&&void 0!==i?i:null,this.toggleContentHandler=t=>{this.toggleContent(t)},this.expandHandler=()=>{this.expand()},this.collapseHandler=()=>{this.collapse()},this.transitionendHandler=()=>{this.unsetPanelHeight()};const n=null===(s=this.root.closest(`.${a.s7.GROUP}`))||void 0===s?void 0:s.dataset[a.uB.KEY];if(this.model=l.M.get(n),!this.root.id)throw new Error(a.f9.MISSING_CONTENT_ID);this.init()}init(){this.tabIndexArr=this.getTabIndexArray(),"expanded"===this.root.dataset[a.uB.INITIAL]?(this.isCollapsed=!1,this.updateHtmlAttributes(!1),this.setPanelHeight(""),this.updateStatus(!1)):(this.isCollapsed=!0,this.updateHtmlAttributes(!0),this.setPanelHeight("0px")),this.model.listen(a.f7.TOGGLE_CONTENT,this.toggleContentHandler),this.model.listen(a.f7.EXPAND_ALL_CONTENT,this.expandHandler),this.model.listen(a.f7.COLLAPSE_ALL_CONTENT,this.collapseHandler),!0===this.model.isAnimated&&this.root.addEventListener(o.EventType.TRANSITIONEND,this.transitionendHandler),this.addA11yFeatures()}destroy(){var t;null===(t=this.panelEl)||void 0===t||t.classList.remove(a.s7.IS_COLLAPSED,a.s7.IS_EXPANDED),this.setPanelHeight(""),this.removeAriaAttributes(),this.setFocusableElements(!1,this.tabIndexArr),this.tabIndexArr=[],this.model.unlisten(a.f7.TOGGLE_CONTENT,this.toggleContentHandler),this.model.unlisten(a.f7.EXPAND_ALL_CONTENT,this.expandHandler),this.model.unlisten(a.f7.COLLAPSE_ALL_CONTENT,this.collapseHandler),!0===this.model.isAnimated&&this.root.removeEventListener(o.EventType.TRANSITIONEND,this.transitionendHandler),this.removeA11yFeatures()}expand(){!1!==this.isCollapsed&&(this.updateHtmlAttributes(!1),this.updateHeight(!1),this.updateStatus(!1))}collapse(){!0!==this.isCollapsed&&(this.updateHtmlAttributes(!0),this.updateHeight(!0),this.updateStatus(!0))}toggleContent(t){t===this.root.id&&(this.isCollapsed?this.expand():this.collapse())}updateHtmlAttributes(t){var e,i;this.setAriaAttributes(t),this.setFocusableElements(t,this.tabIndexArr);const s=t?a.s7.IS_COLLAPSED:a.s7.IS_EXPANDED,n=t?a.s7.IS_EXPANDED:a.s7.IS_COLLAPSED;null===(e=this.panelEl)||void 0===e||e.classList.add(s),null===(i=this.panelEl)||void 0===i||i.classList.remove(n)}updateHeight(t){this.panelHeight=this.root.scrollHeight,!0===this.model.isAnimated?(this.setPanelHeight(`${this.panelHeight}px`),t&&(this.panelHeight=this.root.scrollHeight,window.setTimeout(this.setPanelHeight.bind(this),1,"0px"))):this.setPanelHeight(t?"0px":"")}updateStatus(t){t?this.model.panelsCollapsed++:this.model.panelsCollapsed--,this.model.updatePanelsStatus(),this.isCollapsed=t}getTabIndexArray(){return r.getFocusableElements(this.root).map((t=>t.tabIndex))}setPanelHeight(t){this.root.style.height=t}unsetPanelHeight(){"0px"!==this.root.style.height&&(this.root.style.height="")}getTooltipText(t=!1){var e,i,s,n;return t?null!==(i=null===(e=this.groupEl)||void 0===e?void 0:e.dataset[a.uB.EXPAND_TOOLTIP])&&void 0!==i?i:a.DH.TOOLTIP_EXPAND:null!==(n=null===(s=this.groupEl)||void 0===s?void 0:s.dataset[a.uB.COLLAPSE_TOOLTIP])&&void 0!==n?n:a.DH.TOOLTIP_COLLAPSE}setAriaAttributes(t){this.root.hidden=t,this.toggleButton&&(this.toggleButton.title=this.getTooltipText(t),this.toggleButton.setAttribute(n.Attribute.ARIA_EXPANDED,String(!t))),t?this.root.setAttribute(n.Attribute.ARIA_HIDDEN,String(t)):this.root.removeAttribute(n.Attribute.ARIA_HIDDEN)}removeAriaAttributes(){var t,e;null===(t=this.toggleButton)||void 0===t||t.removeAttribute(n.Attribute.ARIA_EXPANDED),null===(e=this.toggleButton)||void 0===e||e.removeAttribute("title"),this.root.removeAttribute(n.Attribute.ARIA_HIDDEN),this.root.hidden=!1}setFocusableElements(t,e){const i=r.getFocusableElements(this.root);if(t)for(const t of i)t.tabIndex=n.TabIndex.NOT_TABBABLE;else for(let t=0;t{i.r(e),i.d(e,{ExpansionPanels:()=>u});var s=i(7341),n=i(1887),o=i(8640),r=i(436),a=i(7783),l=i(1223),d=i(298);class u extends s.u{constructor(t,e){super(t),this.toggleAllComponents=[],this.panelContentComponents=[],this.panelToggleComponents=[],this.options=Object.assign({},r.S.defaults,e),this.statusChangeHandler=()=>{this.updateStatus()},this.modelKey=this.root.dataset[n.uB.KEY]||n.DH.DEFAULT_INSTANCE_ID,this.model=a.M.get(this.modelKey,this.options),this.init()}init(){this.model.panelsCount=this.root.getElementsByClassName(n.s7.PANEL).length,this.model.panelsCollapsed=this.model.panelsCount;for(const t of this.root.querySelectorAll(`.${n.s7.TOGGLE_ALL}`))this.toggleAllComponents.push(new d.O(t));for(const t of this.root.querySelectorAll(`.${n.s7.CONTENT}`))this.panelContentComponents.push(new o.U(t));for(const t of this.root.querySelectorAll(`.${n.s7.BUTTON}`))this.panelToggleComponents.push(new l.B(t));this.model.listen(n.f7.PANELGROUP_STATUS_CHANGED,this.statusChangeHandler),this.model.updatePanelsStatus()}destroy(){let t;for(;this.toggleAllComponents.length>0;)t=this.toggleAllComponents.pop(),t.destroy();for(;this.panelContentComponents.length>0;)t=this.panelContentComponents.pop(),t.destroy();for(;this.panelToggleComponents.length>0;)t=this.panelToggleComponents.pop(),t.destroy();this.model.panelsCount=0,this.model.updatePanelsStatus(),this.model.unlisten(n.f7.PANELGROUP_STATUS_CHANGED,this.statusChangeHandler),a.M.clearSingle(this.modelKey)}updateStatus(){this.root.classList.remove(n.s7.IS_COLLAPSED,n.s7.IS_MIXED,n.s7.IS_EXPANDED),this.model.panelsStatus&&this.root.classList.add(`glue-is-${this.model.panelsStatus}`)}}},436:(t,e,i)=>{i.d(e,{S:()=>o});var s=i(5292),n=i(1887);class o{constructor(t){const e=Object.assign({},o.defaults,t);this.isAnimated=e.isAnimated,this.panelsCount=e.panelsCount,this.panelsCollapsed=this.panelsCount,this.panelsStatus=n.DH.COLLAPSED,this.eventTarget=new s.S}static get defaults(){return{isAnimated:!0,panelsCount:1}}updatePanelsStatus(){0===this.panelsCount?this.panelsStatus="":this.panelsCount===this.panelsCollapsed?this.panelsStatus=n.DH.COLLAPSED:0===this.panelsCollapsed?this.panelsStatus=n.DH.EXPANDED:this.panelsStatus=n.DH.MIXED,this.dispatchEvent(n.f7.PANELGROUP_STATUS_CHANGED)}listen(t,e){this.eventTarget.listen(t,e)}unlisten(t,e){this.eventTarget.unlisten(t,e)}dispatchEvent(t,e){this.eventTarget.dispatchEvent(t,e)}}},7783:(t,e,i)=>{i.d(e,{M:()=>o});var s=i(1887),n=i(436);class o{static get(t=s.DH.DEFAULT_INSTANCE_ID,e=n.S.defaults){let i=o.instances[t];return i||(i=new n.S(e),o.instances[t]=i),i}static clearSingle(t){delete o.instances[t]}static clearAll(){o.instances={}}}o.instances={}},1223:(t,e,i)=>{i.d(e,{B:()=>d});var s=i(7341),n=i(4829),o=i(4265),r=i(1234),a=i(1887),l=i(7783);class d extends s.u{constructor(t){var e;super(t),this.clickHandler=t=>{t.preventDefault(),this.toggle()},this.keydownHandler=t=>{this.handleKeydown(t)};const i=null===(e=this.root.closest(`.${a.s7.GROUP}`))||void 0===e?void 0:e.dataset[a.uB.KEY];this.model=l.M.get(i);const s=this.root.dataset[a.uB.TOGGLEFOR];if(!s)throw new Error(a.f9.TOGGLE_MISSING_CONTENT_ID);this.contentId=s,this.init()}init(){const t=this.root.closest(`.${a.s7.PANEL}`);if(!(null==t?void 0:t.querySelector("#"+this.contentId)))throw new Error(a.f9.TOGGLE_MISSING_CONTENT_ELEMENT);this.addA11yFeatures(),this.root.addEventListener(o.EventType.CLICK,this.clickHandler),this.root.addEventListener(o.EventType.KEYDOWN,this.keydownHandler)}destroy(){this.removeA11yFeatures(),this.root.removeEventListener(o.EventType.CLICK,this.clickHandler),this.root.removeEventListener(o.EventType.KEYDOWN,this.keydownHandler)}toggle(){this.model.dispatchEvent(a.f7.TOGGLE_CONTENT,this.contentId)}handleKeydown(t){t.key!==r.Key.ENTER&&t.key!==r.Key.SPACE||(t.preventDefault(),this.toggle())}addA11yFeatures(){this.root.setAttribute(n.Attribute.ARIA_CONTROLS,this.contentId),this.root.setAttribute(n.Attribute.ROLE,n.Role.BUTTON),this.root.tabIndex=n.TabIndex.TABBABLE}removeA11yFeatures(){this.root.removeAttribute(n.Attribute.ARIA_CONTROLS),this.root.removeAttribute(n.Attribute.ROLE),this.root.removeAttribute(n.Attribute.TAB_INDEX)}}},298:(t,e,i)=>{i.d(e,{O:()=>d});var s=i(7341),n=i(4829),o=i(4265),r=i(1234),a=i(1887),l=i(7783);class d extends s.u{constructor(t){var e;super(t),this.statusChangeHandler=()=>{this.updateToggleAllStatus()},this.clickHandler=t=>{t.preventDefault(),this.toggleAll()},this.keydownHandler=t=>{this.handleKeydown(t)},this.keyupHandler=t=>{this.handleKeyup(t)},this.model=l.M.get(null===(e=this.root.closest(`.${a.s7.GROUP}`))||void 0===e?void 0:e.dataset[a.uB.KEY]),this.init()}init(){this.addA11yFeatures(),this.root.addEventListener(o.EventType.CLICK,this.clickHandler),this.root.addEventListener(o.EventType.KEYDOWN,this.keydownHandler),this.root.addEventListener(o.EventType.KEYUP,this.keyupHandler),this.model.listen(a.f7.PANELGROUP_STATUS_CHANGED,this.statusChangeHandler)}destroy(){this.removeA11yFeatures(),this.root.removeEventListener(o.EventType.CLICK,this.clickHandler),this.root.removeEventListener(o.EventType.KEYDOWN,this.keydownHandler),this.root.removeEventListener(o.EventType.KEYUP,this.keyupHandler),this.model.unlisten(a.f7.PANELGROUP_STATUS_CHANGED,this.statusChangeHandler)}toggleAll(){this.model.panelsStatus===a.DH.EXPANDED?this.model.dispatchEvent(a.f7.COLLAPSE_ALL_CONTENT):this.model.dispatchEvent(a.f7.EXPAND_ALL_CONTENT),this.model.updatePanelsStatus()}handleKeydown(t){t.key!==r.Key.ENTER&&t.key!==r.Key.SPACE||(t.preventDefault(),this.toggleAll())}handleKeyup(t){t.key===r.Key.SPACE&&t.preventDefault()}addA11yFeatures(){this.root.setAttribute(n.Attribute.ARIA_EXPANDED,this.model.panelsStatus===a.DH.EXPANDED?"true":"false");const t=Array.from(this.root.querySelectorAll(`.${a.s7.TOGGLE_ALL_TEXT}`));for(const e of t)e.setAttribute(n.Attribute.ARIA_HIDDEN,"true")}removeA11yFeatures(){this.root.removeAttribute(n.Attribute.ARIA_EXPANDED);const t=Array.from(this.root.querySelectorAll(`.${a.s7.TOGGLE_ALL_TEXT}`));for(const e of t)e.removeAttribute(n.Attribute.ARIA_HIDDEN)}updateToggleAllStatus(){this.model.panelsStatus===a.DH.EXPANDED?this.root.setAttribute(n.Attribute.ARIA_EXPANDED,"true"):this.root.setAttribute(n.Attribute.ARIA_EXPANDED,"false")}}},2064:(t,e,i)=>{i.r(e),i.d(e,{FOCUSABLE_ELEMENT_SELECTORS:()=>s,getFocusableElements:()=>o,isElementFocusable:()=>n});const s=["input","textarea","select","button","iframe",'[role="button"]',"a","[tabindex]","md-checkbox","md-radio","md-switch","md-outlined-select","md-filled-select","md-outlined-text-field","md-filled-text-field"];function n(t){return s.filter((e=>t.matches(e))).length>0}function o(t){return[...t.querySelectorAll("input"),...t.querySelectorAll("a"),...t.querySelectorAll("textarea"),...t.querySelectorAll("select"),...t.querySelectorAll("button"),...t.querySelectorAll("iframe"),...t.querySelectorAll('[role="button"]:not(input):not(a):not(textarea):not(select):not(button):not(iframe)'),...t.querySelectorAll('[tabindex="0"]:not([role="button"]):not(input):not(a):not(textarea):not(select):not(button):not(iframe):not(md-checkbox):not(md-radio):not(md-switch):not(md-outlined-select):not(md-filled-select):not(md-outlined-text-field):not(md-filled-text-field)'),...t.querySelectorAll("md-checkbox"),...t.querySelectorAll("md-radio"),...t.querySelectorAll("md-switch"),...t.querySelectorAll("md-outlined-select"),...t.querySelectorAll("md-filled-select"),...t.querySelectorAll("md-outlined-text-field"),...t.querySelectorAll("md-filled-text-field")]}},8282:(t,e,i)=>{var s,n;i.d(e,{s:()=>s,u:()=>n}),function(t){t.FOOTER_ROOT="glue-footer",t.FOOTER_UPPER="glue-footer__upper",t.FOOTER_LINK="glue-footer__link",t.FOOTER_LOGO="glue-footer__logo",t.FOOTER_LOGO_IMG="glue-footer__logo-img",t.FOOTER_PANELS="glue-footer__site-links",t.FOOTER_PANELS_GROUP="glue-footer__site-links-grid",t.FOOTER_PANELS_PANEL="glue-footer__site-links-column",t.FOOTER_PANELS_TOGGLE="glue-footer__site-links-header",t.FOOTER_PANELS_BUTTON="glue-footer__site-links-header-button",t.FOOTER_PANELS_CONTENT="glue-footer__site-links-list",t.FOOTER_PANELS_CONTENT_ITEM="glue-footer__site-links-list-item",t.FOOTER_PANELS_HEADER_TEXT="glue-footer__site-links-header-text",t.FOOTER_GLOBAL="glue-footer__global",t.FOOTER_GLOBAL_LINKS="glue-footer__global-links",t.FOOTER_GLOBAL_LINKS_EXTRA="glue-footer__global-links--extra",t.FOOTER_GLOBAL_LINKS_LIST_ITEM="glue-footer__global-links-list-item",t.FOOTER_GLOBAL_LINKS_LIST_ITEM_EXTRA="glue-footer__global-links-list-item--extra",t.FOOTER_LANG_DROPDOWN="glue-footer__lang-dropdown"}(s||(s={})),function(t){t.MODEL_NAME="footer",t.KEY="glueExpansionPanelsKey",t.TOGGLEFOR="glueExpansionPanelToggleFor"}(n||(n={}))},423:(t,e,i)=>{i.r(e),i.d(e,{Footer:()=>l});var s=i(7341),n=i(6974),o=i(1887),r=i(6504),a=i(8282);class l extends s.u{constructor(t,e){super(t),this.options=Object.assign({},l.defaults,e),this.panelsOptions={isAnimated:this.options.isAnimated,panelsCount:this.options.columnCount},this.panelGroupEl=this.root.querySelector(`.${a.s.FOOTER_PANELS_GROUP}`),this.panelGroupEl&&(this.responsiveSitelinks=new r.ResponsiveMonitor({breakpoint:this.options.panelsBreakpoints,enter:()=>{this.panelGroupEl&&(this.configureExpansionPanels(!0),this.panelsComponent=new n.ExpansionPanels(this.panelGroupEl,this.panelsOptions))},leave:()=>{var t;this.panelGroupEl&&(null===(t=this.panelsComponent)||void 0===t||t.destroy(),this.configureExpansionPanels(!1))}}))}static get defaults(){return{panelsBreakpoints:["sm"],isAnimated:!0,columnCount:4}}destroy(){var t;this.panelsComponent&&(this.panelsComponent.destroy(),this.configureExpansionPanels(!1)),null===(t=this.responsiveSitelinks)||void 0===t||t.destroy()}configureExpansionPanels(t){if(this.panelGroupEl){this.panelGroupEl.classList.toggle(o.s7.GROUP,t),t?this.panelGroupEl.dataset[a.u.KEY]=a.u.MODEL_NAME:delete this.panelGroupEl.dataset[a.u.KEY];for(const e of this.panelGroupEl.querySelectorAll(`.${a.s.FOOTER_PANELS_PANEL}`)){const i=e.querySelector(`.${a.s.FOOTER_PANELS_TOGGLE}`),s=e.querySelector(`.${a.s.FOOTER_PANELS_BUTTON}`),n=e.querySelector(`.${a.s.FOOTER_PANELS_CONTENT}`);null==e||e.classList.toggle(o.s7.PANEL,t),null==i||i.classList.toggle(o.s7.TOGGLE,t),null==s||s.classList.toggle(o.s7.BUTTON,t),null==n||n.classList.toggle(o.s7.CONTENT,t),t&&s&&n?s.dataset[a.u.TOGGLEFOR]=n.id:null==s||s.removeAttribute(a.u.TOGGLEFOR)}}}}},2260:(t,e,i)=>{var s,n,o,r;i.r(e),i.d(e,{CssClasses:()=>s,Icons:()=>r,Numbers:()=>o,Strings:()=>n}),function(t){t.ROOT="glue-header",t.BAR="glue-header__bar",t.TOGGLE_BTN="glue-header__drawer-toggle-btn",t.DRAWER_EL="glue-header__drawer",t.DRAWER_EL_BACKDROP="glue-header__drawer-backdrop",t.HAMBURGER="glue-header__hamburger",t.DRAWER_IS_SHOWN="glue-is-showing-drawer",t.DOUBLE="glue-header--double",t.SINGLE="glue-header--single",t.WHOLLY_SCROLLED="glue-header-is-wholly-scrolled",t.LOCK_UP="glue-header__lock-up",t.ICON_LOCK_UP="glue-header--icon-lockup",t.LINK_BAR="glue-header__link-bar",t.LIST="glue-header__list",t.LIST_ITEM="glue-header__item",t.NESTED_LIST="glue-header__list--nested",t.LINK_ITEM="glue-header__link",t.LOGO="glue-header__logo",t.LOGO_LINK="glue-header__logo-link",t.LOGO_PRODUCT="glue-header__logo--product",t.LOGO_CONTAINER="glue-header__logo-container",t.LOGO_PRODUCT_CAMPAIGN="glue-header__logo--product-campaign",t.LOGO_SVG="glue-header__logo-svg",t.NO_DRAWER="glue-header-no-drawer",t.STEPPED_NAV_ENABLE="glue-header-stepped-nav-enabled",t.ACTIVE_MENU="glue-header--is-active",t.ACTIVE_LINK="glue-header__item--active",t.IS_ANIMATING="glue-is-animating",t.BAR_DESKTOP="glue-header__bar--desktop",t.BAR_MOBILE="glue-header__bar--mobile",t.REWIND_SHADOW="glue-header--rewind-box-shadow",t.HEADER_CONTAINER="glue-header__container",t.HEADER_CONTAINER_LINKBAR="glue-header__container--linkbar",t.HEADER_CONTAINER_CTA="glue-header__container--cta",t.SKIP_BTN="glue-header__skip-content",t.DEEP_NAV="glue-header__deep-nav",t.TRANSPARENT="glue-header--transparent",t.HOVERED="glue-header--hovered",t.FOCUSED="glue-header--focused",t.ACTIVE="glue-header--active",t.TIER="glue-header__tier",t.STACKED="glue-header--complex-stacked",t.SIMPLE="glue-header--simple",t.REVERSE="glue-header--reverse",t.NO_CTA="glue-header--no-cta",t.CTA="glue-header__cta",t.SUPPLEMENTAL="glue-header__supplemental"}(s||(s={})),function(t){t.MISSING_ROOT_ELEMENT='No element with "glue-header class" was found. Header component needs a root element.',t.MISSING_HEADER_BAR_ELEMENT='No element with "glue-header__bar" class was found. This is required by Header component.',t.MISSING_DRAWER_ELEMENT='No element with "glue-header__drawer" class was found. This is required by Header component.',t.MISSING_TOGGLE_BTN_ELEMENT='No element with "glue-header__drawer-toggle-btn" class was found. This is required by Header component.',t.MISSING_LINK_BAR_ELEMENT='No element with "glue-header__link-bar" class was found. This is required by Header component.',t.UNKNOWN_CUSTOM_BREAKPOINT='Unknown custom breakpoint. Valid values are "md", "lg", or "xl".',t.SCROLL_UP="up",t.SCROLL_DOWN="down",t.INCORRECT_TYPE="Incorrect data type",t.SHOW_EVENT="glueheadershow",t.HIDE_EVENT="glueheaderhide"}(n||(n={})),function(t){t[t.MAX_PAGE_OFFSET=500]="MAX_PAGE_OFFSET",t[t.ANIMATING_STATE_BUFFER=20]="ANIMATING_STATE_BUFFER",t[t.SCROLL_THRESHOLD=50]="SCROLL_THRESHOLD",t[t.POSITION_CHANGE_BUFFER=300]="POSITION_CHANGE_BUFFER"}(o||(o={})),function(t){t.DOWN_ARROW="expand-more",t.RIGHT_ARROW="chevron-right",t.LEFT_ARROW="chevron-left",t.HAMBURGER="menu"}(r||(r={}))},1784:(t,e,i)=>{var s;i.d(e,{D:()=>s}),function(t){t.ERROR_MSG_NO_CHILDREN="has no element children.",t.ERROR_PREFIX="Menubar constructor argument el "}(s||(s={}))},2481:(t,e,i)=>{i.d(e,{n:()=>l});var s=i(7341),n=i(4829),o=i(2260),r=i(1784),a=i(490);class l extends s.u{constructor(t){if(super(t),this.menubarItems=[],this.firstChars=[],this.firstItem=null,this.lastItem=null,this.hasFocus=!1,this.hasHover=!1,0===t.childElementCount)throw new Error(r.D.ERROR_PREFIX+r.D.ERROR_MSG_NO_CHILDREN);this.init()}init(){var t;const e=this.root.querySelectorAll(`:scope > .${o.CssClasses.LIST_ITEM}`);this.root.setAttribute(n.Attribute.ROLE,n.Role.MENUBAR);for(const t of e)t.setAttribute(n.Attribute.ROLE,n.Role.NONE);let i,s,r,l=this.root.firstElementChild;for(;l;)s=l.firstElementChild,l&&s instanceof HTMLAnchorElement&&(i=new a.c(s,this),this.menubarItems.push(i),r=null===(t=s.textContent)||void 0===t?void 0:t.trim(),r&&this.firstChars.push(r.substring(0,1).toLowerCase())),l=l.nextElementSibling;const d=this.menubarItems.length;d>0&&(this.firstItem=this.menubarItems[0],this.lastItem=this.menubarItems[d-1],this.firstItem.root.tabIndex=0)}destroy(){for(const t of this.menubarItems)t.destroy()}setFocusToItem(t){var e;let i=!1;for(const t of this.menubarItems)0===t.root.tabIndex&&(i="true"===t.root.getAttribute(n.Attribute.ARIA_EXPANDED)),t.root.tabIndex=-1,null===(e=t.popupMenu)||void 0===e||e.close();t.root.focus(),t.root.tabIndex=0,i&&t.popupMenu&&t.popupMenu.open()}setFocusToFirstItem(){this.setFocusToItem(this.firstItem)}setFocusToLastItem(){this.setFocusToItem(this.lastItem)}setFocusToPreviousItem(t){let e,i;t===this.firstItem?i=this.lastItem:(e=this.menubarItems.indexOf(t),i=this.menubarItems[e-1]),this.setFocusToItem(i)}setFocusToNextItem(t){let e,i;t===this.lastItem?i=this.firstItem:(e=this.menubarItems.indexOf(t),i=this.menubarItems[e+1]),this.setFocusToItem(i)}setFocusByFirstCharacter(t,e){let i,s;e=e.toLowerCase(),i=this.menubarItems.indexOf(t)+1,i===this.menubarItems.length&&(i=0);const n=(t,s)=>t===e&&s>=i;s=this.firstChars.findIndex(n),-1===s&&(i=0,s=this.firstChars.findIndex(n)),s>-1&&this.setFocusToItem(this.menubarItems[s])}}},490:(t,e,i)=>{i.d(e,{c:()=>l});var s=i(7341),n=i(4829),o=i(4265),r=i(1234),a=i(8179);class l extends s.u{constructor(t,e){super(t),this.parentMenu=e,this.popupMenu=null,this.hasFocus=!1,this.hasHover=!1,this.isMenubarItem=!0,this.handleKeydown=t=>{var e,i;const s=t.key;let n=!1;switch(t.key){case r.Key.SPACE:case r.Key.ENTER:case r.Key.DOWN:this.popupMenu&&(this.popupMenu.open(),this.popupMenu.setFocusToFirstItem(),n=!0);break;case r.Key.LEFT:this.parentMenu.setFocusToPreviousItem(this),n=!0;break;case r.Key.RIGHT:this.parentMenu.setFocusToNextItem(this),n=!0;break;case r.Key.UP:this.popupMenu&&(this.popupMenu.open(),this.popupMenu.setFocusToLastItem(),n=!0);break;case r.Key.HOME:case r.Key.PAGEUP:this.parentMenu.setFocusToFirstItem(),n=!0;break;case r.Key.END:case r.Key.PAGEDOWN:this.parentMenu.setFocusToLastItem(),n=!0;break;case r.Key.TAB:null===(e=this.popupMenu)||void 0===e||e.close(!0);break;case r.Key.ESC:null===(i=this.popupMenu)||void 0===i||i.close(!0);break;default:1===(o=s).length&&o.match(/\S/)&&(this.parentMenu.setFocusByFirstCharacter(this,s),n=!0)}var o;n&&(t.stopPropagation(),t.preventDefault())},this.setExpanded=t=>{t?this.root.setAttribute(n.Attribute.ARIA_EXPANDED,"true"):this.root.setAttribute(n.Attribute.ARIA_EXPANDED,"false")},this.handleFocus=()=>{this.parentMenu.hasFocus=!0},this.handleBlur=()=>{this.parentMenu.hasFocus=!1},this.handleMouseenter=()=>{var t;this.hasHover=!0,null===(t=this.popupMenu)||void 0===t||t.open()},this.handleMouseleave=()=>{this.hasHover=!1,setTimeout((()=>{var t;null===(t=this.popupMenu)||void 0===t||t.close(!1)}),300)},this.init()}init(){this.root.tabIndex=-1,this.root.setAttribute(n.Attribute.ROLE,n.Role.MENUITEM);const t=this.root.nextElementSibling;t instanceof HTMLUListElement&&(this.popupMenu=new a.i(t,this),this.root.setAttribute(n.Attribute.ARIA_HASPOPUP,"true"),this.root.addEventListener(o.EventType.FOCUS,this.handleFocus),this.root.addEventListener(o.EventType.BLUR,this.handleBlur),this.root.addEventListener(o.EventType.MOUSEENTER,this.handleMouseenter),this.root.addEventListener(o.EventType.MOUSELEAVE,this.handleMouseleave)),this.root.addEventListener(o.EventType.KEYDOWN,this.handleKeydown)}destroy(){var t;null===(t=this.popupMenu)||void 0===t||t.destroy(),this.root.removeAttribute(n.Attribute.TAB_INDEX),this.root.removeAttribute(n.Attribute.ARIA_HASPOPUP),this.root.removeEventListener(o.EventType.KEYDOWN,this.handleKeydown),this.root.removeEventListener(o.EventType.FOCUS,this.handleFocus),this.root.removeEventListener(o.EventType.BLUR,this.handleBlur),this.root.removeEventListener(o.EventType.MOUSEENTER,this.handleMouseenter),this.root.removeEventListener(o.EventType.MOUSELEAVE,this.handleMouseleave)}}},6486:(t,e,i)=>{var s,n;i.r(e),i.d(e,{CssClasses:()=>s,Strings:()=>n}),function(t){t.ROOT="glue-header__drawer",t.DRAWER_IS_OPEN="glue-header__drawer--is-open",t.TOGGLE_BTN="glue-header__drawer-toggle-btn",t.IS_ANIMATING="glue-is-animating",t.GLUE_BUTTON="glue-button",t.NO_SCROLL="glue-no-scroll",t.BACKDROP="glue-header__drawer-backdrop"}(s||(s={})),function(t){t.MISSING_DRAWER_ELEMENT='No element with "glue-header__drawer" class was found. Drawer component needs a root element.',t.MISSING_BACKDROP_ELEMENT='No element with "glue-header__drawer-backdrop" class was found.',t.OPEN="glueHeaderDrawerOpen",t.CLOSE="glueHeaderDrawerClose",t.TOGGLE_BTN="toggleBtn"}(n||(n={}))},3411:(t,e,i)=>{i.d(e,{_:()=>u});var s=i(7341),n=i(4829),o=i(4265),r=i(1234),a=i(2064),l=i(9590),d=i(6486);class u extends s.u{constructor(t,e){var i;if(super(t),this.toggleEl=e,this.closed=!0,this.isAnimating=!1,this.ariaHiddenElements=[],this.focusableElements=[],this.startTime=0,this.initialTouchPos=null,this.lastTouchPos=null,this.rafPending=!1,this.handleGestureStart=t=>{this.isTouchEvent(t)&&t.touches.length>1||(this.isPointerEvent(t)&&t.target instanceof Element?t.target.setPointerCapture(t.pointerId):(document.addEventListener(o.EventType.MOUSEMOVE,this.handleGestureMove,!0),document.addEventListener(o.EventType.MOUSEUP,this.handleGestureEnd,!0)),this.initialTouchPos=this.getGesturePointFromEvent(t),this.startTime=(new Date).getTime(),this.root.style.transition="initial")},this.handleGestureMove=t=>{if(t.preventDefault(),!this.initialTouchPos)return;const e=this.getGesturePointFromEvent(t);Math.abs(l.x.difference(e,this.initialTouchPos).x)<10||(this.lastTouchPos=e,this.rafPending||(this.rafPending=!0,window.requestAnimationFrame((()=>{this.onAnimFrame()}))))},this.handleGestureEnd=t=>{var e;t.preventDefault(),this.isTouchEvent(t)&&(null===(e=t.touches)||void 0===e?void 0:e.length)>0||(this.rafPending=!1,this.isPointerEvent(t)&&t.target instanceof Element?t.target.releasePointerCapture(t.pointerId):(document.removeEventListener(o.EventType.MOUSEMOVE,this.handleGestureMove,!0),document.removeEventListener(o.EventType.MOUSEUP,this.handleGestureEnd,!0)),this.updateDrawerPosition(),this.startTime=0,this.initialTouchPos=null,this.lastTouchPos=null)},!this.root.classList.contains(d.CssClasses.ROOT))throw new Error(d.Strings.MISSING_DRAWER_ELEMENT);this.setAttributes();const s=null===(i=this.root.parentElement)||void 0===i?void 0:i.querySelector(`.${d.CssClasses.BACKDROP}`);if(!s)throw new Error(d.Strings.MISSING_BACKDROP_ELEMENT);this.backdrop=s,this.transitionEndHandler=()=>{this.handleTransitionEndEvent()},this.handleKeydown=t=>{t.code!==r.Key.TAB?(t.preventDefault(),t.code===r.Key.ENTER&&this.close()):this.root.focus()},this.handleOpen=()=>{document.body.classList.add(d.CssClasses.NO_SCROLL),document.documentElement.classList.add(d.CssClasses.NO_SCROLL),this.backdrop.addEventListener(o.EventType.KEYDOWN,this.handleKeydown)},this.handleClose=()=>{document.body.classList.remove(d.CssClasses.NO_SCROLL),document.documentElement.classList.remove(d.CssClasses.NO_SCROLL),this.backdrop.removeEventListener(o.EventType.KEYDOWN,this.handleKeydown)},this.root.addEventListener(o.EventType.TRANSITIONEND,this.transitionEndHandler),document.body.addEventListener(d.Strings.OPEN,this.handleOpen),document.body.addEventListener(d.Strings.CLOSE,this.handleClose)}registerTouchEvents(){window.PointerEvent?(this.root.addEventListener(o.EventType.POINTERDOWN,this.handleGestureStart,!0),this.root.addEventListener(o.EventType.POINTERMOVE,this.handleGestureMove,!0),this.root.addEventListener(o.EventType.POINTERUP,this.handleGestureEnd,!0),this.root.addEventListener(o.EventType.POINTERCANCEL,this.handleGestureEnd,!0)):(this.root.addEventListener(o.EventType.TOUCHSTART,this.handleGestureStart,!0),this.root.addEventListener(o.EventType.TOUCHMOVE,this.handleGestureMove,!0),this.root.addEventListener(o.EventType.TOUCHEND,this.handleGestureEnd,!0),this.root.addEventListener(o.EventType.TOUCHCANCEL,this.handleGestureEnd,!0),this.root.addEventListener(o.EventType.MOUSEDOWN,this.handleGestureStart,!0))}deregisterTouchEvents(){window.PointerEvent?(this.root.removeEventListener(o.EventType.POINTERDOWN,this.handleGestureStart,!0),this.root.removeEventListener(o.EventType.POINTERMOVE,this.handleGestureMove,!0),this.root.removeEventListener(o.EventType.POINTERUP,this.handleGestureEnd,!0),this.root.removeEventListener(o.EventType.POINTERCANCEL,this.handleGestureEnd,!0)):(this.root.removeEventListener(o.EventType.TOUCHSTART,this.handleGestureStart,!0),this.root.removeEventListener(o.EventType.TOUCHMOVE,this.handleGestureMove,!0),this.root.removeEventListener(o.EventType.TOUCHEND,this.handleGestureEnd,!0),this.root.removeEventListener(o.EventType.TOUCHCANCEL,this.handleGestureEnd,!0),this.root.removeEventListener(o.EventType.MOUSEDOWN,this.handleGestureStart,!0))}destroy(){this.deregisterTouchEvents(),this.root.removeEventListener(o.EventType.TRANSITIONEND,this.transitionEndHandler),document.body.removeEventListener(d.Strings.OPEN,this.handleOpen),document.body.removeEventListener(d.Strings.CLOSE,this.handleClose)}isTouchEvent(t){return window.TouchEvent&&t instanceof TouchEvent}isPointerEvent(t){return window.PointerEvent&&t instanceof PointerEvent}onAnimFrame(){if(!this.rafPending||!this.initialTouchPos||!this.lastTouchPos)return;const t=l.x.difference(this.lastTouchPos,this.initialTouchPos).x;if(t>0)this.root.style.transform="";else{const e=`translate3d(${t}px, 0, 0)`;this.root.style.transform=e}this.rafPending=!1}getGesturePointFromEvent(t){const e=new l.x(0,0);return this.isTouchEvent(t)?t.targetTouches&&(e.x=t.targetTouches[0].clientX,e.y=t.targetTouches[0].clientY):(e.x=t.clientX,e.y=t.clientY),e}updateDrawerPosition(){if(this.root.style.transition="",this.root.style.transform="",!this.lastTouchPos||!this.initialTouchPos)return;const t=l.x.difference(this.lastTouchPos,this.initialTouchPos).x,e=Math.abs(t)>=.5*this.root.clientWidth,i=(new Date).getTime()-this.startTime<300&&Math.abs(t)>10;(e||i)&&this.close()}open(){this.closed&&!this.isAnimating&&(this.isAnimating=!0,this.emit(d.Strings.OPEN,{},!0),this.root.classList.add(d.CssClasses.DRAWER_IS_OPEN),this.root.classList.add(d.CssClasses.IS_ANIMATING),this.setDefaultAttrs(),this.toggleEl.setAttribute(n.Attribute.ARIA_EXPANDED,"true"),this.backdrop.setAttribute(n.Attribute.ROLE,"button"),this.backdrop.tabIndex=n.TabIndex.TABBABLE,this.removeAriaHidden(),this.ariaHideElements(),this.root.focus(),this.removeKeyboardFocus(),this.registerTouchEvents())}removeKeyboardFocus(){const t=(0,a.getFocusableElements)(window.document.body);this.focusableElements=[];for(const e of t)this.root.contains(e)||this.backdrop.contains(e)||-1===e.tabIndex||(this.focusableElements.push(e),e.tabIndex=-1)}addKeyboardFocus(){for(const t of this.focusableElements)t.removeAttribute("tabindex")}close(){this.closed||this.isAnimating||(this.isAnimating=!0,this.emit(d.Strings.CLOSE,{},!0),this.root.classList.add(d.CssClasses.IS_ANIMATING),this.removeDefaultAttrs(),this.toggleEl.setAttribute(n.Attribute.ARIA_EXPANDED,"false"),this.toggleEl.focus(),this.setAriaHidden(),this.ariaUnhideElements(),this.addKeyboardFocus(),this.backdrop&&(this.backdrop.removeAttribute(n.Attribute.TAB_INDEX),this.backdrop.removeAttribute(n.Attribute.ROLE)),this.deregisterTouchEvents())}setAttributes(){if(!this.root.id){const t=Math.round(99999999*Math.random()).toString(16);this.root.id=`glue-drawer-${t}`}this.toggleEl.setAttribute(n.Attribute.ARIA_CONTROLS,this.root.id),this.toggleEl.setAttribute(n.Attribute.ARIA_EXPANDED,"false"),this.toggleEl.setAttribute(n.Attribute.ARIA_HASPOPUP,"true")}isOpen(){return this.root.classList.contains(d.CssClasses.DRAWER_IS_OPEN)}containsElement(t){return t.target instanceof Node&&this.root.contains(t.target)}isCtaElement(t){return t.target instanceof Element&&t.target.classList.contains(d.CssClasses.GLUE_BUTTON)}handleTransitionEndEvent(){this.isAnimating&&(this.root.classList.remove(d.CssClasses.IS_ANIMATING),this.closed?this.closed=!1:(this.root.classList.remove(d.CssClasses.DRAWER_IS_OPEN),this.closed=!0),this.isAnimating=!1)}removeAriaHidden(){this.root.removeAttribute(n.Attribute.ARIA_HIDDEN)}setAriaHidden(){this.root.setAttribute(n.Attribute.ARIA_HIDDEN,"true")}setDefaultAttrs(){this.root.setAttribute(n.Attribute.ARIA_LABEL,"Navigation drawer"),this.root.tabIndex=n.TabIndex.TABBABLE}removeDefaultAttrs(){this.root.removeAttribute(n.Attribute.ARIA_LABEL),this.root.removeAttribute(n.Attribute.TAB_INDEX)}ariaHideElements(){let t=this.root;for(;t&&t.parentNode;){for(const e of Array.from(t.parentNode.children))e!==t&&e!==this.backdrop&&"true"!==e.getAttribute(n.Attribute.ARIA_HIDDEN)&&(this.ariaHiddenElements.push(e),e.setAttribute(n.Attribute.ARIA_HIDDEN,"true"));t=t.parentNode}}ariaUnhideElements(){this.ariaHiddenElements.forEach((t=>{t.removeAttribute(n.Attribute.ARIA_HIDDEN)})),this.ariaHiddenElements=[]}}},3053:(t,e,i)=>{i.r(e),i.d(e,{Header:()=>f});var s=i(7341),n=i(4829),o=i(4265),r=i(1234),a=i(6504),l=i(2260),d=i(2481),u=i(3411),h=i(6486),c=i(2078),p=i(735),E=i(1622);class f extends s.u{constructor(t,e){if(super(t),this.isAnimating=!1,this.scrolling=!1,this.lastPositionY=0,this.atTopOfPage=!0,this.allowTransitionEndEvent=!1,this.isTransparent=!1,this.blockFalseScroll=!0,this.keydownHandler=t=>{var e,i;const s=t.key===r.Key.ESC;this.options.drawer&&(null===(e=this.drawer)||void 0===e?void 0:e.isOpen())&&s&&(null===(i=this.drawer)||void 0===i||i.close())},this.handleMouseOver=t=>{(this.root===t.target||this.containsElement(t))&&this.root.classList.add(l.CssClasses.ACTIVE)},this.handleMouseLeave=t=>{!this.root.matches(":focus-within")&&!this.activeBarElement.classList.contains(l.CssClasses.REWIND_SHADOW)&&this.root.classList.remove(l.CssClasses.ACTIVE)},this.handleFocus=()=>{this.root.matches(":focus-within")?this.root.classList.add(l.CssClasses.ACTIVE):!this.activeBarElement.classList.contains(l.CssClasses.REWIND_SHADOW)&&this.root.classList.remove(l.CssClasses.ACTIVE)},this.handleFocusWithin=()=>{this.show()},!this.root.classList.contains(l.CssClasses.ROOT))throw new Error(l.Strings.MISSING_ROOT_ELEMENT);switch(this.options=Object.assign({},f.defaultOptions,e,this.getOptions()),this.options.breakpoint){case"md":this.breakpointsMobileNav=["sm"];break;case"lg":this.breakpointsMobileNav=["sm","md"];break;case"xl":this.breakpointsMobileNav=["sm","md","lg"];break;default:throw new Error(l.Strings.UNKNOWN_CUSTOM_BREAKPOINT)}this.initialize(),this.initializeNavigationSubcomponents(),this.responsiveMonitorInit()}static get defaultOptions(){return{breakpoint:"lg",drawer:!0,hideOnScroll:!0,steppedNav:!1}}initialize(){var t,e;if(this.headerBar=this.getHeaderBarElement(),this.headerBarMobile=this.getHeaderBarElement(!0),this.activeBarElement=this.getActiveBarElement(),this.options.drawer){const e=this.root.querySelector(`.${l.CssClasses.DRAWER_EL}`),i=null===(t=this.headerBar)||void 0===t?void 0:t.querySelector(`.${l.CssClasses.LINK_BAR}`);if(null===e)throw new Error(l.Strings.MISSING_DRAWER_ELEMENT);if(null===i)throw new Error(l.Strings.MISSING_LINK_BAR_ELEMENT);if(this.toggleBtnEl=this.root.querySelector(`.${l.CssClasses.TOGGLE_BTN}`),null===this.toggleBtnEl)throw new Error(l.Strings.MISSING_TOGGLE_BTN_ELEMENT);this.drawer=new u._(e,this.toggleBtnEl)}else this.root.classList.add(l.CssClasses.NO_DRAWER);this.setPositionStyle(),this.setActiveBarPosition(this.headerBar.style.position),this.root.setAttribute(n.Attribute.ARIA_EXPANDED,"false"),this.handleClick=t=>{this.clickHandler(t)},this.handleKeydown=t=>{this.keydownHandler(t)},this.handleScroll=()=>{this.scrollThrottlerHandler()},this.handleDrawOpen=()=>{this.handleDrawerOpenEvent()},this.handleDrawClose=()=>{this.handleDrawerCloseEvent()},this.handleTransitionEnd=()=>{this.handleTransitionEndEvent()},this.root.addEventListener(o.EventType.CLICK,this.handleClick),this.root.addEventListener(o.EventType.KEYDOWN,this.handleKeydown),this.root.addEventListener(o.EventType.FOCUS_IN,this.handleFocusWithin),this.options.drawer&&this.root.addEventListener(h.Strings.OPEN,this.handleDrawOpen),this.options.drawer&&this.root.addEventListener(h.Strings.CLOSE,this.handleDrawClose),window.addEventListener(o.EventType.SCROLL,this.handleScroll),this.headerBar.addEventListener(o.EventType.TRANSITIONEND,this.handleTransitionEnd),this.headerBarMobile.addEventListener(o.EventType.TRANSITIONEND,this.handleTransitionEnd),this.root.classList.contains(l.CssClasses.TRANSPARENT)&&(this.isTransparent=!0,this.root.classList.contains(l.CssClasses.DOUBLE)&&(null===(e=this.root.querySelector(`.${l.CssClasses.ACTIVE_MENU} > a`))||void 0===e||e.appendChild(document.createElement("div"))),this.root.addEventListener(o.EventType.MOUSEOVER,this.handleMouseOver),this.root.addEventListener(o.EventType.MOUSELEAVE,this.handleMouseLeave),this.root.addEventListener(o.EventType.FOCUS_IN,this.handleFocus),this.root.addEventListener(o.EventType.FOCUS_OUT,this.handleFocus)),this.injectVersion()}injectVersion(){document.documentElement.dataset.glue="glue@28.2.0"}initializeNavigationSubcomponents(){const t=this.root.querySelector(`.${p.s.COMPONENT}`);t&&(this.siteSwitcher=new c.N(t));const e=this.root.querySelector(`.${l.CssClasses.DEEP_NAV}`);if(e&&(this.deepNav=new d.n(e)),this.options.steppedNav){const t=E.T.getSteppedNavElement(this.root);if(t){this.root.classList.add(l.CssClasses.STEPPED_NAV_ENABLE);try{this.steppedNav=new E.T(t)}catch(t){throw this.root.classList.remove(l.CssClasses.STEPPED_NAV_ENABLE),t}}}}destroy(){var t,e,i;this.root.removeEventListener(o.EventType.CLICK,this.handleClick),this.root.removeEventListener(o.EventType.KEYDOWN,this.handleKeydown),this.root.removeEventListener(o.EventType.FOCUS_IN,this.handleFocusWithin),this.headerBar.removeEventListener(o.EventType.TRANSITIONEND,this.handleTransitionEnd),this.headerBarMobile.removeEventListener(o.EventType.TRANSITIONEND,this.handleTransitionEnd),window.removeEventListener(o.EventType.SCROLL,this.handleScroll),window.cancelAnimationFrame(this.animationsFrameId),this.rm.unlisten((t=>{this.breakpointsMobileNav.includes(t)&&this.setActiveBarPosition()})),this.rm.destroy(),this.options.drawer&&(this.root.removeEventListener(h.Strings.OPEN,this.handleDrawOpen),this.root.removeEventListener(h.Strings.CLOSE,this.handleDrawClose),null===(t=this.drawer)||void 0===t||t.destroy()),null===(e=this.siteSwitcher)||void 0===e||e.destroy(),null===(i=this.deepNav)||void 0===i||i.destroy(),this.steppedNav&&this.steppedNav.destroy(),this.root.classList.contains(l.CssClasses.TRANSPARENT)&&(this.root.removeEventListener(o.EventType.MOUSEOVER,this.handleMouseOver),this.root.removeEventListener(o.EventType.MOUSELEAVE,this.handleMouseLeave),this.root.removeEventListener(o.EventType.FOCUS_IN,this.handleFocus),this.root.removeEventListener(o.EventType.FOCUS_OUT,this.handleFocus))}getOptions(){const t={};for(const e of Object.keys(f.defaultOptions)){const i=`glueHeader${e.toUpperCase().slice(0,1)}${e.slice(1)}`;"true"===this.root.dataset[i]||"false"===this.root.dataset[i]?t[e]="true"===this.root.dataset[i]:this.root.dataset[i]&&(t[e]=this.root.dataset[i])}return t}clickHandler(t){var e,i,s,n,o,r;this.options.drawer&&((null===(e=this.drawer)||void 0===e?void 0:e.isOpen())?(null===(i=this.drawer)||void 0===i?void 0:i.containsElement(t))?(null===(n=this.drawer)||void 0===n?void 0:n.isCtaElement(t))&&(null===(o=this.drawer)||void 0===o||o.close()):null===(s=this.drawer)||void 0===s||s.close():this.toggleBtnEl.contains(t.target)&&(null===(r=this.drawer)||void 0===r||r.open()))}containsElement(t){return t.target instanceof Node&&this.root.contains(t.target)}scrollThrottlerHandler(){this.scrolling||(this.animationsFrameId=window.requestAnimationFrame((()=>{this.scrollHandler(),this.scrolling=!1})),this.scrolling=!0)}scrollHandler(){const t=this.activeBarElement.classList.contains(l.CssClasses.WHOLLY_SCROLLED),e=this.getScrollDirection(),i=document.body.clientHeight-window.scrollY-window.innerHeight<=l.Numbers.SCROLL_THRESHOLD,s=e===l.Strings.SCROLL_DOWN,n=e===l.Strings.SCROLL_UP;this.atTopOfPage||!s||t||this.isAnimating?this.atTopOfPage||!n||!t||this.isAnimating||i?this.atTopOfPage&&!this.isAnimating&&t&&this.show():this.lastPositionY-window.scrollY!=0&&this.show():window.scrollY>this.activeBarElement.clientHeight&&this.hide(),this.atTopOfPage=window.scrollY<=0,this.lastPositionY=window.scrollY,this.blockFalseScroll=!1,this.rewindBoxShadow(),this.atTopOfPage&&this.setActiveBarPosition(),this.isTransparent&&this.setTransparentActiveClass(),this.isAnimating&&window.scrollY<=l.Numbers.MAX_PAGE_OFFSET&&window.requestAnimationFrame((()=>{this.scrollThrottlerHandler()}))}resetDesktopHeaderPosition(){const{display:t}=window.getComputedStyle(this.headerBarMobile);"block"===t?(this.headerBar.style.top="0",this.headerBar.style.position="fixed"):this.headerBar.style.position="static"}setPositionStyle(){window.scrollY>this.activeBarElement.clientHeight?this.headerBar.style.position="fixed":this.headerBar.style.position="static"}setTransparentActiveClass(){window.scrollY>this.activeBarElement.clientHeight?this.root.classList.add(l.CssClasses.ACTIVE):!this.root.matches(":focus-within")&&this.root.classList.remove(l.CssClasses.ACTIVE)}setActiveBarPosition(t="static"){this.options.hideOnScroll||(t="fixed");const e=this.activeBarElement,{display:i}=window.getComputedStyle(this.headerBarMobile);"block"===i&&this.resetDesktopHeaderPosition(),"static"===t?e.style.top=`-${e.clientHeight}px`:setTimeout((()=>{e.style.top=(0).toString()}),l.Numbers.POSITION_CHANGE_BUFFER),e.style.position=t}getHeaderBarElement(t=!1){const e=t?l.CssClasses.BAR_MOBILE:l.CssClasses.BAR_DESKTOP,i=Array.from(this.root.querySelectorAll(`.${l.CssClasses.BAR}`)).filter((t=>t.classList.contains(e)));if(!i)throw new Error(l.Strings.MISSING_HEADER_BAR_ELEMENT);return i[0]}handleDrawerCloseEvent(){this.root.classList.remove(l.CssClasses.DRAWER_IS_SHOWN),this.root.setAttribute(n.Attribute.ARIA_EXPANDED,"false")}handleDrawerOpenEvent(){this.root.classList.add(l.CssClasses.DRAWER_IS_SHOWN),this.root.setAttribute(n.Attribute.ARIA_EXPANDED,"true")}handleTransitionEndEvent(){this.allowTransitionEndEvent&&(this.isAnimating=!1,this.allowTransitionEndEvent=!1,this.activeBarElement.classList.remove(l.CssClasses.IS_ANIMATING))}responsiveMonitorInit(){this.rm=new a.ResponsiveMonitor({breakpoint:this.breakpointsMobileNav,enter:()=>{var t,e,i;this.activeBarElement=this.getActiveBarElement(),this.setActiveBarPosition(),null===(t=this.drawer)||void 0===t||t.setAriaHidden(),null===(e=this.siteSwitcher)||void 0===e||e.destroy(),null===(i=this.deepNav)||void 0===i||i.destroy()},leave:()=>{var t,e,i,s,n;this.options.drawer&&(null===(t=this.drawer)||void 0===t?void 0:t.isOpen())&&(null===(e=this.drawer)||void 0===e||e.close()),null===(i=this.drawer)||void 0===i||i.removeAriaHidden(),this.activeBarElement=this.getActiveBarElement(),this.setActiveBarPosition(),null===(s=this.siteSwitcher)||void 0===s||s.init(),null===(n=this.deepNav)||void 0===n||n.init()}}),this.rm.listen((t=>{this.breakpointsMobileNav.includes(t)&&this.setActiveBarPosition()}))}getScrollDirection(){return this.lastPositionY>=window.scrollY?l.Strings.SCROLL_UP:l.Strings.SCROLL_DOWN}hide(){this.options.hideOnScroll&&(this.isAnimating=!0,this.allowTransitionEndEvent=!0,this.activeBarElement.classList.add(l.CssClasses.WHOLLY_SCROLLED,l.CssClasses.IS_ANIMATING),this.setActiveBarPosition("fixed"),this.emit(l.Strings.HIDE_EVENT,{}))}show(){this.options.hideOnScroll&&(this.isAnimating=!0,this.allowTransitionEndEvent=!0,this.activeBarElement.classList.add(l.CssClasses.IS_ANIMATING),this.activeBarElement.classList.remove(l.CssClasses.WHOLLY_SCROLLED),this.emit(l.Strings.SHOW_EVENT,{}))}rewindBoxShadow(){this.atTopOfPage?this.activeBarElement.classList.remove(l.CssClasses.REWIND_SHADOW):this.atTopOfPage||this.isAnimating||this.blockFalseScroll||window.scrollY>this.activeBarElement.clientHeight&&this.activeBarElement.classList.add(l.CssClasses.REWIND_SHADOW)}getActiveBarElement(){const{display:t}=window.getComputedStyle(this.headerBarMobile);return"block"===t?this.headerBarMobile:this.headerBar}}},9654:(t,e,i)=>{var s,n;i.d(e,{D:()=>n,s:()=>s}),function(t){t.MENU_OPEN="glue-header__menu--open"}(s||(s={})),function(t){t.NO_CHILDREN="PopupMenu constructor argument el has no element children."}(n||(n={}))},8179:(t,e,i)=>{i.d(e,{i:()=>u});var s=i(7341),n=i(4829),o=i(4265),r=i(9590),a=i(2260),l=i(9654),d=i(9111);class u extends s.u{constructor(t,e){if(super(t),this.menuItemCollection=[],this.firstChars=[],this.firstItem=null,this.lastItem=null,this.hasFocus=!1,this.hasHover=!1,this.handleMouseenter=()=>{this.hasHover=!0},this.handleMouseleave=t=>{this.hasHover=!1;const e=new r.x(t.clientX,t.clientY);this.isInController(e)||setTimeout((()=>{this.close(!1)}),300)},this.setFocusByFirstCharacter=(t,e)=>{e=e.toLowerCase();let i=this.menuItemCollection.indexOf(t)+1;i===this.menuItemCollection.length&&(i=0);const s=(t,s)=>t===e&&s>=i;let n=this.firstChars.findIndex(s);-1===n&&(i=0,n=this.firstChars.findIndex(s)),n>-1&&this.menuItemCollection[n].root.focus()},this.open=()=>{this.root.classList.add(l.s.MENU_OPEN),this.controller.root.setAttribute(n.Attribute.ARIA_EXPANDED,"true"),this.controller.setExpanded(!0)},0===this.root.childElementCount)throw new Error(`${l.D.NO_CHILDREN}`);this.menuItems=Array.from(this.root.querySelectorAll(`.${a.CssClasses.LIST_ITEM}`)),this.controller=e,this.init()}init(){let t;this.root.tabIndex=-1,this.root.setAttribute(n.Attribute.ROLE,n.Role.MENU),this.root.addEventListener(o.EventType.MOUSEENTER,this.handleMouseenter),this.root.addEventListener(o.EventType.MOUSELEAVE,this.handleMouseleave);for(const t of this.menuItems)t.setAttribute(n.Attribute.ROLE,n.Role.NONE);const e=Array.from(this.root.querySelectorAll(":scope > .glue-header__item > .glue-header__link"));for(const i of e){t=new d.D(i,this);const e=t.root.nextElementSibling;e instanceof HTMLUListElement&&(t.popupMenu=new u(e,t)),this.menuItemCollection.push(t),this.addFirstChar(i)}const i=this.menuItemCollection.length;i>0&&(this.firstItem=this.menuItemCollection[0],this.lastItem=this.menuItemCollection[i-1])}destroy(){var t;this.root.removeAttribute(n.Attribute.ROLE),this.root.removeAttribute(n.Attribute.TAB_INDEX);for(const t of this.menuItems)t.removeAttribute(n.Attribute.ROLE);for(const e of this.menuItemCollection)null===(t=e.popupMenu)||void 0===t||t.destroy(),e.destroy();this.root.removeEventListener(o.EventType.MOUSEENTER,this.handleMouseenter),this.root.removeEventListener(o.EventType.MOUSELEAVE,this.handleMouseleave)}addFirstChar(t){var e;const i=null===(e=t.textContent)||void 0===e?void 0:e.trim().charAt(0).toLowerCase();this.firstChars.push(null!=i?i:"")}isInController(t){const e=this.controller.root.getBoundingClientRect();return t.x>=e.left&&t.x<=e.right&&t.y>=e.top&&t.y<=e.bottom}isMenuItem(t){return null!==t.parentMenu&&!1===t.isMenubarItem}setFocusToMenubarItem(t){for(;t;){if(t.isMenubarItem)return t.root.focus(),t;this.isMenuItem(t)&&(t.parentMenu.hasFocus=!1,t=t.parentMenu.controller)}return null}setFocusToController(t){var e,i,s,n,o;if(void 0!==t){if(this.controller.isMenubarItem)"previous"===t?null===(s=this.controller.parentMenu)||void 0===s||s.setFocusToPreviousItem(this.controller):"next"===t&&(null===(n=this.controller.parentMenu)||void 0===n||n.setFocusToNextItem(this.controller));else if(this.controller.root.focus(),this.close(),"next"===t){const t=this.setFocusToMenubarItem(this.controller);null===(o=null==t?void 0:t.parentMenu)||void 0===o||o.setFocusToNextItem(t)}}else null===(i=null===(e=this.controller)||void 0===e?void 0:e.root)||void 0===i||i.focus()}setFocusToFirstItem(){var t;null===(t=this.firstItem)||void 0===t||t.root.focus()}setFocusToLastItem(){var t;null===(t=this.lastItem)||void 0===t||t.root.focus()}setFocusToPreviousItem(t){var e;if(t===this.firstItem)null===(e=this.lastItem)||void 0===e||e.root.focus();else{const e=this.menuItemCollection.indexOf(t);this.menuItemCollection[e-1].root.focus()}}setFocusToNextItem(t){var e;if(t===this.lastItem)null===(e=this.firstItem)||void 0===e||e.root.focus();else{const e=this.menuItemCollection.indexOf(t);this.menuItemCollection[e+1].root.focus()}}close(t=!1){var e;let i=!1,s=this.hasFocus;if(this.controller.isMenubarItem&&(i=this.controller.hasHover),!s)for(const t of this.menuItemCollection)s=s||!!(null===(e=t.popupMenu)||void 0===e?void 0:e.hasFocus);!t&&(s||this.hasHover||i)||(this.root.classList.remove(l.s.MENU_OPEN),this.controller.setExpanded(!1))}}},9111:(t,e,i)=>{i.d(e,{D:()=>a});var s=i(7341),n=i(4829),o=i(4265),r=i(1234);class a extends s.u{constructor(t,e){super(t),this.parentMenu=e,this.isMenubarItem=!1,this.popupMenu=null,this.handleKeydown=t=>{let e=!1;const i=t.key;switch(t.key){case r.Key.SPACE:case r.Key.ENTER:this.popupMenu&&(this.popupMenu.open(),this.popupMenu.setFocusToFirstItem()),e=!1;break;case r.Key.UP:this.parentMenu.setFocusToPreviousItem(this),e=!0;break;case r.Key.DOWN:this.parentMenu.setFocusToNextItem(this),e=!0;break;case r.Key.LEFT:if(this.controllerWithoutParentMenu(this.parentMenu.controller))return;this.parentMenu.setFocusToController("previous"),this.parentMenu.close(!0),e=!0;break;case r.Key.RIGHT:if(this.controllerWithoutParentMenu(this.parentMenu.controller))return;this.popupMenu?(this.popupMenu.open(),this.popupMenu.setFocusToFirstItem()):(this.parentMenu.setFocusToController("next"),this.parentMenu.close(!0)),e=!0;break;case r.Key.HOME:case r.Key.PAGEUP:this.parentMenu.setFocusToFirstItem(),e=!0;break;case r.Key.END:case r.Key.PAGEDOWN:this.parentMenu.setFocusToLastItem(),e=!0;break;case r.Key.ESC:this.parentMenu.setFocusToController(),this.parentMenu.close(!0),e=!0;break;case r.Key.TAB:this.parentMenu.setFocusToController(),this.parentMenu.close(!0);break;default:1===(s=i).length&&s.match(/\S/)&&(this.parentMenu.setFocusByFirstCharacter(this,i),e=!0)}var s;e&&(t.stopPropagation(),t.preventDefault())},this.handleClick=()=>{this.parentMenu.setFocusToController(),this.parentMenu.close(!0)},this.handleFocus=()=>{this.parentMenu.hasFocus=!0},this.handleBlur=()=>{this.parentMenu.hasFocus=!1,setTimeout((()=>{this.parentMenu.close(!1)}),300)},this.handleMouseenter=()=>{var t;this.parentMenu.hasHover=!0,this.parentMenu.open(),this.popupMenu&&(this.popupMenu.hasHover=!0),null===(t=this.popupMenu)||void 0===t||t.open()},this.handleMouseleave=()=>{var t;this.popupMenu&&(this.popupMenu.hasHover=!1),null===(t=this.popupMenu)||void 0===t||t.close(!0)},this.init()}init(){this.root.tabIndex=-1,this.root.getAttribute(n.Attribute.ROLE)||this.root.setAttribute(n.Attribute.ROLE,n.Role.MENUITEM),this.root.addEventListener(o.EventType.KEYDOWN,this.handleKeydown),this.root.addEventListener(o.EventType.CLICK,this.handleClick),this.root.addEventListener(o.EventType.FOCUS,this.handleFocus),this.root.addEventListener(o.EventType.BLUR,this.handleBlur),this.root.addEventListener(o.EventType.MOUSEENTER,this.handleMouseenter),this.root.addEventListener(o.EventType.MOUSELEAVE,this.handleMouseleave)}destroy(){this.root.removeAttribute(n.Attribute.ROLE),this.root.removeAttribute(n.Attribute.TAB_INDEX),this.root.removeEventListener(o.EventType.KEYDOWN,this.handleKeydown),this.root.removeEventListener(o.EventType.CLICK,this.handleClick),this.root.removeEventListener(o.EventType.FOCUS,this.handleFocus),this.root.removeEventListener(o.EventType.BLUR,this.handleBlur),this.root.removeEventListener(o.EventType.MOUSEENTER,this.handleMouseenter),this.root.removeEventListener(o.EventType.MOUSELEAVE,this.handleMouseleave)}controllerWithoutParentMenu(t){return null===t.parentMenu}setExpanded(t){t?this.root.setAttribute(n.Attribute.ARIA_EXPANDED,"true"):this.root.setAttribute(n.Attribute.ARIA_EXPANDED,"false")}}},735:(t,e,i)=>{var s,n;i.d(e,{D:()=>n,s:()=>s}),function(t){t.COMPONENT="glue-header__site-switcher",t.MENU="glue-header__site-switcher-menu",t.MENU_ITEM="glue-header__item",t.MENU_LINK="glue-header__link",t.MENU_ITEM_DESCRIPTION="glue-header__site-switcher-item-description",t.MORE_PRODUCTS="glue-header__site-switcher-more-products"}(s||(s={})),function(t){t.NO_ARIA_CONTROL="aria-control value is not set on the site switcher element.",t.NO_MENU="Header Site Switcher could not find a menu element."}(n||(n={}))},2078:(t,e,i)=>{i.d(e,{N:()=>h});var s=i(7341),n=i(4829),o=i(4265),r=i(1234),a=i(2260),l=i(6486),d=i(8179),u=i(735);class h extends s.u{constructor(t){if(super(t),this.parentMenu=null,this.hasFocus=!1,this.hasHover=!1,this.isMenubarItem=!1,this.handleKeydown=t=>{let e=!1;switch(t.key){case r.Key.SPACE:case r.Key.ENTER:case r.Key.DOWN:this.popupMenu.open(),this.popupMenu.setFocusToFirstItem(),e=!0;break;case r.Key.UP:this.popupMenu.open(),this.popupMenu.setFocusToLastItem(),e=!0}e&&(t.stopPropagation(),t.preventDefault())},this.handleClick=()=>{"true"===this.root.getAttribute(n.Attribute.ARIA_EXPANDED)?this.popupMenu.close(!0):(this.popupMenu.open(),this.popupMenu.setFocusToFirstItem())},this.handleFocus=()=>{this.popupMenu.hasFocus=!0},this.handleBlur=()=>{this.popupMenu.hasFocus=!1},this.handleMouseenter=t=>{this.hasHover=!0,this.popupMenu.open()},this.handleMouseLeave=()=>{this.hasHover=!1,setTimeout((()=>{this.popupMenu.close(!1)}),300)},!this.root.getAttribute(n.Attribute.ARIA_CONTROLS))throw new Error(u.D.NO_ARIA_CONTROL);const e=this.root.closest(`.${a.CssClasses.BAR_DESKTOP}`).querySelector("#"+this.root.getAttribute(n.Attribute.ARIA_CONTROLS));if(!e)throw new Error(u.D.NO_MENU);this.popupMenu=new d.i(e,this),this.init()}init(){this.root.setAttribute(n.Attribute.ARIA_HASPOPUP,"true"),this.root.addEventListener(o.EventType.KEYDOWN,this.handleKeydown),this.root.addEventListener(o.EventType.CLICK,this.handleClick),this.root.addEventListener(o.EventType.FOCUS,this.handleFocus),this.root.addEventListener(o.EventType.BLUR,this.handleBlur),this.root.addEventListener(o.EventType.MOUSEENTER,this.handleMouseenter),this.root.addEventListener(o.EventType.MOUSELEAVE,this.handleMouseLeave),this.root.setAttribute(n.Attribute.ROLE,n.Role.BUTTON),this.root.tabIndex=0;const t=this.root.closest(`.${l.CssClasses.ROOT}`);null==t||t.addEventListener(l.Strings.OPEN,(()=>{for(const t of this.popupMenu.menuItemCollection)t.destroy()})),null==t||t.addEventListener(l.Strings.CLOSE,(()=>{for(const t of this.popupMenu.menuItemCollection)t.init()}))}destroy(){this.root.removeAttribute(n.Attribute.ARIA_HASPOPUP),this.root.removeAttribute(n.Attribute.ROLE),this.root.removeAttribute(n.Attribute.TAB_INDEX),this.root.removeEventListener(o.EventType.KEYDOWN,this.handleKeydown),this.root.removeEventListener(o.EventType.CLICK,this.handleClick),this.root.removeEventListener(o.EventType.FOCUS,this.handleFocus),this.root.removeEventListener(o.EventType.BLUR,this.handleBlur),this.root.removeEventListener(o.EventType.MOUSEENTER,this.handleMouseenter),this.root.removeEventListener(o.EventType.MOUSELEAVE,this.handleMouseLeave)}setExpanded(t){this.root.setAttribute(n.Attribute.ARIA_EXPANDED,t.toString())}}},4487:(t,e,i)=>{var s,n,o;i.r(e),i.d(e,{Attributes:()=>n,CssClasses:()=>s,Strings:()=>o}),function(t){t.ROOT="glue-header__stepped-nav",t.CONTROLS_CONTAINER="glue-header__stepped-nav-controls-container",t.CONTROLS="glue-header__stepped-nav-controls",t.CONTROLS_ARROW="glue-header__stepped-nav-controls-arrow",t.CONTROLS_TITLE="glue-header__stepped-nav-controls-title",t.MENU_CONTAINER="glue-header__stepped-nav-menus",t.SUBNAV_ICON="glue-header__stepped-nav-subnav-icon",t.PARENT_POSITION="glue-header__stepped-nav-parent-position",t.PAGE="glue-stepped-page",t.PAGES="glue-stepped-pages"}(s||(s={})),function(t){t.PARENT_INDEX="data-glue-stepped-nav-parent-index",t.PARENT_INDEX_CAMEL="glueSteppedNavParentIndex",t.STEPPED_PAGE="data-glue-stepped-page",t.STEPPED_PAGE_CAMEL="glueSteppedPage",t.STEPPEDNAV_LABEL="glueSteppednavLabel"}(n||(n={})),function(t){t.CURRENT_PAGE="currentPage",t.TOTAL_PAGES="totalPages",t.NEXT_EVENT="nextPage",t.CONTROLS_MODEL_ID="stepped-nav-controls",t.MISSING_CONTROLS="Some of the Stepped Nav controls elements are missing.",t.MISSING_PAGES_CONT="The container element for Stepped Nav Pages is missing.",t.MISSING_LINK_BAR="Stepped Nav can't find the Link Bar Header element.",t.STEPPED_PAGE="glue-stepped-page",t.STEPPED_NAV_LABEL_VAR_NAME="$glue_steppednav_label$",t.STEPPEDNAV_LABEL="$glue_steppednav_label$, Navigate back to parent menu, $glue_steppednav_label$ opened"}(o||(o={}))},1622:(t,e,i)=>{i.d(e,{T:()=>h});var s=i(7341),n=i(4829),o=i(4265),r=i(1234),a=i(2950),l=i(2260),d=i(4487),u=i(5038);class h extends s.u{static getSteppedNavElement(t){return t.querySelector(`.${d.CssClasses.ROOT}`)}constructor(t){super(t),this.activeInitPageIndex=1,this.modelDefaults={currentPage:1,totalPages:0},this.handleKeyPress=t=>{this.keyPress(t)},this.handleClick=t=>{var e;t.target instanceof Element&&this.selectPage(t.target),t.target instanceof HTMLAnchorElement&&(null===(e=t.target.parentElement)||void 0===e?void 0:e.hasAttribute(d.Attributes.STEPPED_PAGE))&&t.preventDefault()},this.updateHandler=()=>{this.root.focus()},this.observer=new a.n(Object.assign({},this.modelDefaults)),this.model=this.observer.data,this.initMenuPages(),this.initControls(),this.buildPagesFromNav(),this.model.currentPage=this.activeInitPageIndex,this.root.setAttribute(n.Attribute.ROLE,n.Role.NAVIGATION),this.root.tabIndex=Number(n.TabIndex.TABBABLE),this.root.addEventListener(o.EventType.CLICK,this.handleClick),this.root.addEventListener(o.EventType.KEYDOWN,this.handleKeyPress),this.observer.listen(d.Strings.CURRENT_PAGE,this.updateHandler)}initMenuPages(){if(this.pagesContainer=this.root.querySelector(`.${d.CssClasses.MENU_CONTAINER}`),!this.pagesContainer)throw new Error(d.Strings.MISSING_PAGES_CONT);this.pagesContainer.classList.add(d.CssClasses.PAGES)}initControls(){if(this.steppedControlsContainer=this.root.querySelector(`.${d.CssClasses.CONTROLS_CONTAINER}`),this.steppedControls=this.root.querySelector(`.${d.CssClasses.CONTROLS}`),this.steppedControlsTitle=this.root.querySelector(`.${d.CssClasses.CONTROLS_TITLE}`),!this.steppedControlsContainer||!this.steppedControls||!this.steppedControlsTitle)throw new Error(d.Strings.MISSING_CONTROLS);this.steppedControls.remove(),this.subnavIcon=this.steppedControls.querySelector(`.${d.CssClasses.SUBNAV_ICON}`),this.subnavIcon&&this.subnavIcon.remove(),this.steppedControls.classList.add(d.CssClasses.PAGE)}buildPagesFromNav(){var t,e;const i=null===(t=this.root.parentElement)||void 0===t?void 0:t.querySelector(`.${l.CssClasses.LINK_BAR}`);if(!i)throw new Error(d.Strings.MISSING_LINK_BAR);const s=null===(e=i.firstElementChild)||void 0===e?void 0:e.cloneNode(!0);s instanceof HTMLElement&&this.harvestMenu(s),this.menuPages=new u.b(this.pagesContainer,this.observer),this.controlsPages=new u.b(this.steppedControlsContainer,this.observer),this.model.totalPages=this.pagesContainer.children.length}harvestMenu(t,e,i=""){t.classList.add(d.CssClasses.PAGE),this.pagesContainer.appendChild(t),this.steppedControlsTitle.textContent=i;const s=this.steppedControls.cloneNode(!0);s.classList.add(l.CssClasses.LINK_ITEM),t.classList.contains(d.CssClasses.PARENT_POSITION)&&s.classList.add(d.CssClasses.PARENT_POSITION),e&&(s.dataset[d.Attributes.PARENT_INDEX_CAMEL]=String(e),t.dataset[d.Attributes.PARENT_INDEX_CAMEL]=String(e)),s.tabIndex=Number(n.TabIndex.NOT_TABBABLE),this.steppedControlsContainer.appendChild(s);const o=this.pagesContainer.children.length;for(const e of Array.from(t.children))e instanceof HTMLElement&&this.harvestListItem(o,e),e.classList.contains(l.CssClasses.ACTIVE_MENU)&&(t.classList.add(d.CssClasses.PARENT_POSITION),s.classList.add(d.CssClasses.PARENT_POSITION));if(i){const t=(s.dataset[d.Attributes.STEPPEDNAV_LABEL]||d.Strings.STEPPEDNAV_LABEL).replaceAll(d.Strings.STEPPED_NAV_LABEL_VAR_NAME,i);s.setAttribute(n.Attribute.ARIA_LABEL,t),s.setAttribute(n.Attribute.ROLE,n.Role.BUTTON)}return o}harvestListItem(t,e){var i;const s=this.getChildOfNodeType(e,"UL"),o=this.getChildOfNodeType(e,"A");if(!s&&e.classList.contains(l.CssClasses.ACTIVE_LINK)&&(this.activeInitPageIndex=t),o&&(o.tabIndex=Number(n.TabIndex.NOT_TABBABLE)),!s||!o)return;s.remove();const r=this.harvestMenu(s,t,null===(i=o.textContent)||void 0===i?void 0:i.trim());e.dataset[d.Attributes.STEPPED_PAGE_CAMEL]=String(r);const a=this.getChildOfNodeType(o,"svg");null==a||a.remove(),this.subnavIcon&&o.appendChild(this.subnavIcon.cloneNode(!0))}keyPress(t){const e=t.target,i=!!this.root.closest("[dir=rtl]"),s=this.controlsPages.selectableElements.concat(this.menuPages.selectableElements),n=s.indexOf(document.activeElement);switch(t.key){case r.Key.ENTER:case r.Key.SPACE:this.selectPage(e);break;case r.Key.LEFT:i?this.selectSubPage(e):this.selectParentPage();break;case r.Key.RIGHT:i?this.selectParentPage():this.selectSubPage(e);break;case r.Key.UP:n>0?s[n-1].focus():s[s.length-1].focus();break;case r.Key.DOWN:n>=s.length-1?s[0].focus():s[n+1].focus();break;case r.Key.HOME:s[0].focus();break;case r.Key.END:s[s.length-1].focus()}}selectPage(t){this.steppedControlsContainer.contains(t)?this.selectParentPage():this.selectSubPage(t)}selectSubPage(t){const e=t.closest(`[${d.Attributes.STEPPED_PAGE}]`);if(e){const t=Number(null==e?void 0:e.dataset[d.Attributes.STEPPED_PAGE_CAMEL]);this.model.currentPage=t}}selectParentPage(){const t=this.controlsPages.getCurrentPageParentIndex();this.model.currentPage=t}getChildOfNodeType(t,e){return Array.from(t.children).find((t=>t.nodeName===e))}destroy(){this.menuPages&&this.menuPages.destroy(),this.controlsPages&&this.controlsPages.destroy(),this.observer.unlisten(d.Strings.CURRENT_PAGE,this.updateHandler),this.root.removeEventListener(o.EventType.CLICK,this.handleClick),this.root.removeEventListener(o.EventType.KEYDOWN,this.handleKeyPress);for(const t of this.pagesContainer.childNodes)this.pagesContainer.removeChild(t);for(const t of this.steppedControlsContainer.childNodes)this.steppedControlsContainer.removeChild(t);this.steppedControls.removeEventListener(o.EventType.CLICK,this.handleClick),this.steppedControls.removeEventListener(o.EventType.KEYDOWN,this.handleKeyPress)}}},5038:(t,e,i)=>{i.d(e,{b:()=>l});var s=i(7341),n=i(4829),o=i(7737),r=i(2260),a=i(4487);class l extends s.u{constructor(t,e){super(t),this.observer=e,this.pageEls=Array.from(this.root.children),this.elementIds=[],this.selectableElements=[],this.handleUpdate=()=>{this.update()},this.initialize()}initialize(){this.observer.listen(a.Strings.CURRENT_PAGE,this.handleUpdate),this.model=this.observer.data,this.initPageElementIDs(),this.update()}initPageElementIDs(){let t;for(const[e,i]of this.pageEls.entries())t=`${a.Strings.STEPPED_PAGE}-${Math.round(99999999*Math.random())}`,i.id=t,i.classList.add(`${a.Strings.STEPPED_PAGE}-${e+1}`),this.elementIds[e+1]||(this.elementIds[e+1]=t)}update(){const t=e=>{const i=e.hasAttribute(a.Attributes.STEPPED_PAGE)?Number(e.dataset[a.Attributes.STEPPED_PAGE_CAMEL]):Number(e.dataset[a.Attributes.PARENT_INDEX_CAMEL]);if(isNaN(i))return;const s=this.pageEls[i-1];null==s||s.classList.add(a.CssClasses.PARENT_POSITION),t(s)},e=this.pageEls[this.model.currentPage-1];for(const t of this.pageEls){t===e?(t.classList.add(o.s.SHOW),t.removeAttribute(n.Attribute.ARIA_HIDDEN)):(t.classList.remove(o.s.SHOW,a.CssClasses.PARENT_POSITION),t.setAttribute(n.Attribute.ARIA_HIDDEN,"true")),this.updatePageElements(t)}e.classList.contains(a.CssClasses.CONTROLS)?this.selectableElements=e.hasAttribute(a.Attributes.PARENT_INDEX)?[e]:[]:this.selectableElements=Array.from(e.querySelectorAll(`.${r.CssClasses.LINK_ITEM}`)),t(e)}updatePageElements(t){const e=Array.from(t.children);for(const t of e)if(t.hasAttribute(a.Attributes.STEPPED_PAGE)&&(t.setAttribute(n.Attribute.ARIA_HASPOPUP,"true"),t.setAttribute(n.Attribute.ARIA_SELECTED,String(t.classList.contains(r.CssClasses.ACTIVE_MENU))),t instanceof HTMLElement)){const e=Number(t.dataset[a.Attributes.STEPPED_PAGE_CAMEL]);t.setAttribute(n.Attribute.ARIA_CONTROLS,this.elementIds[e])}}getCurrentPageParentIndex(){const t=this.pageEls[this.model.currentPage-1],e=Number(t.dataset[a.Attributes.PARENT_INDEX_CAMEL]);return isNaN(e)?1:e}destroy(){for(const t of this.pageEls)t.classList.remove(o.s.SHOW,a.CssClasses.PARENT_POSITION),t.id="";this.observer.unlisten(a.Strings.CURRENT_PAGE,this.handleUpdate)}}},2108:(t,e,i)=>{var s,n,o,r;i.r(e),i.d(e,{CssClasses:()=>s,DataAttr:()=>r,Numbers:()=>o,Strings:()=>n}),function(t){t.BUTTON="glue-jumplinks__button",t.BUTTON_LEFT="glue-jumplinks__button--prev",t.BUTTON_RIGHT="glue-jumplinks__button--next",t.BUTTON_ACTIVE="glue-jumplinks__button--active",t.LIST="glue-jumplinks__list",t.ITEMS="glue-jumplinks__list-item",t.LINK="glue-jumplinks__link",t.LINK_ACTIVE="glue-jumplinks__link--active",t.VIEWPORT="glue-jumplinks__viewport",t.REWIND="glue-jumplinks--rewind",t.ROOT="glue-jumplinks"}(s||(s={})),function(t){t.LI_WIDTH="liWidth",t.VIEWPORT="viewport",t.PAGE_X="pageX",t.SLIDES="slides",t.ACTIVE_LINK="activeLink",t.RTL="rtl",t.TRANSFORM="transform",t.BLOCK="block",t.FIXED="fixed",t.JUMPLINK_DEFAULT_LABEL="Jump to section within page",t.NOT_FIXED="absolute",t.NO_ANIMATION="none"}(n||(n={})),function(t){t[t.DEFAULT_OFFSET=144]="DEFAULT_OFFSET",t[t.JUMPLINKS_MARGIN=16]="JUMPLINKS_MARGIN",t[t.JUMPLINKS_HEIGHT=48]="JUMPLINKS_HEIGHT",t[t.SCROLL_THRESHOLD=130]="SCROLL_THRESHOLD"}(o||(o={})),function(t){t.JUMPLINK_LABEL="glueJumplinkLabel"}(r||(r={}))},2613:(t,e,i)=>{i.r(e),i.d(e,{Jumplinks:()=>c});var s=i(7341),n=i(4829),o=i(2181),r=i(4265),a=i(2064),l=i(2950),d=i(7854),u=i(2887),h=i(2108);class c extends s.u{constructor(t,e){super(t),this.linkTargets=[],this.lastScrollPosition=0,this.isScrolling=!1,this.handleClick=t=>{this.clickHandler(t)},this.handleActiveLinkChange=()=>{this.activeLinkChangeHandler()},this.handleScroll=()=>{this.scrollHandler()},this.handleResize=()=>{this.resizeHandler()},this.handleLinkFocus=t=>{this.focusLinkHandler(t)},this.handleHorizontalScroll=()=>{this.updateButtons()};let i=this.root.querySelector(`.${h.CssClasses.LIST}`);if(!i)throw new Error("Jumplinks List element is missing.");if(this.list=i,i=this.root.querySelector(`.${h.CssClasses.BUTTON_LEFT}`),!i)throw new Error("Jumplinks left button element is missing.");if(this.prevButton=i,i=this.root.querySelector(`.${h.CssClasses.BUTTON_RIGHT}`),!i)throw new Error("Jumplinks right button element is missing.");if(this.nextButton=i,this.listItems=Array.from(this.root.querySelectorAll(`.${h.CssClasses.ITEMS}`)),0===this.listItems.length)throw new Error("Jumplinks list item is missing.");if(this.links=Array.from(this.root.querySelectorAll(`.${h.CssClasses.LINK}`)),0===this.links.length)throw new Error("Jumplinks link item is missing.");this.options=Object.assign({},{offset:h.Numbers.DEFAULT_OFFSET,belowHeader:!1},e),this.smoothScroll=new u.p,this.observer=new l.n({activeLink:""}),this.leftWatchPoint=this.root.getBoundingClientRect().x+this.prevButton.offsetWidth,this.rightWatchPoint=this.leftWatchPoint+this.list.offsetWidth,this.initialize()}initialize(){this.setAttributes(),this.updateButtons(),this.getLinkTargets(),this.registerListeners(),this.createIntersectionObserver()}createIntersectionObserver(){const t={root:null,rootMargin:`-${Math.floor(window.innerHeight/2)}px 0px`,threshold:0},e=new IntersectionObserver((t=>{for(const e of t)e.isIntersecting?this.setActiveLink(e.target.id):e.target.id===this.getActiveLink()&&this.reset()}),t);for(const t of this.linkTargets)e.observe(t)}destroy(){this.deregisterListeners()}setAttributes(){const t=this.root.querySelector(`.${h.CssClasses.LIST}`).dataset[h.DataAttr.JUMPLINK_LABEL]||h.Strings.JUMPLINK_DEFAULT_LABEL;this.root.setAttribute(n.Attribute.ROLE,"navigation");for(const e of this.links)e.setAttribute(n.Attribute.ARIA_LABEL,`${e.text} - ${t}`);for(const t of[this.prevButton,this.nextButton])t.tabIndex=n.TabIndex.NOT_TABBABLE,t.setAttribute(n.Attribute.ARIA_HIDDEN,"true")}setActiveLink(t){this.observer.data.activeLink=t}getActiveLink(){return this.observer.data.activeLink}getLinkTargets(){for(const t of this.links){const e=t.hash.substring(1),i=document.querySelector(`#${e}`);if(!i)throw new Error(`Element with id "${e}" does not exist.`);this.linkTargets.push(i)}}registerListeners(){this.root.addEventListener(r.EventType.CLICK,this.handleClick);this.list.addEventListener(r.EventType.SCROLL,this.handleHorizontalScroll),document.addEventListener(r.EventType.SCROLL,((t,e)=>{let i;return(...s)=>{i||(t.apply(this,s),i=!0,setTimeout((()=>i=!1),e))}})(this.handleScroll,16)),window.addEventListener(r.EventType.RESIZE,this.handleResize),this.observer.listen(h.Strings.ACTIVE_LINK,this.handleActiveLinkChange),document.addEventListener(d.ScrollEventType.ENDSCROLL,(()=>{this.isScrolling=!1,this.updateTopOffset()}));for(const t of this.links)t.addEventListener(r.EventType.FOCUS,this.handleLinkFocus)}deregisterListeners(){this.root.removeEventListener(r.EventType.CLICK,this.handleClick),this.list.removeEventListener(r.EventType.SCROLL,this.handleHorizontalScroll),window.removeEventListener(r.EventType.SCROLL,this.handleScroll),window.removeEventListener(r.EventType.RESIZE,this.handleResize),this.observer.unlisten(h.Strings.ACTIVE_LINK,this.handleActiveLinkChange);for(const t of this.links)t.removeEventListener(r.EventType.FOCUS,this.handleLinkFocus)}focusLinkHandler(t){t.target&&t.target instanceof Element&&this.updateButtons()}clickHandler(t){t.preventDefault();const e=t.target;let i;if(e===this.prevButton)i=this.isRTL()?this.getPartialLink("next"):this.getPartialLink("prev"),i.scrollIntoView({behavior:"auto",block:"nearest",inline:"end"});else if(e===this.nextButton)i=this.isRTL()?this.getPartialLink("prev"):this.getPartialLink("next"),i.scrollIntoView({behavior:"auto",block:"nearest",inline:"start"});else if(e instanceof HTMLAnchorElement&&this.links.includes(e)){i=e;const t=i.hash.substring(1),s=this.options.offset+h.Numbers.JUMPLINKS_HEIGHT+h.Numbers.JUMPLINKS_MARGIN,r=Math.floor(window.innerHeight/2),l=s>r?r:s,d=document.querySelector(`#${t}`);this.smoothScroll.startScroll(d,{duration:600,easing:o.hn,direction:"both",hash:!0,offset:{x:0,y:l}}),this.isScrolling=!0;a.isElementFocusable(d)||(d.tabIndex=n.TabIndex.NOT_TABBABLE),d.focus()}this.updateButtons()}getPartialLink(t){let e;e="prev"===t?this.leftWatchPoint:this.rightWatchPoint;for(const t of this.links){const i=t.getBoundingClientRect();if(i.xe)return t}return this.links[0]}reset(){this.setActiveLink("")}activeLinkChangeHandler(){this.renderActiveLink();const t=this.getActiveLink();if(""!==t){const e=this.links.find((e=>e.hash===`#${t}`));null==e||e.scrollIntoView({behavior:"auto",block:"nearest",inline:"center"})}this.updateButtons()}scrollHandler(){!0!==this.isScrolling&&this.updateTopOffset()}resizeHandler(){this.leftWatchPoint=this.root.getBoundingClientRect().x+this.prevButton.offsetWidth,this.rightWatchPoint=this.leftWatchPoint+this.list.offsetWidth,this.updateButtons()}updateButtons(){this.prevButton.classList.remove(h.CssClasses.BUTTON_ACTIVE),this.nextButton.classList.remove(h.CssClasses.BUTTON_ACTIVE),this.isRTL()?(this.list.scrollLeft<0&&this.prevButton.classList.add(h.CssClasses.BUTTON_ACTIVE),this.list.scrollWidth+this.list.scrollLeft-this.list.clientWidth>10&&this.nextButton.classList.add(h.CssClasses.BUTTON_ACTIVE)):(this.list.scrollLeft>0&&this.prevButton.classList.add(h.CssClasses.BUTTON_ACTIVE),this.list.scrollWidth-this.list.scrollLeft-this.list.clientWidth>10&&this.nextButton.classList.add(h.CssClasses.BUTTON_ACTIVE))}renderActiveLink(){const t=this.getActiveLink(),e=this.links.find((e=>e.hash===`#${t}`)),i=this.root.querySelector(`.${h.CssClasses.LINK_ACTIVE}`);null==i||i.classList.remove(h.CssClasses.LINK_ACTIVE),null==i||i.removeAttribute(n.Attribute.ARIA_CURRENT),null==e||e.classList.add(h.CssClasses.LINK_ACTIVE),null==e||e.setAttribute(n.Attribute.ARIA_CURRENT,"true")}updateTopOffset(){if(this.lastScrollPosition===window.scrollY)return;if(document.body.clientHeight-window.scrollY-window.innerHeight<=h.Numbers.SCROLL_THRESHOLD)return this.root.classList.remove(h.CssClasses.REWIND),void this.unsetOffset();const t=this.options.offset-h.Numbers.JUMPLINKS_MARGIN;if(window.scrollY<=t)return this.root.classList.remove(h.CssClasses.REWIND),void this.unsetOffset();if(window.scrollY>t)if(window.scrollY{i.d(e,{x:()=>s});class s{constructor(t=0,e=0){this.x=t,this.y=e}static difference(t,e){return new s(t.x-e.x,t.y-e.y)}}},48:(t,e,i)=>{var s,n;i.r(e),i.d(e,{CssClasses:()=>s,Strings:()=>n}),function(t){t.ROOT="glue-modal",t.CLOSE_BTN="glue-modal__close-btn",t.CLOSING="glue-modal-closing",t.OPEN="glue-modal-open",t.NO_SCROLL="glue-no-scroll",t.DARK="glue-modal--dark"}(s||(s={})),function(t){t.OPENED_EVENT="GlueModal:opened",t.CLOSED_EVENT="GlueModal:closed",t.CLOSE_MODAL_LABEL="Close the modal"}(n||(n={}))},4073:(t,e,i)=>{i.r(e),i.d(e,{Modal:()=>d});var s=i(7341),n=i(4829),o=i(4265),r=i(1234),a=i(2064),l=i(48);class d extends s.u{constructor(t,e,i=null){super(t),this.lastFocus=document.activeElement,this.ignoreFocusChange=!1,this.ariaHiddenElements=[],this.handleTransitionEnds=()=>{this.root.classList.remove(l.CssClasses.CLOSING),this.focusAfterClosed.focus(),this.root.removeEventListener(o.EventType.TRANSITIONEND,this.handleTransitionEnds)},this.closeBtn=this.root.querySelector(`.${l.CssClasses.CLOSE_BTN}`),this.focusAfterClosed=e,this.focusFirst=i,this.handleCloseBtnClick=t=>{t.stopPropagation(),this.close()},this.handleKeyDown=t=>{t.stopPropagation();t.code===r.Key.ESC&&this.close()},this.handleFocus=t=>{this.trapFocus(t)},this.init()}init(){this.root.setAttribute(n.Attribute.ROLE,n.Role.DIALOG),this.root.setAttribute(n.Attribute.ARIA_MODAL,"true")}focusFirstDescendant(t){for(let e=0;e=0;e--){const i=t.children[e];if(this.attemptFocus(i)||this.focusLastDescendant(i))return!0}return!1}attemptFocus(t){if(!(0,a.isElementFocusable)(t))return!1;this.ignoreFocusChange=!0;try{t.focus()}catch(t){throw new Error(`${t}`)}return this.ignoreFocusChange=!1,t===document.activeElement}trapFocus(t){this.ignoreFocusChange||(this.root.contains(t.target)?this.lastFocus=t.target:(this.focusFirstDescendant(this.root),this.lastFocus===document.activeElement&&this.focusLastDescendant(this.root),this.lastFocus=document.activeElement))}open(){var t;this.root.classList.add(l.CssClasses.OPEN),this.emit(l.Strings.OPENED_EVENT,{}),null===(t=this.closeBtn)||void 0===t||t.addEventListener(o.EventType.CLICK,this.handleCloseBtnClick),document.body.classList.add(l.CssClasses.NO_SCROLL),document.addEventListener(o.EventType.KEYDOWN,this.handleKeyDown),document.addEventListener(o.EventType.FOCUS,this.handleFocus,!0),this.focusFirst?this.focusFirst.focus():this.focusFirstDescendant(this.root),this.ariaHideElements()}close(){var t;this.root.classList.remove(l.CssClasses.OPEN),this.root.classList.add(l.CssClasses.CLOSING),this.emit(l.Strings.CLOSED_EVENT,{}),document.body.classList.remove(l.CssClasses.NO_SCROLL),document.removeEventListener(o.EventType.FOCUS,this.handleFocus,!0),null===(t=this.closeBtn)||void 0===t||t.removeEventListener(o.EventType.CLICK,this.handleCloseBtnClick),document.removeEventListener(o.EventType.KEYDOWN,this.handleKeyDown),this.root.addEventListener(o.EventType.TRANSITIONEND,this.handleTransitionEnds),this.ariaUnhideElements()}ariaHideElements(){let t=this.root;for(;t&&t.parentNode;)[...t.parentNode.children].forEach((e=>{e!==t&&"true"!==e.getAttribute("aria-hidden")&&(this.ariaHiddenElements.push(e),e.setAttribute("aria-hidden","true"))})),t=t.parentNode}ariaUnhideElements(){this.ariaHiddenElements.forEach((t=>{t.removeAttribute("aria-hidden")})),this.ariaHiddenElements=[]}setFocusAfterClosed(t){this.focusAfterClosed=t}destroy(){this.root.removeAttribute(n.Attribute.ROLE),this.root.removeAttribute(n.Attribute.ARIA_MODAL)}}},2950:(t,e,i)=>{i.d(e,{n:()=>s});class s{constructor(t){this.data=t,this.watchers=new Map,this.walk(this.data)}walk(t){const e=Object.keys(t);for(let i=0;i{const s=n?n.call(t):i;return this.watchers.has(e)||this.watchers.set(e,[]),s},set:s=>{s!==(n?n.call(t):i)&&(o?o.call(t,s):i=s,this.notify(e))}})}listen(t,e){if("object"==typeof t)Object.keys(t).forEach((t=>{this.watchers.has(t)||this.watchers.set(t,[]);const i=this.watchers.get(t);i&&i.push(e)}));else{this.watchers.has(t)||this.watchers.set(t,[]);const i=this.watchers.get(t);i&&i.push(e)}}unlisten(t,e){"object"==typeof t?Object.keys(t).forEach((t=>{this.watchers.has(t)&&this.watchers.set(t,this.watchers.get(t).filter((t=>t!==e)))})):this.watchers.get(t)&&this.watchers.set(t,this.watchers.get(t).filter((t=>t!==e)))}notify(t){this.watchers.get(t)&&this.watchers.get(t).forEach((t=>{t.call(null)}))}}},4524:(t,e,i)=>{var s,n,o,r,a;i.d(e,{DH:()=>o,IT:()=>l,g2:()=>s,s7:()=>n,uB:()=>r,up:()=>a}),function(t){t.LEFT="left",t.RIGHT="right",t.TOP="top",t.BOTTOM="bottom"}(s||(s={})),function(t){t.PREFIX="data-glue-popover",t.ROOT="glue-popover",t.TRIGGER="glue-popover__trigger",t.DIALOG="glue-popover__dialog",t.CLOSE_BTN="glue-popover__close-btn",t.IS_SHOWN="glue-is-shown",t.COPY="glue-copy"}(n||(n={})),function(t){t.TRIGGER="trigger",t.PLACEMENT="placement",t.FOCUS="takeFocus",t.ROOT="root",t.MISSING_ID="Missing or invalid ID. Popover requires a unique ID",t.MISSING_TRIGGER="Popover trigger element is missing",t.MISSING_DIALOG="Popover dialog element is missing",t.INCORRECT_PLACEMENT="Placement value needs to be one of these: left, right, top, bottom."}(o||(o={})),function(t){t.TRIGGER="gluePopoverTrigger"}(r||(r={})),function(t){t.OPEN_EVENT="gluepopovershow",t.CLOSE_EVENT="gluepopoverclose"}(a||(a={}));const l=250},3685:(t,e,i)=>{i.d(e,{A:()=>u});var s=i(7341),n=i(9688),o=i(4829),r=i(8591),a=i(4265),l=i(1234),d=i(4524);class u extends s.u{constructor(t,e={},i,s){if(super(t),this.handleResize=()=>{this.setPopoverPosition()},this.handleResizeDebounce=()=>{this.resizeDebounce.debounce()},this.options=Object.assign({},u.defaults,e,this.getAttributeOptions()),!["top","bottom","left","right"].includes(this.options.placement))throw new Error(d.DH.INCORRECT_PLACEMENT);this.clickOutsideDialogHandler=t=>{this.handleClickOutsideDialog(t)},this.initInteractiveElements(i,s),this.resizeDebounce=new r.S(this.handleResize,d.IT)}initInteractiveElements(t,e){if(this.buttonEl=t||this.root.querySelector(`.${d.s7.TRIGGER}`),!this.buttonEl)throw new Error(d.DH.MISSING_TRIGGER);if(e)this.dialogEl=e;else if(this.dialogEl=this.root.querySelector(`.${d.s7.DIALOG}`),!this.dialogEl)throw new Error(d.DH.MISSING_DIALOG);this.closeEl=this.dialogEl.querySelector(`.${d.s7.CLOSE_BTN}`),this.buttonClickHandler=t=>{this.handleButtonClick(t)},this.keyDownHandler=t=>{this.handleKeyDown(t)},this.buttonEl.addEventListener(a.EventType.CLICK,this.buttonClickHandler),this.buttonEl.addEventListener(a.EventType.KEYDOWN,this.keyDownHandler),this.dialogEl.addEventListener(a.EventType.KEYDOWN,this.keyDownHandler),this.dialogEl.addEventListener(a.EventType.CLICK,this.buttonClickHandler),window.addEventListener(a.EventType.RESIZE,this.handleResizeDebounce),this.setDefaultElAttr()}destroy(){this.close(),this.buttonEl.removeEventListener(a.EventType.CLICK,this.buttonClickHandler),document.removeEventListener(a.EventType.CLICK,this.clickOutsideDialogHandler),this.dialogEl.removeEventListener(a.EventType.KEYDOWN,this.keyDownHandler),this.buttonEl.removeEventListener(a.EventType.KEYDOWN,this.keyDownHandler),this.dialogEl.removeEventListener(a.EventType.CLICK,this.buttonClickHandler),this.mouseLeaveHandler&&(this.buttonEl.removeEventListener(a.EventType.MOUSELEAVE,this.mouseLeaveHandler),this.dialogEl.removeEventListener(a.EventType.MOUSELEAVE,this.mouseLeaveHandler)),this.blurHandler&&window.removeEventListener(a.EventType.BLUR,this.blurHandler),window.removeEventListener(a.EventType.RESIZE,this.handleResizeDebounce)}checkEventFromChild(t,e){return e.target instanceof Node&&t.contains(e.target)}getAttributeOptions(){const{PREFIX:t}=d.s7,{PLACEMENT:e,FOCUS:i}=d.DH,s={},n=this.root.getAttribute(`${t}-${e}`),o=this.root.getAttribute(`${t}-${i}`);return n&&(s[e]=n),o&&(s[i]=n),s}setDefaultElAttr(){this.dialogEl.setAttribute(o.Attribute.ROLE,o.Role.DIALOG),this.dialogEl.tabIndex=o.TabIndex.NOT_TABBABLE,this.dialogEl.setAttribute(o.Attribute.ARIA_HIDDEN,"true"),this.buttonEl.setAttribute(o.Attribute.ROLE,o.Role.BUTTON),this.buttonEl.tabIndex=o.TabIndex.TABBABLE,this.buttonEl.setAttribute(o.Attribute.ARIA_EXPANDED,"false"),this.dialogEl.id&&0!==this.dialogEl.id.length||(this.dialogEl.id=`glue-popover-${Math.round(99999999*Math.random())}`);const t=[this.dialogEl.id,this.buttonEl.getAttribute(o.Attribute.ARIA_CONTROLS)];this.buttonEl.setAttribute(o.Attribute.ARIA_CONTROLS,t.join(" ").trim()),this.closeEl&&(this.closeEl.setAttribute(o.Attribute.ROLE,o.Role.BUTTON),this.closeEl.tabIndex=o.TabIndex.TABBABLE)}setElementFocus(){var t;this.options.takeFocus&&(null===(t=this.buttonEl)||void 0===t||t.focus())}open(){this.isOpen()||(this.setPopoverPosition(),this.dialogEl.setAttribute(o.Attribute.ARIA_HIDDEN,"false"),this.buttonEl.setAttribute(o.Attribute.ARIA_EXPANDED,"true"),this.root.classList.add(d.s7.IS_SHOWN),document.addEventListener(a.EventType.CLICK,this.clickOutsideDialogHandler),this.setElementFocus(),this.emit(d.up.OPEN_EVENT,{},!0))}close(){this.isOpen()&&(this.dialogEl.setAttribute(o.Attribute.ARIA_HIDDEN,"true"),this.buttonEl.setAttribute(o.Attribute.ARIA_EXPANDED,"false"),this.root.classList.remove(d.s7.IS_SHOWN),this.closeEl&&this.closeEl.classList.remove(d.s7.IS_SHOWN),this.setElementFocus(),this.emit(d.up.CLOSE_EVENT,{},!0),document.removeEventListener(a.EventType.CLICK,this.clickOutsideDialogHandler))}isOpen(){return this.root.classList.contains(d.s7.IS_SHOWN)}handleButtonClick(t){this.isOpen()?this.checkEventFromChild(this.buttonEl,t)?this.close():!this.closeEl||!this.checkEventFromChild(this.closeEl,t)||t.key&&t.key!==l.Key.ENTER&&t.key!==l.Key.SPACE||this.close():this.open()}handleKeyDown(t){var e,i;t.stopPropagation(),t.key===l.Key.ESC?this.close():this.closeEl&&this.checkEventFromChild(this.closeEl,t)||this.isOpen()&&this.checkEventFromChild(this.buttonEl,t)&&t.shiftKey&&t.key===l.Key.TAB?(t.preventDefault(),this.close()):this.isOpen()||!this.checkEventFromChild(this.buttonEl,t)||t.key!==l.Key.ENTER&&t.key!==l.Key.SPACE||(t.preventDefault(),null===(e=this.closeEl)||void 0===e||e.classList.add(d.s7.IS_SHOWN),this.open()),t.key===l.Key.TAB&&this.checkEventFromChild(this.dialogEl,t)&&(null===(i=this.closeEl)||void 0===i||i.classList.add(d.s7.IS_SHOWN))}handleClickOutsideDialog(t){const e=t.target instanceof Node&&this.root.contains(t.target);this.checkEventFromChild(this.dialogEl,t)||this.checkEventFromChild(this.buttonEl,t)||e||t.type!==a.EventType.CLICK||this.close()}setPopoverPosition(){const t=(0,n.H)(this.root,this.dialogEl,this.buttonEl,this.options.placement);if(t){const[e,i]=t;this.dialogEl.style.left=`${e}px`,this.dialogEl.style.top=`${i}px`}}static get defaults(){return{placement:d.g2.BOTTOM,takeFocus:!0}}}},6504:(t,e,i)=>{i.r(e),i.d(e,{ResponsiveMonitor:()=>n});var s=i(4265);class n{static getInstance(){return n.instance||(n.instance=new n),n.instance}constructor(t=[]){this.vpUpdateHandler=()=>{this.handleViewportUpdate()},this.mqRuleHandlerMaps=[],this.bpChangeHandlers=[],this.bpRuleHandlerMaps=[],this.currentBreakpoint=this.readBreakpoint(),this.previousBreakpoint="",Array.isArray(t)||(t=[t]),t.forEach(this.addRule.bind(this)),window.addEventListener(s.EventType.DOM_CONTENT_READY,this.vpUpdateHandler),window.addEventListener(s.EventType.RESIZE,this.vpUpdateHandler),window.addEventListener(s.EventType.ORIENTATION_CHANGE,this.vpUpdateHandler)}listen(t){"function"==typeof t?this.bpChangeHandlers.push(t):this.addRule(t)}unlisten(t){if("function"==typeof t){let t;for(let e=0;t=this.bpChangeHandlers[e];e++)if(t==t)return void this.bpChangeHandlers.splice(e,1)}else this.removeRule(t)}destroy(){this.currentBreakpoint="";for(const t of this.mqRuleHandlerMaps)t.mql.removeEventListener(s.EventType.CHANGE,t.handler);this.mqRuleHandlerMaps=[],this.bpRuleHandlerMaps=[],this.bpChangeHandlers=[],window.removeEventListener(s.EventType.DOM_CONTENT_READY,this.vpUpdateHandler),window.removeEventListener(s.EventType.RESIZE,this.vpUpdateHandler),window.removeEventListener(s.EventType.ORIENTATION_CHANGE,this.vpUpdateHandler)}getCurrentBreakpoint(){return this.currentBreakpoint}isBreakpointRule(t){return void 0!==t.breakpoint}isMediaQueryRuleRule(t){return void 0!==t.media}addRule(t){this.isBreakpointRule(t)?this.addBreakpointRule(t):this.isMediaQueryRuleRule(t)&&this.addMediaQueryRule(t)}removeRule(t){this.isBreakpointRule(t)?this.removeBreakpointRule(t):this.isMediaQueryRuleRule(t)&&this.removeMediaQueryRule(t)}addBreakpointRule(t){const e=e=>{const i=t.breakpoint;-1!==i.indexOf(this.previousBreakpoint)||-1===i.indexOf(this.currentBreakpoint)?t.leave&&-1!==i.indexOf(this.previousBreakpoint)&&-1===i.indexOf(this.currentBreakpoint)&&t.leave(e):t.enter(e)};this.bpRuleHandlerMaps.push({rule:t,handler:e}),e(this.getCurrentBreakpoint()),this.listen(e)}removeBreakpointRule(t){let e;for(let i=0;e=this.bpRuleHandlerMaps[i];i++)e.rule===t&&this.unlisten(e.handler)}addMediaQueryRule(t){const e=this.handleMediaQueryChange(t.transform,t.revert),i=window.matchMedia(t.media),n=()=>{e(i)};i.addEventListener(s.EventType.CHANGE,n),this.mqRuleHandlerMaps.push({rule:t,mql:i,handler:n}),i.matches&&e(i)}removeMediaQueryRule(t){for(const e of this.mqRuleHandlerMaps)e.rule===t&&e.mql.removeEventListener(s.EventType.CHANGE,e.handler)}handleMediaQueryChange(t,e){return i=>{i.matches?t(i):e&&e(i)}}handleViewportUpdate(){const t=this.readBreakpoint();if(this.currentBreakpoint!==t){this.previousBreakpoint=this.currentBreakpoint,this.currentBreakpoint=t;for(const t of this.bpChangeHandlers)t(this.currentBreakpoint)}}readBreakpoint(){return window.getComputedStyle(document.body,":after").getPropertyValue("content").replace(/["']/g,"")}}},7854:(t,e,i)=>{i.r(e),i.d(e,{ScrollEventType:()=>s,Strings:()=>n,defaultOptions:()=>r});var s,n,o=i(2181);!function(t){t.STARTSCROLL="glue.smoothScroll.start",t.ENDSCROLL="glue.smoothScroll.end"}(s||(s={})),function(t){t.MISSING_PAGE_ELEMENT="Smooth Scrolling requires a valid page element.",t.DIRECTION_MALFORMED='Scroll direction value only accepts "x", "y" or "both"'}(n||(n={}));const r={duration:600,offset:{x:0,y:0},easing:o.hn,hash:!0,direction:"both"}},8811:(t,e,i)=>{i.r(e),i.d(e,{SmoothScroll:()=>o,defaultOptions:()=>s.defaultOptions});var s=i(7854),n=i(2887);class o{constructor(t){this.currentScrollElementId="",this.scrollManager=new n.p,this.globalConfig=Object.assign({},s.defaultOptions,t)}scrollToId(t="",e){let i;if(""===t||"#"===t)i=document.body.firstElementChild;else if(i=document.getElementById(t),!i)throw new Error(`The target element for id "${t}" does not exist.`);this.currentScrollElementId=t,this.currentScrollElement=i,e=Object.assign({},this.globalConfig,e),this.scrollManager.startScroll(this.currentScrollElement,e);const s=window.scrollY;e.hash&&window.location.hash!==`#${this.currentScrollElementId}`&&(window.location.hash=`#${this.currentScrollElementId}`),document.documentElement.scrollTop=s}destroy(){this.scrollManager.destroy()}}},2887:(t,e,i)=>{i.d(e,{p:()=>r});var s=i(2181),n=i(4265),o=i(7854);class r{constructor(){this.elapsedTime=0,this.startTime=0,this.animationFrame=0,this.position={x:0,y:0},this.distance=this.position,this.startPosition=this.position,this.endPosition=this.position,this.config=o.defaultOptions,this.mousewheelHandlerFunc=()=>{this.mousewheelHandler()}}startScroll(t,e){var i;if(0===this.animationFrame){if(!(t instanceof Element))throw new Error(o.Strings.MISSING_PAGE_ELEMENT);document.dispatchEvent(new Event(o.ScrollEventType.STARTSCROLL,{bubbles:!0,cancelable:!1})),e&&(this.config=e),this.scrollElement=t,this.startPosition=this.getScrollPosition(),this.endPosition=this.getEndPosition(this.scrollElement),this.distance={x:this.endPosition.x-this.startPosition.x-this.config.offset.x,y:this.endPosition.y-this.startPosition.y-this.config.offset.y},this.easingFunction="string"==typeof this.config.easing?s.Z0[this.config.easing]:null!==(i=this.config.easing)&&void 0!==i?i:s.Z0.linear,this.elapsedTime=0,this.position={x:0,y:0},window.addEventListener(n.EventType.MOUSEWHEEL,this.mousewheelHandlerFunc),this.animateScroll()}}stopScroll(){document.dispatchEvent(new Event(o.ScrollEventType.ENDSCROLL,{bubbles:!0,cancelable:!1})),window.cancelAnimationFrame(this.animationFrame),this.animationFrame=0,this.startTime=0,this.removeMousewheelListener(),this.config=o.defaultOptions}animateScroll(){this.startTime||(this.startTime=Date.now());const t=Date.now();this.elapsedTime=t-this.startTime,this.calculatePosition(),this.updatePosition(),this.elapsedTime{this.animateScroll()})):this.stopScroll()}calculatePosition(){var t,e;if(this.config.duration>0){const i=Math.min(this.elapsedTime/this.config.duration,1),s=this.easingFunction(i);this.position.x=this.startPosition.x+(null===(t=this.distance)||void 0===t?void 0:t.x)*s,this.position.y=this.startPosition.y+(null===(e=this.distance)||void 0===e?void 0:e.y)*s}else this.position=this.endPosition}getScrollPosition(){return window.pageYOffset?{x:window.pageXOffset,y:window.pageYOffset}:{x:document.documentElement.scrollLeft,y:document.documentElement.scrollTop}}getEndPosition(t){let e={left:0,top:0};return t&&"getBoundingClientRect"in t&&(e=t.getBoundingClientRect()),{x:e.left+this.getScrollPosition().x,y:e.top+this.getScrollPosition().y}}updatePosition(){switch(this.config.direction){case"x":this.updateScrollLeft();break;case"y":this.updateScrollTop();break;case"both":this.updateScrollLeft(),this.updateScrollTop();break;default:throw new Error}}updateScrollLeft(){const t=this.position.x;document.body.scrollLeft=t,document.documentElement.scrollLeft=t}updateScrollTop(){const t=this.position.y;document.body.scrollTop=t,document.documentElement.scrollTop=t}mousewheelHandler(){this.animationFrame&&this.stopScroll()}removeMousewheelListener(){window.removeEventListener(n.EventType.MOUSEWHEEL,this.mousewheelHandlerFunc)}destroy(){this.stopScroll()}}},7538:(t,e,i)=>{var s;i.d(e,{s:()=>s}),function(t){t.SOCIAL_ROOT="glue-social",t.PERSISTENT_VARIANT="glue-social--persistent",t.COLOR_VARIANT="glue-social--color",t.MONOCHROME_VARIANT="glue-social--monochrome",t.PARTIAL_MONOCHROME_VARIANT="glue-social--partialmonochrome",t.PANELS_VARIANT="glue-social--zippy",t.PANELS_OPPOSITE_VARIANT="glue-social--zippy-opposite",t.SOCIAL_GROUP="glue-social__group",t.SOCIAL_LIST="glue-social__list",t.SOCIAL_TITLE="glue-social__title",t.SOCIAL_TITLE_INLINE="glue-social__title--inline",t.SOCIAL_TITLE_ZIPPY="glue-social__title--zippy",t.SOCIAL_ITEM="glue-social__item",t.COPY_ROOT="glue-social__copy",t.COPY_BUTTON="glue-social__copy-btn",t.COPY_INPUT="glue-social__copy-input",t.PANELS_SHARE_ICON="glue-social__share-icon",t.LINK_ROOT="glue-social__link",t.ICON_CLASSES="glue-icon glue-icon--social glue-icon--24px",t.POPOVER_ROOT="glue-social__popover",t.POPOVER_CLOSE="glue-social__close-btn",t.POPOVER_DIALOG="glue-social__dialog",t.POPOVER_TRIGGER="glue-social__icon-trigger",t.TOOLTIP_ROOT="glue-social__tooltip",t.TOOLTIP_TRIGGER="glue-social__tooltip-trigger",t.TOOLTIP_CONTENT="glue-social__tooltip-content",t.VISUALLY_HIDDEN="glue-visually-hidden"}(s||(s={}))},671:(t,e,i)=>{i.r(e),i.d(e,{Social:()=>E});var s=i(7341),n=i(4829),o=i(9349),r=i(2911),a=i(6974),l=i(1887),d=i(3685),u=i(4524),h=i(407),c=i(6442),p=i(7538);class E extends s.u{constructor(t){super(t),this.tooltipComponents=[],this.copyEl=this.root.querySelector(`.${p.s.COPY_ROOT}`),this.popoverEl=this.root.querySelector(`.${p.s.POPOVER_ROOT}`),this.panelsEl=this.root.querySelector(`.${p.s.SOCIAL_GROUP}`),this.panelTitleEl=this.root.querySelector(`.${p.s.SOCIAL_TITLE}`),this.socialListEl=this.root.querySelector(`.${p.s.SOCIAL_LIST}`),this.tooltipEls=Array.from(this.root.querySelectorAll(`.${p.s.TOOLTIP_ROOT}`)),this.initialize()}initialize(){this.addCopy(),this.addPopover(),this.addPanels(),this.addTooltips()}destroy(){this.removeCopy(),this.removePopover(),this.removePanels(),this.removeTooltips()}addCopy(){var t,e;const i=null===(t=this.copyEl)||void 0===t?void 0:t.querySelector(`.${p.s.COPY_INPUT}`),s=null===(e=this.copyEl)||void 0===e?void 0:e.querySelector(`.${p.s.COPY_BUTTON}`);this.copyEl&&i&&s&&(this.copyEl.classList.add(r.s7.ROOT),i.classList.add(r.s7.VALUE),s.classList.add(r.s7.BUTTON),s.setAttribute(n.Attribute.ARIA_LIVE,"polite"),this.copyComponent=new o.Q(this.copyEl))}removeCopy(){var t,e,i;const s=null===(t=this.copyEl)||void 0===t?void 0:t.querySelector(`.${p.s.COPY_INPUT}`),o=null===(e=this.copyEl)||void 0===e?void 0:e.querySelector(`.${p.s.COPY_BUTTON}`);this.copyEl&&s&&o&&(null===(i=this.copyComponent)||void 0===i||i.destroy(),this.copyEl.classList.remove(r.s7.ROOT),s.classList.remove(r.s7.VALUE),o.classList.remove(r.s7.BUTTON),o.removeAttribute(n.Attribute.ARIA_LIVE))}addPopover(){var t,e,i;const s=null===(t=this.popoverEl)||void 0===t?void 0:t.querySelector(`.${p.s.POPOVER_TRIGGER}`),n=null===(e=this.popoverEl)||void 0===e?void 0:e.querySelector(`.${p.s.POPOVER_DIALOG}`),o=null===(i=this.popoverEl)||void 0===i?void 0:i.querySelector(`.${p.s.POPOVER_CLOSE}`);this.popoverEl&&s&&n&&o&&(this.popoverEl.classList.add(u.s7.ROOT),this.popoverEl.dataset[u.uB.TRIGGER]="click",s.classList.add(u.s7.TRIGGER),n.classList.add(u.s7.DIALOG),o.classList.add(u.s7.CLOSE_BTN),this.popoverComponent=new d.A(this.popoverEl,{placement:"right"}))}removePopover(){var t,e,i,s;const n=null===(t=this.popoverEl)||void 0===t?void 0:t.querySelector(`.${p.s.POPOVER_TRIGGER}`),o=null===(e=this.popoverEl)||void 0===e?void 0:e.querySelector(`.${p.s.POPOVER_DIALOG}`),r=null===(i=this.popoverEl)||void 0===i?void 0:i.querySelector(`.${p.s.POPOVER_CLOSE}`);this.popoverEl&&n&&o&&r&&(null===(s=this.popoverComponent)||void 0===s||s.destroy(),this.popoverEl.classList.remove(u.s7.ROOT),delete this.popoverEl.dataset[u.uB.TRIGGER],n.classList.remove(u.s7.TRIGGER),o.classList.remove(u.s7.DIALOG),r.classList.remove(u.s7.CLOSE_BTN))}addPanels(){if(!(this.root.classList.contains(p.s.PANELS_VARIANT)&&this.panelsEl&&this.panelTitleEl&&this.socialListEl))return;const t=this.root.id?this.root.id:"social-panels";this.root.classList.add(`${l.s7.GROUP}`),this.root.dataset[l.uB.KEY]=t,this.panelsEl.classList.add(`${l.s7.PANEL}`);const e=document.createElement("button");e.className=this.panelTitleEl.className,e.classList.add(`${l.s7.BUTTON}`),e.id=t+"-toggle",e.dataset[l.uB.TOGGLEFOR]=t+"-content",e.replaceChildren(...this.panelTitleEl.childNodes),this.panelTitleEl.replaceChildren(),this.panelTitleEl.className="",this.panelTitleEl.appendChild(e),this.panelTitleEl.classList.add(`${l.s7.TOGGLE}`);const i=document.createElement("div");i.classList.add(`${l.s7.CONTENT}`),this.panelsEl.appendChild(i),i.appendChild(this.socialListEl),i.id=t+"-content",this.expanelsComponent=new a.ExpansionPanels(this.root)}removePanels(){var t;if(!(this.root.classList.contains(p.s.PANELS_VARIANT)&&this.panelsEl&&this.panelTitleEl&&this.socialListEl))return;null===(t=this.expanelsComponent)||void 0===t||t.destroy();const e=this.panelsEl.querySelector(`.${l.s7.CONTENT}`);this.panelsEl.appendChild(this.socialListEl),null==e||e.remove();const i=this.panelTitleEl.querySelector(`.${l.s7.BUTTON}`);i&&(i.classList.remove(`${l.s7.BUTTON}`),this.panelTitleEl.className=i.className,this.panelTitleEl.replaceChildren(...i.childNodes),i.remove()),this.root.classList.remove(`${l.s7.GROUP}`),delete this.root.dataset[l.uB.KEY],this.panelsEl.classList.remove(`${l.s7.PANEL}`)}addTooltips(){for(const t of this.tooltipEls){const e=t.querySelector(`.${p.s.TOOLTIP_TRIGGER}`),i=t.querySelector(`.${p.s.TOOLTIP_CONTENT}`);e&&i&&(t.classList.add(`${c.s7.ROOT}`),this.root.classList.contains(p.s.PERSISTENT_VARIANT)&&(t.dataset[c.rC.AUTO_POSITION]="false"),e.classList.add(`${c.s7.TRIGGER}`),i.classList.add(`${c.s7.CONTENT}`),i.setAttribute(n.Attribute.ROLE,n.Role.TOOLTIP),this.tooltipComponents.push(new h.m(t)))}}removeTooltips(){for(;this.tooltipComponents.length>0;){const t=this.tooltipComponents.pop();null==t||t.destroy()}for(const t of this.tooltipEls){const e=t.querySelector(`.${p.s.TOOLTIP_TRIGGER}`),i=t.querySelector(`.${p.s.TOOLTIP_CONTENT}`);t.classList.remove(`${c.s7.ROOT}`),delete t.dataset[c.rC.AUTO_POSITION],null==e||e.classList.remove(`${c.s7.TRIGGER}`),null==i||i.classList.remove(`${c.s7.CONTENT}`),null==i||i.removeAttribute(n.Attribute.ROLE)}}}},6442:(t,e,i)=>{var s,n,o,r;i.d(e,{Kw:()=>o,rC:()=>r,s7:()=>s,up:()=>n}),function(t){t.ROOT="glue-tooltip",t.ANIMATION="glue-tooltip__content--animation",t.BODY="glue-tooltip__body",t.CONTENT="glue-tooltip__content",t.HEADER="glue-tooltip__header",t.LINK="glue-tooltip__link",t.RICH="glue-tooltip--rich",t.SHOW_TOOLTIP="glue-tooltip__content--shown",t.TRIGGER="glue-tooltip__trigger",t.TRIGGER_LINK="glue-tooltip__trigger--link",t.TRIGGER_ICON="glue-tooltip__trigger--icon",t.TRIGGER_ICONAFTER="glue-tooltip__trigger--icon-after",t.TONAL_LINK="glue-inline-tonal-link"}(s||(s={})),function(t){t.CLOSE_EVENT="gluetooltipclose",t.SHOW_EVENT="gluetooltipshow"}(n||(n={})),function(t){t.MISSING_CONTENT="The tooltip content element is missing",t.MISSING_TRIGGER="The tooltip trigger element is missing",t.INCORRECT_POSITION="data-glue-tooltip-auto-position attribute only accepts true or false value."}(o||(o={})),function(t){t.AUTO_POSITION="glueTooltipAutoPosition"}(r||(r={}))},407:(t,e,i)=>{i.d(e,{m:()=>d});var s=i(7341),n=i(9688),o=i(4829),r=i(4265),a=i(1234),l=i(6442);class d extends s.u{constructor(t,e){super(t),this.handleOpen=t=>{const e=t.target;e instanceof HTMLElement&&this.isTooltipChild(e)&&this.open()},this.handleClose=t=>{const e=t.target;e instanceof HTMLElement&&this.isTooltipChild(e)&&this.close()},this.handleKeyup=t=>{const e=t.target;t.key===a.Key.ESC&&(e instanceof HTMLElement&&this.content.contains(e)&&this.trigger.focus(),this.close())},this.handleClick=t=>{const e=t.target;e instanceof HTMLElement&&!this.isTooltipChild(e)&&this.close()},this.handleTransitionStart=()=>{this.content.classList.contains(l.s7.SHOW_TOOLTIP)&&this.content.classList.add(l.s7.ANIMATION)},this.handleTransitionEnd=()=>{this.content.classList.contains(l.s7.SHOW_TOOLTIP)||this.content.classList.remove(l.s7.ANIMATION)},this.handleResize=()=>{this.setTooltipPosition()};let i=this.root.querySelector(`.${l.s7.TRIGGER}`);if(!i)throw new Error(l.Kw.MISSING_TRIGGER);if(this.trigger=i,i=this.root.querySelector(`.${l.s7.CONTENT}`),!i)throw new Error(l.Kw.MISSING_CONTENT);{this.content=i,this.content.setAttribute(o.Attribute.ARIA_HIDDEN,"true");const t=[this.content.id,this.trigger.getAttribute(o.Attribute.ARIA_CONTROLS)];this.trigger.setAttribute(o.Attribute.ARIA_CONTROLS,t.join(" ").trim()),this.content.getAttribute(o.Attribute.ROLE)===o.Role.DIALOG&&(this.content.tabIndex=o.TabIndex.TABBABLE)}this.options=this.getAttributeOptions(e),this.registerEvents()}isTooltipChild(t){return!(!this.trigger.contains(t)&&!this.content.contains(t))}getAttributeOptions(t){const e={},i=this.root.dataset;if(l.rC.AUTO_POSITION in i){let t;if("false"===i[l.rC.AUTO_POSITION])t=!1;else{if("true"!==i[l.rC.AUTO_POSITION])throw new Error(l.Kw.INCORRECT_POSITION);t=!0}e.autoPosition=t}return Object.assign({},d.defaultOptions,t,e)}static get defaultOptions(){return{autoPosition:!0}}registerEvents(){this.root.addEventListener(r.EventType.MOUSEENTER,this.handleOpen,!0),this.root.addEventListener(r.EventType.FOCUS,this.handleOpen,!0),this.root.addEventListener(r.EventType.MOUSELEAVE,this.handleClose,!0),this.root.addEventListener(r.EventType.BLUR,this.handleClose,!0),document.addEventListener(r.EventType.KEYUP,this.handleKeyup),document.addEventListener(r.EventType.CLICK,this.handleClick),window.addEventListener(r.EventType.RESIZE,this.handleResize),this.content.addEventListener(r.EventType.TRANSITIONSTART,this.handleTransitionStart),this.content.addEventListener(r.EventType.TRANSITIONEND,this.handleTransitionEnd)}setTooltipPosition(){if(!0===this.options.autoPosition){const t=(0,n.H)(this.root,this.content,this.trigger,this.options.placement);if(t){const[e,i]=t;this.content.style.left=`${e}px`,this.content.style.top=`${i}px`}}}open(){this.content.classList.contains(l.s7.SHOW_TOOLTIP)||(this.setTooltipPosition(),this.content.classList.add(l.s7.SHOW_TOOLTIP),this.content.setAttribute(o.Attribute.ARIA_HIDDEN,"false"),this.emit(l.up.SHOW_EVENT,{},!0))}close(){this.content.classList.contains(l.s7.SHOW_TOOLTIP)&&(this.content.classList.remove(l.s7.SHOW_TOOLTIP),this.content.setAttribute(o.Attribute.ARIA_HIDDEN,"true"),this.emit(l.up.CLOSE_EVENT,{},!0))}destroy(){this.close(),this.content.removeAttribute(o.Attribute.ARIA_HIDDEN),this.trigger.removeAttribute(o.Attribute.ARIA_CONTROLS),this.root.removeEventListener(r.EventType.MOUSEENTER,this.handleOpen,!0),this.root.removeEventListener(r.EventType.FOCUS,this.handleOpen,!0),this.root.removeEventListener(r.EventType.MOUSELEAVE,this.handleClose,!0),this.root.removeEventListener(r.EventType.BLUR,this.handleClose,!0),document.removeEventListener(r.EventType.KEYUP,this.handleKeyup),document.removeEventListener(r.EventType.CLICK,this.handleClick),window.removeEventListener(r.EventType.RESIZE,this.handleResize),this.content.removeEventListener(r.EventType.TRANSITIONSTART,this.handleTransitionStart),this.content.removeEventListener(r.EventType.TRANSITIONEND,this.handleTransitionEnd)}}},3017:(t,e,i)=>{var s,n,o;i.r(e),i.d(e,{CssClasses:()=>n,DataAttrs:()=>s,ErrorMessages:()=>o}),function(t){t.VIDEO_ID="glueYtVideoVid",t.PLAYER_ID="glueYtPlayerId",t.HEIGHT="glueYtVideoHeight",t.WIDTH="glueYtVideoWidth",t.PLAYER_VARS="glueYtVideoPlayerVars"}(s||(s={})),function(t){t.BASE="glue-video",t.PREVIEW_CONTAINER="glue-video__preview-container",t.DURATION="glue-video__timestamp-duration",t.HIDE_ELEMENT="glue-video--hidden",t.IMAGE_CONTAINER="glue-video__preview-image",t.TIMESTAMP="glue-video__timestamp",t.TIMESTAMP_SHOW="glue-video__timestamp--visible",t.VIDEO_CONTAINER="glue-video__container",t.INLINE_VIDEO="glue-video__preview-container--inline",t.LABEL="glue-video__label"}(n||(n={})),function(t){t.MISSING_VIDEO="The video element is missing"}(o||(o={}))},4452:(t,e,i)=>{i.r(e),i.d(e,{YoutubeVideo:()=>c});var s=i(7341),n=i(4829),o=i(4265),r=i(1234),a=i(2064),l=i(48),d=i(4073),u=i(3017),h=i(8140);class c extends s.u{constructor(t,e){var i,s;super(t),this.id="",this.hidePosterAndPlay=t=>{var e,i;this.videoElement.contains(t.target)||t instanceof KeyboardEvent&&t.key!==r.Key.ENTER&&t.key!==r.Key.SPACE||(this.modal?(t.preventDefault(),this.modal.open()):(null===(e=this.previewElement)||void 0===e||e.classList.add(u.CssClasses.HIDE_ELEMENT),this.videoElement.classList.remove(u.CssClasses.HIDE_ELEMENT),this.root.blur()),null===(i=this.getPlayer())||void 0===i||i.playVideo())},this.previewElement=this.root.querySelector(`.${u.CssClasses.PREVIEW_CONTAINER}`),this.root.addEventListener(o.EventType.CLICK,this.hidePosterAndPlay),this.root.addEventListener(o.EventType.KEYDOWN,this.hidePosterAndPlay),(0,a.isElementFocusable)(t)||(this.root.tabIndex=0),"A"!==this.root.tagName&&this.root.setAttribute(n.Attribute.ROLE,n.Role.BUTTON);const c=(null==e?void 0:e.modalElement)?null==e?void 0:e.modalElement.querySelector(`.${u.CssClasses.VIDEO_CONTAINER}`):this.root.querySelector(`.${u.CssClasses.VIDEO_CONTAINER}`);if(!c)throw new Error(u.ErrorMessages.MISSING_VIDEO);this.videoElement=c,(null===(i=this.previewElement)||void 0===i?void 0:i.classList.contains(u.CssClasses.INLINE_VIDEO))&&this.videoElement.classList.add(u.CssClasses.HIDE_ELEMENT),this.modalCloseHandler=()=>{var t;null===(t=this.getPlayer())||void 0===t||t.pauseVideo()},this.options=this.setPlayerOptions(e),this.modalElement=(null==e?void 0:e.modalElement)?null==e?void 0:e.modalElement:this.root.querySelector(`.${l.CssClasses.ROOT}`),this.modalElement&&(this.modal=new d.Modal(this.modalElement,this.root),this.modalElement.addEventListener(l.Strings.CLOSED_EVENT,this.modalCloseHandler)),this.manager=h.s.getManager(),YT.ready((()=>{this.initializeVideo()})),this.posterImageElement=this.root.querySelector(`.${u.CssClasses.IMAGE_CONTAINER}`);const p=null===(s=this.posterImageElement)||void 0===s?void 0:s.getAttribute("src");this.posterImageElement&&0===(null==p?void 0:p.length)&&(this.posterImageElement.src=`https://i.ytimg.com/vi_webp/${this.options.videoId}/maxresdefault.webp`)}destroy(){var t,e,i,s,n;super.destroy(),null===(t=this.modal)||void 0===t||t.close(),null===(e=this.modal)||void 0===e||e.destroy(),null===(i=this.modalElement)||void 0===i||i.removeEventListener(l.Strings.CLOSED_EVENT,this.modalCloseHandler),null===(s=this.root)||void 0===s||s.removeEventListener(o.EventType.CLICK,this.hidePosterAndPlay),null===(n=this.root)||void 0===n||n.removeEventListener(o.EventType.KEYDOWN,this.hidePosterAndPlay),this.destroyPlayer()}static get defaultOptions(){return{playerId:"",width:"",height:"",videoId:"",playerVars:{},events:{}}}initId(){var t;let e=null!==(t=this.videoElement.id)&&void 0!==t?t:"";this.isValidPlayerId(e)&&(e=this.options.playerId||`youtube-player-${Math.round(Math.random()*Math.pow(10,6))}`,this.videoElement.id=e),this.id=e}refreshPlayerOptions(t){this.destroyPlayer(),this.options=Object.assign({},c.defaultOptions,t),this.options.playerId&&(this.id=this.options.playerId),this.initializeVideo()}setPlayerOptions(t){const e={},i=this.videoElement.dataset;u.DataAttrs.VIDEO_ID in i&&(e.videoId=i[u.DataAttrs.VIDEO_ID]),u.DataAttrs.PLAYER_ID in i&&(e.playerId=i[u.DataAttrs.PLAYER_ID]),u.DataAttrs.HEIGHT in i&&(e.height=i[u.DataAttrs.HEIGHT]),u.DataAttrs.WIDTH in i&&(e.width=i[u.DataAttrs.WIDTH]),u.DataAttrs.PLAYER_VARS in i&&(e.playerVars=i[u.DataAttrs.PLAYER_VARS]);const s=Object.assign({},c.defaultOptions,t,e);return s.playerId&&(this.id=s.playerId),s}initializeVideo(){this.isValidPlayerId(this.id)&&this.initId(),this.options.playerId=this.id;const t=this.videoElement.appendChild(document.createElement("div"));if(this.options.events)if(void 0===this.options.events.onReady)this.options.events.onReady=()=>{this.setVideoTimestamp()};else{const t=this.options.events.onReady;this.options.events.onReady=e=>{this.setVideoTimestamp(),t(e)}}const e=new window.YT.Player(t,this.options);this.manager.registerYtPlayer(this.id,e)}setVideoTimestamp(){var t,e,i,s;const n=this.root.querySelector(`.${u.CssClasses.DURATION}`);if(n){const o=null!==(e=null===(t=this.getPlayer())||void 0===t?void 0:t.getDuration())&&void 0!==e?e:0,r=new Date(1e3*o).toISOString(),a="00"===r.substring(11,13)?r.substring(14,19):r.substring(11,19);n.textContent=a,null===(s=null===(i=this.root)||void 0===i?void 0:i.querySelector(`.${u.CssClasses.TIMESTAMP}`))||void 0===s||s.classList.add(`${u.CssClasses.TIMESTAMP_SHOW}`)}}getPlayer(){return this.manager.getYtPlayer(this.id)}destroyPlayer(){this.manager.unregisterYtPlayer(this.id)}getPlayerId(){return this.isValidPlayerId(this.id)&&this.initId(),this.id}isValidPlayerId(t){return/^[\s\xa0]*$/.test(t)}}},8140:(t,e,i)=>{i.d(e,{s:()=>s});class s{constructor(){this.videoObjects=new Map}static getManager(){return s.instance||(s.instance=new s),s.instance}static destroyManager(){s.instance=void 0}registerYtPlayer(t,e){this.videoObjects.set(t,e)}unregisterYtPlayer(t){const e=this.videoObjects.get(t);null==e||e.destroy(),this.videoObjects.delete(t),0===this.videoObjects.size&&s.destroyManager()}getYtPlayer(t){return this.videoObjects.get(t)}}s.instance=void 0},7823:(t,e,i)=>{i.d(e,{d:()=>o});var s={animation:{prefixed:"-webkit-animation",standard:"animation"},transform:{prefixed:"-webkit-transform",standard:"transform"},transition:{prefixed:"-webkit-transition",standard:"transition"}};function n(t){return Boolean(t.document)&&"function"==typeof t.document.createElement}function o(t,e){if(n(t)&&e in s){var i=t.document.createElement("div"),o=s[e],r=o.standard,a=o.prefixed;return r in i.style?r:a}return e}},1288:(t,e,i)=>{i.d(e,{P:()=>s});var s={AUTO_INIT_ATTR:"data-mdc-auto-init",AUTO_INIT_STATE_ATTR:"data-mdc-auto-init-state",INITIALIZED_STATE:"initialized"}},7617:(t,e,i)=>{i.r(e),i.d(e,{default:()=>h,mdcAutoInit:()=>u});var s=i(1635),n=i(1288),o=n.P.AUTO_INIT_ATTR,r=n.P.AUTO_INIT_STATE_ATTR,a=n.P.INITIALIZED_STATE,l={},d=console.warn.bind(console);function u(t){var e,i;void 0===t&&(t=document);var n,d,u,h,c=[],p=[].slice.call(t.querySelectorAll("["+o+"]"));p=p.filter((function(t){return t.getAttribute(r)!==a}));try{for(var E=(0,s.Ju)(p),f=E.next();!f.done;f=E.next()){var m=f.value,v=m.getAttribute(o);if(!v)throw new Error("(mdc-auto-init) Constructor name must be given.");var T=l[v];if("function"!=typeof T)throw new Error("(mdc-auto-init) Could not find constructor in registry for "+v);var g=T.attachTo(m);Object.defineProperty(m,v,{configurable:!0,enumerable:!1,value:g,writable:!1}),c.push(g),m.setAttribute(r,a)}}catch(t){e={error:t}}finally{try{f&&!f.done&&(i=E.return)&&i.call(E)}finally{if(e)throw e.error}}return n="MDCAutoInit:End",d={},void 0===u&&(u=!1),"function"==typeof CustomEvent?h=new CustomEvent(n,{bubbles:u,detail:d}):(h=document.createEvent("CustomEvent")).initCustomEvent(n,u,!1,d),document.dispatchEvent(h),c}u.register=function(t,e,i){if(void 0===i&&(i=d),"function"!=typeof e)throw new Error("(mdc-auto-init) Invalid Constructor value: "+e+". Expected function.");var s=l[t];s&&i("(mdc-auto-init) Overriding registration for "+t+" with "+e+". Was: "+s),l[t]=e},u.deregister=function(t){delete l[t]},u.deregisterAll=function(){var t,e;try{for(var i=(0,s.Ju)(Object.keys(l)),n=i.next();!n.done;n=i.next()){var o=n.value;u.deregister(o)}}catch(e){t={error:e}}finally{try{n&&!n.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}};const h=u},361:(t,e,i)=>{i.d(e,{O:()=>o});var s=i(1635),n=i(6009),o=function(){function t(t,e){for(var i=[],n=2;n{i.d(e,{I:()=>s});var s=function(){function t(t){void 0===t&&(t={}),this.adapter=t}return Object.defineProperty(t,"cssClasses",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{}},enumerable:!1,configurable:!0}),t.prototype.init=function(){},t.prototype.destroy=function(){},t}()},5700:(t,e,i)=>{function s(t){return void 0===t&&(t=window),!!function(t){void 0===t&&(t=window);var e=!1;try{var i={get passive(){return e=!0,!1}},s=function(){};t.document.addEventListener("test",s,i),t.document.removeEventListener("test",s,i)}catch(t){e=!1}return e}(t)&&{passive:!0}}i.d(e,{E:()=>s})},8116:(t,e,i)=>{i.d(e,{_:()=>s,l5:()=>I});var s={UNKNOWN:"Unknown",BACKSPACE:"Backspace",ENTER:"Enter",SPACEBAR:"Spacebar",PAGE_UP:"PageUp",PAGE_DOWN:"PageDown",END:"End",HOME:"Home",ARROW_LEFT:"ArrowLeft",ARROW_UP:"ArrowUp",ARROW_RIGHT:"ArrowRight",ARROW_DOWN:"ArrowDown",DELETE:"Delete",ESCAPE:"Escape",TAB:"Tab"},n=new Set;n.add(s.BACKSPACE),n.add(s.ENTER),n.add(s.SPACEBAR),n.add(s.PAGE_UP),n.add(s.PAGE_DOWN),n.add(s.END),n.add(s.HOME),n.add(s.ARROW_LEFT),n.add(s.ARROW_UP),n.add(s.ARROW_RIGHT),n.add(s.ARROW_DOWN),n.add(s.DELETE),n.add(s.ESCAPE),n.add(s.TAB);var o=8,r=13,a=32,l=33,d=34,u=35,h=36,c=37,p=38,E=39,f=40,m=46,v=27,T=9,g=new Map;g.set(o,s.BACKSPACE),g.set(r,s.ENTER),g.set(a,s.SPACEBAR),g.set(l,s.PAGE_UP),g.set(d,s.PAGE_DOWN),g.set(u,s.END),g.set(h,s.HOME),g.set(c,s.ARROW_LEFT),g.set(p,s.ARROW_UP),g.set(E,s.ARROW_RIGHT),g.set(f,s.ARROW_DOWN),g.set(m,s.DELETE),g.set(v,s.ESCAPE),g.set(T,s.TAB);var A=new Set;function I(t){var e=t.key;if(n.has(e))return e;var i=g.get(t.keyCode);return i||s.UNKNOWN}A.add(s.PAGE_UP),A.add(s.PAGE_DOWN),A.add(s.END),A.add(s.HOME),A.add(s.ARROW_LEFT),A.add(s.ARROW_UP),A.add(s.ARROW_RIGHT),A.add(s.ARROW_DOWN)},1292:(t,e,i)=>{function s(t,e){if(t.closest)return t.closest(e);for(var i=t;i;){if(n(i,e))return i;i=i.parentElement}return null}function n(t,e){return(t.matches||t.webkitMatchesSelector||t.msMatchesSelector).call(t,e)}function o(t){var e=t;if(null!==e.offsetParent)return e.scrollWidth;var i=e.cloneNode(!0);i.style.setProperty("position","absolute"),i.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(i);var s=i.scrollWidth;return document.documentElement.removeChild(i),s}i.d(e,{cK:()=>n,et:()=>o,kp:()=>s})},1949:(t,e,i)=>{i.d(e,{$:()=>a});var s=i(1635),n=i(361),o=i(1292),r=i(8813),a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,s.C6)(e,t),e.attachTo=function(t){return new e(t)},e.prototype.shake=function(t){this.foundation.shake(t)},e.prototype.float=function(t){this.foundation.float(t)},e.prototype.setRequired=function(t){this.foundation.setRequired(t)},e.prototype.getWidth=function(){return this.foundation.getWidth()},e.prototype.getDefaultFoundation=function(){var t=this,e={addClass:function(e){return t.root.classList.add(e)},removeClass:function(e){return t.root.classList.remove(e)},getWidth:function(){return(0,o.et)(t.root)},registerInteractionHandler:function(e,i){return t.listen(e,i)},deregisterInteractionHandler:function(e,i){return t.unlisten(e,i)}};return new r.K(e)},e}(n.O)},7607:(t,e,i)=>{i.d(e,{Y:()=>s});var s={LABEL_FLOAT_ABOVE:"mdc-floating-label--float-above",LABEL_REQUIRED:"mdc-floating-label--required",LABEL_SHAKE:"mdc-floating-label--shake",ROOT:"mdc-floating-label"}},8813:(t,e,i)=>{i.d(e,{K:()=>r});var s=i(1635),n=i(6009),o=i(7607),r=function(t){function e(i){var n=t.call(this,(0,s.Cl)((0,s.Cl)({},e.defaultAdapter),i))||this;return n.shakeAnimationEndHandler=function(){n.handleShakeAnimationEnd()},n}return(0,s.C6)(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return o.Y},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},getWidth:function(){return 0},registerInteractionHandler:function(){},deregisterInteractionHandler:function(){}}},enumerable:!1,configurable:!0}),e.prototype.init=function(){this.adapter.registerInteractionHandler("animationend",this.shakeAnimationEndHandler)},e.prototype.destroy=function(){this.adapter.deregisterInteractionHandler("animationend",this.shakeAnimationEndHandler)},e.prototype.getWidth=function(){return this.adapter.getWidth()},e.prototype.shake=function(t){var i=e.cssClasses.LABEL_SHAKE;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.float=function(t){var i=e.cssClasses,s=i.LABEL_FLOAT_ABOVE,n=i.LABEL_SHAKE;t?this.adapter.addClass(s):(this.adapter.removeClass(s),this.adapter.removeClass(n))},e.prototype.setRequired=function(t){var i=e.cssClasses.LABEL_REQUIRED;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.handleShakeAnimationEnd=function(){var t=e.cssClasses.LABEL_SHAKE;this.adapter.removeClass(t)},e}(n.I)},5281:(t,e,i)=>{i.d(e,{l:()=>r});var s=i(1635),n=i(361),o=i(1473),r=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,s.C6)(e,t),e.attachTo=function(t){return new e(t)},e.prototype.activate=function(){this.foundation.activate()},e.prototype.deactivate=function(){this.foundation.deactivate()},e.prototype.setRippleCenter=function(t){this.foundation.setRippleCenter(t)},e.prototype.getDefaultFoundation=function(){var t=this,e={addClass:function(e){return t.root.classList.add(e)},removeClass:function(e){return t.root.classList.remove(e)},hasClass:function(e){return t.root.classList.contains(e)},setStyle:function(e,i){return t.root.style.setProperty(e,i)},registerEventHandler:function(e,i){return t.listen(e,i)},deregisterEventHandler:function(e,i){return t.unlisten(e,i)}};return new o.C(e)},e}(n.O)},283:(t,e,i)=>{i.d(e,{Y:()=>s});var s={LINE_RIPPLE_ACTIVE:"mdc-line-ripple--active",LINE_RIPPLE_DEACTIVATING:"mdc-line-ripple--deactivating"}},1473:(t,e,i)=>{i.d(e,{C:()=>r});var s=i(1635),n=i(6009),o=i(283),r=function(t){function e(i){var n=t.call(this,(0,s.Cl)((0,s.Cl)({},e.defaultAdapter),i))||this;return n.transitionEndHandler=function(t){n.handleTransitionEnd(t)},n}return(0,s.C6)(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return o.Y},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},setStyle:function(){},registerEventHandler:function(){},deregisterEventHandler:function(){}}},enumerable:!1,configurable:!0}),e.prototype.init=function(){this.adapter.registerEventHandler("transitionend",this.transitionEndHandler)},e.prototype.destroy=function(){this.adapter.deregisterEventHandler("transitionend",this.transitionEndHandler)},e.prototype.activate=function(){this.adapter.removeClass(o.Y.LINE_RIPPLE_DEACTIVATING),this.adapter.addClass(o.Y.LINE_RIPPLE_ACTIVE)},e.prototype.setRippleCenter=function(t){this.adapter.setStyle("transform-origin",t+"px center")},e.prototype.deactivate=function(){this.adapter.addClass(o.Y.LINE_RIPPLE_DEACTIVATING)},e.prototype.handleTransitionEnd=function(t){var e=this.adapter.hasClass(o.Y.LINE_RIPPLE_DEACTIVATING);"opacity"===t.propertyName&&e&&(this.adapter.removeClass(o.Y.LINE_RIPPLE_ACTIVE),this.adapter.removeClass(o.Y.LINE_RIPPLE_DEACTIVATING))},e}(n.I)},4648:(t,e,i)=>{i.d(e,{f:()=>l});var s=i(1635),n=i(361),o=i(1292),r=i(6834),a=i(3142),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,s.C6)(e,t),Object.defineProperty(e.prototype,"vertical",{set:function(t){this.foundation.setVerticalOrientation(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"listElements",{get:function(){return Array.from(this.root.querySelectorAll("."+this.classNameMap[r.Y7.LIST_ITEM_CLASS]))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"wrapFocus",{set:function(t){this.foundation.setWrapFocus(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"typeaheadInProgress",{get:function(){return this.foundation.isTypeaheadInProgress()},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"hasTypeahead",{set:function(t){this.foundation.setHasTypeahead(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"singleSelection",{set:function(t){this.foundation.setSingleSelection(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"disabledItemsFocusable",{set:function(t){this.foundation.setDisabledItemsFocusable(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"selectedIndex",{get:function(){return this.foundation.getSelectedIndex()},set:function(t){this.foundation.setSelectedIndex(t)},enumerable:!1,configurable:!0}),e.attachTo=function(t){return new e(t)},e.prototype.initialSyncWithDOM=function(){this.isEvolutionEnabled=r.iP in this.root.dataset,this.isEvolutionEnabled?this.classNameMap=r.$z:(0,o.cK)(this.root,r.P$.DEPRECATED_SELECTOR)?this.classNameMap=r.PY:this.classNameMap=Object.values(r.Y7).reduce((function(t,e){return t[e]=e,t}),{}),this.handleClick=this.handleClickEvent.bind(this),this.handleKeydown=this.handleKeydownEvent.bind(this),this.focusInEventListener=this.handleFocusInEvent.bind(this),this.focusOutEventListener=this.handleFocusOutEvent.bind(this),this.listen("keydown",this.handleKeydown),this.listen("click",this.handleClick),this.listen("focusin",this.focusInEventListener),this.listen("focusout",this.focusOutEventListener),this.layout(),this.initializeListType(),this.ensureFocusable()},e.prototype.destroy=function(){this.unlisten("keydown",this.handleKeydown),this.unlisten("click",this.handleClick),this.unlisten("focusin",this.focusInEventListener),this.unlisten("focusout",this.focusOutEventListener)},e.prototype.layout=function(){var t=this.root.getAttribute(r.P$.ARIA_ORIENTATION);this.vertical=t!==r.P$.ARIA_ORIENTATION_HORIZONTAL;var e="."+this.classNameMap[r.Y7.LIST_ITEM_CLASS]+":not([tabindex])",i=r.P$.FOCUSABLE_CHILD_ELEMENTS,s=this.root.querySelectorAll(e);s.length&&Array.prototype.forEach.call(s,(function(t){t.setAttribute("tabindex","-1")}));var n=this.root.querySelectorAll(i);n.length&&Array.prototype.forEach.call(n,(function(t){t.setAttribute("tabindex","-1")})),this.isEvolutionEnabled&&this.foundation.setUseSelectedAttribute(!0),this.foundation.layout()},e.prototype.getPrimaryText=function(t){var e,i=t.querySelector("."+this.classNameMap[r.Y7.LIST_ITEM_PRIMARY_TEXT_CLASS]);if(this.isEvolutionEnabled||i)return null!==(e=null==i?void 0:i.textContent)&&void 0!==e?e:"";var s=t.querySelector("."+this.classNameMap[r.Y7.LIST_ITEM_TEXT_CLASS]);return s&&s.textContent||""},e.prototype.initializeListType=function(){var t=this;if(this.isInteractive=(0,o.cK)(this.root,r.P$.ARIA_INTERACTIVE_ROLES_SELECTOR),this.isEvolutionEnabled&&this.isInteractive){var e=Array.from(this.root.querySelectorAll(r.P$.SELECTED_ITEM_SELECTOR),(function(e){return t.listElements.indexOf(e)}));(0,o.cK)(this.root,r.P$.ARIA_MULTI_SELECTABLE_SELECTOR)?this.selectedIndex=e:e.length>0&&(this.selectedIndex=e[0])}else{var i=this.root.querySelectorAll(r.P$.ARIA_ROLE_CHECKBOX_SELECTOR),s=this.root.querySelector(r.P$.ARIA_CHECKED_RADIO_SELECTOR);if(i.length){var n=this.root.querySelectorAll(r.P$.ARIA_CHECKED_CHECKBOX_SELECTOR);this.selectedIndex=Array.from(n,(function(e){return t.listElements.indexOf(e)}))}else s&&(this.selectedIndex=this.listElements.indexOf(s))}},e.prototype.setEnabled=function(t,e){this.foundation.setEnabled(t,e)},e.prototype.typeaheadMatchItem=function(t,e){return this.foundation.typeaheadMatchItem(t,e,!0)},e.prototype.getDefaultFoundation=function(){var t=this,e={addClassForElementIndex:function(e,i){var s=t.listElements[e];s&&s.classList.add(t.classNameMap[i])},focusItemAtIndex:function(e){var i=t.listElements[e];i&&i.focus()},getAttributeForElementIndex:function(e,i){return t.listElements[e].getAttribute(i)},getFocusedElementIndex:function(){return t.listElements.indexOf(document.activeElement)},getListItemCount:function(){return t.listElements.length},getPrimaryTextAtIndex:function(e){return t.getPrimaryText(t.listElements[e])},hasCheckboxAtIndex:function(e){return!!t.listElements[e].querySelector(r.P$.CHECKBOX_SELECTOR)},hasRadioAtIndex:function(e){return!!t.listElements[e].querySelector(r.P$.RADIO_SELECTOR)},isCheckboxCheckedAtIndex:function(e){return t.listElements[e].querySelector(r.P$.CHECKBOX_SELECTOR).checked},isFocusInsideList:function(){return t.root!==document.activeElement&&t.root.contains(document.activeElement)},isRootFocused:function(){return document.activeElement===t.root},listItemAtIndexHasClass:function(e,i){return t.listElements[e].classList.contains(t.classNameMap[i])},notifyAction:function(e){t.emit(r.P$.ACTION_EVENT,{index:e},!0)},notifySelectionChange:function(e){t.emit(r.P$.SELECTION_CHANGE_EVENT,{changedIndices:e},!0)},removeClassForElementIndex:function(e,i){var s=t.listElements[e];s&&s.classList.remove(t.classNameMap[i])},setAttributeForElementIndex:function(e,i,s){var n=t.listElements[e];n&&n.setAttribute(i,s)},setCheckedCheckboxOrRadioAtIndex:function(e,i){var s=t.listElements[e].querySelector(r.P$.CHECKBOX_RADIO_SELECTOR);s.checked=i;var n=document.createEvent("Event");n.initEvent("change",!0,!0),s.dispatchEvent(n)},setTabIndexForListItemChildren:function(e,i){var s=t.listElements[e],n=r.P$.CHILD_ELEMENTS_TO_TOGGLE_TABINDEX;Array.prototype.forEach.call(s.querySelectorAll(n),(function(t){t.setAttribute("tabindex",i)}))}};return new a.Y(e)},e.prototype.ensureFocusable=function(){if(this.isEvolutionEnabled&&this.isInteractive&&!this.root.querySelector("."+this.classNameMap[r.Y7.LIST_ITEM_CLASS]+'[tabindex="0"]')){var t=this.initialFocusIndex();-1!==t&&(this.listElements[t].tabIndex=0)}},e.prototype.initialFocusIndex=function(){if(this.selectedIndex instanceof Array&&this.selectedIndex.length>0)return this.selectedIndex[0];if("number"==typeof this.selectedIndex&&this.selectedIndex!==r.nL.UNSET_INDEX)return this.selectedIndex;var t=this.root.querySelector("."+this.classNameMap[r.Y7.LIST_ITEM_CLASS]+":not(."+this.classNameMap[r.Y7.LIST_ITEM_DISABLED_CLASS]+")");return null===t?-1:this.getListItemIndex(t)},e.prototype.getListItemIndex=function(t){var e=(0,o.kp)(t,"."+this.classNameMap[r.Y7.LIST_ITEM_CLASS]+", ."+this.classNameMap[r.Y7.ROOT]);return e&&(0,o.cK)(e,"."+this.classNameMap[r.Y7.LIST_ITEM_CLASS])?this.listElements.indexOf(e):-1},e.prototype.handleFocusInEvent=function(t){var e=this.getListItemIndex(t.target);this.foundation.handleFocusIn(e)},e.prototype.handleFocusOutEvent=function(t){var e=this.getListItemIndex(t.target);this.foundation.handleFocusOut(e)},e.prototype.handleKeydownEvent=function(t){var e=this.getListItemIndex(t.target),i=t.target;this.foundation.handleKeydown(t,i.classList.contains(this.classNameMap[r.Y7.LIST_ITEM_CLASS]),e)},e.prototype.handleClickEvent=function(t){var e=this.getListItemIndex(t.target),i=t.target,s=!(0,o.cK)(i,r.P$.CHECKBOX_RADIO_SELECTOR);this.foundation.handleClick(e,s,t)},e}(n.O)},6834:(t,e,i)=>{var s,n;i.d(e,{$z:()=>r,P$:()=>l,PY:()=>a,Y7:()=>o,iP:()=>u,nL:()=>d});var o={LIST_ITEM_ACTIVATED_CLASS:"mdc-list-item--activated",LIST_ITEM_CLASS:"mdc-list-item",LIST_ITEM_DISABLED_CLASS:"mdc-list-item--disabled",LIST_ITEM_SELECTED_CLASS:"mdc-list-item--selected",LIST_ITEM_TEXT_CLASS:"mdc-list-item__text",LIST_ITEM_PRIMARY_TEXT_CLASS:"mdc-list-item__primary-text",ROOT:"mdc-list"},r=((s={})[""+o.LIST_ITEM_ACTIVATED_CLASS]="mdc-list-item--activated",s[""+o.LIST_ITEM_CLASS]="mdc-list-item",s[""+o.LIST_ITEM_DISABLED_CLASS]="mdc-list-item--disabled",s[""+o.LIST_ITEM_SELECTED_CLASS]="mdc-list-item--selected",s[""+o.LIST_ITEM_PRIMARY_TEXT_CLASS]="mdc-list-item__primary-text",s[""+o.ROOT]="mdc-list",s),a=((n={})[""+o.LIST_ITEM_ACTIVATED_CLASS]="mdc-deprecated-list-item--activated",n[""+o.LIST_ITEM_CLASS]="mdc-deprecated-list-item",n[""+o.LIST_ITEM_DISABLED_CLASS]="mdc-deprecated-list-item--disabled",n[""+o.LIST_ITEM_SELECTED_CLASS]="mdc-deprecated-list-item--selected",n[""+o.LIST_ITEM_TEXT_CLASS]="mdc-deprecated-list-item__text",n[""+o.LIST_ITEM_PRIMARY_TEXT_CLASS]="mdc-deprecated-list-item__primary-text",n[""+o.ROOT]="mdc-deprecated-list",n),l={ACTION_EVENT:"MDCList:action",SELECTION_CHANGE_EVENT:"MDCList:selectionChange",ARIA_CHECKED:"aria-checked",ARIA_CHECKED_CHECKBOX_SELECTOR:'[role="checkbox"][aria-checked="true"]',ARIA_CHECKED_RADIO_SELECTOR:'[role="radio"][aria-checked="true"]',ARIA_CURRENT:"aria-current",ARIA_DISABLED:"aria-disabled",ARIA_ORIENTATION:"aria-orientation",ARIA_ORIENTATION_HORIZONTAL:"horizontal",ARIA_ROLE_CHECKBOX_SELECTOR:'[role="checkbox"]',ARIA_SELECTED:"aria-selected",ARIA_INTERACTIVE_ROLES_SELECTOR:'[role="listbox"], [role="menu"]',ARIA_MULTI_SELECTABLE_SELECTOR:'[aria-multiselectable="true"]',CHECKBOX_RADIO_SELECTOR:'input[type="checkbox"], input[type="radio"]',CHECKBOX_SELECTOR:'input[type="checkbox"]',CHILD_ELEMENTS_TO_TOGGLE_TABINDEX:"\n ."+o.LIST_ITEM_CLASS+" button:not(:disabled),\n ."+o.LIST_ITEM_CLASS+" a,\n ."+a[o.LIST_ITEM_CLASS]+" button:not(:disabled),\n ."+a[o.LIST_ITEM_CLASS]+" a\n ",DEPRECATED_SELECTOR:".mdc-deprecated-list",FOCUSABLE_CHILD_ELEMENTS:"\n ."+o.LIST_ITEM_CLASS+" button:not(:disabled),\n ."+o.LIST_ITEM_CLASS+" a,\n ."+o.LIST_ITEM_CLASS+' input[type="radio"]:not(:disabled),\n .'+o.LIST_ITEM_CLASS+' input[type="checkbox"]:not(:disabled),\n .'+a[o.LIST_ITEM_CLASS]+" button:not(:disabled),\n ."+a[o.LIST_ITEM_CLASS]+" a,\n ."+a[o.LIST_ITEM_CLASS]+' input[type="radio"]:not(:disabled),\n .'+a[o.LIST_ITEM_CLASS]+' input[type="checkbox"]:not(:disabled)\n ',RADIO_SELECTOR:'input[type="radio"]',SELECTED_ITEM_SELECTOR:'[aria-selected="true"], [aria-current="true"]'},d={UNSET_INDEX:-1,TYPEAHEAD_BUFFER_CLEAR_TIMEOUT_MS:300},u="evolution"},9846:(t,e,i)=>{i.d(e,{C:()=>n});var s=["input","button","textarea","select"],n=function(t){var e=t.target;if(e){var i=(""+e.tagName).toLowerCase();-1===s.indexOf(i)&&t.preventDefault()}}},3142:(t,e,i)=>{i.d(e,{Y:()=>h});var s=i(1635),n=i(6009),o=i(8116),r=i(6834),a=i(9846),l=i(7142);var d=["Alt","Control","Meta","Shift"];function u(t){var e=new Set(t?d.filter((function(e){return t.getModifierState(e)})):[]);return function(t){return t.every((function(t){return e.has(t)}))&&t.length===e.size}}var h=function(t){function e(i){var n=t.call(this,(0,s.Cl)((0,s.Cl)({},e.defaultAdapter),i))||this;return n.wrapFocus=!1,n.isVertical=!0,n.isSingleSelectionList=!1,n.areDisabledItemsFocusable=!0,n.selectedIndex=r.nL.UNSET_INDEX,n.focusedItemIndex=r.nL.UNSET_INDEX,n.useActivatedClass=!1,n.useSelectedAttr=!1,n.ariaCurrentAttrValue=null,n.isCheckboxList=!1,n.isRadioList=!1,n.lastSelectedIndex=null,n.hasTypeahead=!1,n.typeaheadState=l.Ws(),n.sortedIndexByFirstChar=new Map,n}return(0,s.C6)(e,t),Object.defineProperty(e,"strings",{get:function(){return r.P$},enumerable:!1,configurable:!0}),Object.defineProperty(e,"cssClasses",{get:function(){return r.Y7},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return r.nL},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClassForElementIndex:function(){},focusItemAtIndex:function(){},getAttributeForElementIndex:function(){return null},getFocusedElementIndex:function(){return 0},getListItemCount:function(){return 0},hasCheckboxAtIndex:function(){return!1},hasRadioAtIndex:function(){return!1},isCheckboxCheckedAtIndex:function(){return!1},isFocusInsideList:function(){return!1},isRootFocused:function(){return!1},listItemAtIndexHasClass:function(){return!1},notifyAction:function(){},notifySelectionChange:function(){},removeClassForElementIndex:function(){},setAttributeForElementIndex:function(){},setCheckedCheckboxOrRadioAtIndex:function(){},setTabIndexForListItemChildren:function(){},getPrimaryTextAtIndex:function(){return""}}},enumerable:!1,configurable:!0}),e.prototype.layout=function(){0!==this.adapter.getListItemCount()&&(this.adapter.hasCheckboxAtIndex(0)?this.isCheckboxList=!0:this.adapter.hasRadioAtIndex(0)?this.isRadioList=!0:this.maybeInitializeSingleSelection(),this.hasTypeahead&&(this.sortedIndexByFirstChar=this.typeaheadInitSortedIndex()))},e.prototype.getFocusedItemIndex=function(){return this.focusedItemIndex},e.prototype.setWrapFocus=function(t){this.wrapFocus=t},e.prototype.setVerticalOrientation=function(t){this.isVertical=t},e.prototype.setSingleSelection=function(t){this.isSingleSelectionList=t,t&&(this.maybeInitializeSingleSelection(),this.selectedIndex=this.getSelectedIndexFromDOM())},e.prototype.setDisabledItemsFocusable=function(t){this.areDisabledItemsFocusable=t},e.prototype.maybeInitializeSingleSelection=function(){var t=this.getSelectedIndexFromDOM();t!==r.nL.UNSET_INDEX&&(this.adapter.listItemAtIndexHasClass(t,r.Y7.LIST_ITEM_ACTIVATED_CLASS)&&this.setUseActivatedClass(!0),this.isSingleSelectionList=!0,this.selectedIndex=t)},e.prototype.getSelectedIndexFromDOM=function(){for(var t=r.nL.UNSET_INDEX,e=this.adapter.getListItemCount(),i=0;i=0&&(this.focusedItemIndex=t,this.adapter.setAttributeForElementIndex(t,"tabindex","0"),this.adapter.setTabIndexForListItemChildren(t,"0"))},e.prototype.handleFocusOut=function(t){var e=this;t>=0&&(this.adapter.setAttributeForElementIndex(t,"tabindex","-1"),this.adapter.setTabIndexForListItemChildren(t,"-1")),setTimeout((function(){e.adapter.isFocusInsideList()||e.setTabindexToFirstSelectedOrFocusedItem()}),0)},e.prototype.isIndexDisabled=function(t){return this.adapter.listItemAtIndexHasClass(t,r.Y7.LIST_ITEM_DISABLED_CLASS)},e.prototype.handleKeydown=function(t,e,i){var s,n=this,d="ArrowLeft"===(0,o.l5)(t),h="ArrowUp"===(0,o.l5)(t),c="ArrowRight"===(0,o.l5)(t),p="ArrowDown"===(0,o.l5)(t),E="Home"===(0,o.l5)(t),f="End"===(0,o.l5)(t),m="Enter"===(0,o.l5)(t),v="Spacebar"===(0,o.l5)(t),T=this.isVertical&&p||!this.isVertical&&c,g=this.isVertical&&h||!this.isVertical&&d,A="A"===t.key||"a"===t.key,I=u(t);if(this.adapter.isRootFocused()){if((g||f)&&I([]))t.preventDefault(),this.focusLastElement();else if((T||E)&&I([]))t.preventDefault(),this.focusFirstElement();else if(g&&I(["Shift"])&&this.isCheckboxList){t.preventDefault(),-1!==(O=this.focusLastElement())&&this.setSelectedIndexOnAction(O,!1)}else if(T&&I(["Shift"])&&this.isCheckboxList){t.preventDefault(),-1!==(O=this.focusFirstElement())&&this.setSelectedIndexOnAction(O,!1)}if(this.hasTypeahead){var C={event:t,focusItemAtIndex:function(t){n.focusItemAtIndex(t)},focusedItemIndex:-1,isTargetListItem:e,sortedIndexByFirstChar:this.sortedIndexByFirstChar,isItemAtIndexDisabled:function(t){return n.isIndexDisabled(t)}};l.y9(C,this.typeaheadState)}}else{var L=this.adapter.getFocusedElementIndex();if(!(-1===L&&(L=i)<0)){if(T&&I([]))(0,a.C)(t),this.focusNextElement(L);else if(g&&I([]))(0,a.C)(t),this.focusPrevElement(L);else if(T&&I(["Shift"])&&this.isCheckboxList){(0,a.C)(t),-1!==(O=this.focusNextElement(L))&&this.setSelectedIndexOnAction(O,!1)}else if(g&&I(["Shift"])&&this.isCheckboxList){var O;(0,a.C)(t),-1!==(O=this.focusPrevElement(L))&&this.setSelectedIndexOnAction(O,!1)}else if(E&&I([]))(0,a.C)(t),this.focusFirstElement();else if(f&&I([]))(0,a.C)(t),this.focusLastElement();else if(E&&I(["Control","Shift"])&&this.isCheckboxList){if((0,a.C)(t),this.isIndexDisabled(L))return;this.focusFirstElement(),this.toggleCheckboxRange(0,L,L)}else if(f&&I(["Control","Shift"])&&this.isCheckboxList){if((0,a.C)(t),this.isIndexDisabled(L))return;this.focusLastElement(),this.toggleCheckboxRange(L,this.adapter.getListItemCount()-1,L)}else if(A&&I(["Control"])&&this.isCheckboxList)t.preventDefault(),this.checkboxListToggleAll(this.selectedIndex===r.nL.UNSET_INDEX?[]:this.selectedIndex,!0);else if((m||v)&&I([])){if(e){if((y=t.target)&&"A"===y.tagName&&m)return;if((0,a.C)(t),this.isIndexDisabled(L))return;this.isTypeaheadInProgress()||(this.isSelectableList()&&this.setSelectedIndexOnAction(L,!1),this.adapter.notifyAction(L))}}else if((m||v)&&I(["Shift"])&&this.isCheckboxList){var y;if((y=t.target)&&"A"===y.tagName&&m)return;if((0,a.C)(t),this.isIndexDisabled(L))return;this.isTypeaheadInProgress()||(this.toggleCheckboxRange(null!==(s=this.lastSelectedIndex)&&void 0!==s?s:L,L,L),this.adapter.notifyAction(L))}if(this.hasTypeahead){C={event:t,focusItemAtIndex:function(t){n.focusItemAtIndex(t)},focusedItemIndex:this.focusedItemIndex,isTargetListItem:e,sortedIndexByFirstChar:this.sortedIndexByFirstChar,isItemAtIndexDisabled:function(t){return n.isIndexDisabled(t)}};l.y9(C,this.typeaheadState)}}}},e.prototype.handleClick=function(t,e,i){var s,n=u(i);t!==r.nL.UNSET_INDEX&&(this.isIndexDisabled(t)||(n([])?(this.isSelectableList()&&this.setSelectedIndexOnAction(t,e),this.adapter.notifyAction(t)):this.isCheckboxList&&n(["Shift"])&&(this.toggleCheckboxRange(null!==(s=this.lastSelectedIndex)&&void 0!==s?s:t,t,t),this.adapter.notifyAction(t))))},e.prototype.focusNextElement=function(t){var e=this.adapter.getListItemCount(),i=t,s=null;do{if(++i>=e){if(!this.wrapFocus)return t;i=0}if(i===s)return-1;s=null!=s?s:i}while(!this.areDisabledItemsFocusable&&this.isIndexDisabled(i));return this.focusItemAtIndex(i),i},e.prototype.focusPrevElement=function(t){var e=this.adapter.getListItemCount(),i=t,s=null;do{if(--i<0){if(!this.wrapFocus)return t;i=e-1}if(i===s)return-1;s=null!=s?s:i}while(!this.areDisabledItemsFocusable&&this.isIndexDisabled(i));return this.focusItemAtIndex(i),i},e.prototype.focusFirstElement=function(){return this.focusNextElement(-1)},e.prototype.focusLastElement=function(){return this.focusPrevElement(this.adapter.getListItemCount())},e.prototype.focusInitialElement=function(){var t=this.getFirstSelectedOrFocusedItemIndex();return this.focusItemAtIndex(t),t},e.prototype.setEnabled=function(t,e){this.isIndexValid(t,!1)&&(e?(this.adapter.removeClassForElementIndex(t,r.Y7.LIST_ITEM_DISABLED_CLASS),this.adapter.setAttributeForElementIndex(t,r.P$.ARIA_DISABLED,"false")):(this.adapter.addClassForElementIndex(t,r.Y7.LIST_ITEM_DISABLED_CLASS),this.adapter.setAttributeForElementIndex(t,r.P$.ARIA_DISABLED,"true")))},e.prototype.setSingleSelectionAtIndex=function(t,e){if(void 0===e&&(e={}),this.selectedIndex!==t||e.forceUpdate){var i=r.Y7.LIST_ITEM_SELECTED_CLASS;this.useActivatedClass&&(i=r.Y7.LIST_ITEM_ACTIVATED_CLASS),this.selectedIndex!==r.nL.UNSET_INDEX&&this.adapter.removeClassForElementIndex(this.selectedIndex,i),this.setAriaForSingleSelectionAtIndex(t),this.setTabindexAtIndex(t),t!==r.nL.UNSET_INDEX&&this.adapter.addClassForElementIndex(t,i),this.selectedIndex=t,e.isUserInteraction&&!e.forceUpdate&&this.adapter.notifySelectionChange([t])}},e.prototype.setAriaForSingleSelectionAtIndex=function(t){this.selectedIndex===r.nL.UNSET_INDEX&&(this.ariaCurrentAttrValue=this.adapter.getAttributeForElementIndex(t,r.P$.ARIA_CURRENT));var e=null!==this.ariaCurrentAttrValue,i=e?r.P$.ARIA_CURRENT:r.P$.ARIA_SELECTED;if(this.selectedIndex!==r.nL.UNSET_INDEX&&this.adapter.setAttributeForElementIndex(this.selectedIndex,i,"false"),t!==r.nL.UNSET_INDEX){var s=e?this.ariaCurrentAttrValue:"true";this.adapter.setAttributeForElementIndex(t,i,s)}},e.prototype.getSelectionAttribute=function(){return this.useSelectedAttr?r.P$.ARIA_SELECTED:r.P$.ARIA_CHECKED},e.prototype.setRadioAtIndex=function(t,e){void 0===e&&(e={});var i=this.getSelectionAttribute();this.adapter.setCheckedCheckboxOrRadioAtIndex(t,!0),(this.selectedIndex!==t||e.forceUpdate)&&(this.selectedIndex!==r.nL.UNSET_INDEX&&this.adapter.setAttributeForElementIndex(this.selectedIndex,i,"false"),this.adapter.setAttributeForElementIndex(t,i,"true"),this.selectedIndex=t,e.isUserInteraction&&!e.forceUpdate&&this.adapter.notifySelectionChange([t]))},e.prototype.setCheckboxAtIndex=function(t,e){void 0===e&&(e={});for(var i=this.selectedIndex,s=e.isUserInteraction?new Set(i===r.nL.UNSET_INDEX?[]:i):null,n=this.getSelectionAttribute(),o=[],a=0;a=0;d!==l&&o.push(a),this.adapter.setCheckedCheckboxOrRadioAtIndex(a,d),this.adapter.setAttributeForElementIndex(a,n,d?"true":"false")}this.selectedIndex=t,e.isUserInteraction&&o.length&&this.adapter.notifySelectionChange(o)},e.prototype.toggleCheckboxRange=function(t,e,i){this.lastSelectedIndex=i;for(var n=new Set(this.selectedIndex===r.nL.UNSET_INDEX?[]:this.selectedIndex),o=!(null==n?void 0:n.has(i)),a=(0,s.zs)([t,e].sort(),2),l=a[0],d=a[1],u=this.getSelectionAttribute(),h=[],c=l;c<=d;c++){if(!this.isIndexDisabled(c))o!==n.has(c)&&(h.push(c),this.adapter.setCheckedCheckboxOrRadioAtIndex(c,o),this.adapter.setAttributeForElementIndex(c,u,""+o),o?n.add(c):n.delete(c))}h.length&&(this.selectedIndex=(0,s.fX)([],(0,s.zs)(n)),this.adapter.notifySelectionChange(h))},e.prototype.setTabindexAtIndex=function(t){this.focusedItemIndex===r.nL.UNSET_INDEX&&0!==t?this.adapter.setAttributeForElementIndex(0,"tabindex","-1"):this.focusedItemIndex>=0&&this.focusedItemIndex!==t&&this.adapter.setAttributeForElementIndex(this.focusedItemIndex,"tabindex","-1"),this.selectedIndex instanceof Array||this.selectedIndex===t||this.adapter.setAttributeForElementIndex(this.selectedIndex,"tabindex","-1"),t!==r.nL.UNSET_INDEX&&this.adapter.setAttributeForElementIndex(t,"tabindex","0")},e.prototype.isSelectableList=function(){return this.isSingleSelectionList||this.isCheckboxList||this.isRadioList},e.prototype.setTabindexToFirstSelectedOrFocusedItem=function(){var t=this.getFirstSelectedOrFocusedItemIndex();this.setTabindexAtIndex(t)},e.prototype.getFirstSelectedOrFocusedItemIndex=function(){return this.isSelectableList()?"number"==typeof this.selectedIndex&&this.selectedIndex!==r.nL.UNSET_INDEX?this.selectedIndex:this.selectedIndex instanceof Array&&this.selectedIndex.length>0?this.selectedIndex.reduce((function(t,e){return Math.min(t,e)})):0:Math.max(this.focusedItemIndex,0)},e.prototype.isIndexValid=function(t,e){var i=this;if(void 0===e&&(e=!0),t instanceof Array){if(!this.isCheckboxList&&e)throw new Error("MDCListFoundation: Array of index is only supported for checkbox based list");return 0===t.length||t.some((function(t){return i.isIndexInRange(t)}))}if("number"==typeof t){if(this.isCheckboxList&&e)throw new Error("MDCListFoundation: Expected array of index for checkbox based list but got number: "+t);return this.isIndexInRange(t)||this.isSingleSelectionList&&t===r.nL.UNSET_INDEX}return!1},e.prototype.isIndexInRange=function(t){var e=this.adapter.getListItemCount();return t>=0&&t-1)&&s.push(n);this.setCheckboxAtIndex(s,{isUserInteraction:e})}},e.prototype.typeaheadMatchItem=function(t,e,i){var s=this;void 0===i&&(i=!1);var n={focusItemAtIndex:function(t){s.focusItemAtIndex(t)},focusedItemIndex:e||this.focusedItemIndex,nextChar:t,sortedIndexByFirstChar:this.sortedIndexByFirstChar,skipFocus:i,isItemAtIndexDisabled:function(t){return s.isIndexDisabled(t)}};return l.N0(n,this.typeaheadState)},e.prototype.typeaheadInitSortedIndex=function(){return l.mT(this.adapter.getListItemCount(),this.adapter.getPrimaryTextAtIndex)},e.prototype.clearTypeaheadBuffer=function(){l.iI(this.typeaheadState)},e}(n.I)},7142:(t,e,i)=>{i.d(e,{N0:()=>l,Ws:()=>r,_B:()=>d,iI:()=>u,mT:()=>a,y9:()=>h});var s=i(8116),n=i(6834),o=i(9846);function r(){return{bufferClearTimeout:0,currentFirstChar:"",sortedIndexCursor:0,typeaheadBuffer:""}}function a(t,e){for(var i=new Map,s=0;se&&!i(o[a].index)){l=a;break}if(-1!==l)return s.sortedIndexCursor=l,o[s.sortedIndexCursor].index;return-1}(r,a,d,e):function(t,e,i){var s=i.typeaheadBuffer[0],n=t.get(s);if(!n)return-1;var o=n[i.sortedIndexCursor];if(0===o.text.lastIndexOf(i.typeaheadBuffer,0)&&!e(o.index))return o.index;var r=(i.sortedIndexCursor+1)%n.length,a=-1;for(;r!==i.sortedIndexCursor;){var l=n[r],d=0===l.text.lastIndexOf(i.typeaheadBuffer,0),u=!e(l.index);if(d&&u){a=r;break}r=(r+1)%n.length}if(-1!==a)return i.sortedIndexCursor=a,n[i.sortedIndexCursor].index;return-1}(r,d,e),-1===i||l||o(i),i}function d(t){return t.typeaheadBuffer.length>0}function u(t){t.typeaheadBuffer=""}function h(t,e){var i=t.event,n=t.isTargetListItem,r=t.focusedItemIndex,a=t.focusItemAtIndex,u=t.sortedIndexByFirstChar,h=t.isItemAtIndexDisabled,c="ArrowLeft"===(0,s.l5)(i),p="ArrowUp"===(0,s.l5)(i),E="ArrowRight"===(0,s.l5)(i),f="ArrowDown"===(0,s.l5)(i),m="Home"===(0,s.l5)(i),v="End"===(0,s.l5)(i),T="Enter"===(0,s.l5)(i),g="Spacebar"===(0,s.l5)(i);return i.altKey||i.ctrlKey||i.metaKey||c||p||E||f||m||v||T?-1:g||1!==i.key.length?g?(n&&(0,o.C)(i),n&&d(e)?l({focusItemAtIndex:a,focusedItemIndex:r,nextChar:" ",sortedIndexByFirstChar:u,skipFocus:!1,isItemAtIndexDisabled:h},e):-1):-1:((0,o.C)(i),l({focusItemAtIndex:a,focusedItemIndex:r,nextChar:i.key.toLowerCase(),sortedIndexByFirstChar:u,skipFocus:!1,isItemAtIndexDisabled:h},e))}},8313:(t,e,i)=>{i.d(e,{X:()=>l});var s=i(1635),n=i(361),o=i(9891),r=i(3881),a=i(7823),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,s.C6)(e,t),e.attachTo=function(t){return new e(t)},e.prototype.initialSyncWithDOM=function(){var t=this,e=this.root.parentElement;this.anchorElement=e&&e.classList.contains(o.Y7.ANCHOR)?e:null,this.root.classList.contains(o.Y7.FIXED)&&this.setFixedPosition(!0),this.handleKeydown=function(e){t.foundation.handleKeydown(e)},this.handleBodyClick=function(e){t.foundation.handleBodyClick(e)},this.registerBodyClickListener=function(){document.body.addEventListener("click",t.handleBodyClick,{capture:!0})},this.deregisterBodyClickListener=function(){document.body.removeEventListener("click",t.handleBodyClick,{capture:!0})},this.listen("keydown",this.handleKeydown),this.listen(o.P$.OPENED_EVENT,this.registerBodyClickListener),this.listen(o.P$.CLOSED_EVENT,this.deregisterBodyClickListener)},e.prototype.destroy=function(){this.unlisten("keydown",this.handleKeydown),this.unlisten(o.P$.OPENED_EVENT,this.registerBodyClickListener),this.unlisten(o.P$.CLOSED_EVENT,this.deregisterBodyClickListener),t.prototype.destroy.call(this)},e.prototype.isOpen=function(){return this.foundation.isOpen()},e.prototype.open=function(){this.foundation.open()},e.prototype.close=function(t){void 0===t&&(t=!1),this.foundation.close(t)},Object.defineProperty(e.prototype,"quickOpen",{set:function(t){this.foundation.setQuickOpen(t)},enumerable:!1,configurable:!0}),e.prototype.setIsHoisted=function(t){this.foundation.setIsHoisted(t)},e.prototype.setMenuSurfaceAnchorElement=function(t){this.anchorElement=t},e.prototype.setFixedPosition=function(t){t?this.root.classList.add(o.Y7.FIXED):this.root.classList.remove(o.Y7.FIXED),this.foundation.setFixedPosition(t)},e.prototype.setAbsolutePosition=function(t,e){this.foundation.setAbsolutePosition(t,e),this.setIsHoisted(!0)},e.prototype.setAnchorCorner=function(t){this.foundation.setAnchorCorner(t)},e.prototype.setAnchorMargin=function(t){this.foundation.setAnchorMargin(t)},e.prototype.getDefaultFoundation=function(){var t=this,e={addClass:function(e){return t.root.classList.add(e)},removeClass:function(e){return t.root.classList.remove(e)},hasClass:function(e){return t.root.classList.contains(e)},hasAnchor:function(){return!!t.anchorElement},notifyClose:function(){return t.emit(r.O.strings.CLOSED_EVENT,{})},notifyClosing:function(){t.emit(r.O.strings.CLOSING_EVENT,{})},notifyOpen:function(){return t.emit(r.O.strings.OPENED_EVENT,{})},notifyOpening:function(){return t.emit(r.O.strings.OPENING_EVENT,{})},isElementInContainer:function(e){return t.root.contains(e)},isRtl:function(){return"rtl"===getComputedStyle(t.root).getPropertyValue("direction")},setTransformOrigin:function(e){var i=(0,a.d)(window,"transform")+"-origin";t.root.style.setProperty(i,e)},isFocused:function(){return document.activeElement===t.root},saveFocus:function(){t.previousFocus=document.activeElement},restoreFocus:function(){t.root.contains(document.activeElement)&&t.previousFocus&&t.previousFocus.focus&&t.previousFocus.focus()},getInnerDimensions:function(){return{width:t.root.offsetWidth,height:t.root.offsetHeight}},getAnchorDimensions:function(){return t.anchorElement?t.anchorElement.getBoundingClientRect():null},getWindowDimensions:function(){return{width:window.innerWidth,height:window.innerHeight}},getBodyDimensions:function(){return{width:document.body.clientWidth,height:document.body.clientHeight}},getWindowScroll:function(){return{x:window.pageXOffset,y:window.pageYOffset}},setPosition:function(e){var i=t.root;i.style.left="left"in e?e.left+"px":"",i.style.right="right"in e?e.right+"px":"",i.style.top="top"in e?e.top+"px":"",i.style.bottom="bottom"in e?e.bottom+"px":""},setMaxHeight:function(e){t.root.style.maxHeight=e}};return new r.O(e)},e}(n.O)},9891:(t,e,i)=>{i.d(e,{Jv:()=>s,OK:()=>n,P$:()=>r,Y7:()=>o,nL:()=>a});var s,n,o={ANCHOR:"mdc-menu-surface--anchor",ANIMATING_CLOSED:"mdc-menu-surface--animating-closed",ANIMATING_OPEN:"mdc-menu-surface--animating-open",FIXED:"mdc-menu-surface--fixed",IS_OPEN_BELOW:"mdc-menu-surface--is-open-below",OPEN:"mdc-menu-surface--open",ROOT:"mdc-menu-surface"},r={CLOSED_EVENT:"MDCMenuSurface:closed",CLOSING_EVENT:"MDCMenuSurface:closing",OPENED_EVENT:"MDCMenuSurface:opened",OPENING_EVENT:"MDCMenuSurface:opening",FOCUSABLE_ELEMENTS:["button:not(:disabled)",'[href]:not([aria-disabled="true"])',"input:not(:disabled)","select:not(:disabled)","textarea:not(:disabled)",'[tabindex]:not([tabindex="-1"]):not([aria-disabled="true"])'].join(", ")},a={TRANSITION_OPEN_DURATION:120,TRANSITION_CLOSE_DURATION:75,MARGIN_TO_EDGE:32,ANCHOR_TO_MENU_SURFACE_WIDTH_RATIO:.67,TOUCH_EVENT_WAIT_MS:30};!function(t){t[t.BOTTOM=1]="BOTTOM",t[t.CENTER=2]="CENTER",t[t.RIGHT=4]="RIGHT",t[t.FLIP_RTL=8]="FLIP_RTL"}(s||(s={})),function(t){t[t.TOP_LEFT=0]="TOP_LEFT",t[t.TOP_RIGHT=4]="TOP_RIGHT",t[t.BOTTOM_LEFT=1]="BOTTOM_LEFT",t[t.BOTTOM_RIGHT=5]="BOTTOM_RIGHT",t[t.TOP_START=8]="TOP_START",t[t.TOP_END=12]="TOP_END",t[t.BOTTOM_START=9]="BOTTOM_START",t[t.BOTTOM_END=13]="BOTTOM_END"}(n||(n={}))},3881:(t,e,i)=>{i.d(e,{O:()=>r});var s=i(1635),n=i(6009),o=i(9891),r=function(t){function e(i){var n=t.call(this,(0,s.Cl)((0,s.Cl)({},e.defaultAdapter),i))||this;return n.isSurfaceOpen=!1,n.isQuickOpen=!1,n.isHoistedElement=!1,n.isFixedPosition=!1,n.isHorizontallyCenteredOnViewport=!1,n.maxHeight=0,n.openBottomBias=0,n.openAnimationEndTimerId=0,n.closeAnimationEndTimerId=0,n.animationRequestId=0,n.anchorCorner=o.OK.TOP_START,n.originCorner=o.OK.TOP_START,n.anchorMargin={top:0,right:0,bottom:0,left:0},n.position={x:0,y:0},n}return(0,s.C6)(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return o.Y7},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return o.P$},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return o.nL},enumerable:!1,configurable:!0}),Object.defineProperty(e,"Corner",{get:function(){return o.OK},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},hasAnchor:function(){return!1},isElementInContainer:function(){return!1},isFocused:function(){return!1},isRtl:function(){return!1},getInnerDimensions:function(){return{height:0,width:0}},getAnchorDimensions:function(){return null},getWindowDimensions:function(){return{height:0,width:0}},getBodyDimensions:function(){return{height:0,width:0}},getWindowScroll:function(){return{x:0,y:0}},setPosition:function(){},setMaxHeight:function(){},setTransformOrigin:function(){},saveFocus:function(){},restoreFocus:function(){},notifyClose:function(){},notifyClosing:function(){},notifyOpen:function(){},notifyOpening:function(){}}},enumerable:!1,configurable:!0}),e.prototype.init=function(){var t=e.cssClasses,i=t.ROOT,s=t.OPEN;if(!this.adapter.hasClass(i))throw new Error(i+" class required in root element.");this.adapter.hasClass(s)&&(this.isSurfaceOpen=!0)},e.prototype.destroy=function(){clearTimeout(this.openAnimationEndTimerId),clearTimeout(this.closeAnimationEndTimerId),cancelAnimationFrame(this.animationRequestId)},e.prototype.setAnchorCorner=function(t){this.anchorCorner=t},e.prototype.flipCornerHorizontally=function(){this.originCorner=this.originCorner^o.Jv.RIGHT},e.prototype.setAnchorMargin=function(t){this.anchorMargin.top=t.top||0,this.anchorMargin.right=t.right||0,this.anchorMargin.bottom=t.bottom||0,this.anchorMargin.left=t.left||0},e.prototype.setIsHoisted=function(t){this.isHoistedElement=t},e.prototype.setFixedPosition=function(t){this.isFixedPosition=t},e.prototype.isFixed=function(){return this.isFixedPosition},e.prototype.setAbsolutePosition=function(t,e){this.position.x=this.isFinite(t)?t:0,this.position.y=this.isFinite(e)?e:0},e.prototype.setIsHorizontallyCenteredOnViewport=function(t){this.isHorizontallyCenteredOnViewport=t},e.prototype.setQuickOpen=function(t){this.isQuickOpen=t},e.prototype.setMaxHeight=function(t){this.maxHeight=t},e.prototype.setOpenBottomBias=function(t){this.openBottomBias=t},e.prototype.isOpen=function(){return this.isSurfaceOpen},e.prototype.open=function(){var t=this;this.isSurfaceOpen||(this.adapter.notifyOpening(),this.adapter.saveFocus(),this.isQuickOpen?(this.isSurfaceOpen=!0,this.adapter.addClass(e.cssClasses.OPEN),this.dimensions=this.adapter.getInnerDimensions(),this.autoposition(),this.adapter.notifyOpen()):(this.adapter.addClass(e.cssClasses.ANIMATING_OPEN),this.animationRequestId=requestAnimationFrame((function(){t.dimensions=t.adapter.getInnerDimensions(),t.autoposition(),t.adapter.addClass(e.cssClasses.OPEN),t.openAnimationEndTimerId=setTimeout((function(){t.openAnimationEndTimerId=0,t.adapter.removeClass(e.cssClasses.ANIMATING_OPEN),t.adapter.notifyOpen()}),o.nL.TRANSITION_OPEN_DURATION)})),this.isSurfaceOpen=!0))},e.prototype.close=function(t){var i=this;if(void 0===t&&(t=!1),this.isSurfaceOpen){if(this.adapter.notifyClosing(),this.isQuickOpen)return this.isSurfaceOpen=!1,t||this.maybeRestoreFocus(),this.adapter.removeClass(e.cssClasses.OPEN),this.adapter.removeClass(e.cssClasses.IS_OPEN_BELOW),void this.adapter.notifyClose();this.adapter.addClass(e.cssClasses.ANIMATING_CLOSED),requestAnimationFrame((function(){i.adapter.removeClass(e.cssClasses.OPEN),i.adapter.removeClass(e.cssClasses.IS_OPEN_BELOW),i.closeAnimationEndTimerId=setTimeout((function(){i.closeAnimationEndTimerId=0,i.adapter.removeClass(e.cssClasses.ANIMATING_CLOSED),i.adapter.notifyClose()}),o.nL.TRANSITION_CLOSE_DURATION)})),this.isSurfaceOpen=!1,t||this.maybeRestoreFocus()}},e.prototype.handleBodyClick=function(t){var e=t.target;this.adapter.isElementInContainer(e)||this.close()},e.prototype.handleKeydown=function(t){var e=t.keyCode;("Escape"===t.key||27===e)&&this.close()},e.prototype.autoposition=function(){var t;this.measurements=this.getAutoLayoutmeasurements();var i=this.getoriginCorner(),s=this.getMenuSurfaceMaxHeight(i),n=this.hasBit(i,o.Jv.BOTTOM)?"bottom":"top",r=this.hasBit(i,o.Jv.RIGHT)?"right":"left",a=this.getHorizontalOriginOffset(i),l=this.getVerticalOriginOffset(i),d=this.measurements,u=d.anchorSize,h=d.surfaceSize,c=((t={})[r]=a,t[n]=l,t);u.width/h.width>o.nL.ANCHOR_TO_MENU_SURFACE_WIDTH_RATIO&&(r="center"),(this.isHoistedElement||this.isFixedPosition)&&this.adjustPositionForHoistedElement(c),this.adapter.setTransformOrigin(r+" "+n),this.adapter.setPosition(c),this.adapter.setMaxHeight(s?s+"px":""),this.hasBit(i,o.Jv.BOTTOM)||this.adapter.addClass(e.cssClasses.IS_OPEN_BELOW)},e.prototype.getAutoLayoutmeasurements=function(){var t=this.adapter.getAnchorDimensions(),e=this.adapter.getBodyDimensions(),i=this.adapter.getWindowDimensions(),s=this.adapter.getWindowScroll();return t||(t={top:this.position.y,right:this.position.x,bottom:this.position.y,left:this.position.x,width:0,height:0}),{anchorSize:t,bodySize:e,surfaceSize:this.dimensions,viewportDistance:{top:t.top,right:i.width-t.right,bottom:i.height-t.bottom,left:t.left},viewportSize:i,windowScroll:s}},e.prototype.getoriginCorner=function(){var t,i,s=this.originCorner,n=this.measurements,r=n.viewportDistance,a=n.anchorSize,l=n.surfaceSize,d=e.numbers.MARGIN_TO_EDGE;this.hasBit(this.anchorCorner,o.Jv.BOTTOM)?(t=r.top-d+this.anchorMargin.bottom,i=r.bottom-d-this.anchorMargin.bottom):(t=r.top-d+this.anchorMargin.top,i=r.bottom-d+a.height-this.anchorMargin.top),!(i-l.height>0)&&t>i+this.openBottomBias&&(s=this.setBit(s,o.Jv.BOTTOM));var u,h,c=this.adapter.isRtl(),p=this.hasBit(this.anchorCorner,o.Jv.FLIP_RTL),E=this.hasBit(this.anchorCorner,o.Jv.RIGHT)||this.hasBit(s,o.Jv.RIGHT),f=!1;(f=c&&p?!E:E)?(u=r.left+a.width+this.anchorMargin.right,h=r.right-this.anchorMargin.right):(u=r.left+this.anchorMargin.left,h=r.right+a.width-this.anchorMargin.left);var m=u-l.width>0,v=h-l.width>0,T=this.hasBit(s,o.Jv.FLIP_RTL)&&this.hasBit(s,o.Jv.RIGHT);return v&&T&&c||!m&&T?s=this.unsetBit(s,o.Jv.RIGHT):(m&&f&&c||m&&!f&&E||!v&&u>=h)&&(s=this.setBit(s,o.Jv.RIGHT)),s},e.prototype.getMenuSurfaceMaxHeight=function(t){if(this.maxHeight>0)return this.maxHeight;var i=this.measurements.viewportDistance,s=0,n=this.hasBit(t,o.Jv.BOTTOM),r=this.hasBit(this.anchorCorner,o.Jv.BOTTOM),a=e.numbers.MARGIN_TO_EDGE;return n?(s=i.top+this.anchorMargin.top-a,r||(s+=this.measurements.anchorSize.height)):(s=i.bottom-this.anchorMargin.bottom+this.measurements.anchorSize.height-a,r&&(s-=this.measurements.anchorSize.height)),s},e.prototype.getHorizontalOriginOffset=function(t){var e=this.measurements.anchorSize,i=this.hasBit(t,o.Jv.RIGHT),s=this.hasBit(this.anchorCorner,o.Jv.RIGHT);if(i){var n=s?e.width-this.anchorMargin.left:this.anchorMargin.right;return this.isHoistedElement||this.isFixedPosition?n-(this.measurements.viewportSize.width-this.measurements.bodySize.width):n}return s?e.width-this.anchorMargin.right:this.anchorMargin.left},e.prototype.getVerticalOriginOffset=function(t){var e=this.measurements.anchorSize,i=this.hasBit(t,o.Jv.BOTTOM),s=this.hasBit(this.anchorCorner,o.Jv.BOTTOM);return i?s?e.height-this.anchorMargin.top:-this.anchorMargin.bottom:s?e.height+this.anchorMargin.bottom:this.anchorMargin.top},e.prototype.adjustPositionForHoistedElement=function(t){var e,i,n=this.measurements,o=n.windowScroll,r=n.viewportDistance,a=n.surfaceSize,l=n.viewportSize,d=Object.keys(t);try{for(var u=(0,s.Ju)(d),h=u.next();!h.done;h=u.next()){var c=h.value,p=t[c]||0;!this.isHorizontallyCenteredOnViewport||"left"!==c&&"right"!==c?(p+=r[c],this.isFixedPosition||("top"===c?p+=o.y:"bottom"===c?p-=o.y:"left"===c?p+=o.x:p-=o.x),t[c]=p):t[c]=(l.width-a.width)/2}}catch(t){e={error:t}}finally{try{h&&!h.done&&(i=u.return)&&i.call(u)}finally{if(e)throw e.error}}},e.prototype.maybeRestoreFocus=function(){var t=this,e=this.adapter.isFocused(),i=this.adapter.getOwnerDocument?this.adapter.getOwnerDocument():document,s=i.activeElement&&this.adapter.isElementInContainer(i.activeElement);(e||s)&&setTimeout((function(){t.adapter.restoreFocus()}),o.nL.TOUCH_EVENT_WAIT_MS)},e.prototype.hasBit=function(t,e){return Boolean(t&e)},e.prototype.setBit=function(t,e){return t|e},e.prototype.unsetBit=function(t,e){return t^e},e.prototype.isFinite=function(t){return"number"==typeof t&&isFinite(t)},e}(n.I)},8283:(t,e,i)=>{i.d(e,{C:()=>p});var s=i(1635),n=i(361),o=i(1292),r=i(4648),a=i(6834),l=i(3142),d=i(8313),u=i(3881),h=i(3393),c=i(5527),p=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,s.C6)(e,t),e.attachTo=function(t){return new e(t)},e.prototype.initialize=function(t,e){void 0===t&&(t=function(t){return new d.X(t)}),void 0===e&&(e=function(t){return new r.f(t)}),this.menuSurfaceFactory=t,this.listFactory=e},e.prototype.initialSyncWithDOM=function(){var t=this;this.menuSurface=this.menuSurfaceFactory(this.root);var e=this.root.querySelector(h.P$.LIST_SELECTOR);e?(this.list=this.listFactory(e),this.list.wrapFocus=!0):this.list=null,this.handleKeydown=function(e){t.foundation.handleKeydown(e)},this.handleItemAction=function(e){t.foundation.handleItemAction(t.items[e.detail.index])},this.handleMenuSurfaceOpened=function(){t.foundation.handleMenuSurfaceOpened()},this.menuSurface.listen(u.O.strings.OPENED_EVENT,this.handleMenuSurfaceOpened),this.listen("keydown",this.handleKeydown),this.listen(l.Y.strings.ACTION_EVENT,this.handleItemAction)},e.prototype.destroy=function(){this.list&&this.list.destroy(),this.menuSurface.destroy(),this.menuSurface.unlisten(u.O.strings.OPENED_EVENT,this.handleMenuSurfaceOpened),this.unlisten("keydown",this.handleKeydown),this.unlisten(l.Y.strings.ACTION_EVENT,this.handleItemAction),t.prototype.destroy.call(this)},Object.defineProperty(e.prototype,"open",{get:function(){return this.menuSurface.isOpen()},set:function(t){t?this.menuSurface.open():this.menuSurface.close()},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"wrapFocus",{get:function(){return!!this.list&&this.list.wrapFocus},set:function(t){this.list&&(this.list.wrapFocus=t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"hasTypeahead",{set:function(t){this.list&&(this.list.hasTypeahead=t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"typeaheadInProgress",{get:function(){return!!this.list&&this.list.typeaheadInProgress},enumerable:!1,configurable:!0}),e.prototype.typeaheadMatchItem=function(t,e){return this.list?this.list.typeaheadMatchItem(t,e):-1},e.prototype.layout=function(){this.list&&this.list.layout()},Object.defineProperty(e.prototype,"items",{get:function(){return this.list?this.list.listElements:[]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"singleSelection",{set:function(t){this.list&&(this.list.singleSelection=t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"selectedIndex",{get:function(){return this.list?this.list.selectedIndex:a.nL.UNSET_INDEX},set:function(t){this.list&&(this.list.selectedIndex=t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"quickOpen",{set:function(t){this.menuSurface.quickOpen=t},enumerable:!1,configurable:!0}),e.prototype.setDefaultFocusState=function(t){this.foundation.setDefaultFocusState(t)},e.prototype.setAnchorCorner=function(t){this.menuSurface.setAnchorCorner(t)},e.prototype.setAnchorMargin=function(t){this.menuSurface.setAnchorMargin(t)},e.prototype.setSelectedIndex=function(t){this.foundation.setSelectedIndex(t)},e.prototype.setEnabled=function(t,e){this.foundation.setEnabled(t,e)},e.prototype.getOptionByIndex=function(t){return t{i.d(e,{P$:()=>o,Y7:()=>n,hf:()=>s,nL:()=>r});var s,n={MENU_SELECTED_LIST_ITEM:"mdc-menu-item--selected",MENU_SELECTION_GROUP:"mdc-menu__selection-group",ROOT:"mdc-menu"},o={ARIA_CHECKED_ATTR:"aria-checked",ARIA_DISABLED_ATTR:"aria-disabled",CHECKBOX_SELECTOR:'input[type="checkbox"]',LIST_SELECTOR:".mdc-list,.mdc-deprecated-list",SELECTED_EVENT:"MDCMenu:selected",SKIP_RESTORE_FOCUS:"data-menu-item-skip-restore-focus"},r={FOCUS_ROOT_INDEX:-1};!function(t){t[t.NONE=0]="NONE",t[t.LIST_ROOT=1]="LIST_ROOT",t[t.FIRST_ITEM=2]="FIRST_ITEM",t[t.LAST_ITEM=3]="LAST_ITEM"}(s||(s={}))},5527:(t,e,i)=>{i.d(e,{d:()=>l});var s=i(1635),n=i(6009),o=i(6834),r=i(3881),a=i(3393),l=function(t){function e(i){var n=t.call(this,(0,s.Cl)((0,s.Cl)({},e.defaultAdapter),i))||this;return n.closeAnimationEndTimerId=0,n.defaultFocusState=a.hf.LIST_ROOT,n.selectedIndex=-1,n}return(0,s.C6)(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return a.Y7},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return a.P$},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return a.nL},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClassToElementAtIndex:function(){},removeClassFromElementAtIndex:function(){},addAttributeToElementAtIndex:function(){},removeAttributeFromElementAtIndex:function(){},getAttributeFromElementAtIndex:function(){return null},elementContainsClass:function(){return!1},closeSurface:function(){},getElementIndex:function(){return-1},notifySelected:function(){},getMenuItemCount:function(){return 0},focusItemAtIndex:function(){},focusListRoot:function(){},getSelectedSiblingOfItemAtIndex:function(){return-1},isSelectableItemAtIndex:function(){return!1}}},enumerable:!1,configurable:!0}),e.prototype.destroy=function(){this.closeAnimationEndTimerId&&clearTimeout(this.closeAnimationEndTimerId),this.adapter.closeSurface()},e.prototype.handleKeydown=function(t){var e=t.key,i=t.keyCode;("Tab"===e||9===i)&&this.adapter.closeSurface(!0)},e.prototype.handleItemAction=function(t){var e=this,i=this.adapter.getElementIndex(t);if(!(i<0)){this.adapter.notifySelected({index:i});var s="true"===this.adapter.getAttributeFromElementAtIndex(i,a.P$.SKIP_RESTORE_FOCUS);this.adapter.closeSurface(s),this.closeAnimationEndTimerId=setTimeout((function(){var i=e.adapter.getElementIndex(t);i>=0&&e.adapter.isSelectableItemAtIndex(i)&&e.setSelectedIndex(i)}),r.O.numbers.TRANSITION_CLOSE_DURATION)}},e.prototype.handleMenuSurfaceOpened=function(){switch(this.defaultFocusState){case a.hf.FIRST_ITEM:this.adapter.focusItemAtIndex(0);break;case a.hf.LAST_ITEM:this.adapter.focusItemAtIndex(this.adapter.getMenuItemCount()-1);break;case a.hf.NONE:break;default:this.adapter.focusListRoot()}},e.prototype.setDefaultFocusState=function(t){this.defaultFocusState=t},e.prototype.getSelectedIndex=function(){return this.selectedIndex},e.prototype.setSelectedIndex=function(t){if(this.validatedIndex(t),!this.adapter.isSelectableItemAtIndex(t))throw new Error("MDCMenuFoundation: No selection group at specified index.");var e=this.adapter.getSelectedSiblingOfItemAtIndex(t);e>=0&&(this.adapter.removeAttributeFromElementAtIndex(e,a.P$.ARIA_CHECKED_ATTR),this.adapter.removeClassFromElementAtIndex(e,a.Y7.MENU_SELECTED_LIST_ITEM)),this.adapter.addClassToElementAtIndex(t,a.Y7.MENU_SELECTED_LIST_ITEM),this.adapter.addAttributeToElementAtIndex(t,a.P$.ARIA_CHECKED_ATTR,"true"),this.selectedIndex=t},e.prototype.setEnabled=function(t,e){this.validatedIndex(t),e?(this.adapter.removeClassFromElementAtIndex(t,o.Y7.LIST_ITEM_DISABLED_CLASS),this.adapter.addAttributeToElementAtIndex(t,a.P$.ARIA_DISABLED_ATTR,"false")):(this.adapter.addClassToElementAtIndex(t,o.Y7.LIST_ITEM_DISABLED_CLASS),this.adapter.addAttributeToElementAtIndex(t,a.P$.ARIA_DISABLED_ATTR,"true"))},e.prototype.validatedIndex=function(t){var e=this.adapter.getMenuItemCount();if(!(t>=0&&t{i.d(e,{i:()=>l});var s=i(1635),n=i(361),o=i(8813),r=i(336),a=i(2836),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,s.C6)(e,t),e.attachTo=function(t){return new e(t)},e.prototype.initialSyncWithDOM=function(){this.notchElement=this.root.querySelector(r.P$.NOTCH_ELEMENT_SELECTOR);var t=this.root.querySelector("."+o.K.cssClasses.ROOT);t?(t.style.transitionDuration="0s",this.root.classList.add(r.Y7.OUTLINE_UPGRADED),requestAnimationFrame((function(){t.style.transitionDuration=""}))):this.root.classList.add(r.Y7.NO_LABEL)},e.prototype.notch=function(t){this.foundation.notch(t)},e.prototype.closeNotch=function(){this.foundation.closeNotch()},e.prototype.getDefaultFoundation=function(){var t=this,e={addClass:function(e){return t.root.classList.add(e)},removeClass:function(e){return t.root.classList.remove(e)},setNotchWidthProperty:function(e){t.notchElement.style.setProperty("width",e+"px")},removeNotchWidthProperty:function(){t.notchElement.style.removeProperty("width")}};return new a.z(e)},e}(n.O)},336:(t,e,i)=>{i.d(e,{P$:()=>s,Y7:()=>o,nL:()=>n});var s={NOTCH_ELEMENT_SELECTOR:".mdc-notched-outline__notch"},n={NOTCH_ELEMENT_PADDING:8},o={NO_LABEL:"mdc-notched-outline--no-label",OUTLINE_NOTCHED:"mdc-notched-outline--notched",OUTLINE_UPGRADED:"mdc-notched-outline--upgraded"}},2836:(t,e,i)=>{i.d(e,{z:()=>r});var s=i(1635),n=i(6009),o=i(336),r=function(t){function e(i){return t.call(this,(0,s.Cl)((0,s.Cl)({},e.defaultAdapter),i))||this}return(0,s.C6)(e,t),Object.defineProperty(e,"strings",{get:function(){return o.P$},enumerable:!1,configurable:!0}),Object.defineProperty(e,"cssClasses",{get:function(){return o.Y7},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return o.nL},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},setNotchWidthProperty:function(){},removeNotchWidthProperty:function(){}}},enumerable:!1,configurable:!0}),e.prototype.notch=function(t){var i=e.cssClasses.OUTLINE_NOTCHED;t>0&&(t+=o.nL.NOTCH_ELEMENT_PADDING),this.adapter.setNotchWidthProperty(t),this.adapter.addClass(i)},e.prototype.closeNotch=function(){var t=e.cssClasses.OUTLINE_NOTCHED;this.adapter.removeClass(t),this.adapter.removeNotchWidthProperty()},e}(n.I)},1762:(t,e,i)=>{i.d(e,{N:()=>d});var s=i(1635),n=i(361),o=i(5700),r=i(1292),a=i(9716),l=i(6545),d=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.disabled=!1,e}return(0,s.C6)(e,t),e.attachTo=function(t,i){void 0===i&&(i={isUnbounded:void 0});var s=new e(t);return void 0!==i.isUnbounded&&(s.unbounded=i.isUnbounded),s},e.createAdapter=function(t){return{addClass:function(e){return t.root.classList.add(e)},browserSupportsCssVars:function(){return l.d(window)},computeBoundingRect:function(){return t.root.getBoundingClientRect()},containsEventTarget:function(e){return t.root.contains(e)},deregisterDocumentInteractionHandler:function(t,e){return document.documentElement.removeEventListener(t,e,(0,o.E)())},deregisterInteractionHandler:function(e,i){return t.root.removeEventListener(e,i,(0,o.E)())},deregisterResizeHandler:function(t){return window.removeEventListener("resize",t)},getWindowPageOffset:function(){return{x:window.pageXOffset,y:window.pageYOffset}},isSurfaceActive:function(){return(0,r.cK)(t.root,":active")},isSurfaceDisabled:function(){return Boolean(t.disabled)},isUnbounded:function(){return Boolean(t.unbounded)},registerDocumentInteractionHandler:function(t,e){return document.documentElement.addEventListener(t,e,(0,o.E)())},registerInteractionHandler:function(e,i){return t.root.addEventListener(e,i,(0,o.E)())},registerResizeHandler:function(t){return window.addEventListener("resize",t)},removeClass:function(e){return t.root.classList.remove(e)},updateCssVariable:function(e,i){return t.root.style.setProperty(e,i)}}},Object.defineProperty(e.prototype,"unbounded",{get:function(){return Boolean(this.isUnbounded)},set:function(t){this.isUnbounded=Boolean(t),this.setUnbounded()},enumerable:!1,configurable:!0}),e.prototype.activate=function(){this.foundation.activate()},e.prototype.deactivate=function(){this.foundation.deactivate()},e.prototype.layout=function(){this.foundation.layout()},e.prototype.getDefaultFoundation=function(){return new a.E(e.createAdapter(this))},e.prototype.initialSyncWithDOM=function(){var t=this.root;this.isUnbounded="mdcRippleIsUnbounded"in t.dataset},e.prototype.setUnbounded=function(){this.foundation.setUnbounded(Boolean(this.isUnbounded))},e}(n.O)},880:(t,e,i)=>{i.d(e,{P$:()=>n,Y7:()=>s,nL:()=>o});var s={BG_FOCUSED:"mdc-ripple-upgraded--background-focused",FG_ACTIVATION:"mdc-ripple-upgraded--foreground-activation",FG_DEACTIVATION:"mdc-ripple-upgraded--foreground-deactivation",ROOT:"mdc-ripple-upgraded",UNBOUNDED:"mdc-ripple-upgraded--unbounded"},n={VAR_FG_SCALE:"--mdc-ripple-fg-scale",VAR_FG_SIZE:"--mdc-ripple-fg-size",VAR_FG_TRANSLATE_END:"--mdc-ripple-fg-translate-end",VAR_FG_TRANSLATE_START:"--mdc-ripple-fg-translate-start",VAR_LEFT:"--mdc-ripple-left",VAR_TOP:"--mdc-ripple-top"},o={DEACTIVATION_TIMEOUT_MS:225,FG_DEACTIVATION_MS:150,INITIAL_ORIGIN_SCALE:.6,PADDING:10,TAP_DELAY_MS:300}},9716:(t,e,i)=>{i.d(e,{E:()=>u});var s=i(1635),n=i(6009),o=i(880),r=i(6545),a=["touchstart","pointerdown","mousedown","keydown"],l=["touchend","pointerup","mouseup","contextmenu"],d=[],u=function(t){function e(i){var n=t.call(this,(0,s.Cl)((0,s.Cl)({},e.defaultAdapter),i))||this;return n.activationAnimationHasEnded=!1,n.activationTimer=0,n.fgDeactivationRemovalTimer=0,n.fgScale="0",n.frame={width:0,height:0},n.initialSize=0,n.layoutFrame=0,n.maxRadius=0,n.unboundedCoords={left:0,top:0},n.activationState=n.defaultActivationState(),n.activationTimerCallback=function(){n.activationAnimationHasEnded=!0,n.runDeactivationUXLogicIfReady()},n.activateHandler=function(t){n.activateImpl(t)},n.deactivateHandler=function(){n.deactivateImpl()},n.focusHandler=function(){n.handleFocus()},n.blurHandler=function(){n.handleBlur()},n.resizeHandler=function(){n.layout()},n}return(0,s.C6)(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return o.Y7},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return o.P$},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return o.nL},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},browserSupportsCssVars:function(){return!0},computeBoundingRect:function(){return{top:0,right:0,bottom:0,left:0,width:0,height:0}},containsEventTarget:function(){return!0},deregisterDocumentInteractionHandler:function(){},deregisterInteractionHandler:function(){},deregisterResizeHandler:function(){},getWindowPageOffset:function(){return{x:0,y:0}},isSurfaceActive:function(){return!0},isSurfaceDisabled:function(){return!0},isUnbounded:function(){return!0},registerDocumentInteractionHandler:function(){},registerInteractionHandler:function(){},registerResizeHandler:function(){},removeClass:function(){},updateCssVariable:function(){}}},enumerable:!1,configurable:!0}),e.prototype.init=function(){var t=this,i=this.supportsPressRipple();if(this.registerRootHandlers(i),i){var s=e.cssClasses,n=s.ROOT,o=s.UNBOUNDED;requestAnimationFrame((function(){t.adapter.addClass(n),t.adapter.isUnbounded()&&(t.adapter.addClass(o),t.layoutInternal())}))}},e.prototype.destroy=function(){var t=this;if(this.supportsPressRipple()){this.activationTimer&&(clearTimeout(this.activationTimer),this.activationTimer=0,this.adapter.removeClass(e.cssClasses.FG_ACTIVATION)),this.fgDeactivationRemovalTimer&&(clearTimeout(this.fgDeactivationRemovalTimer),this.fgDeactivationRemovalTimer=0,this.adapter.removeClass(e.cssClasses.FG_DEACTIVATION));var i=e.cssClasses,s=i.ROOT,n=i.UNBOUNDED;requestAnimationFrame((function(){t.adapter.removeClass(s),t.adapter.removeClass(n),t.removeCssVars()}))}this.deregisterRootHandlers(),this.deregisterDeactivationHandlers()},e.prototype.activate=function(t){this.activateImpl(t)},e.prototype.deactivate=function(){this.deactivateImpl()},e.prototype.layout=function(){var t=this;this.layoutFrame&&cancelAnimationFrame(this.layoutFrame),this.layoutFrame=requestAnimationFrame((function(){t.layoutInternal(),t.layoutFrame=0}))},e.prototype.setUnbounded=function(t){var i=e.cssClasses.UNBOUNDED;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.handleFocus=function(){var t=this;requestAnimationFrame((function(){return t.adapter.addClass(e.cssClasses.BG_FOCUSED)}))},e.prototype.handleBlur=function(){var t=this;requestAnimationFrame((function(){return t.adapter.removeClass(e.cssClasses.BG_FOCUSED)}))},e.prototype.supportsPressRipple=function(){return this.adapter.browserSupportsCssVars()},e.prototype.defaultActivationState=function(){return{activationEvent:void 0,hasDeactivationUXRun:!1,isActivated:!1,isProgrammatic:!1,wasActivatedByPointer:!1,wasElementMadeActive:!1}},e.prototype.registerRootHandlers=function(t){var e,i;if(t){try{for(var n=(0,s.Ju)(a),o=n.next();!o.done;o=n.next()){var r=o.value;this.adapter.registerInteractionHandler(r,this.activateHandler)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=n.return)&&i.call(n)}finally{if(e)throw e.error}}this.adapter.isUnbounded()&&this.adapter.registerResizeHandler(this.resizeHandler)}this.adapter.registerInteractionHandler("focus",this.focusHandler),this.adapter.registerInteractionHandler("blur",this.blurHandler)},e.prototype.registerDeactivationHandlers=function(t){var e,i;if("keydown"===t.type)this.adapter.registerInteractionHandler("keyup",this.deactivateHandler);else try{for(var n=(0,s.Ju)(l),o=n.next();!o.done;o=n.next()){var r=o.value;this.adapter.registerDocumentInteractionHandler(r,this.deactivateHandler)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=n.return)&&i.call(n)}finally{if(e)throw e.error}}},e.prototype.deregisterRootHandlers=function(){var t,e;try{for(var i=(0,s.Ju)(a),n=i.next();!n.done;n=i.next()){var o=n.value;this.adapter.deregisterInteractionHandler(o,this.activateHandler)}}catch(e){t={error:e}}finally{try{n&&!n.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}this.adapter.deregisterInteractionHandler("focus",this.focusHandler),this.adapter.deregisterInteractionHandler("blur",this.blurHandler),this.adapter.isUnbounded()&&this.adapter.deregisterResizeHandler(this.resizeHandler)},e.prototype.deregisterDeactivationHandlers=function(){var t,e;this.adapter.deregisterInteractionHandler("keyup",this.deactivateHandler);try{for(var i=(0,s.Ju)(l),n=i.next();!n.done;n=i.next()){var o=n.value;this.adapter.deregisterDocumentInteractionHandler(o,this.deactivateHandler)}}catch(e){t={error:e}}finally{try{n&&!n.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}},e.prototype.removeCssVars=function(){var t=this,i=e.strings;Object.keys(i).forEach((function(e){0===e.indexOf("VAR_")&&t.adapter.updateCssVariable(i[e],null)}))},e.prototype.activateImpl=function(t){var e=this;if(!this.adapter.isSurfaceDisabled()){var i=this.activationState;if(!i.isActivated){var s=this.previousActivationEvent;if(!(s&&void 0!==t&&s.type!==t.type))i.isActivated=!0,i.isProgrammatic=void 0===t,i.activationEvent=t,i.wasActivatedByPointer=!i.isProgrammatic&&(void 0!==t&&("mousedown"===t.type||"touchstart"===t.type||"pointerdown"===t.type)),void 0!==t&&d.length>0&&d.some((function(t){return e.adapter.containsEventTarget(t)}))?this.resetActivationState():(void 0!==t&&(d.push(t.target),this.registerDeactivationHandlers(t)),i.wasElementMadeActive=this.checkElementMadeActive(t),i.wasElementMadeActive&&this.animateActivation(),requestAnimationFrame((function(){d=[],i.wasElementMadeActive||void 0===t||" "!==t.key&&32!==t.keyCode||(i.wasElementMadeActive=e.checkElementMadeActive(t),i.wasElementMadeActive&&e.animateActivation()),i.wasElementMadeActive||(e.activationState=e.defaultActivationState())})))}}},e.prototype.checkElementMadeActive=function(t){return void 0===t||"keydown"!==t.type||this.adapter.isSurfaceActive()},e.prototype.animateActivation=function(){var t=this,i=e.strings,s=i.VAR_FG_TRANSLATE_START,n=i.VAR_FG_TRANSLATE_END,o=e.cssClasses,r=o.FG_DEACTIVATION,a=o.FG_ACTIVATION,l=e.numbers.DEACTIVATION_TIMEOUT_MS;this.layoutInternal();var d="",u="";if(!this.adapter.isUnbounded()){var h=this.getFgTranslationCoordinates(),c=h.startPoint,p=h.endPoint;d=c.x+"px, "+c.y+"px",u=p.x+"px, "+p.y+"px"}this.adapter.updateCssVariable(s,d),this.adapter.updateCssVariable(n,u),clearTimeout(this.activationTimer),clearTimeout(this.fgDeactivationRemovalTimer),this.rmBoundedActivationClasses(),this.adapter.removeClass(r),this.adapter.computeBoundingRect(),this.adapter.addClass(a),this.activationTimer=setTimeout((function(){t.activationTimerCallback()}),l)},e.prototype.getFgTranslationCoordinates=function(){var t,e=this.activationState,i=e.activationEvent;return{startPoint:t={x:(t=e.wasActivatedByPointer?(0,r.y)(i,this.adapter.getWindowPageOffset(),this.adapter.computeBoundingRect()):{x:this.frame.width/2,y:this.frame.height/2}).x-this.initialSize/2,y:t.y-this.initialSize/2},endPoint:{x:this.frame.width/2-this.initialSize/2,y:this.frame.height/2-this.initialSize/2}}},e.prototype.runDeactivationUXLogicIfReady=function(){var t=this,i=e.cssClasses.FG_DEACTIVATION,s=this.activationState,n=s.hasDeactivationUXRun,r=s.isActivated;(n||!r)&&this.activationAnimationHasEnded&&(this.rmBoundedActivationClasses(),this.adapter.addClass(i),this.fgDeactivationRemovalTimer=setTimeout((function(){t.adapter.removeClass(i)}),o.nL.FG_DEACTIVATION_MS))},e.prototype.rmBoundedActivationClasses=function(){var t=e.cssClasses.FG_ACTIVATION;this.adapter.removeClass(t),this.activationAnimationHasEnded=!1,this.adapter.computeBoundingRect()},e.prototype.resetActivationState=function(){var t=this;this.previousActivationEvent=this.activationState.activationEvent,this.activationState=this.defaultActivationState(),setTimeout((function(){return t.previousActivationEvent=void 0}),e.numbers.TAP_DELAY_MS)},e.prototype.deactivateImpl=function(){var t=this,e=this.activationState;if(e.isActivated){var i=(0,s.Cl)({},e);e.isProgrammatic?(requestAnimationFrame((function(){t.animateDeactivation(i)})),this.resetActivationState()):(this.deregisterDeactivationHandlers(),requestAnimationFrame((function(){t.activationState.hasDeactivationUXRun=!0,t.animateDeactivation(i),t.resetActivationState()})))}},e.prototype.animateDeactivation=function(t){var e=t.wasActivatedByPointer,i=t.wasElementMadeActive;(e||i)&&this.runDeactivationUXLogicIfReady()},e.prototype.layoutInternal=function(){var t=this;this.frame=this.adapter.computeBoundingRect();var i=Math.max(this.frame.height,this.frame.width);this.maxRadius=this.adapter.isUnbounded()?i:Math.sqrt(Math.pow(t.frame.width,2)+Math.pow(t.frame.height,2))+e.numbers.PADDING;var s=Math.floor(i*e.numbers.INITIAL_ORIGIN_SCALE);this.adapter.isUnbounded()&&s%2!=0?this.initialSize=s-1:this.initialSize=s,this.fgScale=""+this.maxRadius/this.initialSize,this.updateLayoutCssVars()},e.prototype.updateLayoutCssVars=function(){var t=e.strings,i=t.VAR_FG_SIZE,s=t.VAR_LEFT,n=t.VAR_TOP,o=t.VAR_FG_SCALE;this.adapter.updateCssVariable(i,this.initialSize+"px"),this.adapter.updateCssVariable(o,this.fgScale),this.adapter.isUnbounded()&&(this.unboundedCoords={left:Math.round(this.frame.width/2-this.initialSize/2),top:Math.round(this.frame.height/2-this.initialSize/2)},this.adapter.updateCssVariable(s,this.unboundedCoords.left+"px"),this.adapter.updateCssVariable(n,this.unboundedCoords.top+"px"))},e}(n.I)},6545:(t,e,i)=>{var s;function n(t,e){void 0===e&&(e=!1);var i,n=t.CSS;if("boolean"==typeof s&&!e)return s;if(!(n&&"function"==typeof n.supports))return!1;var o=n.supports("--css-vars","yes"),r=n.supports("(--css-vars: yes)")&&n.supports("color","#00000000");return i=o||r,e||(s=i),i}function o(t,e,i){if(!t)return{x:0,y:0};var s,n,o=e.x,r=e.y,a=o+i.left,l=r+i.top;if("touchstart"===t.type){var d=t;s=d.changedTouches[0].pageX-a,n=d.changedTouches[0].pageY-l}else{var u=t;s=u.pageX-a,n=u.pageY-l}return{x:s,y:n}}i.d(e,{d:()=>n,y:()=>o})},6832:(t,e,i)=>{i.d(e,{R:()=>v});var s=i(1635),n=i(361),o=i(1949),r=i(5281),a=i(9891),l=i(8283),d=i(3393),u=i(3618),h=i(1762),c=i(9716),p=i(1162),E=i(8446),f=i(5163),m=i(4166),v=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,s.C6)(e,t),e.attachTo=function(t){return new e(t)},e.prototype.initialize=function(t,e,i,s,n,a){if(void 0===t&&(t=function(t){return new o.$(t)}),void 0===e&&(e=function(t){return new r.l(t)}),void 0===i&&(i=function(t){return new u.i(t)}),void 0===s&&(s=function(t){return new l.C(t)}),void 0===n&&(n=function(t){return new m.k(t)}),void 0===a&&(a=function(t){return new f.y(t)}),this.selectAnchor=this.root.querySelector(p.P$.SELECT_ANCHOR_SELECTOR),this.selectedText=this.root.querySelector(p.P$.SELECTED_TEXT_SELECTOR),this.hiddenInput=this.root.querySelector(p.P$.HIDDEN_INPUT_SELECTOR),!this.selectedText)throw new Error("MDCSelect: Missing required element: The following selector must be present: '"+p.P$.SELECTED_TEXT_SELECTOR+"'");if(this.selectAnchor.hasAttribute(p.P$.ARIA_CONTROLS)){var d=document.getElementById(this.selectAnchor.getAttribute(p.P$.ARIA_CONTROLS));d&&(this.helperText=a(d))}this.menuSetup(s);var h=this.root.querySelector(p.P$.LABEL_SELECTOR);this.label=h?t(h):null;var c=this.root.querySelector(p.P$.LINE_RIPPLE_SELECTOR);this.lineRipple=c?e(c):null;var E=this.root.querySelector(p.P$.OUTLINE_SELECTOR);this.outline=E?i(E):null;var v=this.root.querySelector(p.P$.LEADING_ICON_SELECTOR);v&&(this.leadingIcon=n(v)),this.root.classList.contains(p.Y7.OUTLINED)||(this.ripple=this.createRipple())},e.prototype.initialSyncWithDOM=function(){var t=this;if(this.handleFocus=function(){t.foundation.handleFocus()},this.handleBlur=function(){t.foundation.handleBlur()},this.handleClick=function(e){t.selectAnchor.focus(),t.foundation.handleClick(t.getNormalizedXCoordinate(e))},this.handleKeydown=function(e){t.foundation.handleKeydown(e)},this.handleMenuItemAction=function(e){t.foundation.handleMenuItemAction(e.detail.index)},this.handleMenuOpened=function(){t.foundation.handleMenuOpened()},this.handleMenuClosed=function(){t.foundation.handleMenuClosed()},this.handleMenuClosing=function(){t.foundation.handleMenuClosing()},this.selectAnchor.addEventListener("focus",this.handleFocus),this.selectAnchor.addEventListener("blur",this.handleBlur),this.selectAnchor.addEventListener("click",this.handleClick),this.selectAnchor.addEventListener("keydown",this.handleKeydown),this.menu.listen(a.P$.CLOSED_EVENT,this.handleMenuClosed),this.menu.listen(a.P$.CLOSING_EVENT,this.handleMenuClosing),this.menu.listen(a.P$.OPENED_EVENT,this.handleMenuOpened),this.menu.listen(d.P$.SELECTED_EVENT,this.handleMenuItemAction),this.hiddenInput){if(this.hiddenInput.value)return this.foundation.setValue(this.hiddenInput.value,!0),void this.foundation.layout();this.hiddenInput.value=this.value}},e.prototype.destroy=function(){this.selectAnchor.removeEventListener("focus",this.handleFocus),this.selectAnchor.removeEventListener("blur",this.handleBlur),this.selectAnchor.removeEventListener("keydown",this.handleKeydown),this.selectAnchor.removeEventListener("click",this.handleClick),this.menu.unlisten(a.P$.CLOSED_EVENT,this.handleMenuClosed),this.menu.unlisten(a.P$.OPENED_EVENT,this.handleMenuOpened),this.menu.unlisten(d.P$.SELECTED_EVENT,this.handleMenuItemAction),this.menu.destroy(),this.ripple&&this.ripple.destroy(),this.outline&&this.outline.destroy(),this.leadingIcon&&this.leadingIcon.destroy(),this.helperText&&this.helperText.destroy(),t.prototype.destroy.call(this)},Object.defineProperty(e.prototype,"value",{get:function(){return this.foundation.getValue()},set:function(t){this.foundation.setValue(t)},enumerable:!1,configurable:!0}),e.prototype.setValue=function(t,e){void 0===e&&(e=!1),this.foundation.setValue(t,e)},Object.defineProperty(e.prototype,"selectedIndex",{get:function(){return this.foundation.getSelectedIndex()},set:function(t){this.foundation.setSelectedIndex(t,!0)},enumerable:!1,configurable:!0}),e.prototype.setSelectedIndex=function(t,e){void 0===e&&(e=!1),this.foundation.setSelectedIndex(t,!0,e)},Object.defineProperty(e.prototype,"disabled",{get:function(){return this.foundation.getDisabled()},set:function(t){this.foundation.setDisabled(t),this.hiddenInput&&(this.hiddenInput.disabled=t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"leadingIconAriaLabel",{set:function(t){this.foundation.setLeadingIconAriaLabel(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"leadingIconContent",{set:function(t){this.foundation.setLeadingIconContent(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"helperTextContent",{set:function(t){this.foundation.setHelperTextContent(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"useDefaultValidation",{set:function(t){this.foundation.setUseDefaultValidation(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"valid",{get:function(){return this.foundation.isValid()},set:function(t){this.foundation.setValid(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"required",{get:function(){return this.foundation.getRequired()},set:function(t){this.foundation.setRequired(t)},enumerable:!1,configurable:!0}),e.prototype.layout=function(){this.foundation.layout()},e.prototype.layoutOptions=function(){this.foundation.layoutOptions(),this.menu.layout(),this.menuItemValues=this.menu.items.map((function(t){return t.getAttribute(p.P$.VALUE_ATTR)||""})),this.hiddenInput&&(this.hiddenInput.value=this.value)},e.prototype.getDefaultFoundation=function(){var t=(0,s.Cl)((0,s.Cl)((0,s.Cl)((0,s.Cl)({},this.getSelectAdapterMethods()),this.getCommonAdapterMethods()),this.getOutlineAdapterMethods()),this.getLabelAdapterMethods());return new E.A(t,this.getFoundationMap())},e.prototype.menuSetup=function(t){this.menuElement=this.root.querySelector(p.P$.MENU_SELECTOR),this.menu=t(this.menuElement),this.menu.hasTypeahead=!0,this.menu.singleSelection=!0,this.menuItemValues=this.menu.items.map((function(t){return t.getAttribute(p.P$.VALUE_ATTR)||""}))},e.prototype.createRipple=function(){var t=this,e=(0,s.Cl)((0,s.Cl)({},h.N.createAdapter({root:this.selectAnchor})),{registerInteractionHandler:function(e,i){t.selectAnchor.addEventListener(e,i)},deregisterInteractionHandler:function(e,i){t.selectAnchor.removeEventListener(e,i)}});return new h.N(this.selectAnchor,new c.E(e))},e.prototype.getSelectAdapterMethods=function(){var t=this;return{getMenuItemAttr:function(t,e){return t.getAttribute(e)},setSelectedText:function(e){t.selectedText.textContent=e},isSelectAnchorFocused:function(){return document.activeElement===t.selectAnchor},getSelectAnchorAttr:function(e){return t.selectAnchor.getAttribute(e)},setSelectAnchorAttr:function(e,i){t.selectAnchor.setAttribute(e,i)},removeSelectAnchorAttr:function(e){t.selectAnchor.removeAttribute(e)},addMenuClass:function(e){t.menuElement.classList.add(e)},removeMenuClass:function(e){t.menuElement.classList.remove(e)},openMenu:function(){t.menu.open=!0},closeMenu:function(){t.menu.open=!1},getAnchorElement:function(){return t.root.querySelector(p.P$.SELECT_ANCHOR_SELECTOR)},setMenuAnchorElement:function(e){t.menu.setAnchorElement(e)},setMenuAnchorCorner:function(e){t.menu.setAnchorCorner(e)},setMenuWrapFocus:function(e){t.menu.wrapFocus=e},getSelectedIndex:function(){var e=t.menu.selectedIndex;return e instanceof Array?e[0]:e},setSelectedIndex:function(e){t.menu.selectedIndex=e},focusMenuItemAtIndex:function(e){t.menu.items[e].focus()},getMenuItemCount:function(){return t.menu.items.length},getMenuItemValues:function(){return t.menuItemValues},getMenuItemTextAtIndex:function(e){return t.menu.getPrimaryTextAtIndex(e)},isTypeaheadInProgress:function(){return t.menu.typeaheadInProgress},typeaheadMatchItem:function(e,i){return t.menu.typeaheadMatchItem(e,i)}}},e.prototype.getCommonAdapterMethods=function(){var t=this;return{addClass:function(e){t.root.classList.add(e)},removeClass:function(e){t.root.classList.remove(e)},hasClass:function(e){return t.root.classList.contains(e)},setRippleCenter:function(e){t.lineRipple&&t.lineRipple.setRippleCenter(e)},activateBottomLine:function(){t.lineRipple&&t.lineRipple.activate()},deactivateBottomLine:function(){t.lineRipple&&t.lineRipple.deactivate()},notifyChange:function(e){t.hiddenInput&&(t.hiddenInput.value=e);var i=t.selectedIndex;t.emit(p.P$.CHANGE_EVENT,{value:e,index:i},!0)}}},e.prototype.getOutlineAdapterMethods=function(){var t=this;return{hasOutline:function(){return Boolean(t.outline)},notchOutline:function(e){t.outline&&t.outline.notch(e)},closeOutline:function(){t.outline&&t.outline.closeNotch()}}},e.prototype.getLabelAdapterMethods=function(){var t=this;return{hasLabel:function(){return!!t.label},floatLabel:function(e){t.label&&t.label.float(e)},getLabelWidth:function(){return t.label?t.label.getWidth():0},setLabelRequired:function(e){t.label&&t.label.setRequired(e)}}},e.prototype.getNormalizedXCoordinate=function(t){var e=t.target.getBoundingClientRect();return(this.isTouchEvent(t)?t.touches[0].clientX:t.clientX)-e.left},e.prototype.isTouchEvent=function(t){return Boolean(t.touches)},e.prototype.getFoundationMap=function(){return{helperText:this.helperText?this.helperText.foundationForSelect:void 0,leadingIcon:this.leadingIcon?this.leadingIcon.foundationForSelect:void 0}},e}(n.O)},1162:(t,e,i)=>{i.d(e,{P$:()=>n,Y7:()=>s,nL:()=>o});var s={ACTIVATED:"mdc-select--activated",DISABLED:"mdc-select--disabled",FOCUSED:"mdc-select--focused",INVALID:"mdc-select--invalid",MENU_INVALID:"mdc-select__menu--invalid",OUTLINED:"mdc-select--outlined",REQUIRED:"mdc-select--required",ROOT:"mdc-select",WITH_LEADING_ICON:"mdc-select--with-leading-icon"},n={ARIA_CONTROLS:"aria-controls",ARIA_DESCRIBEDBY:"aria-describedby",ARIA_SELECTED_ATTR:"aria-selected",CHANGE_EVENT:"MDCSelect:change",HIDDEN_INPUT_SELECTOR:'input[type="hidden"]',LABEL_SELECTOR:".mdc-floating-label",LEADING_ICON_SELECTOR:".mdc-select__icon",LINE_RIPPLE_SELECTOR:".mdc-line-ripple",MENU_SELECTOR:".mdc-select__menu",OUTLINE_SELECTOR:".mdc-notched-outline",SELECTED_TEXT_SELECTOR:".mdc-select__selected-text",SELECT_ANCHOR_SELECTOR:".mdc-select__anchor",VALUE_ATTR:"data-value"},o={LABEL_SCALE:.75,UNSET_INDEX:-1,CLICK_DEBOUNCE_TIMEOUT_MS:330}},8446:(t,e,i)=>{i.d(e,{A:()=>l});var s=i(1635),n=i(6009),o=i(8116),r=i(9891),a=i(1162),l=function(t){function e(i,n){void 0===n&&(n={});var o=t.call(this,(0,s.Cl)((0,s.Cl)({},e.defaultAdapter),i))||this;return o.disabled=!1,o.isMenuOpen=!1,o.useDefaultValidation=!0,o.customValidity=!0,o.lastSelectedIndex=a.nL.UNSET_INDEX,o.clickDebounceTimeout=0,o.recentlyClicked=!1,o.leadingIcon=n.leadingIcon,o.helperText=n.helperText,o}return(0,s.C6)(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return a.Y7},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return a.nL},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return a.P$},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},activateBottomLine:function(){},deactivateBottomLine:function(){},getSelectedIndex:function(){return-1},setSelectedIndex:function(){},hasLabel:function(){return!1},floatLabel:function(){},getLabelWidth:function(){return 0},setLabelRequired:function(){},hasOutline:function(){return!1},notchOutline:function(){},closeOutline:function(){},setRippleCenter:function(){},notifyChange:function(){},setSelectedText:function(){},isSelectAnchorFocused:function(){return!1},getSelectAnchorAttr:function(){return""},setSelectAnchorAttr:function(){},removeSelectAnchorAttr:function(){},addMenuClass:function(){},removeMenuClass:function(){},openMenu:function(){},closeMenu:function(){},getAnchorElement:function(){return null},setMenuAnchorElement:function(){},setMenuAnchorCorner:function(){},setMenuWrapFocus:function(){},focusMenuItemAtIndex:function(){},getMenuItemCount:function(){return 0},getMenuItemValues:function(){return[]},getMenuItemTextAtIndex:function(){return""},isTypeaheadInProgress:function(){return!1},typeaheadMatchItem:function(){return-1}}},enumerable:!1,configurable:!0}),e.prototype.getSelectedIndex=function(){return this.adapter.getSelectedIndex()},e.prototype.setSelectedIndex=function(t,e,i){void 0===e&&(e=!1),void 0===i&&(i=!1),t>=this.adapter.getMenuItemCount()||(t===a.nL.UNSET_INDEX?this.adapter.setSelectedText(""):this.adapter.setSelectedText(this.adapter.getMenuItemTextAtIndex(t).trim()),this.adapter.setSelectedIndex(t),e&&this.adapter.closeMenu(),i||this.lastSelectedIndex===t||this.handleChange(),this.lastSelectedIndex=t)},e.prototype.setValue=function(t,e){void 0===e&&(e=!1);var i=this.adapter.getMenuItemValues().indexOf(t);this.setSelectedIndex(i,!1,e)},e.prototype.getValue=function(){var t=this.adapter.getSelectedIndex(),e=this.adapter.getMenuItemValues();return t!==a.nL.UNSET_INDEX?e[t]:""},e.prototype.getDisabled=function(){return this.disabled},e.prototype.setDisabled=function(t){this.disabled=t,this.disabled?(this.adapter.addClass(a.Y7.DISABLED),this.adapter.closeMenu()):this.adapter.removeClass(a.Y7.DISABLED),this.leadingIcon&&this.leadingIcon.setDisabled(this.disabled),this.disabled?this.adapter.removeSelectAnchorAttr("tabindex"):this.adapter.setSelectAnchorAttr("tabindex","0"),this.adapter.setSelectAnchorAttr("aria-disabled",this.disabled.toString())},e.prototype.openMenu=function(){this.adapter.addClass(a.Y7.ACTIVATED),this.adapter.openMenu(),this.isMenuOpen=!0,this.adapter.setSelectAnchorAttr("aria-expanded","true")},e.prototype.setHelperTextContent=function(t){this.helperText&&this.helperText.setContent(t)},e.prototype.layout=function(){if(this.adapter.hasLabel()){var t=this.getValue().length>0,e=this.adapter.hasClass(a.Y7.FOCUSED),i=t||e,s=this.adapter.hasClass(a.Y7.REQUIRED);this.notchOutline(i),this.adapter.floatLabel(i),this.adapter.setLabelRequired(s)}},e.prototype.layoutOptions=function(){var t=this.adapter.getMenuItemValues().indexOf(this.getValue());this.setSelectedIndex(t,!1,!0)},e.prototype.handleMenuOpened=function(){if(0!==this.adapter.getMenuItemValues().length){var t=this.getSelectedIndex(),e=t>=0?t:0;this.adapter.focusMenuItemAtIndex(e)}},e.prototype.handleMenuClosing=function(){this.adapter.setSelectAnchorAttr("aria-expanded","false")},e.prototype.handleMenuClosed=function(){this.adapter.removeClass(a.Y7.ACTIVATED),this.isMenuOpen=!1,this.adapter.isSelectAnchorFocused()||this.blur()},e.prototype.handleChange=function(){this.layout(),this.adapter.notifyChange(this.getValue()),this.adapter.hasClass(a.Y7.REQUIRED)&&this.useDefaultValidation&&this.setValid(this.isValid())},e.prototype.handleMenuItemAction=function(t){this.setSelectedIndex(t,!0)},e.prototype.handleFocus=function(){this.adapter.addClass(a.Y7.FOCUSED),this.layout(),this.adapter.activateBottomLine()},e.prototype.handleBlur=function(){this.isMenuOpen||this.blur()},e.prototype.handleClick=function(t){this.disabled||this.recentlyClicked||(this.setClickDebounceTimeout(),this.isMenuOpen?this.adapter.closeMenu():(this.adapter.setRippleCenter(t),this.openMenu()))},e.prototype.handleKeydown=function(t){if(!this.isMenuOpen&&this.adapter.hasClass(a.Y7.FOCUSED)){var e=(0,o.l5)(t)===o._.ENTER,i=(0,o.l5)(t)===o._.SPACEBAR,s=(0,o.l5)(t)===o._.ARROW_UP,n=(0,o.l5)(t)===o._.ARROW_DOWN;if(!(t.ctrlKey||t.metaKey)&&(!i&&t.key&&1===t.key.length||i&&this.adapter.isTypeaheadInProgress())){var r=i?" ":t.key,l=this.adapter.typeaheadMatchItem(r,this.getSelectedIndex());return l>=0&&this.setSelectedIndex(l),void t.preventDefault()}(e||i||s||n)&&(this.openMenu(),t.preventDefault())}},e.prototype.notchOutline=function(t){if(this.adapter.hasOutline()){var e=this.adapter.hasClass(a.Y7.FOCUSED);if(t){var i=a.nL.LABEL_SCALE,s=this.adapter.getLabelWidth()*i;this.adapter.notchOutline(s)}else e||this.adapter.closeOutline()}},e.prototype.setLeadingIconAriaLabel=function(t){this.leadingIcon&&this.leadingIcon.setAriaLabel(t)},e.prototype.setLeadingIconContent=function(t){this.leadingIcon&&this.leadingIcon.setContent(t)},e.prototype.getUseDefaultValidation=function(){return this.useDefaultValidation},e.prototype.setUseDefaultValidation=function(t){this.useDefaultValidation=t},e.prototype.setValid=function(t){this.useDefaultValidation||(this.customValidity=t),this.adapter.setSelectAnchorAttr("aria-invalid",(!t).toString()),t?(this.adapter.removeClass(a.Y7.INVALID),this.adapter.removeMenuClass(a.Y7.MENU_INVALID)):(this.adapter.addClass(a.Y7.INVALID),this.adapter.addMenuClass(a.Y7.MENU_INVALID)),this.syncHelperTextValidity(t)},e.prototype.isValid=function(){return this.useDefaultValidation&&this.adapter.hasClass(a.Y7.REQUIRED)&&!this.adapter.hasClass(a.Y7.DISABLED)?this.getSelectedIndex()!==a.nL.UNSET_INDEX&&(0!==this.getSelectedIndex()||Boolean(this.getValue())):this.customValidity},e.prototype.setRequired=function(t){t?this.adapter.addClass(a.Y7.REQUIRED):this.adapter.removeClass(a.Y7.REQUIRED),this.adapter.setSelectAnchorAttr("aria-required",t.toString()),this.adapter.setLabelRequired(t)},e.prototype.getRequired=function(){return"true"===this.adapter.getSelectAnchorAttr("aria-required")},e.prototype.init=function(){var t=this.adapter.getAnchorElement();t&&(this.adapter.setMenuAnchorElement(t),this.adapter.setMenuAnchorCorner(r.OK.BOTTOM_START)),this.adapter.setMenuWrapFocus(!1),this.setDisabled(this.adapter.hasClass(a.Y7.DISABLED)),this.syncHelperTextValidity(!this.adapter.hasClass(a.Y7.INVALID)),this.layout(),this.layoutOptions()},e.prototype.blur=function(){this.adapter.removeClass(a.Y7.FOCUSED),this.layout(),this.adapter.deactivateBottomLine(),this.adapter.hasClass(a.Y7.REQUIRED)&&this.useDefaultValidation&&this.setValid(this.isValid())},e.prototype.syncHelperTextValidity=function(t){if(this.helperText){this.helperText.setValidity(t);var e=this.helperText.isVisible(),i=this.helperText.getId();e&&i?this.adapter.setSelectAnchorAttr(a.P$.ARIA_DESCRIBEDBY,i):this.adapter.removeSelectAnchorAttr(a.P$.ARIA_DESCRIBEDBY)}},e.prototype.setClickDebounceTimeout=function(){var t=this;clearTimeout(this.clickDebounceTimeout),this.clickDebounceTimeout=setTimeout((function(){t.recentlyClicked=!1}),a.nL.CLICK_DEBOUNCE_TIMEOUT_MS),this.recentlyClicked=!0},e}(n.I)},5163:(t,e,i)=>{i.d(e,{y:()=>r});var s=i(1635),n=i(361),o=i(583),r=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,s.C6)(e,t),e.attachTo=function(t){return new e(t)},Object.defineProperty(e.prototype,"foundationForSelect",{get:function(){return this.foundation},enumerable:!1,configurable:!0}),e.prototype.getDefaultFoundation=function(){var t=this,e={addClass:function(e){return t.root.classList.add(e)},removeClass:function(e){return t.root.classList.remove(e)},hasClass:function(e){return t.root.classList.contains(e)},getAttr:function(e){return t.root.getAttribute(e)},setAttr:function(e,i){return t.root.setAttribute(e,i)},removeAttr:function(e){return t.root.removeAttribute(e)},setContent:function(e){t.root.textContent=e}};return new o.r(e)},e}(n.O)},321:(t,e,i)=>{i.d(e,{P:()=>s,Y:()=>n});var s={ARIA_HIDDEN:"aria-hidden",ROLE:"role"},n={HELPER_TEXT_VALIDATION_MSG:"mdc-select-helper-text--validation-msg",HELPER_TEXT_VALIDATION_MSG_PERSISTENT:"mdc-select-helper-text--validation-msg-persistent"}},583:(t,e,i)=>{i.d(e,{r:()=>r});var s=i(1635),n=i(6009),o=i(321),r=function(t){function e(i){return t.call(this,(0,s.Cl)((0,s.Cl)({},e.defaultAdapter),i))||this}return(0,s.C6)(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return o.Y},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return o.P},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},setAttr:function(){},getAttr:function(){return null},removeAttr:function(){},setContent:function(){}}},enumerable:!1,configurable:!0}),e.prototype.getId=function(){return this.adapter.getAttr("id")},e.prototype.isVisible=function(){return"true"!==this.adapter.getAttr(o.P.ARIA_HIDDEN)},e.prototype.setContent=function(t){this.adapter.setContent(t)},e.prototype.setValidation=function(t){t?this.adapter.addClass(o.Y.HELPER_TEXT_VALIDATION_MSG):this.adapter.removeClass(o.Y.HELPER_TEXT_VALIDATION_MSG)},e.prototype.setValidationMsgPersistent=function(t){t?this.adapter.addClass(o.Y.HELPER_TEXT_VALIDATION_MSG_PERSISTENT):this.adapter.removeClass(o.Y.HELPER_TEXT_VALIDATION_MSG_PERSISTENT)},e.prototype.getIsValidation=function(){return this.adapter.hasClass(o.Y.HELPER_TEXT_VALIDATION_MSG)},e.prototype.getIsValidationMsgPersistent=function(){return this.adapter.hasClass(o.Y.HELPER_TEXT_VALIDATION_MSG_PERSISTENT)},e.prototype.setValidity=function(t){if(this.adapter.hasClass(o.Y.HELPER_TEXT_VALIDATION_MSG)){var e=this.adapter.hasClass(o.Y.HELPER_TEXT_VALIDATION_MSG_PERSISTENT);if(!t||e)return this.showToScreenReader(),void(t?this.adapter.removeAttr(o.P.ROLE):this.adapter.setAttr(o.P.ROLE,"alert"));this.adapter.removeAttr(o.P.ROLE),this.hide()}},e.prototype.showToScreenReader=function(){this.adapter.removeAttr(o.P.ARIA_HIDDEN)},e.prototype.hide=function(){this.adapter.setAttr(o.P.ARIA_HIDDEN,"true")},e}(n.I)},5804:(t,e,i)=>{i.d(e,{g9:()=>o.P,js:()=>o.Y,r4:()=>n.r,y7:()=>s.y});var s=i(5163),n=i(583),o=i(321)},4166:(t,e,i)=>{i.d(e,{k:()=>r});var s=i(1635),n=i(361),o=i(2056),r=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,s.C6)(e,t),e.attachTo=function(t){return new e(t)},Object.defineProperty(e.prototype,"foundationForSelect",{get:function(){return this.foundation},enumerable:!1,configurable:!0}),e.prototype.getDefaultFoundation=function(){var t=this,e={getAttr:function(e){return t.root.getAttribute(e)},setAttr:function(e,i){return t.root.setAttribute(e,i)},removeAttr:function(e){return t.root.removeAttribute(e)},setContent:function(e){t.root.textContent=e},registerInteractionHandler:function(e,i){return t.listen(e,i)},deregisterInteractionHandler:function(e,i){return t.unlisten(e,i)},notifyIconAction:function(){return t.emit(o.T.strings.ICON_EVENT,{},!0)}};return new o.T(e)},e}(n.O)},2468:(t,e,i)=>{i.d(e,{P:()=>s});var s={ICON_EVENT:"MDCSelect:icon",ICON_ROLE:"button"}},2056:(t,e,i)=>{i.d(e,{T:()=>a});var s=i(1635),n=i(6009),o=i(2468),r=["click","keydown"],a=function(t){function e(i){var n=t.call(this,(0,s.Cl)((0,s.Cl)({},e.defaultAdapter),i))||this;return n.savedTabIndex=null,n.interactionHandler=function(t){n.handleInteraction(t)},n}return(0,s.C6)(e,t),Object.defineProperty(e,"strings",{get:function(){return o.P},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{getAttr:function(){return null},setAttr:function(){},removeAttr:function(){},setContent:function(){},registerInteractionHandler:function(){},deregisterInteractionHandler:function(){},notifyIconAction:function(){}}},enumerable:!1,configurable:!0}),e.prototype.init=function(){var t,e;this.savedTabIndex=this.adapter.getAttr("tabindex");try{for(var i=(0,s.Ju)(r),n=i.next();!n.done;n=i.next()){var o=n.value;this.adapter.registerInteractionHandler(o,this.interactionHandler)}}catch(e){t={error:e}}finally{try{n&&!n.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}},e.prototype.destroy=function(){var t,e;try{for(var i=(0,s.Ju)(r),n=i.next();!n.done;n=i.next()){var o=n.value;this.adapter.deregisterInteractionHandler(o,this.interactionHandler)}}catch(e){t={error:e}}finally{try{n&&!n.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}},e.prototype.setDisabled=function(t){this.savedTabIndex&&(t?(this.adapter.setAttr("tabindex","-1"),this.adapter.removeAttr("role")):(this.adapter.setAttr("tabindex",this.savedTabIndex),this.adapter.setAttr("role",o.P.ICON_ROLE)))},e.prototype.setAriaLabel=function(t){this.adapter.setAttr("aria-label",t)},e.prototype.setContent=function(t){this.adapter.setContent(t)},e.prototype.handleInteraction=function(t){var e="Enter"===t.key||13===t.keyCode;("click"===t.type||e)&&this.adapter.notifyIconAction()},e}(n.I)},1533:(t,e,i)=>{i.d(e,{TT:()=>n.T,_X:()=>o.P,kv:()=>s.k});var s=i(4166),n=i(2056),o=i(2468)},1543:(t,e,i)=>{i.r(e),i.d(e,{MDCSelect:()=>s.R,MDCSelectFoundation:()=>o.A,MDCSelectHelperText:()=>r.y7,MDCSelectHelperTextFoundation:()=>r.r4,MDCSelectIcon:()=>a.kv,MDCSelectIconFoundation:()=>a.TT,cssClasses:()=>n.Y7,helperTextCssClasses:()=>r.js,helperTextStrings:()=>r.g9,iconStrings:()=>a._X,numbers:()=>n.nL,strings:()=>n.P$});var s=i(6832),n=i(1162),o=i(8446),r=i(5804),a=i(1533)},5034:(t,e,i)=>{i.d(e,{N:()=>r});var s=i(1635),n=i(361),o=i(2332),r=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,s.C6)(e,t),e.attachTo=function(t){return new e(t)},Object.defineProperty(e.prototype,"foundationForTextField",{get:function(){return this.foundation},enumerable:!1,configurable:!0}),e.prototype.getDefaultFoundation=function(){var t=this,e={setContent:function(e){t.root.textContent=e}};return new o.y(e)},e}(n.O)},5160:(t,e,i)=>{i.d(e,{P:()=>n,Y:()=>s});var s={ROOT:"mdc-text-field-character-counter"},n={ROOT_SELECTOR:"."+s.ROOT}},2332:(t,e,i)=>{i.d(e,{y:()=>r});var s=i(1635),n=i(6009),o=i(5160),r=function(t){function e(i){return t.call(this,(0,s.Cl)((0,s.Cl)({},e.defaultAdapter),i))||this}return(0,s.C6)(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return o.Y},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return o.P},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{setContent:function(){}}},enumerable:!1,configurable:!0}),e.prototype.setCounterValue=function(t,e){t=Math.min(t,e),this.adapter.setContent(t+" / "+e)},e}(n.I)},6785:(t,e,i)=>{i.d(e,{DE:()=>o.P,NF:()=>s.N,g:()=>o.Y,yh:()=>n.y});var s=i(5034),n=i(2332),o=i(5160)},8567:(t,e,i)=>{i.d(e,{g:()=>g});var s=i(1635),n=i(361),o=i(5700),r=i(1292),a=i(1949),l=i(5281),d=i(3618),u=i(1762),h=i(9716),c=i(5034),p=i(2332),E=i(605),f=i(5651),m=i(4108),v=i(826),T=i(4287),g=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,s.C6)(e,t),e.attachTo=function(t){return new e(t)},e.prototype.initialize=function(t,e,i,s,n,o,r){void 0===t&&(t=function(t,e){return new u.N(t,e)}),void 0===e&&(e=function(t){return new l.l(t)}),void 0===i&&(i=function(t){return new m.n(t)}),void 0===s&&(s=function(t){return new c.N(t)}),void 0===n&&(n=function(t){return new T.j(t)}),void 0===o&&(o=function(t){return new a.$(t)}),void 0===r&&(r=function(t){return new d.i(t)}),this.input=this.root.querySelector(E.P$.INPUT_SELECTOR);var h=this.root.querySelector(E.P$.LABEL_SELECTOR);this.label=h?o(h):null;var f=this.root.querySelector(E.P$.LINE_RIPPLE_SELECTOR);this.lineRipple=f?e(f):null;var g=this.root.querySelector(E.P$.OUTLINE_SELECTOR);this.outline=g?r(g):null;var A=v.Q.strings,I=this.root.nextElementSibling,C=I&&I.classList.contains(E.Y7.HELPER_LINE),L=C&&I&&I.querySelector(A.ROOT_SELECTOR);this.helperText=L?i(L):null;var O=p.y.strings,y=this.root.querySelector(O.ROOT_SELECTOR);!y&&C&&I&&(y=I.querySelector(O.ROOT_SELECTOR)),this.characterCounter=y?s(y):null;var S=this.root.querySelector(E.P$.LEADING_ICON_SELECTOR);this.leadingIcon=S?n(S):null;var _=this.root.querySelector(E.P$.TRAILING_ICON_SELECTOR);this.trailingIcon=_?n(_):null,this.prefix=this.root.querySelector(E.P$.PREFIX_SELECTOR),this.suffix=this.root.querySelector(E.P$.SUFFIX_SELECTOR),this.ripple=this.createRipple(t)},e.prototype.destroy=function(){this.ripple&&this.ripple.destroy(),this.lineRipple&&this.lineRipple.destroy(),this.helperText&&this.helperText.destroy(),this.characterCounter&&this.characterCounter.destroy(),this.leadingIcon&&this.leadingIcon.destroy(),this.trailingIcon&&this.trailingIcon.destroy(),this.label&&this.label.destroy(),this.outline&&this.outline.destroy(),t.prototype.destroy.call(this)},e.prototype.initialSyncWithDOM=function(){this.disabled=this.input.disabled},Object.defineProperty(e.prototype,"value",{get:function(){return this.foundation.getValue()},set:function(t){this.foundation.setValue(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"disabled",{get:function(){return this.foundation.isDisabled()},set:function(t){this.foundation.setDisabled(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"valid",{get:function(){return this.foundation.isValid()},set:function(t){this.foundation.setValid(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"required",{get:function(){return this.input.required},set:function(t){this.input.required=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"pattern",{get:function(){return this.input.pattern},set:function(t){this.input.pattern=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"minLength",{get:function(){return this.input.minLength},set:function(t){this.input.minLength=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"maxLength",{get:function(){return this.input.maxLength},set:function(t){t<0?this.input.removeAttribute("maxLength"):this.input.maxLength=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"min",{get:function(){return this.input.min},set:function(t){this.input.min=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"max",{get:function(){return this.input.max},set:function(t){this.input.max=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"step",{get:function(){return this.input.step},set:function(t){this.input.step=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"helperTextContent",{set:function(t){this.foundation.setHelperTextContent(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"leadingIconAriaLabel",{set:function(t){this.foundation.setLeadingIconAriaLabel(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"leadingIconContent",{set:function(t){this.foundation.setLeadingIconContent(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"trailingIconAriaLabel",{set:function(t){this.foundation.setTrailingIconAriaLabel(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"trailingIconContent",{set:function(t){this.foundation.setTrailingIconContent(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"useNativeValidation",{set:function(t){this.foundation.setUseNativeValidation(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"prefixText",{get:function(){return this.prefix?this.prefix.textContent:null},set:function(t){this.prefix&&(this.prefix.textContent=t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"suffixText",{get:function(){return this.suffix?this.suffix.textContent:null},set:function(t){this.suffix&&(this.suffix.textContent=t)},enumerable:!1,configurable:!0}),e.prototype.focus=function(){this.input.focus()},e.prototype.layout=function(){var t=this.foundation.shouldFloat;this.foundation.notchOutline(t)},e.prototype.getDefaultFoundation=function(){var t=(0,s.Cl)((0,s.Cl)((0,s.Cl)((0,s.Cl)((0,s.Cl)({},this.getRootAdapterMethods()),this.getInputAdapterMethods()),this.getLabelAdapterMethods()),this.getLineRippleAdapterMethods()),this.getOutlineAdapterMethods());return new f.r(t,this.getFoundationMap())},e.prototype.getRootAdapterMethods=function(){var t=this;return{addClass:function(e){return t.root.classList.add(e)},removeClass:function(e){return t.root.classList.remove(e)},hasClass:function(e){return t.root.classList.contains(e)},registerTextFieldInteractionHandler:function(e,i){t.listen(e,i)},deregisterTextFieldInteractionHandler:function(e,i){t.unlisten(e,i)},registerValidationAttributeChangeHandler:function(e){var i=new MutationObserver((function(t){return e(function(t){return t.map((function(t){return t.attributeName})).filter((function(t){return t}))}(t))}));return i.observe(t.input,{attributes:!0}),i},deregisterValidationAttributeChangeHandler:function(t){t.disconnect()}}},e.prototype.getInputAdapterMethods=function(){var t=this;return{getNativeInput:function(){return t.input},setInputAttr:function(e,i){t.input.setAttribute(e,i)},removeInputAttr:function(e){t.input.removeAttribute(e)},isFocused:function(){return document.activeElement===t.input},registerInputInteractionHandler:function(e,i){t.input.addEventListener(e,i,(0,o.E)())},deregisterInputInteractionHandler:function(e,i){t.input.removeEventListener(e,i,(0,o.E)())}}},e.prototype.getLabelAdapterMethods=function(){var t=this;return{floatLabel:function(e){t.label&&t.label.float(e)},getLabelWidth:function(){return t.label?t.label.getWidth():0},hasLabel:function(){return Boolean(t.label)},shakeLabel:function(e){t.label&&t.label.shake(e)},setLabelRequired:function(e){t.label&&t.label.setRequired(e)}}},e.prototype.getLineRippleAdapterMethods=function(){var t=this;return{activateLineRipple:function(){t.lineRipple&&t.lineRipple.activate()},deactivateLineRipple:function(){t.lineRipple&&t.lineRipple.deactivate()},setLineRippleTransformOrigin:function(e){t.lineRipple&&t.lineRipple.setRippleCenter(e)}}},e.prototype.getOutlineAdapterMethods=function(){var t=this;return{closeOutline:function(){t.outline&&t.outline.closeNotch()},hasOutline:function(){return Boolean(t.outline)},notchOutline:function(e){t.outline&&t.outline.notch(e)}}},e.prototype.getFoundationMap=function(){return{characterCounter:this.characterCounter?this.characterCounter.foundationForTextField:void 0,helperText:this.helperText?this.helperText.foundationForTextField:void 0,leadingIcon:this.leadingIcon?this.leadingIcon.foundationForTextField:void 0,trailingIcon:this.trailingIcon?this.trailingIcon.foundationForTextField:void 0}},e.prototype.createRipple=function(t){var e=this,i=this.root.classList.contains(E.Y7.TEXTAREA),n=this.root.classList.contains(E.Y7.OUTLINED);if(i||n)return null;var a=(0,s.Cl)((0,s.Cl)({},u.N.createAdapter(this)),{isSurfaceActive:function(){return r.cK(e.input,":active")},registerInteractionHandler:function(t,i){e.input.addEventListener(t,i,(0,o.E)())},deregisterInteractionHandler:function(t,i){e.input.removeEventListener(t,i,(0,o.E)())}});return t(this.root,new h.E(a))},e}(n.O)},605:(t,e,i)=>{i.d(e,{NZ:()=>a,P$:()=>s,Y7:()=>n,YU:()=>r,nL:()=>o});var s={ARIA_CONTROLS:"aria-controls",ARIA_DESCRIBEDBY:"aria-describedby",INPUT_SELECTOR:".mdc-text-field__input",LABEL_SELECTOR:".mdc-floating-label",LEADING_ICON_SELECTOR:".mdc-text-field__icon--leading",LINE_RIPPLE_SELECTOR:".mdc-line-ripple",OUTLINE_SELECTOR:".mdc-notched-outline",PREFIX_SELECTOR:".mdc-text-field__affix--prefix",SUFFIX_SELECTOR:".mdc-text-field__affix--suffix",TRAILING_ICON_SELECTOR:".mdc-text-field__icon--trailing"},n={DISABLED:"mdc-text-field--disabled",FOCUSED:"mdc-text-field--focused",HELPER_LINE:"mdc-text-field-helper-line",INVALID:"mdc-text-field--invalid",LABEL_FLOATING:"mdc-text-field--label-floating",NO_LABEL:"mdc-text-field--no-label",OUTLINED:"mdc-text-field--outlined",ROOT:"mdc-text-field",TEXTAREA:"mdc-text-field--textarea",WITH_LEADING_ICON:"mdc-text-field--with-leading-icon",WITH_TRAILING_ICON:"mdc-text-field--with-trailing-icon",WITH_INTERNAL_COUNTER:"mdc-text-field--with-internal-counter"},o={LABEL_SCALE:.75},r=["pattern","min","max","required","step","minlength","maxlength"],a=["color","date","datetime-local","month","range","time","week"]},5651:(t,e,i)=>{i.d(e,{r:()=>l});var s=i(1635),n=i(6009),o=i(605),r=["mousedown","touchstart"],a=["click","keydown"],l=function(t){function e(i,n){void 0===n&&(n={});var o=t.call(this,(0,s.Cl)((0,s.Cl)({},e.defaultAdapter),i))||this;return o.isFocused=!1,o.receivedUserInput=!1,o.valid=!0,o.useNativeValidation=!0,o.validateOnValueChange=!0,o.helperText=n.helperText,o.characterCounter=n.characterCounter,o.leadingIcon=n.leadingIcon,o.trailingIcon=n.trailingIcon,o.inputFocusHandler=function(){o.activateFocus()},o.inputBlurHandler=function(){o.deactivateFocus()},o.inputInputHandler=function(){o.handleInput()},o.setPointerXOffset=function(t){o.setTransformOrigin(t)},o.textFieldInteractionHandler=function(){o.handleTextFieldInteraction()},o.validationAttributeChangeHandler=function(t){o.handleValidationAttributeChange(t)},o}return(0,s.C6)(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return o.Y7},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return o.P$},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return o.nL},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"shouldAlwaysFloat",{get:function(){var t=this.getNativeInput().type;return o.NZ.indexOf(t)>=0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"shouldFloat",{get:function(){return this.shouldAlwaysFloat||this.isFocused||!!this.getValue()||this.isBadInput()},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"shouldShake",{get:function(){return!this.isFocused&&!this.isValid()&&!!this.getValue()},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!0},setInputAttr:function(){},removeInputAttr:function(){},registerTextFieldInteractionHandler:function(){},deregisterTextFieldInteractionHandler:function(){},registerInputInteractionHandler:function(){},deregisterInputInteractionHandler:function(){},registerValidationAttributeChangeHandler:function(){return new MutationObserver((function(){}))},deregisterValidationAttributeChangeHandler:function(){},getNativeInput:function(){return null},isFocused:function(){return!1},activateLineRipple:function(){},deactivateLineRipple:function(){},setLineRippleTransformOrigin:function(){},shakeLabel:function(){},floatLabel:function(){},setLabelRequired:function(){},hasLabel:function(){return!1},getLabelWidth:function(){return 0},hasOutline:function(){return!1},notchOutline:function(){},closeOutline:function(){}}},enumerable:!1,configurable:!0}),e.prototype.init=function(){var t,e,i,n;this.adapter.hasLabel()&&this.getNativeInput().required&&this.adapter.setLabelRequired(!0),this.adapter.isFocused()?this.inputFocusHandler():this.adapter.hasLabel()&&this.shouldFloat&&(this.notchOutline(!0),this.adapter.floatLabel(!0),this.styleFloating(!0)),this.adapter.registerInputInteractionHandler("focus",this.inputFocusHandler),this.adapter.registerInputInteractionHandler("blur",this.inputBlurHandler),this.adapter.registerInputInteractionHandler("input",this.inputInputHandler);try{for(var o=(0,s.Ju)(r),l=o.next();!l.done;l=o.next()){var d=l.value;this.adapter.registerInputInteractionHandler(d,this.setPointerXOffset)}}catch(e){t={error:e}}finally{try{l&&!l.done&&(e=o.return)&&e.call(o)}finally{if(t)throw t.error}}try{for(var u=(0,s.Ju)(a),h=u.next();!h.done;h=u.next()){d=h.value;this.adapter.registerTextFieldInteractionHandler(d,this.textFieldInteractionHandler)}}catch(t){i={error:t}}finally{try{h&&!h.done&&(n=u.return)&&n.call(u)}finally{if(i)throw i.error}}this.validationObserver=this.adapter.registerValidationAttributeChangeHandler(this.validationAttributeChangeHandler),this.setcharacterCounter(this.getValue().length)},e.prototype.destroy=function(){var t,e,i,n;this.adapter.deregisterInputInteractionHandler("focus",this.inputFocusHandler),this.adapter.deregisterInputInteractionHandler("blur",this.inputBlurHandler),this.adapter.deregisterInputInteractionHandler("input",this.inputInputHandler);try{for(var o=(0,s.Ju)(r),l=o.next();!l.done;l=o.next()){var d=l.value;this.adapter.deregisterInputInteractionHandler(d,this.setPointerXOffset)}}catch(e){t={error:e}}finally{try{l&&!l.done&&(e=o.return)&&e.call(o)}finally{if(t)throw t.error}}try{for(var u=(0,s.Ju)(a),h=u.next();!h.done;h=u.next()){d=h.value;this.adapter.deregisterTextFieldInteractionHandler(d,this.textFieldInteractionHandler)}}catch(t){i={error:t}}finally{try{h&&!h.done&&(n=u.return)&&n.call(u)}finally{if(i)throw i.error}}this.adapter.deregisterValidationAttributeChangeHandler(this.validationObserver)},e.prototype.handleTextFieldInteraction=function(){var t=this.adapter.getNativeInput();t&&t.disabled||(this.receivedUserInput=!0)},e.prototype.handleValidationAttributeChange=function(t){var e=this;t.some((function(t){return o.YU.indexOf(t)>-1&&(e.styleValidity(!0),e.adapter.setLabelRequired(e.getNativeInput().required),!0)})),t.indexOf("maxlength")>-1&&this.setcharacterCounter(this.getValue().length)},e.prototype.notchOutline=function(t){if(this.adapter.hasOutline()&&this.adapter.hasLabel())if(t){var e=this.adapter.getLabelWidth()*o.nL.LABEL_SCALE;this.adapter.notchOutline(e)}else this.adapter.closeOutline()},e.prototype.activateFocus=function(){this.isFocused=!0,this.styleFocused(this.isFocused),this.adapter.activateLineRipple(),this.adapter.hasLabel()&&(this.notchOutline(this.shouldFloat),this.adapter.floatLabel(this.shouldFloat),this.styleFloating(this.shouldFloat),this.adapter.shakeLabel(this.shouldShake)),!this.helperText||!this.helperText.isPersistent()&&this.helperText.isValidation()&&this.valid||this.helperText.showToScreenReader()},e.prototype.setTransformOrigin=function(t){if(!this.isDisabled()&&!this.adapter.hasOutline()){var e=t.touches,i=e?e[0]:t,s=i.target.getBoundingClientRect(),n=i.clientX-s.left;this.adapter.setLineRippleTransformOrigin(n)}},e.prototype.handleInput=function(){this.autoCompleteFocus(),this.setcharacterCounter(this.getValue().length)},e.prototype.autoCompleteFocus=function(){this.receivedUserInput||this.activateFocus()},e.prototype.deactivateFocus=function(){this.isFocused=!1,this.adapter.deactivateLineRipple();var t=this.isValid();this.styleValidity(t),this.styleFocused(this.isFocused),this.adapter.hasLabel()&&(this.notchOutline(this.shouldFloat),this.adapter.floatLabel(this.shouldFloat),this.styleFloating(this.shouldFloat),this.adapter.shakeLabel(this.shouldShake)),this.shouldFloat||(this.receivedUserInput=!1)},e.prototype.getValue=function(){return this.getNativeInput().value},e.prototype.setValue=function(t){if(this.getValue()!==t&&(this.getNativeInput().value=t),this.setcharacterCounter(t.length),this.validateOnValueChange){var e=this.isValid();this.styleValidity(e)}this.adapter.hasLabel()&&(this.notchOutline(this.shouldFloat),this.adapter.floatLabel(this.shouldFloat),this.styleFloating(this.shouldFloat),this.validateOnValueChange&&this.adapter.shakeLabel(this.shouldShake))},e.prototype.isValid=function(){return this.useNativeValidation?this.isNativeInputValid():this.valid},e.prototype.setValid=function(t){this.valid=t,this.styleValidity(t);var e=!t&&!this.isFocused&&!!this.getValue();this.adapter.hasLabel()&&this.adapter.shakeLabel(e)},e.prototype.setValidateOnValueChange=function(t){this.validateOnValueChange=t},e.prototype.getValidateOnValueChange=function(){return this.validateOnValueChange},e.prototype.setUseNativeValidation=function(t){this.useNativeValidation=t},e.prototype.isDisabled=function(){return this.getNativeInput().disabled},e.prototype.setDisabled=function(t){this.getNativeInput().disabled=t,this.styleDisabled(t)},e.prototype.setHelperTextContent=function(t){this.helperText&&this.helperText.setContent(t)},e.prototype.setLeadingIconAriaLabel=function(t){this.leadingIcon&&this.leadingIcon.setAriaLabel(t)},e.prototype.setLeadingIconContent=function(t){this.leadingIcon&&this.leadingIcon.setContent(t)},e.prototype.setTrailingIconAriaLabel=function(t){this.trailingIcon&&this.trailingIcon.setAriaLabel(t)},e.prototype.setTrailingIconContent=function(t){this.trailingIcon&&this.trailingIcon.setContent(t)},e.prototype.setcharacterCounter=function(t){if(this.characterCounter){var e=this.getNativeInput().maxLength;if(-1===e)throw new Error("MDCTextFieldFoundation: Expected maxlength html property on text input or textarea.");this.characterCounter.setCounterValue(t,e)}},e.prototype.isBadInput=function(){return this.getNativeInput().validity.badInput||!1},e.prototype.isNativeInputValid=function(){return this.getNativeInput().validity.valid},e.prototype.styleValidity=function(t){var i=e.cssClasses.INVALID;if(t?this.adapter.removeClass(i):this.adapter.addClass(i),this.helperText){if(this.helperText.setValidity(t),!this.helperText.isValidation())return;var s=this.helperText.isVisible(),n=this.helperText.getId();s&&n?this.adapter.setInputAttr(o.P$.ARIA_DESCRIBEDBY,n):this.adapter.removeInputAttr(o.P$.ARIA_DESCRIBEDBY)}},e.prototype.styleFocused=function(t){var i=e.cssClasses.FOCUSED;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.styleDisabled=function(t){var i=e.cssClasses,s=i.DISABLED,n=i.INVALID;t?(this.adapter.addClass(s),this.adapter.removeClass(n)):this.adapter.removeClass(s),this.leadingIcon&&this.leadingIcon.setDisabled(t),this.trailingIcon&&this.trailingIcon.setDisabled(t)},e.prototype.styleFloating=function(t){var i=e.cssClasses.LABEL_FLOATING;t?this.adapter.addClass(i):this.adapter.removeClass(i)},e.prototype.getNativeInput=function(){return(this.adapter?this.adapter.getNativeInput():null)||{disabled:!1,maxLength:-1,required:!1,type:"input",validity:{badInput:!1,valid:!0},value:""}},e}(n.I)},4108:(t,e,i)=>{i.d(e,{n:()=>r});var s=i(1635),n=i(361),o=i(826),r=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,s.C6)(e,t),e.attachTo=function(t){return new e(t)},Object.defineProperty(e.prototype,"foundationForTextField",{get:function(){return this.foundation},enumerable:!1,configurable:!0}),e.prototype.getDefaultFoundation=function(){var t=this,e={addClass:function(e){return t.root.classList.add(e)},removeClass:function(e){return t.root.classList.remove(e)},hasClass:function(e){return t.root.classList.contains(e)},getAttr:function(e){return t.root.getAttribute(e)},setAttr:function(e,i){return t.root.setAttribute(e,i)},removeAttr:function(e){return t.root.removeAttribute(e)},setContent:function(e){t.root.textContent=e}};return new o.Q(e)},e}(n.O)},950:(t,e,i)=>{i.d(e,{P:()=>n,Y:()=>s});var s={HELPER_TEXT_PERSISTENT:"mdc-text-field-helper-text--persistent",HELPER_TEXT_VALIDATION_MSG:"mdc-text-field-helper-text--validation-msg",ROOT:"mdc-text-field-helper-text"},n={ARIA_HIDDEN:"aria-hidden",ROLE:"role",ROOT_SELECTOR:"."+s.ROOT}},826:(t,e,i)=>{i.d(e,{Q:()=>r});var s=i(1635),n=i(6009),o=i(950),r=function(t){function e(i){return t.call(this,(0,s.Cl)((0,s.Cl)({},e.defaultAdapter),i))||this}return(0,s.C6)(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return o.Y},enumerable:!1,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return o.P},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},getAttr:function(){return null},setAttr:function(){},removeAttr:function(){},setContent:function(){}}},enumerable:!1,configurable:!0}),e.prototype.getId=function(){return this.adapter.getAttr("id")},e.prototype.isVisible=function(){return"true"!==this.adapter.getAttr(o.P.ARIA_HIDDEN)},e.prototype.setContent=function(t){this.adapter.setContent(t)},e.prototype.isPersistent=function(){return this.adapter.hasClass(o.Y.HELPER_TEXT_PERSISTENT)},e.prototype.setPersistent=function(t){t?this.adapter.addClass(o.Y.HELPER_TEXT_PERSISTENT):this.adapter.removeClass(o.Y.HELPER_TEXT_PERSISTENT)},e.prototype.isValidation=function(){return this.adapter.hasClass(o.Y.HELPER_TEXT_VALIDATION_MSG)},e.prototype.setValidation=function(t){t?this.adapter.addClass(o.Y.HELPER_TEXT_VALIDATION_MSG):this.adapter.removeClass(o.Y.HELPER_TEXT_VALIDATION_MSG)},e.prototype.showToScreenReader=function(){this.adapter.removeAttr(o.P.ARIA_HIDDEN)},e.prototype.setValidity=function(t){var e=this.adapter.hasClass(o.Y.HELPER_TEXT_PERSISTENT),i=this.adapter.hasClass(o.Y.HELPER_TEXT_VALIDATION_MSG)&&!t;i?(this.showToScreenReader(),"alert"===this.adapter.getAttr(o.P.ROLE)?this.refreshAlertRole():this.adapter.setAttr(o.P.ROLE,"alert")):this.adapter.removeAttr(o.P.ROLE),e||i||this.hide()},e.prototype.hide=function(){this.adapter.setAttr(o.P.ARIA_HIDDEN,"true")},e.prototype.refreshAlertRole=function(){var t=this;this.adapter.removeAttr(o.P.ROLE),requestAnimationFrame((function(){t.adapter.setAttr(o.P.ROLE,"alert")}))},e}(n.I)},7475:(t,e,i)=>{i.d(e,{Q3:()=>n.Q,g9:()=>o.P,js:()=>o.Y,nh:()=>s.n});var s=i(4108),n=i(826),o=i(950)},4287:(t,e,i)=>{i.d(e,{j:()=>r});var s=i(1635),n=i(361),o=i(9019),r=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,s.C6)(e,t),e.attachTo=function(t){return new e(t)},Object.defineProperty(e.prototype,"foundationForTextField",{get:function(){return this.foundation},enumerable:!1,configurable:!0}),e.prototype.getDefaultFoundation=function(){var t=this,e={getAttr:function(e){return t.root.getAttribute(e)},setAttr:function(e,i){return t.root.setAttribute(e,i)},removeAttr:function(e){return t.root.removeAttribute(e)},setContent:function(e){t.root.textContent=e},registerInteractionHandler:function(e,i){return t.listen(e,i)},deregisterInteractionHandler:function(e,i){return t.unlisten(e,i)},notifyIconAction:function(){return t.emit(o.C.strings.ICON_EVENT,{},!0)}};return new o.C(e)},e}(n.O)},6933:(t,e,i)=>{i.d(e,{P:()=>s,Y:()=>n});var s={ICON_EVENT:"MDCTextField:icon",ICON_ROLE:"button"},n={ROOT:"mdc-text-field__icon"}},9019:(t,e,i)=>{i.d(e,{C:()=>a});var s=i(1635),n=i(6009),o=i(6933),r=["click","keydown"],a=function(t){function e(i){var n=t.call(this,(0,s.Cl)((0,s.Cl)({},e.defaultAdapter),i))||this;return n.savedTabIndex=null,n.interactionHandler=function(t){n.handleInteraction(t)},n}return(0,s.C6)(e,t),Object.defineProperty(e,"strings",{get:function(){return o.P},enumerable:!1,configurable:!0}),Object.defineProperty(e,"cssClasses",{get:function(){return o.Y},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{getAttr:function(){return null},setAttr:function(){},removeAttr:function(){},setContent:function(){},registerInteractionHandler:function(){},deregisterInteractionHandler:function(){},notifyIconAction:function(){}}},enumerable:!1,configurable:!0}),e.prototype.init=function(){var t,e;this.savedTabIndex=this.adapter.getAttr("tabindex");try{for(var i=(0,s.Ju)(r),n=i.next();!n.done;n=i.next()){var o=n.value;this.adapter.registerInteractionHandler(o,this.interactionHandler)}}catch(e){t={error:e}}finally{try{n&&!n.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}},e.prototype.destroy=function(){var t,e;try{for(var i=(0,s.Ju)(r),n=i.next();!n.done;n=i.next()){var o=n.value;this.adapter.deregisterInteractionHandler(o,this.interactionHandler)}}catch(e){t={error:e}}finally{try{n&&!n.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}},e.prototype.setDisabled=function(t){this.savedTabIndex&&(t?(this.adapter.setAttr("tabindex","-1"),this.adapter.removeAttr("role")):(this.adapter.setAttr("tabindex",this.savedTabIndex),this.adapter.setAttr("role",o.P.ICON_ROLE)))},e.prototype.setAriaLabel=function(t){this.adapter.setAttr("aria-label",t)},e.prototype.setContent=function(t){this.adapter.setContent(t)},e.prototype.handleInteraction=function(t){var e="Enter"===t.key||13===t.keyCode;("click"===t.type||e)&&(t.preventDefault(),this.adapter.notifyIconAction())},e}(n.I)},2864:(t,e,i)=>{i.d(e,{C$:()=>n.C,_X:()=>o.P,jQ:()=>s.j,p4:()=>o.Y});var s=i(4287),n=i(9019),o=i(6933)},7560:(t,e,i)=>{i.r(e),i.d(e,{ALWAYS_FLOAT_TYPES:()=>n.NZ,MDCTextField:()=>s.g,MDCTextFieldCharacterCounter:()=>r.NF,MDCTextFieldCharacterCounterFoundation:()=>r.yh,MDCTextFieldFoundation:()=>o.r,MDCTextFieldHelperText:()=>a.nh,MDCTextFieldHelperTextFoundation:()=>a.Q3,MDCTextFieldIcon:()=>l.jQ,MDCTextFieldIconFoundation:()=>l.C$,VALIDATION_ATTR_WHITELIST:()=>n.YU,characterCountCssClasses:()=>r.g,characterCountStrings:()=>r.DE,cssClasses:()=>n.Y7,helperTextCssClasses:()=>a.js,helperTextStrings:()=>a.g9,iconCssClasses:()=>l.p4,iconStrings:()=>l._X,numbers:()=>n.nL,strings:()=>n.P$});var s=i(8567),n=i(605),o=i(5651),r=i(6785),a=i(7475),l=i(2864)},2516:()=>{},4109:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.debounce=e.elementsToFragment=e.fetchXhrContent=e.parser=void 0,e.parser=new DOMParser;const i={"X-Requested-With":"XMLHttpRequest"};e.fetchXhrContent=async function(t){const s=t instanceof URL?t:new URL(t);s.searchParams.set("fetch","true");const n=await fetch(s,{headers:i}),o=await n.text();return e.parser.parseFromString(o,"text/html")},e.elementsToFragment=function(t){const e=document.createDocumentFragment();for(let i=0;i{null!==i&&clearTimeout(i),i=setTimeout((()=>{t(...s),i=null}),e)}}},2423:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.GdmAccordion=e.GdmAccordionSelector=void 0;const s=i(6974);var n;!function(t){t.ROOT="gdm-accordion"}(n||(e.GdmAccordionSelector=n={}));class o extends HTMLElement{connectedCallback(){this.classList.contains("glue-social")||window.requestAnimationFrame((()=>{this.glueExpansionPanel&&this.glueExpansionPanel.destroy(),this.glueExpansionPanel=new s.ExpansionPanels(this)}))}disconnectedCallback(){this.glueExpansionPanel&&this.glueExpansionPanel.destroy()}}e.GdmAccordion=o},6879:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.GdmCarousel=e.GdmCarouselSelector=void 0;const s=i(7190),n=i(3463),o=i(2064),r=i(4839),a=i(3150),l=i(4829),d=i(4265);var u;!function(t){t.ROOT="gdm-carousel",t.DOT=".glue-carousel__dot"}(u||(e.GdmCarouselSelector=u={}));class h extends HTMLElement{constructor(){super(),this.isDragging=!1,this.focusableElements=new Set,this.currentSlide=0,this.list=this.querySelector(`.${n.CssClasses.LIST}`),this.previousTransform=this.list.style.transform,this.videos=new Map,this.onClick=t=>{!this.isDragging&&(0,r.isPointWithinElementFromEvent)(t)||t.preventDefault()},this.onCurrentSlideChange=()=>{if(!this.glueCarousel)return;const t=this.currentSlide;this.currentSlide=this.glueCarousel.observer.data.currentSlide;const e=this.videos.get(t);e&&(e.isActive=!1,e.pause())},this.onTransformChange=()=>{const{transition:t,transform:e}=this.list.style,i=this.previousTransform;this.previousTransform=e;const s=this.videos.get(this.currentSlide),n="initial"===t,o=e!==i;o&&n&&(this.isDragging=!0,s&&(s.isActive=!1)),o||n||(this.isDragging=!1,s&&(s.isActive=!0))},this.onTransitionEnd=t=>{if(t.target!==this.list)return;this.isDragging=!1;const e=this.videos.get(this.currentSlide);e&&(e.isActive=!0,e.play(),e.role===l.Role.BUTTON&&(e.tabIndex=l.TabIndex.TABBABLE))},this.transformObserver=new MutationObserver(this.onTransformChange)}connectedCallback(){window.requestAnimationFrame((()=>{this.reset(),this.glueCarousel=new s.Carousel(this,{peekOut:!1}),this.currentSlide=this.glueCarousel.observer.data.currentSlide,this.initVideos(),this.preventPropagationOnFocusableElements(),this.list.addEventListener(d.EventType.TRANSITIONEND,this.onTransitionEnd),this.transformObserver.observe(this.list,{attributes:!0,attributeFilter:["style"]})}))}disconnectedCallback(){this.reset()}preventPropagationOnFocusableElements(){const t=(0,o.getFocusableElements)(this);for(const e of t)this.focusableElements.has(e)||(e.addEventListener(d.EventType.CLICK,this.onClick),this.focusableElements.add(e))}reset(){this.glueCarousel&&(this.glueCarousel.observer.unlisten("currentSlide",this.onCurrentSlideChange),this.glueCarousel.destroy()),this.list.removeEventListener(d.EventType.TRANSITIONEND,this.onTransitionEnd),this.transformObserver.disconnect();for(const t of this.focusableElements)t.removeEventListener(d.EventType.CLICK,this.onClick),this.focusableElements.delete(t)}initVideos(){if(!this.glueCarousel)return;const t=this.querySelectorAll(`.${n.CssClasses.ITEM}`);for(const[e,i]of t.entries()){const t=i.querySelector(a.GdmVideoSelector.ALL);if(!t)continue;const s=e+1;this.videos.set(s,t),t.isActive=s===this.currentSlide,t.isPlaying=t instanceof a.GdmVideoEmbed,t.role===l.Role.BUTTON&&t.isActive&&(t.tabIndex=l.TabIndex.TABBABLE)}this.videos.size&&this.glueCarousel.observer.listen("currentSlide",this.onCurrentSlideChange)}}e.GdmCarousel=h},3446:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.GdmEvaluations=e.GdmEvaluationsSelector=void 0;const s=i(1543);var n;!function(t){t.ROOT="gdm-evaluations",t.PANEL=".gdm-evaluations__panel",t.SELECT=".mdc-select"}(n||(e.GdmEvaluationsSelector=n={}));class o extends HTMLElement{constructor(){super(...arguments),this.currentIndex=0,this.onSelect=()=>{if(this.select&&this.panels){const t=this.currentIndex;this.currentIndex=this.select.selectedIndex,this.panels[t].hidden=!0,this.panels[this.currentIndex].hidden=!1,this.panels[this.currentIndex].focus()}}}connectedCallback(){this.select&&this.select.destroy();const t=this.querySelector(n.SELECT);t&&(this.select=s.MDCSelect.attachTo(t),this.select.listen("MDCSelect:change",this.onSelect)),this.panels=this.querySelectorAll(n.PANEL)}disconnectedCallback(){this.select&&this.select.destroy()}}e.GdmEvaluations=o},5015:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.GdmFilter=e.GdmFilterSelector=e.GdmFilterDataAttribute=void 0;const s=i(4829),n=i(4265),o=i(1543),r=i(1341);var a,l;!function(t){t.ID="data-gdm-filter-id"}(a||(e.GdmFilterDataAttribute=a={})),function(t){t.RESET=".gdm-filter__reset",t.ROOT="gdm-filter",t.SELECT=".mdc-select"}(l||(e.GdmFilterSelector=l={}));class d extends HTMLElement{constructor(){super(...arguments),this.pagination=null,this.reset=null,this.selects=new Map,this.onPaginationLoad=t=>{this.updateUi(t.detail.searchParams)},this.onResetClick=t=>{t.preventDefault(),this.load("")},this.onSelectChange=()=>{this.load()}}connectedCallback(){this.pagination=this.querySelector(r.GdmPaginationSelector.ROOT),this.pagination&&this.pagination.addEventListener(r.GDM_PAGINATION_LOAD_EVENT_TYPE,this.onPaginationLoad);const t=this.querySelectorAll(l.SELECT);for(const e of t){const t=o.MDCSelect.attachTo(e);t.listen("MDCSelect:change",this.onSelectChange);const i=e.getAttribute(a.ID);i&&this.selects.set(i,t)}this.reset=this.querySelector(l.RESET),this.reset&&(this.reset.addEventListener(n.EventType.CLICK,this.onResetClick),this.updateUi(new URLSearchParams(location.search)))}disconnectedCallback(){this.pagination&&(this.pagination.removeEventListener(r.GDM_PAGINATION_LOAD_EVENT_TYPE,this.onPaginationLoad),this.pagination=null);for(const[t,e]of this.selects)this.selects.delete(t),e.destroy();this.reset&&(this.reset.removeEventListener(n.EventType.CLICK,this.onResetClick),this.reset=null)}load(t){if(!this.pagination)return;const e=new URL(location.href),i=new URLSearchParams(e.search);i.set("page","1");for(const[e,s]of this.selects){const n=void 0===t?s.value:t;n?i.set(e,n):i.delete(e)}e.search=i.toString(),this.pagination.load(e)}updateUi(t){for(const[e,i]of this.selects){const s=t.get(e)||"";i.setValue(s,!0)}if(this.reset){Array.from(this.selects.values()).some((t=>!!t.value))?(this.reset.removeAttribute(s.Attribute.ARIA_HIDDEN),this.reset.tabIndex=s.TabIndex.TABBABLE):(this.reset.setAttribute(s.Attribute.ARIA_HIDDEN,"true"),this.reset.tabIndex=s.TabIndex.NOT_TABBABLE)}}}e.GdmFilter=d},7876:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.GdmScroll=void 0;const s=i(4829),n=i(2064),o=i(2108),r=i(8811),a=i(7854);var l;!function(t){t.SCROLLING="glue-is-scrolling"}(l||(l={}));const d=new r.SmoothScroll;e.GdmScroll=class{constructor(t){this.links=t,this.onClick=t=>{if(t.metaKey)return;const e=t.target.hash.substring(1),i=document.getElementById(e);if(!i)return;t.preventDefault();const r=o.Numbers.DEFAULT_OFFSET+o.Numbers.JUMPLINKS_HEIGHT+o.Numbers.JUMPLINKS_MARGIN,a=Math.floor(window.innerHeight/2),l=r>a?a:r;d.scrollToId(e,{duration:600,easing:"easeInOutQuart",direction:"both",hash:!0,offset:{x:0,y:l}});(0,n.isElementFocusable)(i)||(i.tabIndex=s.TabIndex.NOT_TABBABLE),i.focus()},this.onStartScroll=()=>{document.documentElement.classList.add(l.SCROLLING)},this.onEndScroll=()=>{document.documentElement.classList.remove(l.SCROLLING)},document.addEventListener(a.ScrollEventType.STARTSCROLL,this.onStartScroll),document.addEventListener(a.ScrollEventType.ENDSCROLL,this.onEndScroll);for(const e of t)e.pathname===window.location.pathname&&e.hash&&e.addEventListener("click",this.onClick)}}},5270:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.GdmNewsletter=e.GdmNewsletterSelector=void 0;const s=i(4829),n=i(7560);var o,r,a,l;!function(t){t.ACCEPTED="accepted",t.INVALID="invalid"}(o||(o={})),function(t){t.ERROR="error",t.INVALID="invalid",t.SUCCESS="success"}(r||(r={})),function(t){t.FORM=".gdm-sign-up",t.INPUT=".mdc-text-field__input",t.OPT_IN_FIELD="[data-gdm-optin]",t.RESPONSE_ALERT=".gdm-sign-up__response",t.ROOT="gdm-newsletter",t.TEXT_FIELD=".mdc-text-field"}(a||(e.GdmNewsletterSelector=a={})),function(t){t.RESPONSE_ERROR="gdm-sign-up__response--error"}(l||(l={}));class d extends HTMLElement{constructor(){super(...arguments),this.response=!1,this.onInput=()=>{this.input&&this.mdcTextField&&this.response&&this.responseAlert&&(this.response=!1,this.input.removeAttribute(s.Attribute.ARIA_DESCRIBEDBY),this.responseAlert.setAttribute(s.Attribute.ARIA_HIDDEN,"true"),this.responseAlert.classList.remove(l.RESPONSE_ERROR),this.responseAlert.innerHTML="")},this.onSubmit=async t=>{t.preventDefault();const e=t.target,i=new FormData(e),s=e.querySelector(a.OPT_IN_FIELD);s&&await this.addOptInStatus(i,s.name);try{const t=await fetch(e.action,{method:e.method,body:i});if(!t.ok)return void console.error(`Error: ${t.statusText}`);const s=await t.json();if(!this.mdcTextField||!this.form)return;switch(s.result){case o.ACCEPTED:{this.mdcTextField.valid=!0,this.setResponseMessage(r.SUCCESS);const t=this.form.dataset.gdmGtmMethod;window.gtag("event","sign_up",{method:t});break}case o.INVALID:this.setResponseMessage(r.INVALID),this.mdcTextField.focus();break;default:this.setResponseMessage(r.ERROR)}}catch(t){console.error(`error: ${t}`),this.setResponseMessage(r.ERROR)}}}connectedCallback(){this.destroy();const t=this.querySelector(a.FORM),e=this.querySelector(a.INPUT),i=this.querySelector(a.RESPONSE_ALERT),s=this.querySelector(a.TEXT_FIELD);t&&e&&i&&s&&(this.form=t,this.input=e,this.mdcTextField=n.MDCTextField.attachTo(s),this.responseAlert=i,this.form.addEventListener("submit",this.onSubmit),this.form.addEventListener("input",this.onInput))}disconnectedCallback(){this.destroy()}destroy(){this.input=void 0,this.responseAlert=void 0,this.form&&(this.form.removeEventListener("submit",this.onSubmit),this.form.removeEventListener("input",this.onInput),this.form=void 0),this.mdcTextField&&(this.mdcTextField.destroy(),this.mdcTextField=void 0)}async addOptInStatus(t,e){try{const i=await fetch("/api/double-opt-in/");if(!i.ok)return;const{double_opt_in:s}=await i.json();s||t.set(e,"true")}catch(t){}}setResponseMessage(t){if(this.input&&this.mdcTextField&&this.responseAlert){const e=this.responseAlert.id,i=t!==r.SUCCESS;this.response=t,this.responseAlert.classList.toggle(l.RESPONSE_ERROR,i),this.responseAlert.innerHTML=this.responseAlert.dataset[t]||"",this.input.setAttribute(s.Attribute.ARIA_DESCRIBEDBY,e),this.responseAlert.removeAttribute(s.Attribute.ARIA_HIDDEN)}}}e.GdmNewsletter=d},1341:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.GdmPagination=e.ClassName=e.GdmPaginationSelector=e.GDM_PAGINATION_LOAD_EVENT_TYPE=void 0;const s=i(4829),n=i(4265),o=i(5190),r=i(4109);var a,l,d;e.GDM_PAGINATION_LOAD_EVENT_TYPE="gdm-pagination-load",function(t){t.OBJECTS_TOTAL="data-gdm-pagination-objects-total",t.START_INDEX="data-gdm-pagination-start-index",t.ENDPOINT="data-gdm-pagination-endpoint"}(a||(a={})),function(t){t.LIST=".gdm-pagination__list",t.NAVIGATION=".gdm-pagination__nav",t.ROOT="gdm-pagination",t.TOTAL=".gdm-pagination__total",t.TRIGGER=".gdm-pagination__trigger"}(l||(e.GdmPaginationSelector=l={})),function(t){t.LOADING="gdm-pagination--loading"}(d||(e.ClassName=d={}));class u extends HTMLElement{constructor(){super(...arguments),this.endpoint=null,this.listElement=null,this.navigation=null,this.isFetching=!1,this.onClick=t=>{t.currentTarget instanceof HTMLAnchorElement&&(t.preventDefault(),this.load(new URL(t.currentTarget.href)))},this.onPopState=t=>{t.state&&t.state.pagination&&this.load(new URL(t.state.pagination),!1)}}connectedCallback(){this.endpoint=this.getAttribute(a.ENDPOINT),this.listElement=this.querySelector(l.LIST),this.listElement&&(this.setPosInSet(this.listElement.children,this),this.listElement.setAttribute("aria-live","polite")),this.navigation=this.querySelector(l.NAVIGATION);const t=this.addNavigationListeners().find((t=>t.hasAttribute(s.Attribute.ARIA_CURRENT)))||window.location;window.history.replaceState({pagination:t.href},""),window.addEventListener("popstate",this.onPopState)}disconnectedCallback(){this.removeNavigationListeners(),window.addEventListener("popstate",this.onPopState)}setLoadingState(t){this.listElement&&(this.isFetching=t,this.listElement.setAttribute("aria-busy",t?"true":"false"),this.classList.toggle(d.LOADING,t))}addNavigationListeners(){const t=this.navigation?Array.from(this.navigation.querySelectorAll(l.TRIGGER)):[];for(const e of t)e.addEventListener(n.EventType.CLICK,this.onClick);return t}removeNavigationListeners(){const t=this.navigation?this.navigation.querySelectorAll(l.TRIGGER):[];for(const e of t)e.removeEventListener(n.EventType.CLICK,this.onClick)}updateList(t){if(this.listElement){const e=(0,r.elementsToFragment)(t);this.listElement.replaceChildren(e),function(t){const[e]=t;e&&(e.tabIndex=-1,e.focus())}(t),o.render(this.listElement.id)}}setPosInSet(t,e){const i=Number(e.getAttribute(a.START_INDEX)),s=Number(e.getAttribute(a.OBJECTS_TOTAL));for(let e=0;esetTimeout(e,t)))}e.GdmPagination=u},8918:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.GdmVisualList=e.GdmVisualListSelector=void 0;const s=i(3150);var n;!function(t){t.ITEM=".visual-list-item",t.ROOT="gdm-visual-list"}(n||(e.GdmVisualListSelector=n={}));class o extends HTMLElement{constructor(){super(...arguments),this.videos=new Map,this.onPointerEnter=t=>{const e=this.videos.get(t.target);e&&(e.seek(0),e.play())},this.onPointerLeave=t=>{const e=this.videos.get(t.target);e&&e.pause()}}connectedCallback(){this.destroy(),this.init()}disconnectedCallback(){this.destroy()}init(){const t=this.querySelectorAll(s.GdmVideoSelector.VIDEO_EMBED);for(const e of t){e.pause();const t=e.closest(n.ITEM);t&&(t.addEventListener("pointerenter",this.onPointerEnter),t.addEventListener("pointerleave",this.onPointerLeave),this.videos.set(t,e))}}destroy(){for(const t of this.videos.keys())t.removeEventListener("pointerenter",this.onPointerEnter),t.removeEventListener("pointerleave",this.onPointerLeave),this.videos.delete(t)}}e.GdmVisualList=o},7719:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.GdmJumplinks=e.GdmJumplinksClassName=e.GdmJumplinksSelector=void 0;const s=i(4829),n=i(4265),o=i(2064),r=i(2613),a=i(9252);var l,d;!function(t){t.HEADER=".glue-header",t.ROOT="gdm-jumplinks",t.LINK=".glue-jumplinks__link"}(l||(e.GdmJumplinksSelector=l={})),function(t){t.STATIC="jumplinks--static"}(d||(e.GdmJumplinksClassName=d={}));class u extends HTMLElement{constructor(){super(...arguments),this.header=document.querySelector(l.HEADER),this.links=new Set,this.onResize=()=>{window.innerHeight>=500?this.initGlueJumplinks():this.destroyGlueJumplinks()},this.onClick=t=>{if(!(t.target instanceof HTMLAnchorElement))return;const e=t.target.hash.substring(1);if(!e)return;const i=document.querySelector(`#${e}`);if(!i)return;t.stopPropagation();(0,o.isElementFocusable)(i)||(i.tabIndex=s.TabIndex.NOT_TABBABLE),i.focus()}}connectedCallback(){window.addEventListener(n.EventType.RESIZE,this.onResize),this.onResize()}disconnectedCallback(){window.removeEventListener(n.EventType.RESIZE,this.onResize),this.destroyGlueJumplinks()}initGlueJumplinks(){if(this.glueJumplinks)return;let t=!1,e=0;if((0,a.getParentModal)(this)){const t=this.querySelectorAll(l.LINK);for(const e of t)e.addEventListener(n.EventType.CLICK,this.onClick),this.links.add(e)}else{e=(this.header?this.header.clientHeight:0)+16,t=!!this.header}this.classList.remove(d.STATIC),this.glueJumplinks=new r.Jumplinks(this,{belowHeader:t,offset:e})}destroyGlueJumplinks(){if(this.glueJumplinks){for(const t of this.links)t.removeEventListener(n.EventType.CLICK,this.onClick);this.links.clear(),this.classList.add(d.STATIC),this.glueJumplinks.destroy(),this.glueJumplinks=void 0}}}e.GdmJumplinks=u},6678:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.GdmModal=e.Selector=void 0;const s=i(4073),n=i(48),o=i(4109),r=i(5659),a=i(3150),l=i(6743),d=document.querySelector(".gdm-modal-container");var u;!function(t){t.BACKDROP=".gdm-modal__backdrop",t.GLUE_MODAL=".glue-modal",t.INNER=".gdm-modal__inner",t.ROOT=".gdm-modal"}(u||(e.Selector=u={}));e.GdmModal=class{constructor(t,e,i){this.trigger=t,this.id=e,this.isRoute=i,this.isInitialised=!1,this.videos=[],this.onBackdropClick=()=>{this.glueModal&&this.glueModal.close()},this.onClose=()=>{for(const t of this.videos)t.isActive=!1,t.pause()},this.onOpen=()=>{for(const t of this.videos)t.isActive=!0,t.isPlaying=t.isAutoplay,t.seek(0),t.play()},this.isRoute&&this.initialise(!1)}async initialise(t=!0){let e=document.getElementById(this.id);if(e instanceof HTMLTemplateElement&&(e=e.content.querySelector(u.GLUE_MODAL)),!e&&t){e=(await(0,o.fetchXhrContent)(this.trigger.href)).querySelector(u.GLUE_MODAL)}if(!e)return;d&&t&&d.appendChild(e),this.glueModal=new s.Modal(e,this.trigger),e.addEventListener(n.Strings.CLOSED_EVENT,this.onClose),e.addEventListener(n.Strings.OPENED_EVENT,this.onOpen),r.ModalManager.register(e),l.observe(e),this.videos=e.querySelectorAll(a.GdmVideoSelector.ALL);for(const t of this.videos)t.isActive=!1;const i=e.querySelector(u.BACKDROP);i&&i.addEventListener("click",this.onBackdropClick),this.isInitialised=!0}}},5659:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ModalManager=e.CssClasses=void 0;const s=i(4829),n=i(48),o=i(6678),r=i(9252);var a,l;!function(t){t.VISIBLE="gdm-modal-container--visible",t.LOADING="gdm-modal-container--loading"}(a||(e.CssClasses=a={})),function(t){t.CONTAINER=".gdm-modal-container",t.TRIGGER="[data-gdm-modal-trigger]"}(l||(l={}));class d{constructor(t){this.container=t,this.pageRoute=window.location.href,this.modals=new Map,this.onPopState=()=>{const t=(0,r.getModalIdFromUrl)(window.location),e=this.modals.get(t);this.setActiveModal(e)},this.onTriggerClick=t=>{if(!(t.currentTarget instanceof HTMLAnchorElement)||t.metaKey)return;t.preventDefault();const e=(0,r.getModalIdFromAnchor)(t.currentTarget),i=this.modals.get(e);if(this.setActiveModal(i),i&&i.isRoute){const e=t.currentTarget.href;window.history.pushState({path:e},"",e)}},this.onModalClosed=()=>{const t=this.activeModal;this.setActiveModal(),t&&t.isRoute&&window.history.pushState({path:this.pageRoute},"",this.pageRoute)},this.onCookieNotificationBarRendered=async t=>{t&&(this.cookieNotificationBarElement=t,this.activeModal&&this.moveCookieNotificationBar())},window.addEventListener("popstate",this.onPopState),window.glue.CookieNotificationBar.instance&&window.glue.CookieNotificationBar.instance.rendered.then(this.onCookieNotificationBarRendered)}register(t){const e=(0,r.getModalIdFromAnchor)(t),i=!(0,r.getModalIdFromDataset)(t);if(t.addEventListener("click",this.onTriggerClick),i&&t.setAttribute(s.Attribute.ROLE,s.Role.BUTTON),!this.modals.get(e)){const s=new o.GdmModal(t,e,i);this.modals.set(e,s),s.isRoute&&s.isInitialised&&(this.pageRoute=window.location.href.replace(`${e}/`,""),this.setActiveModal(s))}}async setActiveModal(t){if(this.activeModal===t)return;const e=this.activeModal;if(this.activeModal=t,e&&e.glueModal&&(e.glueModal.root.removeEventListener(n.Strings.CLOSED_EVENT,this.onModalClosed),e.glueModal.close()),!t)return this.container.classList.remove(a.VISIBLE),void this.moveCookieNotificationBar();this.container.classList.add(a.VISIBLE),t.isInitialised||(this.container.classList.toggle(a.LOADING,!0),await t.initialise(!0),this.container.classList.toggle(a.LOADING,!1)),this.moveCookieNotificationBar(),t.glueModal&&(t.glueModal.root.addEventListener(n.Strings.CLOSED_EVENT,this.onModalClosed),t.glueModal.open())}moveCookieNotificationBar(){if(!this.cookieNotificationBarElement)return;const t=this.activeModal&&this.activeModal.glueModal&&this.activeModal.glueModal.root.querySelector(o.Selector.INNER);t?t.append(this.cookieNotificationBarElement):document.body.prepend(this.cookieNotificationBarElement)}static register(t=document.body){const e=t.querySelectorAll(l.TRIGGER);if(!d.singleton){const t=document.querySelector(l.CONTAINER);if(!t)throw new Error("Container element not present");d.singleton=new d(t)}for(const t of e)d.triggers.has(t)||(d.singleton.register(t),d.triggers.add(t))}}e.ModalManager=d,d.triggers=new Set},9252:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.getParentModal=e.getModalIdFromUrl=e.getModalIdFromAnchor=e.getModalIdFromDataset=e.getLastUrlSegment=void 0;const s=i(6678);function n(t){const e=new URL(t).pathname.split("/");return e[e.length-1]||e[e.length-2]}e.getLastUrlSegment=n;const o="gdmModalTrigger";function r(t){return t.dataset[o]}function a(t){return n(t.href)}e.getModalIdFromDataset=r,e.getModalIdFromAnchor=function(t){return r(t)||a(t)},e.getModalIdFromUrl=a,e.getParentModal=function(t){return t.closest(s.Selector.ROOT)}},837:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.PageCover=void 0;const s=i(4265);var n;!function(t){t.CHAMELEON="gdm--chameleon",t.CONTENT="page-cover__content",t.MONO="gdm--mono"}(n||(n={}));const o={rootMargin:"40px",threshold:[0]},r=window.matchMedia("(prefers-reduced-motion: reduce)");e.PageCover=class{constructor(t){this.element=t,this.first=!0,this.toggleObserver=t=>t.matches?this.destroyObserver():this.createObserver(),this.onIntersectionObserverChange=t=>{for(const e of t){const t=!e.isIntersecting&&e.boundingClientRect.y>=0;document.body.classList.toggle(n.MONO,t),this.first&&(document.body.classList.add(n.CHAMELEON),this.first=!1)}},this.nextElement=this.element.nextElementSibling||this.element.parentElement&&this.element.parentElement.nextElementSibling,r.addEventListener(s.EventType.CHANGE,this.toggleObserver),this.toggleObserver(r)}createObserver(){this.nextElement&&(this.observer=this.observer||new IntersectionObserver(this.onIntersectionObserverChange,o),this.observer.observe(this.nextElement))}destroyObserver(){this.observer&&this.nextElement&&(this.observer.unobserve(this.nextElement),document.body.classList.remove(n.MONO,n.CHAMELEON),this.first=!0)}}},8242:(t,e)=>{var i,s;Object.defineProperty(e,"__esModule",{value:!0}),e.Selector=e.CssClasses=void 0,function(t){t.AUTOCOMPLETE_VISIBLE="gdm-autocomplete--visible",t.AUTOCOMPLETE_SHOW_MORE="gdm-autocomplete--show-more",t.BACKDROP_VISIBLE="gdm-header--backdrop-visible",t.DROPDOWN_OPEN="gdm-header--dropdown-open",t.DROPDOWN_SCROLLABLE="gdm-header__dropdown--scrollable",t.FULLY_VISIBLE="gdm-header--visible",t.NO_ANIMATIONS="gdm-header--no-animations",t.SCROLLED="gdm-header--scrolled",t.SEARCH_OPENED="gdm-header--search-open",t.STICKY="gdm-header--sticky",t.TRANSPARENT="gdm-header--transparent"}(i||(e.CssClasses=i={})),function(t){t.BACKDROP=".gdm-header__backdrop",t.DROPDOWN=".gdm-header__dropdown",t.DROPDOWN_INNER=".gdm-header__dropdown-inner",t.FETCH_LIST=".gdm-autocomplete__fetched-list",t.FORM=".gdm-header__search-form",t.SCROLLING_OBSERVER=".gdm-header-scrolling",t.SEARCH_CONTAINER=".gdm-header__search-container",t.SHOW_MORE=".gdm-autocomplete__show-more",t.STICKY_LINKS=".gdm-header__container--sticky .glue-header__link",t.TOGGLE_BUTTON=".gdm-header__toggle-button"}(s||(e.Selector=s={}))},5176:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.GdmHeaderSearch=void 0;const s=i(8242),n=i(1299),o=i(5190);e.GdmHeaderSearch=class{constructor(t){var e;this.container=t,this.toggleButton=null,this.form=null,this.autocompleteList=null,this.focusableElements=[],this.active=!1,this.onKeydown=t=>{if(this.active&&"Tab"===t.key){const e=this.focusableElements[0],i=this.focusableElements[this.focusableElements.length-1],s=document.activeElement;t.shiftKey?s===e&&(i.focus(),t.preventDefault()):s===i&&(e.focus(),t.preventDefault())}},this.toggleButton=t.querySelector(s.Selector.TOGGLE_BUTTON),this.form=t.querySelector(s.Selector.FORM);const i=null===(e=this.toggleButton)||void 0===e?void 0:e.getAttribute("aria-controls");if(i){const t=document.getElementById(i);t instanceof HTMLInputElement&&(this.input=t);const e=`${i}-autocomplete`,s=document.getElementById(e);s&&(this.autocompleteList=s)}if(this.autocompleteList&&this.form&&this.input){const t=this.form.querySelector('[type="submit"]');this.rovingList=new n.RovingList(this.autocompleteList),this.rovingList.beforeElement=this.input,t&&(this.rovingList.afterElement=t)}this.updateFocusableElements(),t.addEventListener("keydown",this.onKeydown)}updateFocusableElements(){this.focusableElements=(0,n.getFocusableElements)(this.container)}setAutocompleteResults(t){this.autocompleteList&&(this.autocompleteList.replaceChildren(t),o.render(this.autocompleteList.id))}focusInput(){this.input&&(this.input.focus(),this.input.setSelectionRange(this.input.value.length,this.input.value.length))}}},9883:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.GdmHeader=void 0;const s=i(6504),n=i(4829),o=i(4265),r=i(1234),a=i(2260),l=i(6486),d=i(4487),u=i(4109),h=i(8242),c=i(5176),p=i(2239);e.GdmHeader=class{constructor(t){var e;this.glueHeader=t,this.desktop=!1,this.dropdown=null,this.dropdowns=new Map,this.fullyVisible=!1,this.hideOnFocus=!1,this.searchOpen=!1,this.onDrawerOpen=()=>{if(this.hideSearchInput(),this.backdrop){const t=this.backdrop.dataset.label;t&&this.backdrop.setAttribute(n.Attribute.ARIA_LABEL,t)}},this.onDrawerClose=()=>{this.backdrop&&this.backdrop.removeAttribute(n.Attribute.ARIA_LABEL)},this.onSearchInput=t=>{const e=t.target;if(e instanceof HTMLInputElement){for(const t of this.search)t.input&&t.input!==e&&(t.input.value=e.value);this.requestAutocompleteResults()}},this.onSearchInputDebounced=(0,u.debounce)(this.onSearchInput),this.onSearchToggleClick=t=>{const e=t.currentTarget;if(!(e instanceof HTMLElement))return;const i=e.getAttribute("aria-controls"),s=this.search.find((t=>{var e;return(null===(e=t.input)||void 0===e?void 0:e.id)===i}));s&&(t.preventDefault(),this.searchOpen=!this.searchOpen,this.applyToggleVisibility(),this.setToggleButtonLabel(s),this.searchOpen&&(this.glueHeader.show(),s.focusInput()))},this.onSearchToggleKeydown=t=>{t.key===r.Key.SPACE&&this.onSearchToggleClick(t)},this.onBackdropClick=()=>{this.hideDropdownAndSearch()},this.onBackdropKeydown=t=>{t.key===r.Key.ESC&&this.hideDropdownAndSearch()},this.onFocusout=t=>{t.relatedTarget instanceof HTMLElement&&!this.glueHeader.root.contains(t.relatedTarget)&&this.hideDropdownAndSearch()},this.onNextanimationFrame=()=>{this.glueHeader.root.classList.remove(h.CssClasses.NO_ANIMATIONS),this.animationFrame=void 0},this.onBreakpointChange=t=>{const e=["lg","xl"].includes(t);e!==this.desktop&&(this.desktop=e,this.hideDropdownAndSearch())},this.onIntersection=([t])=>{const{root:e}=this.glueHeader;t.isIntersecting?(this.transparent||1===t.intersectionRatio)&&e.classList.remove(h.CssClasses.SCROLLED):e.classList.add(h.CssClasses.SCROLLED),window.scrollY<1&&this.onHeaderHide()},this.onHeaderShow=()=>{this.fullyVisible=!0,this.glueHeader.root.classList.add(h.CssClasses.FULLY_VISIBLE),this.dispatchTransitionEnd()},this.onHeaderHide=()=>{this.fullyVisible=!1,this.glueHeader.root.classList.remove(h.CssClasses.FULLY_VISIBLE),this.dispatchTransitionEnd()},this.dispatchTransitionEnd=()=>{if(this.desktopBar&&this.desktop){const t=new TransitionEvent(o.EventType.TRANSITIONEND);this.desktopBar.dispatchEvent(t)}},this.onDropdownToggleClick=t=>{t.preventDefault();const e=t.currentTarget,i=this.dropdowns.get(e.pathname);if(i&&i!==this.dropdown){const e=t instanceof KeyboardEvent||0===t.detail;this.showDropdown(i,e)}else this.hideDropdown()},this.onDropdownToggleKeydown=t=>{t.key===r.Key.SPACE&&this.onDropdownToggleClick(t)},this.onDropdownResize=()=>{if(this.dropdown&&this.dropdown.inner){const{element:t,inner:e}=this.dropdown,i=t.clientHeight{this.hideOnFocus&&(this.glueHeader.hide(),this.hideOnFocus=!1)},this.onLinkFocus=()=>{this.hideOnFocus=!this.fullyVisible};const{root:i}=t;this.transparent=i.classList.contains(h.CssClasses.TRANSPARENT);const d=Array.from(i.querySelectorAll(h.Selector.SEARCH_CONTAINER));this.search=d.map((t=>new c.GdmHeaderSearch(t)));for(const t of this.search)t.toggleButton&&(t.toggleButton.addEventListener(o.EventType.CLICK,this.onSearchToggleClick),t.toggleButton.addEventListener(o.EventType.KEYDOWN,this.onSearchToggleKeydown),t.toggleButton.setAttribute(n.Attribute.ROLE,n.Role.BUTTON),this.setToggleButtonLabel(t)),null===(e=t.input)||void 0===e||e.addEventListener("input",this.onSearchInputDebounced);this.backdrop=i.querySelector(h.Selector.BACKDROP),this.backdrop&&this.backdrop.addEventListener("click",this.onBackdropClick),i.addEventListener(l.Strings.OPEN,this.onDrawerOpen),i.addEventListener(l.Strings.CLOSE,this.onDrawerClose),i.addEventListener(o.EventType.FOCUS_OUT,this.onFocusout);const p=new s.ResponsiveMonitor;p.listen(this.onBreakpointChange),this.onBreakpointChange(p.getCurrentBreakpoint());const E=document.querySelector(h.Selector.SCROLLING_OBSERVER);new IntersectionObserver(this.onIntersection,{threshold:[0,1]}).observe(E||i),this.desktopBar=i.querySelector(`.${a.CssClasses.BAR_DESKTOP}`),i.addEventListener(a.Strings.SHOW_EVENT,this.onHeaderShow),i.addEventListener(a.Strings.HIDE_EVENT,this.onHeaderHide),this.initSteppedNavigation(),this.initDropDownNavigation();i.classList.contains(h.CssClasses.STICKY)&&this.initStickyNavigation(),window.scrollY>a.Numbers.SCROLL_THRESHOLD&&t.hide()}hideSearchInput(){this.searchOpen&&(this.searchOpen=!1,this.applyToggleVisibility())}applyToggleVisibility(){this.searchOpen?(this.hideDropdown(),this.glueHeader.root.classList.add(h.CssClasses.SEARCH_OPENED),this.showBackdrop()):(this.glueHeader.root.classList.remove(h.CssClasses.SEARCH_OPENED),this.hideBackdrop());for(const t of this.search)t.active=this.searchOpen}async requestAutocompleteResults(){var t,e;const i=this.search[0].form;if(!i)return;const s=await(0,p.requestFromForm)(i),n=(0,u.elementsToFragment)(s),o=!!s.length;for(let e=0;es.length;this.toggleShowMore(r);const a=new FormData(i).get("query");a&&window.gtag("event","search",{search_term:a})}toggleShowMore(t){this.glueHeader.root.classList.toggle(h.CssClasses.AUTOCOMPLETE_SHOW_MORE,t)}setToggleButtonLabel(t){if(t.toggleButton){const e=this.searchOpen?"hideLabel":"showLabel",i=t.toggleButton.dataset[e]||"";t.toggleButton.setAttribute(n.Attribute.ARIA_LABEL,i)}}showBackdrop(){document.body.classList.add(l.CssClasses.NO_SCROLL),document.documentElement.classList.add(l.CssClasses.NO_SCROLL),this.glueHeader.root.classList.add(h.CssClasses.BACKDROP_VISIBLE,h.CssClasses.NO_ANIMATIONS),window.addEventListener(o.EventType.KEYDOWN,this.onBackdropKeydown),this.animationFrame&&cancelAnimationFrame(this.animationFrame),this.animationFrame=requestAnimationFrame(this.onNextanimationFrame)}hideBackdrop(){document.body.classList.remove(l.CssClasses.NO_SCROLL),document.documentElement.classList.remove(l.CssClasses.NO_SCROLL),this.glueHeader.root.classList.add(h.CssClasses.NO_ANIMATIONS),this.glueHeader.root.classList.remove(h.CssClasses.BACKDROP_VISIBLE),window.removeEventListener(o.EventType.KEYDOWN,this.onBackdropKeydown),window.scrollY<1&&this.onHeaderHide(),this.animationFrame&&cancelAnimationFrame(this.animationFrame),this.animationFrame=requestAnimationFrame(this.onNextanimationFrame)}hideDropdownAndSearch(){this.hideSearchInput(),this.hideDropdown()}initSteppedNavigation(){const{root:t}=this.glueHeader,e=t.querySelector(`.${a.CssClasses.ACTIVE_LINK}[${n.Attribute.ARIA_HASPOPUP}="true"]`);e&&(e.classList.remove(a.CssClasses.ACTIVE_LINK),e.classList.add(a.CssClasses.ACTIVE_MENU),e.children[0]&&e.children[0].removeAttribute(n.Attribute.ARIA_CURRENT));const i=t.querySelectorAll(`[${d.Attributes.STEPPED_PAGE}] .${a.CssClasses.LINK_ITEM}`);for(const t of i)t.addEventListener("click",(t=>t.preventDefault()));const s=t.querySelectorAll(`.${d.CssClasses.CONTROLS}`);for(const t of s){const e=t.querySelector(`.${d.CssClasses.CONTROLS_TITLE}`),i=e.innerText.trim(),s=i.split("\n")[0].trim();if(i!==s){const i=(t.dataset[d.Attributes.STEPPEDNAV_LABEL]||d.Strings.STEPPEDNAV_LABEL).replaceAll(d.Strings.STEPPED_NAV_LABEL_VAR_NAME,s);e.innerText=s,t.setAttribute(n.Attribute.ARIA_LABEL,i)}}}initDropDownNavigation(){const{root:t}=this.glueHeader,e=t.querySelectorAll(h.Selector.DROPDOWN);for(const i of e){const e=i.dataset.toggleHref,s=t.querySelector(`.${a.CssClasses.LINK_BAR} [href="${e}"]`);s&&e&&this.setupDropDown(s,i)}}setupDropDown(t,e){t.setAttribute(n.Attribute.ARIA_CONTROLS,e.id),t.setAttribute(n.Attribute.ARIA_EXPANDED,"false"),t.setAttribute(n.Attribute.ARIA_HASPOPUP,"true"),t.setAttribute(n.Attribute.ROLE,n.Role.BUTTON),t.addEventListener(o.EventType.CLICK,this.onDropdownToggleClick),t.addEventListener(o.EventType.KEYDOWN,this.onDropdownToggleKeydown),t.parentNode.insertBefore(e,t.nextSibling);const i=e.querySelector("a");e.tabIndex=n.TabIndex.NOT_TABBABLE;const s=e.querySelector(h.Selector.DROPDOWN_INNER);this.dropdowns.set(t.pathname,{element:e,first:i,inner:s,toggle:t})}showDropdown(t,e=!1){this.hideDropdown(),this.dropdown=t,this.glueHeader.root.classList.add(h.CssClasses.DROPDOWN_OPEN),this.showBackdrop(),t.element.removeAttribute(n.Attribute.ARIA_HIDDEN),t.toggle.setAttribute(n.Attribute.ARIA_EXPANDED,"true"),window.addEventListener(o.EventType.RESIZE,this.onDropdownResize),this.onDropdownResize(),e&&t.first?t.first.focus():t.element.focus()}hideDropdown(){const t=this.dropdown;t&&(this.dropdown=null,this.glueHeader.root.classList.remove(h.CssClasses.DROPDOWN_OPEN),this.hideBackdrop(),t.element.setAttribute(n.Attribute.ARIA_HIDDEN,"true"),t.toggle.setAttribute(n.Attribute.ARIA_EXPANDED,"false"),window.removeEventListener(o.EventType.RESIZE,this.onDropdownResize),t.element.classList.remove(h.CssClasses.DROPDOWN_SCROLLABLE),t.element.contains(document.activeElement)&&t.toggle.focus())}initStickyNavigation(){const{root:t}=this.glueHeader;t.addEventListener(o.EventType.FOCUS_IN,this.onHeaderFocusin);const e=t.querySelectorAll(h.Selector.STICKY_LINKS);for(const t of e)t.addEventListener("focus",this.onLinkFocus)}}},1299:(t,e)=>{function i(t){return Array.from(t.querySelectorAll('button, a[href], input, select, textarea, [tabindex]:not([tabindex="-1"])'))}Object.defineProperty(e,"__esModule",{value:!0}),e.RovingList=e.getFocusableElements=void 0,e.getFocusableElements=i;e.RovingList=class{constructor(t){this.list=t,this._beforeElement=null,this._afterElement=null,this.listItems=[],this.elementsToFocus=new WeakMap,this.currentlyFocused=0,this.onKeydown=t=>{if(!t.shiftKey&&!t.metaKey)switch(t.key){case"ArrowUp":t.preventDefault(),this.previous();break;case"ArrowDown":t.preventDefault(),this.next()}},this.onAfterKeydown=t=>{"ArrowUp"===t.key&&(t.preventDefault(),this.setFocus(this.listItems.length-1))},this.onBeforeKeydown=t=>{"ArrowDown"===t.key&&(t.preventDefault(),this.setFocus(0))},t.addEventListener("keydown",this.onKeydown)}update(){this.listItems=[],this.elementsToFocus=new WeakMap,this.list&&(this.populateLists(),this.list.matches(":focus-within")&&this.updateFocus())}setFocus(t){if(-1===t&&this._beforeElement)this._beforeElement.focus();else if(t===this.listItems.length&&this._afterElement)this._afterElement.focus();else{const e=this.listItems.length-1;this.currentlyFocused=Math.max(Math.min(e,t),0),this.updateFocus()}}previous(){this.setFocus(this.currentlyFocused-1)}next(){this.setFocus(this.currentlyFocused+1)}focusActiveElement(){const t=this.elementsToFocus.get(this.listItems[this.currentlyFocused]);t&&t.focus()}populateLists(){if(this.list)for(let t=0;t{Object.defineProperty(e,"__esModule",{value:!0}),e.requestFromForm=void 0;const s=i(4109),n=i(8242);e.requestFromForm=async function(t){const e=(await(0,s.fetchXhrContent)(function(t){const e=new URL(t.action);e.searchParams.append("autocomplete","true");for(const i of t.elements){const t=i;t.name&&e.searchParams.append(t.name,t.value)}return e}(t))).querySelector(n.Selector.FETCH_LIST);return e?Array.from(e.children):[]}},477:(t,e)=>{var i;Object.defineProperty(e,"__esModule",{value:!0}),e.GdmVideo=e.IS_IOS=void 0,e.IS_IOS=!!navigator.platform&&/(iPad|iPhone|iPod)/.test(navigator.platform);const s={rootMargin:"40px"};class n extends HTMLElement{constructor(){super(...arguments),this.isActive=!0,this.isAutoplay=!1,this.isInViewport=!1,this.isPlaying=!1,this.isTabActive=!0}get isActiveAndVisible(){return this.isActive&&this.isInViewport&&this.isTabActive}connectedCallback(){this.isPlaying=this.isPlaying||this.isAutoplay,i.observe(this)}disconnectedCallback(){i.unobserve(this)}play(){this.isPlaying&&this.isActiveAndVisible&&this.playInternal()}pause(){this.pauseInternal()}seek(t){this.seekInternal(t)}playInternal(){}pauseInternal(){}seekInternal(t){}static observe(t){this.observer||(this.observer=new IntersectionObserver(this.onIntersectionChange,s),document.addEventListener("visibilitychange",this.onVisibilityChange)),this.videos.add(t),this.observer.observe(t)}static unobserve(t){this.videos.delete(t),this.observer.unobserve(t)}}e.GdmVideo=n,i=n,n.videos=new Set,n.onIntersectionChange=t=>{for(const e of t){const t=e.target;t instanceof i&&(t.isInViewport=e.isIntersecting,t.isInViewport?t.play():t.pause())}},n.onVisibilityChange=()=>{for(const t of i.videos)t.isTabActive="visible"===document.visibilityState,t.isTabActive?(t.play(),e.IS_IOS&&setTimeout(t.play,100)):t.pause()}},3323:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.GdmVideoEmbed=e.CssClasses=e.Selector=void 0;const s=i(4265),n=i(4839),o=i(477);var r,a;!function(t){t.MUTE_TOGGLE=".gdm-video-embed__mute-toggle",t.PLAY_TOGGLE=".gdm-video-embed__play-toggle",t.POSTER=".gdm-video-embed__poster",t.VIDEO=".gdm-video-embed__player",t.VIDEO_TEMPLATE="template"}(r||(e.Selector=r={})),function(t){t.HAS_PLAYED="gdm-video-embed--has-played",t.MUTED="gdm-video-embed--muted",t.PAUSED="gdm-video-embed--paused"}(a||(e.CssClasses=a={}));class l extends o.GdmVideo{constructor(){super(...arguments),this.muteToggle=null,this.playToggle=null,this.poster=null,this.video=null,this.isMuted=!1,this.onPlayStateChange=()=>{this.video&&this.classList.toggle(a.PAUSED,this.video.paused)},this.onVolumeChange=()=>{this.video&&this.classList.toggle(a.MUTED,this.video.muted)},this.onFirstPlay=()=>{this.video&&(this.video.networkState===HTMLMediaElement.NETWORK_NO_SOURCE&&(this.video.load(),this.play()),this.classList.add(a.HAS_PLAYED),this.video.removeEventListener("play",this.onFirstPlay))},this.onPlayToggleClick=t=>{(0,n.isPointWithinElementFromEvent)(t)&&(!this.video||this.video.paused?(this.isPlaying=!0,this.play()):(this.isPlaying=!1,this.pause()))},this.onMuteToggleClick=t=>{this.video&&(0,n.isPointWithinElementFromEvent)(t)&&(this.isMuted=!this.video.muted,this.video.muted=this.isMuted)},this.playInternal=()=>{this.poster&&this.replacePosterWithVideo(),this.video&&this.video.play()},this.pauseInternal=()=>{this.video&&this.video.pause()}}connectedCallback(){this.isAutoplay="true"===this.dataset.autoplay,this.muteToggle=this.querySelector(r.MUTE_TOGGLE),this.muteToggle&&this.muteToggle.addEventListener(s.EventType.CLICK,this.onMuteToggleClick),this.playToggle=this.querySelector(r.PLAY_TOGGLE),this.playToggle&&this.playToggle.addEventListener(s.EventType.CLICK,this.onPlayToggleClick),this.poster=this.querySelector(r.POSTER);const t=this.querySelector(r.VIDEO);t&&this.setupVideo(t),super.connectedCallback()}disconnectedCallback(){this.muteToggle&&this.muteToggle.removeEventListener(s.EventType.CLICK,this.onMuteToggleClick),this.playToggle&&this.playToggle.removeEventListener(s.EventType.CLICK,this.onPlayToggleClick),this.video&&(this.video.removeEventListener("play",this.onFirstPlay),this.video.removeEventListener("play",this.onPlayStateChange),this.video.removeEventListener("pause",this.onPlayStateChange),this.video.removeEventListener("ended",this.onPlayStateChange),this.video.removeEventListener("volumechange",this.onVolumeChange)),super.disconnectedCallback()}setupVideo(t){this.video=t,this.isAutoplay&&!o.IS_IOS&&(this.video.autoplay=!0),this.video.addEventListener("play",this.onFirstPlay),this.video.addEventListener("play",this.onPlayStateChange),this.video.addEventListener("pause",this.onPlayStateChange),this.video.addEventListener("ended",this.onPlayStateChange),this.onPlayStateChange(),this.video.addEventListener("volumechange",this.onVolumeChange),this.onVolumeChange()}replacePosterWithVideo(){if(!this.poster)return;const t=this.querySelector(r.VIDEO_TEMPLATE),e=t&&t.content.querySelector(r.VIDEO);if(!e)return;const i=this.poster.querySelector("img");i&&(e.poster=i.currentSrc),this.poster.after(e),this.setupVideo(e),this.poster=null}seekInternal(t){this.video&&(this.video.currentTime=t)}}e.GdmVideoEmbed=l},3150:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.GdmVideoSelector=e.GdmYouTube=e.GdmVideoEmbed=e.GdmVideo=void 0;var s=i(477);Object.defineProperty(e,"GdmVideo",{enumerable:!0,get:function(){return s.GdmVideo}});var n=i(3323);Object.defineProperty(e,"GdmVideoEmbed",{enumerable:!0,get:function(){return n.GdmVideoEmbed}});var o,r=i(8163);Object.defineProperty(e,"GdmYouTube",{enumerable:!0,get:function(){return r.GdmYouTube}}),function(t){t.ALL="gdm-video-embed, gdm-youtube",t.VIDEO_EMBED="gdm-video-embed",t.YOUTUBE="gdm-youtube"}(o||(e.GdmVideoSelector=o={}))},8163:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.GdmYouTube=void 0;const s=i(4829),n=i(4265),o=i(4452),r=i(3017),a=i(477);class l extends a.GdmVideo{constructor(){super(...arguments),this.onClick=t=>{this.isActiveAndVisible||(t.preventDefault(),t.stopImmediatePropagation())},this.onFirstPlay=t=>{if(!this.player||t.data!==YT.PlayerState.PLAYING)return;this.player.removeEventListener("onStateChange",this.onFirstPlay),this.isActiveAndVisible||this.pause(),this.hidePreviewContainer();const e=this.player.getIframe();document.activeElement===e&&e.contentWindow&&e.contentWindow.focus()},this.onReady=()=>{this.player=this.glueVideo&&this.glueVideo.getPlayer(),this.player&&(this.player.addEventListener("onStateChange",this.onFirstPlay),this.player.addEventListener("onStateChange",this.onStateChange))},this.onStateChange=t=>{if(this.isActiveAndVisible)switch(t.data){case YT.PlayerState.PLAYING:this.isPlaying=!0;break;case YT.PlayerState.PAUSED:this.isPlaying=!1}},this.playInternal=()=>{this.player&&this.player.playVideo()},this.pauseInternal=()=>{this.player&&this.player.pauseVideo()}}connectedCallback(){const t="true"===this.dataset.autoplay;this.addEventListener(n.EventType.CLICK,this.onClick),this.glueVideo=this.glueVideo||new o.YoutubeVideo(this,{events:{onReady:this.onReady},playerVars:{autoplay:t?1:0,mute:t&&a.IS_IOS?1:void 0,playsinline:1,rel:0}}),this.isAutoplay=t,this.isAutoplay&&this.hidePreviewContainer(),super.connectedCallback()}disconnectedCallback(){this.removeEventListener(n.EventType.CLICK,this.onClick),super.disconnectedCallback()}hidePreviewContainer(){this.removeAttribute(s.Attribute.ROLE),this.removeAttribute(s.Attribute.TAB_INDEX);const t=this.querySelector(`.${r.CssClasses.PREVIEW_CONTAINER}`);t&&t.classList.add(r.CssClasses.HIDE_ELEMENT);const e=this.querySelector(`.${r.CssClasses.VIDEO_CONTAINER}`);e&&e.classList.remove(r.CssClasses.HIDE_ELEMENT)}seekInternal(t){this.player&&this.player.getCurrentTime()!==t&&this.player.seekTo(t,!0)}}e.GdmYouTube=l},5400:(t,e,i)=>{const s=i(4265),n=i(423),o=i(3053),r=i(671),a=i(7617),l=i(7560),d=i(2423),u=i(6879),h=i(3446),c=i(5015),p=i(7876),E=i(1341),f=i(7719),m=i(5659),v=i(5270),T=i(837),g=i(9883),A=i(3150),I=i(8918),C=i(6743),L=i(5190);var O,y;function S(t,e=document){return e.querySelector(t)}function _(t,e=document){return e.querySelectorAll(t)}!function(t){t.INTERACTED="gdm--interacted",t.JS="js",t.NO_JS="no-js"}(O||(O={})),function(t){t.FOOTER=".glue-footer",t.HEADER=".glue-header",t.PAGE_COVER=".page-cover--chameleon",t.SCROLL_LINK="#content a[href]:not(.glue-jumplinks__link)",t.SOCIAL=".glue-social"}(y||(y={})),a.default.register("MDCTextField",l.MDCTextField),(0,a.default)(),window.customElements.define(d.GdmAccordionSelector.ROOT,d.GdmAccordion),window.customElements.define(u.GdmCarouselSelector.ROOT,u.GdmCarousel),window.customElements.define(h.GdmEvaluationsSelector.ROOT,h.GdmEvaluations),window.customElements.define(c.GdmFilterSelector.ROOT,c.GdmFilter),window.customElements.define(f.GdmJumplinksSelector.ROOT,f.GdmJumplinks),window.customElements.define(v.GdmNewsletterSelector.ROOT,v.GdmNewsletter),window.customElements.define(E.GdmPaginationSelector.ROOT,E.GdmPagination),window.customElements.define(A.GdmVideoSelector.VIDEO_EMBED,A.GdmVideoEmbed),window.customElements.define(I.GdmVisualListSelector.ROOT,I.GdmVisualList),window.customElements.define(A.GdmVideoSelector.YOUTUBE,A.GdmYouTube),document.addEventListener("DOMContentLoaded",(function(){document.body.classList.remove(O.NO_JS),document.body.classList.add(O.JS),L.init(),m.ModalManager.register(),C.observe();const t=S(y.FOOTER);if(t){const e=Number(t.dataset.columnCount);new n.Footer(t,{columnCount:e,panelsBreakpoints:["sm","md"]})}const e=S(y.HEADER);e&&new g.GdmHeader(new o.Header(e,{steppedNav:!0}));const i=_(y.PAGE_COVER);for(const t of i)new T.PageCover(t);const a=_(y.SCROLL_LINK);new p.GdmScroll(a);const l=_(y.SOCIAL);for(const t of l)new r.Social(t);function d(){document.documentElement.classList.add(O.INTERACTED),document.removeEventListener(s.EventType.POINTERDOWN,d),document.removeEventListener(s.EventType.KEYDOWN,d)}document.addEventListener(s.EventType.POINTERDOWN,d),document.addEventListener(s.EventType.KEYDOWN,d)}))},6743:(t,e)=>{var i;Object.defineProperty(e,"__esModule",{value:!0}),e.observe=void 0,function(t){t.BLUE="gdm--blue",t.gskr="gdm--gskr",t.GREEN="gdm--green",t.RED="gdm--red",t.YELLOW="gdm--yellow",t.NO_IN_VIEW="no-in-view"}(i||(i={}));const s=[i.BLUE,i.gskr,i.GREEN,i.RED,i.YELLOW].some((t=>document.body.classList.contains(t)));let n;e.observe=function(t=document.body){if(!s)return;const e=(n||(n=new IntersectionObserver((t=>{t.forEach((t=>{const e=t.boundingClientRect.y<=0?"top":"bottom";t.isIntersecting&&t.intersectionRatio>=0?(t.target.classList.add("gskr-in-view-element--in-view"),t.target.classList.remove(`gskr-in-view-element--out-view-${e}`)):!t.isIntersecting&&t.intersectionRatio<=0&&(t.target.classList.remove("gskr-in-view-element--in-view"),t.target.classList.add(`gskr-in-view-element--out-view-${e}`))}))}),{rootMargin:"10px",threshold:[0,1]})),n),o=t.querySelectorAll("[data-in-view]");for(const t of o)t.classList.add("gskr-in-view-element"),e.observe(t);t.classList.remove(i.NO_IN_VIEW)}},4839:(t,e)=>{function i(t,e,i){return e>=0&&e<=t.clientWidth&&i>=0&&i<=t.clientHeight}Object.defineProperty(e,"__esModule",{value:!0}),e.isPointWithinElementFromEvent=e.isPointWithinElement=void 0,e.isPointWithinElement=i,e.isPointWithinElementFromEvent=function(t){return t instanceof MouseEvent&&t.currentTarget instanceof HTMLElement&&i(t.currentTarget,t.offsetX,t.offsetY)}},5190:(t,e,i)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.render=e.init=void 0;const s=i(4265),n=["publication-page","publications-list","search-results-list"],o="https://www.gstatic.com/external_hosted/mathjax/latest/MathJax.js",r=[...n,"search-desktop-autocomplete","search-mobile-autocomplete"];let a;function l(t){return!!document.getElementById(t)}function d(){return new Promise((t=>{const e=document.createElement("script");e.addEventListener(s.EventType.LOAD,(()=>{window.MathJax.Hub.Config({extensions:["tex2jax.js"],jax:["input/TeX","output/HTML-CSS"],messageStyle:"none",tex2jax:{inlineMath:[["$","$"],["\\(","\\)"]]},elements:r.filter(l),skipStartupTypeset:!0}),t()})),e.src=o,document.documentElement.appendChild(e)}))}async function u(t){if(r.includes(t))return a||(a=d()),await a,new Promise((e=>{window.MathJax.Hub.Queue(["Typeset",window.MathJax.Hub,t]),window.MathJax.Hub.Queue([e])}))}async function h(t){const e=document.querySelector(`#${t} h1`),i=e&&e.innerText;if(await u(t),i){const t=e.innerText.replace(/\n/g,"");i!==t&&(document.title=document.title.replace(i,t))}}e.init=async function(){return Promise.all(n.filter(l).map(h))},e.render=u},8830:(t,e,i)=>{t.exports=i.p+"glue-icons.svg"},1635:(t,e,i)=>{i.d(e,{C6:()=>n,Cl:()=>o,Ju:()=>a,fX:()=>d,sH:()=>r,zs:()=>l});var s=function(t,e){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])},s(t,e)};function n(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function i(){this.constructor=t}s(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}var o=function(){return o=Object.assign||function(t){for(var e,i=1,s=arguments.length;i=t.length&&(t=void 0),{value:t&&t[s++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function l(t,e){var i="function"==typeof Symbol&&t[Symbol.iterator];if(!i)return t;var s,n,o=i.call(t),r=[];try{for(;(void 0===e||e-- >0)&&!(s=o.next()).done;)r.push(s.value)}catch(t){n={error:t}}finally{try{s&&!s.done&&(i=o.return)&&i.call(o)}finally{if(n)throw n.error}}return r}function d(t,e,i){if(i||2===arguments.length)for(var s,n=0,o=e.length;n{for(var s in e)i.o(e,s)&&!i.o(t,s)&&Object.defineProperty(t,s,{enumerable:!0,get:e[s]})},i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),i.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),i.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},(()=>{var t;i.g.importScripts&&(t=i.g.location+"");var e=i.g.document;if(!t&&e&&(e.currentScript&&(t=e.currentScript.src),!t)){var s=e.getElementsByTagName("script");if(s.length)for(var n=s.length-1;n>-1&&(!t||!/^http(s?):/.test(t));)t=s[n--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),i.p=t})(),i(8830),i(2516);i(5400)})();