:root{--cyan: #44d0ff;--cyan-fill: #44d0ff;--orange: #ffb244;--black: #000000;--white: #ffffff;--grey: #3e3e3e;--charcoal: #4a4a4a;--tan: #d8c493;--page-bg: #fafafa;--font: "Quicksand", system-ui, -apple-system, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;font-family:var(--font);color:var(--grey);background:var(--page-bg);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:clip}.app{position:relative;min-height:100dvh;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto 1fr auto;grid-template-areas:"header" "main" "footer"}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;padding:.5rem 1rem;background:var(--white);color:var(--black);border:2px solid var(--cyan)}.skip-link:focus{left:.5rem;top:.5rem}.site-header{grid-area:header;position:sticky;top:0;z-index:50;background:var(--black);color:var(--white);border-bottom:2px solid var(--cyan)}.header-inner{position:relative;max-width:1100px;margin:0 auto;padding:.65rem 1rem;display:flex;align-items:center;gap:1rem}.brand-block{display:flex;align-items:center;gap:.6rem;background:none;border:none;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:left}.brand-avatar{flex-shrink:0;line-height:0}.brand-avatar:not(:has(.brand-avatar-img:not([hidden]))){width:40px;height:40px;border-radius:50%;background:linear-gradient(145deg,var(--cyan) 0%,#1a6a88 100%)}.brand-avatar-img{display:block;width:40px;height:auto}.brand-avatar-img[hidden]{display:none!important}.brand-name{font-weight:700;letter-spacing:.04em;text-transform:lowercase;font-size:1.05rem}.site-nav{display:none;gap:.25rem;margin-left:auto;align-items:center}.nav-link{background:var(--charcoal);border:2px solid transparent;color:var(--white);font:inherit;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.5rem .85rem;cursor:pointer;border-radius:999px;transition:background .15s ease,color .15s ease}.nav-link:hover,.nav-link:focus-visible{background:#5c5c5c;outline:none}.nav-link.is-active{background:var(--black);border-color:var(--cyan);color:var(--white)}.nav-toggle{margin-left:auto;width:44px;height:44px;border:none;background:var(--charcoal);border-radius:12px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.nav-toggle:hover,.nav-toggle:focus-visible{background:#5c5c5c;outline:2px solid var(--cyan);outline-offset:2px}.nav-toggle-bar{display:block;width:20px;height:2px;background:var(--white)}.nav-drawer{display:none;border-top:1px solid #2a2a2a;background:var(--black);padding:.75rem 1rem 1rem}.nav-drawer.nav-drawer--open{display:block}.nav-drawer-inner{display:flex;flex-direction:column;gap:.5rem}.nav-drawer-link{width:100%;background:var(--charcoal);border:2px solid transparent;color:var(--white);font:inherit;font-weight:700;font-size:.9rem;letter-spacing:.03em;text-align:center;padding:.75rem 1rem;cursor:pointer;border-radius:999px;transition:background .15s ease}.nav-drawer-link:hover,.nav-drawer-link:focus-visible{background:#5c5c5c;outline:none}.nav-drawer-link.is-active{background:var(--black);border-color:var(--cyan);color:var(--white)}@media(min-width:768px){.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.brand-block{justify-self:start}.site-nav{display:flex;margin-left:0;justify-self:center}.nav-toggle{display:none}.nav-drawer,.nav-drawer.nav-drawer--open{display:none!important}}.header-dots{display:none}@media(min-width:900px){.header-dots{display:block;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:72px;height:36px;background-image:radial-gradient(var(--cyan) 1.5px,transparent 1.5px);background-size:12px 12px;opacity:.85;pointer-events:none;z-index:1}}.main{grid-area:main;min-width:0;min-height:0;position:relative;background-color:var(--white);background-image:radial-gradient(circle at 50% 35%,rgba(68,208,255,.12) 0%,transparent 45%),radial-gradient(circle at 50% 35%,transparent 48%,rgba(68,208,255,.06) 49%,transparent 52%),radial-gradient(circle at 50% 35%,transparent 58%,rgba(68,208,255,.05) 59%,transparent 62%),radial-gradient(var(--cyan) .8px,transparent .8px);background-size:100% 100%,100% 100%,100% 100%,18px 18px;opacity:1}.main:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.98) 40%,var(--white) 100%);pointer-events:none}.section{position:relative;z-index:1;padding:1.5rem 1rem 3rem;animation:fade-in .2s ease-out;min-width:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.section-inner{max-width:1100px;margin:0 auto;min-width:0;width:100%}.section-title{margin:0 0 .35rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--black)}.section-sub{margin:0 0 1.25rem;font-size:.95rem;color:var(--grey);max-width:42rem}.portfolio-all-empty{margin:0 0 1rem;font-size:.95rem;color:var(--grey)}.portfolio-all-empty[hidden]{display:none!important}.portfolio-galleries{display:flex;flex-direction:column;gap:1.75rem;width:100%}.portfolio-galleries .gallery-block{margin-bottom:0}.portfolio-galleries .gallery-block[hidden],#vendor-section-product-photos[hidden]{display:none!important}.section-landing{padding-top:1.75rem;padding-bottom:3rem}.section-inner--landing{max-width:min(100%,26rem);margin-left:auto;margin-right:auto;padding-left:clamp(1rem,5vw,1.5rem);padding-right:clamp(1rem,5vw,1.5rem)}.landing-stack{display:flex;flex-direction:column;align-items:stretch;gap:1.35rem;width:100%}.landing-brand{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.landing-logo-wrap{position:relative;width:7rem;height:7rem;flex-shrink:0}.landing-logo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;box-sizing:border-box}.landing-logo[hidden]{display:none!important}.landing-logo-fallback{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:linear-gradient(145deg,var(--cyan) 0%,#1a6a88 100%)}.landing-logo-fallback[hidden]{display:none!important}.landing-title{margin:0;font-size:clamp(1.2rem,4.5vw,1.45rem);font-weight:800;letter-spacing:.06em;text-transform:lowercase;color:var(--black)}.landing-tagline{margin:0;font-size:.86rem;font-weight:600;color:var(--grey);max-width:18rem;line-height:1.45}.linktree-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem;width:100%}.linktree-list li{width:100%}.linktree-link{display:flex;flex-direction:column;gap:.12rem;width:100%;padding:.88rem 1rem;border-radius:.75rem;border:2px solid var(--black);background:var(--white);color:var(--black);text-decoration:none;font-weight:700;text-align:center;box-shadow:0 2px 0 var(--black);transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.linktree-link:hover,.linktree-link:focus-visible{transform:translateY(-2px);box-shadow:0 4px 0 var(--black);border-color:var(--cyan);outline:none}.linktree-link-label{font-size:.94rem;letter-spacing:.02em}.linktree-link-desc{font-size:.75rem;font-weight:600;color:var(--grey);line-height:1.35}.gallery-strip-host.gallery-component{--gallery-strip-zoom: 1.1125;--gallery-strip-zoom-duration: .55s;--gallery-strip-zoom-ease: cubic-bezier(.22, 1, .36, 1);text-align:center;max-width:100%;width:100%;display:flex;flex-direction:column;gap:.125rem}.gallery-mount{display:flex;flex-direction:column;gap:.85rem;width:100%}.gallery-strip__row{--gallery-gap: .125rem;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--gallery-gap);margin:0;padding:0;list-style:none}.gallery-strip__item{--col-span: 12;--col-span-mobile: 12;grid-column:var(--grid-start) / span var(--col-span);position:relative;padding:0;border:none;background:transparent;cursor:pointer;border-radius:.5rem;overflow:hidden;min-width:0}a.gallery-strip__item{display:block;text-decoration:none;color:inherit}.gallery-strip__item:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.gallery-strip__row--fixed-height .gallery-strip__item-inner{height:var(--gallery-strip-preview-height)}.gallery-strip__item-inner{-webkit-backface-visibility:hidden;position:relative;display:block;overflow:hidden;border-radius:.5rem;width:100%;min-height:0;line-height:0}.gallery-strip__item img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;display:block;object-fit:cover;object-position:center;transform:scale(1);transform-origin:center center;transition:transform var(--gallery-strip-zoom-duration) var(--gallery-strip-zoom-ease)}.gallery-strip__item:hover img,.gallery-strip__item:focus-visible img{transform:scale(var(--gallery-strip-zoom))}.gallery-strip__row--natural-wrap{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:var(--gallery-gap);width:100%}.gallery-strip__row--natural-wrap .gallery-strip__item--natural{grid-column:unset;flex:0 0 auto;width:auto;max-width:100%;height:var(--gallery-strip-strip-height);align-self:flex-start}.gallery-strip__row--natural-wrap .gallery-strip__item-inner{display:block;height:100%;width:max-content;max-width:100%}.gallery-strip__row--natural-wrap .gallery-strip__item img{position:static;width:auto;height:100%;max-height:100%;max-width:100%;object-fit:contain;object-position:left center;transform-origin:left center}@media(prefers-reduced-motion:reduce){.gallery-strip__item img{transition-duration:.01ms}.gallery-strip__item:hover img,.gallery-strip__item:focus-visible img{transform:scale(1)}}@media(max-width:736px){.gallery-strip__row{--gallery-gap: .09375rem;grid-template-columns:repeat(12,minmax(0,1fr))}.gallery-strip__item{grid-column:var(--grid-start-mobile, auto) / span var(--col-span-mobile)}.gallery-strip__row--natural-wrap .gallery-strip__item--natural{grid-column:unset}}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem}@media(min-width:600px){.gallery{grid-template-columns:repeat(3,1fr);gap:.85rem}}@media(min-width:900px){.gallery{grid-template-columns:repeat(4,1fr)}}.gallery--vendor{grid-template-columns:1fr}@media(min-width:700px){.gallery--vendor{grid-template-columns:repeat(3,1fr)}}@media(min-width:1000px){.gallery--vendor{grid-template-columns:repeat(4,1fr)}}.gallery-item{position:relative;padding:0;border:2px solid;border-radius:50%;overflow:hidden;aspect-ratio:1;cursor:pointer;background:var(--page-bg);transition:transform .15s ease,border-color .15s ease}a.gallery-item{display:block;text-decoration:none;color:inherit}.gallery--vendor .gallery-item{border-radius:12px;aspect-ratio:1}.gallery--profile-logos .gallery-item{border:none;transition:transform .15s ease}.gallery--profile-logos .gallery-item:hover,.gallery--profile-logos .gallery-item:focus-visible{border-color:transparent}.gallery-item:hover,.gallery-item:focus-visible{transform:scale(1.02);outline:none}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.gallery-block{margin-bottom:2rem}.gallery-block.cyan .gallery-heading{border-bottom-color:var(--cyan)}.gallery-block.cyan .gallery-item{border-color:var(--cyan)}.gallery-block.cyan .gallery-strip__item:focus-visible{outline-color:var(--cyan)}.gallery-block.cyan .gallery-strip__item-inner{box-shadow:0 0 0 2px var(--cyan)}.gallery-block.orange .gallery-heading{border-bottom-color:var(--orange)}.gallery-block.orange .gallery-item{border-color:var(--orange)}.gallery-block.orange .gallery-strip__item:focus-visible{outline-color:var(--orange)}.gallery-block.orange .gallery-strip__item-inner{box-shadow:0 0 0 2px var(--orange)}.gallery-heading{display:block;margin:0 0 .85rem;padding:0 0 .55rem;font-size:clamp(1rem,2.4vw,1.3rem);font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--black);border-bottom:3px solid}.events-group{margin-bottom:1.75rem}.events-group:last-child{margin-bottom:0}.events-group--past{margin-top:.25rem}.events-subheading{margin:0 0 .65rem;font-size:clamp(1rem,2.2vw,1.2rem);font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--black)}.events-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.events-item{padding:1rem 1.2rem;border-radius:1rem;background:var(--white);border:2px solid transparent}.events-item--upcoming{border-color:var(--cyan)}.events-item--past{border-color:var(--orange)}.events-headline{display:block;font-weight:700;color:var(--black);margin-bottom:.35rem;letter-spacing:.02em;line-height:1.35}.events-meta{font-size:.88rem;font-weight:600;color:var(--black)}.events-note{display:block;font-size:.82rem;margin-top:.4rem;font-weight:600;color:var(--black)}.events-empty{padding:1rem 1.2rem;background:var(--charcoal);border-radius:1rem;color:var(--white);font-weight:600;text-align:center}.site-footer{grid-area:footer;position:relative;z-index:1;padding:.75rem 1rem;background:var(--white);border-top:1px solid #e8e8e8;min-width:0}.footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;min-width:0}.footer-text{margin:0;text-align:left;font-size:.75rem;color:var(--grey)}.footer-social{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-left:auto}.footer-social[hidden]{display:none!important}.footer-social-link{display:flex;align-items:center;justify-content:center;padding:.35rem;border-radius:8px;color:var(--grey);text-decoration:none;transition:color .15s ease,background .15s ease}.footer-social-link:hover,.footer-social-link:focus-visible{color:var(--black);background:#44d0ff1f;outline:none}.footer-social-icon{display:flex;line-height:0}.footer-social-icon svg{width:1.35rem;height:1.35rem}.section-inner--profile{max-width:1100px;min-width:0}.section-inner--profile>.section-title{margin-bottom:1.1rem}.profile-top{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.25rem 1.75rem;align-items:start;margin-bottom:2.25rem}.profile-top__image,.profile-top__body{grid-column:1 / -1}@media(min-width:720px){.profile-top__image{grid-column:span 3}.profile-top__body{grid-column:span 9}}.profile-top__image .profile-portrait-img{display:block;width:100%;max-width:280px;height:auto}@media(min-width:720px){.profile-top__image .profile-portrait-img{max-width:100%}}.profile-bio{margin:0 0 1.25rem;font-size:1.02rem;font-weight:600;color:var(--grey);line-height:1.65;max-width:none}.profile-dict{margin:0 0 1.25rem;padding:1rem 1.15rem;border-radius:1rem;background:var(--white);border:2px solid var(--cyan);color:var(--black);max-width:none}.profile-dict-head{margin:0 0 .65rem;font-weight:700;font-size:.95rem;line-height:1.45;color:var(--black)}.profile-dict-ipa{font-style:italic;letter-spacing:.02em;color:var(--black)}.profile-dict-label{font-weight:600;text-transform:lowercase;color:var(--black)}.profile-dict-senses{margin:0;padding-left:1.25rem;font-weight:600;line-height:1.55;color:var(--black)}.profile-closing{margin:0;font-size:.98rem;font-weight:600;color:var(--grey);max-width:none}.profile-section-title{margin:0 0 1rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--black)}.profile-branding-logos{margin-bottom:2rem}.profile-branding-split{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:2rem 2.5rem;align-items:start;min-width:0}.profile-branding-colors,.profile-branding-type{grid-column:1 / -1;min-width:0}@media(min-width:720px){.profile-branding-colors,.profile-branding-type{grid-column:span 6}}.profile-block-title{margin:0 0 .65rem;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--black)}.brand-color-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.brand-color-item{display:flex;align-items:center;gap:.75rem;padding:.45rem 0;border-bottom:1px solid #eaeaea}.brand-color-item:last-child{border-bottom:none}.brand-swatch{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:10px;border:1px solid rgba(0,0,0,.12);box-shadow:inset 0 0 0 1px #ffffff40}.brand-color-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .65rem;min-width:0}.brand-color-name{font-weight:700;font-size:.88rem;color:var(--black)}.brand-color-hex{font-size:.8rem;font-weight:600;color:var(--grey);background:#0000000a;padding:.15rem .4rem;border-radius:6px}.brand-color-note{flex-basis:100%;font-size:.75rem;font-weight:600;color:var(--grey)}.profile-typography{margin:0 0 .25rem;min-width:0;max-width:100%;width:100%;overflow-wrap:anywhere;word-break:break-word;display:flow-root}.profile-typography-lead{margin:0 0 .75rem;font-size:.85rem;color:var(--grey);line-height:1.5;overflow-wrap:anywhere;word-break:break-word}.brand-typography-row{display:grid;grid-template-columns:minmax(0,5.5rem) minmax(0,1fr);gap:.35rem .85rem;align-items:start;font-size:.82rem;padding:.4rem 0;border-bottom:1px solid #eaeaea;min-width:0;width:100%}.brand-typography-row:last-of-type{border-bottom:none;margin-bottom:.35rem}.brand-typography-label{font-weight:800;color:var(--black);letter-spacing:.03em;text-transform:uppercase;font-size:.68rem;min-width:0}.brand-typography-value{display:block;width:100%;max-width:100%;font-weight:600;color:var(--grey);line-height:1.45;min-width:0;overflow-wrap:anywhere;word-break:break-word}@media(max-width:719px){.brand-typography-row{grid-template-columns:1fr;gap:.2rem 0;align-items:start}.brand-typography-label{padding-bottom:.05rem}}.brand-typography-value a{color:var(--cyan);font-weight:700;text-decoration:underline;text-underline-offset:2px;overflow-wrap:anywhere;word-break:break-all}.brand-typography-value a:hover,.brand-typography-value a:focus-visible{color:#1a9bc4}.brand-typography-code{display:block;width:100%;max-width:100%;font-size:.75rem;font-weight:600;color:var(--black);background:#0000000a;padding:.35rem .5rem;border-radius:6px;white-space:normal;word-break:break-all;overflow-wrap:anywhere;min-width:0}.brand-type-sample{display:block;margin:.85rem 0 0;padding-top:.85rem;border-top:1px solid #eaeaea;font-size:clamp(1.05rem,4.2vw + .6rem,1.35rem);font-weight:700;letter-spacing:.04em;color:var(--black);overflow-wrap:anywhere;word-break:break-word;max-width:100%;min-width:0;width:100%}.profile-logos-hint{margin:0 0 .75rem;font-size:.85rem;color:var(--grey);line-height:1.5}.profile-logos-hint code{font-size:.82em;font-weight:700;color:var(--black);background:#44d0ff26;padding:.1rem .35rem;border-radius:4px}.gallery--profile-logos{margin-top:0}.gallery.gallery--vendor.gallery--profile-logos{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:520px){.gallery.gallery--vendor.gallery--profile-logos{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:700px){.gallery.gallery--vendor.gallery--profile-logos{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:900px){.gallery.gallery--vendor.gallery--profile-logos{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:1100px){.gallery.gallery--vendor.gallery--profile-logos{grid-template-columns:repeat(6,minmax(0,1fr))}}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}
