/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #RTsbs-415,
    #RTsbsr-415,
    #RTsbst-415 {
        padding: var(--sectionPadding);
        /* clips svg as the screen grows so it doesn't overflow */
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    #RTsbs-415 .cs-container,
    #RTsbsr-415 .cs-container,
    #RTsbst-415 .cs-container {
        width: 100%;
        /* changes to 1280 at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 108px */
        gap: clamp(3rem, 7.1vw, 6.75rem);
    }
    #RTsbs-415 .cs-content,
    #RTsbsr-415 .cs-content,
    #RTsbst-415 .cs-content {
        text-align: left;
        width: 100%;
        max-width: 33.875rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #RTsbs-415 .cs-text,
    #RTsbsr-415 .cs-text,
    #RTsbst-415 .cs-text {
        margin-bottom: 1rem;
    }

    /* Commitments subtitle */
    #RTsbs-415 .cs-subtitle {
        font-size: 1.25rem;
        font-weight: 700;
        margin: 1.5rem 0 1rem 0;
        color: var(--headerColor, #1a1a1a);
    }

    /* Commitments list */
    #RTsbs-415 .cs-list {
        list-style: none;
        padding: 0;
        margin: 0 0 2rem 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    #RTsbs-415 .cs-list li {
        font-size: 1rem;
        line-height: 1.6;
        color: var(--bodyTextColor, #4a4a4a);
        position: relative;
        padding-left: 1.5rem;
    }

    /* Custom bullet */
    #RTsbs-415 .cs-list li::before {
        content: "•";
        position: absolute;
        left: 0;
        top: 0;
        color: var(--primary, #0073e6);
        font-weight: 700;
    }

    #RTsbs-415 .cs-button-solid,
    #RTsbsr-415 .cs-button-solid,
    #RTsbst-415 .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;
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        border-radius: 0.25rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }
    #RTsbs-415 .cs-button-solid:before,
    #RTsbsr-415 .cs-button-solid:before,
    #RTsbst-415 .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #000;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 0.25rem;
        transition: width 0.3s;
    }
    #RTsbs-415 .cs-button-solid:hover:before,
    #RTsbsr-415 .cs-button-solid:hover:before,
    #RTsbst-415 .cs-button-solid:hover:before {
        width: 100%;
    }

    #RTsbs-415 .cs-image-group,
    #RTsbsr-415 .cs-image-group,
    #RTsbst-415 .cs-image-group {
        font-size: min(2.5vw, 1em);
        width: 36.1875em;
        height: 30em;
        order: -1;
        position: relative;
    }
    #RTsbs-415 .cs-picture,
    #RTsbsr-415 .cs-picture,
    #RTsbst-415 .cs-picture {
        overflow: hidden;
        position: absolute;
        display: block;
    }
    #RTsbs-415 .cs-picture:hover:before,
    #RTsbsr-415 .cs-picture:hover:before,
    #RTsbst-415 .cs-picture:hover:before {
        opacity: 0.6;
    }
    #RTsbs-415 .cs-picture:hover img,
    #RTsbsr-415 .cs-picture:hover img,
    #RTsbst-415 .cs-picture:hover img {
        transform: scale(1.1);
    }
    #RTsbs-415 .cs-picture:before,
    #RTsbsr-415 .cs-picture:before,
    #RTsbst-415 .cs-picture:before {
        content: "";
        width: 100%;
        height: 100%;
        background: var(--primary);
        opacity: 0;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        z-index: 10;
        transition: opacity 0.3s;
    }
    #RTsbs-415 .cs-picture img,
    #RTsbsr-415 .cs-picture img,
    #RTsbst-415 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: transform 0.6s;
    }
    #RTsbs-415 .cs-picture1,
    #RTsbsr-415 .cs-picture1,
    #RTsbst-415 .cs-picture1 {
        width: 12.75em;
        height: 16em;
        top: 0;
        left: 0;
    }
    #RTsbs-415 .cs-picture2,
    #RTsbsr-415 .cs-picture2,
    #RTsbst-415 .cs-picture2 {
        width: 21.75em;
        height: 16em;
        top: 0;
        right: 0;
    }
    #RTsbs-415 .cs-picture3,
    #RTsbsr-415 .cs-picture3,
    #RTsbst-415 .cs-picture3 {
        width: 16em;
        height: 12em;
        bottom: 0;
        left: 0;
    }
    #RTsbs-415 .cs-picture4,
    #RTsbsr-415 .cs-picture4,
    #RTsbst-415 .cs-picture4 {
        width: 18.5em;
        height: 12em;
        bottom: 0;
        right: 0;
    }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #RTsbs-415 .cs-container,
    #RTsbsr-415 .cs-container,
    #RTsbst-415 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    #RTsbs-415 .cs-content,
    #RTsbsr-415 .cs-content,
    #RTsbst-415 .cs-content {
        width: 48%;
    }
    #RTsbs-415 .cs-image-group,
    #RTsbsr-415 .cs-image-group,
    #RTsbst-415 .cs-image-group {
        font-size: min(1.5vw, 1em);
        flex: none;
    }
}
/*-- -------------------------- -->
<---          Gallery           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
#gallery-1446 {
    padding: var(--sectionPadding);
}

#gallery-1446 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2.5rem, 4.5vw, 4rem);
}

#gallery-1446 .cs-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#gallery-1446 .cs-topper {
    font-size: 1rem;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}

#gallery-1446 .cs-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--headerColor);
    margin: 0;
    max-width: 55rem;
}

#gallery-1446 .swiper {
    width: 100%;
}

#gallery-1446 .swiper-wrapper {
    align-items: stretch;
}

#gallery-1446 .swiper-slide {
    height: auto;
    display: flex;
}

#gallery-1446 .cs-image {
    width: 100%;
    height: 100%;
    min-height: clamp(16.25rem, 60vw, 25rem);
    border-radius: 1rem;
    overflow: hidden;
    display: block;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#gallery-1446 .cs-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

#gallery-1446 .cs-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#gallery-1446 .cs-image:hover img {
    transform: scale(1.05);
}

/* Navigation Buttons Container */
#gallery-1446 .navigation-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    z-index: 10;
}

/* Navigation Buttons */
#gallery-1446 .swiper-button-next,
#gallery-1446 .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    margin-top: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: static;
}

#gallery-1446 .swiper-button-next:after,
#gallery-1446 .swiper-button-prev:after {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary);
}

#gallery-1446 .swiper-button-next:hover,
#gallery-1446 .swiper-button-prev:hover {
    background: var(--primary);
    transform: scale(1.1);
}

#gallery-1446 .swiper-button-next:hover:after,
#gallery-1446 .swiper-button-prev:hover:after {
    color: #fff;
}

#gallery-1446 .swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
#gallery-1446 .swiper-slide {
    width: auto;
}
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
#gallery-1446 .cs-image {
    min-height: clamp(20rem, 30vw, 28rem);
}
}
                                