/* _content/MaterialPlusApp.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.app-logo[b-3l8e9z0a9j] {
    width: auto;
    height: 1.35rem;
    position: relative;
}

.app-logo-branded[b-3l8e9z0a9j] {
    max-width: 75%;
    height: auto;
    filter: grayscale(0.5);
    display: inline-flex;
    align-self: center;
    justify-self: center;
    transition: ease-in-out 0.3s all;
    margin: 0 auto;
}

    .app-logo-branded:hover[b-3l8e9z0a9j] {
        filter: grayscale(0);
    }

.app-logo-mini[b-3l8e9z0a9j] {
    height: 0.75rem;
    width: auto;
    vertical-align: baseline;
    margin-right: 0.5em;
}

.mini-presenting-box[b-3l8e9z0a9j] {
    flex-wrap: wrap;
    align-self: flex-end;
    justify-self: end;
    place-self: end;
}


[b-3l8e9z0a9j] .rz-panel-menu {
    width: 100%;
}

[b-3l8e9z0a9j] .rz-sidebar {
    display: flex;
    flex-wrap: wrap;
}
/* _content/MaterialPlusApp.UI/Components/Layout/WelcomeLayout.razor.rz.scp.css */
.app-logo[b-u98extusis] {
    width: auto;
    height: 1.35rem;
    position: relative;
}

.app-logo-branded[b-u98extusis] {
    max-width: 50%;
    height: auto;
    filter: grayscale(0.5);
    float: left;
    display: inline-flex;
    align-self: center;
    justify-self: center;
    transition: ease-in-out 0.3s all;
}

    .app-logo-branded:hover[b-u98extusis] {
        filter: grayscale(0);
    }

.app-logo-mini[b-u98extusis] {
    height: 0.75rem;
    width: auto;
    vertical-align: baseline;
    margin-right: 0.5em;
}

.mini-presenting-box[b-u98extusis] {
    flex-wrap: wrap;
    align-self: flex-end;
    justify-self: end;
    place-self: end;
}

[b-u98extusis] .welcome-container {
    max-width: 1280px;
    color: #343434;
}


[b-u98extusis] .welcome-layoutbg,
.welcome-layoutbg[b-u98extusis],
[b-u98extusis] .rz-layout,
.rz-layout[b-u98extusis] {
    background-color: white !important;
}

.go-to-top[b-u98extusis] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
    background-color: rgba(238, 248, 237, 0.5);
    color: #093d03;
    border-radius: 8px;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    font-family: var(--rz-icon-font-family);
    font-weight: var(--rz-icon-weight, inherit);
    font-style: normal;
    font-size: var(--rz-icon-size);
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    font-variation-settings: "FILL" var(--rz-icon-fill), "GRAD" var(--rz-icon-grade), "opsz" var(--rz-icon-optical-size);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    transition: opacity 0.25s ease-in-out;
    opacity: 0;
}

    .go-to-top.go-to-active[b-u98extusis] {
        opacity: 1;
    }
/* _content/MaterialPlusApp.UI/Components/Pages/Account/Login.razor.rz.scp.css */
/* Optional content styling */
.blob-section[b-m07qdgr830] {
    position: relative;
    background-color: #093d03;
    overflow: hidden !important;
}

.blob-content[b-m07qdgr830] {
    position: relative;
    z-index: 1;
    flex-wrap: nowrap;
}

