:root {
    --font-inter: "Inter", system-ui;
    --font-oswal: "Oswald", system-ui;
    --clr-black: #1F2021;
    --clr-white: #f7f7f7;
    --bg-black: #1F2021;
}

body {
    margin: 0;
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--clr-white);
    background-color: var(--bg-black);
    overflow-x: hidden;
    overflow-y: scroll
}

.bsi24-wrapper {
    max-width: 1300px;
    width: 100%;
    margin-inline: auto;

}

[data-section^="season-"] .bsi24-wrapper {
    padding-top: 0px
}

[data-section="podcasts"] .bsi24-wrapper {
    padding-top: 0px
}

.p-relative {
    position: relative;
}

.bsi24-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 100%;
    width: 0;
    top: 0;
    backdrop-filter: blur(3px);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease-in-out .4s, filter ease-in .3s;
}

.bsi24-overlay.showOverlay,
.bsi24-overlay.active {
    display: block;
    width: 100%;
    opacity: 1;
    visibility: visible;
}


.bsi24-row {
    display: flex;
    align-items: center;
}

.bsi24-col6 {
    flex-basis: 50%;
    max-width: 50%;
}

.bsi24-head-title {
    font-size: 45px;
    font-family: var(--font-oswal);
    text-transform: uppercase;
    color: #1F2021;
    font-weight: 300;
    line-height: 80px;
    letter-spacing: -0.04em;
}

.bsi24-head-title span {
    font-weight: 500;
}

.ambsdr-info {
    color: #fff;
    margin-top: 60px;
}

[data-section] {
    position: relative;
}


.bsi24-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 50px 0
}

.bsi24-section-bg {
    top: 0
}

.bsi24-section-heading {
    text-transform: uppercase;
    font-size: 35px;
    color: #1F2021;
    font-family: var(--font-oswal);
    margin-bottom: 20px;
}

[data-section="brand-ambassador"] {
    padding: 0;
    margin-top: -24px;
    z-index: 2;
    top: 0;
}

[data-section="brand-ambassador"] .bsi24-section-bg {
    background: #1F2021;
}

[data-section="brand-ambassador"] .bsi24-head-title {
    color: #fff;
}

#seasonSecSt {
    top: -45px;
    z-index: 3;
}

.bsi24-hero-sec {
    top: -45px;
}

.bsi24-section.bsi24-podcastSec {
    top: -80px;
    z-index: 2;
}

[data-section="our-initiatives"] {
    margin-top: -24px;
    z-index: 2;
    top: 0;
    padding-bottom: 90px;
}

[data-section="big-face"] {
    top: 0;
    margin-top: -24px;
    padding-bottom: 90px;
    z-index: 2;
}



[data-section="latest-photos"] {
    margin-top: -24px;
    top: 0;
    z-index: 4;
}

@media(max-width:767px) {
    .bsi24-section {
        padding: 40px 0;
        overflow: hidden;
    }

    .bsi24-section-bg {
        top: 0
    }

    .bsi24-row {
        flex-direction: column;
    }

    .bsi24-col6 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .bsi24-wrapper {
        padding: 0 15px;
    }

    .bsi24-section-bg {
        border-radius: 15px 15px 0 0;
    }

    .bsi24-head-title {
        font-size: 35px;
        line-height: 42px;
    }

    .ambsdr-info {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.5;
    }

    .inline-head-sec .bsi24-head-linkmore {
        display: none;
    }

    [data-section="brand-ambassador"] {
        padding-bottom: 0;
    }

    [data-section="brand-ambassador"] .bsi24-wrapper {
        padding: 0px 15px 0 15px;
    }

    [data-section="big-face"] {
        padding-bottom: 60px;
    }
}



.bsi24-section.bsi25-pledgeNow {
    padding-bottom: 84px;
    margin-top: -24px;
    z-index: 2;

}

.bsi24-section.bsi25-pledgeNow:before {
    background: url(../images/pledge-bg.png);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: luminosity;
}

.bsi24-section.bsi25-pledgeNow:after {
    background: url(../images/pledge-bubbles.png);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20px;
    left: 20px;
    background-size: 92%;
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: screen;
    pointer-events: none;
}


.bsi25-banner {

    position: relative;
    overflow: hidden;
}


.bsi25-banner__inner {

    display: flex;
    align-items: center;
    gap: 2rem;

}


.bsi25-hero-text {
    flex: 1 1 100%;
    padding-bottom: 60px;
    text-align: center;
}


.bsi25-eyebrow {
    font-size: 18px;
    opacity: 0.95;
    margin-bottom: 6px
}


.bsi25-pldge-title {
    margin: 0 0 18px 0;
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 900;
    font-size: 62px;
    letter-spacing: -1px;
    text-transform: uppercase;
    max-width: 640px;
    margin: 0 auto;
}

.herotxt_hstg {
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 40px;
    font-family: var(--font-oswal);
}

.bsi25-lead {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.04em;
    margin-bottom: 24px;
    max-width: 600px;
    margin-inline: auto;
    margin-block: 25px;
}

.bsi25-cta {
    display: inline-block;
    text-decoration: none;
    background: rgba(0, 127, 186, 1);
    color: #fff;
    padding: 14px 44px;
    border-radius: 40px;
    font-weight: 500;
    font-size: 20px;
    transition: transform .15s ease, box-shadow .15s ease;
}

.bsi25-cta:focus,
.bsi25-cta:hover {
    transform: translateY(-3px);
}


/* Illustration area */
.bsi25-art {
    flex: 0 0 407px;
    position: relative;
    min-height: 180px;
    align-self: flex-end;

    pointer-events: none;
    /* purely decorative */
}

.bis-24-share-list a:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 50px;
    text-indent: 0;

}

.bsi-liveblog_wrap {
    max-width: 420px;
    width: 100%;
    flex-shrink: 0;
}

.bsi25-liveblog {
    background: #1F2021;
    padding: 30px 50px;
    border-radius: 20px;
    height: 580px;
    position: relative;

}

/* live player */

.bsi25-hroSec {
    background: #235C2E url('../images/hero_bg.png') no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 110px 0;
}

.bsi25-plyrWrap {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 100px;
}

.bsi-liveday-row {
    display: flex;

}

