/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #hero-143 {
        /* Centers button */
        text-align: center;
        /* 144px - 300px - leaving extra space for the navigation */
        padding: clamp(13rem, 25.95vw, 18.75rem) 1rem 0;
        /* 130px - 450px */
        padding-bottom: clamp(12.125rem, 30.95vw, 28.125rem);
        position: relative;
        z-index: 1;
        /* Prevents white rectangle pseudos from overlapping the sections below */
        overflow: hidden;
    }
    #hero-143:before {
        /* Left side of the triangle */
        content: "";
        width: 31.25rem;
        /* make really long so it covers the whole screen all the way to desktop */
        height: 250rem;
        background: #EFF1F0;
        opacity: 1;
        transform: rotate(-67deg);
        transform-origin: center;
        position: absolute;
        display: block;
        bottom: -139.6875rem;
        /* this makes the right edge sit at the 50% line at all times */
        right: 50%;
        z-index: 0;
    }
    #hero-143:after {
        /* Right side of the triangle */
        content: "";
        width: 31.25rem;
        height: 250rem;
        background: #EFF1F0;
        opacity: 1;
        transform: rotate(67deg);
        transform-origin: center;
        position: absolute;
        display: block;
        bottom: -139.6875rem;
        /* this makes the left edge sit at the 50% line at all times */
        left: 50%;
        z-index: 0;
    }
    #hero-143 .cs-background {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
    }
    #hero-143 .cs-background:before {
        /* Overlay */
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        z-index: 1;
        /* prevents the cursor from interacting with it */
        pointer-events: none;
    }
    #hero-143 .cs-background img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center top;
        transform: scale(1.2);
    }
    #hero-143 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
    }
    #hero-143 .cs-title {
        /* 39px - 61px */
        font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
        font-weight: 700;
        line-height: 1.2em;
        text-align: center;
        max-width: 51.8125rem;
        /* 16px - 24px */
        margin: 0 auto clamp(1rem, 4vw, 1.5rem);
        color: #fff;
        position: relative;
    }
    #hero-143 .cs-title:after {
        /* Divider Line */
        content: "";
        /* 60px - 100px */
        width: clamp(3.75rem, 9.5vw, 6.25rem);
        /* 4px - 8px */
        height: clamp(0.25rem, 0.8vw, 0.5rem);
        /* 16px - 24px */
        margin: clamp(1rem, 4vw, 1.5rem) auto clamp(1rem, 4vw, 1.5rem);
        background: var(--primary);
        opacity: 1;
        position: relative;
        display: block;
    }
    #hero-143 .cs-text {
        /* 16px - 25px */
        font-size: clamp(1rem, 1.95vw, 1.5625rem);
        line-height: 1.5em;
        text-align: center;
        width: 100%;
        /* 464px - 800px */
        max-width: clamp(29rem, 60vw, 50rem);
        margin: 0 auto;
        /* 40px - 48px */
        margin-bottom: clamp(2.5rem, 4vw, 3rem);
        color: #fff;
    }
    #hero-143 .cs-button-solid {
        font-size: 1rem;
        /* 46px - 56px */
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        margin: auto;
        color: #1a1a1a;
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        border-radius: 0.25rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        transition: color 0.3s;
    }
    #hero-143 .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #A3BFFA;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 0.25rem;
        transition: width 0.3s;
    }
    #hero-143 .cs-button-solid:hover {
        color: black;
    }
    #hero-143 .cs-button-solid:hover:before {
        width: 100%;
    }
}
/* Desktop - 1300px (To make image background parallax) */
@media only screen and (min-width: 81.25rem) {
    #hero-143 {
        background: url("/assets/index/hero.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* makes the parallax effect */
        background-attachment: fixed;
    }
    #hero-143 .cs-background img {
        display: none;
    }
}

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

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #h-services-143 {
        /* 40px - 100px */
        padding: 0 1em clamp(2.5rem, 7.9vw, 6.25rem) 1rem;
        position: relative;
        /* give a higher z index than the hero so it can sit on top */
        z-index: 10;
        background-color: #EFF1F0;
    }
    #h-services-143 .cs-card-group {
        width: 100%;
        max-width: 29.0625rem;
        margin: 0 auto 0;
        /* negative margin pulls it up on top of the hero section */
        /* -46px to -76px - we're calculating whatever clamp is and multiplying by -1
            to make the value negative since clamp doesn't work with negative values */
        margin-top: calc(clamp(5rem, 13vw, 4.75rem) * -1);
        /* 40px - 60px top and bottom, 16px - 44px left & right */
        padding: clamp(2.5rem, 4.7vw, 3.75rem) clamp(1rem, 5.3vw, 2.75rem);
        box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
        border-radius: 0.3125rem;
        border-top: 8px solid var(--primary);
        background-color: #fff;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
    }
    #h-services-143 .cs-item {
        list-style: none;
        margin: 0 auto 2rem;
        width: 100%;
        max-width: 22.5rem;
    }
    #h-services-143 .cs-item:last-of-type {
        margin-bottom: 0;
    }
    #h-services-143 .cs-icon {
        /* 68px - 88px */
        width: clamp(4.25rem, 8.8vw, 5.5rem);
        /* 68px - 88px */
        height: clamp(4.25rem, 8.8vw, 5.5rem);
        margin: auto;
        /* 20px - 24px */
        margin-bottom: clamp(1.25rem, 5vw, 1.5rem);
        /* background: var(--primary); */
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #h-services-143 .cs-icon img {
        /* 44px - 52px */
        width: clamp(2.75rem, 5.8vw, 3.25rem);
        height: auto;
    }
    #h-services-143 .cs-title {
        font-size: 1.25rem;
        line-height: 1.2em;
        text-transform: uppercase;
        text-align: center;
        margin: 0 auto 0.5rem;
        color: var(--headerColor);
    }
    #h-services-143 .cs-text {
        font-size: 1rem;
        text-align: center;
        line-height: 1.5em;
        max-width: 22.5rem;
        margin: 0 auto;
        color: var(--bodyTextColor);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #h-services-143 .cs-card-group {
        max-width: 49rem;
        /* -76px to -320px - we're calculating whatever clamp is and multiplying by -1
               to make the value negative since clamp doesn't work with negative values */
        margin-top: calc(clamp(4.75rem, 20vw, 20rem) * -1);
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 2.5rem;
    }
    #h-services-143 .cs-item {
        width: 45%;
        max-width: 19.625rem;
    }
    #h-services-143 .cs-item:last-of-type {
        margin-bottom: 2rem;
    }
}
/* Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #h-services-143 .cs-card-group {
        max-width: 80rem;
        flex-wrap: nowrap;
    }
    #h-services-143 .cs-item {
        margin: 0;
    }
    #h-services-143 .cs-item:last-of-type {
        margin-bottom: 0;
    }
}




/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-1286 {
        padding: var(--sectionPadding);
        background-color: var(--background);
        overflow: hidden;
    }
    #sbsr-1286 .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-1286 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        max-width: 32.625rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }

    #sbsr-1286 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-1286 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbsr-1286 .cs-ul {
        max-width: 39.375rem;
        margin: 0 0 2rem 0;
        padding: 0;
        /* clips the bullets to create the half circle */
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    #sbsr-1286 .cs-li {
        list-style: none;
        margin: 0;
        color: var(--bodyTextColor);
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0.75rem;
        position: relative;
    }
    #sbsr-1286 .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);
        border-radius: 0.25rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
        font-family: 'Inter';
    }
    #sbsr-1286 .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;
    }
    #sbsr-1286 .cs-button-solid:hover:before {
        width: 100%;
    }
    #sbsr-1286 .cs-image-group {
        /* scales the whole group based on the view width size and stop when that vales equals .845em, resets at desktop */
        font-size: min(2.207vw, 1em);
        width: 34.0625em;
        height: 49.5625em;
        display: block;
        position: relative;
        z-index: 1;
    }
    #sbsr-1286 .cs-picture {
        border-radius: 0.5em;
        overflow: hidden;
        position: absolute;
    }
    #sbsr-1286 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    #sbsr-1286 .cs-picture1 {
        width: 15.25em;
        height: 12.5em;
        top: 0em;
        left: 0em;
    }
    #sbsr-1286 .cs-picture2 {
        width: 15.25em;
        height: 16.875em;
        top: 2.5em;
        right: 2.0625em;
    }
    #sbsr-1286 .cs-picture3 {
        width: 15.25em;
        height: 16.875em;
        top: 13.75em;
        left: 0;
    }
    #sbsr-1286 .cs-picture4 {
        width: 19.375em;
        height: 21.4375em;
        box-shadow: 0px 24px 52px 0px rgba(0, 0, 0, 0.38);
        top: 18.375em;
        right: 0;
        z-index: 10;
    }
    #sbsr-1286 .cs-picture5 {
        width: 15.25em;
        height: 16.875em;
        top: 31.875em;
        left: 0em;
    }
    #sbsr-1286 .cs-picture6 {
        width: 15.25em;
        height: 11.875em;
        bottom: 0em;
        right: 2.0625em;
    }
    #sbsr-1286 .cs-waves-wrapper {
        /* changes to 100% at desktop */
        width: 100vw;
        height: 150%;
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: -1;
        /* changes at desktop */
        transform: translateX(-50%);
    }
    #sbsr-1286 .cs-waves-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-1286 {
        padding-top: 0;
        padding-bottom: 0;
    }
    #sbsr-1286 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #sbsr-1286 .cs-content {
        padding: 6.25rem 0;
        align-self: center;
        /* sends it to the far left */
        order: -1;
    }
    #sbsr-1286 .cs-image-group {
        font-size: min(1.2vw, 1em);
        flex: none;
    }
    #sbsr-1286 .cs-picture1 {
        border-radius: 0 0 1rem 1rem;
    }
    #sbsr-1286 .cs-picture6 {
        border-radius: 0;
    }
    #sbsr-1286 .cs-waves-wrapper {
        width: 110%;
        height: 100%;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, 50%);
    }
}
/* Large Desktop - 1200px */
@media only screen and (min-width: 75rem) {
    #sbsr-1286 .cs-container {
        padding-right: 5.5rem;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
    }
    #sbsr-1286 .cs-waves-wrapper {
        width: 43.25rem;
        height: initial;
        left: auto;
        right: -5.5rem;
        top: 0;
        bottom: 0;
        transform: none;
    }
}

                                




