.gallery{--easing:linear;margin-inline-start:auto;margin-inline-end:auto;margin:0 var(--component-side);max-width:1360px;position:relative}.gallery-skip{background-color:var(--white);font-size:.875rem;left:0;line-height:1;opacity:0;overflow:hidden;padding:10px;position:absolute;top:0;transform:translateY(-100%);transition:transform .2s linear;z-index:3}.gallery-skip:focus{box-shadow:inset 0 0 0 3px rgba(0,95,204,.65);border:0;outline:none;opacity:1;transform:translateY(0)}.gallery__item{height:100%;opacity:0;position:absolute;transition:opacity .5s var(--easing);top:0;width:100%;z-index:1}.gallery__item--current{opacity:1;position:relative;z-index:2}.gallery__item picture{display:block;min-height:200px}.gallery__item img{min-height:inherit;object-fit:cover}.gallery__next,.gallery__prev{background-color:var(--light-purple);cursor:pointer;font-size:0;height:80px;position:absolute;text-indent:100%;top:50%;transform:translateY(-50%);white-space:nowrap;width:40px;z-index:2}.gallery__next:after,.gallery__prev:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIyMyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InJvdGF0ZSgyNzAgMTEuNSAxMS41KSI+PGNpcmNsZSBjeD0iMy41IiBjeT0iMTIuNSIgcj0iMy41Ii8+PGNpcmNsZSBjeD0iMTEuNSIgY3k9IjEyLjUiIHI9IjMuNSIvPjxjaXJjbGUgY3g9IjcuNSIgY3k9IjIwLjUiIHI9IjMuNSIvPjxjaXJjbGUgY3g9IjE5LjUiIGN5PSIxMi41IiByPSIzLjUiLz48Y2lyY2xlIGN4PSIxNS41IiBjeT0iMjAuNSIgcj0iMy41Ii8+PGNpcmNsZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHI9IjMuNSIvPjxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTkuMzUgNy4yMDhjLjMzLS4wNjMuNjkzLS4xMjcgMS4wNTYtLjEyNy0uMzMtMi4yNS0uODI1LTQuNjU3LTEuMTg4LTUuNDgtLjI5Ny0uNzMtMS45OC0uMzUtMS41NS4zOC40OTUuOTgyIDEuMTg4IDMuMTM3IDEuNjgzIDUuMjI4em0yLjYxNy0xLjAwM2MuOTI0LS4wOTMgMi43NzItLjQzNSAzLjkyOC0xLjY0NlMxNy4yNSAxLjU3OCAxNy4yNS43MDhhLjUxNi41MTYgMCAwMC0uNTYtLjQ5N2MtLjkyNC4xMjQtMi43NC40NjYtMy45MjggMS42NzctMS4xNTUgMS4yMS0xLjM1MyAyLjk4Mi0xLjM1MyAzLjg1IDAgLjI4LjI2NC40OTcuNTYuNDY2eiIvPjwvZz48L3N2Zz4=) 50% no-repeat;background-size:auto 18px;background-position:left 9px center;content:"";display:block;filter:invert(10%) sepia(90%) saturate(2333%) hue-rotate(244deg) brightness(86%) contrast(107%);height:100%}.gallery__prev{border-radius:0 60px 60px 0;left:0}.gallery__prev:after{transform:rotate(180deg)}.gallery__next{border-radius:60px 0 0 60px;right:0}.gallery__bullets{align-items:center;bottom:20px;display:flex;justify-content:center;position:absolute;width:100%;z-index:2}.gallery__bullets button{-webkit-appearance:none;background:none;border:0;cursor:pointer;display:grid;font-size:0;height:20px;margin:0;overflow:hidden;padding:0;place-items:center;text-indent:100%;width:20px}.gallery__bullets button>*{grid-area:1/-1}.gallery__bullets button:before{border:1px solid var(--white);border-radius:50%;content:"";display:inline-flex;height:10px;width:10px}.gallery__bullets button.active:before{background-color:var(--white)}