.bsi24-livePlayer {
    max-width: 846px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.bsi24-liveBlog {
    width: 350px;
}

.bsi24-section-liveDay {
    padding: 40px 0;
}

.bsi24-liveTitle {
    font-size: 44px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.bsi24-livePlayer .bsi24-liveTitle {
    line-height: 1;
}

.bsi24-liveBlog .bsi24-liveTitle {
    font-size: 30px;
}

.pulsating-circle {
    position: relative;
    margin-right: 15px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.pulsating-circle:before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #FF0000;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FF0000;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

.bsi24-videobox .bsi24-videoFrame {
    position: relative;
    padding-bottom: 56.28%;
    overflow: hidden;
}

.bsi24-videobox .bsi24-videoFrame iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}


.blog-showmore {

    width: calc(100% + 30px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(31, 32, 33) 100%);
    position: absolute;
    bottom: 0px;
    text-align: center;
    margin-right: -15px;
    margin-left: -15px;
    display: none;
    justify-content: center;
    z-index: 2;
    height: 80px;
    align-items: end;
    padding-bottom: 10px;
    left: 0;
    z-index: 999;
}

.blog-showmore button {
    background: #1b4e25;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
}

.show-scroll {
    animation: vscroll 1s forwards linear;
}

@keyframes vscroll {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-45px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media(max-width:767px) {
    .blog-showmore {
        display: flex;
    }

    .bsi-liveday-row {
        flex-direction: column;
    }

    .bsi24-livePlayer,
    .bsi24-liveBlog {
        width: 100%;
    }

    .bsi24-liveTitle {
        font-size: 32px;
        padding: 0 15px;
    }

    .bsi24-liveBlog {
        margin-top: 20px;
    }

    .bsi24-section-liveDay {
        padding: 40px 0;
    }

    .bsi-liveblog_wrap {
        margin-top: 40px;
    }

    .bsi25-liveblog {
        margin-left: -15px;
        width: calc(100% + 30px);
        padding: 15px 20px 60px;
        border-radius: 20px 20px 0 0;
        height: 780px;
        padding-bottom: 100%;
        position: relative;
        overflow: hidden;
    }

    .bsi25-liveblog iframe {
        position: absolute;
        width: calc(100% - 30px);
        height: 100%;
        top: 0;
        left: 0;
        inset: auto;
        overflow: hidden;
    }

    .herotxt_hstg {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .bsi25-pldge-title {
        font-size: 26px;
    }

    .bsi25-lead {
        margin-block: 20px;
        font-size: 15px;
        line-height: 1.5;
    }

    .bsi25-cta {
        font-size: 18px;
        padding: 8px 35px;
    }
}



/* Pledge Now */
.bsi25-pledgeNow .bsi24-section-bg {
    background: #0095DA;
}

/* Video Listing */
.bsi24Video_listing .bsi24-section-bg {
    background-color: #ffffff;

}

.bsi25-video_wrap {
    display: flex;
    width: 100%;
}

[data-section="video-listing"] {
    margin-top: -24px;
    z-index: 3;
    padding-bottom: 90px;
}

.inline-head-sec {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

.bsi24-section-top .bsi24-head-title {
    color: #fff;
}

.bsi24Video_listing .bsi24-head-title,
.bsi24Video_listing .bsi24-head-linkmore a {
    color: #000000;
}

.bsi24-head-linkmore {
    position: relative;
    display: inline-block;
    align-self: center;
}

.bsi24-head-linkmore a {
    position: relative;
    display: flex;
    text-decoration: none;
    color: #feffff;
    padding-bottom: 5px;
    transition: color 0.3s ease;
}

.bsi24-head-linkmore a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #235C2E;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease-in-out;
    transform: skew(-78deg);
}

.bsi24-head-linkmore a:hover::before {
    width: 100%;
}

.bsi24-head-linkmore a:hover {
    color: #fff;
}

.bsi24-head-linkmore svg {
    margin-left: 5px;
    transition: transform 0.3s ease, stroke 0.3s ease;
    width: 25px;
    height: 25px;
}

.bsi24-head-linkmore a:hover svg {
    transform: translateX(5px);
}

.bsi24-head-linkmore a:hover svg path {
    stroke: #235C2E;
    fill: #235C2E;
}

.bsi24-video-thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

[data-section="video-listing"] .bsi24-head-linkmore a:hover {
    color: #000;
}

.bsi24-video-thumb img {
    border-radius: 10px;
}

.video_thumb-info a {
    background-image: linear-gradient(#1B4E25, #1B4E25);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0px 1px;
    transition: background-size 0.5s;
    color: #000;
}

.video_thumb-info a:hover {
    background-size: 100% 1px;
}

.bsi24-videoListing_container {
    display: flex;
    width: 100%;
    max-width: 940px;
    padding-right: 20px;
}

.videoListing {
    display: flex;
    flex-wrap: wrap;
}

.bsi24-video-left {
    width: 905px;
    flex-shrink: 0;
    margin-right: 24px;
}

.bsi24-vdo-playbtn svg {
    position: absolute;
    width: 90px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90px;
}

.bsi24-vdo-title {
    position: absolute;
    bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
}

.bsi24-video-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    right: 0;
    left: 0;
    opacity: 0.85;
    z-index: 0;
    pointer-events: none;
}


.bsi24-videoItems {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 20px;
    flex-shrink: 0;
    width: calc(100%/3 - 14px);
}

.bsi24-videoItems:nth-child(3n) {
    margin-right: 0;
}

.video_thumb {
    width: 100%;
    flex-shrink: 0;
    margin-right: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.video_thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    pointer-events: none;
}

.video_thumb-info {
    margin-top: 10px;
}

.video_thumb:hover img {
    transform: scale(1.04);
    transition: all ease-in .3s;
}

.video_thumb img {
    transition: ease-in-out all 0.3s;
    display: block;
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%;
}

.bsi24-vdo-playbtn {
    position: relative;
    z-index: 1;
    bottom: 5px;
}

.video_thumb .bsi24-vdo-playbtn svg {
    width: 28px;
    left: 5px;
    bottom: 5px;
    top: auto;
    transform: none;
    height: 28px;
}

.arw-circle {
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    transition: 0.3s ease-in-out;
}

.bsi24-head-linkmore a:hover .arw-circle {
    stroke-dashoffset: 0;
    stroke: #235C2E;
}

.bsi24-head-linkmore.mobilebtn {
    display: none;
}

@media(max-width:767px) {
    .bsi24-videoListing_container {
        flex-direction: column;
        padding-right: 0;
    }

    .bsi24-video-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .bsi24-vdo-title {
        font-size: 32px;
        line-height: 42px;
    }

    .bsi24-vdo-playbtn svg {
        width: 65px;
        height: 65px;
    }

    .videoListing {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
    }

    .bsi24-videoItems {
        display: flex;
        margin-bottom: 0;
        align-items: flex-start;
        width: 69vw;
        flex-shrink: 0;
        flex-direction: column;
        margin-right: 20px;
    }

    .videoListing {
        scrollbar-width: none;
    }

    .bsi25-video_wrap {
        flex-direction: column;
    }

    .bsi24-videoItems:nth-child(3n) {
        margin-right: 20px;
    }

    [data-section="video-listing"] {
        padding-bottom: 0;
    }

    .bsi24-head-linkmore a:hover::before {
        display: none;
    }
}

/* Loyalty card */

[data-section="loyalty-sec"] {
    margin-top: -24px;
    padding-bottom: 100px;
    z-index: 3;

}

[data-section="loyalty-sec"] .bsi24-section-bg {
    background: linear-gradient(90deg, rgba(27, 78, 37, 1) 50%, rgba(35, 92, 46, 1) 50%);
    border-radius: 30px 30px 0 0;
}

.lylt_crdlft {
    width: 50%;
}

.lylt-crdimg {

    overflow: hidden;
    max-width: 445px;
}

.lylt-crdimg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lylt-crd_ttl2 {
    font-size: 32px;
    text-transform: uppercase;
    font-family: var(--font-oswal);
    color: #80A587;
    line-height: 1.2;
    font-weight: 200;
}

.lylt-crd_ttl1 {
    color: #80A587;
    font-family: var(--font-oswal);
    text-transform: uppercase;
    font-size: 62px;
    font-weight: 500;
    line-height: 1.3;
}

.lylt_crdInfo {
    margin-top: 40px;
}

.lylt_crd-rdmore a {
    color: #80A587;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lylt_crd-rdmore {
    margin-top: 30px;
}

.lylt_crd-rdmore span,
.bsi25-read_more a span {
    height: 15px;
    display: flex;
    width: 15px;
    margin-top: 3px;
}

.lylt_crd-rdmore span svg,
.bsi25-read_more a span svg {
    width: 15px;
    color: #80A587;
    transition: translate, all ease-in 0.3s;
}

.bsi25-read_more a span svg {
    color: #000;
}

.lylt_crd-rdmore a:hover svg {
    transform: translateX(2px);
    transition: translate, all ease-in 0.3s;
}

.lylt_crd-rdmore a {
    color: #80A587;
}

.bsi25-lyltCrds {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lylt_crd-right {
    width: 50%;
    padding-left: 50px;
    position: relative;
}

.img-lylt-rightcrd {
    position: absolute;
    bottom: 0;
    right: 0;
}

.lylt-crd_ttl3 {
    font-size: 62px;
    line-height: 1.2;
    font-family: var(--font-oswal);
    text-transform: uppercase;
    font-weight: 600;
    color: #80A587;
}

.lylt-crd_ttl3 {
    font-size: 62px;
    line-height: 1.2;
    font-family: var(--font-oswal);
    text-transform: uppercase;
    font-weight: 500;
    color: #80A587;
    letter-spacing: -0.04em;
}

.lylt-rght-crd_ttl span {
    display: block;
    font-size: 34px;
    line-height: 1.3;
    color: #80A587;
    font-family: var(--font-oswal);
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: -0.03em;
}

.lylt-rght-crd_ttl span:not(:first-child) {
    font-weight: 900;
    font-size: 30px;
    margin: 10px 0;
}

.lylt-rght-crd_ttl span strong {
    font-weight: 500;
}

.img-lylt-rightcrd img {
    max-width: 308px;
}

.img-lylt-rightcrd {
    position: relative;
    bottom: 0;
    right: 0;
}

.lylt-rght-crd_ttl {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Tech Accelerator Awards */
[data-section="path-techAwrds"] {
    margin-top: -24px;
    height: calc(100% + 60px);
    z-index: 3;
    padding-bottom: 70px;
}

[data-section="path-techAwrds"] .bsi24-section-bg {
    background: #1F2021;
}

.bsi25-tcawrdList {
    display: flex;
    gap: 32px;
}

.bsi25-tcawrd_innr {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.bsi25-tcawrd_innr:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    pointer-events: none;
    z-index: 0;
}

.bsi25-tcawrd_info {
    position: absolute;
    bottom: 0;
    padding: 15px;
    transform: translateY(55%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all ease-in-out 0.4s;
    /*! gap: 10px; */
}

.bsi25-tcawrd_title {
    font-size: 18px;
    font-family: var(--font-inter);
    font-weight: 500;
}

.bsi25-tcawrd_desc {
    font-size: 14px;
    line-height: 22px;
    /*! min-height: 50px; */
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    box-sizing: border-box;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
    will-change: transform;
}

.bsi25-tcawrd_innr:hover {
    box-shadow: 10px 10px 0px #235C2E;
    transition: box-shadow cubic-bezier(.23, 1, .32, 1) .3s;
}

.bsi25-tcawrd_innr:hover .bsi25-tcawrd_info {
    transform: translateY(0);
}

.bsi25-tcawrd_innr:hover .bsi25-tcawrd_desc {
    transform: translateY(0);
    opacity: 1;
}

.bsi25-tcawrd_more a {
    font-size: 12px;
    display: flex;
    align-items: center;
}

.bsi25-tcawrd_more a span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid;
    border-right: 1.5px solid;
    transform: rotate(45deg) translateY(3px);
    margin-left: 5px;
}

/* Safe sanitization program section */
[data-section="bsi25-sspSec"] {
    margin-top: 0px;
    z-index: 0;
}

[data-section="bsi25-sspSec"] .bsi24-section-bg {
    background: #fff;
    overflow: hidden;
}

[data-section="bsi25-sspSec"] .bsi24-section-bg::after {
    width: 35%;
    height: 100%;
    position: absolute;
    background: #EFEFEF;
    top: 0;
    right: 0;
    display: block;
    content: '';
    border-left: 1px solid #707070;
}

.bsi25-sprgmWrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.bsi25-sprgmLeft .inline-head-sec {
    margin-bottom: 0;
}

.bsi25-sprgm-desc {
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
}

.bsi25-sprgmLeft {
    width: 60%;
}

[data-section="bsi25-sspSec"] .bsi24-head-title {
    color: #000;
    text-align: center;
    width: 100%;
}

.bsi25-sprgm_box {
    position: relative;
    width: 550px;
    max-width: 100%;
    aspect-ratio: 1/1;
    margin: 0 auto;
    margin-top: 80px;
}

.sprgm_stpThumb {
    width: 75px;
    flex-shrink: 0;
}

.sprgm_bgshape {
    text-align: center;
    position: absolute;
    width: 450px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.bsi25-sprgm_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bsi25-sprgm_center img {
    max-width: 208px;
    height: auto;
}

.bsi25-sprgm_step {
    position: absolute;
    width: 42%;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    display: flex;
}

.bsi25-sprgm_step img {
    width: 75px;
    height: 75px;

    background: #fff;
    margin-bottom: 8px;
}

/* Positioning around circle */
.bsi25-sprgm_step1 {
    top: -16px;
    left: 50%;
    transform: translate(-50%, -20%);
    width: 40%;
    flex-direction: column;
    align-items: center;
}

.bsi25-sprgm_step2 {
    top: 16%;
    right: 0;
    transform: translate(20%, -20%);
}

.bsi25-sprgm_step3 {
    top: 34%;
    right: 0;
    transform: translate(60%, 20%);
}

.bsi25-sprgm_step4 {
    bottom: 120px;
    right: 0;
    transform: translate(48%, 20%);
    width: 40%;
}

.bsi25-sprgm_step5 {
    bottom: 22%;
    left: 0;
    transform: translate(-37%, 20%);
}

.bsi25-sprgm_step6 {
    top: 41%;
    left: 0;
    transform: translate(-58%, -20%);
    width: 40%;
}

.bsi25-sprgm_step7 {
    top: 16%;
    left: 0;
    transform: translate(-30%, -20%);
}

.bsi25-sprgm_step2,
.bsi25-sprgm_step3,
.bsi25-sprgm_step4 {
    text-align: left;
    gap: 0 10px;
}

.bsi25-hygn-txt {
    color: #000;
    width: 80%;
    margin: 40px auto;
    font-size: 18px;
    line-height: 26px;
}

.bsi25-read_more {
    text-align: center;
}

.bsi25-read_more a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;

}

.bsi25-read_more span {
    width: 15px;
    display: flex;
    height: 15px;
    color: #000
}

.bsi25-read_more span svg {
    width: 15px;
    color: currentColor;
    transition: translate, all ease-in 0.3s;
}

.bsi25-read_more a:hover svg {
    transform: translateX(2px);
    transition: translate, all ease-in 0.3s;
}

/* Responsive */
@media(max-width:768px) {
    .bsi25-sprgm_step {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        align-items: center;
        margin-bottom: 25px;
        transform: none;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        justify-content: space-between;
        gap: 15px;
    }

    .sprgm_stpThumb {
        width: 60px;
    }

    .bsi25-sprgm_step img {
        width: 60px;
        height: 60px;
    }

    .bsi25-hygn-txt {
        margin: 20px auto;
        font-size: 15px;
        line-height: 1.5;
    }

    .bsi25-sprgm_center img {
        max-width: 60%;
    }

    .bsi25-read_more {
        text-align: center;
        padding-left: 0;
        display: flex;
        justify-content: center;
    }

    .bsi25-sprgm_step:after {
        content: '';
        position: absolute;
        left: 25px;
        width: 11px;
        height: 11px;

        bottom: -16px;
        background: url(../images/arrow_shape.svg);
    }

    .bsi25-sprgm_txt {
        margin-bottom: 0;
    }

    .bsi25-sprgm_box::before {
        content: '';
        position: absolute;
        left: 30px;
        width: 1px;
        height: 65%;
        top: 0;
        border-right: 1.5px dashed #578FBE;
    }

    .bsi25-sprgm_step.bsi25-sprgm_step7::after {
        display: none;
    }

    .bsi25-sprgm_step1,
    .bsi25-sprgm_step5,
    .bsi25-sprgm_step6,
    .bsi25-sprgm_step7 {
        flex-direction: row-reverse;
        text-align: left;
        justify-content: flex-end;
    }

    .bsi25-sprgm_center {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        text-align: center;
    }
}

.bsi25-sprgmright {
    width: 33%;
    text-align: center;
}


/* Photo Listing */

[data-section="latest-photos"] .bsi24-section-bg {
    background-color: #1F2021;

}

[data-section="latest-photos"] .bsi24-head-title {
    color: #fff;
}

[data-section="latest-photos"] .bsi24-head-linkmore a {
    color: #fff;
}

[data-section="latest-photos"] .bsi24-head-linkmore a:hover {
    color: #fff;
}


.bsi24-photoItem {
    display: inline-block;
    width: 31.2%;
    margin-right: 40px;
    position: relative;
    max-width: 384px;
}

.bsi24-photoItem:last-child {
    margin-right: 0;
}

.bsi24-photoList {
    text-align: left;
}

.bsi24-photo-thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    height: 480px;
    width: 100%;
    font-size: 0;
    vertical-align: top;
    transition: box-shadow ease-out .3s;
}

.bsi24-photo-thumb img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bsi24-photo-thumb:hover {
    box-shadow: 14px 14px 0px #FFD400;
    transition: box-shadow ease-out .3s;
}

.bsi24-photo-thumb:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(rgba(15, 15, 15, 0.19) 0%, #0f0f0f 100%);
    opacity: 0.63;
}

.bsi24-photo-thumb_title {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    left: 0;
    width: 100%;
    padding: 0 25px;
    font-family: var(--font-inter);
    font-weight: 400;
    text-align: left;
    transition: all ease-in .4s;
}

.bsi24-photo-thumb:hover .bsi24-photo-thumb_title {
    bottom: 20px;
    transition: all ease-in .4s;
}



.bsi24-photoList:hover .bsi24-photoItem:not(:hover) .bsi24-photo-thumb {
    filter: grayscale(1);
}

.bsi24-photoList:hover {
    opacity: 1;
}

@media(max-width:767px) {
    .bsi24-photoList {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .bsi24-photoItem {
        flex-shrink: 0;
        width: 69vw;
        margin-right: 15px;
    }

    .bsi24-photoList {
        scrollbar-width: none;
    }
}

/*----Podcast----*/


.podcast_icons {
    margin: 30px 0;
}

.podcast-List {
    display: flex;
    justify-content: center;
}

.podcast_items {
    flex-shrink: 0;
}

.podcast_items:nth-child(2) {
    margin-inline: 20px;
}

.bsi24-head-linkmore.mobilebtn {
    display: none;
}

@media(max-width:767px) {
    .podcast_icons {
        margin: 30px 0;
    }

    .podcast-List {
        padding: 0 10px;
    }

    .podcast_items {
        flex-shrink: 1;
    }

    .bsi24-photo-thumb {
        height: 370px;
    }

    .bsi24-head-linkmore.mobilebtn {
        text-align: right;
        display: flex;
        width: 100%;
        justify-content: end;
        margin-top: 16px;
    }

    [data-section="latest-photos"] .bsi24-head-linkmore.mobilebtn {
        margin-top: 40px;
        margin-bottom: 0;
    }

}


/* Impact widget */


.countUpCards {
    text-align: center;
    padding: 70px 0 90px;
    background: #235C2E;
    border-radius: 30px 30px 0 0;
}

.counterCard-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 0 100px;
    padding: 0 100px;
}


.counterCard__body-stat-number {
    font-size: 100px;
    font-family: var(--font-oswal);
    font-weight: 600;
    color: #fff;
    line-height: 1;
    letter-spacing: -4px;
    display: inline-block;
}

.counterCard__body-stat-suffix {
    font-size: 50px;
    font-family: var(--font-oswal);
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 200;
    line-height: 1;
    display: inline-block;
    position: relative;
    top: -15px;
}

.counterCard_icon {
    display: block;
    width: 100%;
    text-align: left;
}

.counterCard {
    width: min(390px, 100%);
}

.counterCard:nth-child(3),
.counterCard:nth-child(4) {
    margin-top: 100px;
}

.counterCard__body-stat {
    text-align: left;
}

.counterInfo {
    margin-top: 15px;
    margin-bottom: 0;
}

.counterTitle {
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 60px;
    text-transform: uppercase;

}

.counterCard_icon img {
    max-height: 131px;
}

@media(max-width:767px) {
    .counterTitle {
        font-size: 35px;
    }

    .countUpCards {
        padding: 30px 0 60px 0;
    }

    .counterCard-row {
        flex-direction: column;
        gap: 0;
        padding: 0 30px;
    }

    .counterCard {
        width: 100%;
    }

    .counterCard:first-child {
        margin-bottom: 50px;
    }

    .counterCard:nth-child(3),
    .counterCard:nth-child(4) {
        margin-top: 50px;
    }

    .counterCard__body-stat-number {
        font-size: 75px;
    }

    .counterCard_icon img {
        width: 90px;
    }

    .counterCard__body-stat-suffix {
        font-size: 40px;
        top: -6px;
    }

    .counterInfo {
        font-size: 16px;
    }
}

/*----Season Timeline----*/
.bsi24-section-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFD400;
    border-radius: 30px 30px 0 0;
    z-index: -1;
}

.bsi24-timelineList {
    display: flex;
    justify-content: center;
}

.bsi24-timelineItem {
    width: 250px;
    margin-right: 60px;
}

.bsi24-timelineItem a {
    color: #000;
}

.bsi24-timelineItem:last-child {
    margin-right: 0;
}

.bsi24-timelineImage {
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
    aspect-ratio: 3/4;
}

.bsi24-timelineImage img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

[data-section="season-1"] .bsi24-timestamp {
    color: #fff;
}


.bsi24-timestamp {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.bsi24-timeline-info {
    color: #FFF;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 400;
}


[data-section^="season-"] .bsi24-section-bg {
    background-color: #235C2E;
}

.bsi24-timelineItem:nth-child(2n) {
    margin-top: 136px;
}

.bsi24-seasonTimeline {
    padding-top: 80px;
}

.seasonInfo {
    position: relative;
}

.seasonList {
    position: absolute;
    display: flex;
    font-size: 24px;
    font-family: var(--font-oswal);
    text-align: left;
    z-index: 9;
    padding: 50px 0 0 0;
}

.seasonList li {
    cursor: pointer;
    color: #FFF;
    opacity: 0.30;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 40px;
}

.seasonList li:last-child {
    margin-right: 0;
}

.seasonList li.active {
    opacity: 1;
    font-size: 38px;
}

.seasonInfo section {
    display: none;
}

.seasonInfo section.active {
    display: block;
}

.bsi24-seasonTimeline {
    padding-top: 60px;
}

.bsi24-seasonTabs {
    width: 100%;
    overflow: hidden;
}

@media(max-width:767px) {
    .bsi24-timelineList {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
        scroll-snap-type: mandatory;
        width: calc(100% + 30px);
        padding: 0 0 0 15px;
        margin-left: -15px;
        margin-right: -15px;
        justify-content: flex-start;
    }

    .bsi24-timelineItem {
        width: 69vw;
        flex-shrink: 0;
        margin-right: 15px;
    }

    .bsi24-timelineItem:last-child {
        margin-right: 20px;
    }

    .bsi24-timelineItem:nth-child(2n) {
        margin-top: 0;
    }

    .seasonList {
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
        width: 100%;
        padding: 0 15px 0 15px;
        top: 45px;
        scrollbar-width: none;
        left: 0;
    }

    .seasonList li {
        flex-shrink: 0;
        margin-right: 20px;
        font-size: 20px;
    }

    .seasonList li.active {
        font-size: 24px;
    }

}

/* Podcast cards */
.bsi24-podcastSec .bsi24-section-bg {
    background-color: #00C53A;
}


.bsi24-photoItem {
    display: inline-block;
    width: 31.2%;
    margin-right: 40px;
    position: relative;
    max-width: 384px;
}

.bsi24-photoItem:last-child {
    margin-right: 0;
}

.bsi24-photoList {
    text-align: left;
}

.bsi24-photo-thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    height: 480px;
    width: 100%;
    font-size: 0;
    vertical-align: top;
    transition: box-shadow ease-out .3s;
}

.bsi24-photo-thumb img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top left;
}

.bsi24-photo-thumb:hover {
    box-shadow: 14px 14px 0px #235C2E;
    transition: box-shadow cubic-bezier(.23, 1, .32, 1) .3s;
}

.bsi24-photo-thumb:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 1;
}

.bsi24-photo-thumb_title {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    left: 0;
    width: 100%;
    padding: 0 25px;
    font-family: var(--font-inter);
    font-weight: 400;
    text-align: left;
    transition: all ease-in .4s;
}

.bsi24-photo-thumb:hover .bsi24-photo-thumb_title {
    bottom: 20px;
    transition: all ease-in .4s;
}

.bsi24-photoList:hover .bsi24-photoItem:not(:hover) .bsi24-photo-thumb {
    filter: grayscale(1);
}

.bsi24-photoList:hover {
    opacity: 1;
}

.bsi24-head-linkmore.mobilebtn {
    display: none;
}

@media(max-width:767px) {
    .bsi24-photoList {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: calc(100% + 20px);
    }

    .bsi24-photoItem {
        flex-shrink: 0;
        width: 69vw;
        margin-right: 15px;
    }

    .bsi24-photo-thumb_title {
        font-size: 16px;
        line-height: 1.5;
    }
}

/*----Podcast----*/


.podcast_icons {
    margin: 30px 0;
}

.podcast-List {
    display: flex;
    justify-content: center;
}

.podcast_items {
    flex-shrink: 0;
}

.podcast_items:nth-child(2) {
    margin-inline: 20px;
}

@media(max-width:767px) {
    .podcast_icons {
        margin: 30px 0 0;
    }

    .podcast-List {
        padding: 0 10px;
    }

    .podcast_items {
        flex-shrink: 1;
    }

    .podcast_items:nth-child(2) {
        margin-left: 20px;
        margin-right: 0;
    }

    .bsi24-head-linkmore.mobilebtn {
        text-align: right;
        display: flex;
        width: 100%;
        justify-content: end;
        margin-top: 16px;
    }

    .bsi24-podcastSec .bsi24-head-linkmore.mobilebtn {
        margin-top: 30px;
        margin-bottom: 10px;
    }

}

/*----Our Initiatives----*/

[data-section="our-initiatives"] .bsi24-section-bg {
    background: #F2F2F2;
}

[data-section="our-initiatives"] .bsi24-head-title {
    color: #1F2021
}

.bsi24-initList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bsi24-initItem {
    width: 47%;
    counter-increment: initcount;
    position: relative;
    padding: 20px 20px 10px 70px;
    margin-bottom: 0;
    position: relative;
    transition: ease-in all 0.4s;
}

.bsi24-initTitle {
    font-family: var(--font-inter);
    font-size: 18px;
    color: #1F2021;
    transition: ease-in all 0.4s;
}

.bsi24-initInfo {
    font-weight: 400;
    color: #1F2021;
    transition: ease-in all 0.4s;
    font-size: 15px;
    line-height: 1.5;
}

.bsi24-initItem:before {
    display: block;
    content: "0" counter(initcount);
    font-size: 15px;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #1F2021;
    transition: ease-in all 0.4s;
}

.bsi24-initItem::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #235C2E;
    transition: all ease-in .4s;
    z-index: -1;
}

.bsi24-initItem:hover .bsi24-initInfo,
.bsi24-initItem:hover .bsi24-initTitle,
.bsi24-initItem:hover:before {
    color: #fff;
    transition: ease-in all 0.4s;
}

.bsi24-initItem:hover:after {
    width: 100%;
    transition: all ease-in .4s;
}

@media(max-width:767px) {
    .bsi24-initItem {
        width: 100%;
        padding: 20px 0px 0px 45px;
    }

    .bsi24-initInfo {
        font-size: 15px;
        line-height: 1.5;
    }

    .bsi24-initTitle {
        font-weight: 700;
    }

    .bsi24-initItem:hover::after {
        display: none;
    }

    .bsi24-initItem:hover .bsi24-initInfo,
    .bsi24-initItem:hover .bsi24-initTitle,
    .bsi24-initItem:hover::before {
        color: #000;
        transition: ease-in all 0.4s;
    }
}

/* Awards and Achievements */
.bsi24-award-wrap {
    margin-top: 50px;
}

.bsi24-award-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.award_bg {
    width: 70px;
    flex-shrink: 0;
}

.award-title {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 18px;
    flex-shrink: 0;
    text-align: center;
    align-self: center;
    margin: 0;
    width: 60%;
}

.bsi24-award-item {
    display: flex !important;

    transition: all ease-in .4s;
}

.bsi24-award-item:nth-child(2) {
    margin: 0 60px;
}

.bsi24-award-item:hover {

    opacity: 1;
}

.awards-slider~.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
}


