[data-fullscreen-src]{cursor:pointer}.image-fullscreen{--image-fullscreen-arrow-size:48px;--image-fullscreen-arrow-gap:24px;align-items:center;background:var(--color-background);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.image-fullscreen.is-open{display:flex}.image-fullscreen__close{background-color:var(--color-neutral-black);border:0;cursor:pointer;height:25px;margin:0;mask-image:url('../../../img/gallery-cross.svg?v=XKbyiprkKUOT9MaA3TF5q38cmcA');mask-size:26px auto;-webkit-mask-image:url('../../../img/gallery-cross.svg?v=XKbyiprkKUOT9MaA3TF5q38cmcA');-webkit-mask-size:26px auto;opacity:.75;padding:0;position:absolute;right:32px;top:34px;transition:.2s ease all;width:26px;z-index:2002}.image-fullscreen__close:hover{opacity:1}.image-fullscreen__prev,.image-fullscreen__next{align-items:center;background-color:var(--color-neutral-white);border:0;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.1);color:var(--color-primary);cursor:pointer;display:none;height:var(--image-fullscreen-arrow-size);justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .2s ease,color .2s ease;width:var(--image-fullscreen-arrow-size);z-index:2002}.image-fullscreen.has-nav .image-fullscreen__prev,.image-fullscreen.has-nav .image-fullscreen__next{display:flex}.image-fullscreen__prev{left:var(--image-fullscreen-arrow-gap)}.image-fullscreen__next{right:var(--image-fullscreen-arrow-gap)}.image-fullscreen__prev:hover,.image-fullscreen__next:hover{background-color:var(--color-primary);color:var(--color-neutral-white)}.image-fullscreen__prev:focus,.image-fullscreen__next:focus{outline:0}.image-fullscreen__prev svg{transform:rotate(180deg)}.image-fullscreen__prev svg,.image-fullscreen__next svg{fill:currentColor;height:11px;pointer-events:none;width:14px}.image-fullscreen__content{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:6% calc(var(--image-fullscreen-arrow-size) + var(--image-fullscreen-arrow-gap)*2);width:100%}.image-fullscreen__image{display:block;height:auto;max-height:100%;max-width:1920px;object-fit:contain;width:100%;box-shadow:6px 10px 20px 0 var(--color-neutral-black-10)}body.image-fullscreen-active{overflow:hidden}@media(max-width:991px){.image-fullscreen__content{padding:60px 16px}.image-fullscreen__close{right:20px;top:20px}.image-fullscreen.has-nav .image-fullscreen__prev,.image-fullscreen.has-nav .image-fullscreen__next{top:auto;bottom:24px;transform:none}.image-fullscreen__prev{left:24px}.image-fullscreen__next{right:24px}}