/* About Us Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-949 {
        overflow: hidden;
        position: relative;
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #sbs-949 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 34.375rem;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-949 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-949 .cs-title {
        color: var(--headerColor);
    }
    #sbs-949 .cs-text {
        opacity: 0.8;
        margin-bottom: 1rem;
        color: var(--bodyTextColor);
    }
    #sbs-949 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-949 .cs-contact-group {
        width: 100%;
        gap: 0.75rem;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2rem;
        align-items: center;
        justify-content: flex-start;
    }
    #sbs-949 .cs-link {
        gap: 1rem;
        z-index: 1;
        display: flex;
        position: relative;
        align-items: center;
        text-decoration: none;
        padding-right: 1.875rem;
        justify-content: flex-start;
    }
    #sbs-949 .cs-link:hover:before {
        width: 100%;
        height: 3.5em;
    }
    #sbs-949 .cs-link:hover .cs-wrapper {
        transform: scale(1.2);
    }
    #sbs-949 .cs-link:hover .cs-icon {
        transform: translateX(0.4375rem);
    }
    #sbs-949 .cs-image-group {
        z-index: 1;
        width: 40.625em;
        height: 42.9375em;
        position: relative;
        font-size: min(2.24vw, 0.844em);
    }
    #sbs-949 .cs-picture {
        display: block;
        overflow: hidden;
        position: absolute;
    }
    #sbs-949 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.75rem;
    }
    #sbs-949 .cs-picture1 {
        left: 0;
        top: 3.0625em;
        width: 21.8125em;
        height: 36.875em;
    }
    #sbs-949 .cs-picture2 {
        top: 0;
        right: 0;
        width: 17.5625em;
        height: 24.1875em;
    }
    #sbs-949 .cs-picture3 {
        right: 0;
        bottom: 0;
        height: 17.5em;
        width: 17.5625em;
    }
    #sbs-949 .cs-seal {
        top: 50%;
        left: 50%;
        height: auto;
        width: 9.375em;
        position: absolute;
        transform: translate(-30%, -40%);
    }
    #sbs-949 .cs-floater {
        display: none;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbs-949 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #sbs-949 .cs-image-group {
        margin: 0;
        flex: none;
        font-size: min(1.15vw, 1em);
    }
    #sbs-949 .cs-content {
        width: 51%;
    }
}
/* Benefits Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #why-choose-1634 {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #why-choose-1634 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 36.5rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 10vw, 6.25rem);
    }
    #why-choose-1634 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    #why-choose-1634 .cs-flex {
        max-width: 38.5rem;
    }
    #why-choose-1634 .cs-title {
        max-width: 20ch;
    }
    #why-choose-1634 .cs-text {
        margin-bottom: 1rem;
    }
    #why-choose-1634 .cs-text:last-of-type {
        margin-bottom: 0;
    }
    #why-choose-1634 .cs-wrapper {
        width: 100%;
    }
    #why-choose-1634 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        row-gap: 1.75rem;
        grid-template-columns: repeat(12, 1fr);
        column-gap: clamp(1rem, 2.3vw, 1.25rem);
    }
    #why-choose-1634 .cs-item {
        margin: 0;
        width: 100%;
        display: flex;
        text-align: left;
        list-style: none;
        grid-column: span 12;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        gap: clamp(1rem, 3vw, 1.5rem);
    }
    #why-choose-1634 .cs-icon-wrapper {
        margin: 0;
        flex: none;
        display: flex;
        position: relative;
        align-items: center;
        box-sizing: border-box;
        border-radius: 0.75rem;
        justify-content: center;
        width: clamp(3.75rem, 7vw, 5rem);
        border: 1px solid var(--primary);
        height: clamp(3.75rem, 7vw, 5rem);
    }
    #why-choose-1634 .cs-icon {
        width: 2rem;
        height: auto;
        display: block;
    }
    #why-choose-1634 .cs-h3 {
        margin: 0;
        font-size: 1.25rem;
        line-height: 1.5em;
        text-align: inherit;
        margin-bottom: 0.5rem;
        color: var(--headerColor);
    }
    #why-choose-1634 .cs-item-text {
        margin: 0;
        line-height: 1.5em;
        text-align: inherit;
        color: var(--bodyTextColor);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    #why-choose-1634 .cs-wrapper {
        display: contents;
    }
    #why-choose-1634 .cs-image-group {
        order: -1;
        z-index: 1;
        width: 33.875em;
        height: 30.875em;
        position: relative;
        font-size: min(2.7vw, 1em);
    }
    #why-choose-1634 .cs-picture-wrapper {
        top: 0;
        left: 0;
        z-index: 1;
        display: flex;
        width: 80.073801%;
        height: 83.805668%;
        position: absolute;
        flex-direction: column;
        align-items: flex-start;
        justify-content: stretch;
    }
    #why-choose-1634 .cs-box {
        width: 60%;
        z-index: 10;
        padding: 1em;
        gap: 0.25rem;
        display: flex;
        margin-left: 1.5em;
        position: relative;
        margin-top: -2.375em;
        flex-direction: column;
        border-radius: 0.75rem;
        align-items: flex-start;
        background: var(--itemColor);
    }
    #why-choose-1634 .cs-header {
        margin: 0;
        font-size: 1em;
        display: block;
        font-weight: 700;
        line-height: 1.2em;
        color: var(--headerColor);
    }
    #why-choose-1634 .cs-desc {
        margin: 0;
        display: block;
        font-size: 0.875em;
        line-height: 1.5em;
        color: var(--primary);
    }
    #why-choose-1634 .cs-picture {
        z-index: 1;
        position: relative;
    }
    #why-choose-1634 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.75rem;
    }
    #why-choose-1634 .cs-picture1 {
        width: 100%;
        height: 100%;
    }
    #why-choose-1634 .cs-picture2 {
        right: 0;
        bottom: 0;
        width: 36.346863%;
        height: 39.878543%;
        position: absolute;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #why-choose-1634 .cs-container {
        max-width: 80rem;
    }
    #why-choose-1634 .cs-content {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    #why-choose-1634 .cs-flex {
        flex: none;
        width: 40vw;
        text-align: left;
        max-width: 40rem;
    }
    #why-choose-1634 .cs-title {
        margin: 0;
    }
    #why-choose-1634 .cs-h3,
    #why-choose-1634 .cs-item-text {
        text-align: left;
    }
    #why-choose-1634 .cs-item {
        grid-column: span 4;
    }
    #why-choose-1634 .cs-image-group {
        width: 100%;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #why-choose-1634 {
        overflow: hidden;
        background: var(--bg01);
    }
    #why-choose-1634 .cs-content {
        align-items: flex-start;
    }
    #why-choose-1634 .cs-flex {
        width: 50%;
    }
    #why-choose-1634 .cs-wrapper {
        z-index: 1;
        gap: 2.5rem;
        display: flex;
        position: relative;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }
    #why-choose-1634 .cs-wrapper:before {
        top: 0;
        left: 50%;
        opacity: 1;
        content: '';
        z-index: -1;
        width: 100vw;
        height: 100vw;
        display: block;
        position: absolute;
        background: var(--bg04);
        transform: translateX(-50%);
    }
    #why-choose-1634 .cs-card-group {
        padding-top: 3rem;
        max-width: 39.375rem;
        align-self: flex-start;
    }
    #why-choose-1634 .cs-image-group {
        order: 2;
        flex: none;
        height: auto;
        width: 33.875em;
        margin-top: -3rem;
        min-height: 30.875em;
    }
    #why-choose-1634 .cs-item {
        flex-direction: row;
        grid-column: span 12;
    }
}