[data-section="award"] {
    padding-bottom: 170px;
    margin-top: -24px;
    z-index: 2;
    background: #1F2021;
    border-radius: 20px 20px 0 0;
}

[data-section="award"] .bsi24-section-bg {
    background: #1F2021;
    z-index: -1;
}

.awards-slider~.swiper-pagination {
    bottom: -80px !important;
}

.awards-slider .swiper-slide {
    opacity: .5;
}

.awards-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

@media(max-width:767px) {
    .bsi24-award-list {
        flex-direction: column;
    }

    .bsi24-award-item:nth-child(2) {
        margin: 60px 0;
    }

    .bsi24-award-item:hover {
        transform: scale(1);

    }

    .award-title {
        font-size: 16px;
        line-height: 1.6;
    }

}

/* Big Faces */
[data-section="big-face"] .bsi24-section-bg {
    background: #fff;
}

[data-section="big-face"] .bsi24-head-title {
    color: #1F2021;
}

[data-section="big-face"] .bsi24-head-linkmore a {
    color: #1F2021;
}

.bsi24-bgfaceList {
    display: flex;
    gap: 15px;
}

.bsi24-bgfaceItem {
    width: calc(100% / 4 - 11px);
    flex-shrink: 0;
    border: 1px solid #D6D6D6;
    padding: 18px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}



