 @media only screen and (min-width: 0rem) {#services-884 {padding: var(--sectionPadding);overflow: hidden;}#services-884 .cs-container {width: 100%;max-width: 34.375rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#services-884 .cs-content {text-align: center;width: 100%;max-width: 32.625rem;display: flex;flex-direction: column;align-items: center;}#services-884 .cs-card-group {margin: 0;padding: 0;display: grid;grid-template-columns: repeat(4, 1fr);gap: clamp(1rem, 2vw, 1.25rem);}#services-884 .cs-item {list-style: none;text-align: left;margin: 0;padding: 2rem clamp(1.5rem, 2vw, 2rem);border-radius: 1rem;background-color: #f7f7f7;display: flex;flex-direction: column;align-items: flex-start;grid-column: span 4;}#services-884 .cs-h3 {font-size: 1.25rem;line-height: 1.2em;font-weight: 700;margin: 0 0 0.75rem 0;color: var(--headerColor);}#services-884 .cs-item-p {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;text-align: inherit;margin: 0 0 1.25rem 0;color: var(--bodyTextColor);}#services-884 .cs-link {font-size: 1rem;line-height: 1.2em;text-align: inherit;text-decoration: none;font-weight: 700;margin: auto 0 0 0;color: var(--primary);display: inline-flex;justify-content: center;align-items: center;gap: 0.25rem;}#services-884 .cs-link:hover .cs-icon {transform: translateX(0.625rem);}#services-884 .cs-icon {width: 1.5rem;height: auto;transition: transform 0.3s;}#services-884 .cs-floater {width: 21.9375rem;height: auto;display: none;position: absolute;top: -6.25rem;left: -1.875rem;transform: rotate(66deg) scaleX(-1);}}@media only screen and (min-width: 48rem) {#services-884 .cs-container {max-width: 80rem;}#services-884 .cs-item {grid-column: span 2;}}@media only screen and (min-width: 64rem) {#services-884 .cs-item {grid-column: span 1;}#services-884 .cs-floater {display: block;}}@media only screen and (min-width: 0rem) {body.dark-mode #services-884 .cs-topper {color: var(--primaryLight);}body.dark-mode #services-884 .cs-title, body.dark-mode #services-884 .cs-text, body.dark-mode #services-884 .cs-h3, body.dark-mode #services-884 .cs-item-p {color: var(--bodyTextColorWhite);}body.dark-mode #services-884 .cs-floater {opacity: 0.4;}body.dark-mode #services-884 .cs-text, body.dark-mode #services-884 .cs-item-p {opacity: 0.8;}body.dark-mode #services-884 .cs-item {background-color: rgba(0, 0, 0, 0.2);}}@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-topper {margin-bottom: 1rem;text-align: center;}#gallery .cs-title {margin-bottom: 2.5rem;max-width: 38.8125rem;text-align: center;margin-left: auto;margin-right: auto;}#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-2 .cs-picture1 {height: 30.75em;width: 26.25em;}#gallery .cs-row-2 .cs-picture2 {height: 32.3125em;width: 26.25em;}#gallery .cs-row-2 .cs-picture3 {height: 39.3125em;width: 26.25em;}#gallery .cs-row-3 .cs-picture1 {height: 39.0625em;width: 26.25em;}#gallery .cs-row-3 .cs-picture2 {height: 28.25em;width: 26.25em;}#gallery .cs-row-3 .cs-picture3 {height: 39.3125em;width: 26.25em;}}@media only screen and (min-width: 0rem) {.gallery-modal {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.95);z-index: 10001;opacity: 0;visibility: hidden;transition: all 0.3s ease;display: flex;align-items: center;justify-content: center;backdrop-filter: blur(10px);}.gallery-modal.active {opacity: 1;visibility: visible;}.gallery-modal .modal-content {position: relative;width: 90%;height: 90%;display: flex;align-items: center;justify-content: center;}.gallery-modal .modal-image-container {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;overflow: hidden;border-radius: 0.5rem;}.gallery-modal .modal-image-container img {max-width: 100%;max-height: 100%;width: auto;height: auto;object-fit: contain;border-radius: 0.5rem;}.gallery-modal .modal-close {position: absolute;top: -1.8rem;right: -1rem;z-index: 10;width: 3.5rem;height: 3.5rem;background: rgba(255, 255, 255, 0.1);border: none;border-radius: 50%;color: white;cursor: pointer;transition: all 0.3s ease;display: flex;align-items: center;justify-content: center;backdrop-filter: blur(8px);}.gallery-modal .modal-close:hover {background: rgba(255, 255, 255, 0.2);transform: scale(1.1);}.gallery-modal .modal-close:focus {outline: 2px solid var(--primary);outline-offset: 2px;}.gallery-modal .modal-close svg {width: 1.75rem;height: 1.75rem;}.gallery-modal .modal-nav {position: absolute;top: 50%;transform: translateY(-50%);z-index: 10;width: 3.5rem;height: 3.5rem;background: rgba(255, 255, 255, 0.1);border: none;border-radius: 50%;color: white;cursor: pointer;transition: all 0.3s ease;display: flex;align-items: center;justify-content: center;backdrop-filter: blur(8px);}.gallery-modal .modal-nav:hover {background: rgba(255, 255, 255, 0.2);transform: translateY(-50%) scale(1.1);}.gallery-modal .modal-nav:focus {outline: 2px solid var(--primary);outline-offset: 2px;}.gallery-modal .modal-nav svg {width: 1.75rem;height: 1.75rem;}.gallery-modal .modal-nav.modal-prev {left: 1.5rem;}.gallery-modal .modal-nav.modal-next {right: 1.5rem;}.gallery-modal .modal-counter {position: absolute;bottom: -2.8rem;left: 50%;transform: translateX(-50%);color: white;font-size: 1.125rem;font-weight: 500;background: rgba(0, 0, 0, 0.6);padding: 0.5rem 1rem;border-radius: 1.5rem;backdrop-filter: blur(8px);}}@media only screen and (min-width: 48rem) {.gallery-modal .modal-content {width: 90%;height: 90%;}.gallery-modal .modal-close {top: -1.5rem;right: -1.5rem;width: 3.5rem;height: 3.5rem;}.gallery-modal .modal-nav {width: 3.5rem;height: 3.5rem;}.gallery-modal .modal-nav svg {width: 1.75rem;height: 1.75rem;}.gallery-modal .modal-nav.modal-prev {left: 1.5rem;}.gallery-modal .modal-nav.modal-next {right: 1.5rem;}}@media only screen and (min-width: 64rem) {.gallery-modal .modal-close {top: -2rem;right: -3rem;}}@media only screen and (min-width: 0rem) {body.dark-mode #gallery .cs-title {color: var(--bodyTextColorWhite);}}