#pop-up-overlay{background:rgba(0,0,0,.6);display:none;inset:0;position:fixed;z-index:199}#pop-up-overlay.show{display:block}#pop-up{background:linear-gradient(180deg,#7dd3fc,#bfdbfe);border-radius:20px;box-shadow:3px 6px 15px 0 rgba(0,0,0,.09),12px 24px 27px 0 rgba(0,0,0,.08),27px 55px 37px 0 rgba(0,0,0,.04),49px 98px 44px 0 rgba(0,0,0,.01),76px 153px 48px 0 transparent;color:#000!important;left:50%;opacity:0;padding:32px 24px;pointer-events:none;position:fixed;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease-in-out,visibility 0s linear .2s;visibility:hidden;width:490px;z-index:200}#pop-up.show{opacity:1;pointer-events:auto;transition:opacity .2s ease-in-out;visibility:visible}#pop-up ul{margin:0;text-align:left}#pop-up li{margin:0 0 10px}.pop-up-box{align-items:flex-start;display:flex;flex-direction:column;gap:24px;position:relative}.pop-up-left{align-items:center;width:100%}.pop-up-left,.pop-up-title{display:flex;flex-direction:column;gap:16px}.pop-up-title{text-align:center}.pop-up-title img{width:30px}.pop-up-text{display:flex;flex-direction:column;gap:16px;width:100%}.pop-up-text p{text-align:center}#pop-up .days,#pop-up .hours,#pop-up .minutes,#pop-up .months,#pop-up .seconds{background:#fff}.pop-up-box img.close{position:absolute;right:-5px;top:-20px}.pop-up-box img:hover{cursor:pointer}.pop-up-right{display:flex;flex-shrink:0;gap:16px;width:100%}.pop-up-right button.grey{background:#aad6f7;border:none;border-radius:26px;display:flex;display:none;font-size:16px}.pop-up-right button.grey,.pop-up-right button.red{color:#000;cursor:pointer;flex-shrink:0;font-style:normal;font-weight:700;line-height:150%;outline:0;padding:7px 20px}.pop-up-right button.red{background:#fff;border:1px solid #f4f4f4;border-radius:26px;display:flex;font-size:18px;justify-content:center;width:100%}.pop-up-right button.red:hover{background-color:#ffffff80}.progress-box{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.progress-container{background-color:#ffffff80;border-radius:25px;overflow:hidden;width:100%}.progress-bar{background:linear-gradient(90deg,#e63635,#ec4899);border-radius:25px 25px;color:#fff;height:10px;line-height:30px;text-align:center;width:80%}@media (max-width:768px){#pop-up{border-radius:20px;width:calc(100% - 48px)}.pop-up-box{flex-direction:column;gap:24px;text-align:center}.pop-up-box,.pop-up-left,.pop-up-title{align-items:center}.pop-up-title{text-align:center}}