/*!
 * Photo Sphere Viewer / Gallery Plugin 5.14.3
 * @copyright 2015-2026 Damien "Mistic" Sorel
 * @licence MIT (https://opensource.org/licenses/MIT)
 */.psv-container{--psv-gallery-plugin-loaded:true}.psv-gallery{--psv-gallery-breakpoint:500px;position:absolute;left:0;bottom:0;width:100%;background:rgba(61,61,61,.5);border-bottom:1px solid rgba(255,255,255,.7);overflow:hidden;transition:transform .1s ease-in-out;transform:translateY(100%);z-index:41;cursor:default}.psv--has-navbar .psv-gallery{bottom:40px;transform:translateY(calc(100% + 40px))}.psv-gallery--open{transform:translateY(0)!important}.psv-gallery-container{display:flex;align-content:flex-start;padding:15px;overflow:auto hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.6) transparent}.psv-gallery-item{flex:none;position:relative;border-radius:5px;overflow:hidden;cursor:pointer}.psv-gallery-item:not(:last-child){margin-right:15px}.psv-gallery-item-title{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:flex-start;box-sizing:border-box;width:100%;height:2.2em;padding:.5em;background:rgba(0,0,0,.6);font:16px sans-serif;line-height:1.2em;color:rgba(255,255,255,.7);z-index:2;transition:height .2s ease-in-out}.psv-gallery-item-title span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.psv-gallery-item-thumb{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50%;background-size:cover;transform:scaleX(1);transition:transform .2s ease-in-out;z-index:1}.psv-gallery-item:hover .psv-gallery-item-title{height:100%}.psv-gallery-item:hover .psv-gallery-item-title span{white-space:normal}.psv-gallery-item:hover .psv-gallery-item-thumb{transform:scale3d(1.2,1.2,1)}.psv-gallery-item:focus-visible{outline:2px solid #007cff}.psv-gallery-item--active:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;border:3px solid white;z-index:3}.psv-gallery-arrow{position:absolute;display:flex;align-items:center;justify-content:center;padding:15px;z-index:9;cursor:pointer;transition:opacity .3s ease-in-out}.psv-gallery-arrow svg{color:rgba(255,255,255,.6);filter:drop-shadow(5px 5px 2px black);transition:translate .3s ease-in-out}.psv-gallery-arrow--left,.psv-gallery-arrow--right{top:0;bottom:0}.psv-gallery-arrow--left svg,.psv-gallery-arrow--right svg{height:60%;max-height:60px}.psv-gallery-arrow--left{left:0;background:linear-gradient(270deg,transparent 0,rgba(0,0,0,.6) 50%)}.psv-gallery-arrow--left svg{scale:-1 1}.psv-gallery-arrow--left:hover svg{translate:-10px 0}.psv-gallery-arrow--right{right:0;background:linear-gradient(90deg,transparent 0,rgba(0,0,0,.6) 50%)}.psv-gallery-arrow--right:hover svg{translate:10px 0}.psv-gallery-arrow--bottom,.psv-gallery-arrow--top{left:0;right:0;padding:0}.psv-gallery-arrow--bottom svg,.psv-gallery-arrow--top svg{height:60px}.psv-gallery-arrow--top{top:0;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.6) 50%)}.psv-gallery-arrow--top svg{rotate:-90deg;scale:1 1.2}.psv-gallery-arrow--top:hover svg{translate:0 -10px}.psv-gallery-arrow--bottom{bottom:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.6) 50%)}.psv-gallery-arrow--bottom svg{rotate:-90deg;scale:-1 1.2}.psv-gallery-arrow--bottom:hover svg{translate:0 10px}@container psv-container (max-width: 500px){.psv-gallery{top:0}.psv-gallery-container{flex-wrap:wrap;height:calc(100% - 32px);margin-top:32px;padding:0 0 0 15px;overflow:hidden auto}.psv-gallery-item{width:calc(50% - 15px)!important;margin-bottom:15px}.psv-gallery .psv-panel-close-button{display:block;z-index:10}}
/*!
 * Photo Sphere Viewer / Virtual Tour Plugin 5.14.3
 * @copyright 2015-2026 Damien "Mistic" Sorel
 * @licence MIT (https://opensource.org/licenses/MIT)
 */.psv-container{--psv-virtual-tour-plugin-loaded:true}.psv-virtual-tour-tooltip h3{margin:0;padding:0;line-height:normal}.psv-virtual-tour-tooltip h3:not(:last-child){margin-bottom:.5em}.psv-virtual-tour-tooltip img{display:block;width:200px;margin:0 -1em}.psv-virtual-tour-tooltip img:first-child{border-radius:4px 4px 0 0}.psv-virtual-tour-tooltip img:last-child{border-radius:0 0 4px 4px}.psv-virtual-tour-tooltip img:not(:last-child){margin-bottom:.5em}.psv-virtual-tour-tooltip p{margin:0;padding:0;line-height:normal}.psv-virtual-tour-link{cursor:pointer;transform-origin:center}.psv-virtual-tour-arrows{position:absolute;overflow:visible!important;z-index:11;bottom:0;left:0;filter:drop-shadow(0 10px 2px rgba(0,0,0,.7));pointer-events:none;transition:margin .3s ease-in-out}.psv-virtual-tour-arrows .psv-virtual-tour-link{transition:opacity .2s linear}.psv-virtual-tour-arrows .psv-virtual-tour-link:hover{opacity:1!important}.psv-virtual-tour-arrow{width:100%;height:100%;padding:0;border:none;background:none;color:rgba(255,255,255,.8);border-radius:50%}.psv-virtual-tour-arrow:hover{animation:psv-virtual-tour-link-button-in 1s ease-out forwards}.psv-virtual-tour-loader{display:block;position:relative;width:40px;height:30px;margin:0 40px}.psv-virtual-tour-loader div{display:inline-block;position:absolute;left:10%;width:20%;background:#fff;animation:psv-virtual-tour-loader 1.2s cubic-bezier(0,.5,.5,1) infinite}.psv-virtual-tour-loader div:first-child{left:10%;animation-delay:-.24s}.psv-virtual-tour-loader div:nth-child(2){left:40%;animation-delay:-.12s}.psv-virtual-tour-loader div:nth-child(3){left:70%;animation-delay:0}@keyframes psv-virtual-tour-loader{0%{top:10%;height:80%}50%,to{top:30%;height:40%}}@keyframes psv-virtual-tour-link-button-in{0%{box-shadow:0 0 0 0 rgba(97,170,242,0)}20%{box-shadow:0 0 0 5px #61aaf2}to{box-shadow:0 0 0 20px rgba(97,170,242,0)}}
/*!
 * Photo Sphere Viewer / Map Plugin 5.14.3
 * @copyright 2015-2026 Damien "Mistic" Sorel
 * @licence MIT (https://opensource.org/licenses/MIT)
 */.psv-container{--psv-map-plugin-loaded:true}.psv-map{margin:10px;z-index:40}.psv-map,.psv-map__container{position:absolute;transition:all .3s ease-in-out}.psv-map__container{top:0;left:0;z-index:-1;background:rgba(61,61,61,.7);overflow:hidden}.psv-map__container,.psv-map__container canvas,.psv-map__container img,.psv-map__container svg{width:100%;height:100%}.psv-map--round .psv-map__container{border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.7)}.psv-map--square{border-radius:8px;box-shadow:0 0 5px rgba(0,0,0,.7);overflow:hidden}.psv-map__overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.psv-map__toolbar{position:absolute;bottom:1em;left:calc(50% - 3.25em);display:flex;justify-content:center;align-items:center;font:12px sans-serif;padding:.25em;border-radius:1.5em;background:#222;color:white;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .3s ease-in-out}.psv-map__toolbar svg{height:1em;cursor:pointer}.psv-map__toolbar-text{width:4em;text-align:center}.psv-map__button{position:absolute;width:34px;aspect-ratio:1;line-height:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;transform-origin:center;color:rgba(255,255,255,.7);cursor:pointer;transition:all .3s ease-in-out}.psv-map__button svg{width:60%}.psv-map__button--top-left{left:0;top:0;border-bottom-right-radius:8px;transform:translate(-3px,-3px)}.psv-map__button--top-right{right:0;top:0;border-bottom-left-radius:8px;transform:translate(3px,-3px)}.psv-map__button--bottom-left{left:0;bottom:0;border-top-right-radius:8px;transform:translate(-3px,3px)}.psv-map__button--bottom-right{right:0;bottom:0;border-top-left-radius:8px;transform:translate(3px,3px)}.psv-map--round .psv-map__button{border-radius:50%}.psv-map--square .psv-map__button{transform:unset}.psv-map--maximized{margin:0!important;width:100%!important;height:100%!important}.psv--has-navbar .psv-map--maximized{height:calc(100% - 40px)!important}.psv-map--maximized,.psv-map--maximized .psv-map__container{border-radius:0}.psv-map--round.psv-map--maximized .psv-map__button{outline:2px solid currentcolor}.psv-map--round.psv-map--maximized .psv-map__button--top-left{left:10px;top:10px}.psv-map--round.psv-map--maximized .psv-map__button--top-right{right:10px;top:10px}.psv-map--round.psv-map--maximized .psv-map__button--bottom-left{left:10px;bottom:10px}.psv-map--round.psv-map--maximized .psv-map__button--bottom-right{right:10px;bottom:10px}.psv-map--collapsed{width:34px!important;height:34px!important}.psv-map--collapsed>*{opacity:0}.psv-map--collapsed .psv-map__button-close{opacity:1;transform:translate(0);z-index:1}.psv-map--top-left{top:0;left:0}.psv-map--top-right{top:0;right:0}.psv-map--bottom-left{bottom:0;left:0}.psv--has-navbar .psv-map--bottom-left{bottom:40px}.psv-map--bottom-right{bottom:0;right:0}.psv--has-navbar .psv-map--bottom-right{bottom:40px}