.elementor-377 .elementor-element.elementor-element-ed8dbb0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-51e3a8b *//* =========================================================
   BNPL SOLUTION
   TERMS / POLICY PAGE
========================================================= */

.bnpl-policy-page{
    width:100%;
    margin:0;
    padding:0;
    background:#ffffff;
    color:#334155;
    font-family:"Poppins", Arial, sans-serif;
}

.bnpl-policy-page *{
    box-sizing:border-box;
}

.bnpl-policy-page__container{
    width:100%;
    max-width:1240px;
    margin:0 auto;
    padding-left:24px;
    padding-right:24px;
}


/* =========================================================
   HERO
========================================================= */

.bnpl-policy-page__hero{
    position:relative;
    padding:86px 0 78px;
    overflow:hidden;

    background:
        linear-gradient(
            135deg,
            #0f2d56 0%,
            #173f74 100%
        );
}

.bnpl-policy-page__hero::before{
    content:"";
    position:absolute;

    width:340px;
    height:340px;

    top:-180px;
    right:8%;

    border-radius:50%;

    background:rgba(244,197,66,.08);
}

.bnpl-policy-page__hero::after{
    content:"";
    position:absolute;

    width:210px;
    height:210px;

    bottom:-120px;
    right:24%;

    border-radius:50%;

    border:1px solid rgba(255,255,255,.08);
}

.bnpl-policy-page__hero .bnpl-policy-page__container{
    position:relative;
    z-index:2;
}

.bnpl-policy-page__eyebrow{
    display:inline-flex;
    align-items:center;

    min-height:30px;

    margin-bottom:18px;
    padding:0 12px;

    border:1px solid rgba(244,197,66,.35);
    border-radius:999px;

    background:rgba(244,197,66,.08);

    color:#f4c542;

    font-size:10px;
    line-height:1;
    font-weight:800;

    letter-spacing:1.4px;
}

.bnpl-policy-page__hero h1{
    max-width:760px;

    margin:0 0 18px;

    color:#ffffff;

    font-size:54px;
    line-height:1.08;
    font-weight:800;

    letter-spacing:-1.6px;
}

.bnpl-policy-page__hero p{
    max-width:750px;

    margin:0;

    color:#ced9e7;

    font-size:16px;
    line-height:1.85;
}

.bnpl-policy-page__meta{
    margin-top:25px;

    color:#91a7c1;

    font-size:11px;
}


/* =========================================================
   BODY
========================================================= */

.bnpl-policy-page__body{
    padding:70px 0 95px;
    background:#f8fafc;
}

.bnpl-policy-page__layout{
    display:grid;
    grid-template-columns:250px minmax(0,1fr);

    gap:55px;

    align-items:start;
}


/* =========================================================
   SIDEBAR
========================================================= */

.bnpl-policy-page__sidebar{
    position:sticky;
    top:115px;
}

.bnpl-policy-page__sidebar-box{
    padding:20px;

    border:1px solid #e5eaf0;
    border-radius:16px;

    background:#ffffff;

    box-shadow:0 10px 35px rgba(15,23,42,.045);
}

.bnpl-policy-page__sidebar-label{
    display:block;

    margin-bottom:12px;

    color:#0f2d56;

    font-size:12px;
    font-weight:800;
}

.bnpl-policy-page__sidebar a{
    position:relative;

    display:block;

    padding:9px 9px 9px 17px;

    border-radius:7px;

    color:#64748b;

    font-size:11.5px;
    line-height:1.5;
    font-weight:500;

    text-decoration:none;

    transition:
        color .2s ease,
        background .2s ease;
}

.bnpl-policy-page__sidebar a::before{
    content:"";

    position:absolute;

    left:5px;
    top:50%;

    width:4px;
    height:4px;

    border-radius:50%;

    background:#f4c542;

    transform:translateY(-50%);
}

.bnpl-policy-page__sidebar a:hover{
    color:#0f2d56;
    background:#f6f8fb;
}


/* =========================================================
   CONTENT
========================================================= */

.bnpl-policy-page__content{
    min-width:0;
}

.bnpl-policy-page__section{
    position:relative;

    margin-bottom:24px;
    padding:34px 36px;

    scroll-margin-top:115px;

    border:1px solid #e5eaf0;
    border-radius:18px;

    background:#ffffff;

    box-shadow:0 10px 35px rgba(15,23,42,.04);
}

.bnpl-policy-page__section:last-child{
    margin-bottom:0;
}

.bnpl-policy-page__number{
    display:block;

    margin-bottom:8px;

    color:#d4aa21;

    font-size:11px;
    font-weight:800;

    letter-spacing:1.5px;
}

.bnpl-policy-page__section h2{
    margin:0 0 16px;

    color:#0f2d56;

    font-size:25px;
    line-height:1.3;
    font-weight:800;

    letter-spacing:-.4px;
}

.bnpl-policy-page__section p{
    margin:0 0 15px;

    color:#59697c;

    font-size:14px;
    line-height:1.9;
}

.bnpl-policy-page__section p:last-child{
    margin-bottom:0;
}

.bnpl-policy-page__section strong{
    color:#243b55;
    font-weight:700;
}

.bnpl-policy-page__section a{
    color:#0f2d56;
    font-weight:700;
    text-decoration:underline;
    text-underline-offset:3px;
}

