/* Services Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-1622 {
        padding: var(--sectionPadding);
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        position: relative;
        z-index: 10;
    }
    #services-1622 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #services-1622 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        z-index: 15;
        display: grid;
        position: relative;
        box-sizing: border-box;
        grid-template-columns: repeat(12, 1fr);
    }
    #services-1622 .cs-item {
        width: 100%;
        text-align: left;
        list-style: none;
        grid-column: span 12;
        box-sizing: border-box;
        border-bottom: 1px solid #BABABA;
        background-color: var(--itemColor);
        transition: background-color 0.3s, border-color 0.3s;
    }
    #services-1622 .cs-item:last-of-type {
        border-bottom: none;
    }
    #services-1622 .cs-link {
        display: flex;
        text-decoration: none;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: clamp(2rem, 5.3vw, 3.75rem) clamp(1rem, 2.74vw, 2.5rem);
    }
    #services-1622 .cs-icon {
        width: auto;
        height: clamp(2rem, 4vw, 2.5rem);
        margin: 0 0 clamp(1.25rem, 3vw, 2.5rem) 0;
    }
    #services-1622 .cs-h3 {
        font-weight: 700;
        line-height: 1.2em;
        text-align: inherit;
        transition: color .3s;
        color: var(--headerColor);
        margin: 0 0 clamp(0.5rem, 2vw, 1rem) 0;
        font-size: clamp(1.25rem, 2vw, 1.5625rem);
    }
    #services-1622 .cs-item-text {
        /* 14px - 16px */
        margin: 0;
        line-height: 1.5em;
        text-align: inherit;
        color: var(--bodyTextColor);
        transition: color .3s, opacity .3s;
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-1622 .cs-content {
        gap: 3rem;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #services-1622 .cs-title {
        margin: 0;
    }
    #services-1622 .cs-flex-group {
        width: 50%;
        flex: none;
    }
    #services-1622 .cs-item {
        grid-column: span 6;
    }
    #services-1622 .cs-item:nth-of-type(3) {
        border-bottom: none;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #services-1622 .cs-card-group {
        padding: 0;
    }
    #services-1622 .cs-item {
        border-bottom: 0;
        grid-column: span 3;
        border-right: 1px solid var(--borderColor);
    }
    #services-1622 .cs-item:hover {
        background-color: #1a1a1a;
        border-color: #1a1a1a;
    }
    #services-1622 .cs-item:hover .cs-h3,
    #services-1622 .cs-item:hover .cs-item-text {
        color: var(--bodyTextColorWhite);
    }
    #services-1622 .cs-item:hover .cs-item-text {
        opacity: .8;
    }
    #services-1622 .cs-item:last-of-type {
        border: none;
    }
}
/* About Us Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-311 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #sbs-311 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-311 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-311 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-311 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-311 .cs-button-solid:hover:before {
        width: 100%;
    }
    #sbs-311 .cs-image-group {
        height: 39.75em;
        width: 39.4375em;
        position: relative;
        font-size: min(2.31vw, 0.7em);
    }
    #sbs-311 .cs-picture {
        display: block;
        overflow: hidden;
        position: absolute;
        border-radius: 0.75rem;
    }
    #sbs-311 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #sbs-311 .cs-picture1 {
        top: 0;
        left: 0;
        width: 32.625em;
        height: 36.3125em;
    }
    #sbs-311 .cs-picture2 {
        right: 0;
        bottom: 0;
        height: 25em;
        width: 25.875em;
        background: #FFF;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
        border: clamp(0.375em, 1.5vw, 0.75em) solid #FFF;
    }
}
/* Dark Mode Styles */
@media only screen and (min-width: 0rem) {
    body.dark-mode #sbs-311 .cs-picture2 {
        border: clamp(0.375em, 1.5vw, 0.75em) solid var(--bg04);
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbs-311 .cs-container {
        gap: 3.25rem;
        flex-flow: row;
        justify-content: space-between;
    }
    #sbs-311 .cs-image-group {
        flex: none;
        font-size: min(1.2vw, 1em);
    }
    #sbs-311 .cs-content {
        margin: 0;
    }
}
/* Contact Strip */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #contact-strip-1111 {
        z-index: 1;
        position: relative;
        background: var(--primary);
        padding: var(--sectionPadding);
    }
    #contact-strip-1111 .cs-stat-group {
        padding: 0;
        width: 100%;
        gap: 2.5rem;
        margin: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    #contact-strip-1111 .cs-item {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        width: 18.125rem;
        align-items: center;
        justify-content: flex-start;
    }
    #contact-strip-1111 .cs-item:hover .cs-picture {
        background: #FFF;
        transform: scale(1.1);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    #contact-strip-1111 .cs-picture {
        flex: none;
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        width: clamp(3rem, 5.7vw, 5rem);
        height: clamp(3rem, 5.7vw, 5rem);
        border: 2px solid var(--secondary);
        margin-right: clamp(0.75rem, 1.5vw, 1.25rem);
        transition:
        background-color 0.3s,
        box-shadow 0.3s,
        transform 0.6s;
    }
    #contact-strip-1111 .cs-flex-group {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #contact-strip-1111 .cs-icon {
        height: auto;
        width: clamp(1.25rem, 2.5vw, 2.5rem);
    }
    #contact-strip-1111 .cs-header {
        margin: 0;
        display: block;
        font-weight: 900;
        font-size: 1.25rem;
        line-height: 1.2em;
        margin-bottom: 0.75rem;
        color: var(--bodyTextColorWhite);
    }
    #contact-strip-1111 .cs-address,
    #contact-strip-1111 .cs-link {
        display: block;
        line-height: 1.5em;
        text-decoration: none;
        font-family: var(--bodyFont);
        color: var(--bodyTextColorWhite);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #contact-strip-1111 .cs-link:hover {
        text-decoration: underline;
    }
    #contact-strip-1111 .cs-background {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        display: block;
        position: absolute;
    }
    #contact-strip-1111 .cs-background:before {
        /* background color overlay */
        top: 0;
        left: 0;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0.84;
        display: block;
        position: absolute;
        background: #1A1A1A;
    }
    #contact-strip-1111 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #contact-strip-1111 .cs-stat-group {
        gap: 1.5rem;
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
    }
    #contact-strip-1111 .cs-item {
        width: auto;
    }
}
/* The Farm Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-2326 {
        z-index: 1;
        overflow: hidden;
        position: relative;
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #sbsr-2326 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 44rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 4vw, 4rem);
    }
    #sbsr-2326 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 36.625rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbsr-2326 .cs-title {
        max-width: 30ch;
    }
    #sbsr-2326 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-2326 .cs-text:last-of-type {
        margin-bottom: 1.5rem;
    }
    #sbsr-2326 .cs-h3 {
        margin: 0;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5em;
        color: var(--headerColor);
    }
    #sbsr-2326 .cs-ul {
        padding: 0;
        gap: 0.75rem;
        display: flex;
        margin: 0.75rem 0 2rem;
        flex-direction: column;
    }
    #sbsr-2326 .cs-li {
        font-size: 1rem;
        list-style: none;
        line-height: 1.5em;
        position: relative;
        font-family: var(--subFont);
        color: var(--bodyTextColor);
        padding-left: clamp(1.25rem, 3vw, 1.5rem);
    }
    #sbsr-2326 .cs-li strong {
        color: var(--headerColor);
    }
    #sbsr-2326 .cs-li::before {
        top: 0;
        left: 0;
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        display: block;
        margin-top: 0.5rem;
        position: absolute;
        transform: rotate(45deg);
        background: var(--secondary);
    }
    #sbsr-2326 .cs-image-group {
        order: -1;
        z-index: 1;
        display: block;
        width: 39.375em;
        height: 36.125em;
        position: relative;
        font-size: min(2.32vw, .9rem);
    }
    #sbsr-2326 .cs-picture {
        display: block;
        position: absolute;
        border-radius: 0.75rem;
    }
    #sbsr-2326 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute; 
    }
    #sbsr-2326 .cs-picture1 {
        top: 0;
        left: 0;
        width: 25.75em;
        height: 25.75em;
        bottom: 17.5625em; 
        background: #FFF;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
        border: clamp(0.375em, 1.5vw, 0.75em) solid #FFF;
    }
    #sbsr-2326 .cs-picture2 {
        right: 0;
        bottom: 0;
        z-index: -1;
        height: 22em;
        width: 25.8125em;
    }
    #sbsr-2326 .cs-picture2 img {
        border-radius: 0.75rem;
    }
}
/* Dark Mode Styles */
@media only screen and (min-width: 48rem) {
    body.dark-mode #sbsr-2326 .cs-picture1 {
        border: clamp(0.375em, 1.5vw, 0.75em) solid var(--bg01);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #sbsr-2326 .cs-container {
        max-width: 80rem;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-2326 .cs-container {
        flex-direction: row;
        align-items: stretch;
    }
    #sbsr-2326 .cs-image-group {
        flex: none;
        height: auto;
        order: initial;
        min-height: 36.125em;
        margin-bottom: 4.375rem;
        font-size: min(1.1vw, 1rem);
    }
    #sbsr-2326 .cs-picture1 {
        top: 0;
        height: auto;
        bottom: 10.375em;
    }
    #sbsr-2326 .cs-picture2 {
        height: auto;
        top: 14.125em;
    }
}
/* Gallery Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #gallery-1446 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #gallery-1446 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        position: relative;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #gallery-1446 .cs-content {
        width: 100%;
        gap: 1.5rem;
        display: flex;
        text-align: center;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    #gallery-1446 .cs-title {
        margin: 0;
    }
    #gallery-1446 .cs-gallery {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        position: relative;
        gap: clamp(1rem, 1.5vw, 1.25rem);
        grid-template-columns: repeat(auto-fit, minmax(19.0625rem, 1fr));
    }
    #gallery-1446 .cs-image {
        /* 260px - 360px */
        display: block;
        overflow: hidden;
        position: relative;
        border-radius: 0.75rem;
        min-height: clamp(16.25rem, 60vw, 20rem);
    }
    #gallery-1446 .cs-image img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
