@charset "utf-8";

.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: hsla(0,0%,100%,.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); contain: size layout style; display: none; height: 100%; left: 0px; opacity: 0.003; outline: 0px; position: fixed; top: 0px; touch-action: none; width: 100%; z-index: var(--pswp-root-z-index); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.pswp:focus { outline: 0px; }

.pswp * { box-sizing: border-box; }

.pswp img { max-width: none; }

.pswp--open { display: block; }

.pswp, .pswp__bg { transform: translateZ(0px); will-change: opacity; }

.pswp__bg { background: var(--pswp-bg); opacity: 0.005; }

.pswp, .pswp__scroll-wrap { overflow: hidden; }

.pswp__bg, .pswp__container, .pswp__content, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap { height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; }

.pswp__img, .pswp__zoom-wrap { height: auto; width: auto; }

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img { cursor: zoom-in; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img { cursor: grab; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active { cursor: grabbing; }

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img, .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active, .pswp__img { cursor: zoom-out; }

.pswp__button, .pswp__container, .pswp__counter, .pswp__img { user-select: none; }

.pswp__item { overflow: hidden; z-index: 1; }

.pswp__hidden { display: none !important; }

.pswp__content { pointer-events: none; }

.pswp__content > * { pointer-events: auto; }

.pswp__error-msg-container { display: grid; }

.pswp__error-msg { color: var(--pswp-error-text-color); font-size: 1em; line-height: 1; margin: auto; }

.pswp .pswp__hide-on-close { opacity: 0.005; pointer-events: none; transition: opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1); will-change: opacity; z-index: 10; }

.pswp--ui-visible .pswp__hide-on-close { opacity: 1; pointer-events: auto; }

.pswp__button { appearance: none; background: none; border: 0px; box-shadow: none; cursor: pointer; display: block; height: 60px; margin: 0px; opacity: 0.85; overflow: hidden; padding: 0px; position: relative; width: 50px; }

.pswp__button:active, .pswp__button:focus, .pswp__button:hover { background: none; border: 0px; box-shadow: none; opacity: 1; padding: 0px; transition: none; }

.pswp__button:disabled { cursor: auto; opacity: 0.3; }

.pswp__icn { fill: var(--pswp-icon-color); color: var(--pswp-icon-color-secondary); height: 32px; left: 9px; overflow: hidden; pointer-events: none; position: absolute; top: 14px; width: 32px; }

.pswp__icn-shadow { stroke: var(--pswp-icon-stroke-color); stroke-width: var(--pswp-icon-stroke-width); fill: none; }

.pswp__icn:focus { outline: 0px; }

.pswp__img--with-bg, div.pswp__img--placeholder { background: var(--pswp-placeholder-bg); }

.pswp__top-bar { display: flex; height: 60px; left: 0px; position: absolute; top: 0px; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -webkit-box-pack: end; 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 { height: 100px; margin-top: -50px; position: absolute; top: 50%; width: 75px; }

.pswp__button--arrow:disabled { cursor: default; display: none; }

.pswp__button--arrow .pswp__icn { background: none; border-radius: 0px; height: 60px; margin-top: -30px; top: 50%; width: 60px; }

.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 { left: 0px; right: auto; }

.pswp__button--arrow--next { right: 0px; }

.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 { height: 60px; margin-right: auto; overflow: hidden; position: relative; width: 50px; }

.pswp__preloader .pswp__icn { animation: 0.6s linear 0s infinite normal none running pswp-clockwise; opacity: 0; transition: opacity 0.2s linear; }

.pswp__preloader--active .pswp__icn { opacity: 0.85; }

@-webkit-keyframes pswp-clockwise { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1turn); }
}

@keyframes pswp-clockwise { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1turn); }
}

.pswp__counter { color: var(--pswp-icon-color); font-size: 14px; height: 30px; line-height: 30px; margin-left: 20px; margin-top: 15px; opacity: 0.85; text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary); }

.pswp--one-slide .pswp__counter { display: none; }