@charset "UTF-8";/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{transition-property:none;transition-duration:.4s;transition-timing-function:ease}:root{--mm-blocker-visibility-delay:.4s;--mm-blocker-opacity-delay:0s}.mm-blocker{display:block;position:absolute;inset:0 0 100%;z-index:3;opacity:0;background:var(--mm-color-background);transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease}.mm-blocker:focus-visible{opacity:.75}.mm-btn{flex-grow:0;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;width:50px;padding:0}.mm-btn--next,[dir=rtl] .mm-btn--prev{--mm-btn-rotate:135deg}.mm-btn--prev,[dir=rtl] .mm-btn--next{--mm-btn-rotate:-45deg}.mm-btn--next:after,.mm-btn--prev:before{content:"";display:block;position:absolute;top:0;bottom:0;width:8px;height:8px;margin:auto;box-sizing:border-box;border:2px solid var(--mm-color-icon);border-bottom:none;border-right:none;transform:rotate(var(--mm-btn-rotate))}.mm-btn--prev:before{inset-inline-start:23px}.mm-btn--next:after{inset-inline-end:23px}.mm-btn--close:before{content:"\d7";font-size:150%}.mm-btnreset{padding:0;background:0 0;border:none;cursor:pointer}.mm-divider{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:sticky;z-index:2;top:0;min-height:var(--mm-lineheight);padding:calc((var(--mm-listitem-size) * .65 - var(--mm-lineheight)) * .5) 20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));opacity:1;transition-property:opacity}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}:root{--mm-listitem-size:50px}.mm-listitem{display:flex;flex-wrap:wrap;position:relative;padding:0;margin:0;color:var(--mm-color-text);border-color:var(--mm-color-border)}.mm-listitem:after{content:"";border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;inset-inline-start:20px;inset-inline-end:0;bottom:0}.mm-listitem__btn,.mm-listitem__text{padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0}.mm-listitem__text{flex-grow:1;flex-basis:10%;display:block;padding-left:20px;padding-right:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-listitem__btn{display:block;position:relative;width:auto;padding-inline-end:50px;border-color:inherit;background:rgba(3,2,1,0)}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem--selected>.mm-listitem__text{background:var(--mm-color-background-emphasis)}.mm-listitem--opened>.mm-listitem__btn,.mm-listitem--opened>.mm-panel{background:var(--mm-color-background-highlight)}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-menu{display:flex;flex-direction:column;padding:0;margin:0;position:absolute;inset:0;z-index:0;overscroll-behavior:none;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-lineheight);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.mm-menu,.mm-menu *{box-sizing:border-box}.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{outline:0}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:0}.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:-5px}.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:2px}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}:root{--mm-navbar-size:50px}.mm-navbar{display:flex;position:sticky;top:0;z-index:2;min-height:var(--mm-navbar-size);padding-top:env(safe-area-inset-top);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;background:var(--mm-color-background);border-bottom:1px solid var(--mm-color-border);transition-property:opacity}.mm-navbar>*{flex-grow:1;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.mm-navbar__btn{flex-grow:0}.mm-navbar__title{flex:1 1 50%;display:flex;padding:0 20px;overflow:hidden}.mm-navbar__title[href="#"]{pointer-events:none}.mm-navbar__title>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){padding-inline-start:60px;padding-inline-end:10px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{padding-inline-start:10px;padding-inline-end:60px}.mm-panel{--mm-panel-child-offset:100%;--mm-panel-parent-offset:-30%;position:absolute;inset:0;z-index:1;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;overscroll-behavior:contain;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);transform:translate3d(var(--mm-panel-child-offset),0,0);transition-property:transform,inset-inline-start}[dir=rtl] .mm-panel{--mm-panel-child-offset:-100%;--mm-panel-parent-offset:30%}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel:focus{outline:0}.mm-panel--opened{z-index:2;transform:translateZ(0);transition-delay:0s}.mm-panel--parent{transform:translate3d(var(--mm-panel-parent-offset),0,0);z-index:0}.mm-panel--highest{z-index:3}.mm-menu--opened .mm-panel--noanimation{transition:none!important;transition-duration:0s!important}.mm-panel__content{padding:20px}.mm-panels{flex-grow:1;position:relative;height:100%;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels:focus{outline:0}:root{--mm-toggle-size:34px}.mm-toggle{display:flex;align-self:center;flex:calc(var(--mm-toggle-size) * 1.75) 0 0;height:var(--mm-toggle-size);margin-inline-end:10px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;border-radius:var(--mm-toggle-size);border:var(--mm-color-border);background:var(--mm-color-border);cursor:pointer;transition-property:background-color}.mm-toggle:before{content:"";aspect-ratio:1;margin:2px;border-radius:100%;background:var(--mm-color-background);transition-property:transform}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{transform:translate(calc(var(--mm-toggle-size) * .75))}[dir=rtl] .mm-toggle:checked:before{transform:translate(calc(var(--mm-toggle-size) * -.75))}.mm-listitem--vertical>.mm-panel{position:static;width:100%;padding:10px 0 10px 20px;transform:none!important;transition:none!important}.mm-listitem--vertical>.mm-panel:after{content:none;display:none}.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{display:none}.mm-listitem--vertical>.mm-listitem__btn{height:var(--mm-listitem-size);bottom:auto}.mm-listitem--vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem--opened>.mm-listitem__btn:after{transform:rotate(225deg);right:19px}:root{--mm-size:80%;--mm-min-size:240px;--mm-max-size:440px}.mm-menu--offcanvas{position:fixed;z-index:0}.mm-page{box-sizing:border-box;min-height:100vh;background:inherit}:where(.mm-slideout){position:relative;z-index:1;width:100%;transition-duration:.4s;transition-timing-function:ease;transition-property:width,transform}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:rgba(0,0,0,.4)}.mm-wrapper--opened .mm-wrapper__blocker{--mm-blocker-visibility-delay:0s;--mm-blocker-opacity-delay:.4s;bottom:0;opacity:.5}.mm-menu{--mm-translate-horizontal:0;--mm-translate-vertical:0}.mm-menu--position-left,.mm-menu--position-left-front{right:auto}.mm-menu--position-right,.mm-menu--position-right-front{left:auto}.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-left-front{--mm-translate-horizontal:-100%}.mm-menu--position-right-front{--mm-translate-horizontal:100%}.mm-menu--position-top{bottom:auto}.mm-menu--position-bottom{top:auto}.mm-menu--position-bottom,.mm-menu--position-top{width:100%;height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-top{--mm-translate-vertical:-100%}.mm-menu--position-bottom{--mm-translate-vertical:100%}.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{z-index:2;transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transition-property:transform}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{transform:translateZ(0)}.mm-wrapper--position-left{--mm-translate-horizontal:clamp( var(--mm-min-size), var(--mm-size), var(--mm-max-size) )}.mm-wrapper--position-right{--mm-translate-horizontal:clamp( calc(-1 * var(--mm-max-size)), calc(-1 * var(--mm-size)), calc(-1 * var(--mm-min-size)) )}.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{transform:translateZ(0)}.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{transform:translate3d(var(--mm-translate-horizontal),0,0)}.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{z-index:1}.mm-menu--theme-light{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / .15);--mm-color-icon:rgb(0 0 0 / .4);--mm-color-text:rgb(0 0 0 / .8);--mm-color-text-dimmed:rgb(0 0 0 / .4);--mm-color-background-highlight:rgb(0 0 0 / .05);--mm-color-background-emphasis:rgb(255 255 255 / .75);--mm-color-focusring:#06c}.mm-menu--theme-light-contrast{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / .5);--mm-color-icon:rgb(0 0 0 / .5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / .7);--mm-color-background-highlight:rgb(0 0 0 / .05);--mm-color-background-emphasis:rgb(255 255 255 / .9);--mm-color-focusring:#06c}.mm-menu--theme-dark{--mm-color-background:#333;--mm-color-border:rgb(0, 0, 0, .4);--mm-color-icon:rgb(255, 255, 255, .4);--mm-color-text:rgb(255, 255, 255, .8);--mm-color-text-dimmed:rgb(255, 255, 255, .4);--mm-color-background-highlight:rgb(255, 255, 255, .08);--mm-color-background-emphasis:rgb(0, 0, 0, .1);--mm-color-focusring:#06c}.mm-menu--theme-dark-contrast{--mm-color-background:#333;--mm-color-border:rgb(255 255 255 / .5);--mm-color-icon:rgb(255 255 255 / .5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / .7);--mm-color-background-highlight:rgb(255 255 255 / .1);--mm-color-background-emphasis:rgb(0 0 0 / .3);--mm-color-focusring:#06c}.mm-menu--theme-white{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / .15);--mm-color-icon:rgb(0 0 0 / .3);--mm-color-text:rgb(0 0 0 / .8);--mm-color-text-dimmed:rgb(0 0 0 / .3);--mm-color-background-highlight:rgb(0 0 0 / .06);--mm-color-background-emphasis:rgb(0 0 0 / .03);--mm-color-focusring:#06c}.mm-menu--theme-white-contrast{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / .5);--mm-color-icon:rgb(0 0 0 / .5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / .7);--mm-color-background-highlight:rgb(0 0 0 / .07);--mm-color-background-emphasis:rgb(0 0 0 / .035);--mm-color-focusring:#06c}.mm-menu--theme-black{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / .2);--mm-color-icon:rgb(255 255 255 / .4);--mm-color-text:rgb(255 255 255 / .7);--mm-color-text-dimmed:rgb(255 255 255 / .4);--mm-color-background-highlight:rgb(255 255 255 / .1);--mm-color-background-emphasis:rgb(255 255 255 / .06);--mm-color-focusring:#06c}.mm-menu--theme-black-contrast{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / .5);--mm-color-icon:rgb(255 255 255 / .5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / .6);--mm-color-background-highlight:rgb(255 255 255 / .125);--mm-color-background-emphasis:rgb(255 255 255 / .1);--mm-color-focusring:#06c}.mm-counter{display:block;padding-inline-start:20px;float:right;color:var(--mm-color-text-dimmed)}[dir=rtl] .mm-counter{float:left}:root{--mm-iconbar-size:50px}.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{margin-right:var(--mm-iconbar-size)}.mm-iconbar{display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{display:flex;flex-direction:column;justify-content:space-between}.mm-menu--iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu--iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{inset-inline-start:calc(0 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-1{inset-inline-start:calc(1 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-2{inset-inline-start:calc(2 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-3{inset-inline-start:calc(3 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-4{inset-inline-start:calc(4 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-first~.mm-panel{inset-inline-start:var(--mm-iconpanel-size)}.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{opacity:0}.mm-menu--iconpanel .mm-panels>.mm-panel--parent{overflow-y:hidden;transform:unset}.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-inline-start-width:1px;border-inline-start-style:solid}.mm-navbars{flex-shrink:0}.mm-navbars .mm-navbar{position:relative;padding-top:0;border-bottom:none}.mm-navbars--top{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar:first-child{padding-top:env(safe-area-inset-top)}.mm-navbars--bottom{border-top:1px solid var(--mm-color-border)}.mm-navbars--bottom .mm-navbar:last-child{padding-bottom:env(safe-area-inset-bottom)}.mm-navbar__breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex:1 1 50%;display:flex;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:flex;align-items:center;justify-content:center;padding-inline-end:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){padding-inline-end:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{padding-inline-start:0}.mm-navbar__tab{padding:0 10px;border:1px solid transparent}.mm-navbar__tab--selected{background:var(--mm-color-background)}.mm-navbar__tab--selected:not(:first-child){border-inline-start-color:var(--mm-color-border)}.mm-navbar__tab--selected:not(:last-child){border-inline-end-color:var(--mm-color-border)}.mm-navbars--top.mm-navbars--has-tabs{border-bottom:none}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab{border-bottom-color:var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab--selected{border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars--bottom.mm-navbar--has-tabs{border-top:none}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{background:var(--mm-color-background)}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--bottom .mm-navbar__tab{border-top-color:var(--mm-color-border)}.mm-navbars--bottom .mm-navbar__tab--selected{border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-searchfield{display:flex;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield__input{display:flex;flex:1;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;box-sizing:border-box}.mm-searchfield__input input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:auto;max-height:auto;margin:0;padding:0 10px;box-sizing:border-box;border:none;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);font:inherit;font-size:inherit}.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-menu[class*=-contrast] .mm-searchfield__input input{border:1px solid var(--mm-color-border)}.mm-searchfield__input input::-ms-clear{display:none}.mm-searchfield__btn{display:none;position:absolute;inset-inline-end:0;top:0;bottom:0}.mm-searchfield--searching .mm-searchfield__btn{display:block}.mm-searchfield__cancel{display:block;position:relative;margin-inline-end:-100px;padding-inline-start:5px;padding-inline-end:20px;visibility:hidden;line-height:var(--mm-navbar-size);text-decoration:none;transition-property:visibility,margin}.mm-searchfield--cancelable .mm-searchfield__cancel{visibility:visible;margin-inline-end:0}.mm-panel--search{left:0!important;right:0!important;width:100%!important;border:none!important}.mm-panel__splash{padding:20px}.mm-panel--searching .mm-panel__splash{display:none}.mm-panel__noresults{display:none;padding:40px 20px;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;line-height:1.4}.mm-panel--noresults .mm-panel__noresults{display:block}:root{--mm-sectionindexer-size:20px}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:var(--mm-sectionindexer-size);position:absolute;top:0;bottom:0;inset-inline-end:calc(-1 * var(--mm-sectionindexer-size));z-index:5;transition-property:inset-inline-end;display:flex;flex-direction:column;justify-content:space-evenly}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{padding-inline-end:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{padding-inline-end:var(--mm-sectionindexer-size)}.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:0 0}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:var(--mm-max-size)}.mm-wrapper--sidebar-collapsed .mm-slideout{width:calc(100% - var(--mm-sidebar-collapsed-size));transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{transform:none}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{opacity:0}.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{width:var(--mm-sidebar-expanded-size);border-right-width:1px;border-right-style:solid}.mm-wrapper--sidebar-expanded.mm-wrapper--opened{overflow:auto}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{display:none}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{width:calc(100% - var(--mm-sidebar-expanded-size));transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{transform:none}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;backface-visibility:hidden;outline:none}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{transition:transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:flex!important;justify-content:center;align-items:center;transform:translateZ(0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:flex;justify-content:center;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:none!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:none;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;touch-action:none;margin:auto;min-width:200px}.desc-top .gslide-image img,.desc-bottom .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:grabbing!important;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video:before{content:"";position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing:before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:grabbing!important;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:flex;width:auto}.zoomed .gslide-media{box-shadow:none!important}.desc-top .gslide-media,.desc-bottom .gslide-media{margin:0 auto;flex-direction:column}.gslide-description{position:relative;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description,.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px 50px;max-width:100vw!important;order:2!important;max-height:78vh;overflow:auto!important;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.75) 100%);transition:opacity .3s linear}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{transition:opacity .5s ease;opacity:1}.greset{transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gprev,.gnext,.gclose{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column}.gprev svg,.gnext svg,.gclose svg{display:block;width:25px;height:auto;margin:0;padding:0}.gprev.disabled,.gnext.disabled,.gclose.disabled{opacity:.1}.gprev .garrow,.gnext .garrow,.gclose .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gnext,.glightbox-closing .gprev,.glightbox-closing .gclose{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gprev,.glightbox-clean .gnext,.glightbox-clean .gclose{background-color:#000000bf;border-radius:4px}.glightbox-clean .gprev path,.glightbox-clean .gnext path,.glightbox-clean .gclose path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{animation:gfadeIn .5s ease}.gfadeOut{animation:gfadeOut .5s ease}.gslideOutLeft{animation:gslideOutLeft .3s ease}.gslideInLeft{animation:gslideInLeft .3s ease}.gslideOutRight{animation:gslideOutRight .3s ease}.gslideInRight{animation:gslideInRight .3s ease}.gzoomIn{animation:gzoomIn .5s ease}.gzoomOut{animation:gzoomOut .5s ease}@keyframes lightboxLoader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@keyframes gslideInLeft{0%{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translateZ(0);opacity:1}}@keyframes gslideOutLeft{0%{opacity:1;visibility:visible;transform:translateZ(0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideInRight{0%{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translateZ(0);opacity:1}}@keyframes gslideOutRight{0%{opacity:1;visibility:visible;transform:translateZ(0)}to{transform:translate3d(60%,0,0);opacity:0}}@keyframes gzoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width: 769px){.glightbox-container .ginner-container{width:auto;height:auto;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px #000000a6}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gprev,.glightbox-clean .gnext,.glightbox-clean .gclose{background-color:#00000052}.glightbox-clean .gprev:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gclose:hover{background-color:#000000b3}.glightbox-clean .gprev,.glightbox-clean .gnext{top:45%}}@media (min-width: 992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height: 420px){.goverlay{background:#000}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.frame table{width:100%;table-layout:auto;border-width:1px;--tw-border-opacity:1;border-color:rgb(254 207 91 / var(--tw-border-opacity));font-size:.875rem;line-height:1.25rem}.frame table.stacktable{display:none}.frame table.stacktable.small-only{display:table;--tw-border-opacity:1;border-color:rgb(230 230 230 / var(--tw-border-opacity))}@media (min-width: 768px){.frame table.stacktable.small-only{display:none}}.frame table.stacktable.small-only tr{display:flex;flex-direction:row;flex-wrap:wrap}.frame table.stacktable.small-only tr br{content:""}.frame table.stacktable.small-only tr br:after{content:",\a0"}.frame table.stacktable.small-only .st-key{font-weight:600}@media (min-width: 768px){.frame table.stacktable.large-only{display:table}}.frame table th{padding:.5rem .625rem;text-align:left;--tw-text-opacity:1;color:rgb(18 18 18 / var(--tw-text-opacity))}.frame table th.align-center{text-align:center}.frame table thead{border-bottom-width:0px}.frame table thead tr{--tw-bg-opacity:1;background-color:rgb(254 207 91 / var(--tw-bg-opacity))}.frame table.dark{--tw-border-opacity:1;border-color:rgb(102 102 102 / var(--tw-border-opacity))}.frame table.dark thead tr{--tw-bg-opacity:1;background-color:rgb(72 72 72 / var(--tw-bg-opacity))}.frame table.dark thead tr th{padding:.5rem .625rem;text-align:left;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.frame table.dark thead tr th a{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.frame table tr{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.frame table tr td{padding:.5rem .625rem;vertical-align:middle;--tw-text-opacity:1;color:rgb(51 51 51 / var(--tw-text-opacity))}.frame table tr:nth-child(even){--tw-bg-opacity:1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}body input[type=text]:focus,body input[type=password]:focus,body input[type=email]:focus,body input[type=number]:focus,body input[type=url]:focus,body input[type=date]:focus,body input[type=datetime-local]:focus,body input[type=month]:focus,body input[type=week]:focus,body input[type=time]:focus,body input[type=search]:focus,body input[type=tel]:focus,body input[type=checkbox]:focus,body input[type=radio]:focus,body select:focus,body select[multiple]:focus,body textarea:focus{--tw-border-opacity:1;border-color:rgb(254 207 91 / var(--tw-border-opacity));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(254 207 91 / var(--tw-ring-opacity))}.frame input:not([type=checkbox],[type=radio]){border-width:1px;--tw-border-opacity:1;border-color:rgb(194 201 202 / var(--tw-border-opacity));padding:.5rem .625rem;--tw-text-opacity:1;color:rgb(18 18 18 / var(--tw-text-opacity))}.frame input:not([type=checkbox],[type=radio])::-moz-placeholder{--tw-text-opacity:1;color:rgb(102 102 102 / var(--tw-text-opacity))}.frame input:not([type=checkbox],[type=radio])::placeholder{--tw-text-opacity:1;color:rgb(102 102 102 / var(--tw-text-opacity))}.powermail_form>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.powermail_form .powermail_fieldset .row{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:flex-start;gap:1.5rem}@media (min-width: 768px){.powermail_form .powermail_fieldset .row .columns.medium-6{grid-column:span 6 / span 6}}.powermail_form .powermail_fieldset .powermail_fieldwrap{grid-column:span 12 / span 12}@media (min-width: 640px){.powermail_form .powermail_fieldset .powermail_fieldwrap.col1{grid-column:span 1 / span 1}.powermail_form .powermail_fieldset .powermail_fieldwrap.col2{grid-column:span 2 / span 2}.powermail_form .powermail_fieldset .powermail_fieldwrap.col3{grid-column:span 3 / span 3}.powermail_form .powermail_fieldset .powermail_fieldwrap.col4{grid-column:span 4 / span 4}.powermail_form .powermail_fieldset .powermail_fieldwrap.col5{grid-column:span 5 / span 5}.powermail_form .powermail_fieldset .powermail_fieldwrap.col6{grid-column:span 6 / span 6}.powermail_form .powermail_fieldset .powermail_fieldwrap.col7{grid-column:span 7 / span 7}.powermail_form .powermail_fieldset .powermail_fieldwrap.col8{grid-column:span 8 / span 8}.powermail_form .powermail_fieldset .powermail_fieldwrap.col9{grid-column:span 9 / span 9}.powermail_form .powermail_fieldset .powermail_fieldwrap.col10{grid-column:span 10 / span 10}.powermail_form .powermail_fieldset .powermail_fieldwrap.col11{grid-column:span 11 / span 11}.powermail_form .powermail_fieldset .powermail_fieldwrap.col12{grid-column:span 12 / span 12}}.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_input,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_textarea,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_date,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_select{display:block;width:100%;border-width:1px;--tw-border-opacity:1;border-color:rgb(194 201 202 / var(--tw-border-opacity));padding:.5rem .625rem;--tw-text-opacity:1;color:rgb(18 18 18 / var(--tw-text-opacity))}.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_input::-moz-placeholder,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_textarea::-moz-placeholder,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_date::-moz-placeholder,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_select::-moz-placeholder{--tw-text-opacity:1;color:rgb(102 102 102 / var(--tw-text-opacity))}.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_input::placeholder,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_textarea::placeholder,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_date::placeholder,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_select::placeholder{--tw-text-opacity:1;color:rgb(102 102 102 / var(--tw-text-opacity))}.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_input:focus,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_textarea:focus,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_date:focus,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_select:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(254 207 91 / var(--tw-ring-opacity))}.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_checkbox,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_radio{--tw-text-opacity:1;color:rgb(254 187 22 / var(--tw-text-opacity));--tw-ring-opacity:1;--tw-ring-color:rgb(243 172 3 / var(--tw-ring-opacity))}.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field_error{--tw-border-opacity:1;border-color:rgb(254 110 91 / var(--tw-border-opacity))}.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_label{padding:.375rem .125rem;font-size:.875rem;line-height:1.25rem;font-weight:600}.powermail_form .powermail-errors-list li{padding:.375rem .125rem;font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(254 110 91 / var(--tw-text-opacity))}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;src:local(""),url(/_assets/ed07e920c6b8cbc5351ae36d09a1484f/Assets/open-sans-v34-latin-300.woff2) format("woff2"),url(/_assets/ed07e920c6b8cbc5351ae36d09a1484f/Assets/open-sans-v34-latin-300.woff) format("woff")}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:local(""),url(/_assets/ed07e920c6b8cbc5351ae36d09a1484f/Assets/open-sans-v34-latin-regular.woff2) format("woff2"),url(/_assets/ed07e920c6b8cbc5351ae36d09a1484f/Assets/open-sans-v34-latin-regular.woff) format("woff")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;src:local(""),url(/_assets/ed07e920c6b8cbc5351ae36d09a1484f/Assets/open-sans-v34-latin-600.woff2) format("woff2"),url(/_assets/ed07e920c6b8cbc5351ae36d09a1484f/Assets/open-sans-v34-latin-600.woff) format("woff")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:local(""),url(/_assets/ed07e920c6b8cbc5351ae36d09a1484f/Assets/open-sans-v34-latin-700.woff2) format("woff2"),url(/_assets/ed07e920c6b8cbc5351ae36d09a1484f/Assets/open-sans-v34-latin-700.woff) format("woff")}.button,.glightbox-container .gbtn,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_submit{display:block;cursor:pointer;border-style:none;padding:.625rem .75rem;text-align:center;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}@media (min-width: 640px){.button,.glightbox-container .gbtn,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_submit{display:inline-flex;text-align:left}}.button,.glightbox-container .gbtn,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_submit{text-decoration-line:none!important;font-weight:500!important}.button.expanded,.glightbox-container .expanded.gbtn,.powermail_form .powermail_fieldset .powermail_fieldwrap .expanded.powermail_submit{display:block;text-align:center}.button.primary,.glightbox-container .gbtn,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_submit{--tw-bg-opacity:1;background-color:rgb(254 207 91 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(44 44 44 / var(--tw-text-opacity))}.button.primary:hover,.glightbox-container .gbtn:hover,.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_submit:hover{--tw-bg-opacity:1;background-color:rgb(254 187 22 / var(--tw-bg-opacity))}.button.secondary,.glightbox-container .secondary.gbtn,.powermail_form .powermail_fieldset .powermail_fieldwrap .secondary.powermail_submit{--tw-bg-opacity:1;background-color:rgb(44 44 44 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.button.secondary:hover,.glightbox-container .secondary.gbtn:hover,.powermail_form .powermail_fieldset .powermail_fieldwrap .secondary.powermail_submit:hover{--tw-bg-opacity:1;background-color:rgb(72 72 72 / var(--tw-bg-opacity))}.button.success,.glightbox-container .success.gbtn,.powermail_form .powermail_fieldset .powermail_fieldwrap .success.powermail_submit{--tw-bg-opacity:1;background-color:rgb(221 236 191 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(44 44 44 / var(--tw-text-opacity))}.button.success:hover,.glightbox-container .success.gbtn:hover,.powermail_form .powermail_fieldset .powermail_fieldwrap .success.powermail_submit:hover{--tw-bg-opacity:.8}.button.warning,.glightbox-container .warning.gbtn,.powermail_form .powermail_fieldset .powermail_fieldwrap .warning.powermail_submit{--tw-bg-opacity:1;background-color:rgb(255 174 0 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(44 44 44 / var(--tw-text-opacity))}.button.warning:hover,.glightbox-container .warning.gbtn:hover,.powermail_form .powermail_fieldset .powermail_fieldwrap .warning.powermail_submit:hover{--tw-bg-opacity:.8}.button.alert,.glightbox-container .alert.gbtn,.powermail_form .powermail_fieldset .powermail_fieldwrap .alert.powermail_submit{--tw-bg-opacity:1;background-color:rgb(254 110 91 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(44 44 44 / var(--tw-text-opacity))}.button.alert:hover,.glightbox-container .alert.gbtn:hover,.powermail_form .powermail_fieldset .powermail_fieldwrap .alert.powermail_submit:hover{--tw-bg-opacity:.8}.chart{position:relative;margin-bottom:.5rem;width:100%;--tw-bg-opacity:1;background-color:rgb(240 240 240 / var(--tw-bg-opacity));padding-top:72%}.chart svg{position:absolute;top:0;left:0}.chart .loading{position:absolute;top:50%;left:50%;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.chart .error{position:absolute;top:50%;left:50%;display:none;width:100%;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));text-align:center}.axis{fill:transparent;stroke:#484848;stroke-width:1}.axis text{fill:#484848;stroke:transparent;font-size:.75rem;line-height:1rem}.x-axis .tick,.y-axis .tick{stroke-width:1;--tw-text-opacity:1;color:rgb(194 201 202 / var(--tw-text-opacity))}.line{stroke:#fecf5b;stroke-width:2}.area{fill:#fecf5b;stroke-width:0;opacity:.2}.focus-line{fill:transparent;stroke:#f2ac01;stroke-width:1;stroke-dasharray:3 3}.focus-circle{fill:#fecf5b;stroke:#fecf5b;stroke-width:1}.focus-circle.hide{display:none}.overlay{fill:transparent;pointer-events:all}.legend-text{z-index:10;fill:#484848}.legend-arrow,.legend-box{fill:#fecf5b}.glightbox-container .goverlay,.glightbox-container .glightbox-mobile .goverlay{background-color:rgb(44 44 44 / var(--tw-bg-opacity));--tw-bg-opacity:.9}.glightbox-container .gslide-media{overflow:visible;--tw-shadow:0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.glightbox-container .ginlined-content{overflow:visible}.glightbox-container .gslide-description{--tw-bg-opacity:1;background-color:rgb(238 238 238 / var(--tw-bg-opacity))}.glightbox-container .gbtn{border-radius:0}.glightbox-container .gbtn:hover{--tw-bg-opacity:1;background-color:rgb(243 172 3 / var(--tw-bg-opacity))}.glightbox-container .gbtn path{fill:#121212}.smartbanner{position:fixed;z-index:10;bottom:0;left:0;overflow-x:hidden;width:100%;height:84px;background:#f3f3f3}.smartbanner__exit{position:absolute;top:calc(50% - 6px);left:9px;display:block;margin:0;width:12px;height:12px;border:0;text-align:center}.smartbanner__exit:before,.smartbanner__exit:after{position:absolute;width:1px;height:12px;background:#767676;content:" "}.smartbanner__exit:before{transform:rotate(45deg)}.smartbanner__exit:after{transform:rotate(-45deg)}.smartbanner__icon{position:absolute;top:10px;left:30px;width:64px;height:64px;border-radius:15px;background-size:64px 64px}.smartbanner__info{position:absolute;top:10px;left:104px;display:flex;overflow-y:hidden;width:60%;height:64px;align-items:center;color:#000}.smartbanner__info__title{font-size:14px}.smartbanner__info__author,.smartbanner__info__price{font-size:12px}.smartbanner__button{position:absolute;top:32px;right:10px;z-index:1;display:block;padding:0 10px;min-width:10%;border-radius:5px;background:#f3f3f3;color:#1474fc;font-size:18px;text-align:center;text-decoration:none}.smartbanner__button__label{text-align:center}.smartbanner.smartbanner--android{background:#3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);box-shadow:inset 0 4px #88b131}.smartbanner.smartbanner--android .smartbanner__exit{left:6px;margin-right:7px;width:17px;height:17px;border-radius:14px;background:#1c1e21;box-shadow:0 1px 2px #000c inset,0 1px 1px #ffffff4d;color:#b1b1b3;font-family:ArialRoundedMTBold,Arial;font-size:20px;-webkit-font-smoothing:subpixel-antialiased;line-height:17px;text-shadow:0 1px 1px #000}.smartbanner.smartbanner--android .smartbanner__exit:before,.smartbanner.smartbanner--android .smartbanner__exit:after{top:3px;left:8px;width:2px;height:11px;background:#b1b1b3}.smartbanner.smartbanner--android .smartbanner__exit:active,.smartbanner.smartbanner--android .smartbanner__exit:hover{color:#eee}.smartbanner.smartbanner--android .smartbanner__icon{background-color:transparent;box-shadow:none}.smartbanner.smartbanner--android .smartbanner__info{color:#ccc;text-shadow:0 1px 2px #000}.smartbanner.smartbanner--android .smartbanner__info__title{color:#fff;font-weight:700}.smartbanner.smartbanner--android .smartbanner__button{top:30px;right:20px;padding:0;min-width:12%;border-radius:0;background:none;box-shadow:0 0 0 1px #333,0 0 0 2px #dddcdc;color:#d1d1d1;font-size:14px;font-weight:700}.smartbanner.smartbanner--android .smartbanner__button:active,.smartbanner.smartbanner--android .smartbanner__button:hover{background:none}.smartbanner.smartbanner--android .smartbanner__button__label{display:block;padding:0 10px;background:#42b6c9;background:linear-gradient(to bottom,#42b6c9,#39a9bb);box-shadow:none;line-height:24px;text-align:center;text-shadow:none;text-transform:none}.smartbanner.smartbanner--android .smartbanner__button__label:active,.smartbanner.smartbanner--android .smartbanner__button__label:hover{background:#2ac7e1}#CybotCookiebotDialogBackgroundOverlayer{display:none;content:"";position:fixed;inset:0;background:rgba(0,0,0,.8);z-index:9999;pointer-events:none}#CybotCookiebotDialog{border-radius:unset!important;top:50vh!important}#CybotCookiebotDialog label{display:inline-flex!important;flex-wrap:wrap!important;align-items:baseline!important;justify-content:space-between!important;font-weight:700!important}#CybotCookiebotDialog button:before{margin-top:.25em!important}#CybotCookiebotDialog .CybotExternalLinkArrow{width:0!important;height:0!important;padding:9px!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAMFJREFUOE+1lN0NwjAMhO82YARW6SSwAhPACGzECIxAN4ANjhxqUIQax30gUl5i64t/zqakA4BruTt0DknaJEldnwJ6ANj3HPyeBX1+qc4RsNok+eNbGwBruFnQD2SusE2gFcgEwKVBGrQGITl/M8qk1oO0nRxGFEHaxoSgLCSsURYS1igLCWskyaNyX/RhnUzuTk+oo4guRR+ewRCS6pojI/kajcwmHUWwv4Ce0S4apbbYZwvyWHbWebSTAqDreHoDQ3+4FHMKHc4AAAAASUVORK5CYII=)!important}.smartbanner~div #CookiebotWidget{bottom:100px!important}#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup,#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo{border-radius:unset!important}#CookiebotWidget{transition:unset!important;animation:unset!important}#CookiebotWidget-widgetContent,#CookiebotWidget.CookiebotWidget-open{border-radius:unset!important}body:has(> #CybotCookiebotDialog[style="display: flex;"]) #CybotCookiebotDialogBackgroundOverlayer,body:has(> div > #CybotCookiebotDialog[style="display: flex;"]) #CybotCookiebotDialogBackgroundOverlayer{display:block!important}.tx-cover-letter-form{position:relative}.tx-cover-letter-form input{--tw-text-opacity:1;color:rgb(44 44 44 / var(--tw-text-opacity))}.tx-cover-letter-form .row{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:.5rem}.tx-cover-letter-form .row .columns{grid-column:span 6 / span 6}.tx-cover-letter-form .row .columns.small-12{grid-column:span 12 / span 12}@media (min-width: 768px){.tx-cover-letter-form .row .columns.medium-6{grid-column:span 6 / span 6}.tx-cover-letter-form .row .columns.medium-4{grid-column:span 4 / span 4}.tx-cover-letter-form .row .columns.medium-8{grid-column:span 8 / span 8}.tx-cover-letter-form .row .columns.medium-12{grid-column:span 12 / span 12}}@media (min-width: 1024px){.tx-cover-letter-form .row .columns.large-3{grid-column:span 3 / span 3}.tx-cover-letter-form .row .columns.large-4{grid-column:span 4 / span 4}.tx-cover-letter-form .row .columns.large-9{grid-column:span 9 / span 9}.tx-cover-letter-form .row .columns.large-12{grid-column:span 12 / span 12}}.tx-cover-letter-form .form-control{display:block;width:100%}.tx-cover-letter-form .form-check{display:flex;align-items:center}.tx-cover-letter-form .form-radio,.tx-cover-letter-form .form-check-inline{display:inline-flex;align-items:center}.tx-cover-letter-form input[type=checkbox],.tx-cover-letter-form input[type=radio]{padding:0}.tx-cover-letter-form .hide{display:none!important}.tx-cover-letter-form .button,.tx-cover-letter-form .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_submit,.powermail_form .powermail_fieldset .powermail_fieldwrap .tx-cover-letter-form .powermail_submit,.tx-cover-letter-form .glightbox-container .gbtn,.glightbox-container .tx-cover-letter-form .gbtn{display:inline-flex;align-items:center;gap:.25rem}.tx-cover-letter-form .languages{position:absolute;top:0;right:0}.tx-cover-letter-form .languages ul{list-style:none}.tx-cover-letter-form .languages ul li{display:inline-block}.tx-cover-letter-form .languages ul li button{cursor:pointer;display:block;width:2.25rem;padding:2px;border:1px solid transparent;margin:2px;outline:0;opacity:.6;transition:all .2s ease}.tx-cover-letter-form .languages ul li button svg{display:block;width:100%;height:auto}.tx-cover-letter-form .languages ul li.active button,.tx-cover-letter-form .languages ul li:hover button{opacity:1;border:1px solid #888}.tx-cover-letter-form .clear-after:after{content:"";display:table;clear:both}.tx-cover-letter-form .form-error{margin-bottom:0;font-weight:600;line-height:1rem;color:#c00;margin-top:.25rem;margin-bottom:.25rem}.tx-cover-letter-form .login-in-process{margin:20px 0}.tx-cover-letter-form .remove-fieldset{position:absolute;top:10px;right:10px;font-size:1rem}.tx-cover-letter-form .remove-fieldset .translation-label{display:none;visibility:hidden}.tx-cover-letter-form .fieldset-material .form-error{margin-top:.5rem}.tx-cover-letter-form .fieldset-material .fieldset-inner{gap:1.5rem}@media (min-width: 768px){.tx-cover-letter-form .fieldset-material .fieldset-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}.tx-cover-letter-form .fieldset-material .fieldset-inner>div>div[data-id*=field-material]{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));align-items:center;gap:1.5rem}@media (min-width: 768px){.tx-cover-letter-form .fieldset-material .fieldset-inner>div>div[data-id*=field-material]{grid-template-columns:repeat(2,minmax(0,1fr))}}.tx-cover-letter-form .form-fieldset{padding:.75rem}@media (min-width: 768px){.tx-cover-letter-form .form-fieldset{padding:1.5rem}}.tx-cover-letter-form .form-fieldset{border:1px solid #dddddd;background-color:#f9f9f9;margin-bottom:20px;position:relative}.tx-cover-letter-form .form-fieldset .form-field label{display:block}@media (min-width: 768px){.tx-cover-letter-form .form-fieldset .form-field.field-material .select-checkbox-input{margin-bottom:.75rem}}.tx-cover-letter-form .form-fieldset .form-field.field-material .select-checkbox-checkboxes{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 640px){.tx-cover-letter-form .form-fieldset .form-field.field-material .select-checkbox-checkboxes{flex-direction:row;flex-wrap:wrap;gap:1.5rem}}.tx-cover-letter-form .form-fieldset .form-field.field-material .select-checkbox-checkboxes>div{display:inline-flex;align-items:center;gap:.25rem}.tx-cover-letter-form .form-fieldset .form-field.field-material-internal{margin-bottom:0}.tx-cover-letter-form .form-fieldset .form-field.field-material-internal .suggest-filter-filters-top-bar{text-align:right}.tx-cover-letter-form .form-fieldset .form-field.field-material-internal .suggest-filter-filters-top-bar .clear-all-filters{cursor:pointer;color:#f2ac01}.tx-cover-letter-form .form-fieldset .form-field.field-material-internal .suggest-filter-filters{margin-bottom:3rem}.tx-cover-letter-form .form-fieldset .form-field.field-material-internal .suggest-filter-filters .suggest-filter-item .active .dropdown.unsearchable .vs__actions .clear{display:block!important}.tx-cover-letter-form .form-fieldset .form-field.field-material-internal .suggest-filter-input label{padding-left:1rem;padding-right:1rem;font-weight:700;background-color:#e6e6e6;border:1px solid #cacaca}.tx-cover-letter-form .form-fieldset .form-field.field-material-internal .suggest-filter-input label .label-result-length{float:right}.tx-cover-letter-form .form-fieldset .form-field.field-material-internal .suggest-filter-input.is-invalid label{background-color:#fe6e5b;border-color:#fe6e5b}.tx-cover-letter-form .form-fieldset .form-field.field-material-internal .suggest-filter-input.active label{background-color:#fecf5b;border-color:#fecf5b}@media (min-width: 1024px){.tx-cover-letter-form .form-fieldset .form-field.field-weight-internal{position:absolute;right:2.5rem;padding:0}.tx-cover-letter-form .form-fieldset .form-field.field-weight-internal>div label{padding-left:1rem;padding-right:1rem;font-weight:700;background-color:#e6e6e6;border:1px solid #cacaca}.tx-cover-letter-form .form-fieldset .form-field.field-weight-internal>div label .label-result-length{float:right}.tx-cover-letter-form .form-fieldset .form-field.field-weight-internal>div.is-invalid label{background-color:#fe6e5b;border-color:#fe6e5b}.tx-cover-letter-form .form-fieldset .form-field.field-weight-internal>div.active label{background-color:#fecf5b;border-color:#fecf5b}}.tx-cover-letter-form .form-fieldset .form-field.field-weight,.tx-cover-letter-form .form-fieldset .form-field.field-description{margin-bottom:.7rem}.tx-cover-letter-form .form-fieldset .form-field.field-radio-deliveryway,.tx-cover-letter-form .form-fieldset .form-field.field-radio-inform{padding-top:.5rem}.tx-cover-letter-form .form-fieldset .form-field.field-radio-deliveryway .form-check-inline label,.tx-cover-letter-form .form-fieldset .form-field.field-radio-inform .form-check-inline label{margin-right:1rem}.tx-cover-letter-form .form-fieldset .form-field.field-files-business-registration,.tx-cover-letter-form .form-fieldset .form-field.field-files-commercial-register{padding-top:1rem}.tx-cover-letter-form .form-fieldset .form-field.field-files-business-registration input,.tx-cover-letter-form .form-fieldset .form-field.field-files-commercial-register input{margin-top:.5rem;background-color:#e6e6e6}.tx-cover-letter-form .form-fieldset .form-field label{box-shadow:none;transition:all .5s}.tx-cover-letter-form .form-fieldset .form-field .active>.form-control{background-color:#fecf5b1a;border-color:#fecf5b}.tx-cover-letter-form .form-fieldset .form-field .active>label{background-color:#fecf5b;padding-left:.5rem;font-weight:700}.tx-cover-letter-form .form-fieldset .form-field .v-select .dropdown-menu>.highlight>a{background:#fecf5b;color:#0a0a0a}.tx-cover-letter-form .form-fieldset .form-field .dropdown.open .dropdown-toggle .vs__actions .open-indicator{padding-top:5px}.tx-cover-letter-form .form-fieldset .form-field .dropdown .dropdown-toggle{height:2.4375rem;margin:0 0 1rem;padding:0;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;box-shadow:inset 0 1px 2px #0a0a0a1a;font-family:inherit;font-size:1rem;font-weight:400;color:#0a0a0a;transition:box-shadow .5s,border-color .25s ease-in-out}.tx-cover-letter-form .form-fieldset .form-field .dropdown .dropdown-toggle input[type=search]{height:2.3375rem;margin:0}.tx-cover-letter-form .form-fieldset .form-field .dropdown .dropdown-toggle .vs__selected-options{padding:0}.tx-cover-letter-form .form-fieldset .form-field .dropdown .dropdown-toggle .vs__selected-options .selected-tag{border:none;background:none;margin:0;padding:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tx-cover-letter-form .form-fieldset .form-field .dropdown .dropdown-toggle .vs__actions .clear{color:#cacaca}.tx-cover-letter-form .form-fieldset .form-field .dropdown .dropdown-toggle .vs__actions .open-indicator{padding-bottom:5px}.tx-cover-letter-form .form-fieldset .form-field .dropdown .dropdown-toggle .vs__actions .open-indicator:before{border-color:#cacaca}.tx-cover-letter-form .form-fieldset .form-field .dropdown.disabled .dropdown-toggle{background-color:#e6e6e6}.tx-cover-letter-form .form-fieldset .form-field .dropdown.disabled .dropdown-toggle input[type=search]{display:none;background-color:#e6e6e6}.tx-cover-letter-form .form-fieldset #field-comment{width:100%;max-width:100%;min-width:100%;min-height:120px}.tx-cover-letter-form .summary-label{font-weight:700;margin:.5rem 0}.tx-cover-letter-form .fieldset-summary .form-field-wrap{margin-bottom:.7rem}.tx-cover-letter-form .fieldset-summary .form-field-wrap label{font-weight:700}.tx-cover-letter-form .fieldset-summary #edit-profile{margin-top:1rem}.tx-cover-letter-form .clone-fieldset-button{margin-bottom:1.5rem}.tx-cover-letter-form .actions{margin-top:20px;border-top:1px solid #dddddd;padding-top:20px}.tx-cover-letter-form .form-field,.tx-cover-letter-form .form-field-inner{position:relative}.tx-cover-letter-form .form-field .is-invalid .dropdown .dropdown-toggle{background-color:#fef0ee;border-color:#c00}.tx-cover-letter-form .form-field .is-invalid .dropdown .dropdown-toggle::-moz-placeholder{color:#c00}.tx-cover-letter-form .form-field .is-invalid .dropdown .dropdown-toggle::placeholder{color:#c00}.tx-cover-letter-form .form-field .is-invalid .dropdown .dropdown-toggle:-ms-input-placeholder{color:#c00}.tx-cover-letter-form .form-field .is-invalid .dropdown .dropdown-toggle::-ms-input-placeholder{color:#c00}.tx-cover-letter-form .is-invalid input,.tx-cover-letter-form .is-invalid select,.tx-cover-letter-form .is-invalid textarea,.tx-cover-letter-form .is-invalid .dropdown .dropdown-toggle{background-color:#fef0ee;border-color:#c00}.tx-cover-letter-form .is-invalid input::-moz-placeholder,.tx-cover-letter-form .is-invalid select::-moz-placeholder,.tx-cover-letter-form .is-invalid textarea::-moz-placeholder,.tx-cover-letter-form .is-invalid .dropdown .dropdown-toggle::-moz-placeholder{color:#c00}.tx-cover-letter-form .is-invalid input::placeholder,.tx-cover-letter-form .is-invalid select::placeholder,.tx-cover-letter-form .is-invalid textarea::placeholder,.tx-cover-letter-form .is-invalid .dropdown .dropdown-toggle::placeholder{color:#c00}.tx-cover-letter-form .is-invalid input:-ms-input-placeholder,.tx-cover-letter-form .is-invalid select:-ms-input-placeholder,.tx-cover-letter-form .is-invalid textarea:-ms-input-placeholder,.tx-cover-letter-form .is-invalid .dropdown .dropdown-toggle:-ms-input-placeholder{color:#c00}.tx-cover-letter-form .is-invalid input::-ms-input-placeholder,.tx-cover-letter-form .is-invalid select::-ms-input-placeholder,.tx-cover-letter-form .is-invalid textarea::-ms-input-placeholder,.tx-cover-letter-form .is-invalid .dropdown .dropdown-toggle::-ms-input-placeholder{color:#c00}.tx-cover-letter-form .step-navigation{margin:20px 0}.tx-cover-letter-form .step-navigation .breadcrumbs{margin:0;display:flex;flex-wrap:wrap;gap:.25rem;margin-top:1.5rem}.tx-cover-letter-form .step-navigation .breadcrumbs>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)));--tw-divide-opacity:1;border-color:rgb(194 201 202 / var(--tw-divide-opacity))}.tx-cover-letter-form .step-navigation li{padding-left:1rem;padding-right:1rem;text-transform:uppercase;font-size:.9rem}.tx-cover-letter-form .step-navigation li.active{font-weight:700}.tx-cover-letter-form .step-navigation li.has-error{color:#c00!important}.tx-cover-letter-form .field-errors{position:absolute;right:0;font-size:.8rem;color:#c00;top:0}.tx-cover-letter-form .form-submit-error,.tx-cover-letter-form .form-default-error{padding:1rem;color:#c00;border:1px solid #c00;margin-bottom:1rem}.tx-cover-letter-form .form-submit-error a,.tx-cover-letter-form .form-default-error a{color:#c00;font-weight:700}.tx-cover-letter-form .form-submit-success{padding:1rem;border:1px solid #fecf5b;margin-bottom:1rem}.tx-cover-letter-form #login-here{margin:1rem 0}.tx-cover-letter-form .field-agb,.tx-cover-letter-form .field-files{margin-top:1rem}.tx-cover-letter-form .field-agb a,.tx-cover-letter-form .field-files a{color:#f2ac01}.tx-cover-letter-form .field-agb .form-error,.tx-cover-letter-form .field-files .form-error{display:none}.tx-cover-letter-form .field-agb .form-error.is-visible,.tx-cover-letter-form .field-files .form-error.is-visible{display:block}.tx-cover-letter-form .field-agb .is-invalid a,.tx-cover-letter-form .field-files .is-invalid a{color:#c00}.tx-cover-letter-form .field-agb .field-errors,.tx-cover-letter-form .field-files .field-errors{top:-15px}.tx-cover-letter-form .field-agb .form-check,.tx-cover-letter-form .field-files .form-check{position:relative;padding-left:30px}.tx-cover-letter-form .field-agb .form-check input[type=checkbox],.tx-cover-letter-form .field-files .form-check input[type=checkbox]{position:absolute;left:0;top:7px}.tx-cover-letter-form .login-box .login-text{margin-bottom:.9rem}.tx-cover-letter-form [type=checkbox]+label,.tx-cover-letter-form [type=radio]+label{margin-left:.2rem}.tx-cover-letter-form div[data-id=user_id],.tx-cover-letter-form div[data-id=user-projects]{display:none}.tx-cover-letter-form #fieldset-login [data-id=field-order-as]{display:flex;flex-direction:column;gap:.75rem}.tx-cover-letter-form #fieldset-summary-delivery .fieldset-inner,.tx-cover-letter-form #fieldset-summary-credit .fieldset-inner,.tx-cover-letter-form #fieldset-summary-comment .fieldset-inner{display:block}.tx-cover-letter-form #fieldset-summary-material .fieldset-headline{margin-bottom:1rem}.tx-cover-letter-form #fieldset-summary-material .nested-summary-value{padding-left:0;list-style-type:none;counter-reset:pos-item}.tx-cover-letter-form #fieldset-summary-material .cloned-fieldset-value{display:list-item;margin-bottom:.9rem;padding-bottom:.9rem;border-bottom:1px solid #dddddd;counter-increment:pos-item}.tx-cover-letter-form #fieldset-summary-material .cloned-fieldset-value:before{display:inline-block;font-weight:700;text-align:right;color:#cacaca;padding-right:.3rem;content:"Pos. " counter(pos-item) " |"}.tx-cover-letter-form #fieldset-summary-material .cloned-fieldset-value:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0 none}.tx-cover-letter-form #fieldset-summary-material .summary-field-material,.tx-cover-letter-form #fieldset-summary-material .summary-field-material-internal,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight-internal,.tx-cover-letter-form #fieldset-summary-material .summary-field-description,.tx-cover-letter-form #fieldset-summary-material .summary-field-description-internal,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material_],.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material-internal_],.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight_],.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight-internal_],.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description_],.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description-internal_]{display:inline-block}.tx-cover-letter-form #fieldset-summary-material .summary-field-material .summary-value,.tx-cover-letter-form #fieldset-summary-material .summary-field-material-internal .summary-value,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight .summary-value,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight-internal .summary-value,.tx-cover-letter-form #fieldset-summary-material .summary-field-description .summary-value,.tx-cover-letter-form #fieldset-summary-material .summary-field-description-internal .summary-value,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material_] .summary-value,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material-internal_] .summary-value,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight_] .summary-value,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight-internal_] .summary-value,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description_] .summary-value,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description-internal_] .summary-value{font-weight:700;margin-right:.5rem}.tx-cover-letter-form #fieldset-summary-material .summary-field-material .summary-label,.tx-cover-letter-form #fieldset-summary-material .summary-field-material-internal .summary-label,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight .summary-label,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight-internal .summary-label,.tx-cover-letter-form #fieldset-summary-material .summary-field-description .summary-label,.tx-cover-letter-form #fieldset-summary-material .summary-field-description-internal .summary-label,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material_] .summary-label,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material-internal_] .summary-label,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight_] .summary-label,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight-internal_] .summary-label,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description_] .summary-label,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description-internal_] .summary-label{display:none}.tx-cover-letter-form #fieldset-summary-material .summary-field-material ul,.tx-cover-letter-form #fieldset-summary-material .summary-field-material-internal ul,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight ul,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight-internal ul,.tx-cover-letter-form #fieldset-summary-material .summary-field-description ul,.tx-cover-letter-form #fieldset-summary-material .summary-field-description-internal ul,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material_] ul,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material-internal_] ul,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight_] ul,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight-internal_] ul,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description_] ul,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description-internal_] ul{margin:0}.tx-cover-letter-form #fieldset-summary-material .summary-field-material ul:not(:empty),.tx-cover-letter-form #fieldset-summary-material .summary-field-material-internal ul:not(:empty),.tx-cover-letter-form #fieldset-summary-material .summary-field-weight ul:not(:empty),.tx-cover-letter-form #fieldset-summary-material .summary-field-weight-internal ul:not(:empty),.tx-cover-letter-form #fieldset-summary-material .summary-field-description ul:not(:empty),.tx-cover-letter-form #fieldset-summary-material .summary-field-description-internal ul:not(:empty),.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material_] ul:not(:empty),.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material-internal_] ul:not(:empty),.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight_] ul:not(:empty),.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight-internal_] ul:not(:empty),.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description_] ul:not(:empty),.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description-internal_] ul:not(:empty){margin-right:.5rem}.tx-cover-letter-form #fieldset-summary-material .summary-field-material ul:not(:empty):before,.tx-cover-letter-form #fieldset-summary-material .summary-field-material-internal ul:not(:empty):before,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight ul:not(:empty):before,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight-internal ul:not(:empty):before,.tx-cover-letter-form #fieldset-summary-material .summary-field-description ul:not(:empty):before,.tx-cover-letter-form #fieldset-summary-material .summary-field-description-internal ul:not(:empty):before,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material_] ul:not(:empty):before,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material-internal_] ul:not(:empty):before,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight_] ul:not(:empty):before,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight-internal_] ul:not(:empty):before,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description_] ul:not(:empty):before,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description-internal_] ul:not(:empty):before{content:"("}.tx-cover-letter-form #fieldset-summary-material .summary-field-material ul:not(:empty):after,.tx-cover-letter-form #fieldset-summary-material .summary-field-material-internal ul:not(:empty):after,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight ul:not(:empty):after,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight-internal ul:not(:empty):after,.tx-cover-letter-form #fieldset-summary-material .summary-field-description ul:not(:empty):after,.tx-cover-letter-form #fieldset-summary-material .summary-field-description-internal ul:not(:empty):after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material_] ul:not(:empty):after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material-internal_] ul:not(:empty):after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight_] ul:not(:empty):after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight-internal_] ul:not(:empty):after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description_] ul:not(:empty):after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description-internal_] ul:not(:empty):after{content:")"}.tx-cover-letter-form #fieldset-summary-material .summary-field-material ul li,.tx-cover-letter-form #fieldset-summary-material .summary-field-material-internal ul li,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight ul li,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight-internal ul li,.tx-cover-letter-form #fieldset-summary-material .summary-field-description ul li,.tx-cover-letter-form #fieldset-summary-material .summary-field-description-internal ul li,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material_] ul li,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material-internal_] ul li,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight_] ul li,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight-internal_] ul li,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description_] ul li,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description-internal_] ul li{list-style-type:none;display:inline-block}.tx-cover-letter-form #fieldset-summary-material .summary-field-material ul li:after,.tx-cover-letter-form #fieldset-summary-material .summary-field-material-internal ul li:after,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight ul li:after,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight-internal ul li:after,.tx-cover-letter-form #fieldset-summary-material .summary-field-description ul li:after,.tx-cover-letter-form #fieldset-summary-material .summary-field-description-internal ul li:after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material_] ul li:after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material-internal_] ul li:after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight_] ul li:after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight-internal_] ul li:after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description_] ul li:after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description-internal_] ul li:after{content:",";margin-left:-.2rem;margin-right:.5rem}.tx-cover-letter-form #fieldset-summary-material .summary-field-material ul li:last-child,.tx-cover-letter-form #fieldset-summary-material .summary-field-material-internal ul li:last-child,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight ul li:last-child,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight-internal ul li:last-child,.tx-cover-letter-form #fieldset-summary-material .summary-field-description ul li:last-child,.tx-cover-letter-form #fieldset-summary-material .summary-field-description-internal ul li:last-child,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material_] ul li:last-child,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material-internal_] ul li:last-child,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight_] ul li:last-child,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight-internal_] ul li:last-child,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description_] ul li:last-child,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description-internal_] ul li:last-child{margin:0}.tx-cover-letter-form #fieldset-summary-material .summary-field-material ul li:last-child:after,.tx-cover-letter-form #fieldset-summary-material .summary-field-material-internal ul li:last-child:after,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight ul li:last-child:after,.tx-cover-letter-form #fieldset-summary-material .summary-field-weight-internal ul li:last-child:after,.tx-cover-letter-form #fieldset-summary-material .summary-field-description ul li:last-child:after,.tx-cover-letter-form #fieldset-summary-material .summary-field-description-internal ul li:last-child:after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material_] ul li:last-child:after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-material-internal_] ul li:last-child:after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight_] ul li:last-child:after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-weight-internal_] ul li:last-child:after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description_] ul li:last-child:after,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description-internal_] ul li:last-child:after{display:none}.tx-cover-letter-form #fieldset-summary-material .material-summary-internal .cloned-fieldset-value .summary-field-material-internal:after,.tx-cover-letter-form #fieldset-summary-material .material-summary-internal .cloned-fieldset-value [class*=summary-field-material-internal_]:after{content:"|";color:#cacaca;font-weight:700;margin-right:.5rem}.tx-cover-letter-form #fieldset-summary-material .material-summary-internal .cloned-fieldset-value .summary-field-material-internal .summary-value,.tx-cover-letter-form #fieldset-summary-material .material-summary-internal .cloned-fieldset-value [class*=summary-field-material-internal_] .summary-value{margin-right:0}.tx-cover-letter-form #fieldset-summary-material .material-summary-internal .cloned-fieldset-value .summary-field-weight-internal,.tx-cover-letter-form #fieldset-summary-material .material-summary-internal .cloned-fieldset-value [class*=summary-field-weight-internal_]{color:#cacaca}.tx-cover-letter-form #fieldset-summary-material .material-summary-internal .cloned-fieldset-value .summary-field-weight-internal .summary-value,.tx-cover-letter-form #fieldset-summary-material .material-summary-internal .cloned-fieldset-value [class*=summary-field-weight-internal_] .summary-value{margin-right:.25rem}.tx-cover-letter-form #fieldset-summary-material .summary-field-description,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description_],.tx-cover-letter-form #fieldset-summary-material .summary-field-description-internal,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description-internal_]{width:100%}.tx-cover-letter-form #fieldset-summary-material .summary-field-description .summary-value,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description_] .summary-value,.tx-cover-letter-form #fieldset-summary-material .summary-field-description-internal .summary-value,.tx-cover-letter-form #fieldset-summary-material [class*=summary-field-description-internal_] .summary-value{font-weight:400;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.tx-cover-letter-form #fieldset-summary-material .field-summary-donation{margin-bottom:2rem}.tx-cover-letter-form .field-vat-or-tax-id{margin:.5rem 0}.tx-cover-letter-form #field-login-here{margin:1rem 0}.tx-cover-letter-form .vue-numeric-input{width:100%!important;margin-bottom:1rem}.tx-cover-letter-form .vue-numeric-input .numeric-input{border-radius:0}.tx-cover-letter-form .vue-numeric-input>input{margin-bottom:0}.tx-cover-letter-form .vue-numeric-input>.btn{cursor:pointer;background-color:transparent;border:none;box-shadow:none;border-radius:0}.tx-cover-letter-form .vue-numeric-input>.btn.btn-decrement .btn-icon:before{width:1rem;height:3px;background-color:#cacaca}.tx-cover-letter-form .vue-numeric-input>.btn.btn-increment .btn-icon:before{width:1rem;height:3px;background-color:#cacaca}.tx-cover-letter-form .vue-numeric-input>.btn.btn-increment .btn-icon:after{height:1rem;width:3px;background-color:#cacaca}.tx-cover-letter-form .vue-numeric-input>.btn:hover{background-color:transparent}.tx-cover-letter-form .vue-numeric-input>.btn:hover.btn-decrement .btn-icon:before{background-color:#fecf5b}.tx-cover-letter-form .vue-numeric-input>.btn:hover.btn-increment .btn-icon:before{background-color:#fecf5b}.tx-cover-letter-form .vue-numeric-input>.btn:hover.btn-increment .btn-icon:after{background-color:#fecf5b}.tx-cover-letter-form .vue-numeric-input>.btn:focus{box-shadow:none}.tx-cover-letter-form .purchase-price-table{margin-top:1rem;margin-bottom:0}.tx-cover-letter-form .purchase-price-table thead{background:none!important;border-color:#333!important;border:none;border-bottom:1px solid #333333}.tx-cover-letter-form .purchase-price-table tbody{border:none}.tx-cover-letter-form .purchase-price-table tbody .table-body-product-no-input{text-align:center}.tx-cover-letter-form .purchase-price-table tfoot{background:none;border:none;border-top:3px double #333333}.tx-cover-letter-form .purchase-price-table .table-head-product-price,.tx-cover-letter-form .purchase-price-table .table-head-product-price-total,.tx-cover-letter-form .purchase-price-table .table-body-product-price,.tx-cover-letter-form .purchase-price-table .table-body-product-price-total,.tx-cover-letter-form .purchase-price-table tfoot td:last-child{text-align:right}@media (min-width: 768px){.tx-cover-letter-form .form-fieldset .form-field.field-weight,.tx-cover-letter-form .form-fieldset .form-field.field-description{margin-bottom:0}.tx-cover-letter-form #field-login-here{margin:0}.tx-cover-letter-form .space-bottom{margin-bottom:1rem}.tx-cover-letter-form .field-vat-or-tax-id{text-align:center;padding-top:32px;margin:0}.tx-cover-letter-form .form-step.has-errors .form-field-wrap{padding-bottom:1.5rem}.tx-cover-letter-form .form-step.has-errors .form-field-wrap .form-field.is-invalid .form-error.is-visible{position:absolute;bottom:-40px}}.esg-purchase-calculator-main>.row{display:grid;gap:1rem;--tw-bg-opacity:1;background-color:rgb(240 240 240 / var(--tw-bg-opacity));padding:1rem}@media (min-width: 1024px){.esg-purchase-calculator-main>.row{grid-template-columns:repeat(3,minmax(0,1fr))}}.esg-purchase-calculator-main>.row .dash-header{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.75rem}.esg-purchase-calculator-main>.row .dash-header .row{display:flex;align-items:center;justify-content:space-between}.esg-purchase-calculator-main>.row .dash-header .row h2{margin:0}.esg-purchase-calculator-main>.row table{border-width:0px}.esg-purchase-calculator-main>.row table th:before{content:"";border-bottom-width:8px;border-left-width:8px;border-right-width:8px;--tw-border-opacity:1;border-bottom-color:rgb(254 207 91 / var(--tw-border-opacity));border-left-color:transparent;border-right-color:transparent;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;position:absolute;left:50%;bottom:.25rem;z-index:10;margin-left:-.5rem;--tw-translate-y:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.esg-purchase-calculator-main>.row table th{position:relative}.esg-purchase-calculator-main>.row table tr:first-child td{padding-top:1rem}.esg-purchase-calculator-main>.row table tr td{padding-top:.5rem;padding-bottom:.5rem}.esg-purchase-calculator-main>.row table tr td:first-child{width:50%}.esg-purchase-calculator-main>.row table tr td input{text-align:right}#esg-purchase-calculator-filter-box{margin-top:1.5rem;margin-bottom:1.5rem;display:block!important}#esg-purchase-calculator-filter-box table{border-width:0px}#esg-purchase-calculator-filter-box table th,#esg-purchase-calculator-filter-box table td{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.25rem}.esg-purchase-calculator-filter .open-hidden-filter{display:none}.calculation{margin-top:1.5rem;--tw-bg-opacity:1;background-color:rgb(238 238 238 / var(--tw-bg-opacity));padding:1rem}.calculation .credit{font-size:1.5rem;line-height:2rem}.youtubeVideo:hover .customplaybutton polygon{fill:#fecf5b}/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
 */*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#eee}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Open Sans,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#c2c9ca}input::placeholder,textarea::placeholder{opacity:1;color:#c2c9ca}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#666;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#666;opacity:1}input::placeholder,textarea::placeholder{color:#666;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23666666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#666;border-width:1px;--tw-shadow:0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.prose{color:var(--tw-prose-body);max-width:auto}.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5rem;margin-bottom:1.25em}.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child{margin-top:0}.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child{margin-bottom:0}.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-lead);font-size:1.1428571em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em;font-weight:700}.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:#2c2c2c;text-decoration:underline;font-weight:600;text-underline-offset:2px;text-decoration-thickness:2px}.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{text-decoration-color:#fecf5b}.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:#2c2c2c;font-weight:600}.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.3333333em}.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) li{list-style-type:decimal;padding-left:0;margin-top:0;margin-bottom:.2222222em}.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) li::marker{color:inherit}.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-alpha}.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-alpha}.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-alpha}.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-alpha}.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-roman}.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-roman}.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-roman}.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.3333333em}.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) li{list-style-type:square;padding-left:0;margin-top:0;margin-bottom:.2222222em}.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) li::marker{color:inherit}.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-color:#c2c9ca;border-top-width:1px;margin-top:.8888889em;margin-bottom:.8888889em}.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"\201c""\201d""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *)):after{content:close-quote}.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:700;font-size:2em;margin-top:0;margin-bottom:.6666667em;line-height:1.2222222;text-wrap:balance}.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) a{color:#2c2c2c;text-decoration:none}.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) a:hover{color:#2c2c2c}.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:.8333333em;margin-bottom:.3333333em;line-height:1.3333333;text-wrap:balance}.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) a{color:#2c2c2c;text-decoration:none}.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) a:hover{color:#2c2c2c}.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.25em;margin-top:1.6em;margin-bottom:.4em;line-height:1.6}.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) a{color:#2c2c2c;text-decoration:none}.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) a:hover{color:#2c2c2c}.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:700;margin-top:1.125em;margin-bottom:.5em;line-height:1.375}.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) a{color:#2c2c2c;text-decoration:none}.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) a:hover{color:#2c2c2c}.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding:.1875em .375em}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)):before{content:"`"}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)):after{content:"`"}.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)):before{content:none}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)):after{content:none}.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){width:100%;table-layout:auto;text-align:left;margin-top:.5rem;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child{margin-top:0}.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) tr{border:none}.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) tr a{color:#2c2c2c;text-decoration:underline}.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) tr a:hover{color:#2c2c2c}.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){vertical-align:top}.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-left:.375em}.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-left:.375em}.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em}.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.25em}.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em}.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5em;padding-left:1.625em}.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-right:0}.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0}.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1em;margin-bottom:.5em;line-height:1.25;font-weight:700}.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) a{color:#2c2c2c;text-decoration:none}.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) a:hover{color:#2c2c2c}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8571429em;border-radius:.3125rem;padding:.1428571em .3571429em}.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding:.6666667em 1em}.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-left:.4285714em}.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-left:.4285714em}.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.2857143em;padding-left:1.5714286em}.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-left:0}.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-right:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding:.6666667em 1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-left:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-right:0}.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0}.form-input,.form-textarea,.form-select,.form-multiselect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#666;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}.form-input:focus,.form-textarea:focus,.form-select:focus,.form-multiselect:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}.form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23666666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}.triangle-top:before{content:"";border-bottom-width:8px;border-left-width:8px;border-right-width:8px;--tw-border-opacity:1;border-bottom-color:rgb(254 207 91 / var(--tw-border-opacity));border-left-color:transparent;border-right-color:transparent;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;position:absolute;left:50%;top:-.25rem;z-index:10;margin-left:-.5rem;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.triangle-bottom:before{content:"";border-bottom-width:8px;border-left-width:8px;border-right-width:8px;--tw-border-opacity:1;border-bottom-color:rgb(254 207 91 / var(--tw-border-opacity));border-left-color:transparent;border-right-color:transparent;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;position:absolute;left:50%;bottom:.25rem;z-index:10;margin-left:-.5rem;--tw-translate-y:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.static{position:static}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.right-5{right:1.25rem}.top-0{top:0}.top-14{top:3.5rem}.top-6{top:1.5rem}.top-9{top:2.25rem}.z-0{z-index:0}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.-order-1{order:-1}.col-span-12{grid-column:span 12 / span 12}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.float-right{float:right}.float-left{float:left}.m-0{margin:0}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mb-0{margin-bottom:0}.mb-14{margin-bottom:3.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.me-1{margin-inline-end:.25rem}.ml-3{margin-left:.75rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-6{margin-right:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-12{height:3rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-auto{height:auto}.h-full{height:100%}.min-h-36{min-height:9rem}.min-h-\[8\.5rem\]{min-height:8.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-full{width:100%}.min-w-16{min-width:4rem}.max-w-16{max-width:4rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-\[10rem\]{max-width:10rem}.max-w-full{max-width:100%}.max-w-none{max-width:none}.max-w-xl{max-width:36rem}.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.cursor-zoom-in{cursor:zoom-in}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-y-8{row-gap:2rem}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-esg-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(102 102 102 / var(--tw-divide-opacity))}.divide-primary-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 187 22 / var(--tw-divide-opacity))}.divide-primary-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 172 3 / var(--tw-divide-opacity))}.overflow-hidden{overflow:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.text-balance{text-wrap:balance}.border{border-width:1px}.border-0{border-width:0px}.border-x{border-left-width:1px;border-right-width:1px}.border-b{border-bottom-width:1px}.border-r-0{border-right-width:0px}.border-dotted{border-style:dotted}.border-esg-200{--tw-border-opacity:1;border-color:rgb(238 238 238 / var(--tw-border-opacity))}.border-esg-300{--tw-border-opacity:1;border-color:rgb(230 230 230 / var(--tw-border-opacity))}.border-esg-400{--tw-border-opacity:1;border-color:rgb(194 201 202 / var(--tw-border-opacity))}.border-esg-50{--tw-border-opacity:1;border-color:rgb(245 245 245 / var(--tw-border-opacity))}.border-esg-500{--tw-border-opacity:1;border-color:rgb(102 102 102 / var(--tw-border-opacity))}.border-b-esg-900{--tw-border-opacity:1;border-bottom-color:rgb(18 18 18 / var(--tw-border-opacity))}.border-b-primary-400{--tw-border-opacity:1;border-bottom-color:rgb(254 207 91 / var(--tw-border-opacity))}.bg-esg-100{--tw-bg-opacity:1;background-color:rgb(240 240 240 / var(--tw-bg-opacity))}.bg-esg-200{--tw-bg-opacity:1;background-color:rgb(238 238 238 / var(--tw-bg-opacity))}.bg-esg-300{--tw-bg-opacity:1;background-color:rgb(230 230 230 / var(--tw-bg-opacity))}.bg-esg-50{--tw-bg-opacity:1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.bg-esg-600{--tw-bg-opacity:1;background-color:rgb(72 72 72 / var(--tw-bg-opacity))}.bg-esg-700{--tw-bg-opacity:1;background-color:rgb(51 51 51 / var(--tw-bg-opacity))}.bg-esg-800{--tw-bg-opacity:1;background-color:rgb(44 44 44 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(240 240 240 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(238 238 238 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(230 230 230 / var(--tw-bg-opacity))}.bg-primary-400{--tw-bg-opacity:1;background-color:rgb(254 207 91 / var(--tw-bg-opacity))}.bg-primary-500{--tw-bg-opacity:1;background-color:rgb(254 187 22 / var(--tw-bg-opacity))}.bg-primary-600{--tw-bg-opacity:1;background-color:rgb(243 172 3 / var(--tw-bg-opacity))}.bg-secondary-600{--tw-bg-opacity:1;background-color:rgb(72 72 72 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.fill-primary-400{fill:#fecf5b}.fill-secondary-400{fill:#c2c9ca}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-1{padding-bottom:.25rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.text-\[\#5cb85c\]{--tw-text-opacity:1;color:rgb(92 184 92 / var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(44 44 44 / var(--tw-text-opacity))}.text-esg-200{--tw-text-opacity:1;color:rgb(238 238 238 / var(--tw-text-opacity))}.text-esg-300{--tw-text-opacity:1;color:rgb(230 230 230 / var(--tw-text-opacity))}.text-esg-400{--tw-text-opacity:1;color:rgb(194 201 202 / var(--tw-text-opacity))}.text-esg-500{--tw-text-opacity:1;color:rgb(102 102 102 / var(--tw-text-opacity))}.text-esg-600{--tw-text-opacity:1;color:rgb(72 72 72 / var(--tw-text-opacity))}.text-esg-700{--tw-text-opacity:1;color:rgb(51 51 51 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(102 102 102 / var(--tw-text-opacity))}.text-primary-400{--tw-text-opacity:1;color:rgb(254 207 91 / var(--tw-text-opacity))}.text-status-danger{--tw-text-opacity:1;color:rgb(254 110 91 / var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-secondary-900{--tw-shadow-color:#121212;--tw-shadow:var(--tw-shadow-colored)}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.brightness-95{--tw-brightness:brightness(.95);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert:invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html,body{max-width:100vw;--tw-bg-opacity:1;background-color:rgb(238 238 238 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(44 44 44 / var(--tw-text-opacity))}aside h1{font-size:1.5rem;line-height:2rem}@media (min-width: 768px){aside h1{font-size:1.5rem;line-height:2rem}}aside h2{font-size:1.25rem;line-height:1.75rem}aside h3{font-size:1.125rem;line-height:1.75rem}aside h4{font-size:1rem;line-height:1.5rem}.ce-bodytext{color:var(--tw-prose-body);max-width:auto}.ce-bodytext :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5rem;margin-bottom:1.25em}.ce-bodytext :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child{margin-top:0}.ce-bodytext :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child{margin-bottom:0}.ce-bodytext :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-lead);font-size:1.1428571em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em;font-weight:700}.ce-bodytext :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:#2c2c2c;text-decoration:underline;font-weight:600;text-underline-offset:2px;text-decoration-thickness:2px}.ce-bodytext :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{text-decoration-color:#fecf5b}.ce-bodytext :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:#2c2c2c;font-weight:600}.ce-bodytext :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.ce-bodytext :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.ce-bodytext :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.ce-bodytext :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.3333333em}.ce-bodytext :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) li{list-style-type:decimal;padding-left:0;margin-top:0;margin-bottom:.2222222em}.ce-bodytext :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) li::marker{color:inherit}.ce-bodytext :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-alpha}.ce-bodytext :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-alpha}.ce-bodytext :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-alpha}.ce-bodytext :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-alpha}.ce-bodytext :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-roman}.ce-bodytext :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-roman}.ce-bodytext :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-roman}.ce-bodytext :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-roman}.ce-bodytext :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:decimal}.ce-bodytext :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.3333333em}.ce-bodytext :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) li{list-style-type:square;padding-left:0;margin-top:0;margin-bottom:.2222222em}.ce-bodytext :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) li::marker{color:inherit}.ce-bodytext :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.ce-bodytext :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{color:var(--tw-prose-bullets)}.ce-bodytext :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.ce-bodytext :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-color:#c2c9ca;border-top-width:1px;margin-top:.8888889em;margin-bottom:.8888889em}.ce-bodytext :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"\201c""\201d""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.ce-bodytext :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *)):before{content:open-quote}.ce-bodytext :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *)):after{content:close-quote}.ce-bodytext :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:700;font-size:2em;margin-top:0;margin-bottom:.6666667em;line-height:1.2222222;text-wrap:balance}.ce-bodytext :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) a{color:#2c2c2c;text-decoration:none}.ce-bodytext :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) a:hover{color:#2c2c2c}.ce-bodytext :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:900;color:inherit}.ce-bodytext :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:.8333333em;margin-bottom:.3333333em;line-height:1.3333333;text-wrap:balance}.ce-bodytext :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) a{color:#2c2c2c;text-decoration:none}.ce-bodytext :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) a:hover{color:#2c2c2c}.ce-bodytext :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:800;color:inherit}.ce-bodytext :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.25em;margin-top:1.6em;margin-bottom:.4em;line-height:1.6}.ce-bodytext :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) a{color:#2c2c2c;text-decoration:none}.ce-bodytext :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) a:hover{color:#2c2c2c}.ce-bodytext :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:700;color:inherit}.ce-bodytext :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:700;margin-top:1.125em;margin-bottom:.5em;line-height:1.375}.ce-bodytext :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) a{color:#2c2c2c;text-decoration:none}.ce-bodytext :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) a:hover{color:#2c2c2c}.ce-bodytext :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:700;color:inherit}.ce-bodytext :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}.ce-bodytext :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){display:block;margin-top:2em;margin-bottom:2em}.ce-bodytext :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}.ce-bodytext :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding:.1875em .375em}.ce-bodytext :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.ce-bodytext :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)):before{content:"`"}.ce-bodytext :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)):after{content:"`"}.ce-bodytext :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.ce-bodytext :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.ce-bodytext :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;font-size:.875em}.ce-bodytext :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;font-size:.9em}.ce-bodytext :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.ce-bodytext :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.ce-bodytext :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}.ce-bodytext :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.ce-bodytext :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.ce-bodytext :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)):before{content:none}.ce-bodytext :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)):after{content:none}.ce-bodytext :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){width:100%;table-layout:auto;text-align:left;margin-top:.5rem;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.ce-bodytext :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child{margin-top:0}.ce-bodytext :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) tr{border:none}.ce-bodytext :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) tr a{color:#2c2c2c;text-decoration:underline}.ce-bodytext :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) tr a:hover{color:#2c2c2c}.ce-bodytext :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.ce-bodytext :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.ce-bodytext :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.ce-bodytext :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-bottom-width:0}.ce-bodytext :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){vertical-align:baseline}.ce-bodytext :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.ce-bodytext :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){vertical-align:top}.ce-bodytext :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}.ce-bodytext :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.ce-bodytext{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.ce-bodytext :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}.ce-bodytext :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5em;margin-bottom:.5em}.ce-bodytext :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-left:.375em}.ce-bodytext :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-left:.375em}.ce-bodytext :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.75em;margin-bottom:.75em}.ce-bodytext :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em}.ce-bodytext :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.25em}.ce-bodytext :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em}.ce-bodytext :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.25em}.ce-bodytext :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.75em;margin-bottom:.75em}.ce-bodytext :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;margin-bottom:1.25em}.ce-bodytext :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5em;padding-left:1.625em}.ce-bodytext :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.ce-bodytext :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.ce-bodytext :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.ce-bodytext :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.ce-bodytext :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-left:0}.ce-bodytext :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-right:0}.ce-bodytext :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding:.5714286em}.ce-bodytext :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-left:0}.ce-bodytext :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-right:0}.ce-bodytext :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}.ce-bodytext :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}.ce-bodytext :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0}.ce-bodytext :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1em;margin-bottom:.5em;line-height:1.25;font-weight:700}.ce-bodytext :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) a{color:#2c2c2c;text-decoration:none}.ce-bodytext :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) a:hover{color:#2c2c2c}.ce-bodytext th{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}h1{margin-bottom:1.25rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;letter-spacing:-.025em}@media (min-width: 768px){h1{font-size:2.25rem;line-height:2.5rem}}h2{margin-bottom:1rem;font-size:1.5rem;line-height:2rem;font-weight:700}h3{margin-bottom:.375rem;font-size:1.25rem;line-height:1.75rem;font-weight:700}h4{margin-bottom:.25rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}h5{margin-bottom:.125rem;font-weight:600}header{margin-bottom:.75rem}.ce-div{--tw-border-opacity:1;border-color:rgb(230 230 230 / var(--tw-border-opacity))}.ce-spacer.spacer-0{margin-top:.75rem!important;margin-bottom:.75rem!important;height:.25rem!important}.ce-spacer.spacer-1{height:.25rem!important}.ce-spacer.spacer-2{margin-top:.125rem!important;margin-bottom:.125rem!important;height:.25rem!important}.ce-spacer.spacer-3{margin-top:.25rem!important;margin-bottom:.25rem!important;height:.25rem!important}.ce-spacer.spacer-4{margin-top:.375rem!important;margin-bottom:.375rem!important;height:.25rem!important}.ce-spacer.spacer-5{margin-top:.5rem!important;margin-bottom:.5rem!important;height:.25rem!important}.ce-spacer.spacer-6{margin-top:.875rem!important;margin-bottom:.875rem!important;height:.25rem!important}.ce-spacer.spacer-7{margin-top:1rem!important;margin-bottom:1rem!important;height:.25rem!important}.align-center{text-align:center}.align-right{text-align:right}figure.image img{height:auto;width:100%}figure.image figcaption{padding:.25rem;font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(102 102 102 / var(--tw-text-opacity))}[class*=layout-1]{--tw-bg-opacity:1;background-color:rgb(238 238 238 / var(--tw-bg-opacity));padding:.75rem}@media (min-width: 768px){[class*=layout-1]{padding:1.25rem}}.frame-layout-2{--tw-bg-opacity:1;background-color:rgb(221 236 191 / var(--tw-bg-opacity));padding:1rem}.frame-bg-esg-100{--tw-bg-opacity:1;background-color:rgb(240 240 240 / var(--tw-bg-opacity));padding:1.5rem}.frame-bg-status-success{--tw-bg-opacity:1;background-color:rgb(221 236 191 / var(--tw-bg-opacity));padding:1.5rem}.frame-bg-status-warning{--tw-bg-opacity:1;background-color:rgb(255 174 0 / var(--tw-bg-opacity));padding:1.5rem}.frame-bg-status-danger{--tw-bg-opacity:1;background-color:rgb(254 110 91 / var(--tw-bg-opacity));padding:1.5rem}.results-highlight{background-color:rgb(254 207 91 / var(--tw-bg-opacity));--tw-bg-opacity:.3;padding-left:.25rem;padding-right:.25rem}.callout.warning{border-width:1px;--tw-border-opacity:1;border-color:rgb(255 174 0 / var(--tw-border-opacity));background-color:rgb(255 174 0 / var(--tw-bg-opacity));--tw-bg-opacity:.1;padding:1.5rem}.callout.alert{border-width:1px;--tw-border-opacity:1;border-color:rgb(254 110 91 / var(--tw-border-opacity));background-color:rgb(254 110 91 / var(--tw-bg-opacity));--tw-bg-opacity:.1;padding:1.5rem}.shariff .theme-esg{display:flex}.shariff .theme-esg .shariff-button{height:auto}.shariff .theme-esg .shariff-button *{font-size:1rem;line-height:1.5rem}.shariff .theme-esg .shariff-button a{background-color:transparent;padding-top:.125rem;--tw-text-opacity:1;color:rgb(44 44 44 / var(--tw-text-opacity))}.shariff .theme-esg .shariff-button a .share_text{display:none}.shariff .theme-esg-color{display:flex;gap:.75rem}.shariff .theme-esg-color .shariff-button{overflow:visible}.shariff .theme-esg-color .shariff-button a{height:3rem;width:3rem;padding:.5rem;font-size:1.5rem;line-height:2rem}.shariff .theme-esg-color .shariff-button a .share_text,.mm-menu{display:none}.mm-menu.mm-menu--opened{display:flex}.mm-menu .mm-listitem__btn{min-width:6rem}.mm-menu .mm-panel{display:none}.mm-menu .mm-panel.mm-panel--opened,.mm-menu .mm-panel.mm-panel--parent,.mm-menu .mm-panel[data-visible]{display:block}.sticky-active .sticky-logo{display:flex}.sticky-active .main .active .second-level{display:none;--tw-bg-opacity:1;background-color:rgb(44 44 44 / var(--tw-bg-opacity))}.group:hover .sticky-active .main .active .second-level{display:block}.\*\:h-auto>*{height:auto}.\*\:w-full>*{width:100%}.before\:left-6:before{content:var(--tw-content);left:1.5rem}.before\:border-b-primary-500:before{content:var(--tw-content);--tw-border-opacity:1;border-bottom-color:rgb(254 187 22 / var(--tw-border-opacity))}.after\:border-0:after{content:var(--tw-content);border-width:0px}.first\:pl-0:first-child{padding-left:0}.hover\:bg-esg-500:hover{--tw-bg-opacity:1;background-color:rgb(102 102 102 / var(--tw-bg-opacity))}.hover\:bg-esg-700:hover{--tw-bg-opacity:1;background-color:rgb(51 51 51 / var(--tw-bg-opacity))}.hover\:bg-primary-400:hover{--tw-bg-opacity:1;background-color:rgb(254 207 91 / var(--tw-bg-opacity))}.hover\:bg-primary-500:hover{--tw-bg-opacity:1;background-color:rgb(254 187 22 / var(--tw-bg-opacity))}.hover\:bg-primary-600:hover{--tw-bg-opacity:1;background-color:rgb(243 172 3 / var(--tw-bg-opacity))}.hover\:bg-primary-700:hover{--tw-bg-opacity:1;background-color:rgb(242 172 1 / var(--tw-bg-opacity))}.hover\:bg-secondary-600:hover{--tw-bg-opacity:1;background-color:rgb(72 72 72 / var(--tw-bg-opacity))}.hover\:bg-secondary-700:hover{--tw-bg-opacity:1;background-color:rgb(51 51 51 / var(--tw-bg-opacity))}.hover\:text-primary-400:hover{--tw-text-opacity:1;color:rgb(254 207 91 / var(--tw-text-opacity))}.hover\:decoration-1:hover{text-decoration-thickness:1px}.hover\:opacity-90:hover{opacity:.9}.hover\:before\:border-b-primary-500:hover:before{content:var(--tw-content);--tw-border-opacity:1;border-bottom-color:rgb(254 187 22 / var(--tw-border-opacity))}.group:hover .group-hover\:flex{display:flex}.group:hover .group-hover\:bg-secondary-600{--tw-bg-opacity:1;background-color:rgb(72 72 72 / var(--tw-bg-opacity))}.group.active .group-\[\.active\]\:block,.group.hover .group-\[\.hover\]\:block,.group.js-enabled .group-\[\.js-enabled\]\:block{display:block}.group.is-active .group-\[\.is-active\]\:rotate-45{--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group.js-enabled .group-\[\.js-enabled\]\:px-6{padding-left:1.5rem;padding-right:1.5rem}.prose-a\:no-underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){text-decoration-line:none}@media (min-width: 640px){.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:flex{display:flex}.sm\:w-20{width:5rem}.sm\:w-48{width:12rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:justify-between{justify-content:space-between}.sm\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:p-2{padding:.5rem}.sm\:pl-0{padding-left:0}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){.md\:order-1{order:1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:flex{display:flex}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-8{gap:2rem}.md\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.md\:p-6{padding:1.5rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:pt-3{padding-top:.75rem}.md\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width: 1024px){.lg\:relative{position:relative}.lg\:sticky{position:sticky}.lg\:top-9{top:2.25rem}.lg\:top-auto{top:auto}.lg\:z-0{z-index:0}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:min-h-48{min-height:12rem}.lg\:w-48{width:12rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-col{flex-direction:column}.lg\:items-end{align-items:flex-end}.lg\:gap-3{gap:.75rem}.lg\:divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.lg\:divide-esg-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(102 102 102 / var(--tw-divide-opacity))}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width: 1280px){.xl\:col-span-4{grid-column:span 4 / span 4}.xl\:col-span-8{grid-column:span 8 / span 8}.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}}
