.popup__newsletter{display:block;position:absolute}.popup__newsletter-close{cursor:pointer;height:1.6rem;position:absolute;right:1.5rem;top:1.5rem;width:1.6rem}.popup__newsletter-overlay{background-color:#202021;bottom:0;display:block!important;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .1s;visibility:hidden;z-index:10}.popup__newsletter-overlay.active{opacity:.6;visibility:visible}.popup__newsletter-content{background-color:#fff;height:-moz-fit-content;height:fit-content;left:50%;max-height:95svh;max-width:60rem;opacity:0;overflow-y:auto;padding:6px;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);transition:all .1s;visibility:hidden;width:90%;z-index:11}.popup__newsletter-content::-webkit-scrollbar{height:5px;width:5px}.popup__newsletter-content::-webkit-scrollbar-track{background:#e7e7e7}.popup__newsletter-content::-webkit-scrollbar-thumb{background:rgb(var(--color-foreground))}.popup__newsletter-content::-webkit-scrollbar-thumb:hover{background:#363636}@media(max-width:749.98px){.popup__newsletter-content{max-height:98svh;padding:0;width:95%}}.popup__newsletter-content.active{opacity:1;visibility:visible}.popup__newsletter-title{color:rgb(var(--color-foreground-title));margin-bottom:1.5rem}.popup__newsletter-description{color:rgb(var(--color-foreground));margin-bottom:2rem}.popup__newsletter-description p{margin:0}.popup__newsletter-button{display:inline-block}