/* 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;
    }
}
/* Benefits Section */
/* Mobile */
@media only screen and (min-width: 0rem) {
    #sbs-2373 {
        box-sizing: border-box;
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #sbs-2373 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        border-radius: 0.75rem;
        flex-direction: column;
        background: var(--bg01);
        justify-content: center;
        gap: clamp(2.5rem, 5vw, 3rem);
        padding: clamp(2rem, 8vw, 6.25rem) clamp(1rem, 3vw, 4rem);
    }
    #sbs-2373 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    #sbs-2373 .cs-text {
        max-width: 62rem;
    }
    #sbs-2373 .cs-content2 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-2373 .cs-content2 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-2373 .cs-flex {
        width: 100%;
        display: flex;
        align-items: center;
        border-radius: 0.75rem;
        box-sizing: border-box;
        flex-direction: column;
        background: var(--bg04);
        gap: clamp(1rem, 4vw, 2rem);
        padding: clamp(1.5rem, 4vw, 2rem) clamp(1rem, 3vw, 2rem);
    }
    #sbs-2373 .cs-h3 {
        font-weight: 700;
        line-height: 1.2em;
        font-size: 1.5625rem;
        padding-bottom: 2rem;
        color: var(--headerColor);
        border-bottom: 1px solid #D2D8DF;
        margin: 0 0 clamp(1rem, 3vw, 2rem);
    }
    #sbs-2373 .cs-ul {
        padding: 0;
        width: 100%;
        gap: 0.75rem;
        display: flex;
        margin: 0 0 2rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-2373 .cs-li {
        width: 100%;
        gap: 0.5rem;
        display: flex;
        list-style: none;
        line-height: 1.5em;
        align-items: flex-start;
        color: var(--bodyTextColor);
        justify-content: flex-start;
        font-family: var(--bodyFont);
        font-size: var(--bodyFontSize);
    }
    #sbs-2373 .cs-icon {
        flex: none;
        height: auto;
        display: block;
        margin-top: 3px;
        width: 1.1875rem;
    }
    #sbs-2373 .cs-link {
        margin: 0;
        z-index: 1;
        font-weight: 700;
        line-height: 1.5em;
        position: relative;
        text-decoration: none;
        color: var(--secondary);
        font-size: var(--bodyFontSize);
    }
    #sbs-2373 .cs-link:before {
        left: 0;
        bottom: 0;
        opacity: 1;
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        position: absolute;
        background: currentColor;
    }
    #sbs-2373 .cs-picture {
        order: -1;
        z-index: 1;
        width: 100%;
        height: 75vw;
        display: block;
        overflow: hidden;
        position: relative;
        max-height: 21.875rem;
        border-radius: 0.45rem;
    }
    #sbs-2373 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #sbs-2373 .cs-flex {
        flex-direction: row;
        align-items: stretch;
    }
    #sbs-2373 .cs-h3 {
        min-height: clamp(6.75rem, 12vw, 8.875rem);
    }
    #sbs-2373 .cs-picture {
        width: 70vw;
        height: auto;
        max-width: 33rem;
        max-height: 100%;
    }
}
/* Stats Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #stats-1687 {
        background: var(--bg04);
        padding: var(--sectionPadding);
        padding-top: 2rem;
    }
    #stats-1687 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 36.5rem;
        align-items: stretch;
        flex-direction: column;
        gap: clamp(3rem, 7vw, 6.25rem);
    }
    #stats-1687 .cs-wrapper {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #stats-1687 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #stats-1687 .cs-text {
        margin-bottom: 1rem;
    }
    #stats-1687 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }

    #stats-1687 .cs-button-solid:hover:before {
        width: 100%;
    }
    #stats-1687 .cs-picture {
        margin: 0;
        z-index: 1;
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        align-self: stretch;
        max-width: 39.375rem;
        min-height: clamp(25rem, 68vw, 37.5rem);
    }
    #stats-1687 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.75rem;
    }
    #stats-1687 .cs-card-group {
        margin: 0;
        padding: 0;
        display: grid;
        list-style: none;
        grid-auto-flow: row;
        gap: clamp(1rem, 3vw, 2.5rem);
    }
    #stats-1687 .cs-item {
        width: 100%;
        display: flex;
        overflow: hidden;
        position: relative;
        flex-direction: column;
        border-radius: 0.75rem;
        background: var(--itemColor);
        gap: clamp(1.5rem, 6vw, 5rem);
        padding: clamp(1.25rem, 3vw, 2.5rem);
    }
    #stats-1687 .cs-h3 {
        margin: 0;
        z-index: 1;
        font-weight: 700;
        line-height: 1.2em;
        color: var(--primary);
        font-size: clamp(1rem, 2vw, 1.25rem);
    }
    #stats-1687 .cs-number {
        z-index: 1;
        font-weight: 900;
        line-height: 1.2em;
        color: var(--headerColor);
        font-size: clamp(3.0625rem, 5vw, 3.8125rem);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #stats-1687 .cs-container {
        max-width: 120rem;
    }
    #stats-1687 .cs-wrapper {
        display: grid;
        align-items: stretch;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
    #stats-1687 .cs-content {
        padding: 4rem 0;
        align-self: center;
    }
    #stats-1687 .cs-picture {
        /* sends it to the right in the 2nd position */
        order: 2;
    }
    #stats-1687 .cs-card-group {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* Quote Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #quote-561 {
        background: var(--primary);
        padding: var(--sectionPadding);
    }
    #quote-561 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #quote-561 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
        gap: clamp(1rem, 2vw, 1.25rem);
    }
    #quote-561 .cs-quote {
        margin: 0;
        font-weight: 900;
        line-height: 1.2em;
        color: var(--headerColor);
        font-family: var(--bodyFont);
        font-size: clamp(1.9375rem, 5.1vw, 3.0625rem);
    }
    #quote-561 .cs-name {
        margin: 0;
        display: block;
        color: #F2F2F2;
        font-weight: 700;
        line-height: 1.2em;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        font-size: clamp(1rem, 1.7vw, 1.25rem);
    }
}
/* Reviews Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #reviews-1672 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #reviews-1672 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(2.5rem, 4.5vw, 4rem);
    }
    #reviews-1672 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #reviews-1672 .cs-flex {
        margin-top: 2rem;
    }
    #reviews-1672 .cs-title {
        margin: 0rem;
    }
    #reviews-1672 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        gap: clamp(1rem, 2.5vw, 1.25rem);
        grid-template-columns: repeat(12, 1fr);
    }
    #reviews-1672 .cs-item {
        width: 100%;
        display: flex;
        list-style: none;
        position: relative;
        grid-column: span 12;
        box-sizing: border-box;
        flex-direction: column;
        border-radius: 0.75rem;
        justify-content: center;
        align-items: flex-start;
        background: var(--itemColor);
        gap: clamp(1.5rem, 4vw, 3rem);
        transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
        padding: clamp(1.25rem, 3.15vw, 2.5rem) clamp(1.25rem, 3.15vw, 2.5rem);
    }
    #reviews-1672 .cs-item:hover {
        background: var(--itemColor);
        transform: translateY(-0.4375rem);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 50px;
    }
    #reviews-1672 .cs-flex-group {
        gap: 0.75rem;
        display: flex;
        margin-top: auto;
        align-items: flex-start;
    }
    #reviews-1672 .cs-profile {
        height: auto;
        width: 3.25rem;
        display: block;
        border-radius: 50%;
        position: relative;
    }
    #reviews-1672 .cs-profile img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #reviews-1672 .cs-name {
        margin: 0;
        display: block;
        font-weight: 700;
        margin-top: auto;
        font-size: 1.25rem;
        line-height: 1.2em;
        color: var(--headerColor);
    }
    #reviews-1672 .cs-job {
        margin: 0;
        display: block;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5em;
        color: var(--bodyTextColor);
    }
    #reviews-1672 .wrapper {
        gap: 1rem;
        display: flex;
        flex-direction: column;
    }
    #reviews-1672 .cs-item-stars {
        width: 6.75rem;
        height: auto;
    }
    #reviews-1672 .cs-review {
        margin: 0;
        z-index: 1;
        line-height: 1.5em;
        color: var(--bodyTextColor);
        font-family: var(--bodyFont);
        font-size: clamp(0.875rem, 1.6vw, 1.25rem);
    }
    #reviews-1672 .cs-quote {
        z-index: 0;
        right: 0rem;
        height: auto;
        bottom: 0rem;
        width: 5.375rem;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #reviews-1672 .cs-item {
        grid-column: span 4;
    }
}