/*-- -------------------------- -->
<---        Content Page        -->
<--- -------------------------- -*/

@media only screen and (min-width: 0rem) {
    #content-page-713 {
        padding: var(--sectionPadding);
        background-color: #fff;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    #content-page-713 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
    }

    #content-page-713 .cs-content {
        text-align: left;
        width: 100%;
        max-width: 46.125rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #content-page-713 .cs-content img {
        width: 100%;
        height: auto;
        margin: 1rem 0;
        display: block;
    }

    #content-page-713 h2, #content-page-713 h3, #content-page-713 h4, #content-page-713 h5, #content-page-713 h6 {
        font-weight: 700;
        text-align: inherit;
        margin: 0 0 1rem 0;
        color: var(--headerColor);
    }

    #content-page-713 h2 {
        font-size: 2rem;
        margin-top: 2rem;
    }

    #content-page-713 h3 {
        font-size: 1.5rem;
        color: var(--primary);
    }

    #content-page-713 h4, #content-page-713 h5, #content-page-713 h6 {
        font-size: 1.25rem;
    }

    #content-page-713 .cs-button-solid {
        margin-bottom: 2rem;
    }

    #content-page-713 .cs-color {
        color: var(--primary);
    }

    #content-page-713 p {
        font-size: var(--bodyFontSize);
        line-height: 1.5em;
        text-align: inherit;
        width: 100%;
        margin: 0 0 1rem 0;
        color: var(--bodyTextColor);
    }

    #content-page-713 p:last-of-type {
        margin-bottom: 2rem;
    }

    #content-page-713 p a {
        font-size: inherit;
        line-height: inherit;
        text-decoration: underline;
        color: var(--primary);
    }

    #content-page-713 ol, #content-page-713 ul {
        padding-left: 1.5rem;
        margin: 0 0 2rem 0;
        color: var(--bodyTextColor);
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    #content-page-713 ul li {
        list-style: none;
        color: inherit;
        position: relative;
    }

    #content-page-713 ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: currentColor;
        opacity: 1;
        border-radius: 50%;
        position: absolute;
        display: block;
        top: 0.625rem;
        left: -0.75rem;
    }

    #content-page-713 .cs-image-group {
        font-size: min(1vw, 1em);
        width: 33.875em;
        height: 48.3125em;
        display: none;
        flex: none;
        position: relative;
        transform: scaleX(-1);
    }

    #content-page-713 .cs-picture {
        width: 33.875em;
        height: 40.4375em;
        border: 0.75em solid #fff;
        background-color: #f7f7f7;
        box-sizing: border-box;
        overflow: hidden;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    #content-page-713 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        transform: scaleX(-1);
    }

    #content-page-713 .cs-background {
        display: none;
    }
}

@media only screen and (min-width: 48rem) {
    #content-page-713 .cs-container {
        flex-direction: row;
        align-items: flex-start;
    }

    #content-page-713 .cs-image-group {
        display: block;
    }

    #content-page-713 .cs-background {
        width: 20%;
        height: 100%;
        background-color: #f7f7f7;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

    #content-page-713 .cs-background img {
        width: 100%;
        height: 100%;
        opacity: 0.2;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
}

@media only screen and (min-width: 81.25rem) {
    #content-page-713 .cs-image-group {
        font-size: inherit;
        position: absolute;
        top: 0rem;
        right: -6.25rem;
    }

    #content-page-713 .cs-background {
        width: 50%;
        margin-left: 20.9375rem;
        right: auto;
        left: 50%;
    }
}

