@keyframes rotating{100%{transform:rotate(360deg)}}:root{--header-background-color: rgb(78, 114, 231)}.gallery-more{display:grid;gap:clamp(1rem,1.3071895425vw,2rem);grid-template-columns:repeat(1, 1fr)}@media(min-width: 480px){.gallery-more{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.gallery-more{grid-template-columns:repeat(4, 1fr)}}.gallery-more .gallery-box{display:none;height:clamp(20rem,23.2026143791vw,35.5rem)}.gallery-more .gallery-box:nth-child(1){display:block}.gallery-more .gallery-box:nth-child(2){display:block}.gallery-more .gallery-box:nth-child(3){display:block}.gallery-more .gallery-box:nth-child(4){display:block}@media(min-width: 480px){.gallery-more .gallery-box:nth-child(1){grid-column:span 2}}@media(min-width: 768px){.gallery-more .gallery-box:nth-child(1){grid-area:span 2/span 2;height:unset}}@media(min-width: 480px){.gallery-more .gallery-box:nth-child(2){grid-column:span 2}}@media(min-width: 768px){.gallery-more .gallery-box:nth-child(2){grid-column:span 2}}.gallery-more .gallery-more-link{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);color:var(--base-white, #fff);display:flex;align-items:center;justify-content:center;font-size:clamp(2.5rem,2.614379085vw,4rem);transition:250ms ease-in-out background}.gallery-more .gallery-more-link:focus,.gallery-more .gallery-more-link:hover{color:var(--base-white, #fff);background:rgba(0,0,0,.6);text-decoration:none}.gallery-more.open .gallery-more-link{display:none}.gallery-more.open .gallery-box{display:block}.gallery-item{position:relative;width:100%;height:100%;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;object-position:center;max-height:100%;min-height:100%;transition:250ms ease-in-out;border-radius:var(--base-border-radius, 0rem)}.gallery-item .gallery-item-inner{width:100%;height:100%;z-index:1;overflow:hidden}.gallery-item:has(a):focus img,.gallery-item:has(a):hover img{transform:scale(1.1)}