.modal{align-items:center;background-color:rgba(0,0,0,.6);display:none;flex-direction:column;height:100vh;justify-content:center;left:0;overflow:auto;position:fixed;right:0;top:0;width:100vw;z-index:1001}.modal-content{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-name:animatetop;animation-name:animatetop;background-color:var(--global-palette9);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);margin:20px auto;max-height:90vh;max-width:90vw;overflow-y:auto;padding:50px 90px;position:relative;width:1080px}.modal-content p{margin-top:0}.close-button{color:#555;float:right;font-size:28px;font-weight:700;padding:15px;position:absolute;right:15px;top:0}@media screen and (max-width:991px){.modal-content{padding:50px 30px 30px}.close-button{right:0}}@media screen and (max-width:767px){.modal-content{padding:30px}}.close-button:focus,.close-button:hover{color:#000;cursor:pointer;text-decoration:none}@keyframes animatetop{0%{opacity:0;top:-300px}to{opacity:1;top:0}}@media only screen and (max-width:1080px){.modal-content{margin:10% auto;width:100%}}