/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.layout--background--none{background:none;}.layout--background--black{background:black;}.layout--background--white{background:white;}.layout--background--grey{background:grey;}.layout--background-attachment--fixed{background-attachment:fixed;}.layout--background-position--center{background-position:center;}.layout--background-size--cover{background-size:cover;}.layout--background-size--contain{background-size:contain;}.layout--top-bottom-margin--none{margin-top:0;margin-bottom:0;}.layout--top-bottom-margin--small{margin-top:20px;margin-bottom:20px;}.layout--top-bottom-margin--default{margin-top:40px;margin-bottom:40px;}.layout--top-bottom-margin--big{margin-top:60px;margin-bottom:60px;}.layout--left-right-margin--none{margin-left:0;margin-right:0;}.layout--left-right-margin--small{margin-left:20px;margin-right:20px;}.layout--left-right-margin--default{margin-left:40px;margin-right:40px;}.layout--left-right-margin--big{margin-left:60px;margin-right:60px;}.layout--top-margin--none{margin-top:0;}.layout--top-margin--small{margin-top:20px;}.layout--top-margin--default{margin-top:40px;}.layout--top-margin--big{margin-top:60px;}.layout--bottom-margin--none{margin-bottom:0;}.layout--bottom-margin--small{margin-bottom:20px;}.layout--bottom-margin--default{margin-bottom:40px;}.layout--bottom-margin--big{margin-bottom:60px;}.layout--left-margin--none{margin-left:0;}.layout--left-margin--small{margin-left:20px;}.layout--left-margin--default{margin-left:40px;}.layout--left-margin--big{margin-left:60px;}.layout--right-margin--none{margin-right:0;}.layout--right-margin--small{margin-right:20px;}.layout--right-margin--default{margin-right:40px;}.layout--right-margin--big{margin-right:60px;}.layout--top-bottom-padding--none{padding-top:0;padding-bottom:0;}.layout--top-bottom-padding--small{padding-top:20px;padding-bottom:20px;}.layout--top-bottom-padding--default{padding-top:40px;padding-bottom:40px;}.layout--top-bottom-padding--big{padding-top:60px;padding-bottom:60px;}.layout--left-right-padding--none{padding-left:0;padding-right:0;}.layout--left-right-padding--small{padding-left:20px;padding-right:20px;}.layout--left-right-padding--default{padding-left:40px;padding-right:40px;}.layout--left-right-padding--big{padding-left:60px;padding-right:60px;}.layout--top-padding--none{padding-top:0;}.layout--top-padding--small{padding-top:20px;}.layout--top-padding--default{padding-top:40px;}.layout--top-padding--big{padding-top:60px;}.layout--bottom-padding--none{padding-bottom:0;}.layout--bottom-padding--small{padding-bottom:20px;}.layout--bottom-padding--default{padding-bottom:40px;}.layout--bottom-padding--big{padding-bottom:60px;}.layout--left-padding--none{padding-left:0;}.layout--left-padding--small{padding-left:20px;}.layout--left-padding--default{padding-left:40px;}.layout--left-padding--big{padding-left:60px;}.layout--right-padding--none{padding-right:0;}.layout--right-padding--small{padding-right:20px;}.layout--right-padding--default{padding-right:40px;}.layout--right-padding--big{padding-right:60px;}.layout--container--default{max-width:1200px;margin-left:auto;margin-right:auto;}.layout--container--small{max-width:800px;margin-left:auto;margin-right:auto;}.layout--container--large{max-width:1400px;margin-left:auto;margin-right:auto;}.layout--content-container--default .layout-content{max-width:1200px;margin-left:auto;margin-right:auto;}.layout--content-container--small .layout-content{max-width:800px;margin-left:auto;margin-right:auto;}.layout--content-container--large .layout-content{max-width:1400px;margin-left:auto;margin-right:auto;}.layout--height--100vh{min-height:100vh;}.layout--height--80vh{min-height:80vh;}.layout--color--black{color:black;}.layout--color--white{color:white;}.layout--color--grey{color:grey;}.layout--alignment--left{text-align:left;}.layout--alignment--right{text-align:right;}.layout--alignment--center{text-align:center;}.layout--alignment--justify{text-align:justify;}.layout--column-gap--small .layout-content{column-gap:20px;}.layout--column-gap--default .layout-content{column-gap:40px;}.layout--column-gap--big .layout-content{column-gap:60px;}.layout--row-gap--small .layout-content{row-gap:20px;}.layout--row-gap--default .layout-content{row-gap:40px;}.layout--row-gap--big .layout-content{row-gap:60px;}.layout--align-items--stretch .layout-content{align-items:stretch;}.layout--align-items--center .layout-content{align-items:center;}.layout--align-items--start .layout-content{align-items:start;}.layout--align-items--end .layout-content{align-items:end;}.layout--background-overlay--dark-light{position:relative;}.layout--background-overlay--dark-light:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0.3);z-index:0;}.layout--background-overlay--dark-light>*{z-index:100;position:relative;}.layout--background-overlay--dark{position:relative;}.layout--background-overlay--dark:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:0;}.layout--background-overlay--dark>*{z-index:100;position:relative;}.layout--background-overlay--darker{position:relative;}.layout--background-overlay--darker:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0.7);z-index:0;}.layout--background-overlay--darker>*{z-index:100;position:relative;}.layout-builder-base--two-columns .layout-content{display:grid;grid-template-columns:1fr 1fr;}.layout-builder-base--two-columns.layout--column-width--33-67 .layout-content{grid-template-columns:0.33fr 0.67fr;}.layout-builder-base--two-columns.layout--column-width--67-33 .layout-content{grid-template-columns:0.67fr 0.33fr;}.layout-builder-base--two-columns.layout--column-width--25-75 .layout-content{grid-template-columns:0.25fr 0.75fr;}.layout-builder-base--two-columns.layout--column-width--75-25 .layout-content{grid-template-columns:0.75fr 0.25fr;}.layout-builder-base--three-columns .layout-content{display:grid;grid-template-columns:1fr 1fr 1fr;}.layout-builder-base--three-columns.layout--column-width--25-50-25 .layout-content{grid-template-columns:0.25fr 0.50fr 0.25fr;}.layout-builder-base--three-columns.layout--column-width--25-25-50 .layout-content{grid-template-columns:0.25fr 0.25fr 0.50fr;}.layout-builder-base--three-columns.layout--column-width--50-25-25 .layout-content{grid-template-columns:0.50fr 0.25fr 0.25fr;}.layout-builder-base--four-columns .layout-content{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;}@media only screen and (max-width:600px){.layout--column-breakpoint--small .layout-content{grid-template-columns:1fr !important;}}@media only screen and (max-width:800px){.layout--column-breakpoint--medium .layout-content{grid-template-columns:1fr !important;}}@media only screen and (max-width:1200px){.layout-builder-base--standard .layout-content{grid-template-columns:1fr !important;}}@media only screen and (max-width:1400px){.layout-builder-base--large .layout-content{grid-template-columns:1fr !important;}}.layout--customizable-columns--autofill .layout-content{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));}.layout--customizable-columns--autofit .layout-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));}.layout--customizable-columns--2-col .layout-content{display:grid;grid-template-columns:1fr 1fr;}.layout--customizable-columns--3-col .layout-content{display:grid;grid-template-columns:1fr 1fr 1fr;}.layout--customizable-columns--4-col .layout-content{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;}
@media (min-width:768px){.webform-flexbox{display:flex;margin:1em -0.5em;}.webform-flexbox.js-webform-states-hidden[style*="display: block"]{display:flex !important;}.webform-flexbox .webform-flexbox{margin:1em 0;}.webform-flexbox--flex-start{align-items:flex-start;}.webform-flexbox--flex-end{align-items:flex-end;}.webform-flexbox--center{align-items:center;}.webform-flex{min-width:0;}.webform-flex--container{margin:0 0.5em;}.webform-flex--container > .form-item{margin:0;}.webform-flex--container > .form-item > input:not([type="checkbox"]),.webform-flex--container > .form-item > select{width:100%;}.container-inline .webform-flex--container > .form-item > input:not([type="checkbox"]),.container-inline .webform-flex--container > .form-item > select,.webform-flex--container > .form-item.webform-element--title-inline > input:not([type="checkbox"]),.webform-flex--container > .form-item.webform-element--title-inline > select{width:inherit;}.webform-flex--container > .webform-has-field-prefix > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-suffix > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-prefix > select,.webform-flex--container > .webform-has-field-suffix > select{width:85%;}.webform-flex--container > .webform-has-field-prefix.webform-flex.webform-has-field-suffix > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-prefix.webform-flex.webform-has-field-suffix > select{width:70%;}.webform-flex--container > .webform-element-help-container--element > input:not([type="checkbox"]),.webform-flex--container > .webform-element-help-container--element > select{width:85%;}.webform-flex--container > .webform-has-field-prefix.webform-element-help-container--element > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-suffix.webform-element-help-container--element > select{width:70%;}.webform-flex--container > .webform-has-field-prefix.webform-has-field-suffix.webform-element-help-container--element > input:not([type="checkbox"]),.webform-flex--container > .webform-has-field-prefix.webform-has-field-suffix.webform-element-help-container--element > select{width:50%;}.webform-flex--1{flex:1;}.webform-flex--2{flex:2;}.webform-flex--3{flex:3;}.webform-flex--4{flex:4;}.webform-flex--5{flex:5;}.webform-flex--6{flex:6;}.webform-flex--7{flex:7;}.webform-flex--8{flex:8;}.webform-flex--9{flex:9;}.webform-flex--10{flex:10;}.webform-flex--11{flex:11;}.webform-flex--12{flex:12;}.webform-flex--container > .form-type-webform-select-other select{width:100%;}.webform-flex--container > .form-type-webform-select-other .form-item{margin:0;}.webform-flex--container > .form-type-webform-select-other .form-item + .form-item{margin-top:0.5em;}.webform-flex--container > .form-type-range-output > .form-range-output{width:66%;}.form-composite > .webform-flexbox{margin:1em -0.5em;}.webform-flex--container .form-type-checkbox,.webform-flex--container .form-type-radio{white-space:nowrap;}}
.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;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}
.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-within{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;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-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;}
.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;}
.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);}
.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;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 5px 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;}
.antibot-message{border:1px solid;border-width:1px 1px 1px 0;border-radius:2px;padding:15px;word-wrap:break-word;overflow-wrap:break-word;margin:9px 0 10px 8px;}.antibot-message-warning{background-color:#fdf8ed;border-color:#f4daa6 #f4daa6 #f4daa6 transparent;color:#734c00;box-shadow:-8px 0 0 #e09600;}.antibot-message-error{background-color:#fcf4f2;color:#a51b00;border-color:#f9c9bf #f9c9bf #f9c9bf transparent;box-shadow:-8px 0 0 #e62600;}
.form-item-lang-dropdown-select{display:inline;}.lang-dropdown-form img.language-icon{padding:0 4px;vertical-align:middle;}
