/************ MOBILE - 360PX *************/
/*****************************************/
@media only screen and (min-width: 0rem) {
    /************ ABOUT SBS ******************/
    /*****************************************/
    #sbs-2316 {
        padding: var(--sectionPadding);
        position: relative;
    }
    #sbs-2316 .cs-container {
        width: 100%;
        /* changes to 1280px at tablet */
        max-width: 36.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 10vw, 4rem);
    }
    #sbs-2316 .cs-content {
        /* set text align to center if content needs to be centrally aligned */
        text-align: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* aligns content to the left, set to center to centrally align */
        align-items: flex-start;
        /* 48px - 72px */
        gap: clamp(3rem, 7vw, 4.5rem);
    }
    #sbs-2316 .cs-content2 {
          /* 20px - 72px */
        gap: clamp(1.25rem, 7vw, 4.5rem);
    }
    #sbs-2316 .cs-title,
    #sbs-2316 .cs-text {
        max-width: 100%;
    }
    #sbs-2316 .cs-ul {
        margin: 1rem 0 2rem 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    #sbs-2316 .cs-li {
        font-size: 1rem;
        line-height: 1.5em;
        list-style: none;
        color: var(--bodyTextColor);
    }
    #sbs-2316 .cs-li:before {
        /* bullet */
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        margin: 0 0.75rem 0.125rem 0.125rem;
        background: var(--secondary);
        display: inline-block;
        transform: rotate(45deg);
    }
    #sbs-2316 .cs-button-box {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 2rem;
        row-gap: 1rem;
    }
    #sbs-2316 .cs-link {
        text-decoration: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 1rem;
        position: relative;
    }
    #sbs-2316 .cs-icon-wrapper {
        width: 3.75rem;
        height: 3.75rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        transition: transform 0.3s;
        /* prevents flexbox from squishing it */
        flex: none;
    }
    #sbs-2316 .cs-icon-wrapper::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--primary);
        opacity: 0.05;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #sbs-2316 .cs-icon {
        width: 1.5rem;
        height: auto;
        display: block;
    }
    #sbs-2316 .cs-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    #sbs-2316 .cs-link-content {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2em;
        margin: 0;
        color: var(--bodyTextColor);
        display: block;
    }
    #sbs-2316 .cs-phone {
        font-size: 1.5625rem;
        font-weight: 700;
        line-height: 1.2em;
        margin: 0;
        color: var(--headerColor);
        display: block;
    }
    #sbs-2316 .cs-img {
        width: 3.75rem;
        height: auto;
    }
    #sbs-2316 .cs-signature {
        width: auto;
        height: 2.25rem;
        /* centers the signature while everything else remains aligned to the left */
        margin: 0 auto;
        display: block;
    }
    #sbs-2316 .cs-job {
        font-size: 1rem;
        line-height: 1.5em;
        text-align: center;
        margin-top: 0.375rem;
        padding-top: 0.25rem;
        color: var(--bodyTextColor);
        border-top: 1px solid #e7e7e8;
    }
    #sbs-2316 .cs-button-solid {
        font-size: 1rem;
        font-weight: 700;
        /* 46px - 56px */
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-align: center;
        text-decoration: none;
        min-width: 9.375rem;
        margin: 2rem 0 0;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
        padding: 0 1.5rem;
        background-color: var(--primary);
        color: #fff;
        border-radius: 0.25rem;
        display: inline-block;
        position: relative;
        z-index: 1;
    }
    #sbs-2316 .cs-button-solid:before {
        content: "";
        width: 0%;
        height: 100%;
        background: #000;
        opacity: 1;
        border-radius: 0.25rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }
    #sbs-2316 .cs-button-solid:hover:before {
        width: 100%;
    }
    #sbs-2316 .cs-picture {
        display: block;
        position: relative;
        z-index: 1;
    }
    #sbs-2316 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    #sbs-2316 .cs-picture1 {
        width: 100%;
        /* 280px - 400px */
        height: clamp(17.5rem, 55vw, 25rem);
    }
    #sbs-2316 .cs-picture2 {
        width: 100%;
        height: 17.5rem;
    }
    /************ MEET THE TEAM **************/
    /*****************************************/
    #meet-2337 {
        padding: var(--sectionPadding);
        overflow: hidden;
        position: relative;
    }
    #meet-2337 .cs-container {
        width: 100%;
        /* changes to 1280px at tablet */
        max-width: 36.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #meet-2337 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: center;
    }
    #meet-2337 .cs-title {
        max-width: 18ch;
        margin-bottom: 0;
    }
    #meet-2337 .cs-card-group {
        width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 1.5rem;
    }
    #meet-2337 .cs-item {
        text-align: center;
        list-style: none;
        width: 100%;
        margin: 0;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #E7E7E8;
        display: flex;
        gap: 1.5rem;
        grid-column: span 12;
        grid-row: span 1;
        position: relative;
        z-index: 1;
        transition: background-color 0.3s;
    }
    #meet-2337 .cs-item:before {
        content: '';
        width: 0%;
        height: 4px;
        background: var(--primary);
        opacity: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transition: width 0.3s, opacity 0.3s;
    }
    #meet-2337 .cs-item:after {
        content: '';
        width: 0%;
        height: 4px;
        background: var(--primary);
        opacity: 0;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        transition: width 0.3s, opacity 0.3s;
    }
    #meet-2337 .cs-item:hover:before,
    #meet-2337 .cs-item:hover:after {
        width: 100%;
        opacity: 1;
    }
    #meet-2337 .cs-picture {
        width: 42%;
        max-width: 12.5rem;
        height: auto;
        /* 170px - 240px */
        min-height: clamp(10.625rem, 45vw, 15rem);
        display: block;
        flex: none;
        position: relative;
        z-index: 1;
    }
    #meet-2337 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* makes sure the image is always cropped with the top of the image at the top of the picture element so no ones heads are cut off */
        object-position: top;
        position: absolute;
        top: 0;
        left: 0;
    }
    #meet-2337 .cs-flex {
        text-align: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        /* 40px - 100px */
        gap: clamp(2.5rem, 6vw, 6.25rem);
    }
    #meet-2337 .cs-icon {
        width: 1.25rem;
        height: auto;
    }
    #meet-2337 .cs-header {
        /* 20px - 25px */
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
        font-weight: bold;
        line-height: 1.2em;
        text-align: inherit;
        margin: 0 0 0.25rem 0;
        color: var(--headerColor);
    }
    #meet-2337 .cs-job {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        max-width: 28.125rem;
        margin: 0 0 3rem;
        padding: 0;
        color: var(--bodyTextColor);
        display: block;
    }
    #meet-2337 .cs-social-group {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }
    #meet-2337 .cs-social {
        font-size: 1rem;
        text-decoration: none;
        color: #585B5D;
        padding-right: 1rem;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    #meet-2337 .cs-social:before {
        /* background color */
        content: '';
        width: 100%;
        height: 100%;
        background: var(--primary);
        opacity: 0.05;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.3s, background-color 0.3s;
    }
    #meet-2337 .cs-wrapper {
        width: 2.25rem;
        height: 2.25rem;
        margin-right: 1rem;
        border-right: 1px solid #FCEBE9;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    #meet-2337 .cs-icon {
        width: 1.25rem;
        height: auto;
        display: block;
    }
    /************ STEPS **********************/
    /*****************************************/
    #steps-2330 {
        padding: var(--sectionPadding);
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    #steps-2330 .cs-container {
        width: 100%;
        /* changes to 1280px at desktop */
        max-width: 36.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }
    #steps-2330 .cs-wrapper {
        display: contents;
    }
    #steps-2330 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }
    #steps-2330 .cs-topper {
        color: var(--secondary);
    }
    #steps-2330 .cs-title {
        margin: 0;
        max-width: 20ch;
    }
    #steps-2330 .cs-card-group {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        /* 32px - 60px */
        gap: clamp(2rem, 6vw, 3.75rem);
    }
    #steps-2330 .cs-item {
        list-style: none;
        display: flex;
        align-items: flex-start;
        /* 16px - 24px */
        gap: clamp(1rem, 2vw, 1.5rem);
        position: relative;
    }
    #steps-2330 .cs-item:last-of-type {
        border-bottom: none;
    }
    #steps-2330 .cs-number {
        /* 39px - 61px */
        font-size: clamp(2.4375rem, 7vw, 3.8125rem);
        font-weight: 900;
        line-height: 1.1875em;
        color: #E7E7E8;
        display: block;
    }
    #steps-2330 .cs-h3 {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.125em;
        margin: 0 0 0.75rem 0;
        color: var(--headerColor);
    }
    #steps-2330 .cs-item-text {
        font-size: 1rem;
        line-height: 1.5em;
        text-align: left;
        margin: 0;
        color: var(--bodyTextColor);
    }
    #steps-2330 .cs-picture {
        width: 100%;
        height: auto;
        order: 3;
    }
    #steps-2330 .cs-picture img {
        width: 100%;
        height: auto;
        display: block;
    }
    #steps-2330 .cs-floater {
        display: none;
    }
    /************ REVIEWS ********************/
    /*****************************************/
    #reviews-2327 {
        padding: var(--sectionPadding);
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    #reviews-2327 .cs-container {
        width: 100%;
        /* changes to 1280px at desktop */
        max-width: 36.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #reviews-2327 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #reviews-2327 .cs-title {
        margin: 0;
    }
    #reviews-2327 .cs-reviews-wrapper {
        display: flex;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
        z-index: 1;
    }
    #reviews-2327 .cs-flex {
        width: auto;
        display: inline-flex;
        justify-content: center;
        gap: 1rem;
        position: absolute;
        left: 0;
        bottom: -6rem;
    }
    #reviews-2327 .cs-button {
        width: 3rem;
        height: 3rem;
        padding: 0.875rem;
        background-color: #f7f7f7;
        border: none;
        transition: background-color 0.3s;
    }
    #reviews-2327 .cs-button:hover {
        cursor: pointer;
        background-color: var(--primary);
    }
    #reviews-2327 .cs-button:hover .cs-button-arrow {
        filter: grayscale(1) brightness(1000%);
    }
    #reviews-2327 .cs-button-arrow {
        width: 1.25rem;
        height: auto;
        display: block;
    }
    #reviews-2327 .cs-h3 {
        font-size: 1.25rem;
        font-family: var(--headerFontFamily);
        line-height: 1.2em;
        margin: 0 0 0.5rem;
        color: var(--headerColor);
    }
    #reviews-2327 .cs-review {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5em;
        margin: 0;
        color: var(--bodyTextColor);
    }
    #reviews-2327 .cs-wrapper {
        position: relative;
        z-index: 1;
        transition: opacity 0.3s;
    }
    #reviews-2327 .cs-active {
        opacity: 1;
      }
      #reviews-2327 .cs-hidden {
        position: absolute;
        opacity: 0;
    }
    #reviews-2327 .cs-flex-group {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
        border-top: 1px solid #E7E7E8;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 1rem;
    }
    #reviews-2327 .cs-profile {
        width: 3.75rem;
        height: 3.75rem;
        display: block;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    #reviews-2327 .cs-profile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    #reviews-2327 .cs-info {
        display: flex;
        flex-direction: column;
    }
    #reviews-2327 .cs-name {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2em;
        margin: 0;
        color: var(--headerColor);
        display: block;
    }
    #reviews-2327 .cs-job {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5em;
        color: var(--bodyTextColor);
        display: block;
    }
    #reviews-2327 .cs-image-group {
        margin-top: 3rem;
        display: flex;
        gap: 0.5rem;
    }
    #reviews-2327 .cs-picture {
        width: 50%;
        aspect-ratio: 1;
        display: block;
        position: relative;
        z-index: 1;
    }
    #reviews-2327 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    #reviews-2327 .cs-picture1 {
        display: none;
    }
    #reviews-2327 .cs-picture2 {
        margin-left: auto;
        right: -1rem;
    }
}

