/*-- -------------------------- -->
<---        List Flair          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #timeline-2178 {
    padding: var(--sectionPadding);
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  #timeline-2178 .cs-container {
    width: 100%;
    /* vhanges to 1280px at tablet */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6.6vw, 4rem);
  }
  #timeline-2178 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    max-width: 45rem;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #timeline-2178 .cs-title {
    margin: 0;
  }
  #timeline-2178 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  #timeline-2178 .cs-item {
    text-align: left;
    list-style: none;
    padding-bottom: 2.5rem;
    overflow: hidden;
    display: flex;
    /* 16px - 24px */
    gap: clamp(1rem, 3vw, 1.5rem);
  }
  #timeline-2178 .cs-item:last-of-type {
    padding-bottom: 0;
  }
  #timeline-2178 .cs-item:last-of-type .cs-icon-wrapper:before {
    display: none;
  }
  #timeline-2178 .cs-icon-wrapper {
    width: 4rem;
    height: 4rem;
    background-color: var(--primary);
    display: flex;
    flex: none;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #timeline-2178 .cs-icon-wrapper:before {
    content: '';
    width: 2px;
    height: 100vh;
    opacity: 1;
    background: repeating-linear-gradient(0deg, #BABABA, #BABABA 2px, transparent 2px, transparent 4px);
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  #timeline-2178 .cs-date {
    font-size: 1rem;
    text-align: inherit;
    line-height: 1.5em;
    margin: 0 0 0.75rem;
    color: var(--secondary);
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  #timeline-2178 .cs-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: var(--secondary);
  }
  #timeline-2178 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 3vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: var(--headerColor);
  }
  #timeline-2178 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #timeline-2178 .cs-floater {
    display: none;
    position: absolute;
    z-index: -1;
  }
  #timeline-2178 .cs-floater1 {
    width: 35%;
    max-width: 42.5rem;
    height: auto;
    display: none;
    top: 0;
    left: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #timeline-2178 .cs-container {
    max-width: 80rem;
  }
  #timeline-2178 .cs-card-group {
    margin-bottom: 3.125rem;
  }
  #timeline-2178 .cs-item {
    width: 53%;
    max-width: 42.0625rem;
    /* 16px - 32px */
    padding-bottom: clamp(1rem, 2.5vw, 2rem);
    position: relative;
    left: calc(50% - 2rem);
  }
  #timeline-2178 .cs-item:nth-of-type(even) {
    text-align: right;
    transform: rotateY(-180deg) translateX(-4rem);
    transform-origin: left;
  }
  #timeline-2178 .cs-item:nth-of-type(even) .cs-icon-wrapper,
  #timeline-2178 .cs-item:nth-of-type(even) .cs-wrapper {
    transform: scaleX(-1);
  }
  #timeline-2178 .cs-item:nth-of-type(even) .cs-date {
    justify-content: flex-end;
  }
  #timeline-2178 .cs-floater2 {
    width: 33%;
    max-width: 40.3125rem;
    height: auto;
    display: none;
    bottom: 0;
    right: 0;
  }
}
            
  /*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-1308 {
        padding: var(--sectionPadding);
        overflow: hidden;
    }

    #sbs-1308 .cs-container {
        width: 100%;
        /* changes to 1280px at desktop */
        max-width: 36.5rem;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 4vw, 4rem);
    }
    #sbs-1308 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        max-width: 33.875rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
        position: relative;
        z-index: 10;
    }

    #sbs-1308 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-1308 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-1308 .cs-button-solid {
        font-size: 1rem;
        /* 46px - 56px */
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: var(--bodyTextColorWhite);
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        display: inline-block;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
        transition: color 0.3s;
    }
    #sbs-1308 .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #000;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }
    #sbs-1308 .cs-button-solid:hover {
        color: #fff;
    }
    #sbs-1308 .cs-button-solid:hover:before {
        width: 100%;
    }
    #sbs-1308 .cs-ul {
        width: 100%;
        padding: 0;
        /* 32px - 48px */
        margin: clamp(2rem, 5vw, 3rem) 0 0 0;
        /* 32px - 48px */
        padding: clamp(2rem, 5vw, 3rem) 0 0 0;
        border-top: 1px solid #e8e8e8;
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 0.75rem;
    }
    #sbs-1308 .cs-item {
        list-style: none;
        width: 32%;
        /* making flex so we can align a heading with 1 line to the bottom */
        display: flex;
        flex-direction: column;
        align-self: stretch;
        align-content: space-between;
    }
    #sbs-1308 .cs-number {
        font-size: 1.5625rem;
        line-height: 1.2em;
        font-weight: 700;
        text-align: left;
        color: var(--primary);
        display: block;
        margin: 0 0 0.5rem 0;
    }
    #sbs-1308 .cs-h3 {
        font-size: 1rem;
        line-height: 1.5em;
        font-weight: 400;
        text-align: left;
        /* auto margin top will push text to bottom if there's only one line */
        margin: 0;
        color: var(--bodyTextColor);
    }
    #sbs-1308 .cs-image-group {
        width: 100%;
        max-width: 41.875rem;
        height: 100vw;
        max-height: 39.375rem;
        position: relative;
        display: block;
        z-index: 1;
    }
    #sbs-1308 .cs-picture {
        /* big background image */
        width: 93%;
        height: 93%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }
    #sbs-1308 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    #sbs-1308 .cs-box {
        text-align: left;
        width: 70%;
        max-width: 19rem;
        /* 20px - 40px */
        padding: clamp(1.25rem, 4vw, 2.5rem);
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        background-color: #1a1a1a;
        display: inline-flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 10;
    }
    #sbs-1308 .cs-desc {
        /* 16px - 31px */
        font-size: clamp(1rem, 2.5vw, 1.9375rem);
        line-height: 1.2em;
        font-weight: 700;
        text-align: inherit;
        width: 100%;
        color: var(--bodyTextColorWhite);
        position: relative;
        z-index: 10;
    }
    #sbs-1308 .cs-graphic {
        width: 150%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbs-1308 .cs-container {
        max-width: 80rem;
        padding-top: 0;
        /* set to horizontal arrangement */
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    #sbs-1308 .cs-content {
        width: 48%;
        padding: 3rem 0;
        align-self: center;
        /* prevents flexbox from squishing it */
        flex: none;
    }
    #sbs-1308 .cs-image-group {
        width: 55%;
        max-width: 41.875rem;
        min-height: 41.875rem;
        max-height: 100%;
        height: auto;
        margin: 0;
    }
    #sbs-1308 .cs-picture {
        width: 93%;
        height: 94%;
    }
    #sbs-1308 .cs-box {
        bottom: 0rem;
    }
    #sbs-1308 .cs-graphic {
        max-width: 44.6875rem;
        left: auto;
        right: 8.125rem;
        transform: translateY(-50%);
    }
}

