.ixp-component-pdf-viewer{--width:314;--height:406;--aspect-ratio:calc(var(--width) / var(--height));overflow:hidden;position:relative;margin:0 auto;width:calc(var(--width) * 1px);height:calc(var(--height) * 1px);background-color:rgba(0,0,0,0.61);border:1px solid white}.ixp-component-pdf-viewer--responsive{aspect-ratio:var(--aspect-ratio);max-height:100vh;max-width:100%;width:auto;height:auto}.ixp-component-pdf-viewer iframe{position:absolute;border:0;height:100%;width:100%;top:0;left:0}.ixp-in-studio .ixp-component-pdf-viewer:before{background-color:rgba(29,29,29,0.59);content:"PDF Content is available only on preview and live modes.";color:white;padding:4px;display:block;font-family:Inter-medium;text-align:center}html:not(.ixp-in-studio) .ixp-component-pdf-viewer--loading::before,html:not(.ixp-in-studio) .ixp-component-pdf-viewer--loading:after{opacity:1;transition:opacity 4s}html:not(.ixp-in-studio) .ixp-component-pdf-viewer--loading::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='2em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z'/%3E%3C/svg%3E");position:absolute;top:50%;left:50%;margin-left:-1em;margin-top:-1em;display:block;animation:ixp-pdf-viewer-loader-spin 5s linear infinite;height:2em;width:2em;z-index:3}html:not(.ixp-in-studio) .ixp-component-pdf-viewer--loading:after{content:" ";background:#fff;position:absolute;top:0;left:0;bottom:0;right:0;display:block;z-index:2}html:not(.ixp-in-studio) .ixp-component-pdf-viewer--fadeout::before,html:not(.ixp-in-studio) .ixp-component-pdf-viewer--fadeout:after{opacity:0}@keyframes ixp-pdf-viewer-loader-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}