@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import '_content/PSC.Blazor.Components.Icons/PSC.Blazor.Components.Icons.bundle.scp.css';
@import '_content/HQ.SharedUi/HQ.SharedUi.bundle.scp.css';

/* _content/HQ.BlazorServer/Components/BaseControls/Grid/HQSimpleDetailGrid.razor.rz.scp.css */
#hq-simple-detail-grid .grid-title[b-b7p4zvjhye] {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  padding: 3px 5px 3px 0px;
  display: inline-block;
  margin-bottom: 4px;
}
#hq-simple-detail-grid .grid-title .grid-title-color[b-b7p4zvjhye] {
  color: var(--color-text-normal) !important;
}
#hq-simple-detail-grid .grid-title-small[b-b7p4zvjhye] {
  font-size: 15px;
  font-weight: var(--font-weight-bold);
  padding: 3px 5px 3px 0;
  display: inline-block;
  margin-bottom: 4px;
}
#hq-simple-detail-grid .grid-title-small .grid-title-color[b-b7p4zvjhye] {
  color: var(--color-text-normal) !important;
}
#hq-simple-detail-grid .e-grid[b-b7p4zvjhye] {
  border: none;
  /*to disable the mouse actions*/
  /*if required hide the icons*/
}
#hq-simple-detail-grid .e-grid .e-detail-disable .e-detailrowcollapse[b-b7p4zvjhye] {
  pointer-events: none;
}
#hq-simple-detail-grid .e-grid .e-detail-disable .e-detailrowcollapse .e-icon-grightarrow[b-b7p4zvjhye] {
  visibility: hidden;
}
#hq-simple-detail-grid .e-grid .e-headertext[b-b7p4zvjhye] {
  color: var(--gray-3-5) !important;
  border-color: var(--gray-2);
}
#hq-simple-detail-grid .e-grid .e-rowcell[b-b7p4zvjhye] {
  border: none;
  color: var(--color-text-normal) !important;
  padding: 0 0 0 10px;
}
#hq-simple-detail-grid .e-grid.e-gridhover tr.e-row:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell)[b-b7p4zvjhye] {
  background-color: white !important;
}
/* _content/HQ.BlazorServer/Components/Features/DocumentEditor/HQTemplateEditorEditUI/ContentElements/Grid/HQPositionBatchOperationWrapper.razor.rz.scp.css */
.batch-bar[b-vodpspc59r] {
  position: fixed;
  bottom: -60px;
  left: calc(50% - 320px);
  right: 0;
  z-index: 5;
  width: 840px;
  margin-bottom: 5px;
  border-radius: 10px;
}
.batch-bar .content-limit[b-vodpspc59r] {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.batch-bar .content-limit h3[b-vodpspc59r] {
  padding-left: 5px !important;
}
.batch-bar .batch-actions[b-vodpspc59r] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0 !important;
}
.batch-bar .batch-actions h3[b-vodpspc59r] {
  margin-right: 10px;
}
.batch-bar .batch-actions .hq-button:nth-child(3)[b-vodpspc59r] {
  margin-left: 10px;
  cursor: pointer;
}
.batch-bar .batch-actions .hq-button:nth-child(4)[b-vodpspc59r] {
  margin-left: 20px;
  cursor: pointer;
}

.batch-bar--show[b-vodpspc59r] {
  -webkit-animation: translate 0.4s ease;
          animation: translate 0.4s ease;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  background: var(--gray-6);
  -webkit-box-shadow: 0 3px 10px 0 rgba(25, 46, 118, 0.3);
          box-shadow: 0 3px 10px 0 rgba(25, 46, 118, 0.3);
}
.batch-bar--show .drop-down__button[b-vodpspc59r] {
  height: 35px !important;
}
/* _content/HQ.BlazorServer/Components/Features/Grid/HQGridToolBar.razor.rz.scp.css */
/* _content/HQ.BlazorServer/Components/Features/Reconnect/Reconnect.razor.rz.scp.css */
.reconnect-overlay[b-0u0c19tkdk] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    display: none;
    animation: reconnect-fade-in;
}

