@media only screen and (min-width:0rem){.galleries{overflow:hidden;padding:var(--sectionPadding);position:relative}.galleries .container{gap:clamp(3rem,6vw,4rem);margin:auto;max-width:34.375rem;position:relative}.galleries .container,.galleries .content{align-items:center;display:flex;flex-direction:column;width:100%}.galleries .content{text-align:center}.galleries .title{max-width:20ch}.galleries .button-group{align-items:center;-moz-column-gap:2rem;column-gap:2rem;display:flex;flex-wrap:wrap;justify-content:center;margin:0;row-gap:.5rem}.galleries .button{background-color:transparent;border:none;color:var(--bodyTextColor);font-size:1rem;line-height:1.5em;position:relative}.galleries .button:hover{cursor:pointer}.galleries .button.active:before,.galleries .button:hover:before{width:100%}.galleries .button:before{background:var(--bodyBackgroundDark);bottom:0;content:"";display:block;height:1px;left:0;opacity:1;position:absolute;transition:width .3s,background .3s;width:0}.galleries .gallery-wrapper{position:relative;width:100%;z-index:1}.galleries .gallery{display:flex;margin:0;opacity:1;padding:0;position:relative;transform-origin:left top;transition:transform .7s,opacity .3s,visibility .5s,top .3s,left .3s;visibility:visible;width:100%}.galleries .gallery.hidden{left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:scaleY(0) scaleX(0);visibility:hidden}}@media only screen and (min-width:48rem){.galleries .container{max-width:80rem}}@media only screen and (min-width:0rem){#photo-gallery .gallery{align-items:center;flex-wrap:wrap;gap:clamp(1rem,1.5vw,1.25rem);justify-content:center}#photo-gallery .gallery.hidden .image-wrapper{opacity:0;transform:translateY(2.1875rem)}#photo-gallery .image-wrapper{aspect-ratio:1;border:5px solid #fff;box-shadow:0 3.3478px 50.2169px rgba(0,0,0,.16);opacity:1;transform:translateY(0);transition:opacity .6s,transform .6s;width:47%}#photo-gallery .image-wrapper:first-of-type{transition-delay:.15s}#photo-gallery .image-wrapper:nth-of-type(2){transition-delay:.3s}#photo-gallery .image-wrapper:nth-of-type(3){transition-delay:.45s}#photo-gallery .image-wrapper:nth-of-type(4){transition-delay:.6s}#photo-gallery .image-wrapper:nth-of-type(5){transition-delay:.75s}#photo-gallery .image-wrapper:nth-of-type(6){transition-delay:.9s}#photo-gallery .image-wrapper:nth-of-type(7){transition-delay:1.05s}#photo-gallery .image-wrapper:nth-of-type(8){transition-delay:1.2s}#photo-gallery .image-wrapper:nth-of-type(9){transition-delay:1.35s}#photo-gallery .image-wrapper:nth-of-type(10){transition-delay:1.5s}#photo-gallery .image-wrapper:nth-of-type(11){transition-delay:1.65s}#photo-gallery .image-wrapper:nth-of-type(12){transition-delay:1.8s}#photo-gallery .image-wrapper:nth-of-type(13){transition-delay:1.95s}#photo-gallery .image-wrapper:nth-of-type(14){transition-delay:2.1s}#photo-gallery .image-wrapper:nth-of-type(15){transition-delay:2.25s}#photo-gallery .image-wrapper:nth-of-type(16){transition-delay:2.4s}#photo-gallery .image-wrapper:nth-of-type(17){transition-delay:2.55s}#photo-gallery .image-wrapper:nth-of-type(18){transition-delay:2.7s}#photo-gallery .image-wrapper:nth-of-type(19){transition-delay:2.85s}#photo-gallery .image-wrapper:nth-of-type(20){transition-delay:3s}#photo-gallery .image-wrapper:nth-of-type(21){transition-delay:3.15s}#photo-gallery .image-wrapper:nth-of-type(22){transition-delay:3.3s}#photo-gallery .image-wrapper:nth-of-type(23){transition-delay:3.45s}#photo-gallery .image-wrapper:nth-of-type(24){transition-delay:3.6s}#photo-gallery .image-wrapper:nth-of-type(25){transition-delay:3.75s}#photo-gallery .image-wrapper:nth-of-type(26){transition-delay:3.9s}#photo-gallery .image-wrapper:nth-of-type(27){transition-delay:4.05s}#photo-gallery .image-wrapper:nth-of-type(28){transition-delay:4.2s}#photo-gallery .image-wrapper:nth-of-type(29){transition-delay:4.35s}#photo-gallery .image-wrapper:nth-of-type(30){transition-delay:4.5s}#photo-gallery .image-wrapper:nth-of-type(31){transition-delay:4.65s}#photo-gallery .image-wrapper:nth-of-type(32){transition-delay:4.8s}#photo-gallery .image-wrapper:nth-of-type(33){transition-delay:4.95s}#photo-gallery .image-wrapper:nth-of-type(34){transition-delay:5.1s}#photo-gallery .image-wrapper:nth-of-type(35){transition-delay:5.25s}#photo-gallery .image-wrapper:nth-of-type(36){transition-delay:5.4s}#photo-gallery .image-wrapper:nth-of-type(37){transition-delay:5.55s}#photo-gallery .image-wrapper:nth-of-type(38){transition-delay:5.7s}#photo-gallery .image{display:block;height:100%;overflow:hidden;position:relative;width:100%}#photo-gallery .image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:scale .3s;width:100%}#photo-gallery .image img:hover{cursor:pointer;scale:1.1}}@media only screen and (min-width:48rem){#photo-gallery .image-wrapper{border:6px solid #fff;width:31.8%}}@media only screen and (min-width:81.25rem){#photo-gallery .gallery{align-items:stretch;justify-content:center}#photo-gallery .image-wrapper{border:8px solid #fff;height:25rem;max-width:100%;width:19.0625rem}}@media only screen and (min-width:0rem){#archive .gallery{flex-direction:column;gap:clamp(1rem,2.3vw,1.25rem)}#archive .gallery.hidden .archive-item{opacity:0;transform:translateY(2.1875rem)}#archive .archive-item{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;opacity:1;position:relative;transform:translateY(0);transition:opacity .6s,transform .6s;width:100%}#archive .archive-item:hover{cursor:pointer}#archive .archive-item:hover .archive-image:after,#archive .archive-item:hover .archive-image:before,#archive .archive-item:hover .preview:after,#archive .archive-item:hover .preview:before{opacity:1}#archive .archive-item:hover .archive-image img,#archive .archive-item:hover .preview img{transform:scale(1.1)}#archive .archive-item:hover .date{color:#fff}#archive .archive-item:first-of-type{transition-delay:.15s}#archive .archive-item:nth-of-type(2){transition-delay:.3s}#archive .archive-item:nth-of-type(3){transition-delay:.45s}#archive .archive-item:nth-of-type(4){transition-delay:.6s}#archive .archive-item:nth-of-type(5){transition-delay:.75s}#archive .archive-item:nth-of-type(6){transition-delay:.9s}#archive .archive-item:nth-of-type(7){transition-delay:1.05s}#archive .archive-item:nth-of-type(8){transition-delay:1.2s}#archive .archive-item:nth-of-type(9){transition-delay:1.35s}#archive .archive-item:nth-of-type(10){transition-delay:1.5s}#archive .archive-image,#archive .preview{aspect-ratio:.8058968059;border:5px solid #fff;box-shadow:0 3.3478px 50.2169px rgba(0,0,0,.16);display:block;height:auto;overflow:hidden;position:relative;width:100%;z-index:1}#archive .archive-image:before,#archive .preview:before{background:linear-gradient(359.46deg,rgba(26,26,26,.85) 12.04%,rgba(26,26,26,0) 63.74%);content:"";display:block;height:100%;left:0;opacity:1;position:absolute;top:0;transition:opacity .3s;width:100%}#archive .archive-image:after,#archive .preview:after{background:linear-gradient(359.46deg,var(--bodyBackgroundDark) 12.04%,rgba(90,118,106,0) 63.74%);content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s;width:100%}#archive .archive-image img,#archive .preview img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;position:absolute;top:0;transition:transform .7s;width:100%;z-index:-1}#archive .info{align-items:center;bottom:1.5rem;display:flex;flex-direction:column;gap:.25rem;left:0;position:absolute;width:100%;z-index:10}#archive .type{font-size:1rem}#archive .date,#archive .type{color:var(--bodyTextColorWhite)}#archive .date{display:block;font-size:clamp(1.25rem,2vw,1.5625rem);font-weight:700;line-height:1.2em;margin:0 0 .25rem;transition:color .3s}}@media only screen and (min-width:34.375rem){#archive .gallery{align-items:stretch;flex-direction:row;flex-wrap:wrap;justify-content:space-between}#archive .archive-item{width:48.3%}#archive .archive-image,#archive .preview{aspect-ratio:auto;border:6px solid #fff;height:25.4375rem}}@media only screen and (min-width:64rem){#archive .gallery{justify-content:center}#archive .archive-item{max-width:19.0625rem;width:22.7vw}#archive .archive-image,#archive .preview{border:8px solid #fff}}