.bsi24-bgface-card {
    position: relative;

    overflow: hidden;

}

.card-image img {
    transition: transform 0.3s ease;
    border-radius: 15px;
    transform-origin: top left;

}

.card-content {
    position: relative;
    text-align: left;
    margin-top: 20px;
}

.faceoff-Title {
    margin: 0 0 10px 0;
    font-size: 18px;
    z-index: 1;
    color: #000;
    font-family: var(--font-inter);
}

.faceoff-designation {
    font-size: 14px;
    color: #000;
    font-family: var(--font-inter);
    font-weight: 400;
    margin-bottom: 0;
}

.bsi24-bgface-card p {
    margin: 5px 0 0;
    font-size: 1em;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
    top: 110px;
}

.bsi24-bgfaceItem:hover .card-image img {
    transform: scale(0.4);
    transform-origin: top left;

}

.bsi24-bgfaceItem:hover p {
    opacity: 1;
    transform: translateY(0);
}

.bsi24-bgfaceItem:hover .faceoff-Title,
.bsi24-bgfaceItem:hover .faceoff-designation {
    color: #fff;
}

.bsi24-bgfaceItem:after {
    content: '';
    position: absolute;
    right: 0;
    width: 0px;
    height: 0;
    background: #235C2E;
    transform-origin: bottom right;
    z-index: -1;
    opacity: 0;
}

