.pdf-viewer-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.7);justify-content:center;align-items:center}.pdf-viewer-modal-content{position:relative;background-color:#fefefe;margin:auto;padding:0;border:1px solid #888;width:80%;height:90%;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);animation-name:animatetop;animation-duration:.4s}@media screen and (max-width: 768px){.pdf-viewer-modal-content{width:95%;height:85%}}@keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}.pdf-viewer-close{color:#fff;position:absolute;top:10px;right:25px;font-size:35px;font-weight:bold;cursor:pointer;z-index:1001}.pdf-viewer-close:hover,.pdf-viewer-close:focus{color:#999;text-decoration:none;cursor:pointer}.pdf-viewer-iframe{width:100%;height:100%;border:none}.pdf-viewer-section{background-color:var(--section-bg-color, #ffffff);padding-top:var(--section-padding-top, 50px);padding-bottom:var(--section-padding-bottom, 50px);text-align:center}.pdf-viewer-section h2{font-size:var(--heading-font-size, 30px)}.pdf-viewer-section .button{margin-top:var(--button-margin-top, 20px);font-size:var(--button-font-size, 16px);background-color:var(--button-bg-color, #333333);color:var(--button-text-color, #ffffff);border-radius:var(--button-border-radius, 4px);border:none;padding:15px 30px}