/* Content Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #content-page-714 {
        z-index: 1;
        overflow: hidden;
        position: relative;
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #content-page-714 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        position: relative;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #content-page-714 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 46.125rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #content-page-714 .cs-content img {
        width: 100%;
        height: auto;
        margin: 1rem 0;
        display: block;
    }
    #content-page-714 .cs-title {
        width: 100%;
        max-width: 100%;
        font-weight: 900;
        line-height: 1.2em;
        margin: 0 0 1rem 0;
        position: relative;
        text-align: inherit;
        color: var(--headerColor);
        font-size: var(--headerFontSize);
    }
    #content-page-714 h2,
    #content-page-714 h3,
    #content-page-714 h4,
    #content-page-714 h5,
    #content-page-714 h6 {
        font-weight: 700;
        margin: 0 0 1rem 0;
        text-align: inherit;
        color: var(--headerColor);
        font-family: var(--titleFont);
    }
    #content-page-714 h2 {
        font-size: 2rem;
        margin-top: 2rem;
    }
    #content-page-714 h3 {
        font-size: 1.5rem;
        color: var(--primary);
    }
    #content-page-714 h4,
    #content-page-714 h5,
    #content-page-714 h6 {
        font-size: 1.25rem;
    }
    #content-page-714 .cs-button-solid {
        margin-bottom: 2rem;
    }
    #content-page-714 .cs-color {
        color: var(--primary);
    }
    #content-page-714 p {
        width: 100%;
        line-height: 1.5em;
        margin: 0 0 1rem 0;
        text-align: inherit;
        color: var(--bodyTextColor);
        font-family: var(--bodyFont);
        font-size: var(--bodyFontSize);
    }
    #content-page-714 p:last-of-type {
        margin-bottom: 2rem;
    }
    #content-page-714 p a {
        font-size: inherit;
        line-height: inherit;
        color: var(--primary);
        text-decoration: underline;
        font-family: var(--bodyFont);
    }
    #content-page-714 ol,
    #content-page-714 ul {
        gap: 1rem;
        display: flex;
        margin: 0 0 2rem 0;
        padding-left: 1.5rem;
        flex-direction: column;
        color: var(--bodyTextColor);
        font-family: var(--bodyFont);
    }
    #content-page-714 ul li {
        color: inherit;
        list-style: none;
        position: relative;
    }
    #content-page-714 ul li:before {
        /* custom list bullet */
        width: 3px;
        opacity: 1;
        content: "";
        height: 3px;
        top: 0.625rem;
        display: block;
        left: -0.75rem;
        border-radius: 50%;
        position: absolute;
        background: currentColor;
    }
    #content-page-714 .cs-image-group {
        flex: none;
        z-index: 1;
        display: none;
        width: 33.875em;
        height: 48.3125em;
        position: relative;
        font-size: min(1vw, 1em);
    }
    #content-page-714 .cs-picture {
        top: 0;
        left: 0;
        display: block;
        width: 33.875em;
        overflow: hidden;
        height: 40.4375em;
        position: absolute;
        box-sizing: border-box;
        background: var(--bg04);
        border-radius: 17.8125em;
        border: 0.75em solid #FFF;
    }
    #content-page-714 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #content-page-714 .body-img {
        width: 100%;
        display: block;
        height: 18.75rem;
        position: relative;
        margin-bottom: 3rem;
    }
    #content-page-714 .body-img img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.75rem;
    }
    #content-page-714 .cs-flower {
        right: -3em;
        z-index: -1;
        height: auto;
        display: block;
        width: 22.625em;
        bottom: -2.375em;
        position: absolute;
        transform: rotate(142deg);
    }
    #content-page-714 .cs-sense {
        width: 5em;
        height: auto;
        position: absolute;
        top: -0.25em;
        left: 0.625em;
        transform: rotate(90deg);
    }
    #content-page-714 .cs-background {
        display: none;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #content-page-714 .cs-container {
        flex-direction: row;
        align-items: flex-start;
    }
    #content-page-714 .cs-image-group {
        order: -1;
        display: block;
    }
    #content-page-714 .cs-content {
        margin-left: auto;
    }
    #content-page-714 .cs-background {
        top: 0;
        left: 0;
        width: 20%;
        z-index: -1;
        height: 100%;
        display: block;
        position: absolute;
        background: var(--bg04);
    }
    #content-page-714 .cs-background img {
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        object-fit: cover;
        position: absolute;
    }
}
/* Large Desktop 1300px */
@media only screen and (min-width: 81.25rem) {
    #content-page-714 .cs-image-group {
        top: 0rem;
        left: -6.25rem;
        font-size: inherit;
        position: absolute;
    }
    #content-page-714 .cs-background {
        width: 50%;
        left: auto;
        right: 50%;
        margin-right: 20.9375rem;
    }
}
/* Gallery Section */
/* Gallery Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #gallery-1446 {
        padding: var(--sectionPadding);
        background: var(--bg01);
        padding-top: 1rem;
    }
    #gallery-1446 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        position: relative;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #gallery-1446 .cs-gallery {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        position: relative;
        gap: clamp(1rem, 1.5vw, 1.25rem);
        grid-template-columns: repeat(auto-fit, minmax(19.0625rem, 1fr));
    }
    #gallery-1446 .cs-image {
        display: block;
        overflow: hidden;
        position: relative;
        border-radius: 0.75rem;
        min-height: clamp(16.25rem, 60vw, 20rem);
    }
    #gallery-1446 .cs-image img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
/* Content Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #blog-1144 {
        z-index: 1;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #blog-1144 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 49rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #blog-1144 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #blog-1144 .cs-title {
        max-width: 20ch;
    }
    #blog-1144 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        gap: 1.25rem;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    #blog-1144 .cs-item {
        z-index: 1;
        display: flex;
        text-align: left;
        list-style: none;
        overflow: hidden;
        position: relative;
        border-radius: 1rem;
        grid-column: span 12;
        flex-direction: column;
        background: var(--bg04);
        justify-content: space-between;
        border: 1px solid var(--itemColor);
        transition:
        box-shadow 0.3s,
        transform 0.3s;
    }
    #blog-1144 .cs-item:hover {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    #blog-1144 .cs-item:hover .cs-picture img {
        opacity: 0.3;
        transform: scale(1.1);
    }
    #blog-1144 .cs-picture {
        flex: none;
        z-index: 1;
        width: 100%;
        height: 15rem;
        display: block;
        overflow: hidden;
        position: relative;
        background-color: #1a1a1a;
        border-bottom: 4px solid var(--primary);
    }
    #blog-1144 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        transition:
        transform 0.6s,
        opacity 0.3s;
    }
    #blog-1144 .cs-flex {
        z-index: 2;
        height: 100%;
        display: flex;
        padding: 1.5rem;
        position: relative;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
    }
    #blog-1144 .cs-date {
        margin: 0;
        z-index: 2;
        left: 1.5rem;
        bottom: 100%;
        color: #FFF;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2em;
        position: absolute;
        text-align: inherit;
        padding: 0.5rem 1rem;
        display: inline-block;
        box-sizing: border-box;
        background: var(--primary);
        font-family: var(--subFont);
        border-radius: 0.5rem 0.5rem 0 0;
    }
    #blog-1144 .cs-h3 {
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: inherit;
        margin: 0 0 0.75rem 0;
        transition: color 0.3s;
        color: var(--headerColor);
    }
    #blog-1144 .cs-item-text {
        line-height: 1.5em;
        text-align: inherit;
        margin: 0 0 1.25rem;
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        color: var(--bodyTextColor);
    }
    #blog-1144 .cs-link {
        display: flex;
        font-size: 1rem;
        font-weight: 700;
        margin-top: auto;
        line-height: 1.2em;
        align-items: center;
        text-decoration: none;
        color: var(--primary);
        justify-content: center;
    }
    #blog-1144 .cs-link:hover .cs-arrow {
        transform: translateX(0.25rem);
    }
    #blog-1144 .cs-arrow {
        height: auto;
        width: 1.25rem;
        transition: transform 0.3s;
    }
}
/* Dark Mode Styles */
@media only screen and (min-width: 0rem) {
    body.dark-mode #blog-1144 .cs-topper {
        color: var(--secondary);
    }
    body.dark-mode #blog-1144 .cs-link {
        color: var(--secondary);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #blog-1144 .cs-container {
        max-width: 80rem;
    }
    #blog-1144 .cs-content {
        text-align: left;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
    #blog-1144 .cs-title {
        margin: 0;
    }
    #blog-1144 .cs-item {
        grid-column: span 4;
    }
}