.bsi24-bgfaceItem:hover:after {
    width: 100%;
    transition: all ease-in-out 0.4s;
    opacity: 1;
    bottom: 0;
    height: 100%;
}

.bsi24-head-linkmore.mobilebtn {
    display: none;
}

/* Path accelator */
.bsi_worker_cont {
    max-width: 1300px;
    margin: 0 auto;
}

.bsi-worker-wrap {
    background: #1F2021;
    margin-top: -24px;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: 4;
}

.asha-worker-inbx {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.asha_st_wrp {
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 4px;
    padding-bottom: 60px;
    width: 100%;
    /* overflow: hidden; */
}

.asha_st_wrp h2 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    padding: 0 0 0px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
}

.asha_st_wrp p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    clear: both;
    font-weight: 300;
    text-align: left;
    padding: 15px 0;
}

.asha_data-card {
    display: flex;
    margin: 10px 0px;
    padding: 0;
}

.bsi_worker_cont h4.mvp-widget-home-title:before {
    background: rgb(255 255 255 / 63%);
}

.asha_data-card {
    flex-wrap: nowrap;
    margin-left: 0;
}

.asha_data-card div.bsi-worker-box {
    display: flex;
    width: 33.333%;
    margin: 0 10px;
    border-top: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.asha_data-card .asha_card_discp {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    /* border-radius: 0 0 12px 12px; */
    padding: 100% 5% 5%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 81%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 81%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    box-sizing: border-box;
}

.asha_data-card div.bsi-worker-box:hover {
    box-shadow: 10px 10px 0px #235C2E;
    transition: box-shadow cubic-bezier(.23, 1, .32, 1) .3s;
}

.mvp-widget-home-title {
    font-size: 45px;
    font-family: var(--font-oswal);
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    line-height: 80px;
    letter-spacing: -0.04em;
}

.asha_card_discp ul.lstngSty1 li span {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}

.nshp_rhs .asha_data-card {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    border-bottom: 1px solid #dedede;
}

.bsi--asha--pic {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 450px;
}

.bsi--asha--pic img {
    height: auto;
    width: 100%;
}

.bsi-worker-wrap {
    width: 100vw;
    padding-top: 60px;
}

@media(max-width: 700px) {
    .bsi-worker-wrap {
        padding: 30px 0 0 0;
        margin-bottom: 40px;
    }

    .asha_st_wrp {
        padding: 0;
    }

    .asha_data-card div.bsi-worker-box {
        width: 90%;
        margin: 0;
        margin: 0;
        flex-shrink: 0;
    }

    .asha_data-card h2 {
        display: inherit;
        font-size: 18px;
    }

    .nshp_rhs .asha_data-card,
    .asha_data-card {
        flex-shrink: 0;
        border-radius: 10px;
        padding: 15px;
        margin-left: 0%;
        gap: 15px;
        overflow-y: scroll;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }

    .asha_card_discp ul.lstngSty1 li span {
        font-size: 15px;
        line-height: 1.5;
    }

    .asha_data-card .lstngSty1 {
        padding-bottom: 0;
    }

    .asha-worker-inbx {
        width: 100%;
        margin: 0;
    }

    .bsi--asha--pic {
        height: auto;
    }

    .mvp-widget-home-title,
    span.mvp-widget-home-title {
        font-size: 28px !important;
        line-height: 1.3;
    }
}

@media(max-width:767px) {
    .bsi24-bgfaceItem:nth-child(2) {
        margin: 0;
    }

    .bsi24-bgfaceList {
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        padding-inline: 15px;
    }

    .bsi24-bgfaceItem {
        width: 69vw
    }

    .bsi24-bgfaceItem::after {
        width: 100%;
        opacity: 1;
        height: 100%;
        top: 0;
    }

    .bsi24-bgfaceItem .card-image {
        transform: scale(1);
        width: 120px;
        margin-bottom: 15px;
    }

    .bsi24-bgfaceItem:hover .card-image img {
        transform: scale(1);
    }

    .bsi24-bgface-card p {
        position: relative;
        bottom: 0;
        opacity: 1;
        transform: translateY(0);
        font-size: 15px;
        line-height: 1.5;
        top: 0;
    }

    .faceoff-Title {
        font-size: 15px;
        line-height: 1.5;
        margin: 0;
        color: #fff;
    }

    .bsi24-bgfaceList {
        scrollbar-width: none;
    }

    .faceoff-designation {
        color: #fff;
        font-size: 12px;
    }

    .bsi24-head-linkmore.mobilebtn {
        text-align: right;
        display: flex;
        width: 100%;
        justify-content: end;
        margin-top: 16px;
    }

    [data-section="big-face"] .bsi24-head-linkmore.mobilebtn {
        margin-top: 30px;
    }
}

/* scrolling cards */
.bsi24-Scrolling-cards {
    padding: 20px 0 60px;
}

.bsi24-Scrolling-inner {
    width: 100%;
    overflow: hidden;
    width: calc(100% + 15px);
}

.bsi24-Scrolling-cardList {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* overflow-y: hidden; */
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 15px 0;
}

.bsi24-Scrolling-cardItem {
    display: block;
    margin-right: 25px;
    position: relative;
    transition: transform ease-in-out 0.4s, opacity ease-in .3s;
}

.bsi24-Scrolling-card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 225px;
    height: 235px;
    border-radius: 10px;
}