/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-1162 {
        padding: var(--sectionPadding);
        /* clips grpahics from causing overflow issues */
        overflow: hidden;
        background-color: #fff;
    }
    #sbsr-1162 .cs-container {
        width: 100%;
        /* changes to 1280px at desktop */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbsr-1162 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        max-width: 33.875rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }

    #sbsr-1162 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-1162 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbsr-1162 .cs-ul {
        max-width: 39.375rem;
        margin: 0 0 2rem 0;
        padding: 0;
        /* clips the bullets to create the half circle */
        overflow: hidden;
    }
    #sbsr-1162 .cs-li {
        list-style: none;
        margin: 0 0 0.5rem 0;
        color: var(--bodyTextColor);
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0.75rem;
        position: relative;
    }
    #sbsr-1162 .cs-li:before {
        /* bullet */
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        margin-top: 0.5rem;
        background: var(--secondary);
        display: block;
        /* prevents flexbox from squishing it */
        flex: none;
    }
    #sbsr-1162 .cs-button-solid {
        font-size: 1rem;
        /* 46px - 56px */
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: #fff;
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        display: inline-block;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
    }
    #sbsr-1162 .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #000;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }
    #sbsr-1162 .cs-button-solid:hover:before {
        width: 100%;
    }
    #sbsr-1162 .cs-image-group {
        /* scales the whole group based on the view width size and stop when that vales equals .8em, resets at desktop */
        font-size: min(2.15vw, 0.8em);
        width: 42.375em;
        height: 36.75em;
        display: block;
        position: relative;
        z-index: 1;
    }
    #sbsr-1162 .cs-picture {
        position: absolute;
    }
    #sbsr-1162 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    #sbsr-1162 .cs-picture1 {
        width: 39.375em;
        height: 24.375em;
        top: 0;
        right: 0;
        z-index: 10;
    }
    #sbsr-1162 .cs-picture2 {
        width: 28.8125em;
        height: 18.75em;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
    #sbsr-1162 .cs-graphic {
        height: auto;
        position: absolute;
    }
    #sbsr-1162 .cs-graphic1 {
        width: 72.125em;
        top: 1.25em;
        left: -3.75em;
        transform: rotate(-165deg);
    }
    #sbsr-1162 .cs-graphic2 {
        width: 67.8125em;
        top: 11.5625em;
        left: -1.5625em;
    }
    #sbsr-1162 .cs-box {
        width: 12.3125em;
        height: 11.125em;
        padding: 0.5rem;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        background-color: var(--primary);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        z-index: 20;
        right: 0;
        bottom: 0;
    }
    #sbsr-1162 .cs-number {
        /* 20px - 39px */
        font-size: clamp(1.25rem, 4vw, 2.4375rem);
        text-align: center;
        line-height: 1.2em;
        font-weight: 700;
        width: 100%;
        /* 4px - 8px */
        margin: 0 0 clamp(0.25rem, 1vw, 0.5rem);
        color: var(--bodyTextColorWhite);
        display: block;
    }
    #sbsr-1162 .cs-desc {
        /* 12px - 16px */
        font-size: clamp(0.75rem, 1.9vw, 1rem);
        text-align: center;
        line-height: 1.2em;
        font-weight: 700;
        width: 100%;
        max-width: 12ch;
        margin: 0;
        color: var(--bodyTextColorWhite);
        display: block;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-1162 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #sbsr-1162 .cs-image-group {
        font-size: min(1.2vw, 1em);
        flex: none;
        /* sends it to the right in the 2nd position */
        order: 2;
    }
}
                                

