.getMembershipData{position:fixed;z-index:10;background:hsla(0,0%,100%,.6);width:100%;height:100%;top:0;left:0;animation:opacity ease-in .2s}.getMembershipData__container{background:#fff;max-width:400px;width:100%;place-self:center;border:1px solid #b6b6b6;border-radius:5px;padding:15px;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.membership-button{background:#ed7014;border:none;border-radius:20px;color:#fff}.closeModal,.membership-button{width:100%;height:40px;font-family:var(--font-family-gotham-black-regular)}.closeModal{right:0;top:0;background:none;border:none;border:1px solid #cacaca;border-radius:20px;margin-top:10px}.closeModal:focus{outline:0}@keyframes opacity{0%{background:hsla(0,0%,100%,0)}to{background:hsla(0,0%,100%,.6)}}