.owp-viewer{position:fixed;inset:0;z-index:200;background:rgba(6,12,24,.95);color:#fff;font-family:var(--font-sans);font-optical-sizing:auto;-webkit-font-smoothing:antialiased;cursor:zoom-out;overscroll-behavior:contain;animation:owp-viewer-in .2s ease-out}.owp-viewer,.owp-viewer *,.owp-viewer :after,.owp-viewer :before{box-sizing:border-box}.owp-viewer__bar{position:absolute;top:0;left:0;right:0;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:20px 32px;pointer-events:none}.owp-viewer__bar>*{pointer-events:auto}.owp-viewer__count{display:flex;align-items:baseline;gap:10px;margin:0;font-size:15px;line-height:1;letter-spacing:.08em;font-variant-numeric:lining-nums tabular-nums;color:hsla(0,0%,100%,.55);cursor:default}.owp-viewer__count-now{color:#fff}.owp-viewer__count-sep{color:#c5a059}.owp-viewer__btn{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;margin:0;padding:0;border-radius:50%;border:1px solid hsla(0,0%,100%,.24);background:rgba(12,35,64,.55);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .2s,border-color .2s,color .2s}.owp-viewer__btn:hover{background:rgba(12,35,64,.9);border-color:#c5a059;color:#c5a059}.owp-viewer__btn:focus-visible{outline:2px solid #c5a059;outline-offset:3px}.owp-viewer__nav{position:absolute;top:50%;z-index:1;transform:translateY(-50%)}.owp-viewer__nav--prev{left:32px}.owp-viewer__nav--next{right:32px}.owp-viewer__stage{position:absolute;inset:92px 120px 44px;grid-template-rows:minmax(0,auto) auto;align-content:center;margin:0}.owp-viewer__frame,.owp-viewer__stage{display:grid;grid-template-columns:minmax(0,1fr)}.owp-viewer__frame{grid-template-rows:minmax(0,1fr);place-items:center;min-height:0}.owp-viewer__img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:2px;box-shadow:0 30px 80px rgba(0,0,0,.5);cursor:default;-moz-user-select:none;user-select:none;-webkit-user-select:none;animation:owp-viewer-in .25s ease-out}.owp-viewer__caption{justify-self:center;max-width:min(68ch,100%);margin:20px 0 0;font-size:17px;line-height:1.5;text-align:center;text-wrap:balance;overflow-wrap:break-word;color:hsla(0,0%,100%,.86);cursor:auto}.owp-viewer__sr{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media (max-width:640px){.owp-viewer__bar{padding:14px}.owp-viewer__btn{width:48px;height:48px}.owp-viewer__stage{inset:76px 12px calc(100px + env(safe-area-inset-bottom, 0px))}.owp-viewer__caption{margin-top:14px;font-size:15px}.owp-viewer__nav{top:auto;bottom:calc(28px + env(safe-area-inset-bottom, 0px));transform:none}.owp-viewer__nav--prev{left:calc(50% - 64px)}.owp-viewer__nav--next{right:calc(50% - 64px)}}@keyframes owp-viewer-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.owp-viewer,.owp-viewer__img{animation:none}.owp-viewer__btn{transition:none}}