.thanks-popup{width:100vw;height:100vh;position:fixed;right:0;top:0;display:flex;align-items:center;justify-content:center;background-color:#05050599;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:10}.thanks-popup__wrapper{width:60%;position:relative;margin:0 auto;border:1px solid white;display:flex;align-items:center;flex-direction:column;gap:20px;height:60%;background-color:#050505}.thanks-popup__wrapper .close-popup{cursor:pointer;position:absolute;top:20px;right:20px}.thanks-popup__wrapper .close-popup svg{transition:all .6s ease-in-out}.thanks-popup__wrapper .close-popup svg:hover{transform:rotate(90deg)}.thanks-popup__wrapper p{font-family:Glock Grotesque TRIAL,sans-serif;font-size:26px;font-weight:600;text-align:center;line-height:50px;align-items:center;display:flex;height:100%;justify-content:center;letter-spacing:0em;color:#fff}@media screen and (max-width: 680px){.thanks-popup__wrapper{width:90%;position:relative;margin:0 auto;border:1px solid white;display:flex;align-items:center;flex-direction:column;gap:20px;height:30%;background-color:#050505}.thanks-popup__wrapper .close-popup{cursor:pointer;position:absolute;top:20px;right:20px}.thanks-popup__wrapper .close-popup svg{transition:all .6s ease-in-out}.thanks-popup__wrapper .close-popup svg:hover{transform:rotate(90deg)}.thanks-popup__wrapper p{font-family:Glock Grotesque TRIAL,sans-serif;font-size:16px;font-weight:600;text-align:center;line-height:36px;align-items:center;display:flex;padding:0 8px;height:100%;justify-content:center;letter-spacing:0em;color:#fff}}