/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-1329 {
        padding: var(--sectionPadding);
        position: relative;
    }
    #services-1329 .cs-container {
        width: 100%;
        max-width: 36.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #services-1329 .cs-content {
        width: 100%;
        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;
        gap: 1rem;
    }

    #services-1329 .cs-title {
        max-width: 20ch;
    }
    #services-1329 .cs-card-group {
        width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        /* 16px - 20px */
        gap: clamp(1rem, 2.5vw, 1.25rem);
    }
    #services-1329 .cs-item {
        list-style: none;
        width: 100%;
        /* 300px - 380px */
        height: clamp(18.75rem, 50vw, 23.75rem);
        margin: 0;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        padding: 0;
        background-color: #000;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        position: relative;
        text-align: left;
        box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.08);
        grid-column: span 12;
        z-index: 1;
    }
    #services-1329 .cs-item:hover .cs-picture::after {
        opacity: 1;
    }
    #services-1329 .cs-item:hover .cs-picture img {
        transform: scale(1.2);
    }
    #services-1329 .cs-item:hover .cs-h3 {
        color: var(--primary);
    }
    #services-1329 .cs-item:hover .cs-number {
        opacity: 1;
        top: clamp(1.25rem, 2.3vw, 2rem);
    }
    #services-1329 .cs-item:hover .cs-arrow {
        opacity: 0.12;
        bottom: 50%;
        transform: translateY(50%);
    }
    #services-1329 .cs-link {
        text-decoration: none;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        /* 20px - 32px */
        padding: clamp(1.25rem, 2.3vw, 2rem);
        /* we use flexbox here to grow the link to fit the whole item, making it clickable everywhere, no matter the size */
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
        z-index: 1;
    }
    #services-1329 .cs-link::after {
        /* hover overlay */
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        /* as we can't animate background gradients, we animate the change of opacity from 0 to 1 */
        transition: opacity 0.3s;
    }
    #services-1329 .cs-number {
        /* 25px - 39px */
        font-size: clamp(1.5625rem, 2.7vw, 2.4375rem);
        font-weight: bold;
        color: var(--bodyTextColorWhite);
        opacity: 0;
        position: absolute;
        top: 0;
        transition:
            opacity 0.3s,
            top 0.3s;
    }
    #services-1329 .cs-h3 {
        /* 20px - 25px */
        font-size: clamp(1.25rem, 1.8vw, 1.5625rem);
        line-height: 1.2em;
        font-weight: bold;
        margin: 0 0 0.25rem 0;
        color: var(--bodyTextColorWhite);
        transition: color 0.3s;
        text-align: inherit;
    }
    #services-1329 .cs-item-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        margin: 0;
        padding: 0;
        color: var(--bodyTextColorWhite);
    }
    #services-1329 .cs-picture {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #services-1329 .cs-picture:before {
        /* background color overlay */
        content: "";
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(
            top,
            rgba(26, 26, 26, 0) 0%,
            rgba(0, 0, 0, 0.76) 100%
        );
        /* FF3.6-15 */
        background: -webkit-linear-gradient(
            top,
            rgba(26, 26, 26, 0) 0%,
            rgba(0, 0, 0, 0.76) 100%
        );
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(
            to bottom,
            rgba(26, 26, 26, 0) 0%,
            rgba(0, 0, 0, 0.76) 100%
        );
        opacity: 1;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    #services-1329 .cs-picture:after {
        /* background color overlay on hover */
        content: "";
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(
            top,
            rgba(26, 26, 26, 0.4) 0%,
            rgba(0, 0, 0, 0.8) 100%
        );
        /* FF3.6-15 */
        background: -webkit-linear-gradient(
            top,
            rgba(26, 26, 26, 0.4) 0%,
            rgba(0, 0, 0, 0.8) 100%
        );
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(
            to bottom,
            rgba(26, 26, 26, 0.4) 0%,
            rgba(0, 0, 0, 0.8) 100%
        );
        opacity: 0;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: opacity 0.3s;
    }
    #services-1329 .cs-picture img {
        width: 100%;
        height: 100%;
        /* Makes img tag act as a background image */
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: transform 0.7s;
    }
    #services-1329 .cs-arrow {
        width: 100%;
        height: auto;
        opacity: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        transition:
            bottom 0.3s,
            opacity 0.3s,
            transform 0.3s;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-1329 .cs-content {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
        gap: 2.5rem;
    }
    #services-1329 .cs-text {
        width: 50%;
    }
    #services-1329 .cs-title {
        margin: 0;
    }
}
/* Desktop - 900px */
@media only screen and (min-width: 56.25rem) {
    #services-1329 .cs-container {
        max-width: 80rem;
    }
    #services-1329 .cs-item {
        height: 30rem;
        grid-column: span 4;
    }
}

                                
                                