 @media only screen and (min-width: 0rem) {#sbsr-1007 {padding: var(--sectionPadding);background: #fff;}#sbsr-1007 .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#sbsr-1007 .cs-content {text-align: left;width: 100%;max-width: 40rem;display: flex;flex-direction: column;align-items: flex-start;order: 2;}#sbsr-1007 .cs-text {margin-bottom: 1.5rem;line-height: 1.6;}#sbsr-1007 .cs-text:last-of-type {margin-bottom: 2.5rem;}#sbsr-1007 .cs-why-choose {width: 100%;}#sbsr-1007 .cs-why-title {font-size: clamp(1.25rem, 2vw, 1.5rem);font-weight: 700;color: var(--headerColor);margin-bottom: 1.5rem;}#sbsr-1007 .cs-why-list {list-style: none;margin: 0;padding: 0;display: flex;flex-direction: column;gap: 1.25rem;}#sbsr-1007 .cs-why-item {display: flex;align-items: flex-start;gap: 1rem;}#sbsr-1007 .cs-icon-wrapper {width: 1.5rem;height: 1.5rem;background: var(--primary);border-radius: 50%;display: flex;align-items: center;justify-content: center;flex-shrink: 0;margin-top: 0.125rem;}#sbsr-1007 .cs-icon {width: 1rem;height: 1rem;color: #fff;filter: brightness(0) invert(1);}#sbsr-1007 .cs-why-content {flex: 1;font-size: 1rem;line-height: 1.5;color: var(--bodyTextColor);}#sbsr-1007 .cs-why-content strong {color: var(--headerColor);font-weight: 600;}#sbsr-1007 .cs-image-group {width: 100%;order: 1;}#sbsr-1007 .cs-picture {width: 100%;height: 20rem;border: 12px solid #fff;background-color: #fff;display: block;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;border-radius: 1rem;position: relative;overflow: hidden;}#sbsr-1007 .cs-picture img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;}}@media only screen and (min-width: 48rem) {#sbsr-1007 .cs-container {align-items: flex-start;}#sbsr-1007 .cs-picture {height: 24rem;}}@media only screen and (min-width: 64rem) {#sbsr-1007 .cs-container {flex-direction: row;justify-content: space-between;align-items: center;gap: clamp(4rem, 8vw, 8rem);}#sbsr-1007 .cs-image-group {max-width: 32rem;flex: 1;order: 1;}#sbsr-1007 .cs-picture {height: 32rem;}#sbsr-1007 .cs-content {flex: 1;max-width: 40rem;order: 2;}}@media only screen and (min-width: 0rem) {#services-1081 {padding: var(--sectionPadding);background-color: #f5f5f5;position: relative;overflow: hidden;}#services-1081::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: radial-gradient(circle at 20% 80%, rgba(45, 106, 63, 0.04) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(200, 164, 94, 0.05) 0%, transparent 50%);pointer-events: none;z-index: 0;}#services-1081 .cs-container {width: 100%;max-width: 34.375rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(2.5rem, 5vw, 3.5rem);position: relative;z-index: 1;}#services-1081 .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#services-1081 .cs-topper {font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);font-weight: 600;letter-spacing: 0.15em;text-transform: uppercase;color: var(--secondary);margin-bottom: 0.75rem;display: inline-block;position: relative;}#services-1081 .cs-topper::before, #services-1081 .cs-topper::after {content: '';display: inline-block;width: 2rem;height: 1px;background-color: var(--secondary);vertical-align: middle;margin: 0 0.75rem;}#services-1081 .cs-title {font-size: clamp(1.9375rem, 4vw, 3rem);font-weight: 800;line-height: 1.2;color: var(--headerColor);max-width: 20ch;margin: 0;}#services-1081 .cs-card-group {width: 100%;margin: 0;padding: 0;display: flex;flex-direction: column;gap: clamp(1.25rem, 2.5vw, 1.5rem);list-style: none;}#services-1081 .cs-item {width: 100%;background-color: #fff;border-radius: 0.5rem;overflow: hidden;display: flex;flex-direction: column;position: relative;box-shadow: 0 2px 16px rgba(30, 74, 44, 0.06);transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);}#services-1081 .cs-item:hover {transform: translateY(-4px);box-shadow: 0 8px 30px rgba(30, 74, 44, 0.12);}#services-1081 .cs-item-number {position: absolute;top: clamp(0.75rem, 2vw, 1.25rem);right: clamp(0.75rem, 2vw, 1.25rem);width: 2.5rem;height: 2.5rem;background-color: var(--primary);color: var(--bodyTextColorWhite);border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 0.875rem;font-weight: 700;z-index: 2;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);}#services-1081 .cs-picture {width: 100%;height: clamp(12rem, 28vw, 16rem);overflow: hidden;display: block;position: relative;}#services-1081 .cs-picture::after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 40%;background: linear-gradient(to top, rgba(30, 74, 44, 0.25), transparent);z-index: 1;pointer-events: none;}#services-1081 .cs-picture img {width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);}#services-1081 .cs-item:hover .cs-picture img {transform: scale(1.06);}#services-1081 .cs-item-body {padding: clamp(1.25rem, 3vw, 1.75rem);display: flex;flex-direction: column;flex-grow: 1;}#services-1081 .cs-h3 {font-size: clamp(1.25rem, 2.5vw, 1.5rem);font-weight: 700;line-height: 1.3;color: var(--primaryDark);margin: 0 0 0.75rem;position: relative;padding-bottom: 0.875rem;}#services-1081 .cs-h3::after {content: '';position: absolute;bottom: 0;left: 0;width: 2.5rem;height: 3px;background-color: var(--secondary);border-radius: 2px;transition: width 0.3s ease;}#services-1081 .cs-item:hover .cs-h3::after {width: 4rem;}#services-1081 .cs-item-text {font-size: clamp(0.9375rem, 1.3vw, 1.0625rem);line-height: 1.7;color: var(--bodyTextColor);margin: 0 0 1.25rem;flex-grow: 1;}#services-1081 .cs-tags {display: flex;flex-wrap: wrap;gap: 0.375rem;margin-top: auto;}#services-1081 .cs-tag {font-size: 0.75rem;font-weight: 600;letter-spacing: 0.02em;padding: 0.25rem 0.625rem;border-radius: 1rem;background-color: rgba(45, 106, 63, 0.08);color: var(--primary);white-space: nowrap;}}@media only screen and (min-width: 48rem) {#services-1081 .cs-container {max-width: 80rem;}#services-1081 .cs-card-group {flex-direction: row;flex-wrap: wrap;align-items: stretch;}#services-1081 .cs-item {width: calc(50% - 0.75rem);flex: none;}}@media only screen and (min-width: 64rem) {#services-1081 .cs-picture {height: 15rem;}#services-1081 .cs-item-body {padding: 1.75rem;}}@media only screen and (min-width: 0rem) {#gallery-1152 {padding: var(--sectionPadding);background-color: #ffffff;}#gallery-1152 .cs-container {width: 100%;max-width: 59rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#gallery-1152 .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#gallery-1152 .cs-title {margin: 0;}#gallery-1152 .cs-gallery {width: 100%;max-width: 31.25rem;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(12, 1fr);gap: clamp(1rem, 1.5vw, 1.25rem);}#gallery-1152 .cs-image {min-height: clamp(16.25rem, 60vw, 20rem);border-radius: 1rem;overflow: hidden;display: block;grid-column: span 12;grid-row: span 1;position: relative;}#gallery-1152 .cs-image img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;}}@media only screen and (min-width: 43.75rem) {#gallery-1152 .cs-gallery {max-width: 100%;grid-template-rows: 1fr;}#gallery-1152 .cs-image {grid-column: span 3;}#gallery-1152 .cs-image:nth-of-type(4), #gallery-1152 .cs-image:nth-of-type(5) {grid-column: span 3;}}@media only screen and (min-width: 81.25rem) {#gallery-1152 .cs-container {max-width: 80rem;}#gallery-1152 .cs-gallery {grid-template-columns: repeat(4, 1fr);}#gallery-1152 .cs-image {grid-column: span 1;}#gallery-1152 .cs-image:nth-of-type(4), #gallery-1152 .cs-image:nth-of-type(5) {grid-column: span 1;}}@media only screen and (min-width: 0rem) {#reviews-1082 {padding: var(--sectionPadding);background-color: var(--secondary, #07552d);position: relative;overflow: hidden;}#reviews-1082::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: radial-gradient(circle at 10% 90%, rgba(91, 193, 65, 0.08) 0%, transparent 40%), radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.04) 0%, transparent 40%);pointer-events: none;z-index: 0;}#reviews-1082 .cs-container {width: 100%;max-width: 34.375rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(2rem, 5vw, 3rem);position: relative;z-index: 1;}#reviews-1082 .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#reviews-1082 .cs-topper {font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);font-weight: 600;letter-spacing: 0.15em;text-transform: uppercase;color: var(--primary, #5bc141);margin-bottom: 0.75rem;display: inline-block;}#reviews-1082 .cs-title {font-size: clamp(1.9375rem, 4vw, 3rem);font-weight: 800;line-height: 1.2;color: #fff;max-width: 20ch;margin: 0;}#reviews-1082 .cs-featured-review {width: 100%;max-width: 50rem;display: flex;flex-direction: column;align-items: center;text-align: center;padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 3vw, 2rem);}#reviews-1082 .cs-quote-icon {color: var(--primary, #5bc141);opacity: 0.4;margin-bottom: 1.25rem;}#reviews-1082 .cs-quote-icon svg {width: clamp(2.5rem, 5vw, 3.75rem);height: auto;}#reviews-1082 .cs-featured-text {font-size: clamp(1.0625rem, 2vw, 1.25rem);line-height: 1.8;color: #fff;font-style: italic;margin: 0 0 1.5rem;border: none;padding: 0;}#reviews-1082 .cs-featured-stars {display: flex;gap: 0.25rem;margin-bottom: 1rem;}#reviews-1082 .cs-featured-stars img {width: auto;height: clamp(1.125rem, 2vw, 1.375rem);}#reviews-1082 .cs-featured-name {font-size: 1.125rem;font-weight: 700;color: #fff;display: block;margin-bottom: 0.25rem;}#reviews-1082 .cs-featured-source {font-size: 0.875rem;font-weight: 500;color: var(--primary, #5bc141);letter-spacing: 0.05em;display: block;}#reviews-1082 .cs-review-cards {width: 100%;margin: 0;padding: 0;list-style: none;display: flex;flex-direction: column;gap: clamp(1rem, 2.5vw, 1.5rem);}#reviews-1082 .cs-review-item {background-color: #fff;border-top: 3px solid var(--primary, #5bc141);border-radius: 0.5rem;padding: clamp(1.5rem, 3vw, 2rem);display: flex;flex-direction: column;gap: 1rem;transition: transform 0.3s ease, box-shadow 0.3s ease;}#reviews-1082 .cs-review-item:hover {transform: translateY(-3px);box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);}#reviews-1082 .cs-review-stars {display: flex;gap: 0.2rem;}#reviews-1082 .cs-review-stars img {width: auto;height: clamp(1rem, 1.8vw, 1.25rem);}#reviews-1082 .cs-review-text {font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);line-height: 1.7;color: #3a3a3a;font-style: italic;margin: 0;border: none;padding: 0;}#reviews-1082 .cs-reviewer-name {font-size: 1rem;font-weight: 700;color: var(--secondary, #07552d);display: block;margin-top: auto;}}@media only screen and (min-width: 48rem) {#reviews-1082 .cs-container {max-width: 80rem;}#reviews-1082 .cs-review-cards {flex-direction: row;align-items: stretch;}#reviews-1082 .cs-review-item {flex: 1;}}