/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.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;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}
.clearfix::after{display:table;clear:both;content:"";}.nowrap{white-space:nowrap;}
.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;}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.caption{display:table;}.caption > *{display:block;max-width:100%;}.caption > figcaption{display:table-caption;max-width:none;caption-side:bottom;}.caption > figcaption[contenteditable="true"]:empty::before{content:attr(data-placeholder);font-style:italic;}
.caption .media .field,.caption .media .field *{float:none;margin:unset;}
/* @license MIT https://github.com/dimsemenov/PhotoSwipe/blob/master/LICENSE */
.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79,79,79,0.4);--pswp-preloader-color-secondary:rgba(255,255,255,0.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color);}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:0.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0);}.pswp:focus{outline:0;}.pswp *{box-sizing:border-box;}.pswp img{max-width:none;}.pswp--open{display:block;}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity;}.pswp__bg{opacity:0.005;background:var(--pswp-bg);}.pswp,.pswp__scroll-wrap{overflow:hidden;}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%;}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto;}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing;}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out;}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.pswp__item{z-index:1;overflow:hidden;}.pswp__hidden{display:none !important;}.pswp__content{pointer-events:none;}.pswp__content > *{pointer-events:auto;}.pswp__error-msg-container{display:grid;}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color);}.pswp .pswp__hide-on-close{opacity:0.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(0.4,0,0.22,1);z-index:10;pointer-events:none;}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto;}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:0.85;-webkit-appearance:none;-webkit-touch-callout:none;}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1;}.pswp__button:disabled{opacity:0.3;cursor:auto;}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary);}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none;}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none;}.pswp__icn:focus{outline:0;}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg);}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none !important;}.pswp__top-bar > *{pointer-events:auto;will-change:opacity;}.pswp__button--close{margin-right:6px;}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px;}.pswp__button--arrow:disabled{display:none;cursor:default;}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0;}.pswp--one-slide .pswp__button--arrow{display:none;}.pswp--touch .pswp__button--arrow{visibility:hidden;}.pswp--has_mouse .pswp__button--arrow{visibility:visible;}.pswp__button--arrow--prev{right:auto;left:0px;}.pswp__button--arrow--next{right:0px;}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scale(-1,1);}.pswp__button--zoom{display:none;}.pswp--zoom-allowed .pswp__button--zoom{display:block;}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none;}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto;}.pswp__preloader .pswp__icn{opacity:0;transition:opacity 0.2s linear;animation:pswp-clockwise 600ms linear infinite;}.pswp__preloader--active .pswp__icn{opacity:0.85;}@keyframes pswp-clockwise{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:0.85;}.pswp--one-slide .pswp__counter{display:none;}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.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;}
#backtotop{background:url(/modules/contrib/back_to_top/backtotop.png) no-repeat center center;border:0;bottom:20px;cursor:pointer;display:none;height:70px;position:fixed;right:20px;text-indent:-9999px;width:70px;z-index:300;}#backtotop:hover{opacity:0.8;}#backtotop:focus{opacity:0.6;outline:none;}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){#backtotop{background:url(/modules/contrib/back_to_top/backtotop2x.png) no-repeat center center;background-size:70px 70px;}}
.body--has-active-cheese{overscroll-behavior-y:contain;overflow:hidden}.block-cheeseburgermenu-trigger-container{display:flex}.block-cheeseburgermenu__trigger-element{min-height:40px;min-width:40px;background:var(--cheese-trigger-bg-color);position:relative}.block-cheeseburgermenu__trigger-element span{width:24px;height:2px;background:var(--cheese-trigger-color);position:absolute;left:50%;transform:translateX(-50%);transition:width .25s}.block-cheeseburgermenu__trigger-element span:nth-of-type(1){top:12px}.block-cheeseburgermenu__trigger-element span:nth-of-type(2){top:19px}.block-cheeseburgermenu__trigger-element span:nth-of-type(3){top:26px}.block-cheeseburgermenu__trigger-element:active,.block-cheeseburgermenu__trigger-element:hover{cursor:pointer}.block-cheeseburgermenu__trigger-element:active span,.block-cheeseburgermenu__trigger-element:hover span{width:calc(24px + 5px)}.cheeseburger-menu__backdrop{transition:opacity .3s ease;transition-delay:.3s;z-index:200;transition:background-color .25s}.cheeseburger-menu__backdrop--active{position:fixed;top:0;right:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5)}.block-cheeseburgermenu-container{position:fixed;top:0;left:0;transition:all .3s ease;max-width:100%;width:350px;background:var(--cheese-main-bg-color);color:var(--cheese-main-text-color);overflow:hidden;transform:translateX(-100%);box-sizing:border-box}.block-cheeseburgermenu-container *{box-sizing:border-box}.block-cheeseburgermenu-container--is-open{transform:translateX(0);z-index:201}.block-cheeseburgermenu-container--is-open .cheeseburger-menu__side-menu{transform:translateX(0)}.block-cheeseburgermenu-container--with-navigation{padding-left:75px}.cheeseburger-menu__item{display:flex;flex-flow:row wrap;transition:all .3s ease;overflow:hidden}.cheeseburger-menu__item>ul{flex:1 0 100%;height:0;will-change:height;position:relative}.cheeseburger-menu__item--is-expanded>ul{height:auto}.cheeseburger-menu__item--is-expanded ul{background-color:rgba(0,0,0,.1)}.cheeseburger-menu__item.in-active-trail>a{text-decoration:underline}.cheeseburger-menu__item-label{min-height:40px;min-width:40px;flex:1 0 auto;display:flex;align-items:center;color:var(--cheese-main-text-color);text-decoration:none;border:none;max-width:calc(100% - 40px)}.cheeseburger-menu__item-label:hover{cursor:pointer;border:none;text-decoration:underline}.cheeseburger-menu__item-label:hover,.cheeseburger-menu__item-label:visited{color:var(--cheese-main-text-color)}.cheeseburger-menu__submenu-trigger{min-height:40px;min-width:40px;transition:all .3s ease;display:flex;align-items:center}.cheeseburger-menu__main-navigation-area{height:100vh;overflow-x:hidden;overflow-y:overlay;padding-bottom:150px;scrollbar-width:thin;scrollbar-color:var(--cheese-srcollbar-color) transparent}.cheeseburger-menu__main-navigation-area::-webkit-scrollbar{width:6px}.cheeseburger-menu__main-navigation-area::-webkit-scrollbar-track{background:0 0}.cheeseburger-menu__main-navigation-area::-webkit-scrollbar-thumb{background-color:var(--cheese-srcollbar-color)}.cheeseburger-menu__main-navigation-area>div{border-bottom:1px solid rgba(0,0,0,.2);margin-bottom:24px;transition:all .45s ease}.cheeseburger-menu__main-navigation-area>div:last-child{border-bottom:0}.cheeseburger-menu__main-navigation-area ol,.cheeseburger-menu__main-navigation-area ul{padding:0}.cheeseburger-menu__side-menu{position:fixed;left:0;top:0;transform:translateX(-100%);height:100%;transition:all .3s ease;background:var(--cheese-aside-bg-color);color:var(--cheese-aside-text-color);max-height:100%;overflow:auto}.cheeseburger-menu__side-menu-item{width:75px;transition:all .3s ease;text-align:center;min-height:calc(75px - 10px);display:flex;flex-direction:column;justify-content:center;font-weight:700}.cheeseburger-menu__side-menu-item img,.cheeseburger-menu__side-menu-item svg{display:block;margin:0 auto 6px auto;max-width:90%;max-height:40px;fill:var(--cheese-aside-text-color)}.cheeseburger-menu__side-menu-item span{font-size:10px;line-height:1.2;padding-left:3px;padding-right:3px}.cheeseburger-menu__side-menu-item:hover{cursor:pointer}.cheeseburger-menu__side-trigger{min-height:40px;min-width:40px;min-height:calc(75px - 10px);display:flex;flex-direction:column;justify-content:center;margin-bottom:18px}.cheeseburger-menu__side-trigger svg{fill:var(--cheese-aside-text-color);margin:0 auto}.cheeseburger-menu__side-trigger:hover{cursor:pointer}.cheeseburger-menu__title{padding:12px;text-transform:uppercase}.cheeseburger-menu__title--collapsible .cheeseburger-menu__title{position:relative;transition:ease .35s}.cheeseburger-menu__title--collapsible .cheeseburger-menu__title:after,.cheeseburger-menu__title--collapsible .cheeseburger-menu__title:before{transition:ease .35s;content:" ";position:absolute;width:2px;height:8px;background:var(--cheese-main-text-color);border-radius:0;top:calc(50% - 4px)}.cheeseburger-menu__title--collapsible .cheeseburger-menu__title:before{right:12px;transform:rotate(45deg)}.cheeseburger-menu__title--collapsible .cheeseburger-menu__title:after{right:16px;transform:rotate(-45deg)}.cheeseburger-menu__title--expanded .cheeseburger-menu__title:after,.cheeseburger-menu__title--expanded .cheeseburger-menu__title:before{right:14px;height:calc(21px / 1.5);top:calc(50% - 8px)}.cheeseburger-menu__title--expanded .cheeseburger-menu__title:before{transform:rotate(-45deg)}.cheeseburger-menu__title--expanded .cheeseburger-menu__title:after{transform:rotate(45deg)}.cheeseburger-menu__submenu{padding-left:12px!important}.cheeseburger-menu__mainmenu>li{padding-left:12px}.cheeseburger-menu__mainmenu>li.cheeseburger-parent{padding-left:0}.cheeseburger-menu__mainmenu>li.cheeseburger-parent .cheeseburger-menu__item-label{padding-left:12px}.cheeseburger-menu__mainmenu--invisible{display:none}.toolbar-fixed .block-cheeseburgermenu-container{top:39px}.toolbar-fixed.toolbar-tray-open .block-cheeseburgermenu-container{top:79px}.dropdown{position:relative;margin:20px 23.52941px;transition:ease .35s}.dropdown:after,.dropdown:before{transition:ease .35s;content:" ";position:absolute;width:2px;height:8px;background:var(--cheese-main-text-color);border-radius:0;top:-4px}.dropdown:before{left:3px;transform:rotate(45deg)}.dropdown:after{left:-2px;transform:rotate(-45deg)}.cheeseburger-menu__item--is-expanded>.cheeseburger-menu__submenu-trigger .dropdown:after,.cheeseburger-menu__item--is-expanded>.cheeseburger-menu__submenu-trigger .dropdown:before{left:0;height:calc(21px / 1.5);top:-7px}.cheeseburger-menu__item--is-expanded>.cheeseburger-menu__submenu-trigger .dropdown:before{transform:rotate(-45deg)}.cheeseburger-menu__item--is-expanded>.cheeseburger-menu__submenu-trigger .dropdown:after{transform:rotate(45deg)}
.dash-dashboard-menu-link::before{content:'';display:inline-block;width:16px;height:16px;margin-right:0.5rem;background:url(/modules/contrib/dash/icons/dashboard.svg) no-repeat center center;background-size:contain;}
span.ext{width:10px;height:10px;padding-right:12px;text-decoration:none;background:url(/modules/contrib/extlink/images/extlink_s.png) 2px center no-repeat;}span.mailto{width:10px;height:10px;padding-right:12px;text-decoration:none;background:url(/modules/contrib/extlink/images/extlink_s.png) -20px center no-repeat;}span.tel{width:10px;height:10px;padding-right:12px;text-decoration:none;background:url(/modules/contrib/extlink/images/extlink_s.png) -42px center no-repeat;}svg.ext{width:14px;height:14px;fill:#727272;font-weight:900;}svg.mailto,svg.tel{width:14px;height:14px;fill:#727272;}[data-extlink-placement='prepend'],[data-extlink-placement='before']{padding-right:0.2rem;}[data-extlink-placement='append'],[data-extlink-placement='after']{padding-left:0.2rem;}svg.ext path,svg.mailto path,svg.tel path{stroke:#727272;stroke-width:3;}@media print{svg.ext,svg.mailto,svg.tel,span.ext,span.mailto,span.tel{display:none;padding:0;}}.extlink i{padding-left:0.2em;}.extlink-nobreak{white-space:nowrap;}
.layout--fourcol-section{display:flex;flex-wrap:wrap;}.layout--fourcol-section > .layout__region{flex:0 1 100%;}@media screen and (min-width:40em){.layout--fourcol-section > .layout__region{flex:0 1 25%;}}
.layout--twocol-section{display:flex;flex-wrap:wrap;}.layout--twocol-section > .layout__region{flex:0 1 100%;}@media screen and (min-width:40em){.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first,.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second{flex:0 1 50%;}.layout--twocol-section.layout--twocol-section--33-67 > .layout__region--first,.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second{flex:0 1 33%;}.layout--twocol-section.layout--twocol-section--33-67 > .layout__region--second,.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first{flex:0 1 67%;}.layout--twocol-section.layout--twocol-section--25-75 > .layout__region--first,.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second{flex:0 1 25%;}.layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second,.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first{flex:0 1 75%;}}
.layout--onecol .layout__region{width:100%;}
.paragraph--unpublished{background-color:#fff4f4;}