/************ TABLET - 768PX *************/
/*****************************************/
@media only screen and (min-width: 48rem) {
    /************ ABOUT SBS ******************/
    /*****************************************/

    /************ MEET THE TEAM **************/
    /*****************************************/
    #meet-2337 .cs-container {
        max-width: 80rem;
    }
    #meet-2337 .cs-content {
        text-align: left;
        align-items: flex-start;
    }
    #meet-2337 .cs-card-group {
        overflow: hidden;
        gap: 1.25rem;
        position: relative;
        z-index: 1;
    }
    #meet-2337 .cs-item {
        padding-top: 1.5rem;
        grid-column: span 6;
        position: relative;
        z-index: 1;
    }
    #meet-2337 .cs-item:hover .cs-link {
        transform: translateY(0);
    }
    #meet-2337 .cs-item:hover .cs-item-text {
        opacity: 1;
        visibility: visible;
    }
    #meet-2337 .cs-item:hover .cs-icon-wrapper {
        transform: scale(0);
    }
    #meet-2337 .cs-social:hover {
        color: #fff;
    }
    #meet-2337 .cs-social:hover:before {
        opacity: 1;
        background-color: #1a1a1a;
    }
    #meet-2337 .cs-social:hover .cs-icon {
        filter: invert(1) brightness(1000%);
    }
    /************ STEPS **********************/
    /*****************************************/
    #steps-2330 .cs-floater {
        font-size: 11.25rem;
        text-transform: uppercase;
        line-height: 1.2em;
        font-weight: 900;
        color: #F3F3F3;
        display: block;
        position: absolute;
        top: 50%;
        right: -21.875rem;
        z-index: -2;
        transform: translateY(-50%) rotate(-90deg);
    }
    /************ REVIEWS ********************/
    /*****************************************/
    #reviews-2327 .cs-container {
        width: 53vw;
        max-width: 52.875rem;
    }
    #reviews-2327 .cs-wrapper {
        max-width: 46.1875rem;
    }
    #reviews-2327 .cs-reviews-wrapper {
        flex-direction: row;
    }
    #reviews-2327 .cs-hidden {
        width: 80%;
    }
    #reviews-2327 .cs-flex {
        padding-bottom: 6.875rem;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
        left: auto;
        bottom: auto;
        z-index: 10;
    }
    #reviews-2327 .cs-h3,
    #reviews-2327 .cs-review {
        max-width: 46.1875rem;
    }
    #reviews-2327 .cs-review {
        /* adjust as needed based on the tallets review, changes on desktop */
        min-height: 13.75rem;
    }
    #reviews-2327 .cs-image-group {
        margin: 0;
        /* allows the children of the parent container to act as though the parent doesnt exist and floats with all the elements outside the parent */
        display: contents;
    }
    #reviews-2327 .cs-picture {
        width: 18vw;
        max-width: 20rem;
        height: 18vw;
        max-height: 20rem;
        aspect-ratio: initial;
        position: absolute;
        z-index: 1;
    }
    #reviews-2327 .cs-picture1 {
        display: block;
        top: 0;
        left: 0;
    }
    #reviews-2327 .cs-picture {
        right: 0;
        bottom: 0;
    }
}

