/* About Us Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-312 {
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #sbsr-312 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbsr-312 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbsr-312 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-312 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbsr-312 .cs-image-group {
        height: 39.75em;
        width: 39.4375em;
        position: relative;
        font-size: min(2.31vw, 0.7em);
    }
    #sbsr-312 .cs-picture {
        display: block;
        overflow: hidden;
        position: absolute;
        border-radius: 1.5em;
    }
    #sbsr-312 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #sbsr-312 .cs-picture1 {
        top: 0;
        right: 0;
        width: 32.625em;
        height: 36.3125em;
    }
    #sbsr-312 .cs-picture2 {
        left: 0;
        bottom: 0;
        height: 25em;
        width: 25.875em;
        background: #FFF;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
        border: clamp(0.375em, 1.5vw, 0.75em) solid var(--bg04);
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-312 .cs-container {
        gap: 3.25rem;
        flex-flow: row;
        justify-content: space-between;
    }
    #sbsr-312 .cs-image-group {
        order: 2;
        flex: none;
        font-size: min(1.2vw, 1em);
    }
    #sbsr-312 .cs-content {
        margin: 0;
    }
}
/* Reviews Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #reviews-1672 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #reviews-1672 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(2.5rem, 4.5vw, 4rem);
    }
    #reviews-1672 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #reviews-1672 .cs-flex {
        margin-top: 2rem;
    }
    #reviews-1672 .cs-title {
        margin: 0rem;
    }
    #reviews-1672 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        gap: clamp(1rem, 2.5vw, 1.25rem);
        grid-template-columns: repeat(12, 1fr);
    }
    #reviews-1672 .cs-item {
        width: 100%;
        display: flex;
        list-style: none;
        position: relative;
        grid-column: span 12;
        box-sizing: border-box;
        flex-direction: column;
        border-radius: 0.75rem;
        justify-content: center;
        align-items: flex-start;
        background: var(--itemColor);
        gap: clamp(1.5rem, 4vw, 3rem);
        transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
        padding: clamp(1.25rem, 3.15vw, 2.5rem) clamp(1.25rem, 3.15vw, 2.5rem);
    }
    #reviews-1672 .cs-item:hover {
        background: var(--itemColor);
        transform: translateY(-0.4375rem);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 50px;
    }
    #reviews-1672 .cs-flex-group {
        gap: 0.75rem;
        display: flex;
        margin-top: auto;
        align-items: flex-start;
    }
    #reviews-1672 .cs-profile {
        height: auto;
        width: 3.25rem;
        display: block;
        border-radius: 50%;
        position: relative;
    }
    #reviews-1672 .cs-profile img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #reviews-1672 .cs-name {
        margin: 0;
        display: block;
        font-weight: 700;
        margin-top: auto;
        font-size: 1.25rem;
        line-height: 1.2em;
        color: var(--headerColor);
    }
    #reviews-1672 .cs-job {
        margin: 0;
        display: block;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5em;
        color: var(--bodyTextColor);
    }
    #reviews-1672 .wrapper {
        gap: 1rem;
        display: flex;
        flex-direction: column;
    }
    #reviews-1672 .cs-item-stars {
        width: 6.75rem;
        height: auto;
    }
    #reviews-1672 .cs-review {
        margin: 0;
        z-index: 1;
        line-height: 1.5em;
        color: var(--bodyTextColor);
        font-family: var(--bodyFont);
        font-size: clamp(0.875rem, 1.6vw, 1.25rem);
    }
    #reviews-1672 .cs-quote {
        z-index: 0;
        right: 0rem;
        height: auto;
        bottom: 0rem;
        width: 5.375rem;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #reviews-1672 .cs-item {
        grid-column: span 4;
    }
}
/* Why Choose Us Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-297 {
        background: var(--bg01);
        ;        padding: var(--sectionPadding);
    }
    #sbs-297 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        justify-content: center;
    }
    #sbs-297 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        max-width: 32.625rem;
        flex-direction: column;
    }
    #sbs-297 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-297 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-297 .cs-link {
        font-weight: 700;
        font-size: 1.25rem;
        text-decoration: none;
        color: var(--primary);
    }
    #sbs-297 .cs-image-group {
        width: 100%;
        display: block;
        position: relative;
        max-width: 34.375rem;
        aspect-ratio: 0.90358127;
        margin: 0 auto clamp(4.875rem, 16.5vw, 6.75rem);
    }
    #sbs-297 .cs-picture {
        /* big background image */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
    }
    #sbs-297 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.625rem;
    }
    #sbs-297 .cs-box {
        /* 204px - 326px & changes at desktop */
        left: 50%;
        z-index: 10;
        display: flex;
        overflow: hidden;
        position: absolute;
        align-items: center;
        flex-direction: column;
        border-radius: 0.625rem;
        justify-content: center;
        transform: translateX(-50%);
        width: clamp(12.75rem, 50vw, 20.375rem);
        height: clamp(12.75rem, 50vw, 20.375rem);
        bottom: calc(clamp(2.375rem, 7.9vw, 3.75rem) * -1);
    }
    #sbs-297 .cs-box-picture {
        /* Background image for cs-box */
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        display: block;
        overflow: hidden;
        position: absolute;
        background: #1A1A1A;
        border-radius: 0.625rem;
    }
    #sbs-297 .cs-box-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.65;
        object-fit: cover;
        position: absolute;
    }
    #sbs-297 .cs-number {
        z-index: 10;
        display: block;
        line-height: 1em;
        font-weight: 900;
        margin-bottom: 0.5rem;
        mix-blend-mode: screen;
        color: var(--headerColor);
        font-size: clamp(4.6875rem, 8vw, 6.25rem);
    }
    #sbs-297 .cs-number:before {
        top: 50%;
        left: 50%;
        opacity: 1;
        content: "";
        z-index: -1;
        display: block;
        position: absolute;
        background: #FFF;
        border-radius: 0.4375rem;
        transform: translate(-50%, -50%);
        width: clamp(11.5rem, 45vw, 18.375rem);
        height: clamp(11.5rem, 45vw, 18.375rem);
    }
    #sbs-297 .cs-desc {
        /* 16px - 25px */
        width: 80%;
        z-index: 10;
        font-weight: 700;
        line-height: 1.2em;
        text-align: center;
        position: relative;
        text-transform: lowercase;
        color: var(--headerColor);
        font-size: clamp(1rem, 4vw, 1.5625rem);
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbs-297 {
        text-align: left;
    }
    #sbs-297 .cs-container {
        gap: 10rem;
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
    }
    #sbs-297 .cs-content {
        text-align: left;
        align-items: flex-start;
    }
    #sbs-297 .cs-image-group {
        margin: 0;
        width: 40vw;
        max-width: 32.5625rem;
        height: clamp(32.5rem, 51.9vw, 42rem);
    }
    #sbs-297 .cs-box {
        left: auto;
        transform: none;
        bottom: clamp(3.875rem, 6.2vw, 5rem);
        width: clamp(15.6875rem, 24.5vw, 20.3125rem);
        height: clamp(15.6875rem, 24.5vw, 20.3125rem);
        right: calc(clamp(3.25rem, 5.5vw + 1.6rem, 6.375rem) * -1);
    }
    #sbs-297 .cs-number:before {
        width: clamp(14.125rem, 22.7vw, 18.3125rem);
        height: clamp(14.125rem, 22.7vw, 18.3125rem);
    }
}
/* Steps Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #steps-2127 {
        z-index: 1;
        overflow: hidden;
        position: relative;
        background: #1A1A1A;
        padding: var(--sectionPadding);
    }
    #steps-2127 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 44rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #steps-2127 .cs-card-group {
        width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    #steps-2127 .cs-item {
        z-index: 1;
        width: 100%;
        display: flex;
        padding: 2rem 0;
        list-style: none;
        text-align: center;
        position: relative;
        align-items: center;
        grid-column: span 12;
        box-sizing: border-box;
        flex-direction: column;
    }
    #steps-2127 .cs-item:first-of-type {
        padding-top: 0;
    }
    #steps-2127 .cs-item:last-of-type {
        padding-bottom: 0;
    }
    #steps-2127 .cs-item:last-of-type::after {
        display: none;
    }
    #steps-2127 .cs-item::after {
        left: 0;
        bottom: 0;
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #bababa 50%, rgba(255, 255, 255, 0) 100%);
    }
    #steps-2127 .cs-icon {
        height: auto;
        display: block;
        width: clamp(3rem, 6vw, 3.75rem);
        margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
    }
    #steps-2127 .cs-h3 {
        color: #FFF;
        font-weight: bold;
        line-height: 1.2em;
        margin: 0 0 1rem 0;
        font-size: clamp(1.25rem, 2vw, 1.5625rem);
    }
    #steps-2127 .cs-item-text {
        padding: 0;
        line-height: 1.5em;
        max-width: 18.75rem;
        text-decoration: none;
        color: var(--bodyTextColorWhite);
        font-size: clamp(0.875rem, 1.5vw, 1.25rem);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #steps-2127 .cs-container {
        max-width: 107.5rem;
    }
    #steps-2127 .cs-card-group {
        row-gap: 3rem;
    }
    #steps-2127 .cs-item {
        padding: 0 1rem;
        grid-column: span 3;
    }
    #steps-2127 .cs-item::after {
        right: 0;
        width: 1px;
        height: 100%;
        left: initial;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #bababa 50%, rgba(255, 255, 255, 0) 100%);
    }
    #steps-2127 .cs-h3 {
        max-width: 13ch;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #steps-2127 .cs-item {
        padding: 0 clamp(1.25rem, 2.5vw, 1.875rem);
    }
}
/* More Services Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-345 {
        text-align: center;
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #services-345 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 90rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #services-345 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    #services-345 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: clamp(1rem, 2vw, 1.25rem);
    }
    #services-345 .cs-text {
        max-width: 65ch;
    }
    #services-345 .cs-item {
        width: 100%;
        list-style: none;
        max-width: 31.25rem;
        box-sizing: border-box;
        border-radius: 0.75rem;
        padding: clamp(1rem, 2vw, 2rem);
        border: 2px solid var(--borderColor);
        transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
    }
    #services-345 .cs-item:hover {
        background: #FFF;
        transform: translateY(-0.4375rem);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 50px;
    }
    #services-345 .cs-item:hover .cs-picture:before {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
    #services-345 .cs-link {
        display: flex;
        align-items: center;
        text-decoration: none;
        flex-direction: column;
        justify-content: center;
    }
    #services-345 .cs-picture {
        margin: 0;
        z-index: 1;
        width: 5rem;
        height: 5rem;
        display: flex;
        position: relative;
        align-items: center;
        margin-bottom: 1.5rem;
        border-radius: 0.25rem;
        background: var(--bg01);
        justify-content: center;
    }
    #services-345 .cs-icon {
        width: auto;
        height: 2.5rem;
    }
    #services-345 .cs-h3 {
        margin: 0;
        font-weight: 900;
        font-size: 1.25rem;
        text-align: center;
        line-height: 1.2em;
        transition: color .3s;
        margin-bottom: 0.75rem;
        color: var(--headerColor);
    }
    #services-345 .cs-item-text {
        margin: 0;
        font-size: 1rem;
        text-align: center;
        line-height: 1.5em;
        transition: color .3s;
        color: var(--bodyTextColor);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-345 .cs-card-group {
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
    }
    #services-345 .cs-item {
        width: 48.9%;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #services-345 .cs-item {
        width: clamp(23.47%, 22vw, 23.955%);
    }
}
@media only screen and (min-width: 64rem) {
    body.dark-mode #services-345 .cs-item:hover {
        background: var(--bg01);
        transform: translateY(-0.4375rem);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 50px;
    }
    body.dark-mode #services-345 .cs-icon {
        filter: grayscale(1) brightness(2000%);
    }
}
/* Stats Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #stats-5 {
        z-index: 1;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #stats-5 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #stats-5 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    #stats-5 .cs-title {
        color: #FFF;
    }
    #stats-5 .cs-text {
        opacity: 0.8;
        color: var(--bodyTextColor);
    }
    #stats-5 .cs-card-group {
        margin: 0;
        width: 100%;
        display: flex;
        gap: 3.4375em;
        flex-wrap: wrap;
        padding: 0 1.25rem;
        max-width: 31.25rem;
        align-items: center;
        flex-direction: column;
        box-sizing: border-box;
        border-radius: 0.3125rem;
        background: var(--itemColor);
        justify-content: space-around;
        padding-bottom: clamp(3rem, 6.5vw, 5rem);
        border-top: 8px solid var(--primaryLight);
        padding-top: clamp(2.5rem, 5.7vw, 4.25rem);
        box-shadow: 0 1.25em 2.5em 0 rgba(0, 0, 0, 0.05);
    }
    #stats-5 .cs-item {
        width: 100%;
        list-style: none;
        text-align: center;
    }
    #stats-5 .cs-number {
        display: block;
        font-weight: 700;
        line-height: 1.2em;
        color: var(--secondaryLight);
        font-size: clamp(2.4375rem, 4.7vw, 3.8125rem);
        margin-bottom: clamp(0.25rem, 0.78vw, 0.5rem);
    }
    #stats-5 .cs-header {
        font-weight: 700;
        line-height: 1.2em;
        color: var(--headerColor);
        font-size: clamp(1rem, 2vw, 1.5625rem);
    }
    #stats-5 .cs-background {
        top: 0;
        left: 0;
        width: 100%;
        height: 65%;
        z-index: -1;
        display: block;
        position: absolute;
    }
    #stats-5 .cs-background:before {
        /* Overlay */
        top: 0;
        left: 0;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0.8;
        display: block;
        position: absolute;
        background: #1A1A1A;
    }
    #stats-5 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
