.nss-modal__trigger{cursor:pointer}.nss-modal__backdrop{z-index:2147483647;visibility:hidden;opacity:0;background:#00000073;justify-content:center;align-items:center;width:100%;height:100%;transition:transform .2s cubic-bezier(.4,0,.2,1),visibility .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.nss-modal__backdrop.is-visible{visibility:visible;opacity:1}.nss-modal{background-color:#fff;border-radius:10px;width:-webkit-fit-content;width:fit-content;max-width:90%;height:auto;max-height:90vh;padding:0;position:relative;overflow:auto}.nss-modal__video-full{aspect-ratio:none;border-radius:12px;height:auto;max-height:90vh}.nss-modal__close{background-color:var(--nss-color-scheme-2);color:var(--nss-color-scheme-1);z-index:5;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:15px;right:15px}.nss-modal__close svg{pointer-events:none;width:12px;height:12px}@media only screen and (min-width:990px){.nss-modal__close{width:40px;height:40px}}.is-nss-modal-show{overflow:hidden}.nss-modal__gallery{width:auto}.nss-modal__gallery img{object-fit:contain;width:auto;max-width:100%;max-height:90vh;display:block}.nss-modal__gallery video{width:100%;display:block}