/************ DESKTOP - 1024PX ***********/
/*****************************************/
@media only screen and (min-width: 64rem) {
    /************ ABOUT SBS ******************/
    /*****************************************/
    #sbs-2316 .cs-container {
        max-width: 80rem;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
    }
    #sbs-2316 .cs-content {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }
    #sbs-2316 .cs-content2 {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    #sbs-2316 .cs-wrapper {
        width: 100%;
        max-width: 49.6875rem;
    }
    #sbs-2316 .cs-wrapper2 {
        max-width: 25.8125rem;
        padding-bottom: 7.5rem;
    }
    #sbs-2316 .cs-picture1 {
        max-width: 25.75rem;
        height: auto;
    }
    #sbs-2316 .cs-picture2 {
        width: 64vw;
        max-width: 49.6875rem;
        height: auto;
        flex: none;
    }
    /************ MEET THE TEAM **************/
    /*****************************************/
   
    /************ STEPS **********************/
    /*****************************************/
    #steps-2330 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: stretch;
    }
    #steps-2330 .cs-wrapper {
        max-width: 46.75rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 2rem;
    }
    #steps-2330 .cs-title {
        width: 80%;
    }
    #steps-2330 .cs-card-group {
        max-width: 36.125rem;
        align-items: flex-end;
    }
    #steps-2330 .cs-item {
        position: relative;
        z-index: 1;
    }
    #steps-2330 .cs-item:nth-of-type(2) {
        width: 33.625rem;
    }
    #steps-2330 .cs-item:nth-of-type(3) {
        width: 31.125rem;
    }
    #steps-2330 .cs-item:nth-of-type(4) {
        width: 28.625rem;
    }
    #steps-2330 .cs-picture {
        width: 120%;
        max-height: 26.25rem;
        max-width: 42.8125rem;
    }
    #steps-2330 .cs-picture img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    /************ REVIEWS ********************/
    /*****************************************/
    #reviews-2327 .cs-review {
        /* chnage based on the height of the tallest review */
        min-height: 6.25rem;
    }
}