/*-- -------------------------- -->
<---          Reviews           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #reviews-608 {
        padding: var(--sectionPadding);
        background-color: var(--background);
    }
    #reviews-608 .cs-container {
        width: 100%;
        /* changes to 1440px at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #reviews-608 .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;
    }

    #reviews-608 .cs-title {
        /* cs-title override.  cs-topper cs-title and first cs-text should be removed and put into your global css sheet so it can control every instance of them on your site and is consistent. This second cs-title is a section specific override that stays inside this stitch */
        max-width: 20ch;
    }
    #reviews-608 .cs-card-group {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
    }
    #reviews-608 .cs-item {
        list-style: none;
        width: 100%;
        margin: 0;
        /* 32px - 48px top & bottom */
        /* 16px - 32px left & right */
        padding: clamp(2rem, 7vw, 3rem) clamp(1rem, 4vw, 2rem);
        /* makes padding not affect height and width */
        box-sizing: border-box;
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #reviews-608 .cs-icon {
        /* 30px - 40px */
        width: clamp(1.875rem, 4vw, 2.5rem);
        height: auto;
        margin: 0 0 2rem 0;
        display: block;
    }
    #reviews-608 .cs-h3 {
        /* 20px - 25px */
        font-size: clamp(1.25rem, 4vw, 1.5625rem);
        line-height: 1.2em;
        font-weight: 700;
        margin: 0 0 1.5rem 0;
        color: var(--headerColor);
        font-family: 'DIN-2014';
    }
    #reviews-608 .cs-item-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 4vw, 1rem);
        line-height: 1.5em;
        max-width: 24.25rem;
        margin: 0 0 3rem 0;
        color: var(--bodyTextColor);
        font-family: 'Inter';
    }
    #reviews-608 .cs-name {
        font-size: 1.25rem;
        line-height: 1.2em;
        font-weight: 500;
        margin: auto 0 0 0;
        color: var(--headerColor);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5rem;
        position: relative;
        font-family: 'DIN-2014';
    }
    #reviews-608 .cs-name:before {
        content: "";
        width: 0.5rem;
        height: 1px;
        background: currentColor;
        display: block;
        position: relative;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #reviews-608 .cs-container {
        max-width: 90rem;
    }
    #reviews-608 .cs-card-group {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    #reviews-608 .cs-item {
        width: 48.5%;
    }
}
/* Small Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #reviews-608 .cs-card-group {
        align-items: stretch;
        justify-content: center;
    }
    #reviews-608 .cs-item {
        width: clamp(23.45%, 23.2vw, 23.9%);
    }
}

                                




/*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #contact-717 {
        padding: var(--sectionPadding);
        position: relative;
        z-index: 1;
    }
    #contact-717 .cs-container {
        width: 100%;
        /* changes to 1280px at desktop */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 3.25rem;
    }
    #contact-717 .cs-picture {
        width: 100%;
        max-width: 40.625rem;
        height: auto;
        /* reset at desktop */
        aspect-ratio: .6516351;
        position: relative;
    }
    #contact-717 .cs-picture img {
        width: 100%;
        height: 100%;
        /* makes it act like a background image */
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    #contact-717 .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;
    }

    #contact-717 .cs-text {
        margin: 0 0 2rem 0;
    }
    #contact-717 .cs-form {
        /* 24px - 48px top and bottom */
        /* 20px - 32px left and right */
        padding: clamp(1.25rem, 4.18vw, 3rem) clamp(1.25rem, 4.18vw, 2rem);
        background-color: #f7f8f8;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.75rem;
    }
    #contact-717 .cs-label {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        width: 100%;
        color: var(--headerColor);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0.25rem;
    }
    #contact-717 .cs-input {
        font-size: 1rem;
        width: 100%;
        height: 3.5rem;
        padding: 0;
        padding-left: 1.5rem;
        color: var(--headerColor);
        background-color: #fff;
        border: none;
        /* prevents padding from adding to height and width */
        box-sizing: border-box;
    }
    #contact-717 .cs-input::placeholder {
        color: #7d799c;
        opacity: 0.6;
    }
    #contact-717 .cs-textarea {
        min-height: 7.5rem;
        padding-top: 1.5rem;
        margin-bottom: 0.75rem;
        font-family: inherit;
    }
    #contact-717 .cs-button-solid {
        font-family: 'Inter';
        font-size: 1rem;
        /* 46px - 56px */
        line-height: clamp(2.875em, 5.5vw, 3.5em);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: #fff;
        border: none;
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        border-radius: 0.25rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
        transition: color 0.3s;
    }
    #contact-717 .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;
    }
    #contact-717 .cs-button-solid:hover {
        color: #fff;
    }
    #contact-717 .cs-button-solid:hover:before {
        width: 100%;
    }
    #contact-717 .cs-submit {
        min-width: 17.6875rem;
        border-radius: 0;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #contact-717 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
        gap: 3.25rem;
    }
    #contact-717 .cs-picture {
        height: 51.875rem;
        aspect-ratio: initial;
    }
}

                                




