 @media only screen and (min-width: 0rem) {#sbsr-2326 {padding: var(--sectionPadding);overflow: hidden;position: relative;z-index: 1;}#sbsr-2326 .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 4vw, 4rem);}#sbsr-2326 .cs-content {text-align: left;width: 100%;max-width: 80rem;display: flex;flex-direction: column;align-items: center;margin: 0 auto;}#sbsr-2326 .cs-list {align-self: flex-start;font-size: 1.125rem;}#sbsr-2326 .cs-list-item {font-size: 1rem;}#sbsr-2326 .cs-title {max-width: 100%;text-align: center;margin: 2.5rem 0 1.5rem;font-size: clamp(1.75rem, 4vw, 2.5rem);font-weight: 700;line-height: 1.2;color: var(--headerColor);}#sbsr-2326 .cs-text {margin-bottom: 1rem;max-width: 60rem;line-height: 1.7;}#sbsr-2326 .cs-text:last-of-type {margin-bottom: 1.5rem;}#sbsr-2326 .cs-button-solid {font-size: 1rem;font-weight: 700;line-height: clamp(2.875rem, 5.5vw, 3.5rem);text-align: center;text-decoration: none;min-width: 9.375rem;margin: 2rem auto;padding: 0 1.5rem;background-color: var(--primary);color: var(--bodyTextColorWhite);display: inline-block;position: relative;z-index: 1;border-radius: 0.25rem;transition: all 0.3s ease;border: none;cursor: pointer;}#sbsr-2326 .cs-button-solid:hover {background-color: var(--secondary);transform: translateY(-2px);box-shadow: 0 4px 12px rgba(0, 31, 63, 0.2);}#sbsr-2326 .cs-h3 {font-size: 1.25rem;font-weight: 700;line-height: 1.4em;margin: 0 0 0.75rem 0;color: var(--headerColor);}#sbsr-2326 .cs-ul {margin: 0.75rem 0 2rem;padding: 0;display: flex;flex-direction: column;gap: 0.75rem;}#sbsr-2326 .cs-ul-large {gap: 1rem;}#sbsr-2326 .cs-li {font-size: 1.125rem;line-height: 1.6em;list-style: none;padding-left: clamp(1.5rem, 3vw, 2rem);color: var(--bodyTextColor);position: relative;}#sbsr-2326 .cs-ul-large .cs-li {font-size: 1.25rem;padding-left: 2rem;padding-top: 0.25rem;padding-bottom: 0.25rem;}#sbsr-2326 .cs-li strong {color: var(--headerColor);}#sbsr-2326 .cs-li::before {content: "";width: 0.625rem;height: 0.625rem;margin-top: 0.6rem;background-color: var(--primary);display: block;position: absolute;top: 0;left: 0;transform: rotate(45deg);}#sbsr-2326 .cs-ul-large .cs-li::before {width: 0.75rem;height: 0.75rem;margin-top: 0.7rem;}#sbsr-2326 .cs-services-split {display: flex;flex-direction: column;gap: 2rem;margin: 2rem 0;width: 100%;}#sbsr-2326 .cs-services-content {flex: 1;}#sbsr-2326 .cs-services-picture {width: 100%;border-radius: 12px;overflow: hidden;box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);aspect-ratio: 1 / 1;}#sbsr-2326 .cs-services-picture img {width: 100%;height: 100%;object-fit: cover;display: block;}#sbsr-2326 .cs-gallery-grid {display: grid;grid-template-columns: 1fr;gap: 1.5rem;margin: 3rem 0;width: 100%;}#sbsr-2326 .cs-gallery-picture {position: relative;width: 100%;border-radius: 8px;overflow: hidden;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease, box-shadow 0.3s ease;}#sbsr-2326 .cs-gallery-picture:hover {transform: translateY(-4px);box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}#sbsr-2326 .cs-gallery-picture img {width: 100%;height: 100%;object-fit: cover;display: block;}#sbsr-2326 .cs-reasons-grid {display: grid;grid-template-columns: 1fr;gap: 2rem;margin: 2rem 0;width: 100%;}#sbsr-2326 .cs-reason-card {background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);padding: 2rem;border-radius: 12px;border-left: 4px solid var(--primary);box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);transition: all 0.3s ease;}#sbsr-2326 .cs-reason-card:hover {transform: translateY(-4px);box-shadow: 0 8px 20px rgba(0, 31, 63, 0.12);border-left-width: 6px;}#sbsr-2326 .cs-reason-card .cs-h3 {margin-bottom: 1rem;position: relative;padding-left: 1.5rem;}#sbsr-2326 .cs-reason-card .cs-h3::before {content: "✓";position: absolute;left: 0;color: var(--primary);font-weight: 900;}#sbsr-2326 .cs-reason-card .cs-text {margin-bottom: 0;}#sbsr-2326 .cs-features-section {display: flex;flex-direction: column;gap: 2rem;margin: 2rem 0;width: 100%;}#sbsr-2326 .cs-feature-item {background: #ffffff;padding: 2rem;border-radius: 8px;border: 2px solid #e9ecef;transition: all 0.3s ease;position: relative;overflow: hidden;}#sbsr-2326 .cs-feature-item::before {content: "";position: absolute;top: 0;left: 0;width: 4px;height: 100%;background: linear-gradient(180deg, var(--primary) 0%, var(--secondary) 100%);transform: scaleY(0);transition: transform 0.3s ease;}#sbsr-2326 .cs-feature-item:hover::before {transform: scaleY(1);}#sbsr-2326 .cs-feature-item:hover {border-color: var(--primary);box-shadow: 0 4px 16px rgba(0, 31, 63, 0.1);}#sbsr-2326 .cs-feature-item .cs-h3 {margin-bottom: 1rem;}#sbsr-2326 .cs-feature-item .cs-text {margin-bottom: 0;}#sbsr-2326 .cs-cta-section {background: #003366;padding: 3rem 2rem;border-radius: 16px;text-align: center;margin: 3rem 0;box-shadow: 0 8px 24px rgba(0, 31, 63, 0.2);}#sbsr-2326 .cs-cta-section .cs-title {color: #ffffff;margin-top: 0;}#sbsr-2326 .cs-cta-section .cs-text {color: #f0f4f8;max-width: 50rem;margin-left: auto;margin-right: auto;}#sbsr-2326 .cs-cta-section .cs-button-solid {background-color: #ffffff;color: var(--primary);font-weight: 800;}#sbsr-2326 .cs-cta-section .cs-button-solid:hover {background-color: var(--secondary);color: #ffffff;}#sbsr-2326 .cs-faq-accordion {display: flex;flex-direction: column;gap: 1rem;margin: 2rem 0;width: 100%;}#sbsr-2326 .cs-faq-item {background: #f8f9fa;border-radius: 8px;border: 1px solid #dee2e6;overflow: hidden;transition: all 0.3s ease;}#sbsr-2326 .cs-faq-item.active {background: #ffffff;border-color: var(--primary);box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);}#sbsr-2326 .cs-faq-question {width: 100%;background: transparent;border: none;padding: 1.5rem;text-align: left;font-size: 1.125rem;font-weight: 700;color: var(--primary);cursor: pointer;display: flex;justify-content: space-between;align-items: center;gap: 1rem;transition: all 0.3s ease;}#sbsr-2326 .cs-faq-question:hover {color: var(--secondary);}#sbsr-2326 .cs-faq-question span {flex: 1;}#sbsr-2326 .cs-faq-icon {width: 24px;height: 24px;flex-shrink: 0;color: var(--primary);transition: transform 0.3s ease;}#sbsr-2326 .cs-faq-item.active .cs-faq-icon {transform: rotate(180deg);}#sbsr-2326 .cs-faq-answer {max-height: 0;overflow: hidden;transition: max-height 0.4s ease;}#sbsr-2326 .cs-faq-answer .cs-text {padding: 0 1.5rem 1.5rem;margin-bottom: 0;}#sbsr-2326 .cs-button-box {font-size: inherit;width: 100%;max-width: 39.375rem;margin: clamp(3rem, 6.5vw, 4rem) auto 0;display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;gap: 1.5rem;}#sbsr-2326 .cs-link {text-decoration: none;padding-right: 0;display: flex;justify-content: flex-start;align-items: center;gap: 1rem;position: relative;flex: none;max-width: none;}#sbsr-2326 .cs-link:hover:before {width: 100%;height: 4.5em;}#sbsr-2326 .cs-link:hover .cs-wrapper {transform: scale(1.2);}#sbsr-2326 .cs-link:hover .cs-icon {transform: translateX(0.4375rem);}#sbsr-2326 .cs-link:before {content: "";width: 3.75em;height: 3.75em;background: var(--primary);opacity: 0.05;position: absolute;display: block;top: 50%;left: 0;z-index: -1;transition: width 0.3s, height 0.3s, border-radius 0.3s;}#sbsr-2326 .cs-wrapper {width: 3.75em;height: 3.75em;display: flex;justify-content: center;align-items: center;flex: none;transition: transform 0.3s;}#sbsr-2326 .cs-icon {width: 1.5rem;height: auto;display: block;transition: transform 0.3s;}#sbsr-2326 .cs-info {display: flex;flex-direction: column;align-items: flex-start;gap: 0.25rem;}#sbsr-2326 .cs-header {font-size: 1em;line-height: 1.2em;font-weight: 400;margin: 0;color: var(--bodyTextColor);display: block;}#sbsr-2326 .cs-link-content {font-size: 1rem;line-height: 1.2em;font-weight: 700;margin: 0;color: var(--headerColor);display: block;word-break: break-word;max-width: 220px;overflow-wrap: break-word;}#sbsr-2326 .cs-featured-image {padding-bottom: 1rem;}#sbsr-2326 .cs-image-group {width: 100%;height: auto;margin: 0.5rem 0 2rem 0;display: flex;flex-direction: column;gap: 1rem;position: relative;z-index: 1;order: initial;}#sbsr-2326 .cs-picture {position: relative;display: block;width: 100%;height: auto;border-radius: 8px;overflow: hidden;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease;}#sbsr-2326 .cs-picture:hover {transform: scale(1.02);}#sbsr-2326 .cs-picture img {width: 100%;height: auto;object-fit: cover;position: relative;display: block;}#sbsr-2326 .cs-picture1 {width: 100%;height: auto;border-right: 0;border-bottom: 0;}#sbsr-2326 .cs-picture2 {width: 100%;height: auto;z-index: 1;}#sbsr-2326 .cs-picture3 {display: none;}}@media only screen and (min-width: 48rem) {#sbsr-2326 .cs-container {max-width: 80rem;}#sbsr-2326 .cs-image-group {flex-direction: row;justify-content: space-between;max-width: 60rem;margin: 1rem auto 2rem;}#sbsr-2326 .cs-picture1, #sbsr-2326 .cs-picture2 {width: 48%;}#sbsr-2326 .cs-link-content {max-width: none;}#sbsr-2326 .cs-services-split {flex-direction: row;align-items: center;gap: 3rem;}#sbsr-2326 .cs-services-content {flex: 1;}#sbsr-2326 .cs-services-picture {flex: 0 0 45%;max-width: 500px;}#sbsr-2326 .cs-gallery-grid {grid-template-columns: repeat(2, 1fr);gap: 2rem;}#sbsr-2326 .cs-reasons-grid {grid-template-columns: repeat(2, 1fr);gap: 2rem;}#sbsr-2326 .cs-reason-card:nth-child(3) {grid-column: 1 / -1;max-width: 50%;margin: 0 auto;}#sbsr-2326 .cs-features-section {display: grid;grid-template-columns: repeat(2, 1fr);gap: 2rem;}#sbsr-2326 .cs-faq-accordion {gap: 1.25rem;}}@media only screen and (min-width: 64rem) {#sbsr-2326 .cs-container {flex-direction: column;align-items: center;}#sbsr-2326 .cs-content {width: 100%;max-width: 80rem;}#sbsr-2326 .cs-image-group {width: 80%;margin: 2rem auto;}#sbsr-2326 .cs-picture img {height: 400px;}#sbsr-2326 .cs-button-box {font-size: min(1.4vw, 1rem);flex-direction: row;flex-wrap: nowrap;justify-content: center;gap: 3rem;}#sbsr-2326 .cs-link-content {font-size: 1.2em;}#sbsr-2326 .cs-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 2.5rem;}#sbsr-2326 .cs-reasons-grid {grid-template-columns: repeat(3, 1fr);gap: 2.5rem;}#sbsr-2326 .cs-reason-card:nth-child(3) {grid-column: auto;max-width: none;}#sbsr-2326 .cs-features-section {grid-template-columns: repeat(2, 1fr);gap: 2.5rem;}#sbsr-2326 .cs-cta-section {padding: 4rem 3rem;}#sbsr-2326 .cs-faq-question {font-size: 1.25rem;padding: 1.75rem 2rem;}#sbsr-2326 .cs-faq-answer .cs-text {padding: 0 2rem 2rem;}}