/* The Program Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-317 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #sbs-317 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        justify-content: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-317 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-317 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-317 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-317 .cs-picture {
        width: 32.5em;
        margin: 3em 0;
        height: 42.5em;
        display: block;
        position: relative;
        font-size: min(2.16vw, 0.68em);
    }
    #sbs-317 .cs-picture:before {
        /* grey box */
        top: 0;
        left: 0;
        opacity: 1;
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background: #BABABA;
        transform: rotate(15deg);
        border-radius: 0.75rem;
    }
    #sbs-317 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.75rem;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbs-317 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: center;
        gap: clamp(4.8125rem, 11vw, 10rem);
    }
    #sbs-317 .cs-content {
        text-align: left;
        align-items: flex-start;
    }
    #sbs-317 .cs-picture {
        flex: none;
        margin: 3.5em 0 3.5em 5em;
        font-size: min(1.1vw, 1em);
    }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
    body.dark-mode #sbs-317 .cs-title {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #sbs-317 .cs-text {
        color: var(--bodyTextColorDark);
    }
    body.dark-mode #sbs-317 .cs-picture:before {
        background: var(--medium);
    }
}
/* Services Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-342 {
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #services-342 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #services-342 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    
    #services-342 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: clamp(1rem, 1.6vw, 1.25rem);
    }
    #services-342 .cs-item {
        z-index: 1;
        width: 100%;
        list-style: none;
        position: relative;
        max-width: 31.25rem;
        border-radius: 0.5rem;
        transition:
        box-shadow 0.3s,
        transform 0.3s;
    }
    #services-342 .cs-item:hover {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        transform: translateY(-0.4375rem);
    }
    #services-342 .cs-item:hover .cs-picture img {
        opacity: 0.3;
        transform: scale(1.1);
    }
    #services-342 .cs-item:hover .cs-h3 {
        color: var(--primaryLight);
    }
    #services-342 .cs-item:before {
        top: 0;
        left: 0;
        opacity: 1;
        content: "";
        width: 100%;
        z-index: -1;
        height: 100%;
        display: block;
        position: absolute;
        border-radius: 0.5rem;
        box-sizing: border-box;
        background: transparent;
        border: 2px solid #E8E8E8;
    }
    #services-342 .cs-link {
        display: block;
        text-decoration: none;
        padding-bottom: clamp(1rem, 2.2vw, 1.5rem);
    }
    #services-342 .cs-picture {
        width: 100%;
        z-index: 10;
        height: 15rem;
        display: block;
        overflow: hidden;
        position: relative;
        border-radius: 0.5rem 0.5rem 0 0;
        background-color: var(--primaryLight);
        margin-bottom: clamp(1rem, 2.2vw, 1.5rem);
    }
    #services-342 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        transition:
        transform 0.6s,
        opacity 0.3s;
    }
    #services-342 .cs-h3 {
        font-weight: 700;
        line-height: 1.2em;
        margin: 0 0 0.75rem 0;
        transition: color 0.3s;
        color: var(--headerColor);
        padding: 0 clamp(1rem, 2vw, 1.5rem);
        font-size: clamp(1.25rem, 3vw, 1.5625rem);
    }
    #services-342 .cs-item-text {
        margin: 0;
        line-height: 1.5em;
        color: var(--bodyTextColor);
        padding: 0 clamp(1rem, 2.2vw, 1.5rem);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-342 .cs-card-group {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #services-342 .cs-item {
        width: clamp(31.85%, 30.5vw, 32.28%);
    }
}
/* Lynn Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-298 {
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #sbsr-298 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        justify-content: center;
    }
    #sbsr-298 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 32.625rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbsr-298 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-298 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbsr-298 .cs-link {
        font-weight: 700;
        font-size: 1.25rem;
        text-decoration: none;
        color: var(--primary);
    }
    #sbsr-298 .cs-image-group {
        width: 100%;
        display: block;
        position: relative;
        max-width: 34.375rem;
        aspect-ratio: 0.90358127;
        margin: 0 auto clamp(4.875rem, 16.5vw, 6.75rem);
    }
    #sbsr-298 .cs-picture {
        /* big background image */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
    }
    #sbsr-298 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.75rem;
    }
    #sbsr-298 .cs-box {
        left: 50%;
        z-index: 10;
        display: flex;
        overflow: hidden;
        position: absolute;
        align-items: center;
        flex-direction: column;
        justify-content: center; 
        transform: translateX(-50%);
        width: clamp(12.75rem, 50vw, 20.375rem);
        height: clamp(12.75rem, 50vw, 20.375rem);
        bottom: calc(clamp(2.375rem, 7.9vw, 3.75rem) *-1);
    }
    #sbsr-298 .cs-box-picture {
        /* Background image for cs-box */
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        display: block;
        overflow: hidden;
        position: absolute;
        background: #1A1A1A; border-radius: 0.75rem;
    }
    #sbsr-298 .cs-box-picture img {
        top: 0;
        left: 0;
        width: 100%;
        opacity: .75;
        height: 100%;
        object-fit: cover;
        position: absolute;
        mix-blend-mode: lighten; 
        
    }
    #sbsr-298 .cs-number {
        z-index: 10;
        display: block;
        line-height: 1em;
        font-weight: 900;
        margin-bottom: 0.5rem;
        mix-blend-mode: screen;
        font-family: var(--subFont); 
        font-size: clamp(4.6875rem, 8vw, 6.25rem);
    }
    #sbsr-298 .cs-number:before {
        top: 50%;
        left: 50%;
        opacity: 1;
        content: '';
        z-index: -1;
        display: block;
        position: absolute;
        background: #FFF;
        transform: translate(-50%, -50%);
        width: clamp(11.5rem, 45vw, 18.375rem);
        height: clamp(11.5rem, 45vw, 18.375rem);
    }
    #sbsr-298 .cs-desc {
        width: 80%;
        z-index: 10;
        font-weight: 700;
        line-height: 1.2em;
        text-align: center;
        position: relative;
        text-transform: lowercase; 
        font-family: var(--bodyFont);
        font-size: clamp(1rem, 4vw, 1.5625rem);
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-298 {
        text-align: left;
    }
    #sbsr-298 .cs-container {
        gap: 10rem;
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
    }
    #sbsr-298 .cs-content {
        text-align: left;
        align-items: flex-start;
    }
    #sbsr-298 .cs-image-group {
        order: 2;
        margin: 0;
        width: 40vw;
        max-width: 32.5625rem;
        height: clamp(32.5rem, 51.9vw, 42rem);
    }
    #sbsr-298 .cs-box {
        left: auto;
        transform: none;
        bottom: clamp(3.875rem, 6.2vw, 5rem);
        width: clamp(15.6875rem, 24.5vw, 20.3125rem);
        height: clamp(15.6875rem, 24.5vw, 20.3125rem);
        left: calc(clamp(3.25rem, 5.5vw + 1.6rem, 6.375rem) *-1);
    }
    #sbsr-298 .cs-number:before {
        width: clamp(14.125rem, 22.7vw, 18.3125rem);
        height: clamp(14.125rem, 22.7vw, 18.3125rem);
    }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
    body.dark-mode #sbsr-298 .cs-link {
        color: var(--secondaryLight);
    }
}
/* FAQ Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #faq-1263 {
        z-index: 1;
        overflow: hidden;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #faq-1263 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: clamp(2.5rem, 5vw, 3rem);
    }
    #faq-1263 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    #faq-1263 .cs-title {
        margin: 0;
        color: var(--headerColor);
    }
    #faq-1263 .cs-faq-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        align-items: center;
        max-width: 52.875rem;
        flex-direction: column;
        justify-content: center;
        gap: clamp(1rem, 2.4vw, 1.25rem);
    }
    #faq-1263 .cs-faq-item {
        padding: 0;
        width: 100%;
        list-style: none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        background: var(--bg04);
        transition: border-bottom 0.3s;
    }
    #faq-1263 .cs-faq-item.active .cs-button {
        color: var(--primary);
    }
    #faq-1263 .cs-faq-item.active .cs-button:before {
        transform: rotate(315deg);
        background: var(--primary);
    }
    #faq-1263 .cs-faq-item.active .cs-button:after {
        background: var(--primary);
        transform: rotate(-315deg);
    }
    #faq-1263 .cs-faq-item.active .cs-item-p {
        height: auto;
        opacity: 0.8;
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        padding-bottom: 1.5rem;
        color: var(--bodyTextColor);
    }
    #faq-1263 .cs-faq-item.active .cs-item-p:before {
        /* border top */
        top: 0;
        opacity: 1;
        content: "";
        height: 1px;
        left: 1.5rem;
        right: 1.5rem;
        display: block;
        position: absolute;
        background: #7d799c;
    }
    #faq-1263 .cs-button {
        width: 100%;
        border: none;
        display: flex;
        text-align: left;
        overflow: hidden;
        font-weight: bold;
        line-height: 1.2em;
        position: relative;
        align-items: stretch;
        background: transparent;
        padding: 1.5rem 1.5rem 0;
        justify-content: flex-start;
        gap: clamp(1rem, 2.5vw, 1.5rem);
        color: var(--headerColor);
        font-size: clamp(1rem, 2vw, 1.25rem);
        transition:
        background-color 0.3s,
        color 0.3s;
    }
    #faq-1263 .cs-button:hover {
        cursor: pointer;
    }
    #faq-1263 .cs-button:before {
        /* left line */
        top: 67%;
        opacity: 1;
        content: "";
        width: 0.5rem;
        display: block;
        height: 0.125rem;
        right: 1.1875rem;
        border-radius: 50%;
        position: absolute;
        transform: rotate(45deg);
        transition: transform 0.5s;
        transform-origin: left center;
        background-color: var(--bodyTextColorWhite);
    }
    #faq-1263 .cs-button:after {
        /* right line */
        top: 67%;
        opacity: 1;
        content: "";
        right: 1rem;
        width: 0.5rem;
        display: block;
        height: 0.125rem;
        border-radius: 50%;
        position: absolute;
        transform: rotate(-45deg);
        transition: transform 0.5s;
        transform-origin: right center;
        background-color: var(--bodyTextColorWhite);
    }
    #faq-1263 .cs-button-text {
        width: 90%;
        padding: 0;
        display: block;
    }
    #faq-1263 .cs-item-p {
        /* 14px - 16px */
        height: 0;
        margin: 0;
        opacity: 0;
        width: 100%;
        overflow: hidden;
        line-height: 1.5em;
        position: relative;
        box-sizing: border-box;
        padding: 0 1.5rem 1.5rem;
        color: var(--bodyTextColor);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        transition:
        opacity 0.3s,
        padding-bottom 0.3s,
        padding-top 0.3s;
    }
    #faq-1263 .cs-background {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        position: absolute;
    }
    #faq-1263 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}

