.nameChangeUpdate {
    width: 100%;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    background-color: #f9f9f9
}

html[data-page=home] .nameChangeUpdate__heading {
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -3.6px
}

@media(max-width:766px) {
    html[data-page=home] .nameChangeUpdate {
        min-height: 220px
    }
}

@media(max-width:766px) {
    html[data-page=home] .nameChangeUpdate__heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

html[data-page=home] .nameChangeUpdate__heading-gradient {
    background: linear-gradient(90deg, #2E61FF 20.38%, #F26E4B 64.63%, #FF400D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    color: #fff0
}

html[data-page=home] .nameChangeUpdate__close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.c-whatsNew__itemHeading {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1px
}

html[data-page=home] .section__heading,
html[data-page=home] .categories__section_heading,
.c-whatsNew__heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px
}

.c-whatsNew__itemSubheading,
.c-whatsNew__subheading {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -.6px
}

html[lang^=hi] html[data-page=home] .section__heading,
html[data-page=home] html[lang^=hi] .section__heading,
html[lang^=hi] .c-whatsNew__heading,
html[lang^=mr] html[data-page=home] .section__heading,
html[data-page=home] html[lang^=mr] .section__heading,
html[lang^=mr] .c-whatsNew__heading {
    line-height: 120%
}

html[lang^=hi] .c-whatsNew__itemHeading,
html[lang^=mr] .c-whatsNew__itemHeading {
    line-height: 120%
}

:root {
    --w-1col: calc(var(--containerWidth) / 4 - 20px * (4 - 1) / 4)
}

.c-whatsNew__itemImg {
    opacity: 0
}

.c-whatsNew.animateIn .c-whatsNew__itemImg {
    opacity: 1;
    transform: scale(1.1);
    transition: opacity 800ms cubic-bezier(.19, 1, .22, 1), transform 800ms cubic-bezier(.19, 1, .22, 1)
}

@media(max-width:1023px) {
    .c-whatsNew.animateIn .c-whatsNew__itemImg {
        transform: scale(1)
    }
}

.c-whatsNew__heading {
    color: #1e1e1c;
    text-align: center
}

@media(max-width:1023px) {
    .c-whatsNew__heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

.c-whatsNew__subheading {
    margin-top: 20px;
    color: #5f5f5f;
    text-align: center
}

@media(max-width:1023px) {
    .c-whatsNew__subheading {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px;
        max-width: 270px;
        margin: 20px auto 0
    }
}

.c-whatsNew__list {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.c-bengali-heading {
    line-height: 110%
}

.c-bengali-subheading {
    line-height: 120%
}

.c-whatsNew__list::-webkit-scrollbar {
    display: none
}

@media(max-width:1023px) {
    .c-whatsNew__list {
        margin-top: 15px;
        margin-left: -20px;
        padding: 0 20px;
        width: var(--viewportWidth)
    }
}

.c-whatsNew__item {
    flex-shrink: 0;
    flex-basis: calc(var(--w-1col) * 2 + 20px * 1);
    display: flex;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid #dadada
}

@media(max-width:1023px) {
    .c-whatsNew__item {
        flex-direction: column;
        align-items: stretch;
        flex-basis: calc(100% - 20px);
        overflow: hidden;
        gap: 20px !important
    }
}

@media(min-width:767px)and (max-width:1023px) {
    .c-whatsNew__item {
        flex-basis: calc(50% - 20px/ 2)
    }
}

.c-whatsNew__itemImgWrapper {
    padding-top: calc(24000% / 670);
    position: relative;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    height: 230px
}

@media(max-width:1023px) {
    .c-whatsNew__itemImgWrapper {
        border-radius: 0;
        padding-top: 0;
        height: 240px
    }
}

@media(min-width:1024px) {
    .c-whatsNew__itemImgWrapper {
        flex: 1
    }
}

.c-whatsNew__itemImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.c-whatsNew__itemContent {
    flex: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px
}

@media(max-width:1023px) {
    .c-whatsNew__itemContent {
        padding: 0 20px 20px;
        min-height: calc(202px - 20px)
    }
}

.c-whatsNew__itemHeading svg {
    position: relative;
    top: 4px
}

@media(max-width:1023px) {
    .c-whatsNew__itemHeading svg {
        top: 4px
    }
}

.c-whatsNew__itemSubheading {
    margin-top: 10px;
    color: #828282;
    max-width: 265px
}

@media(max-width:1023px) {
    .c-whatsNew__itemSubheading {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px
    }
}

.c-whatsNew .comingSoon__ctas {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

html[lang^=hi] .c-whatsNew__itemHeading,
html[lang^=hi] .c-whatsNew__heading,
html[lang^=mr] .c-whatsNew__itemHeading,
html[lang^=mr] .c-whatsNew__heading {
    line-height: 120%
}

html[lang^=hi] .c-whatsNew__itemSubheading,
html[lang^=hi] .c-whatsNew__subheading,
html[lang^=mr] .c-whatsNew__itemSubheading,
html[lang^=mr] .c-whatsNew__subheading {
    line-height: 140%
}

html[lang^=hi] .c-whatsNew__itemSubheading,
html[lang^=mr] .c-whatsNew__itemSubheading,
html[lang^=bn] .c-whatsNew__itemSubheading,
html[lang^=ta] .c-whatsNew__itemSubheading {
    font-size: 16px
}

@media(max-width:1023px) {

    html[lang^=hi] .c-whatsNew__itemSubheading,
    html[lang^=mr] .c-whatsNew__itemSubheading,
    html[lang^=bn] .c-whatsNew__itemSubheading,
    html[lang^=ta] .c-whatsNew__itemSubheading {
        font-size: 15px
    }
}

@media(max-width:1023px) {

    html[lang^=hi] .comingSoon__ctas .c-btn__text,
    html[lang^=mr] .comingSoon__ctas .c-btn__text,
    html[lang^=bn] .comingSoon__ctas .c-btn__text,
    html[lang^=ta] .comingSoon__ctas .c-btn__text {
        white-space: normal
    }
}

@media(max-width:1023px) {
    html[lang^=ta] .c-whatsNew__itemContent {
        min-height: calc(215px - 20px)
    }
}

html[data-page=home] .banner {
    margin-left: calc(0px - var(--leftMargin));
    width: var(--viewportWidth);
    height: 85vh;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    position: relative
}

@media(max-width:1023px) {
    html[data-page=home] .banner {
        height: auto;
        padding: 0;
        align-items: center
    }
}

@media(orientation:portrait) {
    html[data-page=home] .banner {
        height: auto
    }
}

@media(max-width:1023px) {
    html[data-page=home] .banner__lottieWrapper {
        overflow: hidden;
        width: var(--viewportWidth);
        position: relative
    }
}

@media(min-width:1024px) {
    html[data-page=home] .banner__lottieWrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(55000vw / 1440)
    }
}

@media(orientation:portrait) {
    html[data-page=home] .banner__lottieWrapper {
        position: relative
    }
}

html[data-page=home] .banner__lottie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media(min-width:768px)and (max-width:1023px) {
    html[data-page=home] .banner__lottie {
        position: relative;
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 40px)
    }
}

@media(max-width:767px) {
    html[data-page=home] .banner__lottie {
        position: static;
        width: 500px;
        height: 260px;
        margin-left: calc(0px - (500px - var(--viewportWidth)) / 2)
    }
}

html[data-page=home] .banner__heading {
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -3.6px;
    text-align: center;
    will-change: transform
}

@media(max-width:1023px) {
    html[data-page=home] .banner__heading {
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -2px;
        text-align: center
    }
}

html[data-page=home] .banner__heading .gradientText {
    background: linear-gradient(86.67deg, #2E61FF 17.74%, #F26E4B 54.27%, #FF400D 80.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

html[data-page=home] .banner__subheading {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.68px;
    color: #5f5f5f;
    max-width: 545px;
    text-align: center;
    will-change: transform
}

@media(max-width:1023px) {
    html[data-page=home] .banner__subheading {
        text-align: center;
        max-width: 280px
    }
}

html[data-page=home] .banner__btnGroup {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center
}

html[data-page=home] .banner__btnGroup .c-btn {
    min-width: 138px
}

html[data-page=home][lang^=hi] .banner__heading,
html[data-page=home][lang^=mr] .banner__heading {
    line-height: 120%
}

html[data-page=home][lang^=hi] .banner__subheading,
html[data-page=home][lang^=mr] .banner__subheading {
    line-height: 140%
}

html[data-page=home][lang^=hi] .banner__subheading,
html[data-page=home][lang^=mr] .banner__subheading,
html[data-page=home][lang^=bn] .banner__subheading {
    font-size: 20px
}

@media(max-width:1023px) {

    html[data-page=home][lang^=hi] .banner__subheading,
    html[data-page=home][lang^=mr] .banner__subheading,
    html[data-page=home][lang^=bn] .banner__subheading {
        font-size: 17px
    }
}

html[data-page=home][lang^=ta] .banner__subheading {
    font-size: 20px
}

@media(max-width:1023px) {
    html[data-page=home][lang^=ta] .banner__subheading {
        font-size: 15px
    }
}

html[data-page=home] .-homeBenefits {
    position: relative;
    margin-top: 120px
}

@media(max-width:1023px) {
    html[data-page=home] .-homeBenefits {
        margin-top: 60px
    }
}

html[data-page=home] .-homeBenefits .c-scrollIndicator {
    position: relative;
    margin-top: 30px
}

html[data-page=home] .-homeBenefits .c-benefits__list {
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
    max-width: 1320px;
    display: flex;
    align-items: flex-start;
    gap: 80px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

html[data-page=home] .-homeBenefits .c-benefits__list::-webkit-scrollbar {
    display: none
}

@media(max-width:1023px) {
    html[data-page=home] .-homeBenefits .c-benefits__list {
        gap: 30px
    }
}

html[data-page=home] .-homeBenefits .benefits__listWrap {
    position: relative
}

html[data-page=home] .-homeBenefits .benefits__listWrap:hover .home__benefitsBtnWrap {
    opacity: 1;
    visibility: visible
}

html[data-page=home] .-homeBenefits .home__benefitsBtnWrap {
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

@media(max-width:1023px) {
    html[data-page=home] .-homeBenefits .home__benefitsBtnWrap {
        display: none
    }
}

html[data-page=home] .-homeBenefits .home__benefitsBtn {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border: 1px solid var(--greys-stroke-grey, #dadada);
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / .1);
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    position: absolute
}

html[data-page=home] .-homeBenefits .home__benefitsPrevBtn {
    left: 10px
}

html[data-page=home] .-homeBenefits .home__benefitsNextBtn {
    right: 10px
}

html[data-page=home] .-homeBenefits .-disabled {
    opacity: .3
}

html[data-page=home] .categories {
    opacity: 0;
    transform: translateY(60px)
}

html[data-page=home] .categories__section_heading {
    margin-bottom: 60px;
    text-align: center
}

@media(max-width:1023px) {
    html[data-page=home] .categories__section_heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px;
        margin-bottom: 30px
    }
}

html[data-page=home] .categories.animateIn {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 800ms cubic-bezier(.19, 1, .22, 1), transform 800ms cubic-bezier(.19, 1, .22, 1)
}

html[data-page=home] .categories.animateIn .categories__list {
    animation-name: keyframes__ticker
}

html[data-page=home] .categories {
    margin-top: 120px;
    width: var(--viewportWidth);
    margin-left: -20px
}

@media(max-width:1023px) {
    html[data-page=home] .categories {
        margin-top: 60px;
        margin-left: -20px
    }
}

@media(min-width:1280px) {
    html[data-page=home] .categories {
        margin-left: calc(0px - var(--leftMargin))
    }
}

html[data-page=home] .categories__listWrapper {
    position: relative;
    display: flex;
    overflow-x: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none
}

html[data-page=home] .categories__listWrapper::-webkit-scrollbar {
    display: none
}

html[data-page=home] .categories__listWrapper+.categories__listWrapper {
    margin-top: 20px
}

html[data-page=home] .categories__list {
    padding-left: 20px;
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    will-change: transform;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 40s;
    animation-iteration-count: infinite
}

html[data-page=home] .categories__list[data-direction=ltr] {
    animation-direction: reverse
}

html[data-page=home] .categories__item {
    pointer-events: none;
    width: var(--w-1col);
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #757575;
    padding: 28px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-color: #fff
}

@media(max-width:1023px) {
    html[data-page=home] .categories__item {
        width: auto;
        padding: 20px 50px
    }
}

html[data-page=home] .categories__item.-sectionHeading {
    height: 100%;
    justify-content: center;
    border-color: #fff0
}

@media(max-width:1023px) {
    html[data-page=home] .categories__item.-sectionHeading {
        left: calc(50% - 120px)
    }
}

@media(min-width:1024px) {
    html[data-page=home] .categories__item.-sectionHeading {
        padding: 0
    }
}

html[data-page=home] .categories__icon {
    width: 30px;
    height: 30px
}

html[data-page=home] .categories__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.8px;
    text-align: center
}

html[data-page=home] .categories .-sectionHeading .categories__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px
}

@media(max-width:1023px) {
    html[data-page=home] .categories .-sectionHeading .categories__title {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

html[data-page=home][lang^=hi] .categories .-sectionHeading .categories__title,
html[data-page=home][lang^=mr] .categories .-sectionHeading .categories__title {
    line-height: 140%
}

html[data-page=home] .forCustomers__bgImg {
    opacity: 0
}

html[data-page=home] .forCustomers.animateIn .forCustomers__bgImg {
    opacity: 1;
    transform: scale(1.1);
    transition: opacity 800ms, transform 800ms cubic-bezier(.19, 1, .22, 1)
}

@media(max-width:1023px) {
    html[data-page=home] .forCustomers.animateIn .forCustomers__bgImg {
        transform: scale(1)
    }
}

html[data-page=home] .forCustomers {
    width: 100%;
    height: 620px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden
}

html[data-page=home] .forCustomers>*:not(.forCustomers__bgImg) {
    position: relative
}

@media(max-width:1023px) {
    html[data-page=home] .forCustomers {
        padding: 25px 20px;
        height: 520px
    }
}

html[data-page=home] .forCustomers__bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

html[data-page=home] .forCustomers__label {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1px;
    color: #fff
}

@media(max-width:1023px) {
    html[data-page=home] .forCustomers__label {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.68px
    }
}

html[data-page=home] .forCustomers__heading {
    margin-top: 20px;
    max-width: 700px;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px;
    color: #fff
}

@media(max-width:1023px) {
    html[data-page=home] .forCustomers__heading {
        margin-top: 10px;
        max-width: 260px;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1px
    }
}

html[data-page=home] .forCustomers__btnGroup {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

html[data-page=home] .forCustomers__btnGroup svg path {
    stroke: #1e1e1c
}

@media(max-width:1023px) {
    html[data-page=home] .forBillers__list .forBillers__item:last-child {
        padding-right: 0
    }
}

html[data-page=home][lang^=hi] .forCustomers__heading,
html[data-page=home][lang^=mr] .forCustomers__heading {
    line-height: 120%
}

html[data-page=home][lang^=hi] .forCustomers__label,
html[data-page=home][lang^=mr] .forCustomers__label {
    line-height: 120%
}

html[data-page=home] .forStakeholders {
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media(max-width:1023px) {
    html[data-page=home] .forStakeholders {
        margin-top: 60px
    }
}

html[data-page=home] .forBillers {
    margin-top: -20px;
    width: 100%;
    padding: 100px 20px;
    position: relative
}

@media(max-width:1023px) {
    html[data-page=home] .forBillers {
        margin-left: -20px;
        width: var(--viewportWidth);
        padding: 0 20px 20px;
        overflow: hidden
    }
}

html[data-page=home] .forBillers__lottie {
    position: absolute;
    top: 0;
    right: 0;
    width: 915px;
    height: 817px
}

@media(max-width:1023px) {
    html[data-page=home] .forBillers__lottie {
        position: relative;
        right: unset;
        margin-left: calc(0px - (500px - var(--viewportWidth)) / 2);
        width: 500px;
        height: 565px
    }
}

html[data-page=home] .forBillers__grid {
    display: flex;
    flex-wrap: wrap
}

@media(max-width:1023px) {
    html[data-page=home] .forBillers__grid {
        display: block
    }
}

html[data-page=home] .forBillers__lhs,
html[data-page=home] .forBillers__rhs {
    flex: 0 0 auto;
    width: 50%
}

@media(max-width:1023px) {

    html[data-page=home] .forBillers__lhs,
    html[data-page=home] .forBillers__rhs {
        width: 100%
    }
}

html[data-page=home] .forBOUs {
    margin-top: 80px;
    width: 100%;
    height: 620px;
    display: flex;
    gap: 20px
}

@media(max-width:1023px) {
    html[data-page=home] .forBOUs {
        flex-direction: column;
        gap: 20px;
        height: auto;
        margin-top: 0
    }
}

html[data-page=home] .forBOUs__lhs {
    width: calc(34500% / 1240);
    border-radius: 20px
}

@media(max-width:1023px) {
    html[data-page=home] .forBOUs__lhs {
        width: 100%;
        height: 435px
    }
}

html[data-page=home] .forBOUs__middle {
    background-color: #f9f9f9;
    border-radius: 20px;
    padding: 50px 170px 50px 50px
}

@media(max-width:1023px) {
    html[data-page=home] .forBOUs__middle {
        width: 100%;
        padding: 20px;
        padding-top: 25px
    }
}

@media(min-width:1024px) {
    html[data-page=home] .forBOUs__middle {
        flex: 1
    }
}

html[data-page=home] .forBOUs__rhs {
    width: 245px;
    border-radius: 20px;
    border-radius: 20px;
    background-color: #fff9f4;
    position: relative
}

html[data-page=home] .forBOUs__rhs .forBOUs__gradientStroke {
    position: relative;
    left: 20px
}

html[data-page=home] .forBOUs__rhs .forBOUs__gradientStroke path {
    stroke-dasharray: 720;
    stroke-dashoffset: -720
}

html[data-page=home] .forBOUs__rhs.animateIn .forBOUs__gradientStroke path {
    animation-name: bbpsPath;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.39, .575, .565, 1)
}

html[data-page=home] .forBOUs__rhs.animateIn .forBOUs__animatedImg {
    opacity: 1;
    transform: scale(1);
    transition: opacity .5s linear, transform 1.2s cubic-bezier(.19, 1, .22, 1)
}

html[data-page=home] .forBOUs__rhs.animateIn .forBOUs__animatedImg.-one {
    transition-delay: 0
}

html[data-page=home] .forBOUs__rhs.animateIn .forBOUs__animatedImg.-two {
    transition-delay: .05s
}

html[data-page=home] .forBOUs__rhs.animateIn .forBOUs__animatedImg.-three {
    transition-delay: .1s
}

html[data-page=home] .forBOUs__rhs.animateIn .forBOUs__animatedImg.-four {
    transition-delay: .15s
}

html[data-page=home] .forBOUs__rhs.animateIn .forBOUs__animatedImg.-five {
    transition-delay: .2s
}

html[data-page=home] .forBOUs__rhs.animateIn .forBOUs__animatedImg.-six {
    transition-delay: .25s
}

html[data-page=home] .forBOUs__rhs.animateIn .forBOUs__animatedImg.-seven {
    transition-delay: .3s
}

html[data-page=home] .forBOUs__rhs .forBOUs__animatedImg {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    transform: scale(0)
}

html[data-page=home] .forBOUs__rhs .forBOUs__animatedImg.-one {
    top: 52px;
    left: 37px
}

html[data-page=home] .forBOUs__rhs .forBOUs__animatedImg.-two {
    top: 77px;
    right: 51px
}

html[data-page=home] .forBOUs__rhs .forBOUs__animatedImg.-three {
    top: 202px;
    right: 24px
}

html[data-page=home] .forBOUs__rhs .forBOUs__animatedImg.-four {
    top: 251px;
    left: 72px
}

html[data-page=home] .forBOUs__rhs .forBOUs__animatedImg.-five {
    bottom: 142px;
    left: 54px
}

html[data-page=home] .forBOUs__rhs .forBOUs__animatedImg.-six {
    bottom: 216px;
    right: 38px
}

html[data-page=home] .forBOUs__rhs .forBOUs__animatedImg.-seven {
    bottom: 43px;
    right: 58px
}

@media(max-width:1023px) {
    html[data-page=home] .forBOUs__rhs {
        display: none
    }
}

html[data-page=home] .forBillers__label,
html[data-page=home] .forBOUs__label,
html[data-page=home] .forDevs__label,
html[data-page=home] .forCOUs__label {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.8px;
    color: #6981d3
}

@media(max-width:1023px) {

    html[data-page=home] .forBillers__label,
    html[data-page=home] .forBOUs__label,
    html[data-page=home] .forDevs__label,
    html[data-page=home] .forCOUs__label {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.68px
    }
}

html[data-page=home] .forBillers .forBillers__label,
html[data-page=home] .forBOUs .forBillers__label,
html[data-page=home] .forDevs .forBillers__label,
html[data-page=home] .forCOUs .forBillers__label {
    color: #f87260
}

html[data-page=home] .forBillers .forBOUs__label,
html[data-page=home] .forBOUs .forBOUs__label,
html[data-page=home] .forDevs .forBOUs__label,
html[data-page=home] .forCOUs .forBOUs__label {
    color: #ff894f
}

html[data-page=home] .forBillers .forCOUs__label,
html[data-page=home] .forBOUs .forCOUs__label,
html[data-page=home] .forDevs .forCOUs__label,
html[data-page=home] .forCOUs .forCOUs__label {
    color: #40d0cb
}

html[data-page=home] .forBillers__heading,
html[data-page=home] .forBOUs__heading,
html[data-page=home] .forDevs__heading,
html[data-page=home] .forCOUs__heading {
    margin-top: 20px;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.5px;
    color: #1e1e1c
}

@media(max-width:1023px) {

    html[data-page=home] .forBillers__heading,
    html[data-page=home] .forBOUs__heading,
    html[data-page=home] .forDevs__heading,
    html[data-page=home] .forCOUs__heading {
        margin-top: 10px;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1px
    }
}

html[data-page=home] .forBillers__list,
html[data-page=home] .forBOUs__list,
html[data-page=home] .forDevs__list,
html[data-page=home] .forCOUs__list {
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px
}

@media(max-width:1023px) {

    html[data-page=home] .forBillers__list,
    html[data-page=home] .forBOUs__list,
    html[data-page=home] .forDevs__list,
    html[data-page=home] .forCOUs__list {
        margin-top: 50px;
        gap: 30px 20px
    }
}

html[data-page=home] .forBillers .forBOUs__list>:last-child,
html[data-page=home] .forBOUs .forBOUs__list>:last-child,
html[data-page=home] .forDevs .forBOUs__list>:last-child,
html[data-page=home] .forCOUs .forBOUs__list>:last-child {
    align-self: flex-end
}

html[data-page=home] .forBillers__item,
html[data-page=home] .forBOUs__item,
html[data-page=home] .forDevs__item,
html[data-page=home] .forCOUs__item {
    width: calc(50% - 20px/ 2);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.8px;
    color: #5f5f5f;
    min-height: 72px
}

@media(max-width:1023px) {

    html[data-page=home] .forBillers__item,
    html[data-page=home] .forBOUs__item,
    html[data-page=home] .forDevs__item,
    html[data-page=home] .forCOUs__item {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.68px;
        gap: 10px;
        min-height: auto;
        word-break: break-word
    }
}

html[data-page=home] .forBillers__itemStat,
html[data-page=home] .forBOUs__itemStat,
html[data-page=home] .forDevs__itemStat,
html[data-page=home] .forCOUs__itemStat {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.5px;
    display: block;
    padding-bottom: 5px
}

@media(max-width:1023px) {

    html[data-page=home] .forBillers__itemStat,
    html[data-page=home] .forBOUs__itemStat,
    html[data-page=home] .forDevs__itemStat,
    html[data-page=home] .forCOUs__itemStat {
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1px
    }
}

html[data-page=home] .forBillers__item svg,
html[data-page=home] .forBOUs__item svg,
html[data-page=home] .forDevs__item svg,
html[data-page=home] .forCOUs__item svg {
    position: relative;
    top: 1px
}

@media(max-width:1023px) {

    html[data-page=home] .forBillers__item svg,
    html[data-page=home] .forBOUs__item svg,
    html[data-page=home] .forDevs__item svg,
    html[data-page=home] .forCOUs__item svg {
        top: 2px
    }
}

.c-faqs__faqContent h2 {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.68px
}

.c-faqs__faqHeading button {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.8px
}

.c-faqs__heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px
}

.c-faqs__faqContent ul li,
.c-faqs__faqContent>p,
.c-faqs__faqContent {
    font-weight: 400 !important;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: -.68px
}

.c-faqs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 70px
}

@media(max-width:1023px) {
    .c-faqs {
        flex-direction: column;
        align-items: stretch;
        gap: 30px
    }
}

.c-faqs__heading {
    width: 100%;
    text-align: center
}

@media(max-width:1023px) {
    .c-faqs__heading {
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

.c-faqs__list {
    flex: 1
}

@media(max-width:1023px) {
    .c-faqs__list {
        border-top: 1px solid #dadada;
        margin-top: 0
    }
}

@media(min-width:1024px) {
    .c-faqs__list {
        max-width: 610px;
        margin-left: auto;
        margin-right: auto
    }
}

.c-faqs__faq {
    border-bottom: 1px solid #dadada
}

.c-faqs__faq:last-child {
    border-bottom: none
}

.c-faqs__faqHeading button {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0;
    text-align: left
}

.c-faqs__faqHeading button:focus {
    outline: 1px solid #0094ff;
    outline-offset: 5px
}

@media(max-width:1023px) {
    .c-faqs__faqHeading button {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.68px
    }
}

.c-faqs__faqHeading button svg {
    flex-shrink: 0;
    margin-left: 8%;
    height: 26px;
    width: 26px
}

@media(max-width:1023px) {
    .c-faqs__faqHeading button svg {
        width: auto;
        height: 25px
    }
}

.c-faqs__faqHeading button[aria-expanded=true] svg path:last-child {
    opacity: 0
}

.c-faqs__faqContent {
    line-height: 140%;
    padding-right: 15%;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease-out;
    transition-duration: .15s;
    color: #828282
}

@media(max-width:1023px) {
    .c-faqs__faqContent {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px
    }
}

@media(max-width:1023px) {
    .c-faqs__faqContent h2 {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.68px
    }
}

.c-faqs__faqContent h2+p {
    margin-top: 5px
}

@media(max-width:1023px) {
    .c-faqs__faqContent p {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px
    }
}

.c-faqs__faqContent p+h2 {
    margin-top: 20px
}

.c-faqs__faqContent ul {
    list-style: initial;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0
}

@media(max-width:1023px) {
    .c-faqs__faqContent ul li {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px
    }
}

.c-faqs__faqContent::after {
    content: "";
    display: block;
    padding-bottom: 20px
}

body.usingMouse .c-faqs__faq button {
    outline: none
}

html[data-page=home] .forBillers__getStartedBtn,
html[data-page=home] .forBOUs__getStartedBtn,
html[data-page=home] .forDevs__getStartedBtn,
html[data-page=home] .forCOUs__getStartedBtn {
    margin-top: 40px
}

@media(max-width:1023px) {

    html[data-page=home] .forBillers__getStartedBtn,
    html[data-page=home] .forBOUs__getStartedBtn,
    html[data-page=home] .forDevs__getStartedBtn,
    html[data-page=home] .forCOUs__getStartedBtn {
        margin-top: 50px
    }
}

html[data-page=home] .forBillers__heading {
    margin-top: 20px;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px;
    color: #1e1e1c;
    max-width: 515px;
    width: auto
}

@media(max-width:1023px) {
    html[data-page=home] .forBillers__heading {
        margin-top: 10px;
        width: auto;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1px
    }
}

html[data-page=home] .forBillers__list {
    margin-top: 70px;
    gap: 60px 20px
}

@media(max-width:1023px) {
    html[data-page=home] .forBillers__list {
        margin-top: 50px;
        gap: 25px 20px
    }
}

@media(max-width:1023px) {
    html[data-page=home] .forBillers__getStartedBtn {
        margin-top: 50px
    }
}

html[data-page=home] .forDevs,
html[data-page=home] .forCOUs {
    display: flex;
    width: 100%;
    height: 600px;
    border-radius: 20px;
    margin-top: 20px;
    border: 1px solid #dadada;
    overflow: hidden
}

@media(max-width:1023px) {

    html[data-page=home] .forDevs,
    html[data-page=home] .forCOUs {
        width: 100%;
        height: auto;
        padding: 40px 20px 40px
    }
}

@media(max-width:1023px) {

    html[data-page=home] .forDevs__heading,
    html[data-page=home] .forCOUs__heading {
        margin-top: 10px
    }
}

html[data-page=home] .forDevs__lft,
html[data-page=home] .forDevs__rgt {
    width: 50%
}

@media(max-width:1023px) {

    html[data-page=home] .forDevs__lft,
    html[data-page=home] .forDevs__rgt {
        width: 100%
    }
}

@media(max-width:1023px) {
    html[data-page=home] .forDevs__lft {
        display: none
    }
}

html[data-page=home] .forDevs__lft .forDevs__img {
    height: 600px;
    width: 100%;
    -o-object-position: bottom;
    object-position: bottom
}

html[data-page=home] .forDevs__rgt {
    display: flex;
    padding: 50px 45px 50px 45px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

@media(max-width:1023px) {
    html[data-page=home] .forDevs__rgt {
        padding: 0
    }
}

@media(max-width:1023px) {
    html[data-page=home] .forDevs__rgt .forDevs__item {
        width: calc(50% - 15px);
        padding-right: 0
    }
}

@media(max-width:1023px) {
    html[data-page=home] .forBOUs__getStartedBtn {
        margin-top: 25px
    }
}

html[data-page=home][lang^=hi] .forDevs__heading,
html[data-page=home][lang^=mr] .forDevs__heading {
    line-height: 120%
}

html[data-page=home][lang^=hi] .forDevs__label,
html[data-page=home][lang^=hi] .forDevs__item,
html[data-page=home][lang^=hi] .forDevs__itemStat,
html[data-page=home][lang^=mr] .forDevs__label,
html[data-page=home][lang^=mr] .forDevs__item,
html[data-page=home][lang^=mr] .forDevs__itemStat {
    line-height: 140%
}

html[data-page=home][lang^=hi] .forBillers__heading,
html[data-page=home][lang^=mr] .forBillers__heading {
    line-height: 120%
}

html[data-page=home][lang^=hi] .forBillers__label,
html[data-page=home][lang^=hi] .forBillers__item,
html[data-page=home][lang^=hi] .forBillers__itemStat,
html[data-page=home][lang^=mr] .forBillers__label,
html[data-page=home][lang^=mr] .forBillers__item,
html[data-page=home][lang^=mr] .forBillers__itemStat {
    line-height: 140%
}

html[data-page=home][lang^=hi] .forBOUs__heading,
html[data-page=home][lang^=mr] .forBOUs__heading {
    line-height: 120%
}

html[data-page=home][lang^=hi] .forBOUs__label,
html[data-page=home][lang^=hi] .forBOUs__item,
html[data-page=home][lang^=hi] .forBOUs__itemStat,
html[data-page=home][lang^=mr] .forBOUs__label,
html[data-page=home][lang^=mr] .forBOUs__item,
html[data-page=home][lang^=mr] .forBOUs__itemStat {
    line-height: 140%
}

html[data-page=home] .section__heading {
    color: #1e1e1c;
    text-align: center
}

@media(max-width:1023px) {
    html[data-page=home] .section__heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

html[data-page=home] .c-whatsNew {
    margin-top: 100px
}

html[data-page=home] .c-getStartedForm {
    margin-top: 40px
}

@media(max-width:1023px) {
    html[data-page=home] .c-getStartedForm {
        margin-top: 60px
    }
}

html[data-page=home] [data-draggable=true] [data-dragging=false] {
    cursor: grab;
    z-index: 10;
    position: relative
}

html[data-page=home] [data-draggable=true] [data-dragging=true] {
    cursor: grabbing;
    z-index: 10;
    position: relative
}

html[data-page=home][lang^=hi] .section__heading,
html[data-page=home][lang^=mr] .section__heading {
    line-height: 120%
}

html[data-page=home][lang]:not([lang^=en]) .c-whatsNew__itemSubheading {
    max-width: 285px
}

html[data-page=home][lang]:not([lang^=en]) .c-whatsNew__itemImgWrapper {
    height: 100%;
    min-height: 230px
}

@media(max-width:1023px) {
    html[data-page=home][lang]:not([lang^=en]) .c-whatsNew__itemImgWrapper {
        min-height: 240px
    }
}

html[data-page=home] .impact-stories {
    width: 100%;
    min-height: 176px;
    margin-top: 20px;
    border-radius: 15px;
    background: linear-gradient(136.73deg, #4DFCF6 -8.2%, #3971FF 122.06%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 1023px) {
    html[data-page=home] .impact-stories {
        min-height: 171px
    }
}

html[data-page=home] .impact-stories a {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px
}

@media(max-width: 1023px) {
    html[data-page=home] .impact-stories a {
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1px
    }
}

html[data-page=home] .impact-stories__img-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap
}

@media(max-width: 1023px) {
    html[data-page=home] .impact-stories__img-text {
        white-space: unset;
        display: flex
    }
}

html[data-page=home] .impact-stories__img-text img {
    width: 40px;
    height: 40px
}

@media(max-width: 1023px) {
    html[data-page=home] .impact-stories__img-text img {
        height: 25px;
        width: 25px
    }
}