/* In-between - 500px */
@media only screen and (min-width: 31.25rem) {
    #stats-5 .cs-card-group {
        gap: 0;
        flex-wrap: wrap;
        row-gap: 3.4375rem;
        flex-direction: row;
        align-items: center;
        column-gap: 6.25rem;
        justify-content: center;
    }
    #stats-5 .cs-item {
        width: 7.8125rem;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #stats-5:before {
        height: 37.5%;
    }
    #stats-5 .cs-card-group {
        row-gap: 0;
        column-gap: 0;
        max-width: 100%;
        justify-content: space-around;
    }
    #stats-5 .cs-item {
        width: auto;
    }
}
/* Big Desktop Parallax Effect - 1300px */
@media only screen and (min-width: 81.25rem) {
    #stats-5 .cs-background {
        background: url("../img/home-stats-bg.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    #stats-5 .cs-background img {
        display: none;
    }
}
/* Gallery Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #gallery-1446 {
        background: var(--bg01);
        padding: var(--sectionPadding);
        padding-top: 3rem;
    }
    #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-content {
        width: 100%;
        gap: 1.5rem;
        display: flex;
        text-align: left;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
    #gallery-1446 .cs-title {
        margin: 0;
    }
    #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;
    }
}
/* Areas We Serve Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #stats-1660 {
        overflow: hidden;
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #stats-1660 .cs-container {
        z-index: 1;
        width: 100%;
        margin: auto;
        display: flex;
        position: relative;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #stats-1660 .cs-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #stats-1660 .cs-flex {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 35.625rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #stats-1660 .cs-text {
        margin-bottom: 1rem;
    }
    #stats-1660 .cs-text:last-of-type {
        margin-bottom: clamp(2rem, 5vw, 4rem);
    }
    #stats-1660 .cs-stat-group {
        margin: 0;
        width: 100%;
        z-index: 10;
        display: grid;
        row-gap: 2rem;
        column-gap: 1rem;
        position: relative;
        max-width: 53.75rem;
        box-sizing: border-box;
        border-radius: 0.75rem;
        background: var(--itemColor);
        grid-template-columns: repeat(12, 1fr);
        padding: clamp(1.5rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 2.5rem);
    }
    #stats-1660 .cs-stat {
        margin: 0;
        padding: 0;
        gap: 0.5rem;
        display: flex;
        text-align: left;
        list-style: none;
        grid-column: span 6;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #stats-1660 .cs-number {
        margin: 0;
        display: block;
        font-weight: 900;
        line-height: 1.2em;
        color: var(--headerColor);
        font-size: clamp(2.4375rem, 5vw, 3.8125rem);
    }
    #stats-1660 .cs-desc {
        margin: 0;
        display: block;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2em;
        color: var(--secondary);
    }
    #stats-1660 .cs-picture {
        z-index: 1;
        width: 100%;
        display: block;
        overflow: hidden;
        min-height: 25rem;
        position: relative;
        max-width: 39.375rem;
        border-radius: 0.75rem;
    }
    #stats-1660 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #stats-1660 .cs-container {
        max-width: 80rem;
        position: relative;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-end;
    }
    #stats-1660 .cs-content {
        padding-bottom: clamp(2.5rem, 6vw, 3.75rem);
    }
    #stats-1660 .cs-flex {
        width: 45%;
    }
    #stats-1660 .cs-stat-group {
        width: 77vw;
    }
    #stats-1660 .cs-stat {
        grid-column: span 3;
    }
    #stats-1660 .cs-picture {
        top: 0;
        right: 0;
        width: 48vw;
        height: 100%;
        position: absolute;
    }
}