.blob[b-m07qdgr830] {
    max-width: 80%;
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.blob1[b-m07qdgr830] {
    top: 100%;
    left: 0%;
    transform: translate(-50%, -50%);
}

.blob2[b-m07qdgr830] {
    top: 0%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.blob3[b-m07qdgr830] {
    top: -55%;
    left: 35%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.blob4[b-m07qdgr830] {
    top: 160%;
    left: 70%;
    transform: translate(-50%, -50%) rotate(180deg);
}

[b-m07qdgr830] .content-right {
    position: relative;
}

    [b-m07qdgr830] .content-right .content-box {
        background-color: rgba(255, 255, 255, 0.1);
        position: absolute;
    }

        [b-m07qdgr830] .content-right .content-box.content-box-left {
            top: 0;
            left: 0;
        }

        [b-m07qdgr830] .content-right .content-box.content-box-right {
            bottom: 0;
            right: 0;
        }

        [b-m07qdgr830] .content-right .content-box span {
            display: inline-block;
        }

    [b-m07qdgr830] .content-right .content-box-icon {
        display: inline-block;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 100%;
        padding: 2rem;
    }

        [b-m07qdgr830] .content-right .content-box-icon.content-box-icon-1 {
            bottom: 5%;
            left: 5%;
        }

        [b-m07qdgr830] .content-right .content-box-icon.content-box-icon-2 {
            bottom: calc(10% + 76px);
            left: calc(10% + 76px);
        }

        [b-m07qdgr830] .content-right .content-box-icon.content-box-icon-3 {
            top: 10%;
            right: calc(20% + 76px);
        }

        [b-m07qdgr830] .content-right .content-box-icon.content-box-icon-4 {
            top: 5%;
            right: 5%;
        }

        [b-m07qdgr830] .content-right .content-box-icon.content-box-icon-5 {
            top: calc(20% + 76px);
            right: 10%;
        }

    [b-m07qdgr830] .content-right .content-box .content-box-badge,
    [b-m07qdgr830] .content-right .content-box .content-box-sub {
        color: white;
        letter-spacing: 0.2rem;
        text-transform: uppercase;
    }

    [b-m07qdgr830] .content-right .content-box .content-box-badge {
        background-color: #0c9c00;
        font-size: 10px;
        height: 24px;
        line-height: 24px;
        border-radius: 12px;
        padding: 0 12px;
    }

    [b-m07qdgr830] .content-right .content-box .content-box-lead {
        color: #0c9c00;
        font-size: 50px;
        width: 100%;
    }
/* _content/MaterialPlusApp.UI/Components/Pages/Waterfall-Single.razor.rz.scp.css */
.mp-sp-evidence-linkblock[b-9uexx2qy3n] {
    display: inline-block;
    /*--rz-icon-size: var(--rz-text-body2-font-size);*/
    border: 1px solid transparent;
    border-radius: var(--rz-border-radius-2);
    border-color: var(--rz-primary-light) !important;
    color: var(--rz-primary-dark) !important;
    cursor: pointer;
    padding: 1rem;
    font-size: var(--rz-text-body2-font-size);
    line-height: var(--rz-text-body2-line-height);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

    .mp-sp-evidence-linkblock:hover[b-9uexx2qy3n] {
        background-color: var(--rz-primary-lighter) !important;
        color: var(--rz-primary-darker) !important;
    }
/* _content/MaterialPlusApp.UI/Components/Pages/Waterfall.razor.rz.scp.css */
.waterfall-container[b-btzil94fxb]
{

}

.waterfall-container > div[b-btzil94fxb]
{

}

.waterfall-filter-container[b-btzil94fxb] {
    width: 280px;
    max-width: 25vw;
    min-width: 280px;
}

.waterfall-product-container[b-btzil94fxb]
{

}

[b-btzil94fxb] .waterfall-filter-section .rz-accordion .rz-accordion-header > a {
    font-size: 12px;
    white-space: nowrap;
}

[b-btzil94fxb] .rz-chkbox-box.rz-state-active.rz-state-disabled {
    background-color: var(--rz-checkbox-checked-background-color);
    border: var(--rz-checkbox-checked-border);
    opacity: 1;
}
/* _content/MaterialPlusApp.UI/Components/Shared/DashboardPanelSummary.razor.rz.scp.css */
.dashboard-list-container[b-8f3pi4omqg] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: normal;
}

.dashboard-list-inner[b-8f3pi4omqg] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: normal;
}

    .dashboard-list-inner .dashboard-list-item[b-8f3pi4omqg] {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: normal;
        line-height: 200%;
        font-size: 0.8rem;
        border-bottom: 1.5px dashed;
    }

    .dashboard-list-inner .dashboard-list-item:last-of-type[b-8f3pi4omqg] {
        border-bottom-width: 0px !important;
    }
/* _content/MaterialPlusApp.UI/Components/Shared/DashboardQuarterPanel.razor.rz.scp.css */
.quarter-icon[b-uanvwwbkj8] {
    width: 105px;
    height: 105px;
    display: inline-block;
    padding: 30px;
    border-radius: 100%;
}

    .quarter-icon img[b-uanvwwbkj8] {
        width: 45px;
        height: 45px;
        filter: brightness(0) invert(1);
    }
/* _content/MaterialPlusApp.UI/Components/Shared/GlossaryDialog.razor.rz.scp.css */
.glossary-definition-list[b-10nbvkg2ro], .glossary-definition-display[b-10nbvkg2ro] {
    height: 580px;
    max-height: 65vh;
    overflow-y: auto;
}

    .glossary-definition-list p[b-10nbvkg2ro] {
        margin: 0;
        margin-block-start: 0;
        margin-block-end: 0;
        padding: 0 3rem 0 1rem;
        display: block;
        float: right;
        width: 100%;
        height: 48px;
        line-height: 48px;
        color: var(--rz-primary-dark);
        border-bottom: 1px solid;
        border-bottom-color: var(--rz-primary-lighter);
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 0.85rem;
        overflow: hidden;
        position: relative;
    }

        [b-10nbvkg2ro] .glossary-definition-list p .definition-icon {
            position: absolute;
            top: 0;
            right: 1rem;
        }

        .glossary-definition-list p[data-type-section][b-10nbvkg2ro] {
            font-weight: 600;
            font-size: 1.2rem;
        }

        .glossary-definition-list p[data-type-definition][b-10nbvkg2ro] {
            transition: all ease-in-out 0.3s;
            will-change: background-color color;
            cursor: pointer;
        }

            .glossary-definition-list p[data-type-definition]:hover[b-10nbvkg2ro] {
                background-color: var(--rz-primary-lighter);
                color: var(--rz-primary-darker);
            }
/* _content/MaterialPlusApp.UI/Components/Shared/ManageProductStubs/ProductComments.razor.rz.scp.css */
.review-comment-card p[style*="background-color: rgb(255, 255, 255)"][b-nh6cwzx0jf] {
    background: transparent !important;
    background-color: transparent !important;
}
/* _content/MaterialPlusApp.UI/Components/Shared/WelcomeBlobSectionDark.razor.rz.scp.css */
/* Optional content styling */
.blob-section[b-qvehfvjug9] {
    position: relative;
    background-color: #093d03;
    overflow: hidden !important;
    width: 100% !important;
}

.blob-content[b-qvehfvjug9] {
    position: relative;
    z-index: 1;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    flex-wrap: nowrap;
}

.blob[b-qvehfvjug9] {
    max-width: 80%;
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.blob1[b-qvehfvjug9] {
    top: 100%;
    left: 0%;
    transform: translate(-50%, -50%);
}

.blob2[b-qvehfvjug9] {
    top: 0%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.blob3[b-qvehfvjug9] {
    top: -55%;
    left: 35%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.blob4[b-qvehfvjug9] {
    top: 160%;
    left: 70%;
    transform: translate(-50%, -50%) rotate(180deg);
}

[b-qvehfvjug9] .content-right {
    position: relative;
    width: 460px !important;
    min-width: 460px !important;
    aspect-ratio: 1 / 1;
}

    [b-qvehfvjug9] .content-right .content-box {
        background-color: rgba(255, 255, 255, 0.1);
        position: absolute;
        width: 260px;
        aspect-ratio: 1 / 1;
    }

        [b-qvehfvjug9] .content-right .content-box.content-box-left {
            top: 0;
            left: 0;
        }

        [b-qvehfvjug9] .content-right .content-box.content-box-right {
            bottom: 0;
            right: 0;
        }

        [b-qvehfvjug9] .content-right .content-box span {
            display: inline-block;
        }

        [b-qvehfvjug9] .content-right .content-box-icon {
            display: inline-block;
            position: absolute;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 100%;
            padding: 1rem;
        }

            [b-qvehfvjug9] .content-right .content-box-icon.content-box-icon-1 {
                bottom: 70px;
                left: 70px;
            }

            [b-qvehfvjug9] .content-right .content-box-icon.content-box-icon-2 {
                bottom: 120px;
                left: 120px;
            }

            [b-qvehfvjug9] .content-right .content-box-icon.content-box-icon-3 {
                top: 110px;
                right: 120px;
            }

            [b-qvehfvjug9] .content-right .content-box-icon.content-box-icon-4 {
                top: 50px;
                right: 75px;
            }

            [b-qvehfvjug9] .content-right .content-box-icon.content-box-icon-5 {
                top: 125px;
                right: 50px;
            }

        [b-qvehfvjug9] .content-right .content-box .content-box-badge,
        [b-qvehfvjug9] .content-right .content-box .content-box-sub {
            color: white;
            letter-spacing: 0.2rem;
            text-transform: uppercase;
        }

        [b-qvehfvjug9] .content-right .content-box .content-box-badge {
            background-color: #0c9c00;
            font-size: 10px;
            height: 24px;
            line-height: 24px;
            border-radius: 12px;
            padding: 0 12px;
        }

        [b-qvehfvjug9] .content-right .content-box .content-box-lead {
            color: #0c9c00;
            font-size: 50px;
            width: 100%;
        }
/* _content/MaterialPlusApp.UI/Components/Shared/WelcomeBlobSectionSplit.razor.rz.scp.css */
/* Optional content styling */
.blob-section[b-3gq7qe740f] {
    position: relative;
    background-color: #eef8ed;
    overflow: hidden !important;
    width: 100% !important;
}

.blob-section[b-3gq7qe740f]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: white;
    z-index: 1;
}

.blob-content[b-3gq7qe740f] {
    position: relative;
    z-index: 2;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    flex-wrap: nowrap;
}

.blob[b-3gq7qe740f] {
    max-width: 80%;
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.blob1[b-3gq7qe740f] {
    top: 100%;
    left: 0%;
    transform: translate(-50%, -50%);
}

.blob2[b-3gq7qe740f] {
    top: 0%;
    left: 100%;
    transform: translate(-50%, -50%);
}

[b-3gq7qe740f] .content-lead {
    background-color: #0c9c00;
    flex-wrap: nowrap;
}

[b-3gq7qe740f] .content-right {
    position: relative;
    width: 500px !important;
    min-width: 500px !important;
    aspect-ratio: 3 / 4;
    background: url('./static-assets/images/welcome-page/our-vision.webp') center center / cover no-repeat;
}

[b-3gq7qe740f] .blob-split-illus {
    flex-wrap: wrap;
}

[b-3gq7qe740f] .illubox {
    overflow: visible;
    position: relative;
    margin: 0 12.5% 2rem 12.5%;
    width: 75% !important;
    user-select: none;
    min-height: 200px;
}

    [b-3gq7qe740f] .illubox::before {
        content: attr(data-label);
        color: white;
        background-color: #0c9c00;
        aspect-ratio: 1 / 1;
        width: 36px;
        text-align: center;
        line-height: 36px;
        font-weight: 600;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%, -50%);
        z-index: 2;
        border-radius: 100%;
    }


[b-3gq7qe740f] .illubox-1 .fake-input {
    display: block;
    width: 100%;
    height: 30px;
    background-color: white;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 5px;
    margin-bottom: 6px;
}

    [b-3gq7qe740f] .illubox-1 .fake-input::before {
        content: '';
        background-color: #b2becc;
        display: block;
        float: left;
        position: absolute;
        width: 60%;
        height: 8px;
        top: 11px;
        left: 11px;
    }

    [b-3gq7qe740f] .illubox-1 .fake-input-40::before {
        width: 40%;
    }

[b-3gq7qe740f] .illubox-1 .fake-input-number::before {
    width: 70%;
}

[b-3gq7qe740f] .illubox-1 .fake-input-number::after {
    content: '- 1 +';
    font-size: 10px;
    display: block;
    position: absolute;
    width: auto;
    top: 50%;
    right: 11px;
    transform: translate(0, -50%);
}

[b-3gq7qe740f] .illubox-1 .fake-button {
    display: block;
    width: 100%;
    height: 24px;
    background-color: transparent;
    position: relative;
    margin-bottom: 6px;
}

    [b-3gq7qe740f] .illubox-1 .fake-button::before {
        content: '';
        background-color: #0c9c00;
        display: block;
        float: left;
        position: absolute;
        width: 50%;
        height: 24px;
        top: 0;
        right: 0;
        border-radius: 5px;
        z-index: 1;
    }

    [b-3gq7qe740f] .illubox-1 .fake-button::after {
        content: '';
        background-color: rgba(255, 255, 255, 0.25);
        display: block;
        float: left;
        position: absolute;
        width: calc(50% - 20px);
        height: 10px;
        top: 7px;
        right: 10px;
        border-radius: 2px;
        z-index: 1;
    }

[b-3gq7qe740f] .fake-audit-form {
    display: block;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 5px;
    margin-bottom: 6px;
    overflow: hidden;
}

    [b-3gq7qe740f] .fake-audit-form .fake-audit-form-hdr {
        display: block;
        width: 100%;
        background-color: white;
        border-bottom: 1px solid #ccc;
        height: 20px;
        position: relative;
    }

        [b-3gq7qe740f] .fake-audit-form .fake-audit-form-hdr::before,
        [b-3gq7qe740f] .fake-audit-form .fake-audit-form-hdr::after {
            content: '';
            display: block;
            background-color: #b2becc;
            height: 2px;
            position: absolute;
            border-radius: 2px;
        }

        [b-3gq7qe740f] .fake-audit-form .fake-audit-form-hdr::before {
            width: 20%;
            top: 7px;
            left: 10px;
        }

        [b-3gq7qe740f] .fake-audit-form .fake-audit-form-hdr::after {
            width: 35%;
            top: 12px;
            left: 10px;
        }

    [b-3gq7qe740f] .fake-audit-form .fake-audit-form-line {
        display: block;
        width: 100%;
        background-color: white;
        height: 25px;
        position: relative;
    }

        [b-3gq7qe740f] .fake-audit-form .fake-audit-form-line::before,
        [b-3gq7qe740f] .fake-audit-form .fake-audit-form-line::after {
            content: '';
            display: block;
            background-color: #b2becc;
            height: 2px;
            position: absolute;
            border-radius: 2px;
        }

        [b-3gq7qe740f] .fake-audit-form .fake-audit-form-line::before {
            width: calc(100% - 60px);
            top: 9px;
            left: 30px;
        }

        [b-3gq7qe740f] .fake-audit-form .fake-audit-form-line::after {
            width: calc(75% - 60px);
            top: 14px;
            left: 30px;
        }

        [b-3gq7qe740f] .fake-audit-form .fake-audit-form-line i {
            display: block;
            color: #0c9c00;
            position: absolute;
            top: 5px;
            left: 10px;
            font-size: 15px;
            width: 15px;
            height: 15px;
            line-height: 15px;
        }

[b-3gq7qe740f] .fake-product-search-item {
    display: block;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 5px;
    margin-bottom: 6px;
    overflow: hidden;
    height: 46px;
}

    [b-3gq7qe740f] .fake-product-search-item .fake-product-search-item-thumb {
        display: block;
        width: 36px;
        background-color: #e4eaf3;
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 5px;
        overflow: hidden;
        height: 36px;
    }

    [b-3gq7qe740f] .fake-product-search-item i {
        display: block;
        color: #0c9c00;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 26px;
        width: 26px;
        height: 26px;
        line-height: 26px;
    }

    [b-3gq7qe740f] .fake-product-search-item .fake-product-search-item-text {
        display: block;
        width: calc(100% - 106px);
        background-color: #b2becc;
        position: absolute;
        top: 14px;
        left: 55px;
    }

        [b-3gq7qe740f] .fake-product-search-item .fake-product-search-item-text .fake-product-search-item-text-line1,
        [b-3gq7qe740f] .fake-product-search-item .fake-product-search-item-text .fake-product-search-item-text-line2,
        [b-3gq7qe740f] .fake-product-search-item .fake-product-search-item-text .fake-product-search-item-text-line3 {
            display: block;
            background-color: #b2becc;
            height: 2px;
            position: absolute;
            border-radius: 2px;
            width: 100%;
        }

        [b-3gq7qe740f] .fake-product-search-item .fake-product-search-item-text .fake-product-search-item-text-line1 {
            top: 0;
            left: 0;
        }

        [b-3gq7qe740f] .fake-product-search-item .fake-product-search-item-text .fake-product-search-item-text-line2 {
            top: 6px;
            left: 0;
        }

        [b-3gq7qe740f] .fake-product-search-item .fake-product-search-item-text .fake-product-search-item-text-line3 {
            display: block;
            background-color: #b2becc;
            height: 4px;
            position: absolute;
            border-radius: 2px;
            width: 100%;
            top: 16px;
            left: 0;
        }

            [b-3gq7qe740f] .fake-product-search-item .fake-product-search-item-text .fake-product-search-item-text-line3::before {
                content: '';
                display: block;
                background-color: white;
                height: 4px;
                position: absolute;
                width: 4px;
                top: 0;
                left: 33%;
            }

            [b-3gq7qe740f] .fake-product-search-item .fake-product-search-item-text .fake-product-search-item-text-line3::after {
                content: '';
                display: block;
                background-color: white;
                height: 4px;
                position: absolute;
                width: 4px;
                top: 0;
                left: 66%;
            }
/* _content/MaterialPlusApp.UI/Components/Shared/WelcomeBlobSectionWhite.razor.rz.scp.css */
/* Optional content styling */
.blob-section[b-zva9jgrn8f] {
    position: relative;
    background-color: white;
    overflow: hidden !important;
    width: 100% !important;
}

.blob-content[b-zva9jgrn8f] {
    position: relative;
    z-index: 1;
    padding-top: 100px !important;
    /*padding-bottom: 100px !important;*/
    flex-wrap: nowrap;
}

.blob[b-zva9jgrn8f] {
    max-width: 80%;
    width: 80%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.blob2[b-zva9jgrn8f] {
    transform: translate(-50%, -50%) rotate(180deg);
}

[b-zva9jgrn8f] .content-right {
    position: relative;
    width: 460px !important;
    min-width: 460px !important;
    aspect-ratio: 1 / 1;
}

    [b-zva9jgrn8f] .content-right .content-box {
        background-color: rgba(255, 255, 255, 0.1);
        position: absolute;
        width: 260px;
        aspect-ratio: 1 / 1;
    }

        [b-zva9jgrn8f] .content-right .content-box.content-box-left {
            bottom: 0;
            left: 0;
            z-index: 3;
            background: url('./static-assets/images/welcome-page/who-for-0.jpg') center center;
            background-size: cover;
            width: 300px;
        }

        [b-zva9jgrn8f] .content-right .content-box.content-box-right {
            top: 0;
            right: 0;
            z-index: 2;
            background: url('./static-assets/images/welcome-page/who-for-1.jpg') center center;
            background-size: cover;
        }

        [b-zva9jgrn8f] .content-right .content-box span {
            display: inline-block;
        }

        [b-zva9jgrn8f] .content-right .content-box .content-box-badge,
        [b-zva9jgrn8f] .content-right .content-box .content-box-sub {
            color: white;
            letter-spacing: 0.2rem;
            text-transform: uppercase;
        }

        [b-zva9jgrn8f] .content-right .content-box .content-box-badge {
            background-color: #0c9c00;
            font-size: 10px;
            height: 24px;
            line-height: 24px;
            border-radius: 12px;
            padding: 0 12px;
        }

        [b-zva9jgrn8f] .content-right .content-box .content-box-lead {
            color: #0c9c00;
            font-size: 50px;
            width: 100%;
        }

[b-zva9jgrn8f] .blob-list {
}

    [b-zva9jgrn8f] .blob-list li::marker {
        content: "\e5ca";
        font-family: var(--rz-icon-font-family);
        font-variation-settings: "FILL" var(--rz-icon-fill), "GRAD" var(--rz-icon-grade), "opsz" var(--rz-icon-optical-size);
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        font-size: 1rem;
        color: #0c9c00;
    }

[b-zva9jgrn8f] .rz-accordion {
    box-shadow: none !important;
    border: var(--rz-accordion-item-border);
}

    [b-zva9jgrn8f] .rz-accordion .rz-accordion-header,
    [b-zva9jgrn8f] .rz-accordion .rz-accordion-content {
        background-color: white;
    }

        [b-zva9jgrn8f] .rz-accordion .rz-accordion-header > a span { /*.rz-state-focused */
            font-size: 1.25rem;
        }

        [b-zva9jgrn8f] .rz-accordion .rz-accordion-header .rz-accordion-toggle-icon.rzi-chevron-down:before {
            content: "keyboard_arrow_up";
        }

        [b-zva9jgrn8f] .rz-accordion .rz-accordion-header .rz-accordion-toggle-icon.rzi-chevron-right:before {
            content: "keyboard_arrow_right";
        }
