.paid-thankyou-section{max-width:89.3%;width:100%;border-radius:24px;background:var(--Secondary-Blue-Light,#f2f7fb);padding:20px 24px;box-sizing:border-box;margin:0 auto}
.paid-thankyou-wrapper{width:100%;position:relative}
.paid-thankyou-wrapper::before{content:'';position:absolute;inset:-1px;border-radius:20px;border:unset;background:linear-gradient(90deg,#0073bb 0,#d62049 100%);z-index:0}
.paid-thankyou-card{background:linear-gradient(to right,#eef6fd 0,#fceef2 100%);border-radius:20px;box-shadow:0 4px 24px rgba(0,0,0,0.08);padding:16px 16px 0 16px;box-sizing:border-box;overflow:hidden;position:relative;z-index:1}
.paid-thankyou-card__header{display:flex;justify-content:space-between}
.paid-thankyou-card__back-btn{display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;width:24px;height:24px}
.paid-thankyou-card__back-icon{width:100%;height:100%;object-fit:contain}
.paid-thankyou-card__logo-img{height:40px;width:144px;object-fit:contain}
.paid-thankyou-card__body{display:flex;gap:55px;padding:0 24px 0 30px;margin-top:-20px}
.paid-thankyou-card__text{flex:0 0 57%;width:57%}
.paid-thankyou-card__title h1,.paid-thankyou-card__title h2,.paid-thankyou-card__title h3,.paid-thankyou-card__title h4,.paid-thankyou-card__title h5,.paid-thankyou-card__title h6,.paid-thankyou-card__title p{font-family:Inter;font-size:32px;font-weight:700;line-height:normal;letter-spacing:-0.32px;margin-bottom:12px;background:var(--Primary-Gradient,linear-gradient(90deg,#0073bb 0,#d62049 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.paid-thankyou-card__desc,.paid-thankyou-card__desc h2,.paid-thankyou-card__desc h3,.paid-thankyou-card__desc h4,.paid-thankyou-card__desc h5,.paid-thankyou-card__desc h6,.paid-thankyou-card__desc p{color:var(--Secondary-Secondary-New-Black,#333);font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:-0.18px}
.paid-thankyou-card__image{flex:0 0 auto;width:281px;height:233px;display:flex;align-items:center;justify-content:flex-end}
.paid-thankyou-card__family-img{width:100%;height:100%;object-fit:contain;display:block}
@media screen and (max-width:767px){.paid-thankyou-section{padding:20px;max-width:100%;border-radius:0}
.paid-thankyou-card{padding:16px 16px 0 16px;border-radius:16px}
.paid-thankyou-card__header{margin-bottom:20px;justify-content:unset;gap:60px}
.paid-thankyou-card__back-btn{width:20px;height:20px}
.paid-thankyou-card__logo-img{height:28px;width:100px}
.paid-thankyou-card__body{flex-direction:column;align-items:flex-start;gap:12px;padding:0;margin-top:unset}
.paid-thankyou-card__text{width:100%}
.paid-thankyou-card__title h1,.paid-thankyou-card__title h2,.paid-thankyou-card__title h3,.paid-thankyou-card__title h4,.paid-thankyou-card__title h5,.paid-thankyou-card__title h6,.paid-thankyou-card__title p{text-align:center;font-family:Inter;font-size:18px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-0.18px;background:var(--Primary-Gradient,linear-gradient(90deg,#0073bb 0,#d62049 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:12px}
.paid-thankyou-card__desc,.paid-thankyou-card__desc h2,.paid-thankyou-card__desc h3,.paid-thankyou-card__desc h4,.paid-thankyou-card__desc h5,.paid-thankyou-card__desc h6,.paid-thankyou-card__desc p{color:var(--Secondary-New-Black,#333);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:-0.14px}
.paid-thankyou-card__image{width:100%;max-width:100%;justify-content:center;height:201px}
.paid-thankyou-card__family-img{max-height:260px;width:auto;margin:0 auto}
.paid-thankyou-wrapper::before{border-radius:17px}
}