<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bni-story-section {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: Cover;
    border-radius: 28px;
    width: 100%;
    /* padding: 40px 0; */
    margin: 40px 0;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 15px 0px #c8c8c8;
}

#bni-story-section .carousel-item {
    position: relative;
    margin: 0 auto !important;
}

.story_slide_bg {
    position: relative;
    background: #FFFFFFBF;
    border-image-source: linear-gradient(88.15deg, #FFFFFF 8%, #D9D9D9 128.11%);
    backdrop-filter: blur(10px);
    transition: transform .6s ease-in-out;
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0px 0px 1px 0px #c8c8c8;
    border: 2px solid #FFF;
}

.story_image {
    /* display: flex; */
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}
.main-story-block.story-details {
    padding-left: 35px;
}
.story_image .thumb_img {
    position: relative;
    top: -84px;
    width: 100%;
    max-width: 270px;
    display: block;
    /* box-shadow: 0px 0px 2px 0px #c8c8c8; */
    /* border-radius: 50px; */
    /* overflow: hidden; */
}

.bni-story-content h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin-bottom: 50px;
}

.story-details h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #CF2030;
}

.story_image .bni-story-logo {
    width: 140px;
    height: auto;
    display: block;
    /* margin: 0 auto; */
}

.story_slide_bg p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.story_slide_bg a {
    color: #FFFFFF;
    padding: 11px;
    width: 100%;
    max-width: 165px;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    /* border: 2px solid transparent; */
    border-radius: 32px;
    background: linear-gradient(90deg, #CF2030 63.67%, #9A0D1A 100%);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.story_slide_bg a:hover {
    border-color: #CF2030;
    color: #CF2030;
    background: #FFFFFF;
}

#bni-story-section .slick-track,
#bni-story-section .slick-slider {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

#bni-story-section .slick-track {
    /* padding: 100px 0; */
}

.stroy-item.slick-slide {
    padding: 93px 0;
}

button.slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
    font-size: 0;
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
}

button.slick-arrow.slick-next::before,
button.slick-arrow.slick-prev::before {
    content: "\f138";
    font-family: "Font Awesome 6 Pro";
    font-size: 42px;
    color: #64666A;
    font-weight: 300;
}

button.slick-arrow.slick-prev::before {
    transform: rotate(180deg);
}

.story-filter-content h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}

.story-filter-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 30px 0;
}

li.filters {
    width: 240px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border: 2px solid #64666A;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    margin-bottom: 15px;
}

.story-filter-content {
    margin-top: 50px;
    width: 100%;
    max-width: 250px;
}



#filterList .accordion-item {

    background: none;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
}

.story-type h2.accordion-header {
    margin-bottom: 15px;
}

#filterList .accordion-button::after,
#filterList .story-type .accordion-button::after,
#filterList .story-type .accordion-button:not(.collapsed)::after {
    transform: rotate(275deg);
}

#filterList .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.reset-link #reset {
    color: #CF2030;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    opacity: 1;
    padding: 5px 0;
    margin-left: 5px;
    /* margin-bottom: 30px; */
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.reset-link #reset:hover {
    opacity: 0.7;
}

.reset-link a i {
    margin-right: 15px;
}

.submit-story-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    max-width: 250px;
    height: 40px;
    font-weight: 700;
    line-height: normal;
    border: 2px solid #cf2030;
    border-radius: 32px;
    background: linear-gradient(90deg, #CF2030 63.67%, #9A0D1A 100%);
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 20px;
}

.submit-story-btn a:hover {
    border-color: #CF2030;
    background: #FFFFFF;
    color: #CF2030;
}

#filterList h2.accordion-header button {
    width: 100%;
    max-width: 250px;
    border-radius: 30px;
    border: 2px solid #64666A;
    background: none;
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #64666A;
    background: #ffffff;
}