/*-- -------------------------- -->
<---         Services           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #quote-1307 {
        position: relative;
        z-index: 1;
    }
    #quote-1307 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        box-sizing: border-box;
        padding: var(--sectionPadding);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    #quote-1307 .cs-content {
        width: 100%;
        max-width: 53.125rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: center;
        /* set text align to left if content needs to be left aligned */
        text-align: center;
    }
    #quote-1307 .cs-quote {
        /* 31px - 49px */
        font-size: clamp(1.9375rem, 5.1vw, 3.0625rem);
        line-height: 1.2em;
        font-weight: bold;
        margin: 0;
        margin-bottom: 1.5rem;
        color: #fff;
        text-align: inherit;
    }
    #quote-1307 .cs-desc {
        font-size: 1rem;
        line-height: 1.6em;
        font-weight: 400;
        margin: 0;
        color: #f7f7f7;
        max-width: 45rem;
        text-align: center;
    }
    #quote-1307 .cs-background {
        width: 100%;
        height: 100%;
        background-color: #1a1a1a;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        /* darkened overlay */
    }
    #quote-1307 .cs-background::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
    }
    #quote-1307 .cs-background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.24;
        position: absolute;
        top: 0;
        left: 0;
    }
}

                                
/*-- -------------------------- -->
<---     Mission/Vision Tabs    -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
    #about-mission {
        padding: var(--sectionPadding);
        overflow: hidden;
        background-color: #f7f7f7;
    }
    #about-mission .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #about-mission .cs-image-group {
        font-size: min(2.15vw, 0.8em);
        width: 42.375em;
        height: 36.75em;
        display: block;
        position: relative;
        z-index: 1;
    }
    #about-mission .cs-picture {
        position: absolute;
    }
    #about-mission .cs-picture img {
        width: 100%; height: 100%;
        object-fit: cover;
        position: absolute; top: 0; left: 0;
    }
    #about-mission .cs-picture1 {
        width: 39.375em; height: 24.375em;
        top: 0; right: 0; z-index: 10;
    }
    #about-mission .cs-picture2 {
        width: 28.8125em; height: 18.75em;
        bottom: 0; left: 0; z-index: 10;
    }
    #about-mission .cs-box {
        width: 12.3125em; height: 11.125em;
        padding: 0.5rem;
        box-sizing: border-box;
        background-color: var(--primary);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        z-index: 20;
        right: 0; bottom: 0;
    }
    #about-mission .cs-number {
        font-size: clamp(1.25rem, 4vw, 2.4375rem);
        text-align: center; line-height: 1.2em;
        font-weight: 700; width: 100%;
        margin: 0 0 clamp(0.25rem, 1vw, 0.5rem);
        color: var(--bodyTextColorWhite);
        display: block;
    }
    #about-mission .cs-desc {
        font-size: clamp(0.75rem, 1.9vw, 1rem);
        text-align: center; line-height: 1.2em;
        font-weight: 700; width: 100%;
        max-width: 12ch; margin: 0;
        color: var(--bodyTextColorWhite);
        display: block;
    }
    #about-mission .cs-content {
        text-align: left; width: 100%;
        max-width: 33.875rem;
        display: flex; flex-direction: column;
        align-items: flex-start;
    }
    /* Tabs */
    #about-mission .cs-tab-nav {
        display: flex; gap: 0;
        border-bottom: 2px solid #e8e8e8;
        width: 100%; margin: 1.5rem 0 0;
    }
    #about-mission .cs-tab-btn {
        background: none; border: none;
        padding: 0.75rem 1.25rem;
        font-size: 0.9375rem; font-weight: 600;
        color: var(--bodyTextColor);
        cursor: pointer;
        border-bottom: 2px solid transparent;
        margin-bottom: -2px;
        transition: color 0.2s, border-color 0.2s;
    }
    #about-mission .cs-tab-btn.cs-active,
    #about-mission .cs-tab-btn:hover {
        color: var(--primary);
        border-bottom-color: var(--accent);
    }
    #about-mission .cs-tab-panels {
        width: 100%; margin: 1.5rem 0;
    }
    #about-mission .cs-tab-panel {
        display: none;
        opacity: 0;
        transform: translateY(8px);
    }
    #about-mission .cs-tab-panel.cs-active {
        display: block;
        animation: tabFadeIn 0.35s ease forwards;
    }
    @keyframes tabFadeIn {
        from { opacity: 0; transform: translateY(8px); }
        to   { opacity: 1; transform: translateY(0); }
    }
    #about-mission .cs-text {
        margin-bottom: 1rem;
    }
    #about-mission .cs-feature-list {
        padding: 0; margin: 0 0 1.5rem;
        list-style: none;
        display: flex; flex-direction: column; gap: 0.5rem;
    }
    #about-mission .cs-feature-list li {
        padding-left: 1.25rem;
        position: relative;
        color: var(--bodyTextColor);
        font-size: 0.9375rem; line-height: 1.5em;
    }
    #about-mission .cs-feature-list li::before {
        content: "";
        position: absolute; left: 0; top: 0.55em;
        width: 0.5rem; height: 0.5rem;
        background: var(--accent);
        border-radius: 50%;
    }
    #about-mission .cs-button-solid {
        font-size: 1rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none; font-weight: 700;
        text-align: center; margin: 0;
        color: #fff; padding: 0 1.5rem;
        background-color: var(--primary);
        display: inline-block; position: relative; z-index: 1;
        box-sizing: border-box;
    }
    #about-mission .cs-button-solid::before {
        content: ""; position: absolute;
        height: 100%; width: 0%;
        background: #000; top: 0; left: 0; z-index: -1;
        transition: width 0.3s;
    }
    #about-mission .cs-button-solid:hover::before { width: 100%; }
}
@media only screen and (min-width: 64rem) {
    #about-mission .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #about-mission .cs-image-group {
        font-size: min(1.2vw, 1em);
        flex: none;
    }
    #about-mission .cs-content {
        width: 48%;
    }
}

