.modalContainer{display:flex;justify-content:center;align-items:center;background-color:#00000066;position:fixed;top:0;bottom:0;left:0;right:0;z-index:200}.modalBox{width:652px;flex-shrink:0;border-radius:12px;background:#fff;padding:40px}.modalBox h1{color:#000;text-align:center;font-family:Lato;font-size:28px;font-style:normal;font-weight:700;line-height:48px;letter-spacing:-1px;margin-bottom:5px}.selected{border-radius:5px;border:3px solid var(--neutral-300,#ffa50db5);background:var(--neutral-100,#d5d3d3)}.formBtn,.selected{display:flex;width:50%;padding:19px 0;justify-content:center;align-items:center}.formBtn{border-radius:5px;border:1px solid var(--neutral-300,#d4d4d4)}@media screen and (max-width:768px){.modalBox{width:420px;padding:20px}.modalBox h1{font-size:18px}}@media screen and (max-width:400px){.modalBox{width:350px;padding:18px}.modalBox h1{font-size:15px}}