.slider-collection-container{padding:50px 0}.slider-collection-container__header{text-align:center;margin-top:0}slider-inline{position:relative;max-width:100%;display:block}slider-inline .slider-collection-container__slider{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;margin-right:0px;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-behavior:smooth;user-select:none;position:relative;padding:0 3rem}slider-inline .slider-collection-container__slider::-webkit-scrollbar{display:none}slider-inline .slider-collection{width:260px;min-width:260px;height:295px;position:relative;margin:10px;scroll-snap-align:center;transition:opacity ease-in-out .25s}slider-inline .slider-collection:hover{opacity:.8}slider-inline .slider-collection:first-of-type{margin-left:0}slider-inline .slider-collection__img{max-width:100%;height:100%;object-fit:cover}slider-inline .slider-collection__title{position:absolute;bottom:0;width:100%;background:#1b1b1950;margin:0;height:60px;display:flex;user-select:none;align-items:center;padding:20px;color:#fff}slider-inline .slider-button-container{display:flex;justify-content:space-between;width:100%;max-width:var(--page-width);margin:0 auto;z-index:1;padding:1rem 2rem}@media only screen and (min-width: 600px){slider-inline .slider-button-container{padding:1rem 5rem}}slider-inline .slider-button-container .button-slider{width:44px;height:44px;z-index:1;color:#121212;cursor:pointer;border:0;transition:.15s ease-in-out all;display:flex;align-items:center;justify-content:center;background-color:transparent}slider-inline .slider-button-container .button-slider--left svg{transform:rotate(90deg);width:20px;height:25px}slider-inline .slider-button-container .button-slider--right svg{transform:rotate(-90deg);width:20px;height:25px}@media only screen and (min-width: 1200px){slider-inline .slider-collection-container__centered{justify-content:center}}@media only screen and (min-width: 1440px){slider-inline .slider-collection-container__slider{margin-right:auto;padding:0 5rem}}@media only screen and (min-width: 1440px){.slider-collection-container__slider{display:flex;flex-direction:column}}.gallery__modal.gallery__modal{box-sizing:border-box;opacity:0;position:fixed;visibility:hidden;z-index:-1;margin:0 auto;top:0;left:0;overflow:auto;width:100%;background:rgba(var(--color-foreground), 0.2);height:100%}.gallery__modal[open].gallery__modal[open]{opacity:1;visibility:visible;z-index:101}.gallery__modal-content{background-color:rgb(var(--color-background));overflow:auto;height:100%;margin:0;width:100%;position:absolute;padding:0}.gallery__modal-opener{display:flex;align-items:center;justify-content:center;cursor:pointer;width:100%;height:100%;padding:unset;border:unset}.gallery__modal-toggle{background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground), 0.1);border-radius:50%;color:rgba(var(--color-foreground), 0.55);display:flex;align-items:center;justify-content:center;cursor:pointer;position:fixed;padding:1.2rem;z-index:2;top:2rem;right:.5rem;width:4rem;margin:0 0 0 auto}@media screen and (min-width: 750px){.gallery__modal-toggle{right:4.8rem;top:3.5rem}}@media screen and (min-width: 990px){.gallery__modal-toggle{right:4.3rem;top:3rem}}.gallery__modal-toggle .icon{height:auto;margin:0;width:2.2rem}.gallery__modal-content-info{width:calc(100% - 1rem);height:calc(100% - 6rem);margin:0 auto;padding-top:8rem}.gallery__modal-content-info img{width:100%}@media screen and (min-width: 750px){.gallery__modal-content-info{width:calc(100% - 9.6rem);height:calc(100% - 7.5rem);padding-top:9.5rem}.gallery__modal-content-info img{max-width:100%}}@media screen and (min-width: 990px){.gallery__modal-content-info{width:calc(100% - 8.6rem);height:calc(100% - 7rem);padding-top:9rem}.gallery__modal-image{width:100%}}.gallery__modal-image{position:static;height:100%;object-fit:contain}