.PopupContent{bottom:0;display:none;left:0;position:fixed;right:0;top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:rgba(0,0,0,.5);justify-content:center;opacity:0;-webkit-transition:opacity 1s ease,visibility 0s 1s;transition:opacity 1s ease,visibility 0s 1s;visibility:hidden;z-index:1000}.PopupContent.visible{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity 1s ease,visibility 0s 0s;transition:opacity 1s ease,visibility 0s 0s;visibility:visible}.PopupContent .popup-content{background-color:#fff;border-radius:.5rem;-webkit-box-shadow:0 .65 2rem rgba(0,0,0,.3);box-shadow:0 .65 2rem rgba(0,0,0,.3);max-height:90vh;max-width:90vw;overflow-y:auto;padding:2rem;position:relative}.PopupContent .popup-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.PopupContent .popup-title{font-size:1.25rem;font-weight:600;margin:0}.PopupContent .popup-title .Heading{color:var(--picton-blue-standard)}.PopupContent .popup-close{background:transparent;border:none;color:var(--lochmara-hard);cursor:pointer;font-size:1.5rem;-ms-flex-item-align:end;align-self:flex-end;margin-top:-1rem}.PopupContent .popup-overlay{background:transparent;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;z-index:0}@media (min-width:768px){.PopupContent .popup-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:2rem;justify-content:space-between}.PopupContent .popup-close{margin-top:-2rem;-ms-flex-item-align:auto;align-self:auto}.PopupContent .popup-content{max-height:80vh;max-width:40vw}}