.reconnect-overlay.reconnect-visible[b-0u0c19tkdk] {
    display: block;
}

.reconnect-overlay[b-0u0c19tkdk]::before {
    content: '';
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: reconnect-fadeInOpacity-b-0u0c19tkdk 0.5s ease-in-out;
    opacity: 1;
}

.reconnect-overlay p[b-0u0c19tkdk] {
    margin: 0;
}

.reconnect-overlay button[b-0u0c19tkdk] {
    border: 0;
    background-color: var(--color-ui-blue);
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

.reconnect-overlay button:hover[b-0u0c19tkdk] {
    background-color: var(--dark-blue-2);
}

.reconnect-overlay button:active[b-0u0c19tkdk] {
    background-color: var(--color-ui-blue);
}

.reconnect-dialog[b-0u0c19tkdk] {
    position: relative;
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    opacity: 0;
    animation: reconnect-slideUp-b-0u0c19tkdk 1.5s cubic-bezier(.05,.89,.25,1.02) 0.3s, reconnect-fadeInOpacity-b-0u0c19tkdk 0.5s ease-out 0.3s;
    animation-fill-mode: forwards;
    z-index: 10001;
}

.lds-ripple[b-0u0c19tkdk] {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div[b-0u0c19tkdk] {
    position: absolute;
    border: 3px solid var(--color-ui-blue);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple-b-0u0c19tkdk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2)[b-0u0c19tkdk] {
    animation-delay: -0.5s;
}

@keyframes lds-ripple-b-0u0c19tkdk {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

@keyframes reconnect-fadeInOpacity-b-0u0c19tkdk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes reconnect-slideUp-b-0u0c19tkdk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}
/* _content/HQ.BlazorServer/SharedPdf/DocumentPdf/Grid/HQDocumentPositionPdfGrid.razor.rz.scp.css */
.hq-ordered-grid-element-pdf[b-9adelkm1yx]{margin:0!important;border:var(--document-grid-table-outer-border);border-top:var(--document-grid-header-border-block);border-top-left-radius:var(--document-grid-table-border-radius);border-top-right-radius:var(--document-grid-table-border-radius);display:flex;flex-direction:column}.hq-ordered-grid-element-pdf .table-title[b-9adelkm1yx]{font-family:var(--document-grid-title-font-family),Inter,sans-serif;font-size:var(--document-grid-title-font-size);line-height:var(--line-spacing);color:var(--document-grid-title-font-color,var(--gray-4))}.hq-ordered-grid-element-pdf table[b-9adelkm1yx]{width:100%;border-collapse:collapse;text-overflow:ellipsis;table-layout:auto}.hq-ordered-grid-element-pdf table th[b-9adelkm1yx]{padding:.7em 10px;border-bottom:var(--document-grid-header-border-bottom);position:relative;background:var(--document-grid-header-background-color,var(--gray-3))}.hq-ordered-grid-element-pdf table th *[b-9adelkm1yx]{font-weight:700;font-family:var(--document-grid-header-font-family),DocumentTemplateFontRegular,Inter,sans-serif;font-size:var(--document-grid-column-font-size);color:var(--document-grid-header-font-color,var(--gray-4));text-overflow:ellipsis}.hq-ordered-grid-element-pdf table:not(.summary) tr[b-9adelkm1yx]{page-break-inside:avoid;background:var(--document-grid-table-background-color)}.hq-ordered-grid-element-pdf table:not(.summary) tr td *[b-9adelkm1yx],.hq-ordered-grid-element-pdf table:not(.summary) tr td:not(:has(p))[b-9adelkm1yx]{line-height:var(--document-grid-table-line-spacing,var(--line-spacing))!important}.hq-ordered-grid-element-pdf table:not(.summary) tr th:first-of-type[b-9adelkm1yx]{border-top-left-radius:var(--document-grid-table-border-radius)}.hq-ordered-grid-element-pdf table:not(.summary) tr th:last-of-type[b-9adelkm1yx]{border-top-right-radius:var(--document-grid-table-border-radius)}.hq-ordered-grid-element-pdf table:not(.summary) tr:nth-child(2n):not(.is-group)[b-9adelkm1yx]{color:var(--document-grid-table-alt-font-color)}.hq-ordered-grid-element-pdf table:not(.summary) tr:nth-child(2n):not(.is-group) td[b-9adelkm1yx]{background:var(--document-grid-table-alt-background-color)!important}.hq-ordered-grid-element-pdf table:not(.summary) tr:nth-child(2n):not(.is-group) :not([style*=color])[b-9adelkm1yx]{color:inherit!important}.hq-ordered-grid-element-pdf table:not(.summary) tr.is-group:nth-child(2n)[b-9adelkm1yx]{background-color:var(--document-grid-group-sum-background-color,var(--document-grid-table-alt-background-color))!important;color:var(--document-grid-group-sum-font-color,var(--document-grid-table-alt-font-color))!important}.hq-ordered-grid-element-pdf table:not(.summary) tr.is-group:not(:nth-child(2n))[b-9adelkm1yx]{background-color:var(--document-grid-group-sum-background-color,var(--document-grid-table-background-color))!important;color:var(--document-grid-group-sum-font-color,var(--document-grid-table-font-color))!important}.hq-ordered-grid-element-pdf table:not(.summary) tr.is-group :not([style*=color])[b-9adelkm1yx]{color:inherit!important}.hq-ordered-grid-element-pdf table:not(.summary) tr td.is-group[b-9adelkm1yx],.hq-ordered-grid-element-pdf table:not(.summary) tr td.is-group *[b-9adelkm1yx]{font-family:var(--document-grid-group-sum-font-family),DocumentTemplateFontRegular,Inter,sans-serif;font-size:var(--document-grid-group-sum-font-size)}.hq-ordered-grid-element-pdf table:not(.summary) tr td.is-group :not(b)[b-9adelkm1yx],.hq-ordered-grid-element-pdf table:not(.summary) tr td.is-group:not(b)[b-9adelkm1yx]{font-weight:var(--document-grid-group-sum-font-bold)}.hq-ordered-grid-element-pdf table:not(.summary) tr td.is-group :not([style*=color])[b-9adelkm1yx],.hq-ordered-grid-element-pdf table:not(.summary) tr td.is-group:not([style*=color])[b-9adelkm1yx]{color:var(--document-grid-group-sum-font-color)!important}.hq-ordered-grid-element-pdf table td[b-9adelkm1yx]{padding:.6em 10px;border-bottom:var(--document-grid-table-inner-border)}.hq-ordered-grid-element-pdf table td p[b-9adelkm1yx]{margin-top:0;background-color:transparent!important}.hq-ordered-grid-element-pdf table td p:last-child[b-9adelkm1yx]{margin-bottom:0}.hq-ordered-grid-element-pdf table p[b-9adelkm1yx],.hq-ordered-grid-element-pdf table td[b-9adelkm1yx]{font-family:var(--document-grid-table-font-family),Inter,sans-serif;font-size:var(--document-grid-table-font-size);text-align:var(--document-grid-table-text-alignment);color:var(--document-grid-table-font-color)}.hq-ordered-grid-element-pdf table tr:last-child td[b-9adelkm1yx]{border-bottom:none}.hq-ordered-grid-element-pdf table.summary[b-9adelkm1yx]{width:max-content;place-self:end}.hq-ordered-grid-element-pdf table.summary tr[b-9adelkm1yx]{page-break-inside:avoid}.hq-ordered-grid-element-pdf table.summary tr td[b-9adelkm1yx]{border-left:none;background:var(--document-grid-table-background-color)}.hq-ordered-grid-element-pdf table.summary tr:last-child td[b-9adelkm1yx]{border-bottom:none;border-bottom-right-radius:var(--document-grid-table-border-radius)}.hq-ordered-grid-element-pdf table.summary td:nth-child(2)[b-9adelkm1yx]{text-align:right}
/* _content/HQ.BlazorServer/SharedPdf/DocumentPdf/HQDocumentPdfCoverLetterContent.razor.rz.scp.css */
.hq-document-pdf-ordered[b-q64gwl7olc]{margin:0}.hq-document-pdf-ordered .hq-txt--body-regular[b-q64gwl7olc],.hq-document-pdf-ordered p[b-q64gwl7olc]{margin-bottom:1.3em;font-weight:400;font-size:13px;tab-size:4;white-space:pre-wrap;word-break:break-word}.hq-document-pdf-ordered ol[b-q64gwl7olc]{list-style:decimal!important;padding-inline-start:0!important;margin-left:15px!important}.hq-document-pdf-ordered ul[b-q64gwl7olc]{list-style:disc!important;padding-inline-start:0!important;margin-left:15px!important}.hq-document-pdf-ordered .page-break[b-q64gwl7olc]{page-break-after:always;position:relative}.hq-document-pdf-ordered .page-break-inside[b-q64gwl7olc]{page-break-inside:auto}.hq-document-pdf-ordered .free-drag-element-align-right[b-q64gwl7olc]{justify-self:end}.hq-document-pdf-ordered .use-font[b-q64gwl7olc]{font-family:DocumentTemplateFontRegular,Inter,sans-serif;font-size:var(--default-font-size);color:var(--default-font-color);line-height:var(--line-spacing)}.hq-document-pdf-ordered .use-font :not(strong,b,i,u,li,[style*="font-weight: bold"],[style*="font-style: italic"],[style*="text-decoration-line: underline"])[b-q64gwl7olc],.hq-document-pdf-ordered .use-font p[b-q64gwl7olc]{font-family:DocumentTemplateFontRegular,Inter,sans-serif;font-size:var(--default-font-size);color:var(--default-font-color);line-height:var(--line-spacing)}.hq-document-pdf-ordered .use-font :not(h1,h2,h3,h4,h5)[b-q64gwl7olc]{margin-top:0}.hq-document-pdf-ordered .use-font [style*="font-weight: bold"][b-q64gwl7olc],.hq-document-pdf-ordered .use-font [style*="font-weight: bold"] *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font b[b-q64gwl7olc],.hq-document-pdf-ordered .use-font b *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font strong[b-q64gwl7olc],.hq-document-pdf-ordered .use-font strong *[b-q64gwl7olc]{font-family:DocumentTemplateFontBold,Inter,sans-serif!important}.hq-document-pdf-ordered .use-font [style*="font-style: italic"][b-q64gwl7olc],.hq-document-pdf-ordered .use-font [style*="font-style: italic"] *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font i[b-q64gwl7olc],.hq-document-pdf-ordered .use-font i *[b-q64gwl7olc]{font-family:DocumentTemplateFontItalic,Inter,sans-serif!important}.hq-document-pdf-ordered .use-font [style*="font-style: italic"] [style*="font-weight: bold"][b-q64gwl7olc],.hq-document-pdf-ordered .use-font [style*="font-style: italic"] [style*="font-weight: bold"] *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font [style*="font-style: italic"] b[b-q64gwl7olc],.hq-document-pdf-ordered .use-font [style*="font-style: italic"] b *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font [style*="font-style: italic"] strong[b-q64gwl7olc],.hq-document-pdf-ordered .use-font [style*="font-style: italic"] strong *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font [style*="font-style: italic"][style*="font-weight: bold"][b-q64gwl7olc],.hq-document-pdf-ordered .use-font [style*="font-style: italic"][style*="font-weight: bold"] *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font [style*="font-weight: bold"] [style*="font-style: italic"][b-q64gwl7olc],.hq-document-pdf-ordered .use-font [style*="font-weight: bold"] [style*="font-style: italic"] *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font [style*="font-weight: bold"] i[b-q64gwl7olc],.hq-document-pdf-ordered .use-font [style*="font-weight: bold"] i *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font [style*="font-weight: bold"][style*="font-style: italic"][b-q64gwl7olc],.hq-document-pdf-ordered .use-font [style*="font-weight: bold"][style*="font-style: italic"] *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font b [style*="font-style: italic"][b-q64gwl7olc],.hq-document-pdf-ordered .use-font b [style*="font-style: italic"] *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font b i[b-q64gwl7olc],.hq-document-pdf-ordered .use-font b i *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font i [style*="font-weight: bold"][b-q64gwl7olc],.hq-document-pdf-ordered .use-font i [style*="font-weight: bold"] *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font i b[b-q64gwl7olc],.hq-document-pdf-ordered .use-font i b *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font i strong[b-q64gwl7olc],.hq-document-pdf-ordered .use-font i strong *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font strong [style*="font-style: italic"][b-q64gwl7olc],.hq-document-pdf-ordered .use-font strong [style*="font-style: italic"] *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font strong i[b-q64gwl7olc],.hq-document-pdf-ordered .use-font strong i *[b-q64gwl7olc]{font-family:DocumentTemplateFontBoldAndItalic,Inter,sans-serif!important}.hq-document-pdf-ordered .use-font h1[b-q64gwl7olc]{font-size:18px}.hq-document-pdf-ordered .use-font h2[b-q64gwl7olc]{font-size:14px}.hq-document-pdf-ordered .use-font h1[b-q64gwl7olc],.hq-document-pdf-ordered .use-font h2[b-q64gwl7olc],.hq-document-pdf-ordered .use-font h3[b-q64gwl7olc],.hq-document-pdf-ordered .use-font h4[b-q64gwl7olc],.hq-document-pdf-ordered .use-font h5[b-q64gwl7olc]{font-family:DocumentTemplateFontHeadline,Inter,sans-serif!important}.hq-document-pdf-ordered .use-font h1 *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font h2 *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font h3 *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font h4 *[b-q64gwl7olc],.hq-document-pdf-ordered .use-font h5 *[b-q64gwl7olc]{font-family:DocumentTemplateFontHeadline,Inter,sans-serif!important}.hq-document-pdf-ordered .fold-marks-top[b-q64gwl7olc]{width:30px;border-bottom:2px solid #000;position:absolute;top:525px;z-index:10}.hq-document-pdf-ordered .fold-marks-bottom[b-q64gwl7olc]{width:30px;border-bottom:2px solid #000;position:absolute;top:1049px;z-index:10}
/* _content/HQ.BlazorServer/SharedPdf/DocumentPdf/HQDocumentPdfOrderedContent.razor.rz.scp.css */
.hq-document-pdf-ordered[b-54onrxwnq2]{margin:0}.hq-document-pdf-ordered .hq-txt--body-regular[b-54onrxwnq2],.hq-document-pdf-ordered p[b-54onrxwnq2]{margin-bottom:1.3em;font-weight:400;font-size:13px;tab-size:4;white-space:pre-wrap;word-break:break-word}.hq-document-pdf-ordered ol[b-54onrxwnq2]{list-style:decimal!important;padding-inline-start:0!important;margin-left:15px!important}.hq-document-pdf-ordered ul[b-54onrxwnq2]{list-style:disc!important;padding-inline-start:0!important;margin-left:15px!important}.hq-document-pdf-ordered .page-break[b-54onrxwnq2]{page-break-after:always;position:relative}.hq-document-pdf-ordered .page-break-inside[b-54onrxwnq2]{page-break-inside:auto}.hq-document-pdf-ordered .free-drag-element-align-right[b-54onrxwnq2]{justify-self:end}.hq-document-pdf-ordered .use-font[b-54onrxwnq2]{font-family:DocumentTemplateFontRegular,Inter,sans-serif;font-size:var(--default-font-size);line-height:var(--line-spacing);color:var(--default-font-color)}.hq-document-pdf-ordered .use-font :not(strong,b,i,u,li,[style*="font-weight: bold"],[style*="font-style: italic"],[style*="text-decoration-line: underline"])[b-54onrxwnq2],.hq-document-pdf-ordered .use-font p[b-54onrxwnq2]{font-family:DocumentTemplateFontRegular,Inter,sans-serif;font-size:var(--default-font-size);line-height:var(--line-spacing);color:var(--default-font-color)}.hq-document-pdf-ordered .use-font :not(h1,h2,h3,h4,h5)[b-54onrxwnq2]{margin-top:0}.hq-document-pdf-ordered .use-font [style*="font-weight: bold"][b-54onrxwnq2],.hq-document-pdf-ordered .use-font [style*="font-weight: bold"] *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font b[b-54onrxwnq2],.hq-document-pdf-ordered .use-font b *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font strong[b-54onrxwnq2],.hq-document-pdf-ordered .use-font strong *[b-54onrxwnq2]{font-family:DocumentTemplateFontBold,Inter,sans-serif!important}.hq-document-pdf-ordered .use-font [style*="font-style: italic"][b-54onrxwnq2],.hq-document-pdf-ordered .use-font [style*="font-style: italic"] *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font i[b-54onrxwnq2],.hq-document-pdf-ordered .use-font i *[b-54onrxwnq2]{font-family:DocumentTemplateFontItalic,Inter,sans-serif!important}.hq-document-pdf-ordered .use-font [style*="font-style: italic"] [style*="font-weight: bold"][b-54onrxwnq2],.hq-document-pdf-ordered .use-font [style*="font-style: italic"] [style*="font-weight: bold"] *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font [style*="font-style: italic"] b[b-54onrxwnq2],.hq-document-pdf-ordered .use-font [style*="font-style: italic"] b *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font [style*="font-style: italic"] strong[b-54onrxwnq2],.hq-document-pdf-ordered .use-font [style*="font-style: italic"] strong *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font [style*="font-style: italic"][style*="font-weight: bold"][b-54onrxwnq2],.hq-document-pdf-ordered .use-font [style*="font-style: italic"][style*="font-weight: bold"] *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font [style*="font-weight: bold"] [style*="font-style: italic"][b-54onrxwnq2],.hq-document-pdf-ordered .use-font [style*="font-weight: bold"] [style*="font-style: italic"] *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font [style*="font-weight: bold"] i[b-54onrxwnq2],.hq-document-pdf-ordered .use-font [style*="font-weight: bold"] i *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font [style*="font-weight: bold"][style*="font-style: italic"][b-54onrxwnq2],.hq-document-pdf-ordered .use-font [style*="font-weight: bold"][style*="font-style: italic"] *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font b [style*="font-style: italic"][b-54onrxwnq2],.hq-document-pdf-ordered .use-font b [style*="font-style: italic"] *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font b i[b-54onrxwnq2],.hq-document-pdf-ordered .use-font b i *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font i [style*="font-weight: bold"][b-54onrxwnq2],.hq-document-pdf-ordered .use-font i [style*="font-weight: bold"] *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font i b[b-54onrxwnq2],.hq-document-pdf-ordered .use-font i b *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font i strong[b-54onrxwnq2],.hq-document-pdf-ordered .use-font i strong *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font strong [style*="font-style: italic"][b-54onrxwnq2],.hq-document-pdf-ordered .use-font strong [style*="font-style: italic"] *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font strong i[b-54onrxwnq2],.hq-document-pdf-ordered .use-font strong i *[b-54onrxwnq2]{font-family:DocumentTemplateFontBoldAndItalic,Inter,sans-serif!important}.hq-document-pdf-ordered .use-font h1[b-54onrxwnq2]{font-size:18px}.hq-document-pdf-ordered .use-font h2[b-54onrxwnq2]{font-size:14px}.hq-document-pdf-ordered .use-font h1[b-54onrxwnq2],.hq-document-pdf-ordered .use-font h2[b-54onrxwnq2],.hq-document-pdf-ordered .use-font h3[b-54onrxwnq2],.hq-document-pdf-ordered .use-font h4[b-54onrxwnq2],.hq-document-pdf-ordered .use-font h5[b-54onrxwnq2]{font-family:DocumentTemplateFontHeadline,Inter,sans-serif!important}.hq-document-pdf-ordered .use-font h1 *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font h2 *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font h3 *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font h4 *[b-54onrxwnq2],.hq-document-pdf-ordered .use-font h5 *[b-54onrxwnq2]{font-family:DocumentTemplateFontHeadline,Inter,sans-serif!important}.hq-document-pdf-ordered .fold-marks-top[b-54onrxwnq2]{width:30px;border-bottom:2px solid #000;position:absolute;top:525px;z-index:10}.hq-document-pdf-ordered .fold-marks-bottom[b-54onrxwnq2]{width:30px;border-bottom:2px solid #000;position:absolute;top:1049px;z-index:10}
