/* About Us 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-topper {
        display: flex;
        flex-direction: column;
    }
    #sbsr-684 .light,
    #sbsr-684 .dark {
        margin-bottom: 0.25rem;
    }
    #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);
    }
}
/* Tours Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-1251 {
        z-index: 10;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
        padding-top: 3rem;
    }
    #services-1251 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #services-1251 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #services-1251 .cs-title {
        max-width: 20ch;
    }
    #services-1251 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        gap: clamp(1rem, 2.5vw, 1.25rem);
        grid-template-columns: repeat(12, 1fr);
    }
    #services-1251 .cs-item {
        margin: 0;
        padding: 0;
        z-index: 1;
        width: 100%;
        display: flex;
        text-align: left;
        list-style: none;
        overflow: hidden;
        grid-row: span 1;
        position: relative;
        grid-column: span 12;
        background: #1A1A1A;
        border-radius: 0.5rem;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.08);
    }
    #services-1251 .cs-item:hover .cs-item-background img {
        opacity: 0.4;
        transform: scale(1.3);
    }
    #services-1251 .cs-item:hover .cs-h3 {
        color: var(--primary);
    }
    #services-1251 .cs-item:before {
        top: 0;
        left: 0;
        opacity: 1;
        content: "";
        width: 100%;
        z-index: 10;
        height: 100%;
        display: block;
        position: absolute;
        pointer-events: none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 0.4);
    }
    #services-1251 .cs-link {
        text-decoration: none;
        padding: clamp(7.8125rem, 19vw, 14.75rem) 1.5rem 1.5rem;
    }
    #services-1251 .cs-h3 {
        font-weight: bold;
        line-height: 1.2em;
        text-align: inherit;
        margin: 0 0 0.75rem 0;
        transition: color 0.3s;
        color: var(--bodyTextColorWhite);
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    }
    #services-1251 .cs-item-text {
        margin: 0;
        padding: 0;
        line-height: 1.5em;
        max-width: 28.125rem;
        color: var(--bodyTextColorWhite);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #services-1251 .cs-item-background {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        display: block;
        position: absolute;
    }
    #services-1251 .cs-item-background:before {
        /* background color overlay */
        top: 0;
        left: 0;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0.24;
        display: block;
        position: absolute;
        background: #1A1A1A;
    }
    #services-1251 .cs-item-background:after {
        /* background color overlay */
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background: -moz-linear-gradient(
            top,
            rgba(0, 0, 0, 0) 0%,
            #000000 100%
        );
        background: -webkit-linear-gradient(
            top,
            rgba(0, 0, 0, 0) 0%,
            #000000 100%
        );
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            #000000 100%
        );
        left: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0.4;
    }
    #services-1251 .cs-item-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        transition:
            transform 0.6s,
            opacity 0.3s;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-1251 .cs-content {
        gap: 3rem;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #services-1251 .cs-title {
        margin: 0;
    }
    #services-1251 .cs-flex-group {
        width: 50%;
    }
    #services-1251 .cs-item {
        grid-column: span 4;
    }
}