/*-- -------------------------- -->
<---         Founders           -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
    #founders-2178 {
        padding: var(--sectionPadding);
        background: #fff;
    }
    #founders-2178 .cs-container {
        width: 100%; max-width: 80rem;
        margin: auto;
        display: flex; flex-direction: column;
        align-items: center;
        gap: clamp(2.5rem, 5vw, 3.5rem);
    }
    #founders-2178 .cs-content {
        text-align: center; width: 100%;
        display: flex; flex-direction: column;
        align-items: center;
    }
    #founders-2178 .cs-text {
        max-width: 36rem; margin: 0;
        color: var(--bodyTextColor);
    }
    #founders-2178 .cs-card-group {
        list-style: none; padding: 0; margin: 0;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    #founders-2178 .cs-item {
        display: flex; flex-direction: column;
        align-items: center; text-align: center;
        gap: 1.25rem;
        padding: 2rem 1.5rem;
        border: 1px solid #e8e8e8;
        background: #fafafa;
        transition: box-shadow 0.3s ease;
    }
    #founders-2178 .cs-item:hover {
        box-shadow: 0 12px 36px rgba(15,22,66,0.1);
    }
    #founders-2178 .cs-founder-avatar {
        width: 5rem; height: 5rem;
        border-radius: 50%;
        background: var(--primary);
        color: var(--accent);
        font-family: var(--headerFont);
        font-size: 1.5rem; font-weight: 900;
        display: flex; align-items: center; justify-content: center;
        letter-spacing: 0.05em;
        flex: none;
    }
    #founders-2178 .cs-info {
        display: flex; flex-direction: column;
        align-items: center; gap: 0.375rem;
    }
    #founders-2178 .cs-name {
        font-size: clamp(1.125rem, 2.5vw, 1.375rem);
        font-weight: 700; color: var(--headerColor);
        margin: 0; line-height: 1.2em;
    }
    #founders-2178 .cs-job {
        font-size: 0.875rem; font-weight: 600;
        text-transform: uppercase; letter-spacing: 0.1em;
        color: var(--secondary); display: block;
        margin-bottom: 0.5rem;
    }
    #founders-2178 .cs-text {
        font-size: 0.9375rem; line-height: 1.6em;
        color: var(--bodyTextColor); margin: 0;
        text-align: center;
    }
}
@media only screen and (min-width: 48rem) {
    #founders-2178 .cs-card-group {
        grid-template-columns: 1fr 1fr;
        max-width: 56rem;
        margin: 0 auto;
    }
}

/*-- -------------------------- -->
<---       Meet The Team        -->
<--- -------------------------- -*/

