.w-popup{    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    backdrop-filter: blur(10px);
    z-index: 9999;
    top: 0;
    left: 0;display:none;}
    
   .w-popup .p-content{display: flex;
    gap: 0;
    box-sizing: border-box;} 
    
    
 .w-popup .p-content .left-sec,.w-popup .p-content .right{    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    background: #F2F5FF;
    padding: 3rem;
    flex-basis: 50%;
    box-sizing: border-box;}    
    
   .w-popup .p-content .left-sec div.top, .w-popup .p-content .right div.top{  
    display: flex;
    flex-direction: column;
    gap: 1rem;    }
    
    
.w-popup .p-content .right{background: #5572D3;}
    
    .w-popup .p-content .right h2{color: #fff;}
    

    
    
   .w-popup .p-content .right .rb-img{display: flex;    justify-content: flex-end;}
     .w-popup .p-content .right .rb-img img{max-width: 160px;}
    
      .w-popup .p-content .left-sec div .t-img{    max-width: 168px;
    height: auto;} 
    
    
 .w-popup .p-content h2{font-size: var(--f-30-24);
    font-weight: 600;}    
    
    
        .w-popup .p-content .right  .cta-a{    background: #fff;
    color: #2F71BF;}
    
    
    .w-popup .p-content .right .cta-sec .c-arrow span::after{background:#2F71BF;}
    
    
    @media only screen and (max-width: 781px) {
        
        
        .w-popup {    padding: 5%;
    max-height: 100vh;
    overflow: scroll;}

.w-popup .p-content{    flex-direction: column;}
        
        
        .w-popup .p-content .left-sec, .w-popup .p-content .right{    gap: 1rem;
    padding: 5%;}
        
        
        
    }
    
    
    
    
    
    
    
    
    
    
    
    