/********* LARGE DESKTOP - 1300PX ********/
/*****************************************/
@media only screen and (min-width: 81.25rem) {
    /************ ABOUT SBS ******************/
    /*****************************************/
    #sbs-2316 .cs-wrapper {
        padding-right: 4.5rem;
    }
    /************ MEET THE TEAM **************/
    /*****************************************/
    #meet-2337 .cs-item {
        grid-column: span 4;
    }
    /************ STEPS **********************/
    /*****************************************/
    
    /************ REVIEWS ********************/
    /*****************************************/
}

/************ DARK MODE ******************/
/*****************************************/
@media only screen and (min-width: 0rem) {
    /************ ABOUT SBS ******************/
    /*****************************************/
    body.dark-mode #sbs-2316 .cs-title,
    body.dark-mode #sbs-2316 .cs-text,
    body.dark-mode #sbs-2316 .cs-li,
    body.dark-mode #sbs-2316 .cs-link-content,
    body.dark-mode #sbs-2316 .cs-phone,
    body.dark-mode #sbs-2316 .cs-job {
      color: var(--bodyTextColorWhite);
    }
    body.dark-mode #sbs-2316 .cs-text,
    body.dark-mode #sbs-2316 .cs-li,
    body.dark-mode #sbs-2316 .cs-link-content,
    body.dark-mode #sbs-2316 .cs-job {
      opacity: 0.8;
    }
    body.dark-mode #sbs-2316 .cs-icon-wrapper::before {
      background-color: var(--medium);
      opacity: 1;
    }
    body.dark-mode #sbs-2316 .cs-signature {
      filter: invert(1) brightness(100%);
    }
    /************ MEET THE TEAM **************/
    /*****************************************/
    body.dark-mode #meet-2337 .cs-title,
    body.dark-mode #meet-2337 .cs-text,
    body.dark-mode #meet-2337 .cs-header,
    body.dark-mode #meet-2337 .cs-job,
    body.dark-mode #meet-2337 .cs-social {
      color: var(--bodyTextColorWhite);
    }
    body.dark-mode #meet-2337 .cs-text {
      opacity: 0.8;
    }
    body.dark-mode #meet-2337 .cs-item:before {
      background-color: #fff;
      opacity: 0.2;
    }
    body.dark-mode #meet-2337 .cs-social:before {
      background-color: #fff;
    }
    body.dark-mode #meet-2337 .cs-social:hover:before {
      background-color: var(--primary);
    }
    body.dark-mode #meet-2337 .cs-wrapper {
      border-color: rgba(255, 255, 255, 0.2);
    }
    body.dark-mode #meet-2337 .cs-icon {
      filter: invert(1) brightness(1000%);
    }
    /************ STEPS **********************/
    /*****************************************/
    body.dark-mode #steps-2330 {
        background-color: rgba(0, 0, 0, 0.2);
    }
    body.dark-mode #steps-2330 .cs-number {
        color: var(--primaryLight);
        opacity: 0.6;
    }
    body.dark-mode #steps-2330 .cs-title,
    body.dark-mode #steps-2330 .cs-h3,
    body.dark-mode #steps-2330 .cs-item-text {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #steps-2330 .cs-item {
        border-color: rgba(255, 255, 255, 0.2);
    }
    body.dark-mode #steps-2330 .cs-item-text {
        opacity: 0.8;
    }
    body.dark-mode #steps-2330 .cs-floater {
        opacity: 0.1;
    }
    /************ REVIEWS ********************/
    /*****************************************/
    body.dark-mode #reviews-2327 .cs-title,
    body.dark-mode #reviews-2327 .cs-review,
    body.dark-mode #reviews-2327 .cs-h3,
    body.dark-mode #reviews-2327 .cs-job,
    body.dark-mode #reviews-2327 .cs-name {
      color: var(--bodyTextColorWhite);
    }
    body.dark-mode #reviews-2327 .cs-button {
      background-color: rgba(255, 255, 255, 0.2);
    }
    body.dark-mode #reviews-2327 .cs-button:hover {
      background-color: var(--primary);
    }
    body.dark-mode #reviews-2327 .cs-button-arrow {
      filter: grayscale(1) brightness(1000%);
    }
    body.dark-mode #reviews-2327 .cs-flex-group {
      border-color: rgba(255, 255, 255, 0.2);
    }
    body.dark-mode #reviews-2327 .cs-review,
    body.dark-mode #reviews-2327 .cs-job {
      opacity: 0.8;
    }
}