.bsi24-Scrolling-cardItem a {
    color: #fff;
}

.card-icon {
    margin-top: auto;
    width: auto;
    align-self: end;
    height: auto;
    opacity: .30;
    transition: opacity ease-in 0.4s;
}

.bsi24-Scrolling-card:hover .card-icon {
    opacity: 1;
}

.scrolling-cart-title {
    font-weight: 500;
    line-height: 30px;
    font-size: 28px;
    text-transform: uppercase;
}

.bsi24-Scrolling-cardItem:first-child .bsi24-Scrolling-card {
    background: #F28D3C;
}

.bsi24-Scrolling-cardItem:nth-child(2) .bsi24-Scrolling-card {
    background: #55D0F9;
}

.bsi24-Scrolling-cardItem:nth-child(3) .bsi24-Scrolling-card {
    background: #1C6DC6;
}

.bsi24-Scrolling-cardItem:nth-child(4) .bsi24-Scrolling-card {
    background: #34596E;
}

.bsi24-Scrolling-cardItem:nth-child(5) .bsi24-Scrolling-card {
    background: #2C2E36;
}

.bsi24-Scrolling-cardItem:nth-child(6) .bsi24-Scrolling-card {
    background: #EC4497;
}

.bsi24-Scrolling-card::after {
    content: '';
    position: absolute;
    bottom: -15px;
    height: 6px;
    width: 100%;
    background: #020202;
    left: 0;
    border-radius: 50%;
    z-index: -1;
    filter: blur(2px);
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center;
    transition: all .4s;
}