@media only screen and (min-width: 0rem) {
    #meet-team-860 {
        padding: var(--sectionPadding);
        overflow: hidden;
        background: #fff;
    }
    #meet-team-860 .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #meet-team-860 .cs-content {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #meet-team-860 .cs-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.25rem;
    }
    #meet-team-860 .cs-card-group {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: clamp(1rem, 2.3vw, 1.25rem);
    }
    #meet-team-860 .cs-item {
        list-style: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    #meet-team-860 .cs-item:hover .cs-picture img { transform: scale(1.06); }
    #meet-team-860 .cs-item:hover .cs-info { background-color: var(--primary); }
    #meet-team-860 .cs-item:hover .cs-name,
    #meet-team-860 .cs-item:hover .cs-job,
    #meet-team-860 .cs-item:hover .cs-desc { color: rgba(255,255,255,0.85); }
    #meet-team-860 .cs-item:hover .cs-name { color: #fff; }
    #meet-team-860 .cs-picture {
        width: 100%;
        aspect-ratio: 328 / 407;
        border-radius: 1rem;
        overflow: hidden;
        display: block;
        position: relative;
        margin-bottom: 0.5rem;
    }
    #meet-team-860 .cs-picture img {
        width: 100%; height: 100%;
        object-fit: cover;
        object-position: top;
        position: absolute;
        top: 0; left: 0;
        transition: transform 0.6s ease;
    }
    #meet-team-860 .cs-info {
        width: 100%;
        padding: 1rem 1.25rem;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 0.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.25rem;
        transition: background-color 0.3s;
    }
    #meet-team-860 .cs-name {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.2em;
        margin: 0;
        color: var(--headerColor);
        display: block;
        transition: color 0.3s;
    }
    #meet-team-860 .cs-job {
        font-size: 0.875rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: var(--secondary);
        display: block;
        transition: color 0.3s;
    }
    #meet-team-860 .cs-desc {
        font-size: 0.875rem;
        line-height: 1.55em;
        color: var(--bodyTextColor);
        margin: 0.375rem 0 0;
        transition: color 0.3s;
    }
}
@media only screen and (min-width: 37.5rem) {
    #meet-team-860 .cs-card-group {
        flex-direction: row;
        align-items: stretch;
    }
    #meet-team-860 .cs-item { width: 50%; }
    #meet-team-860 .cs-picture {
        aspect-ratio: initial;
        height: 25rem;
    }
}
@media only screen and (min-width: 56.25rem) {
    #meet-team-860 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
    }
    #meet-team-860 .cs-content {
        text-align: left;
        width: 40%;
        align-items: flex-start;
    }
    #meet-team-860 .cs-flex { align-items: flex-start; }
    #meet-team-860 .cs-card-group {
        width: 55%;
        flex-wrap: nowrap;
    }
    #meet-team-860 .cs-item { width: 100%; }
}

/*-- -------------------------- -->
<---       Meet The Team        -->
<--- -------------------------- -*/

