<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bs-website:not(.theme-view) {
    --font-name: puvi !important;
    --regular-font: puviregular !important;
    --medium-font: puvimedium !important;
    --light-font: puvilight !important;
    --bold-font: puvibold !important;
     --menu-item-active-color: #E42527 !important;
	--primary-button-bg-color: #E42527 !important;

}


.bs-section article.foreground-layer {
    padding: 40px 0px 40px 0px; 
}

.bs-section.community-section-mediaWithTextList-4 .bs-container {
    display: grid;
    gap: 10px;
    grid-template-columns: 40% 1fr;
    grid-auto-flow: column;
    padding: 120px 0 160px;
    max-width: 820px !important;
}

.bs-section.community-section-mediaWithTextList-4 .bs-container .bs-mtList-wgt .li-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
}

.bs-section.community-section-mediaWithTextList-4 .bs-container .bs-mtList-wgt {
    gap: 40px;
}

.bs-section.community-section-mediaWithTextList-2 .bs-mtList-wgt .li-item[data-id="912000388619273"] {
    display: grid;
    grid-auto-flow: column;
    width: 100%;
    align-items: center;
    gap: 60px;
    background: #e1f6e9;
    padding: 20px 70px;
    border-radius: 8px;
}

.bs-section.community-section-mediaWithTextList-6 .bs-container {
    max-width: 1010px !important;
}

.bs-section.community-section-mediaWithTextList-6 .bs-mtList-wgt .li-item {
    gap: 80px;
}

.bs-section.community-section-mediaWithTextList-1 .bs-container {
    padding-top: 80px;
}


/* reusable card starts */

.bs-section.community-section-mediaWithTextList-1 {
    --custom-card-bg1: #FFF9DB;
    --custom-card-bg2: #FFE8E8;
    --custom-card-bg3: #E9FFE2;
    --custom-card-img1-width: 80px;
    --custom-card-img2-width: 80px;
    --custom-card-img3-width: 80px;
}

.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(1) {
    background-color: var(--custom-card-bg1);
}
.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(2) {
    background-color: var(--custom-card-bg2);
}
.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(3) {
    background-color: var(--custom-card-bg3);
}
.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(1) .list-image {
    width: var(--custom-card-img1-width);
}
.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(2) .list-image {
    width: var(--custom-card-img2-width);
}
.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(3) .list-image {
    width: var(--custom-card-img3-width);
}


.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item {
    position: relative;
    border-radius: 16px;
    padding: 28px;
    overflow: hidden;
    min-height: 300px;
    width: 100%;
    max-width: 500px;
}

.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item .list-image {
    position: absolute;
    bottom: 0;
    right: 25px;
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 1;
}

.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item .list-image .media-element {
    height: auto !important;
}

.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item .li-content {
    position: relative;
    z-index: 2;
    max-width: 70%;
}
/* Reusable cards end */

.bs-section.community-section-mediaWithTextList-2 .bs-mtList-wgt  .li-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 50%;
}





@media only screen and (max-width: 767px), only screen and (max-width: 1024px) {
    .bs-section.community-section-mediaWithTextList-5 .bs-mtList-wgt .media-image {
        width: 100% !important;
    }
    .bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .media-image {
        width: 100% !important;
    }
    .bs-section.community-section-mediaWithTextList-6 .bs-container {
        max-width: 100% !important;
    }
    .bs-section.community-section-mediaWithTextList-4 .bs-container {
        display: block !important;
        max-width: 100% !important;
        padding: 40px 16px !important;
    }
    .bs-section.community-section-mediaWithTextList-4 .bs-container .bs-mtList-wgt {
        margin-top: 40px;
    }
    .bs-section.community-section-mediaWithTextList-2 .bs-mtList-wgt .li-item[data-id="912000388619273"] {
        display: block;
        padding: 20px;
    }
    .bs-section.community-section-mediaWithTextList-4 .bs-container .bs-mtList-wgt .li-item:not(:last-child) {
        padding-bottom: 0;
    }
    .bs-section.community-section-mediaWithTextList-2 .bs-mtList-wgt .li-item[data-id="912000388619273"] .media-image {
        width: 140px !important;
    }
    .bs-section.community-section-mediaWithTextList-2 .bs-mtList-wgt .li-item[data-id="912000388619273"] .media-element {
        justify-content: start;
    }
    .bs-section.community-section-mediaWithTextList-2 .bs-mtList-wgt .li-item:not(:last-child) .media-image {
        width: 100% !important;
    }
    .bs-section.community-section-mediaWithTextList-2 .bs-mtList-wgt .li-item:not(:last-child) .li-content {
        height: auto !important;
    }
}
</pre></body></html>