 @media only screen and (min-width: 0rem) {#gallery {position: relative;overflow: hidden;padding: var(--sectionPadding);text-align: center;}#gallery .cs-container {margin: auto;max-width: 82.625em;width: 100%;}#gallery .cs-image-group {display: flex;justify-content: center;align-items: flex-start;margin: 0 auto 3.75rem;max-width: 82.625em;width: 100%;padding: 0;font-size: min(1.1vw, 1em);gap: 1.875em;}#gallery .cs-row {display: flex;flex-direction: column;justify-content: flex-start;align-items: center;gap: 1.875em;}#gallery .cs-picture {position: relative;display: block;}#gallery .cs-picture img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;}#gallery .cs-row-1 .cs-picture1 {height: 35.4375em;width: 26.25em;}#gallery .cs-row-1 .cs-picture2 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-1 .cs-picture3 {height: 32em;width: 26.25em;}#gallery .cs-row-1 .cs-picture4 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-1 .cs-picture5 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-1 .cs-picture7 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-1 .cs-picture6 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-2 .cs-picture1 {height: 35.4375em;width: 26.25em;}#gallery .cs-row-2 .cs-picture2 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-2 .cs-picture3 {height: 32em;width: 26.25em;}#gallery .cs-row-2 .cs-picture4 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-2 .cs-picture5 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-2 .cs-picture7 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-2 .cs-picture6 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-3 .cs-picture1 {height: 35.4375em;width: 26.25em;}#gallery .cs-row-3 .cs-picture2 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-3 .cs-picture3 {height: 32em;width: 26.25em;}#gallery .cs-row-3 .cs-picture4 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-3 .cs-picture5 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-3 .cs-picture7 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-3 .cs-picture6 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-4 .cs-picture1 {height: 35.4375em;width: 26.25em;}#gallery .cs-row-4 .cs-picture2 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-4 .cs-picture3 {height: 32em;width: 26.25em;}#gallery .cs-row-4 .cs-picture4 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-4 .cs-picture5 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-4 .cs-picture7 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-4 .cs-picture6 {height: 39.3125em;width: 26.25em;}}@media only screen and (max-width: 768px) {#gallery {position: relative;overflow: hidden;padding: var(--sectionPadding);text-align: center;}#gallery .cs-container {margin: auto;max-width: 100%;width: 100%;}#gallery .cs-image-group {display: flex;flex-wrap: wrap;justify-content: center;gap: 1rem;padding: 0;font-size: 1em;}#gallery .cs-row {display: flex;flex-wrap: wrap;justify-content: center;gap: 1rem;}#gallery .cs-picture {position: relative;display: block;width: 80%;max-width: 80%;aspect-ratio: 4/3;}#gallery .cs-picture img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}}@media only screen and (min-width: 769px) and (max-width: 1800px) {#gallery {position: relative;overflow: hidden;padding: var(--sectionPadding);text-align: center;}#gallery .cs-container {margin: auto;max-width: 100%;width: 100%;}#gallery .cs-image-group {display: flex;flex-wrap: wrap;justify-content: center;gap: 1rem;padding: 0;font-size: 1em;}#gallery .cs-row {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 1rem;}#gallery .cs-picture {position: relative;display: block;width: calc(30% - 1rem);max-width: 200px;aspect-ratio: 4/3;}#gallery .cs-picture img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}}@media only screen and (min-width: 1800px) {#gallery .cs-picture {width: calc(20% - 1rem);}}