/* Information Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-684 {
        overflow: hidden;
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #sbsr-684 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbsr-684 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbsr-684 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-684 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbsr-684 .cs-image-group {
        z-index: 1;
        width: 39.5em;
        height: 51.25em;
        position: relative;
        font-size: min(2.3vw, 0.75em);
    }
    #sbsr-684 .cs-picture {
        height: 22.5em;
        display: block;
        width: 19.125em;
        overflow: hidden;
        position: absolute;
    }
    #sbsr-684 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.5rem;
    }
    #sbsr-684 .cs-picture1 {
        left: 0;
        top: 0em;
    }
    #sbsr-684 .cs-picture2 {
        top: 5em;
        right: 0;
    }
    #sbsr-684 .cs-picture3 {
        left: 0;
        bottom: 5em;
    }
    #sbsr-684 .cs-picture4 {
        right: 0;
        bottom: 0em;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-684 .cs-container {
        flex-direction: row;
        justify-content: space-between;
    }
    #sbsr-684 .cs-content {
        order: 2;
    }
    #sbsr-684 .cs-image-group {
        order: 1;
        flex: none;
        font-size: min(1.2vw, 1em);
    }
}
/* Restaurants Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #RTsbs-71,
    #RTsbsr-71,
    #RTsbst-71 {
        padding: var(--sectionPadding);
        background: var(--bg01);
    }
    #RTsbs-71 .cs-container,
    #RTsbsr-71 .cs-container,
    #RTsbst-71 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #RTsbs-71 .cs-content,
    #RTsbsr-71 .cs-content,
    #RTsbst-71 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        margin-right: auto;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #RTsbs-71 .cs-link,
    #RTsbsr-71 .cs-link,
    #RTsbst-71 .cs-link {
        font-weight: bold;
        color: var(--primary);
    }
    #RTsbs-71 .cs-text,
    #RTsbsr-71 .cs-text,
    #RTsbst-71 .cs-text {
        margin-bottom: 1rem;
    }
    #RTsbs-71 .cs-text:last-of-type,
    #RTsbsr-71 .cs-text:last-of-type,
    #RTsbst-71 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #RTsbs-71 .cs-picture,
    #RTsbsr-71 .cs-picture,
    #RTsbst-71 .cs-picture {
        margin: 0;
        width: 95%;
        z-index: 1;
        display: block;
        position: relative;
        border-radius: 1rem;
        max-width: 34.375rem;
        aspect-ratio: 0.93134328;
    }
    #RTsbs-71 .cs-picture img,
    #RTsbsr-71 .cs-picture img,
    #RTsbst-71 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 1rem;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #RTsbs-71 .cs-container,
    #RTsbsr-71 .cs-container,
    #RTsbst-71 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: flex-start;
        gap: clamp(3.75rem, 9.5vw, 8rem);
    }
    #RTsbs-71 .cs-picture,
    #RTsbsr-71 .cs-picture,
    #RTsbst-71 .cs-picture {
        flex: none;
        height: clamp(27.5rem, 40vw, 32.5rem);
        margin: 0 0 0 clamp(1rem, 5vw, 1.25rem);
        width: clamp(20.5rem, 37.5vw, 31.375rem);
    }
    #RTsbs-71 .cs-content,
    #RTsbsr-71 .cs-content,
    #RTsbst-71 .cs-content {
        width: 45%;
        margin: 0;
    }
}
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #RTsbsr-71 {
        background: var(--bg01);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #RTsbsr-71 .cs-container {
        justify-content: flex-end;
    }
    #RTsbsr-71 .cs-picture {
        order: 2;
        margin-right: clamp(1rem, 5vw, 1.25rem);
    }
}
/* Side By Side */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #RTsbs-952,
    #RTsbsr-952,
    #RTsbst-952 {
        padding: var(--sectionPadding);
        /* clips anything overflowing */
        overflow: hidden;
        position: relative;
        background: var(--bg01);
    }
    #RTsbs-952 .cs-container,
    #RTsbsr-952 .cs-container,
    #RTsbst-952 .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);
    }
    #RTsbs-952 .cs-content,
    #RTsbsr-952 .cs-content,
    #RTsbst-952 .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;
    }

    #RTsbs-952 .cs-text,
    #RTsbsr-952 .cs-text,
    #RTsbst-952 .cs-text {
        margin-bottom: 1rem;
    }
    #RTsbs-952 .cs-text:last-of-type,
    #RTsbsr-952 .cs-text:last-of-type,
    #RTsbst-952 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #RTsbs-952 .cs-contact-group,
    #RTsbsr-952 .cs-contact-group,
    #RTsbst-952 .cs-contact-group {
        width: 100%;
        margin-bottom: 2rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.75rem;
    }
    #RTsbs-952 .cs-link,
    #RTsbsr-952 .cs-link,
    #RTsbst-952 .cs-link {
        text-decoration: none;
        padding-right: 1.875rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 1rem;
        position: relative;
    }
    #RTsbs-952 .cs-link:hover:before,
    #RTsbsr-952 .cs-link:hover:before,
    #RTsbst-952 .cs-link:hover:before {
        width: 100%;
        height: 3.5em;
    }
    #RTsbs-952 .cs-link:hover .cs-wrapper,
    #RTsbsr-952 .cs-link:hover .cs-wrapper,
    #RTsbst-952 .cs-link:hover .cs-wrapper {
        transform: scale(1.2);
    }
    #RTsbs-952 .cs-link:hover .cs-icon,
    #RTsbsr-952 .cs-link:hover .cs-icon,
    #RTsbst-952 .cs-link:hover .cs-icon {
        transform: translateX(0.4375rem);
    }
    #RTsbs-952 .cs-link:before,
    #RTsbsr-952 .cs-link:before,
    #RTsbst-952 .cs-link:before {
        /* light green circle that animates on hover */
        content: "";
        width: 3rem;
        height: 3rem;
        background: #eff1f0;
        opacity: 1;
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        z-index: -1;
        transform: translateY(-50%);
        transition:
            width 0.3s,
            height 0.3s,
            border-radius 0.3s;
    }
    #RTsbs-952 .cs-wrapper,
    #RTsbsr-952 .cs-wrapper,
    #RTsbst-952 .cs-wrapper {
        width: 3rem;
        height: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        /* prevents flexbox from squishing it */
        flex: none;
        transition: transform 0.3s;
    }
    #RTsbs-952 .cs-icon,
    #RTsbsr-952 .cs-icon,
    #RTsbst-952 .cs-icon {
        width: 1.5rem;
        height: auto;
        display: block;
        transition: transform 0.3s;
    }
    #RTsbs-952 .cs-info,
    #RTsbsr-952 .cs-info,
    #RTsbst-952 .cs-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    #RTsbs-952 .cs-header,
    #RTsbsr-952 .cs-header,
    #RTsbst-952 .cs-header {
        font-size: 1rem;
        line-height: 1.2em;
        font-weight: 700;
        margin: 0;
        color: var(--headerColor);
        display: block;
    }
    #RTsbs-952 .cs-link-content,
    #RTsbsr-952 .cs-link-content,
    #RTsbst-952 .cs-link-content {
        font-size: 1rem;
        line-height: 1.2em;
        font-weight: 400;
        margin: 0;
        color: var(--bodyTextColor);
        display: block;
    }
    #RTsbs-952 .cs-image-group,
    #RTsbsr-952 .cs-image-group,
    #RTsbst-952 .cs-image-group {
        /* scales the whole section down and ties the font size to the vw and stops at 75% of the vale of 1em, changes at desktop */
        font-size: min(2.24vw, 0.844em);
        /* everything inside this box is in ems so we can scale it all down proportionally with a font size */
        width: 40.625em;
        height: 42.9375em;
        position: relative;
        z-index: 1;
    }
    #RTsbs-952 .cs-picture,
    #RTsbsr-952 .cs-picture,
    #RTsbst-952 .cs-picture {
        /* clips the image to match the border radius of the cs-picture */
        overflow: hidden;
        display: block;
        position: absolute;
    }
    #RTsbs-952 .cs-picture img,
    #RTsbsr-952 .cs-picture img,
    #RTsbst-952 .cs-picture img {
        width: 100%;
        height: 100%;
        /* makes it act like a background image */
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0.75rem;
    }
    #RTsbs-952 .cs-picture1,
    #RTsbsr-952 .cs-picture1,
    #RTsbst-952 .cs-picture1 {
        width: 21.8125em;
        height: 36.875em;
        top: 3.0625em;
        left: 0;
    }
    #RTsbs-952 .cs-picture2,
    #RTsbsr-952 .cs-picture2,
    #RTsbst-952 .cs-picture2 {
        width: 17.5625em;
        height: 24.1875em;
        top: 0;
        right: 0;
    }
    #RTsbs-952 .cs-picture3,
    #RTsbsr-952 .cs-picture3,
    #RTsbst-952 .cs-picture3 {
        width: 17.5625em;
        height: 17.5em;
        bottom: 0;
        right: 0;
    }
    #RTsbs-952 .cs-seal,
    #RTsbsr-952 .cs-seal,
    #RTsbst-952 .cs-seal {
        width: 9.375em;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-30%, -40%);
    }
    #RTsbs-952 .cs-floater,
    #RTsbsr-952 .cs-floater,
    #RTsbst-952 .cs-floater {
        display: none;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #RTsbs-952 .cs-container,
    #RTsbsr-952 .cs-container,
    #RTsbst-952 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #RTsbs-952 .cs-image-group,
    #RTsbsr-952 .cs-image-group,
    #RTsbst-952 .cs-image-group {
        font-size: min(1.15vw, 1em);
        margin: 0;
        flex: none;
    }
    #RTsbs-952 .cs-content,
    #RTsbsr-952 .cs-content,
    #RTsbst-952 .cs-content {
        width: 51%;
    }
}
/* Large Desktop - 1800px */
@media only screen and (min-width: 112.5rem) {
    #RTsbs-952 .cs-floater,
    #RTsbsr-952 .cs-floater,
    #RTsbst-952 .cs-floater {
        width: 27.8125rem;
        height: auto;
        display: block;
        position: absolute;
        right: 0;
        top: 1.25rem;
    }
}
/* Side By Side Reverse  */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #RTsbsr-952 {
        background: var(--bg04);
    }
    #RTsbsr-952 .cs-title,
    #RTsbsr-952 .cs-header,
    #RTsbsr-952 .cs-text,
    #RTsbsr-952 .cs-link-content {
        color: var(--bodyTextColorWhite);
    }
    #RTsbsr-952 .cs-text,
    #RTsbsr-952 .cs-link-content {
        opacity: 0.8;
    }
    #RTsbsr-952 .cs-link:before {
        background: #484848;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #RTsbsr-952 .cs-image-group {
        order: 2;
    }
    #RTsbsr-952 .cs-floater {
        right: auto;
        left: -3.125rem;
        transform: scaleX(-1);
    }
}

                                