.bsi24-Scrolling-cardItem:hover {
    transform: translateY(-15px);
}

.bsi24-Scrolling-cardItem:hover .bsi24-Scrolling-card::after {
    opacity: 0.4;
    transform: scaleY(1);
    transform-origin: center
}

[data-section="about-us"] {
    padding-top: 0;
}

/* coming soon */
.bsi25-cmgsn {
    background: url(../images/coming-soon.jpg) no-repeat center center;
    background-size: cover;
    height: 760px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bsi25-hroSec.bsi25-cmgsn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: -1;
}

.bsi25-countdown {
    text-align: center;
    color: #fff;
}

.bsi25-coming_soon .bsilogo {
    margin-bottom: 40px;
}

.bsi25-countdown-title {
    font-size: 20px;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 200;
}

.bsi25-countdown-title::before,
.bsi25-countdown-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 60px;
    height: .5px;
    background: #fff;
}

.bsi25-countdown-title::before {
    left: -75px;
}

.bsi25-countdown-title::after {
    right: -75px;
}

.bsi25-countdown-container {
    display: flex;
    gap: 0 15px;
    justify-content: center;

    width: 100%;
}

.bsi25-countdown-item {
    background: rgba(0, 126, 26, .8);
    padding: 5px;
    border-radius: 6px;
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bsi25-countdown-number {
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.bsi25-countdown-label {
    display: block;
    font-size: 11px;
    letter-spacing: -0.03em;
    margin-top: 0;
}

/* Pledge Form */

.bsi25-pldgefrm_wrapper {
    background: #0095da;
    border-radius: 12px;
    padding: 30px;
    max-width: 530px;
    width: 95%;
    position: relative;
}

.bsi25-pldgeForm.active .bsi25-pldgefrm_wrapper {
    animation: fadeIn 0.35s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
        /* from opacity 0 and -y (simulates 'drop') */
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        /* to opacity 1 and y=0 */
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translate3d(0, -10%, 0);
        /* from opacity 0 and -y (simulates 'drop') */
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        /* to opacity 1 and y=0 */
    }
}

.bsi25-pldgefrm_title {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    font-family: var(--font-inter);
    letter-spacing: -0.03em;
}



.bsi25-pldgefrm_group {
    margin-bottom: 15px;
}

.bsi25-pldgefrm_group select,
.bsi25-pldgefrm_group input[type="text"],
.bsi25-pldgefrm_group textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    font-size: 14px;
    box-sizing: border-box;
}

.bsi25-pldgefrm_group input[type="file"] {
    display: none;
}

.bsi25-pldgefrm_fileUpload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
}

.bsi25-pldgefrm_fileUpload label {
    background: #434343;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
}

.bsi25-pldgefrm_fileUpload span {
    color: #000;
    font-size: 14px;
}

.bsi25-pldgefrm_fileNote {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

.bsi25-pldgefrm_group textarea {
    min-height: 100px;
    resize: vertical;
}

.bsi25-pldgefrm_terms {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #777;
}

.bsi25-pldgefrm_terms input {
    margin-right: 8px;
}

.bsi25-pldgefrm_btn {
    margin-top: 20px;
    width: 200px;
    background: #111;
    color: #fff;
    padding: 14px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    height: 55px;
    margin: 0 auto;
    display: inline;
}

.bsi25-pldgefrm_btn:hover {
    background: #333;
}

.bsi25-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.bsi25-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10.73" height="8.046" viewBox="0 0 10.73 8.046"><g transform="translate(-47.99 -64)"><path d="M53.356,72.046a1.538,1.538,0,0,1-1.189-.572L48.4,66.914a1.877,1.877,0,0,1-.232-1.976A1.573,1.573,0,0,1,49.592,64h7.528a1.573,1.573,0,0,1,1.421.939,1.877,1.877,0,0,1-.232,1.976l-3.764,4.559a1.538,1.538,0,0,1-1.189.572Z"/></g></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 12px;
}

.bsi25-pldgeForm {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    overflow: auto;
}

.bsi25-pldgeForm.active {
    visibility: visible;
    opacity: 1;
}

