${responseContent.description}
`),this.querySelector("quantity-selector")?.restoreDefaultValue()}},window.customElements.get("line-item-quantity")||window.customElements.define("line-item-quantity",LineItemQuantity);var _estimateShippingListener,_ShippingEstimator_instances,estimateShipping_fn,getAsyncShippingRates_fn,formatShippingRates_fn,formatError_fn,ShippingEstimator=class extends HTMLElement{constructor(){super(...arguments),__privateAdd(this,_ShippingEstimator_instances),__privateAdd(this,_estimateShippingListener,__privateMethod(this,_ShippingEstimator_instances,estimateShipping_fn).bind(this))}connectedCallback(){this.submitButton=this.querySelector('[type="button"]'),this.resultsElement=this.querySelector('[aria-live="polite"]'),this.submitButton.addEventListener("click",__privateGet(this,_estimateShippingListener))}disconnectedCallback(){this.submitButton.removeEventListener("click",__privateGet(this,_estimateShippingListener))}};_estimateShippingListener=new WeakMap,_ShippingEstimator_instances=new WeakSet,estimateShipping_fn=async function(event){event.preventDefault();const zip=this.querySelector('[name="address[zip]"]').value,country=this.querySelector('[name="address[country]"]').value,province=this.querySelector('[name="address[province]"]').value;this.submitButton.setAttribute("aria-busy","true"),document.documentElement.dispatchEvent(new CustomEvent("theme:loading:start",{bubbles:!0}));const prepareResponse=await fetch(`${Shopify.routes.root}cart/prepare_shipping_rates.json?shipping_address[zip]=${zip}&shipping_address[country]=${country}&shipping_address[province]=${province}`,{method:"POST"});if(document.documentElement.dispatchEvent(new CustomEvent("theme:loading:end",{bubbles:!0})),prepareResponse.ok){const shippingRates=await __privateMethod(this,_ShippingEstimator_instances,getAsyncShippingRates_fn).call(this,zip,country,province);__privateMethod(this,_ShippingEstimator_instances,formatShippingRates_fn).call(this,shippingRates)}else{const jsonError=await prepareResponse.json();__privateMethod(this,_ShippingEstimator_instances,formatError_fn).call(this,jsonError)}this.resultsElement.hidden=!1,this.submitButton.removeAttribute("aria-busy")},getAsyncShippingRates_fn=async function(zip,country,province){const responseAsText=await(await fetch(`${Shopify.routes.root}cart/async_shipping_rates.json?shipping_address[zip]=${zip}&shipping_address[country]=${country}&shipping_address[province]=${province}`)).text();return responseAsText==="null"?__privateMethod(this,_ShippingEstimator_instances,getAsyncShippingRates_fn).call(this,zip,country,province):JSON.parse(responseAsText).shipping_rates},formatShippingRates_fn=function(shippingRates){let formattedShippingRates=shippingRates.map(shippingRate=>`${shippingRates.length===0?window.themeVariables.strings.shippingEstimatorNoResults:shippingRates.length===1?window.themeVariables.strings.shippingEstimatorOneResult:window.themeVariables.strings.shippingEstimatorMultipleResults}
${formattedShippingRates===""?"":`${window.themeVariables.strings.shippingEstimatorError}
${event.detail.message}
`),this.querySelector("quantity-selector")?.restoreDefaultValue()};var _QuickOrderListRemoveVariant_instances,onClick_fn,QuickOrderListRemoveVariant=class extends HTMLElement{constructor(){super(),__privateAdd(this,_QuickOrderListRemoveVariant_instances),this.addEventListener("click",__privateMethod(this,_QuickOrderListRemoveVariant_instances,onClick_fn))}};_QuickOrderListRemoveVariant_instances=new WeakSet,onClick_fn=function(){this.dispatchEvent(new CustomEvent("quick-order-list:update",{bubbles:!0,detail:{updates:{[this.getAttribute("variant-id")]:0}}}))};var _QuickOrderListRemoveAll_instances,onClick_fn2,QuickOrderListRemoveAll=class extends HTMLElement{constructor(){super(),__privateAdd(this,_QuickOrderListRemoveAll_instances),this.addEventListener("click",__privateMethod(this,_QuickOrderListRemoveAll_instances,onClick_fn2))}};_QuickOrderListRemoveAll_instances=new WeakSet,onClick_fn2=function(){const updates=JSON.parse(this.getAttribute("variant-ids")).reduce((acc,variantId)=>(acc[variantId]=0,acc),{});this.dispatchEvent(new CustomEvent("quick-order-list:update",{bubbles:!0,detail:{updates}}))},window.customElements.get("quick-order-list")||window.customElements.define("quick-order-list",QuickOrderList),window.customElements.get("quick-order-list-quantity-selector")||window.customElements.define("quick-order-list-quantity-selector",QuickOrderListQuantitySelector),window.customElements.get("quick-order-list-remove-variant")||window.customElements.define("quick-order-list-remove-variant",QuickOrderListRemoveVariant),window.customElements.get("quick-order-list-remove-all")||window.customElements.define("quick-order-list-remove-all",QuickOrderListRemoveAll);var _isLoaded2,_RecentlyViewedProducts_instances,searchQueryString_get,loadProducts_fn,RecentlyViewedProducts=class extends HTMLElement{constructor(){super(...arguments),__privateAdd(this,_RecentlyViewedProducts_instances),__privateAdd(this,_isLoaded2,!1)}connectedCallback(){__privateMethod(this,_RecentlyViewedProducts_instances,loadProducts_fn).call(this)}};_isLoaded2=new WeakMap,_RecentlyViewedProducts_instances=new WeakSet,searchQueryString_get=function(){const items=new Set(JSON.parse(localStorage.getItem("theme:recently-viewed-products")||"[]"));return this.hasAttribute("exclude-id")&&items.delete(parseInt(this.getAttribute("exclude-id"))),Array.from(items.values(),item=>`id:${item}`).slice(0,parseInt(this.getAttribute("products-count"))).join(" OR ")},loadProducts_fn=async function(){if(__privateGet(this,_isLoaded2))return;__privateSet(this,_isLoaded2,!0);const section=this.closest(".shopify-section"),url=`${Shopify.routes.root}search?type=product&q=${__privateGet(this,_RecentlyViewedProducts_instances,searchQueryString_get)}§ion_id=${extractSectionId(section)}`,response=await fetch(url,{priority:"low"}),tempDiv=new DOMParser().parseFromString(await response.text(),"text/html"),recentlyViewedProductsElement=tempDiv.querySelector("recently-viewed-products");recentlyViewedProductsElement.childElementCount>0?this.replaceChildren(...document.importNode(recentlyViewedProductsElement,!0).childNodes):section.remove()},window.customElements.get("recently-viewed-products")||window.customElements.define("recently-viewed-products",RecentlyViewedProducts);import{animate as animate22,timeline as timeline13}from"vendor";var _controlledPopover,_selectedHotSpot,_ShopTheLookMobileCarousel_instances,setInitialPosition_fn,onSpotSelected_fn,onUpdateHotSpotPosition_fn,onLookChanged_fn,changeLookFocalPoint_fn,restorePosition_fn,ShopTheLookMobileCarousel=class extends ScrollCarousel{constructor(){super(),__privateAdd(this,_ShopTheLookMobileCarousel_instances),__privateAdd(this,_controlledPopover),__privateAdd(this,_selectedHotSpot),this.addEventListener("carousel:change",__privateMethod(this,_ShopTheLookMobileCarousel_instances,onLookChanged_fn)),Array.from(this.querySelectorAll(".shop-the-look__hot-spot-list")).forEach(list=>{list.carousel.addEventListener("carousel:select",__privateMethod(this,_ShopTheLookMobileCarousel_instances,onSpotSelected_fn).bind(this)),list.carousel.addEventListener("carousel:change",()=>__privateMethod(this,_ShopTheLookMobileCarousel_instances,onUpdateHotSpotPosition_fn).call(this,list))}),Array.from(this.querySelectorAll(".shop-the-look__popover")).forEach(popover=>{popover.addEventListener("dialog:before-show",__privateMethod(this,_ShopTheLookMobileCarousel_instances,changeLookFocalPoint_fn).bind(this)),popover.addEventListener("dialog:before-hide",__privateMethod(this,_ShopTheLookMobileCarousel_instances,restorePosition_fn).bind(this))})}connectedCallback(){super.connectedCallback(),__privateMethod(this,_ShopTheLookMobileCarousel_instances,setInitialPosition_fn).call(this)}get isExpanded(){return this.classList.contains("is-expanded")}};_controlledPopover=new WeakMap,_selectedHotSpot=new WeakMap,_ShopTheLookMobileCarousel_instances=new WeakSet,setInitialPosition_fn=function(){__privateSet(this,_selectedHotSpot,this.selectedCell.querySelector('.shop-the-look__hot-spot[aria-current="true"]')),__privateMethod(this,_ShopTheLookMobileCarousel_instances,onLookChanged_fn).call(this)},onSpotSelected_fn=function(){this.isExpanded||document.getElementById(this.selectedCell.getAttribute("data-popover-id")).show()},onUpdateHotSpotPosition_fn=function(list){__privateSet(this,_selectedHotSpot,list.querySelector('.shop-the-look__hot-spot[aria-current="true"]')),this.isExpanded&&__privateMethod(this,_ShopTheLookMobileCarousel_instances,changeLookFocalPoint_fn).call(this)},onLookChanged_fn=function(){const popoverId=this.selectedCell.getAttribute("data-popover-id");__privateSet(this,_controlledPopover,document.getElementById(popoverId)),this.nextElementSibling.setAttribute("aria-controls",popoverId)},changeLookFocalPoint_fn=function(){const scale=window.innerWidth/this.selectedCell.clientWidth,remainingSpace=window.innerHeight-__privateGet(this,_controlledPopover).shadowRoot.querySelector('[part="base"]').clientHeight,imageHeightAfterScale=Math.round(this.selectedCell.querySelector(".shop-the-look__image-wrapper").clientHeight*scale),outsideViewportImageHeight=Math.max(imageHeightAfterScale-remainingSpace,0),insideViewportImageHeight=imageHeightAfterScale-outsideViewportImageHeight,hotSpotFocalPoint=Math.round((__privateGet(this,_selectedHotSpot).offsetTop+__privateGet(this,_selectedHotSpot).clientHeight/2)*scale),offsetToMove=Math.round(hotSpotFocalPoint-insideViewportImageHeight/2),minTranslateY=Math.round(-(this.parentElement.getBoundingClientRect().top-(imageHeightAfterScale-this.selectedCell.offsetHeight)/2)),maxTranslateY=Math.round(minTranslateY-outsideViewportImageHeight),translateY=Math.min(Math.max(minTranslateY-offsetToMove,maxTranslateY),minTranslateY);this.isExpanded?animate22(this,{transform:`translateY(${translateY}px) scale(${scale})`},{duration:.4,easing:"ease-in-out"}):(animate22(this,{transform:["translateY(0) scale(1)",`translateY(${translateY}px) scale(${scale})`]},{duration:.4,easing:[.645,.045,.355,1]}),document.documentElement.style.setProperty("--hide-header-group","1")),this.classList.add("is-expanded")},restorePosition_fn=function(){animate22(this,{transform:"translateY(0) scale(1)"},{duration:.4,easing:[.645,.045,.355,1]}).finished.then(()=>{this.style.transform=null}),this.classList.remove("is-expanded"),document.documentElement.style.removeProperty("--hide-header-group")};var _ShopTheLookProductListCarousel_instances,updateButtonLink_fn,ShopTheLookProductListCarousel=class extends EffectCarousel{constructor(){super(),__privateAdd(this,_ShopTheLookProductListCarousel_instances),this.addEventListener("carousel:change",__privateMethod(this,_ShopTheLookProductListCarousel_instances,updateButtonLink_fn).bind(this))}};_ShopTheLookProductListCarousel_instances=new WeakSet,updateButtonLink_fn=function(event){const productCard=event.detail.cell.querySelector(".product-card");productCard.hasAttribute("handle")&&(this.nextElementSibling.href=`${Shopify.routes.root}products/${productCard.getAttribute("handle")}`)};var ShopTheLookDesktopCarousel=class extends EffectCarousel{createOnBecameVisibleAnimationControls(toSlide){return animate22(toSlide.querySelectorAll(".shop-the-look__item-content"),{opacity:[0,1],transform:["translateY(10px)","translateY(0)"]},{duration:.5})}createOnChangeAnimationControls(fromSlide,toSlide){return timeline13([[fromSlide.querySelectorAll(".shop-the-look__item-content"),{opacity:[1,0]},{duration:.3}],[fromSlide.querySelectorAll(".shop-the-look__image-wrapper > *"),{opacity:[1,0],transform:["translateX(0)","translateX(-15px)"]},{duration:.5,at:"<",easing:[.645,.045,.355,1]}],[toSlide.querySelectorAll(".shop-the-look__image-wrapper > *"),{opacity:[0,1],transform:["translateX(-15px)","translateX(0)"]},{duration:.5,at:"<"}],[toSlide.querySelectorAll(".shop-the-look__item-content"),{opacity:[0,1],transform:["translateY(10px)","translateY(0)"]},{duration:.5,at:"-0.1"}]])}},ShopTheLookPopover=class extends Popover{hideForOutsideClickTarget(target){return!1}allowOutsideClickForTarget(target){return target.classList.contains("shop-the-look__hot-spot")}};window.customElements.get("shop-the-look-mobile-carousel")||window.customElements.define("shop-the-look-mobile-carousel",ShopTheLookMobileCarousel),window.customElements.get("shop-the-look-product-list-carousel")||window.customElements.define("shop-the-look-product-list-carousel",ShopTheLookProductListCarousel),window.customElements.get("shop-the-look-desktop-carousel")||window.customElements.define("shop-the-look-desktop-carousel",ShopTheLookDesktopCarousel),window.customElements.get("shop-the-look-popover")||window.customElements.define("shop-the-look-popover",ShopTheLookPopover);import{timeline as timeline14,Delegate as Delegate10}from"vendor";var _delegate8,_onVideoEndedListener,_SlideshowCarousel_instances,autoplayPauseOnVideo_get,getSlideEnteringSequence_fn,getSlideLeavingSequence_fn,muteVideo_fn,unmuteVideo_fn,onVolumeChange_fn,onSlideSettle_fn,onVideoEnded_fn,onNextButtonClicked_fn,handleAutoplayProgress_fn,SlideshowCarousel=class extends EffectCarousel{constructor(){super(),__privateAdd(this,_SlideshowCarousel_instances),__privateAdd(this,_delegate8,new Delegate10(this)),__privateAdd(this,_onVideoEndedListener,__privateMethod(this,_SlideshowCarousel_instances,onVideoEnded_fn).bind(this)),__privateGet(this,_delegate8).on("click",'[data-action="navigate-next"]',__privateMethod(this,_SlideshowCarousel_instances,onNextButtonClicked_fn).bind(this)),__privateGet(this,_delegate8).on("click",'[data-action="unmute"]',__privateMethod(this,_SlideshowCarousel_instances,unmuteVideo_fn).bind(this)),__privateGet(this,_delegate8).on("click",'[data-action="mute"]',__privateMethod(this,_SlideshowCarousel_instances,muteVideo_fn).bind(this)),this.addEventListener("volumechange",__privateMethod(this,_SlideshowCarousel_instances,onVolumeChange_fn),{capture:!0}),this.addEventListener("carousel:settle",__privateMethod(this,_SlideshowCarousel_instances,onSlideSettle_fn)),this.hasAttribute("autoplay")&&this.player&&(this.player.addEventListener("player:start",__privateMethod(this,_SlideshowCarousel_instances,handleAutoplayProgress_fn).bind(this)),this.player.addEventListener("player:stop",__privateMethod(this,_SlideshowCarousel_instances,handleAutoplayProgress_fn).bind(this)),this.player.addEventListener("player:visibility-pause",__privateMethod(this,_SlideshowCarousel_instances,handleAutoplayProgress_fn).bind(this)),this.player.addEventListener("player:visibility-resume",__privateMethod(this,_SlideshowCarousel_instances,handleAutoplayProgress_fn).bind(this)))}disconnectedCallback(){__privateGet(this,_delegate8).destroy()}async createOnBecameVisibleAnimationControls(toSlide){return toSlide.getAttribute("media-type")==="image"?await imageLoaded(toSlide.querySelectorAll("img")):await videoLoaded(toSlide.querySelectorAll("video")),toSlide.hasAttribute("reveal-on-scroll")?timeline14([...__privateMethod(this,_SlideshowCarousel_instances,getSlideEnteringSequence_fn).call(this,toSlide)]):{finished:Promise.resolve()}}createOnChangeAnimationControls(fromSlide,toSlide,{direction}={}){const fromVideo=Array.from(fromSlide.querySelectorAll("video")),toVideo=Array.from(toSlide.querySelectorAll("video")).filter(video=>video.offsetParent);return fromSlide.removeEventListener("ended",__privateGet(this,_onVideoEndedListener),{capture:!0}),fromVideo.forEach(video=>{video.muted=!0,video.pause()}),toVideo.forEach(video=>{video.muted=!0,video.currentTime=0,video.play()}),{leaveControls:()=>timeline14(__privateMethod(this,_SlideshowCarousel_instances,getSlideLeavingSequence_fn).call(this,fromSlide)),enterControls:()=>timeline14(__privateMethod(this,_SlideshowCarousel_instances,getSlideEnteringSequence_fn).call(this,toSlide))}}};_delegate8=new WeakMap,_onVideoEndedListener=new WeakMap,_SlideshowCarousel_instances=new WeakSet,autoplayPauseOnVideo_get=function(){return this.hasAttribute("autoplay-pause-on-video")},getSlideEnteringSequence_fn=function(slide){const slideContent=slide.querySelector(".slideshow__slide-content");return slideContent.classList.contains("slideshow__slide-content--boxed")?[[slide,{opacity:[0,1]},{duration:.8,easing:[.25,.46,.45,.94]}],[slide.querySelectorAll(".content-over-media > :is(video-media, svg), .content-over-media > picture img"),{opacity:[0,1],transform:["scale(1.2)","scale(1)"]},{duration:.8,at:"<",easing:[.25,.46,.45,.94]}],[slideContent,{opacity:[0,1],transform:["translateY(30px)","translateY(0)"]},{duration:.6,at:"-0.4",easing:[.215,.61,.355,1]}]]:[[slide,{opacity:[0,1]},{duration:.8,easing:[.25,.46,.45,.94]}],[slide.querySelectorAll(".content-over-media > :is(video-media, svg), .content-over-media > picture img"),{opacity:[0,1],transform:["scale(1.2)","scale(1)"]},{duration:.8,at:"<",easing:[.25,.46,.45,.94]}],[slideContent.querySelector(".prose"),{opacity:[0,1],transform:["translateY(30px)","translateY(0)"]},{duration:.6,at:"-0.4",easing:[.215,.61,.355,1]}],[slideContent.querySelector(".button-group"),{opacity:[0,1],transform:["translateY(20px)","translateY(0)"]},{duration:.6,at:"-0.4",easing:[.215,.61,.355,1]}]]},getSlideLeavingSequence_fn=function(slide){const slideContent=slide.querySelector(".slideshow__slide-content");return slideContent.classList.contains("slideshow__slide-content--boxed")?[[slideContent,{opacity:[1,0],transform:["translateY(0)","translateY(20px)"]},{duration:.25,at:"leaving",easing:[.55,.055,.675,.19]}],[slide.querySelectorAll(".content-over-media > :is(video-media, svg), .content-over-media > picture img"),{opacity:[1,0]},{duration:.2,at:"-0.1",easing:[.55,.055,.675,.19]}]]:[[slideContent.querySelector(".prose"),{opacity:[1,0],transform:["translateY(0)","translateY(10px)"]},{duration:.25,at:"leaving",easing:[.55,.055,.675,.19]}],[slideContent.querySelector(".button-group"),{opacity:[1,0],transform:["translateY(0)","translateY(20px)"]},{duration:.25,at:"<",easing:[.55,.055,.675,.19]}],[slide.querySelectorAll(".content-over-media > :is(video-media, svg), .content-over-media > picture img"),{opacity:[1,0]},{duration:.2,at:"-0.1",easing:[.55,.055,.675,.19]}]]},muteVideo_fn=function(event){event.preventDefault(),Array.from(this.selectedCell.querySelectorAll("video")).filter(video=>video.offsetParent).forEach(video=>video.muted=!0)},unmuteVideo_fn=function(event){event.preventDefault(),Array.from(this.selectedCell.querySelectorAll("video")).filter(video=>video.offsetParent).forEach(video=>video.muted=!1)},onVolumeChange_fn=function(event){const volumeControl=event.target.closest(".slideshow__slide").querySelector(".slideshow__volume-control");volumeControl&&(volumeControl.querySelector('[data-action="unmute"]').hidden=!event.target.muted,volumeControl.querySelector('[data-action="mute"]').hidden=event.target.muted)},onSlideSettle_fn=function(event){const videoList=Array.from(event.detail.cell.querySelectorAll("video"));__privateGet(this,_SlideshowCarousel_instances,autoplayPauseOnVideo_get)&&this.cells.length>1&&videoList.length>0&&(this.player?.pause(),event.detail.cell.addEventListener("ended",__privateGet(this,_onVideoEndedListener),{capture:!0,once:!0}))},onVideoEnded_fn=function(){this.next()},onNextButtonClicked_fn=function(){this.closest(".shopify-section").nextElementSibling?.scrollIntoView({block:"start",behavior:"smooth"})},handleAutoplayProgress_fn=async function(event){switch(event.type){case"player:start":let autoplayDuration=this.getAttribute("autoplay");if(__privateGet(this,_SlideshowCarousel_instances,autoplayPauseOnVideo_get)&&this.selectedCell.getAttribute("media-type")==="video"){const video=Array.from(this.selectedCell.querySelectorAll("video")).filter(video2=>video2.offsetParent).pop();isNaN(video.duration)&&await new Promise(resolve=>{video.onloadedmetadata=()=>resolve()}),autoplayDuration=video.duration}this.style.setProperty("--slideshow-progress-duration",`${autoplayDuration}s`),this.style.setProperty("--slideshow-progress-play-state","running");break;case"player:stop":this.style.setProperty("--slideshow-progress-duration","0s"),this.style.setProperty("--slideshow-progress-play-state","paused");break;case"player:visibility-pause":this.style.setProperty("--slideshow-progress-play-state","paused");break;case"player:visibility-resume":this.style.setProperty("--slideshow-progress-play-state","running");break}},window.customElements.get("slideshow-carousel")||window.customElements.define("slideshow-carousel",SlideshowCarousel);import{animate as animate23}from"vendor";var TestimonialCarousel=class extends EffectCarousel{createOnChangeAnimationControls(fromSlide,toSlide,{direction}){return{leaveControls:()=>animate23(fromSlide,{opacity:[1,0],transform:["translateY(0)","translateY(-15px)"]},{duration:.4,easing:[.55,.055,.675,.19]}),enterControls:()=>animate23(toSlide,{opacity:[0,1],transform:["translateY(15px)","translateY(0)"]},{duration:.4,delay:0,easing:[.25,.46,.45,.94]})}}};window.customElements.get("testimonial-carousel")||window.customElements.define("testimonial-carousel",TestimonialCarousel);import{animate as animate24}from"vendor";var TextWithIconsCarousel=class extends EffectCarousel{createOnChangeAnimationControls(fromSlide,toSlide){return{leaveControls:()=>animate24(fromSlide,{opacity:[1,0],transform:["translateY(0)","translateY(-10px)"]},{duration:.3,easing:"ease-in"}),enterControls:()=>animate24(toSlide,{opacity:[0,1],transform:["translateY(10px)","translateY(0px)"]},{duration:.3,delay:.2,easing:"ease-out"})}}};window.customElements.get("text-with-icons-carousel")||window.customElements.define("text-with-icons-carousel",TextWithIconsCarousel);import{animate as animate25,timeline as timeline15}from"vendor";var TimelineCarousel=class extends EffectCarousel{createOnBecameVisibleAnimationControls(toSlide){return animate25(toSlide.querySelectorAll(".timeline__item-content"),{opacity:[0,1],transform:["translateY(10px)","translateY(0)"]},{duration:.5})}createOnChangeAnimationControls(fromSlide,toSlide){return timeline15([[fromSlide.querySelectorAll(".timeline__item-content"),{opacity:[1,0]},{duration:.3}],[fromSlide.querySelector(".timeline__item-image-wrapper :is(img, svg)"),{opacity:[1,0],transform:["translateX(0)","translateX(-15px)"]},{duration:.5,at:"<",easing:[.645,.045,.355,1]}],[toSlide.querySelector(".timeline__item-image-wrapper :is(img, svg)"),{opacity:[0,1],transform:["translateX(-15px)","translateX(0)"]},{duration:.5,at:"<"}],[toSlide.querySelectorAll(".timeline__item-content"),{opacity:[0,1],transform:["translateY(10px)","translateY(0)"]},{duration:.5,at:"-0.1"}]])}};window.customElements.get("timeline-carousel")||window.customElements.define("timeline-carousel",TimelineCarousel);import{Delegate as Delegate11}from"vendor";new Delegate11(document.documentElement).on("click",'a[href*="#"]',(event,target)=>{if(event.defaultPrevented||target.matches("[allow-hash-change]")||target.pathname!==window.location.pathname||target.search!==window.location.search)return;const url=new URL(target.href);if(url.hash==="")return;const anchorElement=document.querySelector(url.hash);anchorElement&&(event.preventDefault(),anchorElement.scrollIntoView({block:"start",behavior:window.matchMedia("(prefers-reduced-motion: no-preference)").matches?"smooth":"auto"}),document.documentElement.dispatchEvent(new CustomEvent("hashchange:simulate",{bubbles:!0,detail:{hash:url.hash}})))}),navigator.platform&&/iPad|iPhone|iPod/.test(navigator.platform)&&(document.head.querySelector('meta[name="viewport"]').content="width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0, maximum-scale=1.0"),Array.from(document.querySelectorAll(".prose table")).forEach(table=>{table.outerHTML='