body.document-gallery-open{overflow:hidden}
.document-gallery[hidden]{display:none}
.document-gallery{position:fixed;z-index:1300;inset:0;display:grid;place-items:center;padding:16px;background:rgba(8,18,35,.68);opacity:0;pointer-events:none;transition:opacity 220ms cubic-bezier(.23,1,.32,1)}
.document-gallery.is-open{opacity:1;pointer-events:auto}
.document-gallery__dialog{position:relative;box-sizing:border-box;width:calc(100vw - 32px);max-width:560px;max-height:calc(100vh - 32px);overflow:auto;background:#f7f7f5;border:1px solid rgba(255,255,255,.35);box-shadow:0 24px 72px rgba(0,0,0,.28);transform:translateY(12px) scale(.985);transition:transform 280ms cubic-bezier(.23,1,.32,1)}
.document-gallery.is-open .document-gallery__dialog{transform:translateY(0) scale(1)}
.document-gallery__header{padding:27px 64px 21px 28px;border-bottom:1px solid #d8d9da}
.document-gallery__eyebrow{margin:0 0 7px;color:#3fa654;font-size:11px;font-weight:700;line-height:16px;letter-spacing:1.5px;text-transform:uppercase}
.document-gallery__title{margin:0;color:#152544;font-size:25px;font-weight:600;line-height:32px}
.document-gallery__note{margin:8px 0 0;color:#767b83;font-size:13px;line-height:19px}
.document-gallery__close{position:absolute;z-index:2;top:23px;right:24px;display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid #d1d3d5;background:#fff;color:#152544;font:inherit;font-size:22px;line-height:1;cursor:pointer;transition:border-color 180ms,background-color 180ms,color 180ms,transform 180ms}
.document-gallery__stage{position:relative;display:grid;place-items:center;min-height:430px;padding:18px 72px 12px;background:#e8e9e7;overflow:hidden}
.document-gallery__viewport{position:relative;display:grid;place-items:center;width:100%;height:410px;overflow:hidden}
.document-gallery__image{display:none;width:280px;max-width:300px;max-height:410px;height:auto;filter:blur(2px);opacity:.88;pointer-events:none;user-select:none;-webkit-user-drag:none;transform:scale(.985)}
.document-gallery__image.is-active{display:block}
.document-gallery__nav{position:absolute;z-index:2;top:50%;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid #c9ccce;background:rgba(255,255,255,.94);color:#152544;cursor:pointer;transform:translateY(-50%);transition:background-color 180ms,border-color 180ms,color 180ms,transform 180ms}
.document-gallery__nav--prev{left:20px}.document-gallery__nav--next{right:20px}
.document-gallery__nav svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.document-gallery__footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 28px 22px;background:#fff;border-top:1px solid #d8d9da}
.document-gallery__caption{margin:0;color:#152544;font-size:14px;font-weight:600;line-height:20px}
.document-gallery__counter{flex:0 0 auto;color:#6f747c;font-size:12px;font-weight:600;line-height:16px;letter-spacing:1px}
.document-gallery button:focus-visible{outline:2px solid #3fa654;outline-offset:3px}
@media (hover:hover) and (pointer:fine){.document-gallery__close:hover,.document-gallery__nav:hover{border-color:#3fa654;background:#3fa654;color:#fff}.document-gallery__close:hover{transform:translateY(-1px)}.document-gallery__nav:hover{transform:translateY(-50%) scale(1.05)}}
@media (max-width:560px){.document-gallery{padding:12px}.document-gallery__dialog{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.document-gallery__header{padding:22px 58px 17px 20px}.document-gallery__title{font-size:21px;line-height:27px}.document-gallery__close{top:18px;right:18px}.document-gallery__stage{min-height:390px;padding:14px 54px 10px}.document-gallery__viewport{height:370px}.document-gallery__image{width:250px;max-height:360px}.document-gallery__nav{width:38px;height:38px}.document-gallery__nav--prev{left:10px}.document-gallery__nav--next{right:10px}.document-gallery__footer{padding:16px 20px 19px}}
@media (prefers-reduced-motion:reduce){.document-gallery,.document-gallery__dialog,.document-gallery__close,.document-gallery__nav{transition:none}}