#filterList h2.accordion-header button:focus, #filterList h2.accordion-header button:hover {
    outline: none;
    box-shadow: none;
    color: #64666A;
}
#filterList .accordion-header.active i {
    transform: none;
}
#filterList h2.accordion-header button[aria-expanded="true"] i {
    rotate: 90deg;
    transition: all .5s;
}
#filterList .accordion-body {
    padding: 30px 20px 15px;
    box-shadow: 0 0 1px #64666A;
    border-radius: 10px;
    margin-top: -20px;
    background: #fff;
    max-width: 250px;
}

ul.filter-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    cursor: pointer;
}

ul.filter-list li::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    color: #CF2030;
}

ul.filter-list li.active {
    color: #CF2030;
}

ul.filter-list li.active::after {
    content: "\f14a";
}

.story-text-block, .story-video-block {
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
    border-radius: 16px;
    padding: 25px 25px 30px;
    margin-bottom: 24px;
}

.story-masonry-heading {
    color: var(--Granite-Grey, #64666A);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.story-masonry-subheading {margin-bottom: 30px;}

.story-details p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    /* margin-bottom: 30px; */
}

.story_slide_bg .col-md-7 .story-details p {
    margin-bottom: 0;
}

.story-teller-pic img {
    border-radius: 100%;
}

.story-teller-info {
    margin-left: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.story-teller-info h5,
.story-teller-info h6,
.story-teller-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.story-teller-info h5 {
    color: #cf2030;
    font-weight: 700;
}

.story-teller-info p {
    margin-bottom: 0;
    font-weight: 700;
}

.story-read-more {
    margin-top: 30px;
}

.story-read-more a {
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-flex;
    height: 35px;
    font-weight: 700;
    line-height: normal;
    /* border: 2px solid transparent; */
    border-radius: 32px;
    border-radius: 32px;
    background: var(--Granite-Grey, #64666A);
    cursor: pointer;
    transition: all 0.2s ease;
}

.story-read-more a:hover,
.story-read-more a:focus,
.story-read-more a:active {
    background: var(--CTA-Colour, linear-gradient(85deg, #CF2030 63.67%, #9A0D1A 100%));
}

.story-video-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -20px -20px 30px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.story-video-image img {
    width: 100%;
    height: auto;
}

.story-video-image i.fa-circle-play {
    position: absolute;
    color: #FFFFFF;
    font-size: 52px;
    opacity: 0.7;
}

.story-video-image a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Masonry Container */
.masonry-container {
    columns: 2; /* Create two columns */
    column-gap: 20px; /* Space between columns */
    padding: 10px 10px 75px;
    overflow: hidden;
}

.masonry-item {
    margin-bottom: 20px; /* Space between items */
    break-inside: avoid; /* Prevent items from breaking across columns */
}

.story-filter-content-wraper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 50vh;
    position: sticky;
    top: 50px;
    margin: 50px 0;
    overflow: hidden;
}

ul.filter-list {
    max-height: 150px;
    overflow: hidden;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}
li#other {
    order: 1;
}
#filterList .accordion-button::after, #filterList .story-type .accordion-button::after, #filterList .story-type .accordion-button:not(.collapsed)::after {
    content: none;
}

div#story-data {
    position: relative;
}
.bni-story-content {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    #filterList .story-type,
    #filterList .accordion-item {
        width: 100%;
    }
}

