.poppy-popup-base-animation-enter-active{-webkit-animation:poppy-popup-base-popup-fadein .35s cubic-bezier(.4,0,.2,1);animation:poppy-popup-base-popup-fadein .35s cubic-bezier(.4,0,.2,1)}.poppy-popup-base-animation-leave-active{-webkit-animation:poppy-popup-base-popup-fadeout .3s cubic-bezier(.4,0,.2,1);animation:poppy-popup-base-popup-fadeout .3s cubic-bezier(.4,0,.2,1)}.poppy-popup-base-animation__full-enter-active{-webkit-animation:poppy-popup-base-popup-fadein .35s cubic-bezier(.4,0,.2,1);animation:poppy-popup-base-popup-fadein .35s cubic-bezier(.4,0,.2,1)}.poppy-popup-base-animation__full-leave-active{-webkit-animation:poppy-popup-base-popup-fadeout .3s cubic-bezier(.4,0,.2,1);animation:poppy-popup-base-popup-fadeout .3s cubic-bezier(.4,0,.2,1)}.poppy-popup-base__mask__fade-enter-active{-webkit-animation:poppy-popup-base-mask-fadein .3s cubic-bezier(.4,0,.2,1);animation:poppy-popup-base-mask-fadein .3s cubic-bezier(.4,0,.2,1)}.poppy-popup-base__mask__fade-leave-active{-webkit-animation:poppy-popup-base-mask-fadeout .25s cubic-bezier(.4,0,.2,1);animation:poppy-popup-base-mask-fadeout .25s cubic-bezier(.4,0,.2,1)}.poppy-popup-base__mask__fade__full-enter-active{-webkit-animation:poppy-popup-base-mask-fadein .35s cubic-bezier(.4,0,.2,1);animation:poppy-popup-base-mask-fadein .35s cubic-bezier(.4,0,.2,1)}.poppy-popup-base__mask__fade__full-leave-active{-webkit-animation:poppy-popup-base-mask-fadeout .3s cubic-bezier(.4,0,.2,1);animation:poppy-popup-base-mask-fadeout .3s cubic-bezier(.4,0,.2,1)}.poppy-popup-base{bottom:0;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:100}.poppy-popup-base__dialog{bottom:0;left:0;position:absolute;right:0;top:0}.poppy-popup-base.is-mask{pointer-events:auto}.poppy-popup-base.is-mask .poppy-popup-base__mask{display:block}.poppy-popup-base__container,.poppy-popup-base__mask{height:100%;position:absolute;width:100%}.poppy-popup-base__container{z-index:1}.poppy-popup-base__mask{background-color:var(--poppy_color_fg_mask);display:none;overflow:hidden;pointer-events:auto}.poppy-popup-base__mask--transparent{background-color:initial}.poppy-popup-base__mask:before{background:var(--poppy_color_fg_mask);content:"";display:block;height:.02rem;margin-left:-.2rem;width:.02rem}.poppy-popup-base__container{transform:translate(100%,100%)}.poppy-popup-base--content{box-sizing:border-box;pointer-events:auto;position:absolute;top:0;transform:translate(-100%,-100%)}.poppy-popup-base--content__full{height:100%}.poppy-popup-base--left .poppy-popup-base--content,.poppy-popup-base--right .poppy-popup-base--content{max-width:100%;top:-100%;transform:translate(0);width:auto}.poppy-popup-base--center .poppy-popup-base--content{left:-50%;max-width:100%;top:-50%;transform:translate(-50%,-50%);width:auto}.poppy-popup-base--top .poppy-popup-base--content{left:-100%;top:-100%;transform:translate(0);width:100%}.poppy-popup-base--right .poppy-popup-base--content{right:100%;top:-100%}.poppy-popup-base--left .poppy-popup-base--content{left:-100%}.poppy-popup-base--bottom .poppy-popup-base--content{width:100%}@-webkit-keyframes poppy-popup-base-popup-fadein{0%{left:0}to{left:0}}@keyframes poppy-popup-base-popup-fadein{0%{left:0}to{left:0}}@-webkit-keyframes poppy-popup-base-popup-fadeout{0%{left:0}to{left:0}}@keyframes poppy-popup-base-popup-fadeout{0%{left:0}to{left:0}}@-webkit-keyframes poppy-popup-base-mask-fadein{0%{opacity:0}to{opacity:1}}@keyframes poppy-popup-base-mask-fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes poppy-popup-base-mask-fadeout{0%{opacity:1}to{opacity:0}}@keyframes poppy-popup-base-mask-fadeout{0%{opacity:1}to{opacity:0}}.poppy-popup-header{background-color:var(--poppy_color_bg_1);border:.02rem solid;border-color:var(--poppy_color_bg_1);display:flex;height:.92rem;justify-content:space-between;position:relative}.poppy-popup-header__left,.poppy-popup-header__right{flex:0 0 auto;min-width:1.04rem;position:relative}.poppy-popup-header__cancel,.poppy-popup-header__confirm{border:.02rem solid;border-color:var(--poppy_color_bg_1);box-sizing:initial;display:block;font-size:var(--poppy_fontsize_medium);height:100%;line-height:.92rem;outline:0;padding:0 .32rem}.poppy-popup-header__confirm{color:var(--poppy_color_brand_primary1);padding:0;text-align:center;width:100%}.poppy-popup-header__cancel{color:var(--poppy_color_positive_level3)}.poppy-popup-header__cancel:active{color:var(--poppy_color_brand_primary1);-webkit-filter:brightness(.93);filter:brightness(.93)}.poppy-popup-header__title--group{background-color:var(--poppy_color_bg_1);border:.02rem solid;border-color:var(--poppy_color_bg_1);box-sizing:initial;display:flex;flex:1 1;flex-flow:column;height:100%;justify-content:center;padding:0;text-align:center}.poppy-popup-header__title{color:var(--poppy_color_positive_level1);font-size:var(--poppy_fontsize_medium_x);font-weight:var(--poppy_font_weight_medium);line-height:.5rem;outline:0}.poppy-popup-header__subtitle{color:var(--poppy_color_positive_level4);font-size:var(--poppy_fontsize_small);line-height:.32rem;margin-top:.04rem}.poppy-popup-position__center-enter,.poppy-popup-position__center-leave-active{opacity:0}.poppy-popup-position__top-enter,.poppy-popup-position__top-leave-active,.poppy-popup-position__top__full-enter,.poppy-popup-position__top__full-leave-active{transform:translateY(-100%)}.poppy-popup-position__bottom-enter,.poppy-popup-position__bottom-leave-active,.poppy-popup-position__bottom__full-enter,.poppy-popup-position__bottom__full-leave-active,.poppy-popup-position__bottom__keyboard-enter,.poppy-popup-position__bottom__keyboard-leave-active{transform:translateY(100%)}.poppy-popup-position__right-enter,.poppy-popup-position__right-leave-active,.poppy-popup-position__right__full-enter,.poppy-popup-position__right__full-leave-active{transform:translate(100%)}.poppy-popup-position__left-enter,.poppy-popup-position__left-leave-active,.poppy-popup-position__left__full-enter,.poppy-popup-position__left__full-leave-active,.poppy-popup-position__left__keyboard-enter,.poppy-popup-position__left__keyboard-leave-active{transform:translate(-100%)}.poppy-popup-position__bottom-enter-active,.poppy-popup-position__center-enter-active,.poppy-popup-position__left-enter-active,.poppy-popup-position__right-enter-active,.poppy-popup-position__top-enter-active{transition:all .3s cubic-bezier(0,0,.2,1) .05s}.poppy-popup-position__bottom-leave-active,.poppy-popup-position__center-leave-active,.poppy-popup-position__left-leave-active,.poppy-popup-position__right-leave-active,.poppy-popup-position__top-leave-active{transition:all .25s cubic-bezier(.4,0,.2,1) .05s}.poppy-popup-position__bottom__full-enter-active,.poppy-popup-position__left__full-enter-active,.poppy-popup-position__right__full-enter-active,.poppy-popup-position__top__full-enter-active{transition:all .35s cubic-bezier(0,0,.2,1) 0s}.poppy-popup-position__bottom__full-leave-active,.poppy-popup-position__left__full-leave-active,.poppy-popup-position__right__full-leave-active,.poppy-popup-position__top__full-leave-active{transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.poppy-popup-position__bottom__keyboard-enter-active,.poppy-popup-position__left__keyboard-enter-active,.poppy-popup-position__right__keyboard-enter-active,.poppy-popup-position__top__keyboard-enter-active{transition:all .25s cubic-bezier(0,0,.2,1) 0s}.poppy-popup-position__bottom__keyboard-leave-active,.poppy-popup-position__left__keyboard-leave-active,.poppy-popup-position__right__keyboard-leave-active,.poppy-popup-position__top__keyboard-leave-active{transition:all .2s cubic-bezier(.4,0,.2,1) 0s}.poppy-popup-default{background:var(--poppy_color_bg_1);font-size:var(--poppy_fontsize_medium);font-weight:var(--poppy_font_weight_regular);overflow:hidden}.poppy-popup-default__full{height:100%}.poppy-popup-default-top{border-radius:0 0 var(--poppy_radius_large) var(--poppy_radius_large)}.poppy-popup-default-center{border-radius:var(--poppy_radius_large)}.poppy-popup-default-bottom,.poppy-popup-default-bottom .poppy-popup-header{border-radius:var(--poppy_radius_large) var(--poppy_radius_large) 0 0}.poppy-popup-default-bottom .poppy-popup-header__confirm{border-radius:0 var(--poppy_radius_large) 0 0}.poppy-popup-default-right{border-radius:var(--poppy_radius_large) 0 0 var(--poppy_radius_large)}.poppy-popup-default-left{border-radius:0 var(--poppy_radius_large) var(--poppy_radius_large) 0}.poppy-popup-default-radius_no{border-radius:0 0 0 0}.poppy-popup-default-close-icon{color:var(--poppy_color_positive_level1);font-size:var(--poppy_fontsize_large);font-weight:var(--poppy_font_weight_regular)}@-webkit-keyframes blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.poppy-pdfviewer-tools{cursor:pointer;display:flex;justify-content:space-between;margin:.32rem var(--poppy_margin_regular) 0 var(--poppy_margin_regular);position:fixed;width:calc(100vw - var(--poppy_margin_regular) - var(--poppy_margin_regular));z-index:1002}.poppy-pdfviewer-tools__icon{font-size:var(--poppy_fontsize_iconsize_medium_m)}.poppy-pdfviewer-tools__pager{align-items:center;border:.02rem solid var(--poppy_color_positive_level5);border-radius:var(--poppy_radius_huge);box-sizing:initial;color:var(--poppy_color_positive_level3);display:flex;font-size:var(--poppy_fontsize_medium);font-weight:var(--poppy_font_weight_medium);height:var(--poppy_fontsize_large_xx);justify-content:center;overflow:hidden;padding:0 .24rem;position:relative;text-align:center;z-index:1}.poppy-pdfviewer-tools__pager span{z-index:1}.poppy-pdfviewer-tools__scaling{align-items:center;border:.02rem solid var(--poppy_color_positive_level5);border-radius:var(--poppy_radius_huge);box-sizing:initial;color:#000;display:flex;height:var(--poppy_fontsize_large_xx);justify-content:space-between;overflow:hidden;padding:0 .2rem;position:relative;width:1.32rem;z-index:1}.poppy-pdfviewer-tools__scaling span{z-index:1}.poppy-pdfviewer-tools__bg{background-color:#fff;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%;z-index:0}.poppy-pdfviewer-tools__gray{color:rgba(0,0,0,.2)}.poppy-pdfviewer-tools--mt40{margin-top:1.1rem}.poppy-pdfviewer-tools--theme__pager{border:.02rem solid var(--poppy_color_positive_level5);color:var(--poppy_color_positive_level3)}.poppy-pdfviewer-tools--theme__scaling{border:.02rem solid var(--poppy_color_positive_level5);color:var(--poppy_color_positive_level1)}.poppy-pdfviewer-tools--theme__bg{background-color:var(--poppy_color_bg_1)}.poppy-pdfviewer-tools--theme__gray{color:var(--poppy_color_positive_level5)}.poppy-pdfviewer-bottom{background-color:var(--poppy_color_bg_1);bottom:0;left:0;position:fixed;width:100%;z-index:1002}.poppy-pdfviewer-viewer{overflow:auto;position:relative;width:100vw;z-index:1001}.poppy-pdfviewer-viewer__canvas-container{background:var(--poppy_color_bg_1);padding-bottom:1.12rem;position:relative;text-align:left;width:100%}.poppy-pdfviewer-viewer--img{margin:0 0 .32rem;padding:0;width:100%}.poppy-pdfviewer-viewer-popup{height:calc(80vh - .96rem)}.poppy-pdfviewer-viewer-popup__tab{height:calc(80vh - 1.76rem)}.poppy-pdfviewer-viewer-page{height:100vh}.poppy-pdfviewer-html-viewer-popup{height:calc(80vh - .96rem)}.poppy-pdfviewer-html-viewer-popup__tab{height:calc(80vh - 1.76rem)}.poppy-pdfviewer-html-viewer-page{height:100vh}.poppy-pdfviewer-html-viewer{overflow:auto;position:relative;width:100vw;z-index:1001}.poppy-pdfviewer-html-viewer__canvas-container{background:var(--poppy_color_bg_1);height:inherit;padding-bottom:1.12rem;position:relative;text-align:left;width:100%}.poppy-pdfviewer-html-viewer #viewerContainer{height:100%;overflow:auto;position:absolute;width:100%}.poppy-pdfviewer-html-viewer .pdfViewer{width:100%}.poppy-pdfviewer-html-viewer .textLayer{bottom:0;left:0;line-height:1;opacity:.2;overflow:hidden;position:absolute;right:0;top:0}.poppy-pdfviewer-html-viewer .textLayer>span{color:transparent;cursor:text;position:absolute;transform-origin:0 0;white-space:pre}.poppy-pdfviewer-html-viewer .textLayer .highlight{background-color:#b400aa;border-radius:var(--poppy_radius_small_s);margin:-.02rem;padding:.02rem}.poppy-pdfviewer-html-viewer .textLayer .highlight.begin{border-radius:var(--poppy_radius_small_s) 0 0 var(--poppy_radius_small_s)}.poppy-pdfviewer-html-viewer .textLayer .highlight.end{border-radius:0 var(--poppy_radius_small_s) var(--poppy_radius_small_s) 0}.poppy-pdfviewer-html-viewer .textLayer .highlight.middle{border-radius:0}.poppy-pdfviewer-html-viewer .textLayer .highlight.selected{background-color:#006400}.poppy-pdfviewer-html-viewer .textLayer ::selection{background:#00f}.poppy-pdfviewer-html-viewer .textLayer .endOfContent{bottom:0;cursor:default;display:block;left:0;position:absolute;right:0;top:100%;-webkit-user-select:none;user-select:none;z-index:-1}.poppy-pdfviewer-html-viewer .textLayer .endOfContent.active{top:0}.poppy-pdfviewer-html-viewer .pdfViewer .canvasWrapper{overflow:hidden}.poppy-pdfviewer-html-viewer .pdfViewer .page{background-clip:content-box;background-color:#fff;border:.18rem solid transparent;direction:ltr;height:21.12rem;margin:.02rem auto -.16rem;overflow:visible;position:relative;width:16.32rem}.poppy-pdfviewer-html-viewer .pdfViewer.removePageBorders .page{border:none;margin:0 auto .2rem}.poppy-pdfviewer-html-viewer .pdfViewer.singlePageView{display:inline-block}.poppy-pdfviewer-html-viewer .pdfViewer.singlePageView .page{border:none;margin:0}.poppy-pdfviewer-html-viewer .pdfViewer.scrollHorizontal,.poppy-pdfviewer-html-viewer .pdfViewer.scrollWrapped,.poppy-pdfviewer-html-viewer .spread{margin-left:.07rem;margin-right:.07rem;text-align:center}.poppy-pdfviewer-html-viewer .pdfViewer.scrollHorizontal,.poppy-pdfviewer-html-viewer .spread{white-space:nowrap}.poppy-pdfviewer-html-viewer .pdfViewer.removePageBorders,.poppy-pdfviewer-html-viewer .pdfViewer.scrollHorizontal .spread,.poppy-pdfviewer-html-viewer .pdfViewer.scrollWrapped .spread{margin-left:0;margin-right:0}.poppy-pdfviewer-html-viewer .pdfViewer.scrollHorizontal .page,.poppy-pdfviewer-html-viewer .pdfViewer.scrollHorizontal .spread,.poppy-pdfviewer-html-viewer .pdfViewer.scrollWrapped .page,.poppy-pdfviewer-html-viewer .pdfViewer.scrollWrapped .spread,.poppy-pdfviewer-html-viewer .spread .page{display:inline-block;vertical-align:middle}.poppy-pdfviewer-html-viewer .pdfViewer.scrollHorizontal .page,.poppy-pdfviewer-html-viewer .pdfViewer.scrollWrapped .page,.poppy-pdfviewer-html-viewer .spread .page{margin-left:-.07rem;margin-right:-.07rem}.poppy-pdfviewer-html-viewer .pdfViewer.removePageBorders .spread .page,.poppy-pdfviewer-html-viewer .pdfViewer.removePageBorders.scrollHorizontal .page,.poppy-pdfviewer-html-viewer .pdfViewer.removePageBorders.scrollWrapped .page{margin-left:.1rem;margin-right:.1rem}.poppy-pdfviewer-html-viewer .pdfViewer .page canvas{display:block;margin:0}.poppy-pdfviewer-html-viewer .pdfViewer .page canvas[hidden]{display:none}.poppy-pdfviewer-html-viewer .pdfViewer .page .loadingIcon{bottom:0;display:block;left:0;position:absolute;right:0;top:0}.poppy-pdfviewer-html-viewer .pdfPresentationMode .pdfViewer{margin-left:0;margin-right:0}.poppy-pdfviewer-html-viewer .pdfPresentationMode .pdfViewer .page,.poppy-pdfviewer-html-viewer .pdfPresentationMode .pdfViewer .spread{display:block}.poppy-pdfviewer-html-viewer .pdfPresentationMode .pdfViewer .page,.poppy-pdfviewer-html-viewer .pdfPresentationMode .pdfViewer.removePageBorders .page{margin-left:auto;margin-right:auto}.poppy-pdfviewer-html-viewer .pdfPresentationMode:-webkit-full-screen .pdfViewer .page{border:0;margin-bottom:100%}.poppy-pdfviewer-html-viewer .pdfPresentationMode:fullscreen .pdfViewer .page{border:0;margin-bottom:100%}.poppy-pdfviewer-wrap-tab{position:relative}.poppy-pdfviewer-wrap-tab--tabMask{height:.8rem;left:0;position:absolute;top:0;width:100%;z-index:1011}.poppy-pdfviewer-wrap-tab--mask{align-items:center;background-color:var(--poppy_color_bg_1);display:flex;height:calc(80vh - 1.76rem);justify-content:center;left:0;position:absolute;top:.8rem;width:100%;z-index:1011}.poppy-pdfviewer-wrap-tab--mask__loading{height:100%;width:100%}.poppy-pdfviewer-wrap-tab__fixed{background:var(--poppy_color_bg_1);position:fixed;width:100%}.poppy-pdfviewer-wrap-tab--mask__page{height:100vh}.poppy-pdfviewer-wrap{position:relative}.poppy-pdfviewer-wrap--mask{align-items:center;background-color:var(--poppy_color_bg_1);display:flex;height:calc(80vh - .96rem);justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1011}.poppy-pdfviewer-wrap--mask__loading{height:100%;width:100%}.poppy-pdfviewer-wrap--mask__page{height:100vh}.poppy-pdfviewer{position:relative}.poppy-pdfviewer--close{color:var(--poppy_color_positive_level4);font-size:var(--poppy_fontsize_large)}