.popup-card {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you-txt {
    text-align: center;
}

.bsi25-pldgefrm_close {
    appearance: none;
    border: none;
    background: none;
    outline: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    cursor: pointer;
    color: #fff;
}

.popup-close svg {
    width: 100%;
    display: block;
}

.popup-body {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.thank-you-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 22px;
}

.thank-you-icon svg {
    width: 100%;
    display: block;
}

.thank-you-ttl {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.thank-you-txt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.pledge-counter_wrp .pledge-counter {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;
    margin: 25px 0;
}

.pledge-counter-txt {
    font-size: 18px;
}

.pledge-counter_wrp .pledge-counter_box {
    width: 40px;
    height: 40px;
    border-radius: 7px;
    background-color: #0070A3;
    color: #fef9ef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 600;
}

.bsi25-abt_wrap {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 32px;
}

.bsi25-abt-img {
    flex-shrink: 0;
}

/* css by sonu */

.bsi25-plyrWrap,
.bsi25-pledgeNow .bsi25-hero-text,
.bsi25-pledgeNow .bsi25-art,
.lylt_crd_thumb,
.img-lylt-rightcrd,
.bsi25-hygnThumb,
.bsi25-sprgm_txt{
  visibility: hidden;
}

.bsi24-section .bsi24-section-top,
.bsi24-videoItems,
.mvp-widget-home-head,
.bsi-worker-box,
.lylt_crdInfo > *,
.img-lylt-rightcrd ~ *,
.bsi24-photoItem,
.bsi25-hygnThumb ~ *{
     visibility: hidden;
     transform: translateY(50px);
}

.bsi25-sprgm_center img,
.sprgm_stpThumb{
    transform: scale(0);
}

.sprgm_bgshape img{
   transform: rotate(-45deg);
   visibility: hidden;
}

.counterTitle,.counterCard{
      visibility: hidden;
     transform: translateY(50px);
}

.ambsdr .bsi24-head-title,.ambsdr .ambsdr-info, .ambsdr .bsi24-ayushman-img{
      visibility: hidden;
     transform: translateY(50px);
}

.bsi24-bgfaceItem{
    transition: background-color .3s;
}

.bsi24-bgfaceItem:hover{
 background-color: #235C2E;
}

.bsi24-bgfaceItem:after{
 display: none;
}

.bsi24-bgface-card .card-image{
    position: relative;
    aspect-ratio: 1 / 1;
}

.bsi24-bgface-card .card-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.bsi24-initItem::after{
    display: none;
}

.bsi24-initItem{
    visibility: hidden;
     transform: translateY(50px);
}

.bsi24-initItem,
.bsi24-initItem:before{
     transition: background-color .3s;
}

.bsi24-initItem *,
.bsi24-initItem:before{
    transition: none !important;
}

.bsi24-initItem:hover{
 background-color: #235C2E;
}

.bsi_strylbs_banner{
    margin-top: 60px;
}

@media (max-width: 1199px){
    .bsi24-bgfaceItem{
        background-color: #235C2E;
    }
}

@media(max-width:767px) {
    .bsi_strylbs_banner{
    margin-top: 20px;
}
    .bsi25-abt_wrap {
        flex-direction: column;
    }

    .bsi25-abt-img img {
        display: inline-block;
        width: 80%;
    }


    .bsi25-banner__inner {
        flex-direction: column;
    }

    .bsi25-art {
        flex: 0 0 100%;
        min-height: auto;
    }

    .bsi25-hero-text {
        text-align: center;
        flex: 1 1 100%;
        padding-bottom: 10px;
    }



    .bsi24-section.bsi25-pledgeNow {
        padding-bottom: 50px;
        margin-top: 0;
    }

    .bsi24-head-linkmore.mobilebtn {
        justify-content: center;
    }

    .video_thumb-info {
        line-height: normal;
    }

    .video_thumb-info a {
        font-size: 16px;
        line-height: 1.5;
    }

    /* loyalty cards */
    .bsi25-lyltCrds {
        flex-direction: column;
    }

    .lylt_crdlft,
    .lylt_crd-right {
        width: 100%;
    }

    .lylt-crd_ttl2 {
        font-size: 18px;
    }

    .lylt-crd_ttl1,
    .lylt-crd_ttl3 {
        font-size: 28px;
    }

    .img-lylt-rightcrd {
        position: relative;
        bottom: 0;
        right: 0;
    }

    .lylt_crd-right {
        padding: 30px 15px 60px 15px;
        background: #235C2E;
        /* margin-left: -15px; */
        width: calc(100% + 30px);
        margin-top: 30px;
        border-radius: 20px 20px 0 0;
    }

    [data-section="loyalty-sec"] .bsi24-section-bg {
        background: #1B4E25;
        height: 50%;
    }

    [data-section="loyalty-sec"] {
        padding-bottom: 0;
        margin-top: 40px;
    }

    .lylt-rght-crd_ttl span {
        font-size: 18px;
        letter-spacing: normal;
    }

    .lylt-rght-crd_ttl span:not(:first-child) {
        margin: 6px 0;
        font-size: 18px;
    }

    .bsi25-tcawrdList {
        gap: 15px;
        flex-wrap: wrap;
    }

    .bsi25-tcawrdItem {
        width: calc(100% / 2 - 8px);
    }

    .bsi25-sprgmWrap {
        flex-direction: column;
    }

    .bsi25-sprgmLeft {
        width: 100%;
    }

    .bsi25-sprgm_box {
        width: 100%;
        margin: 0;
        aspect-ratio: unset;
    }

    .sprgm_bgshape {
        display: none;
    }

    [data-section="bsi25-sspSec"] .bsi24-section-bg::after {
        display: none;
    }

    [data-section="bsi25-sspSec"] .bsi24-head-title {
        font-size: 32px;
        text-align: left;
    }

    .bsi25-sprgmLeft .bsi25-read_more {
        display: none;
    }

    .bsi25-sprgmright {
        background: #EFEFEF;
        margin-left: -15px;
        width: calc(100% + 30px);
        border-radius: 20px 20px 0 0;
        text-align: center;
        padding: 25px 0 50px 0;
        margin-top: 30px;
    }

    .bsi25-sprgmright .bsi24-head-title {
        text-align: center;
    }

    .bsi25-sprgmright .bsi25-read_more a {
        font-size: 14px;
    }

    .bsi25-sprgmright .bsi25-read_more a svg {
        width: 10px;
    }

    [data-section="path-techAwrds"] {
        margin-top: -24px;
        top: 0;
        z-index: 3;
    }

    [data-section="latest-photos"] {
        margin-top: 0px;
        z-index: 1;
        padding-bottom: 40px;
    }

    .countUpCards {
        padding: 30px 0 60px 0;
        border-radius: 20px 20px 0 0;

    }

    [data-section="award"] {
        padding-bottom: 100px;
        margin-top: 0px;
        z-index: 2;
    }

    .awards-slider~.swiper-pagination {
        bottom: -50px !important;
    }

    .bsi24-Scrolling-cards {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .bsi25-plyrWrap {
        flex-direction: column;
        gap: 40px 0;
    }

    .bsi25-abt-img {
        text-align: center;
    }

    .bsi25_logoWrap img {
        max-width: 100px;
        margin-top: -50px;
    }

    .bsi25-hroSec {

        padding-top: 60px;
        padding-bottom: 0;
    }

    .bsi24-videobox {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .bsi25-pledgeNow .bsi24-section-bg {
        border-radius: 0;
    }

    .bsi24-section.bsi25-pledgeNow::after {
        z-index: -1;
        left: 0;
        background-position: bottom center;
    }

    .lylt_crd-rdmore {
        margin-top: 15px;
    }

    .lylt_crd-rdmore a,
    .bsi25-read_more a {
        font-size: 14px;
        gap: 5px;
        border: 1px solid #80A587;
        border-radius: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 150px;
        height: 35px;
    }

    .lylt_crd-rdmore span,
    .bsi25-read_more a span {
        height: 11px;
        width: 11px;
    }

    .bsilogo {
        width: 50%;
        margin: 0 auto 15px;
    }

    .bsi25-cmgsn {
        height: auto;
    }

    .bsi25-hroSec.bsi25-cmgsn {

        padding-bottom: 70px;
    }

    [data-section="bsi25-sspSec"] {
        margin-top: 0;
        padding-bottom: 0;
    }

    [data-section="our-initiatives"] {
        margin-top: -30px;
        z-index: 2;
    }

    #seasonSecSt {
        margin-top: 0;
        z-index: 2;
        top: 0;
    }

    [data-section="about-us"] {
        padding-top: 30px;
    }

    .bsi25-countdown-title {
        font-size: 16px;
    }

    .bsi25-countdown-title::before,
    .bsi25-countdown-title::after {
        width: 38px;
    }

    .bsi25-countdown-title::after {
        right: -45px;
    }

    .bsi25-countdown-title::before {
        left: -45px;
    }

    .pledge-counter_wrp .pledge-counter {
        justify-content: center;
    }

    .bsi-tchaccltr {
        display: none;
    }

    .pledge-counter_wrp .pledge-counter_box {
        width: 35px;
        height: 35px;
    }

    .bsi24-head-linkmore a {
        position: relative;
        display: flex;
        text-decoration: none;
        color: #feffff;
        padding-bottom: 5px;
        transition: color 0.3s ease;
        border: 1px solid #ddd;
        border-radius: 40px;
        height: 36px;
        padding: 0 20px;
        align-items: center;
        font-size: 14px;
        line-height: 18px;
    }

    .bsi24-head-linkmore svg {
        margin-left: 0;
        transition: transform 0.3s ease, stroke 0.3s ease;
        width: 15px;
        height: 15px;
        position: relative;
        left: 5px;
        top: 1px;
    }

    .bsi24-initItem::before {

        font-size: 12px;
        left: 0;
        top: 20px;
        font-weight: 700;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bsi25-sprgm-desc {
        text-align: left;
        font-size: 15px;
        line-height: 1.5;
        margin-top: 15px;
    }

    .bsi24-Scrolling-inner {
        width: 100%;
        overflow: hidden;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
    }
}