@media only screen and (min-width: 0rem) {
    #meet-team-860 {
        padding: var(--sectionPadding);
        overflow: hidden;
    }
    #meet-team-860 .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #meet-team-860 .cs-content {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #meet-team-860 .cs-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.25rem;
    }
    #meet-team-860 .cs-card-group {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: clamp(1rem, 2.3vw, 1.25rem);
    }

    /* ── Card ── */
    #meet-team-860 .cs-item {
        width: 100%;
        height: 25.4375rem;
        position: relative;
        border-radius: 1rem;
        overflow: hidden;
        cursor: pointer;
    }
    #meet-team-860 .cs-flip-inner {
        width: 100%;
        height: 100%;
        position: relative;
    }

    /* ── Front ── */
    #meet-team-860 .cs-front,
    #meet-team-860 .cs-back {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 1rem;
        overflow: hidden;
        transition: opacity 0.4s ease, visibility 0.4s ease;
    }
    #meet-team-860 .cs-front {
        opacity: 1;
        visibility: visible;
    }
    #meet-team-860 .cs-picture {
        width: 100%;
        height: 100%;
        display: block;
    }
    #meet-team-860 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        transition: transform 0.4s ease;
    }
    #meet-team-860 .cs-info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem 1.25rem;
        background: rgba(15, 22, 66, 0.82);
        backdrop-filter: blur(4px);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.2rem;
    }
    #meet-team-860 .cs-name {
        font-size: 1.125rem;
        font-weight: 700;
        color: #fff;
        display: block;
        text-align: center;
        margin: 0;
    }
    #meet-team-860 .cs-job {
        font-size: 0.8125rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: var(--accent);
        display: block;
        text-align: center;
    }

    /* ── Back ── */
    #meet-team-860 .cs-back {
        opacity: 0;
        visibility: hidden;
        background: var(--primary);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem;
    }
    #meet-team-860 .cs-back-inner {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
    #meet-team-860 .cs-back .cs-topper {
        color: var(--accent);
        font-size: var(--topperFontSize);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }
    #meet-team-860 .cs-back .cs-name {
        font-family: var(--headerFont);
        font-size: clamp(1.25rem, 3vw, 1.625rem);
        font-weight: 900;
        color: #fff;
        margin: 0;
        text-transform: uppercase;
    }
    #meet-team-860 .cs-desc {
        font-size: 0.9375rem;
        line-height: 1.6em;
        color: rgba(255, 255, 255, 0.78);
        margin: 0;
    }
    #meet-team-860 .cs-back .cs-link {
        display: inline-block;
        font-family: var(--headerFont);
        font-size: 0.875rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--accent);
        text-decoration: none;
        margin-top: 0.5rem;
        transition: opacity 0.2s;
    }
    #meet-team-860 .cs-back .cs-link:hover { opacity: 0.75; }

    /* ── Active state (hover on desktop, .cs-flipped on touch) ── */
    @media (hover: hover) {
        #meet-team-860 .cs-item:hover .cs-front { opacity: 0; visibility: hidden; }
        #meet-team-860 .cs-item:hover .cs-back  { opacity: 1; visibility: visible; }
        #meet-team-860 .cs-item:hover .cs-picture img { transform: scale(1.04); }
    }
    #meet-team-860 .cs-item.cs-flipped .cs-front { opacity: 0; visibility: hidden; }
    #meet-team-860 .cs-item.cs-flipped .cs-back  { opacity: 1; visibility: visible; }
}

@media only screen and (min-width: 37.5rem) {
    #meet-team-860 .cs-card-group {
        flex-direction: row;
    }
    #meet-team-860 .cs-item {
        flex: 1;
        height: 30rem;
    }
    #meet-team-860 .cs-back {
        padding: 1.5rem 1.25rem;
    }
    #meet-team-860 .cs-back-inner {
        gap: 0.5rem;
    }
    #meet-team-860 .cs-desc {
        font-size: 0.875rem;
        line-height: 1.5em;
    }
}

@media only screen and (min-width: 56.25rem) {
    #meet-team-860 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
    }
    #meet-team-860 .cs-content {
        text-align: left;
        width: 35%;
        align-items: flex-start;
    }
    #meet-team-860 .cs-flex {
        align-items: flex-start;
    }
    #meet-team-860 .cs-card-group {
        width: 60%;
        flex-direction: row;
    }
    #meet-team-860 .cs-item {
        height: 28rem;
    }
}
