.exit-popup{height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease,z-index 0s .3s;visibility:hidden;width:100%;z-index:-1}.exit-popup.active{opacity:1;pointer-events:all;transition:opacity .3s ease,visibility .3s ease,z-index 0s;visibility:visible;z-index:9999}.exit-popup__overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(0,0,0,.75);display:flex;height:100%;justify-content:center;left:0;overflow-y:auto;padding:1rem;position:fixed;top:0;width:100%}.exit-popup__content{background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.3);max-width:540px;position:relative;transform:scale(.9);transition:transform .3s cubic-bezier(.34,1.56,.64,1);width:100%}.exit-popup.active .exit-popup__content{transform:scale(1)}.exit-popup__content .field.tw-my-3{margin:0}.exit-popup__close{align-items:center;background:rgba(0,0,0,.1);border:none;border-radius:50%;color:#000;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:40px;z-index:10}.exit-popup__close svg{height:20px;width:20px}.exit-popup__close:hover{background:rgba(0,0,0,.2);transform:rotate(90deg)}.exit-popup__body{padding:2.5rem 2rem}@media screen and (max-width:749px){.exit-popup__body{max-height:80vh;overflow-y:auto;padding:1.5rem 1rem}}.exit-popup__gift-box{--tw-bg-opacity:0.5;--tw-text-opacity:1;align-items:flex-start;background-color:rgb(240 253 244/var(--tw-bg-opacity,1));border:2px solid;color:rgb(128 200 103/var(--tw-text-opacity,1));display:flex;gap:1rem;padding:1.5rem}@media screen and (max-width:525px){.exit-popup__gift-box{align-items:center;flex-direction:column;padding:1rem;text-align:center}.exit-popup__gift-box .exit-popup__gift-icon{display:none}}.exit-popup__gift-icon{--tw-bg-opacity:1;align-items:center;background-color:rgb(128 200 103/var(--tw-bg-opacity,1));color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.exit-popup__gift-icon svg{height:28px;width:28px}.exit-popup__gift-text{flex:1}.exit-popup__gift-text strong{display:block;margin-bottom:.25rem}.exit-popup__gift-text p{line-height:1.2;margin:0}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.exit-popup.active .exit-popup__content{animation:slideInUp .4s cubic-bezier(.34,1.56,.64,1)}