.pcsp-overlay{z-index:1200;background-color:#00000026;justify-content:center;align-items:center;padding:1rem;animation:.18s pcsp-fade;display:flex;position:fixed;inset:0}.pcsp-popup{background-color:#fff;border-radius:2rem;flex-direction:column;align-items:center;width:100%;max-width:400px;padding:2rem 2rem 1.5rem;animation:.2s cubic-bezier(.22,1,.36,1) pcsp-pop;display:flex;position:relative;box-shadow:0 1.5rem 3rem #0000001f}.pcsp-close{cursor:pointer;background-color:#dce5dc;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background-color .15s;display:flex;position:absolute;top:1rem;left:1rem}.pcsp-close:hover{background-color:#cdd9cd}.pcsp-close svg{color:#000;width:1.1rem;height:1.1rem}.pcsp-illustration{background-color:#e7eee7;border-radius:50%;justify-content:center;align-items:center;width:8rem;height:8rem;margin-bottom:1.5rem;display:flex}.pcsp-illustration img{object-fit:contain;width:7rem;height:7rem}.pcsp-popup h3{font-family:var(--font-faculty);color:#000;text-align:center;margin-bottom:.3rem;font-size:1.1rem}.pcsp-popup p{font-family:var(--font-suse);color:#333;text-align:center;margin-bottom:1.5rem;font-size:.75rem;line-height:1.5}.pcsp-gotit-btn{width:100%;font-family:var(--font-suse);color:#000;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#e7eee7;border:none;border-radius:10rem;padding:.9rem;font-size:.75rem;transition:background-color .15s}.pcsp-gotit-btn:hover{background-color:#d4ddd4}@keyframes pcsp-fade{0%{opacity:0}to{opacity:1}}@keyframes pcsp-pop{0%{opacity:0;transform:translateY(.5rem)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.pcsp-overlay,.pcsp-popup{animation:none}}