/*-- -------------------------- -->
<---          Gallery           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #gallery-434 {
        padding: 0 1rem;
        
    }
    #gallery-434 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #gallery-434 .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;
    }

    #gallery-434 .cs-grid {
        display: grid;
        /* 12 so we can have rows of 3 and rows with 2 50/50 images */
        grid-template-columns: repeat(12, 1fr);
        /* 12px - 30px */
        grid-gap: clamp(0.75rem, 1.5vw, 1.875rem);
        grid-template-rows: repeat(6, 0.34fr);
    }
    #gallery-434 .cs-picture {
        border-radius: 0.5rem;
        /* clips corners of img tags */
        overflow: hidden;
        position: relative;
        display: block;
    }
    #gallery-434 .cs-picture img {
        width: 100%;
        height: 100%;
        /* makes image behave like a background image */
        object-fit: cover;
    }
    #gallery-434 .cs-picture1 {
        display: none;
    }
    #gallery-434 .cs-picture2 {
        grid-column: 1 / 9;
        grid-row: 1 / 3;
    }
    #gallery-434 .cs-picture3 {
        grid-column: 9 / 13;
        grid-row: 1 / 1;
    }
    #gallery-434 .cs-picture4 {
        grid-column: 1 / 7;
        grid-row: 4 / 5;
    }
    #gallery-434 .cs-picture5 {
        grid-column: 7 / 13;
        grid-row: 4 / 6;
    }
    #gallery-434 .cs-picture6 {
        display: none;
    }
    #gallery-434 .cs-picture7 {
        grid-column: 1 / 5;
        grid-row: 3 / 4;
    }
    #gallery-434 .cs-picture8 {
        grid-column: 5 / 9;
        grid-row: 3 / 4;
    }
    #gallery-434 .cs-picture9 {
        grid-column: 9 / 13;
        grid-row: 2 / 4;
    }
    #gallery-434 .cs-picture10 {
        grid-column: 1 / 7;
        grid-row: 5 / 7;
    }
    #gallery-434 .cs-picture11 {
        grid-column: 7 / 13;
        grid-row: 6 / 7;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #gallery-434 {
        padding-left: 0;
        padding-right: 0;
    }
    #gallery-434 .cs-grid {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(3, 0.45fr);
    }
    #gallery-434 .cs-picture1 {
        border-radius: 0 0.5rem 0.5rem 0;
        display: block;
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }
    #gallery-434 .cs-picture2 {
        grid-column: 3 / 5;
        grid-row: 1 / 3;
    }
    #gallery-434 .cs-picture3 {
        grid-column: 5 / 6;
        grid-row: 1 / 1;
    }
    #gallery-434 .cs-picture4 {
        border-radius: 0.5rem 0 0 0.5rem;
        grid-column: 6 / 7;
        grid-row: 1 / 1;
    }
    #gallery-434 .cs-picture5 {
        display: none;
    }
    #gallery-434 .cs-picture6 {
        border-radius: 0 0.5rem 0.5rem 0;
        display: block;
        grid-column: 1 / 3;
        grid-row: 2 / 4;
    }
    #gallery-434 .cs-picture7 {
        grid-column: 3 / 4;
        grid-row: 3 / 4;
    }
    #gallery-434 .cs-picture8 {
        grid-column: 4 / 5;
        grid-row: 3 / 4;
    }
    #gallery-434 .cs-picture9 {
        grid-column: 5 / 6;
        grid-row: 2 / 4;
    }
    #gallery-434 .cs-picture10 {
        border-radius: 0.5rem 0 0 0.5rem;
        grid-column: 6 / 7;
        grid-row: 2 / 4;
    }
    #gallery-434 .cs-picture11 {
        display: none;
    }
}
/* Large Desktop 1600px */
@media only screen and (min-width: 100rem) {
    #gallery-434 .cs-grid {
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(3, 0.4fr);
    }
    #gallery-434 .cs-picture4 {
        border-radius: 0.5rem;
    }
    #gallery-434 .cs-picture5 {
        border-radius: 0.5rem 0 0 0.5rem;
        display: block;
        grid-column: 7 / 8;
        grid-row: 1 / 3;
    }
    #gallery-434 .cs-picture10 {
        border-radius: 0.5rem;
    }
    #gallery-434 .cs-picture11 {
        border-radius: 0.5rem 0 0 0.5rem;
        display: block;
        grid-column: 7 / 8;
        grid-row: 3 / 4;
    }
}

                                