.mw-image-gallery{--mw-gallery-radius:1.4rem;--mw-gallery-overlay-text:var(--white, #fff);--mw-gallery-columns:3;--mw-gallery-columns-mobile:3;--mw-gallery-gap:10px;display:grid;grid-template-columns:repeat(var(--mw-gallery-columns-mobile),1fr);gap:calc(var(--mw-gallery-gap)/ 2);margin-bottom:3rem;scrollbar-width:none;-ms-overflow-style:none}.mw-image-gallery::-webkit-scrollbar{width:0;height:0}.mw-image-gallery__item{position:relative;display:block;width:100%;height:0;padding-bottom:100%}.mw-image-gallery__image{position:absolute;inset:0;width:100%;height:100%;margin:0;object-fit:cover;border-radius:var(--mw-gallery-radius)}.mw-image-gallery--lightbox .mw-image-gallery__image,.mw-image-gallery--lightbox .mw-image-gallery__item{cursor:pointer}.mw-image-gallery .richtext-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;padding:1rem;overflow:hidden;color:var(--mw-gallery-overlay-text);border-radius:var(--mw-gallery-radius)}.mw-image-gallery .richtext-overlay h1,.mw-image-gallery .richtext-overlay h2,.mw-image-gallery .richtext-overlay h3,.mw-image-gallery .richtext-overlay h4,.mw-image-gallery .richtext-overlay h5,.mw-image-gallery .richtext-overlay h6,.mw-image-gallery .richtext-overlay p{margin:1rem 0}.mw-image-gallery .textposition-top{justify-content:start}.mw-image-gallery .textposition-middle{justify-content:center}.mw-image-gallery .textposition-bottom{justify-content:end}.mw-image-gallery .textalign-center{text-align:center}.mw-image-gallery .textalign-left{text-align:left}.mw-image-gallery .textalign-right{text-align:right}@media screen and (max-width:749px){.mw-image-gallery--mobile-slider{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:calc(var(--mw-gallery-gap)/ 2)}.mw-image-gallery--mobile-slider .mw-image-gallery__item{flex:0 0 70%;width:70%;height:auto;margin-right:1rem;padding-bottom:70%;scroll-snap-align:start}.mw-image-gallery--mobile-slider .mw-image-gallery__item:last-child{margin-right:0;margin-left:auto;scroll-snap-align:end}.mw-image-gallery--mobile-slider .mw-image-gallery__image,.mw-image-gallery--mobile-slider .richtext-overlay{margin-inline:1.5rem}}@media screen and (min-width:750px){.mw-image-gallery{grid-template-columns:repeat(var(--mw-gallery-columns),1fr);gap:var(--mw-gallery-gap)}.mw-image-gallery .richtext-overlay{padding:3rem}}.mw-modal{display:none;position:fixed;z-index:9999;inset:0;width:100%;height:100%;overflow:auto;background-color:rgb(0 0 0 / .9)}.mw-modal.show{display:block}.mw-modal-content{display:flex;align-items:center;justify-content:center;margin:auto;width:80%;height:100%;max-width:120rem}.mw-modal-content img{max-width:100vw;max-height:100vh;object-fit:contain}.mw-arrow,.mw-modal-close{appearance:none;margin:0;border:0;padding:0;font-family:inherit}.mw-modal-close{display:block;position:absolute;top:5rem;right:5rem;z-index:9999;width:5rem;height:5rem;background:0 0;color:rgb(255 255 255 / .5);font-size:4rem;line-height:5rem;text-decoration:none;cursor:pointer}.mw-arrow{display:block;position:absolute;top:50%;z-index:99999;width:5rem;height:5rem;transform:translateY(-50%);background-color:rgb(255 255 255 / .5);color:var(--gray-90,#1f1f1f);font-size:inherit;text-align:center;line-height:5rem;cursor:pointer}.mw-arrow:hover{background-color:rgb(255 255 255 / .8)}.mw-arrow:focus-visible,.mw-modal-close:focus-visible{outline:.2rem solid rgb(255 255 255);outline-offset:0.2rem}.mw-arrow-left{left:0}.mw-arrow-right{right:0}@media screen and (max-width:749px){.mw-modal-close{top:2.5rem;right:2.5rem}}