.bnpl-policy-page__section ul{
    margin:17px 0;
    padding:0;

    list-style:none;
}

.bnpl-policy-page__section li{
    position:relative;

    margin-bottom:10px;

    padding-left:23px;

    color:#59697c;

    font-size:14px;
    line-height:1.75;
}

.bnpl-policy-page__section li:last-child{
    margin-bottom:0;
}

.bnpl-policy-page__section li::before{
    content:"";

    position:absolute;

    top:9px;
    left:1px;

    width:7px;
    height:7px;

    border-radius:50%;

    background:#f4c542;

    box-shadow:0 0 0 4px rgba(244,197,66,.13);
}


/* =========================================================
   NOTICE
========================================================= */

.bnpl-policy-page__notice{
    margin:22px 0;

    padding:17px 18px;

    border:1px solid #f0d477;
    border-radius:12px;

    background:#fff9e8;
}

.bnpl-policy-page__notice strong{
    display:block;

    margin-bottom:5px;

    color:#0f2d56;

    font-size:13px;
    font-weight:800;
}

.bnpl-policy-page__notice p{
    margin:0;

    color:#665b42;

    font-size:12.5px;
    line-height:1.75;
}


/* =========================================================
   CONTACT
========================================================= */

.bnpl-policy-page__contact{
    display:grid;

    grid-template-columns:1fr 1fr;

    gap:12px;

    margin-top:25px;
}

.bnpl-policy-page__contact-item{
    padding:16px 17px;

    border:1px solid #e6ebf1;
    border-radius:11px;

    background:#f8fafc;
}

.bnpl-policy-page__contact-item:last-child{
    grid-column:1 / -1;
}

.bnpl-policy-page__contact-item span{
    display:block;

    margin-bottom:5px;

    color:#94a3b8;

    font-size:9px;
    line-height:1.4;
    font-weight:800;

    letter-spacing:1px;

    text-transform:uppercase;
}

.bnpl-policy-page__contact-item a,
.bnpl-policy-page__contact-item p{
    margin:0;

    color:#263d58;

    font-size:13px;
    line-height:1.7;
    font-weight:600;

    text-decoration:none;
}

.bnpl-policy-page__contact-item a:hover{
    color:#c89e12;
}


/* =========================================================
   BUTTONS
========================================================= */

.bnpl-policy-page__actions{
    display:flex;
    flex-wrap:wrap;

    gap:10px;

    margin-top:24px;
}

.bnpl-policy-page__button{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-height:46px;

    padding:0 18px;

    border:1px solid #f4c542;
    border-radius:9px;

    background:#f4c542;

    color:#0f2d56 !important;

    font-size:12px;
    font-weight:800;

    text-decoration:none !important;

    transition:
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.bnpl-policy-page__button:hover{
    background:#ffda58;

    transform:translateY(-1px);

    box-shadow:0 8px 20px rgba(244,197,66,.18);
}

.bnpl-policy-page__button--secondary{
    border-color:#dce3eb;

    background:#ffffff;

    color:#0f2d56 !important;
}

.bnpl-policy-page__button--secondary:hover{
    background:#f5f7fa;

    box-shadow:none;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:991px){

    .bnpl-policy-page__hero{
        padding:70px 0 64px;
    }

    .bnpl-policy-page__hero h1{
        font-size:44px;
    }

    .bnpl-policy-page__layout{
        grid-template-columns:1fr;
        gap:25px;
    }

    .bnpl-policy-page__sidebar{
        position:relative;
        top:auto;
    }

    .bnpl-policy-page__sidebar-box{
        display:flex;
        flex-wrap:wrap;

        gap:5px;

        padding:14px;
    }

    .bnpl-policy-page__sidebar-label{
        width:100%;
        margin:0 0 5px;
    }

    .bnpl-policy-page__sidebar a{
        padding:7px 10px;

        border:1px solid #edf0f4;

        background:#f8fafc;
    }

    .bnpl-policy-page__sidebar a::before{
        display:none;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){

    .bnpl-policy-page__container{
        padding-left:17px;
        padding-right:17px;
    }

    .bnpl-policy-page__hero{
        padding:55px 0 52px;
    }

    .bnpl-policy-page__eyebrow{
        margin-bottom:14px;
    }

    .bnpl-policy-page__hero h1{
        margin-bottom:14px;

        font-size:36px;
        line-height:1.12;

        letter-spacing:-1px;
    }

    .bnpl-policy-page__hero p{
        font-size:14px;
        line-height:1.8;
    }

    .bnpl-policy-page__body{
        padding:42px 0 65px;
    }

    .bnpl-policy-page__section{
        margin-bottom:17px;

        padding:25px 20px;

        border-radius:14px;
    }

    .bnpl-policy-page__section h2{
        font-size:21px;
    }

    .bnpl-policy-page__section p,
    .bnpl-policy-page__section li{
        font-size:13px;
    }

    .bnpl-policy-page__contact{
        grid-template-columns:1fr;
    }

    .bnpl-policy-page__contact-item:last-child{
        grid-column:auto;
    }

    .bnpl-policy-page__actions{
        display:grid;
        grid-template-columns:1fr;
    }

    .bnpl-policy-page__button{
        width:100%;
    }

}/* End custom CSS */