.photo-fs-placeholder{display:none}body.photo-fs-open .photo-fs-placeholder{display:flex;justify-content:center}.photo-fs-placeholder-media{display:block;flex:none}.photo-fs-backdrop{display:none;position:fixed;inset:0;background:rgb(0 0 0/.6);backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);z-index:100;opacity:0;transition:opacity .35s ease,backdrop-filter .35s ease,-webkit-backdrop-filter .35s ease;cursor:zoom-out}article figure.photo{margin:0;padding:0;width:100%;max-width:100%;display:flex;justify-content:center}article figure.photo>*{display:block}body.photo-js article figure.photo>a{position:relative}article figure.photo img,article figure.photo canvas{border-radius:4px;max-width:100%;max-height:70vh;height:auto;object-fit:contain}article figure.photo[data-photo-shortcode]:not([data-no-shadow]) img,article figure.photo[data-photo-shortcode]:not([data-no-shadow]) canvas{box-shadow:0 4px 8px #00000080}article figure.photo[data-enable-lightbox].photo-fs img,article figure.photo[data-enable-lightbox].photo-fs canvas{background:#0f1214;background-clip:padding-box}article figure.photo[data-no-shadow] img,article figure.photo[data-no-shadow] canvas,article figure.photo canvas.no_outer_shadow{box-shadow:none}article figure.photo.photo-fs img,article figure.photo.photo-fs canvas{max-height:none}article .photo-gallery figure.photo{margin:4px;width:fit-content;max-width:none;flex:none}article .photo-gallery figure.photo img,article .photo-gallery figure.photo canvas{width:auto;max-height:var(--img-height,180px)}article .photo-gallery figure.photo.photo-fs img,article .photo-gallery figure.photo.photo-fs canvas{max-height:none}.photo-canvas-loader{position:absolute;left:50%;top:50%;width:min(18rem,calc(100% - 2rem));height:.8rem;padding:3px;border:1px solid #e6e2d6;border-radius:0;background:#0f1214;box-sizing:border-box;opacity:0;overflow:hidden;pointer-events:none;transform:translate(-50%,-50%);transition:opacity .12s ease;z-index:2}.photo-canvas-loader.is-visible{opacity:1}.photo-canvas-loader-bar{display:block;width:0%;height:100%;background:#e6e2d6;transition:width .08s linear}.photo-canvas-loader-bar.is-waiting,.photo-canvas-loader-bar.is-indeterminate{width:100%;background:repeating-linear-gradient( 135deg,#e6e2d6 0,#e6e2d6 .35rem,transparent .35rem,transparent .7rem ),color-mix(in srgb,#e6e2d6 24%,transparent);background-size:1rem 1rem,100% 100%;animation:photo-loader-waiting .7s linear infinite}@keyframes photo-loader-waiting{from{background-position:0 0,0 0}to{background-position:1rem 0,0 0}}.photo-stage{display:grid;width:100vw;margin-left:calc((100% - 100vw)/2);grid-template-columns:minmax(0,1fr)fit-content(var(--z-max-content-width,100%))minmax(0,1fr)}.photo-stage>figure.photo{grid-column:2;grid-row:1;width:fit-content;max-width:var(--z-max-content-width,100%);justify-self:center}.photo-stage>.photo-fs-placeholder{grid-column:2;grid-row:1;justify-self:center;max-width:var(--z-max-content-width,100%)}.photo-stage>figure.photo.photo-fs{width:auto;max-width:none;justify-self:auto}.photo-stage>.photo-nav{display:contents}body.photo-js article figure.photo:not(.photo-fs):not(.photo-fs-zoomed),body.photo-js article figure.photo:not(.photo-fs):not(.photo-fs-zoomed)>a,body.photo-js article figure.photo:not(.photo-fs):not(.photo-fs-zoomed)>a *{cursor:zoom-in!important}body.photo-js article figure.photo.photo-fs:not(.photo-fs-zoomed),body.photo-js article figure.photo.photo-fs:not(.photo-fs-zoomed)>a,body.photo-js article figure.photo.photo-fs:not(.photo-fs-zoomed)>a *{cursor:zoom-out!important}.photo-nav-link{position:relative;grid-row:1;align-self:stretch;display:block;text-decoration:none;color:inherit;background:0 0;z-index:99;transition:top .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1),height .35s cubic-bezier(.4,0,.2,1),opacity .2s ease}.photo-nav-transitioning .photo-nav-link,.photo-nav-fs .photo-nav-link{position:fixed;top:var(--nav-top,0);height:var(--nav-h,100vh);z-index:9999}.photo-nav-zoomed .photo-nav-link{opacity:0;pointer-events:none}.photo-nav-prev{grid-column:1;left:0;cursor:w-resize}.photo-nav-next{grid-column:3;right:0;cursor:e-resize}.photo-nav-transitioning .photo-nav-prev,.photo-nav-fs .photo-nav-prev{width:var(--nav-prev-w,72px)}.photo-nav-transitioning .photo-nav-next,.photo-nav-fs .photo-nav-next{width:var(--nav-next-w,72px)}.photo-nav-link::before{content:'';position:absolute;top:50%;width:.7rem;height:.7rem;margin-top:-.35rem;border-top:2px solid;border-right:2px solid;opacity:.2;transition:opacity .3s ease,left .35s cubic-bezier(.4,0,.2,1)}.photo-nav-link:hover::before{opacity:1}.photo-nav-prev::before{left:calc(100% - 1.7rem);transform:rotate(-135deg)}.photo-nav-next::before{left:1rem;transform:rotate(45deg)}.photo-nav-fs .photo-nav-prev::before{left:1rem}.photo-nav-fs .photo-nav-next::before{left:calc(100% - 1.7rem)}@keyframes nav-bounce-prev{0%{transform:translateX(0)rotate(-135deg)}40%{transform:translateX(-7px)rotate(-135deg)}100%{transform:translateX(0)rotate(-135deg)}}@keyframes nav-bounce-next{0%{transform:translateX(0)rotate(45deg)}40%{transform:translateX(7px)rotate(45deg)}100%{transform:translateX(0)rotate(45deg)}}.photo-nav-prev.nav-bounce::before{animation:nav-bounce-prev .2s ease-out}.photo-nav-next.nav-bounce::before{animation:nav-bounce-next .2s ease-out}