.modal{display:none;position:fixed;z-index:99999;top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.5);padding:1em}.modal.active{display:flex;align-items:center;justify-content:center}.modal-inner{max-height:75vh}.modal-close{width:50px;height:50px;background-color:#425c80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' fill='%23fff' width='48'%3E%3Cpath d='M12.45 37.65l-2.1-2.1L21.9 24 10.35 12.45l2.1-2.1L24 21.9l11.55-11.55 2.1 2.1L26.1 24l11.55 11.55-2.1 2.1L24 26.1z'/%3E%3C/svg%3E");background-position:50%;background-size:75%;cursor:pointer;top:-3px;right:-3px}@media (min-width:992px){.modal-close{top:-10px;right:-10px}}.modal-wrapper{width:100%;max-width:800px}