/*!
 * PhotoSphereViewer.MarkersPlugin 5.7.2.a
 * @copyright 2024 Damien "Mistic" Sorel
 * @licence MIT (https://opensource.org/licenses/MIT)
 */.psv-container{--psv-markers-plugin-loaded:true}.psv-markers{user-select:none;z-index:10}.psv-markers,.psv-markers-svg-container{position:absolute;width:100%;height:100%}.psv-markers-svg-container{top:0;left:0;z-index:20}.psv-marker{display:none}.psv-marker--normal{position:absolute;top:0;left:0;z-index:30;overflow:visible;background-size:contain;background-repeat:no-repeat}.psv-marker--transparent{display:block;opacity:0}.psv-marker--visible{display:block}.psv-marker--has-content,.psv-marker--has-tooltip{cursor:pointer}.marker-contetnt{color:#fff;padding:.052083rem .078125rem;border-radius:.026042rem;font-size:.072917rem}.marker-contetnt h3{font-size:.083333rem}.marker-contetnt .info{white-space:nowrap}
/*!
 * PhotoSphereViewer.GalleryPlugin 5.7.2
 * @copyright 2024 Damien "Mistic" Sorel
 * @licence MIT (https://opensource.org/licenses/MIT)
 */.psv-container{--psv-gallery-plugin-loaded:true}.psv-gallery{--psv-gallery-breakpoint:2.604167rem;position:absolute;left:0;bottom:0;width:100%;background:rgba(61,61,61,.5);border-bottom:.005208rem solid hsla(0,0%,100%,.7);overflow:hidden;transition:transform .1s ease-in-out;transform:translateY(100%);z-index:90;cursor:default}.psv--has-navbar .psv-gallery{bottom:.208333rem;transform:translateY(calc(100% + .20833rem))}.psv-gallery--open{transform:translateY(0)!important}.psv-gallery-container{display:flex;align-content:flex-start;padding:.078125rem;overflow-x:auto}.psv-gallery-item{flex:none;position:relative;border-radius:.026042rem;overflow:hidden;cursor:pointer}.psv-gallery-item:not(:last-child){margin-right:.078125rem}.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:.083333rem sans-serif;line-height:1.2em;color:hsla(0,0%,100%,.7);z-index:2;transition:height .2s ease-in-out}.psv-gallery-item-title span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;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--active:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;border:.015625rem solid #fff;z-index:3}@media screen and (width <= 500px){.psv-gallery{top:0}.psv-gallery-container{flex-wrap:wrap;height:calc(100% - .16667rem);margin-top:.166667rem;padding:0 0 0 .078125rem;overflow:hidden auto}.psv-gallery-item{width:calc(50% - .07813rem)!important;margin-bottom:.078125rem}.psv-gallery .psv-panel-close-button{display:block;z-index:10}}