@media only screen and (max-width: 1400px) {

    .story-teller-info {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1200px) {

    .bni-story-content h4 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    button.slick-arrow.slick-next::before,
    button.slick-arrow.slick-prev::before {
        font-size: 34px;
    }

    .story-details h4 {
        font-size: 18px;
    }

    .story-read-more a {
        font-size: 14px;
        height: 30px;
    }

    .story-details h5 {
        font-size: 22px;
    }

    .story-teller-info h5, .story-teller-info h6, .story-teller-info p {
        font-size: 14px;
    }
    .story_slide_bg a{
        font-size: 14px;
    }
    .stroy-item.slick-slide {
        padding: 53px 0;
    }
    .story_image .bni-story-logo {
        max-width: 100px;
    } 
}

@media only screen and (max-width: 992px) {
    #bni-story-section {
        padding: 0 0 10px;
    }

    .story_image {
        flex-direction: row;
        align-items: flex-end;
        position: relative;
    }

    .story_slide_bg {
        padding: 30px;
    }

    .story_image .thumb_img {
        top: -55px;
        /* width: 150px; */
    }

    .story_image_content h4 {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        margin-left: 10px;
        width: 100%;
    }

    .bni-story-content {
        margin: 0 0 20px;
    }

    .story-details h5 {
        font-size: 20px;
    }

    img.bni-story-logo {
        width: 100px;
        display: inline;
    }

    .bottom-title-logo {
        margin-top: 20px;
    }

    .story_slide_bg a {
        width: 100%;
    }

    .masonry-container {
        columns: 1; /* Switch to a single column on smaller screens */
    }

    ul.filter-list li {
        font-size: 14px;
    }
    .story_slide_bg a{
        font-size: 14px;
    }
    .stroy-item.slick-slide {
        padding: 53px 0;
    }
    .story_image .bni-story-logo {
        max-width: 100px;
    }    
}

@media only screen and (max-width: 767px) {
    .story_image_content h4 {
        margin: 15px 0;
    }
   

    .story_image .thumb_img {
        width: 85px;
        position: absolute;
        bottom: 0;
        top: auto;
    }

    .story-video-block,
    .story-text-block {
        width: 100%; /* Stack the blocks on smaller screens */
    }

    .story-filter-content {
        max-width: 100%;
    }

    .masonry-container {
        padding: 50px 10px;
    }

    .story-filter-content {
        margin-top: 0px;
    }

    .stories-section .accordion-header {
        padding: 0;
        margin: 0;
        border-bottom: 0;
    }

    .story-filter-content-wraper {
        margin: 0;
        min-height: auto;
    }

    .story-filter-content h4 {
        font-size: 24px;
    }

    .story-filter-content p {
        font-size: 14px;
        margin: 15px 0 25px;
    }
    .submit-story-btn a {
         margin: 10px 0 0;
    }
    button.slick-arrow {
        margin: 0 6px;
    }
    .stroy-item.slick-slide {
        padding: 93px 0;
    }
    .story_slide_bg a {
        padding: 8px 15px;
    }
    .story_slide_bg {
        padding: 20px;
    }
    .story_image {
        padding: 0 0 50px;
        position: relative;
    }
}

@media only screen and (max-width: 576px) {
    .bni-story-content {
        margin: 0 0 20px;
    }

    button.slick-arrow.slick-next::before, button.slick-arrow.slick-prev::before {
        font-size: 20px;
    }

    .story_image_content h4,
    .bni-story-content,
    .story_slide_bg p,
    .story_slide_bg a {
        font-size: 14px;
    }

    img.bni-story-logo {
        width: 80px;
        display: inline;
    }

    .story-details h5 {
        font-size: 16px;
    }

    .masonry-container {
        grid-template-columns: 1fr; /* Stacks items vertically for mobile */
    }

    #filterList h2.accordion-header button {
        height: 30px;
        /* width: 130px; */
        padding: 0 10px;
        font-size: 14px;
    }
    
    #filterList .accordion-body {
        padding: 25px 15px 5px;
        margin-top: -20px;
        /* width: 100%; */
    }
    .stroy-item.slick-slide {
        padding: 53px 0;
    }

}

@media only screen and (max-width: 400px) {
    .story_image .thumb_img {
        /* width: 80px; */
        display: block;
        margin: 0 auto 10px;
    }

    .story_image_content h4 {
        margin-left: 0;
    }
    .bni-story-content {
        margin: 10px 0;
    }
    .story_image_content h4,
    .bni-story-content,
    .story_slide_bg p,
    .story_slide_bg a {
        font-size: 12px;
    }

    img.bni-story-logo {
        width: 50px;
    }

    .story-details h5 {
        font-size: 14px;
    }
}</pre></body></html>