@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;600&display=swap');

#acq-annc.acq-modal[hidden]{display:none!important}
#acq-annc.acq-modal{
  position:fixed; inset:0; z-index:10000;
  display:grid; place-items:center;
  font-family:"Libre Franklin", Sans-serif;
}
#acq-annc .acq-backdrop{
  position:absolute; inset:0;
  background:rgba(0,0,0,.35);
  backdrop-filter:blur(6px);
}
#acq-annc .acq-dialog{
  position:relative;
  background:#fff; color:#000;
  width:calc(100% - 40px); max-width:560px;
  border-radius:8px;
  padding:50px 0px;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
  text-align:center;
}
#acq-annc .acq-close{
  position:absolute; top:10px; right:12px;
  border:0; background:transparent; padding:6px; cursor:pointer;
}
#acq-annc .acq-logo{margin:8px 0 10px}
#acq-annc .acq-logo img{height:auto; max-width:100%}
#acq-annc .acq-copy{font-size:20px; line-height:25px; font-weight:400; color:#000}
#acq-annc .acq-copy p{margin:12px 0}
#acq-annc .acq-copy strong{font-weight:600}
#acq-annc .acq-copy a{color:#1D75BC; text-decoration:none}
#acq-annc .acq-copy a:hover,
#acq-annc .acq-copy a:focus{color:#1D75BC; text-decoration:underline}
html.acq-modal-open{overflow:hidden}
@supports not ((backdrop-filter:blur(6px))){#acq-annc .acq-backdrop{background:rgba(0,0,0,.45)}}