.el-stack{--el-stack-space:var(--elg-stack-space,1.5rem);--el-stack-item-space:var(--el-stack-space);display:flex;flex-direction:column;justify-content:flex-start;}.el-stack > *{margin-top:0;margin-bottom:0;}.el-stack > * + *,.el-stack.recursive * + *{margin-top:var(--el-stack-item-space);}.el-box{--el-box-color-bg:var(--elg-box-color-bg,#fff);--el-box-color-fg:var(--elg-box-color-fg,#000);--el-box-padding:var(--elg-box-padding,1rem);--el-box-border:var(--elg-box-border,0.125rem);padding:var(--el-box-padding);border:var(--el-box-border) solid;color:var(--el-box-color-fg);background-color:var(--el-box-color-bg);}.el-box *{color:inherit;}.el-box.invert{color:var(--el-box-color-bg);background-color:var(--el-box-color-fg);}.el-box.borderless{border:0 solid;outline:var(--el-box-border) solid transparent;outline-offset:calc(var(--el-box-border) * -1);}.el-center{--el-center-width:var(--elg-center-width,60ch);--el-center-gutter:var(--elg-center-gutter,1rem);box-sizing:content-box;margin-left:auto;margin-right:auto;max-width:var(--el-center-width);padding-left:var(--el-center-gutter);padding-right:var(--el-center-gutter);}.el-center.text{text-align:center;}.el-center.intrinsic{display:flex;flex-direction:column;align-items:center;}.el-cluster{--el-cluster-space:var(--elg-cluster-space,1rem);--el-cluster-space-x:var(--elg-cluster-space-x,var(--el-cluster-space));--el-cluster-space-y:var(--elg-cluster-space-y,var(--el-cluster-space));--el-cluster-justify:var(--elg-cluster-justify,flex-start);--el-cluster-align:var(--elg-cluster-align,center);overflow:hidden;}.el-cluster > *{display:flex;flex-wrap:wrap;justify-content:var(--el-cluster-justify);align-items:var(--el-cluster-align);margin:calc(var(--el-cluster-space) / 2 * -1);}.el-cluster > * > *{margin:calc(var(--el-cluster-space) / 2);}.el-with-sidebar{--el-sidebar-gutter:var(--elg-sidebar-gutter,1rem);--el-sidebar-main-width:var(--elg-sidebar-main-width,50%);--el-sidebar-aside-width:var(--elg-sidebar-aside-width,auto);overflow:hidden;}.el-with-sidebar > *{display:flex;flex-wrap:wrap;margin:calc(var(--el-sidebar-gutter) / 2 * -1);}.el-with-sidebar > * > *{margin:calc(var(--el-sidebar-gutter) / 2);flex-basis:var(--el-sidebar-aside-width);flex-grow:1;}.el-with-sidebar > * > :last-child,.el-with-sidebar.left > * > :last-child{flex-basis:0;flex-grow:999;min-width:calc(var(--el-sidebar-main-width) - var(--gutter));}.el-with-sidebar.right > * > :first-child{flex-basis:0;flex-grow:999;min-width:calc(var(--el-sidebar-main-width) - var(--gutter));}.el-switcher{--el-switcher-threshold:var(--elg-switcher-threshold,30ch);--el-switcher-gap:var(--elg-switcher-gap,1rem);}.el-switcher > *{display:flex;flex-wrap:wrap;margin:calc((var(--el-switcher-gap) / 2) * -1);}.el-switcher > * > *{flex-grow:1;flex-basis:calc((var(--el-switcher-threshold) - (100% - var(--el-switcher-gap))) * 999);margin:calc(var(--el-switcher-gap) / 2);}.el-cover{display:flex;flex-direction:column;min-height:100vh;padding:1rem;}.el-cover > *{margin-top:1rem;margin-bottom:1rem;}.el-grid{--el-grid-min:var(--elg-grid-min,250px);--el-grid-gap:var(--elg-grid-gap,1rem);--el-grid-repeat:var(--elg-grid-repeat,auto-fit);display:grid;grid-gap:var(--el-grid-gap);}@supports (width:min(1px,100%)){.el-grid{grid-template-columns:repeat(var(--el-grid-repeat),minmax(min(var(--el-grid-min),100%),1fr));}}.el-frame{--el-frame-n:var(--elg-frame-n,9);--el-frame-d:var(--elg-frame-d,16);--el-frame-fit:var(--elg-frame-fit,cover);padding-bottom:calc(var(--el-frame-n) / var(--el-frame-d) * 100%);position:relative;}.el-frame > *{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;}.el-frame > img,.el-frame > video{width:100%;height:100%;object-fit:var(--el-frame-fit);}.el-frame.contained{--el-frame-fit:var(--elg-frame-fit,contain);}.el-reel{--el-reel-scroll-thumb:var(--elg-reel-scroll-thumb,auto);--el-reel-scroll-track:var(--elg-reel-scroll-track,auto);--el-reel-space:var(--elg-reel-space,1rem);display:flex;height:auto;overflow-x:auto;overflow-y:hidden;scrollbar-color:var(--el-reel-scroll-thumb) var(--el-reel-scroll-track);}.el-reel::-webkit-scrollbar-track{background-color:var(--el-reel-scroll-track);}.el-reel::-webkit-scrollbar-thumb{background-color:var(--el-reel-scroll-thumb);}.el-reel > *{flex:0 0 auto;}.el-reel > img{height:100%;flex-basis:auto;width:auto;}.el-reel > * + *{margin-left:var(--el-reel-space);}.el-reel.overflowing{padding-bottom:var(--el-reel-space);}.el-imposter{--el-imposter-positioning:var(--elg-imposter-positioning,absolute);--el-imposter-margin:var(--elg-imposter-margin,0px);position:var(--el-imposter-positioning);top:50%;left:50%;transform:translate(-50%,-50%);}.el-imposter.contained{overflow:auto;max-width:calc(100% - (var(--el-imposter-margin) * 2));max-height:calc(100% - (var(--el-imposter-margin) * 2));}.el-imposter.fixed{--el-imposter-positioning:var(--elg-imposter-positioning,fixed);}.el-icon{--el-icon-space:var(--elg-icon-space,1rem);width:0.75em;width:1cap;height:0.75em;height:1cap;}.el-with-icon{display:inline-flex;align-items:baseline;}.el-with-icon .el-icon{margin-inline-end:var(--el-icon-space);}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/core/misc/throbber-active.gif) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1000;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.gif);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.js input.form-autocomplete{background-image:url(/core/misc/throbber-inactive.png);background-repeat:no-repeat;background-position:100% center;}.js[dir="rtl"] input.form-autocomplete{background-position:0% center;}.js input.form-autocomplete.ui-autocomplete-loading{background-image:url(/core/misc/throbber-active.gif);background-position:100% center;}.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading{background-position:0% center;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix:after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li:after{content:", ";}.item-list__comma-list li:last-child:after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
table.sticky-header{z-index:500;top:0;margin-top:0;background-color:#fff;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon:before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error:before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning:before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked:before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
body.drag{cursor:move;}tr.region-title{font-weight:bold;}tr.region-message{color:#999;}tr.region-populated{display:none;}tr.add-new .tabledrag-changed{display:none;}.draggable a.tabledrag-handle{float:left;overflow:hidden;height:1.7em;margin-left:-1em;cursor:move;text-decoration:none;}[dir="rtl"] .draggable a.tabledrag-handle{float:right;margin-right:-1em;margin-left:0;}a.tabledrag-handle:hover{text-decoration:none;}a.tabledrag-handle .handle{width:14px;height:14px;margin:-0.4em 0.5em 0;padding:0.42em 0.5em;background:url(/core/misc/icons/787878/move.svg) no-repeat 6px 7px;}a.tabledrag-handle:hover .handle,a.tabledrag-handle:focus .handle{background-image:url(/core/misc/icons/000000/move.svg);}.touchevents .draggable td{padding:0 10px;}.touchevents .draggable .menu-item__link{display:inline-block;padding:10px 0;}.touchevents a.tabledrag-handle{width:40px;height:44px;}.touchevents a.tabledrag-handle .handle{height:21px;background-position:40% 19px;}[dir="rtl"] .touch a.tabledrag-handle .handle{background-position:right 40% top 19px;}.touchevents .draggable.drag a.tabledrag-handle .handle{background-position:50% -32px;}.tabledrag-toggle-weight-wrapper{text-align:right;}[dir="rtl"] .tabledrag-toggle-weight-wrapper{text-align:left;}.indentation{float:left;width:20px;height:1.7em;margin:-0.4em 0.2em -0.4em -0.4em;padding:0.42em 0 0.42em 0.6em;}[dir="rtl"] .indentation{float:right;margin:-0.4em -0.4em -0.4em 0.2em;padding:0.42em 0.6em 0.42em 0;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
div.tree-child{background:url(/core/misc/tree.png) no-repeat 11px center;}div.tree-child-last{background:url(/core/misc/tree-bottom.png) no-repeat 11px center;}[dir="rtl"] div.tree-child,[dir="rtl"] div.tree-child-last{background-position:-65px center;}div.tree-child-horizontal{background:url(/core/misc/tree.png) no-repeat -11px center;}
.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;}
.sliding-popup-bottom,.sliding-popup-top{z-index:99999;text-align:center;}.sliding-popup-bottom{position:fixed;}.sliding-popup-top{position:relative;}.eu-cookie-compliance-content{margin:0 auto;max-width:80%;display:inline-block;text-align:left;width:100%;}.eu-cookie-compliance-buttons{float:right;max-width:40%;}[dir="rtl"] .eu-cookie-compliance-buttons{float:left;}.eu-cookie-compliance-default-button,.eu-cookie-compliance-secondary-button,.eu-cookie-compliance-more-button,.eu-cookie-compliance-hide-button,.eu-cookie-withdraw-tab{cursor:pointer;}.eu-cookie-compliance-message{float:left;max-width:60%;}.eu-cookie-withdraw-wrapper.sliding-popup-top,.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner{transform:scaleY(-1);}.eu-cookie-withdraw-tab{position:absolute;top:0;transform:translate(-50%,-100%);left:50%;}.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab{transform:translate(-50%,-100%) scaleY(-1);}[dir="rtl"] .eu-cookie-compliance-message{float:right;text-align:right;}@media screen and (max-width:600px){.eu-cookie-compliance-content{max-width:95%;}.eu-cookie-compliance-message{max-width:100%;}.eu-cookie-compliance-buttons{clear:both;float:none;max-width:100%;}}
