<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.component.common-modal{box-sizing:border-box;border:2px solid #3e3935;background-color:#fff;max-height:100%;position:relative}div.component.common-modal div.modal-header{background-color:#3e3935;padding:0 12px;color:#fff;font-weight:700;font-family:"Source Serif Pro";font-size:18px;line-height:36px;-webkit-user-select:none;-moz-user-select:none;user-select:none}div.component.common-modal div.modal-body{position:relative;font-size:15px;color:#3e3935;max-height:calc(100vh - 36px);overflow-y:auto;box-sizing:border-box}div.component.common-modal div.modal-body p{margin-bottom:18px}div.component.common-modal div.modal-body ul{margin-left:18px}div.component.common-modal.without-title div.modal-body{top:0}div#modal-container-node:empty{display:none}div#modal-container-node:not(:empty){z-index:999999;background-color:rgba(0,0,0,.6);position:fixed;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center}div#modal-container-node:not(:empty) div.component.modal{position:absolute}div#modal-container-node div.component.modal:not(:last-child):after{content:" ";background-color:rgba(0,0,0,.6);position:absolute;top:-2px;bottom:-2px;left:-2px;right:-2px}@media(max-width:600px){div.component.modal{height:100%;width:100%}div.component.modal div.modal-body{height:calc(100vh - 36px);max-height:none;position:relative}div#modal-container-node div.component.modal{position:static!important}div#modal-container-node div.component.modal:not(:last-child){visibility:hidden;position:absolute!important}}</pre></body></html>