/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *,.mm-menu *:before,.mm-menu *:after{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;bottom:100%;top:0;right:0;left:0;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--prev:before,.mm-btn--next:after{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:"×";font-size:150%}.mm-btnreset{padding:0;background:none;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__text,.mm-listitem__btn{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:#03020100}.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;top:0;right:0;bottom:0;left: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 ::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:none}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:none}.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:link,.mm-menu a:active,.mm-menu a:visited,.mm-menu a:hover{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;left:0;right:0;top:0;bottom: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:none}.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:none}: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:#0006}.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-right,.mm-menu--position-left-front,.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-top,.mm-menu--position-bottom{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-left-front,.mm-menu--position-right-front,.mm-menu--position-top,.mm-menu--position-bottom{z-index:2;transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transition-property:transform}.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened,.mm-menu--position-bottom.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-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker,.mm-wrapper--position-bottom .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-panels,.mm-menu--iconbar-left .mm-navbars{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-panels,.mm-menu--iconbar-right .mm-navbars{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__top,.mm-iconbar__bottom{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;overscroll-behavior:contain}.mm-iconbar__top>*,.mm-iconbar__bottom>*{box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight)) / 2) 0}.mm-iconbar__top a,.mm-iconbar__top a:hover,.mm-iconbar__bottom a,.mm-iconbar__bottom 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-navbar,.mm-menu--iconpanel .mm-panel--parent .mm-divider{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:hover,.mm-searchfield__input input:focus{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__text,.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn{transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:none}.mm-menu--selected-hover .mm-listitem__text:hover,.mm-menu--selected-hover .mm-listitem__btn:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn{transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__text:hover,.mm-menu--selected-parent .mm-listitem__btn:hover{transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:none}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn{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-navbar,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider{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}*,*:before,*:after{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,h5,h4,h3,h2,h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container-sm,.container{max-width:540px}}@media (min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:.25rem}.g-1,.gy-1{--bs-gutter-y:.25rem}.g-2,.gx-2{--bs-gutter-x:.5rem}.g-2,.gy-2{--bs-gutter-y:.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33,37,41,.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33,37,41,.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:.375rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);--bs-box-shadow-sm:0 .125rem .25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:.25rem;--bs-focus-ring-opacity:.25;--bs-focus-ring-color:rgba(13,110,253,.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222,226,230,.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222,226,230,.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255,255,255,.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:hover,.link-success:focus{color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:hover,.link-info:focus{color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:hover,.link-light:focus{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:hover,.link-dark:focus{color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:.1}.border-opacity-25{--bs-border-opacity:.25}.border-opacity-50{--bs-border-opacity:.5}.border-opacity-75{--bs-border-opacity:.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:#00000080!important}.text-white-50{--bs-text-opacity:1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:.25}.text-opacity-50{--bs-text-opacity:.5}.text-opacity-75{--bs-text-opacity:.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity:.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:.75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:.75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:.1}.bg-opacity-25{--bs-bg-opacity:.25}.bg-opacity-50{--bs-bg-opacity:.5}.bg-opacity-75{--bs-bg-opacity:.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.bg-white,.bg-hover-white:hover{background-color:#fff}.color-white{color:#fff}.border-white{border-color:#fff}.fill-white{fill:#fff}.bg-black,.bg-hover-black:hover{background-color:#000}.color-black{color:#000}.border-black{border-color:#000}.fill-black{fill:#000}.bg-darkEmerald,.bg-hover-darkEmerald:hover{background-color:#008995}.color-darkEmerald{color:#008995}.border-darkEmerald{border-color:#008995}.fill-darkEmerald{fill:#008995}.bg-darkEmeraldHover,.bg-hover-darkEmeraldHover:hover{background-color:#006d76}.color-darkEmeraldHover{color:#006d76}.border-darkEmeraldHover{border-color:#006d76}.fill-darkEmeraldHover{fill:#006d76}.bg-darkEmeraldActive,.bg-hover-darkEmeraldActive:hover{background-color:#003e43}.color-darkEmeraldActive{color:#003e43}.border-darkEmeraldActive{border-color:#003e43}.fill-darkEmeraldActive{fill:#003e43}.bg-red,.bg-hover-red:hover{background-color:#e30613}.color-red{color:#e30613}.border-red{border-color:#e30613}.fill-red{fill:#e30613}.bg-darkRed,.bg-hover-darkRed:hover{background-color:#8f040e}.color-darkRed{color:#8f040e}.border-darkRed{border-color:#8f040e}.fill-darkRed{fill:#8f040e}.bg-darkRedHover,.bg-hover-darkRedHover:hover{background-color:#4f0207}.color-darkRedHover{color:#4f0207}.border-darkRedHover{border-color:#4f0207}.fill-darkRedHover{fill:#4f0207}.bg-gray73,.bg-hover-gray73:hover{background-color:#686867}.color-gray73{color:#686867}.border-gray73{border-color:#686867}.fill-gray73{fill:#686867}.bg-gray60,.bg-hover-gray60:hover{background-color:#ccc}.color-gray60{color:#ccc}.border-gray60{border-color:#ccc}.fill-gray60{fill:#ccc}.bg-gray60Hover,.bg-hover-gray60Hover:hover{background-color:#bdbdbd}.color-gray60Hover{color:#bdbdbd}.border-gray60Hover{border-color:#bdbdbd}.fill-gray60Hover{fill:#bdbdbd}.bg-gray60Active,.bg-hover-gray60Active:hover{background-color:#adadad}.color-gray60Active{color:#adadad}.border-gray60Active{border-color:#adadad}.fill-gray60Active{fill:#adadad}.bg-gray30,.bg-hover-gray30:hover{background-color:#f6f6f6}.color-gray30{color:#f6f6f6}.border-gray30{border-color:#f6f6f6}.fill-gray30{fill:#f6f6f6}.bg-gray30Hover,.bg-hover-gray30Hover:hover{background-color:#e7e7e7}.color-gray30Hover{color:#e7e7e7}.border-gray30Hover{border-color:#e7e7e7}.fill-gray30Hover{fill:#e7e7e7}.bg-gray30Active,.bg-hover-gray30Active:hover{background-color:#ccc}.color-gray30Active{color:#ccc}.border-gray30Active{border-color:#ccc}.fill-gray30Active{fill:#ccc}.bg-gray20,.bg-hover-gray20:hover{background-color:#eee}.color-gray20{color:#eee}.border-gray20{border-color:#eee}.fill-gray20{fill:#eee}.bg-mint,.bg-hover-mint:hover{background-color:#63bdb1}.color-mint{color:#63bdb1}.border-mint{border-color:#63bdb1}.fill-mint{fill:#63bdb1}.bg-yellow,.bg-hover-yellow:hover{background-color:#cea400}.color-yellow{color:#cea400}.border-yellow{border-color:#cea400}.fill-yellow{fill:#cea400}.bg-yellowWarning,.bg-hover-yellowWarning:hover{background-color:#eaa900}.color-yellowWarning{color:#eaa900}.border-yellowWarning{border-color:#eaa900}.fill-yellowWarning{fill:#eaa900}.bg-errorBackground,.bg-hover-errorBackground:hover{background-color:#fffbfb}.color-errorBackground{color:#fffbfb}.border-errorBackground{border-color:#fffbfb}.fill-errorBackground{fill:#fffbfb}.bg-errorFontColor,.bg-hover-errorFontColor:hover{background-color:#a53b3b}.color-errorFontColor{color:#a53b3b}.border-errorFontColor{border-color:#a53b3b}.fill-errorFontColor{fill:#a53b3b}.bg-gobalSearchScrollbar,.bg-hover-gobalSearchScrollbar:hover{background-color:#d1d1d1}.color-gobalSearchScrollbar{color:#d1d1d1}.border-gobalSearchScrollbar{border-color:#d1d1d1}.fill-gobalSearchScrollbar{fill:#d1d1d1}.bg-gobalSearchClearBackground,.bg-hover-gobalSearchClearBackground:hover{background-color:silver}.color-gobalSearchClearBackground{color:silver}.border-gobalSearchClearBackground{border-color:silver}.fill-gobalSearchClearBackground{fill:silver}.bg-selectInvalid,.bg-hover-selectInvalid:hover{background-color:#5a667f}.color-selectInvalid{color:#5a667f}.border-selectInvalid{border-color:#5a667f}.fill-selectInvalid{fill:#5a667f}.bg-selectOptionFont,.bg-hover-selectOptionFont:hover{background-color:#223254}.color-selectOptionFont{color:#223254}.border-selectOptionFont{border-color:#223254}.fill-selectOptionFont{fill:#223254}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(""),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-100.woff2) format("woff2"),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-100.woff) format("woff");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-300.woff2) format("woff2"),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-300.woff) format("woff");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(""),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-100italic.woff2) format("woff2"),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-100italic.woff) format("woff");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(""),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-300italic.woff2) format("woff2"),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-300italic.woff) format("woff");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-regular.woff2) format("woff2"),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-regular.woff) format("woff");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-italic.woff2) format("woff2"),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-italic.woff) format("woff");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-500.woff2) format("woff2"),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-500.woff) format("woff");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-700.woff2) format("woff2"),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-700.woff) format("woff");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-500italic.woff2) format("woff2"),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-500italic.woff) format("woff");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-700italic.woff2) format("woff2"),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-700italic.woff) format("woff");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(""),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-900.woff2) format("woff2"),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-900.woff) format("woff");font-display:swap}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(""),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-900italic.woff2) format("woff2"),url(/themes/contrib/julabo_base/assets/fonts/roboto-v29-latin_cyrillic-900italic.woff) format("woff");font-display:swap}body{font-family:Roboto,sans-serif;font-weight:400;color:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width:767.98px){body{font-size:1rem}}a{line-height:inherit;color:var(--a-link)}a:hover{color:var(--a-link-hover)}p{margin-top:0;line-height:1.7}.intro p{font-size:1.2rem}h1,.h1{font-size:2rem;font-weight:300;margin-bottom:1.1rem;color:var(--font-h1)}hgroup h1,.hgroup h1,hgroup .h1,.hgroup .h1{margin-bottom:0}hgroup h1+p,hgroup h1+h2,.hgroup h1+p,.hgroup h1+h2,hgroup .h1+p,hgroup .h1+h2,.hgroup .h1+p,.hgroup .h1+h2{font-size:1.5rem;font-weight:300;margin-top:0}hgroup h1+h2,.hgroup h1+h2,hgroup .h1+h2,.hgroup .h1+h2{margin-bottom:1rem;line-height:1.7}h2,.h2{font-size:1.8rem;font-weight:300;margin-top:1.1rem;margin-bottom:1.1rem;color:inherit}hgroup h2,.hgroup h2,hgroup .h2,.hgroup .h2{margin-bottom:0}hgroup h2+p,hgroup h2+h3,.hgroup h2+p,.hgroup h2+h3,hgroup .h2+p,hgroup .h2+h3,.hgroup .h2+p,.hgroup .h2+h3{font-size:1.3rem;font-weight:300;margin-top:0}hgroup h2+h3,.hgroup h2+h3,hgroup .h2+h3,.hgroup .h2+h3{margin-bottom:1rem;line-height:1.7}h3,.h3{font-size:1.5rem;font-weight:400;margin-top:.75rem;margin-bottom:.75rem;color:inherit}hgroup h3,.hgroup h3,hgroup .h3,.hgroup .h3{margin-bottom:0}hgroup h3+p,hgroup h3+h4,.hgroup h3+p,.hgroup h3+h4,hgroup .h3+p,hgroup .h3+h4,.hgroup .h3+p,.hgroup .h3+h4{font-size:1.2rem;font-weight:300;margin-top:.5rem;line-height:1.2}hgroup h3+h4,.hgroup h3+h4,hgroup .h3+h4,.hgroup .h3+h4{margin-bottom:1rem;line-height:1.7}h4,.h4{font-size:1.3rem;font-weight:400;margin-top:.75rem;margin-bottom:.75rem;color:inherit}hgroup h4,.hgroup h4,hgroup .h4,.hgroup .h4{margin-bottom:0}hgroup h4+p,hgroup h4+h5,.hgroup h4+p,.hgroup h4+h5,hgroup .h4+p,hgroup .h4+h5,.hgroup .h4+p,.hgroup .h4+h5{font-size:1.1rem;font-weight:300;margin-top:0}hgroup h4+h5,.hgroup h4+h5,hgroup .h4+h5,.hgroup .h4+h5{margin-bottom:1rem;line-height:1.7}h5,.h5{font-size:1.2rem;font-weight:400;margin-top:.75rem;margin-bottom:.75rem;color:inherit}hgroup h5,.hgroup h5,hgroup .h5,.hgroup .h5{margin-bottom:0}hgroup h5+p,hgroup h5+h6,.hgroup h5+p,.hgroup h5+h6,hgroup .h5+p,hgroup .h5+h6,.hgroup .h5+p,.hgroup .h5+h6{font-size:1rem;font-weight:300;margin-top:0}hgroup h5+h6,.hgroup h5+h6,hgroup .h5+h6,.hgroup .h5+h6{margin-bottom:1rem;line-height:1.7}h6,.h6{font-size:1.1rem;font-weight:500;margin-top:.75rem;margin-bottom:.75rem;color:inherit;line-height:1.2}hgroup h6,.hgroup h6,hgroup .h6,.hgroup .h6{margin-bottom:0}hgroup h6+p,.hgroup h6+p,hgroup .h6+p,.hgroup .h6+p{font-size:.8rem;font-weight:300;margin-top:0}.fw-light{font-weight:300}.fw-regular{font-weight:400}.fw-medium{font-weight:500}.fw-bold{font-weight:700}.fs-small{font-size:.8rem;line-height:1}.underline{text-decoration:none}.underline:after{display:block;width:100%;content:"";border-bottom-style:solid;border-bottom-width:2px;transform:scaleX(0);transition:transform .15s ease-in-out}.underline:hover{color:inherit}.underline:hover:after{transform:scaleX(1)}.icon:before{width:18px;height:18px;content:"";background-repeat:no-repeat;background-size:100%}.icon-tel:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23bdbdbd'%20d='M476.5%2022.9L382.3%201.2c-21.6-5-43.6%206.2-52.3%2026.6l-43.5%20101.5c-8%2018.6-2.6%2040.6%2013.1%2053.4l40%2032.7C311%20267.8%20267.8%20311%20215.4%20339.5l-32.7-40c-12.8-15.7-34.8-21.1-53.4-13.1L27.7%20329.9c-20.4%208.7-31.5%2030.7-26.6%2052.3l21.7%2094.2c4.8%2020.9%2023.2%2035.5%2044.6%2035.5C312.3%20512%20512%20313.7%20512%2067.5c0-21.4-14.6-39.8-35.5-44.6zM69.3%20464l-20.9-90.7%2098.2-42.1%2055.7%2068.1c98.8-46.4%20150.6-98%20197-197l-68.1-55.7%2042.1-98.2L464%2069.3C463%20286.9%20286.9%20463%2069.3%20464z'/%3e%3c/svg%3e")}.icon-fax:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23bdbdbd'%20d='M480%20136.88v-30.37c0-16.97-6.74-33.25-18.74-45.26l-42.51-42.51A64.037%2064.037%200%200%200%20373.49%200H174.48C157.64%200%20144%2014.33%20144%2032v104.88c-9.45-5.5-20.28-8.88-32-8.88H64c-35.35%200-64%2028.65-64%2064v256c0%2035.35%2028.65%2064%2064%2064h48c15.22%200%2029.01-5.54%2040-14.41%2010.99%208.87%2024.78%2014.41%2040%2014.41h256c35.35%200%2064-28.65%2064-64V192c0-23.63-12.95-44.04-32-55.12zM128%20448c0%208.82-7.18%2016-16%2016H64c-8.82%200-16-7.18-16-16V192c0-8.82%207.18-16%2016-16h48c8.82%200%2016%207.18%2016%2016v256zm64-400h176v48c0%208.84%207.16%2016%2016%2016h48v80H192V48zm272%20400c0%208.82-7.18%2016-16%2016H192c-8.82%200-16-7.18-16-16V240h288v208zM352%20336h32c8.84%200%2016-7.16%2016-16v-32c0-8.84-7.16-16-16-16h-32c-8.84%200-16%207.16-16%2016v32c0%208.84%207.16%2016%2016%2016zm-96%2096h32c8.84%200%2016-7.16%2016-16v-32c0-8.84-7.16-16-16-16h-32c-8.84%200-16%207.16-16%2016v32c0%208.84%207.16%2016%2016%2016zm0-96h32c8.84%200%2016-7.16%2016-16v-32c0-8.84-7.16-16-16-16h-32c-8.84%200-16%207.16-16%2016v32c0%208.84%207.16%2016%2016%2016zm96%2096h32c8.84%200%2016-7.16%2016-16v-32c0-8.84-7.16-16-16-16h-32c-8.84%200-16%207.16-16%2016v32c0%208.84%207.16%2016%2016%2016z'/%3e%3c/svg%3e")}.icon-link:before{background-image:url("data:image/svg+xml,%3csvg%20fill='%23bdbdbd'%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M303.6%20415.6C283%20456.8%20263.4%20464%20256%20464c-3.1%200-8.3-1.3-14.8-5.7l-15.3%2052c9.9%201.2%2019.9%201.8%2030.1%201.8%20141.4%200%20256-114.6%20256-256S397.4%200%20256%200%200%20114.6%200%20256c0%2010.2.6%2020.2%201.8%2030.1l46.9-13.8c-.4-5.4-.6-10.8-.6-16.3%200-16.5%201.9-32.6%205.6-48h76.7c-1.3%2013.3-2%2027-2.2%2041l48.4-14.2c.4-9.1%201.1-18%202-26.7h155c1.6%2015.3%202.5%2031.4%202.5%2048s-.9%2032.7-2.5%2048h-47l-14.1%2048h53.2c-5.6%2024.4-13.2%2045.9-22%2063.6zM208.4%2096.4C229%2055.2%20248.6%2048%20256%2048s27%207.2%2047.6%2048.4c8.8%2017.7%2016.4%2039.2%2022%2063.6H186.4c5.6-24.4%2013.2-45.9%2022-63.6zM384%20256c0-16.4-.8-32.5-2.2-48h76.7c3.6%2015.4%205.6%2031.5%205.6%2048s-1.9%2032.6-5.6%2048h-76.7c1.5-15.5%202.2-31.6%202.2-48zm-9.3-96c-7.3-35.9-18.5-67.7-32.6-93.4%2042.3%2019.3%2077%2052.3%2098.4%2093.4h-65.8zm-303.3%200c21.4-41.1%2056.1-74.1%2098.4-93.4-14.1%2025.6-25.3%2057.5-32.6%2093.4H71.4zm303.3%20192h65.9c-21.4%2041.1-56.1%2074.1-98.4%2093.4%2014.1-25.6%2025.3-57.5%2032.6-93.4zM39%20308.5c-13.9%204.1-15.6%2023.2-2.6%2029.7l57.3%2028.7c1.3.7%202.6%201.5%203.7%202.5l-88%2088c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l88-88c1%201.1%201.9%202.3%202.5%203.7l28.7%2057.3c6.5%2013%2025.6%2011.3%2029.7-2.6l60.2-204.8c3.6-12.1-7.7-23.4-19.9-19.9L39%20308.5z'/%3e%3c/svg%3e")}.collapse-button{color:var(--font-color-primary);display:flex;gap:.4rem;align-items:center}.collapse-button:before{display:block;content:"";width:20px;height:20px;border:2px solid var(--btn-primary-border);border-radius:3px;background-repeat:no-repeat;background-size:75%;background-position:center}.collapse-button[data-collapsed=true]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='416' height='64' viewBox='0 0 416 64' fill='none'%3E%3Cpath d='M384 64H32C14.31 64 0 49.68 0 31.99C0 14.3 14.31 0 32 0H384C401.69 0 416 14.3 416 31.99C416 49.68 401.7 64 384 64Z' fill='%23008995'/%3E%3C/svg%3E")}.collapse-button[data-collapsed=false]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='416' height='416' viewBox='0 0 416 416' fill='none'%3E%3Cpath d='M416 208C416 225.69 401.67 240.01 384 240.01H240V384.01C240 401.7 225.67 416 208 416C190.33 416 176 401.7 176 384.01V240.01H32C14.33 240.01 0 225.69 0 208C0 190.31 14.33 176.01 32 176.01H176V32.01C176 14.32 190.33 0 208 0C225.67 0 240 14.32 240 32.01V176.01H384C401.7 176 416 190.3 416 208Z' fill='%23008995'/%3E%3C/svg%3E")}.collapse-button:hover{cursor:pointer}button,.btn{display:inline-block;text-decoration:none;padding:.75rem 1.1rem;text-transform:uppercase;font-weight:500;transition:.2s;cursor:pointer;border:unset;border-radius:3px;text-align:center}button-primary,.btn-primary{color:var(--btn-primary);background-color:var(--btn-primary-bg)}button-primary:hover,.btn-primary:hover{color:var(--btn-primary);background-color:var(--btn-primary-bg-hover)}button-primary.active,button-primary:active,.btn-primary.active,.btn-primary:active{background-color:var(--btn-primary-bg-active)}button-primary.btn-with-icon svg,.btn-primary.btn-with-icon svg{fill:var(--btn-primary-with-icon-svg-fill)}button-primary-v2,.btn-primary-v2{color:var(--btn-primary-v2);background-color:var(--btn-primary)}button-primary-v2:hover,.btn-primary-v2:hover{color:var(--btn-primary-v2-hover);background-color:var(--btn-primary-v2-bg-hover)}button-primary-v2.active,button-primary-v2:active,.btn-primary-v2.active,.btn-primary-v2:active{background-color:var(--btn-primary-v2-bg-active)}button-primary-v2.btn-with-icon svg,.btn-primary-v2.btn-with-icon svg{fill:var(--btn-primary-v2-with-icon-svg-fill)}button-secondary,.btn-secondary{color:var(--btn-secondary);background-color:var(--btn-secondary-bg)}button-secondary:hover,.btn-secondary:hover{color:var(--btn-secondary-hover);background-color:var(--btn-secondary-bg-hover)}button-secondary.active,button-secondary:active,.btn-secondary.active,.btn-secondary:active{background-color:var(--btn-secondary-bg-active)}button-secondary.btn-with-icon svg,.btn-secondary.btn-with-icon svg{fill:var(--btn-secondary-with-icon-svg-fill)}button-secondary-v2,.btn-secondary-v2{color:var(--btn-secondary-v2);background-color:var(--btn-secondary-v2-bg)}button-secondary-v2:hover,.btn-secondary-v2:hover{color:var(--btn-secondary-v2-hover);background-color:var(--btn-secondary-v2-bg-hover)}button-secondary-v2.active,button-secondary-v2:active,.btn-secondary-v2.active,.btn-secondary-v2:active{background-color:var(--btn-secondary-v2-bg-active)}button-secondary-v2.btn-with-icon svg,.btn-secondary-v2.btn-with-icon svg{fill:var(--btn-secondary-v2-with-icon-svg-fill)}button-yellow,.btn-yellow{color:var(--btn-yellow);background-color:var(--btn-yellow-bg)}button-yellow:hover,.btn-yellow:hover{color:var(--btn-yellow-hover);background-color:var(--btn-yellow-bg-hover)}button-yellow.active,button-yellow:active,.btn-yellow.active,.btn-yellow:active{background-color:var(--btn-yellow-bg-active)}button[type=submit].search:before,.btn[type=submit].search:before{content:"";display:inline-block;background-position:center;background-repeat:no-repeat;width:1.5rem;height:1.5rem;background-color:var(--btn-primary);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 512 512.05" xmlns="http://www.w3.org/2000/svg"><path d="M500.3 443.7L380.6 324c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.72A208.18 208.18 0 001.72 235.2c11.6 91.64 86.08 166.7 177.6 178.9 53.8 7.19 104.3-6.24 144.7-33.46l119.7 119.7a40.03 40.03 0 0056.58-56.64zM79.1 208a128 128 0 11128 128 128.14 128.14 0 01-128-128z"/></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 512 512.05" xmlns="http://www.w3.org/2000/svg"><path d="M500.3 443.7L380.6 324c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.72A208.18 208.18 0 001.72 235.2c11.6 91.64 86.08 166.7 177.6 178.9 53.8 7.19 104.3-6.24 144.7-33.46l119.7 119.7a40.03 40.03 0 0056.58-56.64zM79.1 208a128 128 0 11128 128 128.14 128.14 0 01-128-128z"/></svg>')}button-check input,.btn-check input{display:none}button-check input+label,.btn-check input+label{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}button-check input:checked+label,.btn-check input:checked+label{color:var(--btn-primary);background-color:var(--btn-primary-bg)}button-check input:checked+label:hover,.btn-check input:checked+label:hover{background-color:var(--btn-primary-bg-hover)}button-check input:checked+label:active,.btn-check input:checked+label:active{background-color:var(--btn-primary-bg-active)}button-check input+label.tag,.btn-check input+label.tag{padding:.4rem}button-check input+label.tag:before,.btn-check input+label.tag:before{content:"";display:inline-block;background-position:center;background-repeat:no-repeat;width:.7rem;height:.7rem;background-color:var(--btn-secondary);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 416 416" xmlns="http://www.w3.org/2000/svg"><path d="M416 208a32 32 0 01-32 32H240v144a32 32 0 01-64 0V240H32a32 32 0 110-64h144V32a32 32 0 1164 0v144h144a32 32 0 0132 32z"/></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 416 416" xmlns="http://www.w3.org/2000/svg"><path d="M416 208a32 32 0 01-32 32H240v144a32 32 0 01-64 0V240H32a32 32 0 110-64h144V32a32 32 0 1164 0v144h144a32 32 0 0132 32z"/></svg>');margin-right:.4rem;border-radius:3px}button-check input:checked+label.tag:before,.btn-check input:checked+label.tag:before{content:"";display:inline-block;background-position:center;background-repeat:no-repeat;width:.7rem;height:.7rem;background-color:var(--btn-primary);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 416 64" xmlns="http://www.w3.org/2000/svg"><path d="M384 64H32a32 32 0 110-64h352a32 32 0 110 64z"/></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 416 64" xmlns="http://www.w3.org/2000/svg"><path d="M384 64H32a32 32 0 110-64h352a32 32 0 110 64z"/></svg>')}button-with-icon,.btn-with-icon{display:inline-flex;gap:.75rem;justify-content:center;align-items:center;flex-shrink:0;vertical-align:-.14rem}button-with-icon svg,.btn-with-icon svg{width:16px;pointer-events:none;flex-shrink:0}button-with-tooltip:hover+*,.btn-with-tooltip:hover+*{display:flex;height:100%}button-with-tooltip-left:hover+*,.btn-with-tooltip-left:hover+*{right:calc(100% + 10px)}button-with-tooltip-left:hover+*:after,.btn-with-tooltip-left:hover+*:after{content:"";position:absolute;top:50%;left:100%;margin-top:-6.5px;border-width:7px;border-style:solid;border-color:transparent transparent transparent var(--btn-with-tooltip-border)}button-with-tooltip-top:hover,.btn-with-tooltip-top:hover{display:flex;align-items:center}button-with-tooltip-top:hover+*,.btn-with-tooltip-top:hover+*{bottom:calc(100% + 10px)}button-with-tooltip-top:hover+*:after,.btn-with-tooltip-top:hover+*:after{content:"";position:absolute;top:100%;border-width:7px;border-style:solid;border-color:var(--btn-with-tooltip-border) transparent transparent transparent}button-tooltip-wrapper,.btn-tooltip-wrapper{position:relative;display:flex;align-items:center;width:fit-content;justify-content:center}button-tooltip-hint,.btn-tooltip-hint{display:none;position:absolute;z-index:10;background-color:var(--btn-primary);padding:0 .4rem;color:var(--btn-secondary);border:2px solid var(--btn-with-tooltip-border);border-radius:3px;align-items:center;justify-content:center;-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,.16);box-shadow:0 0 15px #00000029;-webkit-animation:btn-tooltip-hint .25s forwards;animation:btn-tooltip-hint .25s forwards}@-webkit-keyframes btn-tooltip-hint{0%{opacity:0;-webkit-transform:translateY(5px)}to{opacity:1;-webkit-transform:translateY(0)}}@keyframes btn-tooltip-hint{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}button-tooltip-hint span,.btn-tooltip-hint span{white-space:nowrap;font-size:.9rem;font-weight:500}button-x-mark,.btn-x-mark{display:flex;opacity:0;align-items:center;justify-content:center;position:absolute;top:-6px;right:-6px;width:19px;height:19px;border-radius:100px;border:2px solid var(--btn-primary);background-color:var(--btn-secondary-bg);-webkit-transition:opacity .1s linear;-moz-transition:opacity .1s linear;-o-transition:opacity .1s linear;transition:opacity .1s linear;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}button-x-mark:hover,.btn-x-mark:hover{opacity:1;background-color:var(--btn-secondary-bg-hover);cursor:pointer}button-x-mark.active,button-x-mark:active,.btn-x-mark.active,.btn-x-mark:active{background-color:var(--btn-secondary-bg-active)}button-x-mark svg,.btn-x-mark svg{width:auto;height:11px;fill:var(--btn-secondary)}button:hover+*,.btn:hover+*{opacity:1}button-error:after,.btn-error:after{position:absolute;content:"";border-bottom:3px solid var(--font-error);width:100%;transform:translate(-50%);bottom:-6px;left:50%;border-radius:3px}button-edit,.btn-edit{margin:.2rem;padding:.2rem;line-height:0}button-edit:before,.btn-edit:before{content:"";display:inline-block;background-position:center;background-repeat:no-repeat;width:1rem;height:1rem;background-color:var(--btn-primary);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M395.8 39.6c9.4-9.4 24.6-9.4 33.9 0l42.6 42.6c9.4 9.4 9.4 24.6 0 33.9L417.6 171 341 94.4l54.8-54.8zM318.4 117l76.6 76.6-235.4 235.3c-7.6 7.6-16.9 13.1-27.2 16.1l-92.8 27.4 27.3-92.8c3-10.3 8.6-19.6 16.1-27.2L318.4 117zm134-100c-21.9-21.9-57.3-21.9-79.2 0L60.4 329.7c-11.4 11.4-19.7 25.4-24.2 40.8L.7 491.5c-1.7 5.6-.1 11.7 4 15.8s10.2 5.7 15.8 4l121-35.6c15.4-4.5 29.4-12.9 40.8-24.2L495 138.8c21.9-21.9 21.9-57.3 0-79.2L452.4 17z"/></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M395.8 39.6c9.4-9.4 24.6-9.4 33.9 0l42.6 42.6c9.4 9.4 9.4 24.6 0 33.9L417.6 171 341 94.4l54.8-54.8zM318.4 117l76.6 76.6-235.4 235.3c-7.6 7.6-16.9 13.1-27.2 16.1l-92.8 27.4 27.3-92.8c3-10.3 8.6-19.6 16.1-27.2L318.4 117zm134-100c-21.9-21.9-57.3-21.9-79.2 0L60.4 329.7c-11.4 11.4-19.7 25.4-24.2 40.8L.7 491.5c-1.7 5.6-.1 11.7 4 15.8s10.2 5.7 15.8 4l121-35.6c15.4-4.5 29.4-12.9 40.8-24.2L495 138.8c21.9-21.9 21.9-57.3 0-79.2L452.4 17z"/></svg>')}button-compare:before,.btn-compare:before{content:"";display:inline-block;background-position:center;background-repeat:no-repeat;width:1rem;height:1rem;background-color:var(--btn-primary);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M137.4 502.6c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7V288h352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l41.3-41.4V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v114.7l-41.4-41.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96zM128 192h64V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v128zm320 128h-64v128c0 17.7 14.3 32 32 32s32-14.3 32-32V320z"/></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M137.4 502.6c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7V288h352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l41.3-41.4V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v114.7l-41.4-41.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96zM128 192h64V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v128zm320 128h-64v128c0 17.7 14.3 32 32 32s32-14.3 32-32V320z"/></svg>');transform:rotate(90deg)}button-basket:before,.btn-basket:before{content:"";display:inline-block;background-position:center;background-repeat:no-repeat;width:1rem;height:1rem;background-color:var(--btn-primary);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M253.3 35.1c6.1-11.8 1.5-26.3-10.2-32.4s-26.3-1.5-32.4 10.2L117.6 192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32l51.9 207.5C91 492 116.6 512 146 512h284c29.4 0 55-20 62.1-48.5L544 256c17.7 0 32-14.3 32-32s-14.3-32-32-32h-85.6L365.3 12.9c-6.1-11.7-20.6-16.3-32.4-10.2s-16.3 20.6-10.2 32.4L404.3 192H171.7l81.6-156.9zM192 304v96c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-8.8 7.2-16 16-16s16 7.2 16 16zm96-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-8.8 7.2-16 16-16zm128 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-8.8 7.2-16 16-16s16 7.2 16 16z"/></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M253.3 35.1c6.1-11.8 1.5-26.3-10.2-32.4s-26.3-1.5-32.4 10.2L117.6 192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32l51.9 207.5C91 492 116.6 512 146 512h284c29.4 0 55-20 62.1-48.5L544 256c17.7 0 32-14.3 32-32s-14.3-32-32-32h-85.6L365.3 12.9c-6.1-11.7-20.6-16.3-32.4-10.2s-16.3 20.6-10.2 32.4L404.3 192H171.7l81.6-156.9zM192 304v96c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-8.8 7.2-16 16-16s16 7.2 16 16zm96-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-8.8 7.2-16 16-16zm128 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-8.8 7.2-16 16-16s16 7.2 16 16z"/></svg>')}button-pdf:before,.btn-pdf:before{content:"";display:inline-block;background-position:center;background-repeat:no-repeat;width:1rem;height:1rem;background-color:var(--btn-primary);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg" style="display: block;"><path d="M360 431.1H24c-13.25 0-24 10.76-24 24.02C0 469.2 10.75 480 24 480h336c13.25 0 24-10.76 24-24.02C384 442.7 373.3 431.1 360 431.1zM302.5 207.7L216 299.7v-243.6C216 42.76 205.3 32 192 32S168 42.76 168 56.02v243.6L81.47 207.7C76.75 202.6 70.38 200.1 64 200.1c-5.906 0-11.81 2.158-16.44 6.536c-9.656 9.069-10.12 24.27-1.031 33.93l128 136.1c9.062 9.694 25.88 9.694 34.94 0l128-136.1c9.094-9.663 8.625-24.86-1.031-33.93C326.8 197.5 311.6 197.1 302.5 207.7z"></path></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg" style="display: block;"><path d="M360 431.1H24c-13.25 0-24 10.76-24 24.02C0 469.2 10.75 480 24 480h336c13.25 0 24-10.76 24-24.02C384 442.7 373.3 431.1 360 431.1zM302.5 207.7L216 299.7v-243.6C216 42.76 205.3 32 192 32S168 42.76 168 56.02v243.6L81.47 207.7C76.75 202.6 70.38 200.1 64 200.1c-5.906 0-11.81 2.158-16.44 6.536c-9.656 9.069-10.12 24.27-1.031 33.93l128 136.1c9.062 9.694 25.88 9.694 34.94 0l128-136.1c9.094-9.663 8.625-24.86-1.031-33.93C326.8 197.5 311.6 197.1 302.5 207.7z"></path></svg>')}.bg-darkEmerald .btn-primary{background-color:var(--btn-primary);color:var(--btn-primary-bg)}.bg-darkEmerald .btn-primary:hover{background-color:var(--btn-primary-bg-darkEmerald-hover);color:var(--btn-primary-bg)}.bg-darkEmerald .btn-primary.active,.bg-darkEmerald .btn-primary:active{background-color:var(--btn-primary-bg-darkEmerald-active)}.bg-darkEmerald .btn-primary svg{fill:var(--btn-primary-bg)}.bg-darkEmerald .btn-secondary{color:var(--btn-secondary)}.bg-darkEmerald a{color:var(--btn-primary);text-decoration:underline}.bg-darkEmerald a.btn{text-decoration:none}.table-container{border-radius:3px;overflow-y:hidden;overflow-x:auto}.table-container table.table{background-color:var(--bg-default)}.table-container table.table thead{font-size:1.2rem}.table-container table.table-default{text-align:left}.table-container table.table-default th,.table-container table.table-default td{padding:15px}.table-container table.table-default th{background-color:var(--table-th-bg)}.table-container table.table-default tr:nth-child(2n){background:var(--table-tr-bg)}.table-container table.table--v1{width:100%;border-collapse:separate;border-spacing:.4rem}.table-container table.table--v1 caption{caption-side:top;font-size:1.25rem;font-weight:400;background-color:var(--input-bg);margin:.4rem .4rem 0;padding:1.05rem}.table-container table.table--v1 caption.bottom{caption-side:bottom;font-size:1rem;font-weight:400;background-color:transparent;padding:.75rem}.table-container table.table--v1 tr{vertical-align:top}.table-container table.table--v1 tr:nth-child(odd){background-color:var(--border-light)}.table-container table.table--v1 tr th,.table-container table.table--v1 tr td{border-radius:3px;padding:.75rem}.table-container table.table--v1 tr th,.table-container table.table--v1 tr td.title{font-weight:500;min-width:200px;width:fit-content}@media (min-width:768px){.table-container table.table--v1 tr th,.table-container table.table--v1 tr td.title{white-space:nowrap}}.table-container table.table--v1 tr td.value{width:100%}.table-container table.table--v2{width:fit-content;border-collapse:separate;border-spacing:.4rem;margin-left:-5px}.table-container table.table--v2 tr{background-color:var(--border-light);text-align:center}.table-container table.table--v2 tr th,.table-container table.table--v2 tr td{min-width:60px;width:fit-content;white-space:nowrap}.table-container table.table--v2 tr .medium{width:fit-content}.table-container table.table--v2 td,.table-container table.table--v2 th{border-radius:3px;padding:.75rem}.table-container>table:not(.table){background-color:var(--bg-default);width:100%;border-collapse:separate;border-spacing:.4rem}.table-container>table:not(.table) thead{font-size:1.2rem}.table-container>table:not(.table) caption{caption-side:top;font-size:1.25rem;font-weight:400;background-color:var(--input-bg);margin:.4rem .4rem 0;padding:1.05rem}.table-container>table:not(.table) caption.bottom{caption-side:bottom;font-size:1rem;font-weight:400;background-color:transparent;padding:.75rem}.table-container>table:not(.table) tr{vertical-align:top}.table-container>table:not(.table) tr:nth-child(odd){background-color:var(--border-light)}.table-container>table:not(.table) tr th,.table-container>table:not(.table) tr td{border-radius:3px;padding:.75rem}.table-container>table:not(.table) tr th{background-color:var(--table-th-bg);font-weight:500;min-width:200px;width:fit-content}@media (min-width:768px){.table-container>table:not(.table) tr th{white-space:nowrap}}ul{padding-left:0;list-style-type:none}ul li{line-height:1.5rem;background-repeat:no-repeat;background-size:7px;padding-left:15px;background-position-y:8px;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 496 496' style='enable-background:new 0 0 496 496;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23008995;%7D%0A%3C/style%3E%3Cpath class='st0' d='M248,0C111,0,0,111,0,248s111,248,248,248s248-111,248-248S385,0,248,0z M248,448c-110.5,0-200-89.5-200-200 S137.5,48,248,48s200,89.5,200,200S358.5,448,248,448z'/%3E%3C/svg%3E");margin-top:.4rem}ul.list-none li{background:unset;padding-left:unset;margin:unset}ul.list-circle-solid li{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 496 496' style='enable-background:new 0 0 496 496;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23008995;%7D%0A%3C/style%3E%3Cpath class='st0' d='M248,0C111,0,0,111,0,248s111,248,248,248s248-111,248-248S385,0,248,0z'/%3E%3C/svg%3E")}ul.list-check-solid li{list-style-type:none;background-image:none;padding-left:1.5rem}ul.list-check-solid li:before{content:"";background-size:14px;padding-left:19px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position-y:0;margin-left:-1.5rem;margin-right:5px;-webkit-mask-position:center;mask-position:center;background-color:var(--list-check-solid-bg);-webkit-mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M173.9,439.4L7.5,273c-10-10-10-26.2,0-36.2l36.2-36.2c10-10,26.2-10,36.2,0L192,312.7L432.1,72.6 c10-10,26.2-10,36.2,0l36.2,36.2c10,10,10,26.2,0,36.2L210.1,439.4C200.1,449.4,183.9,449.4,173.9,439.4L173.9,439.4z'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M173.9,439.4L7.5,273c-10-10-10-26.2,0-36.2l36.2-36.2c10-10,26.2-10,36.2,0L192,312.7L432.1,72.6 c10-10,26.2-10,36.2,0l36.2,36.2c10,10,10,26.2,0,36.2L210.1,439.4C200.1,449.4,183.9,449.4,173.9,439.4L173.9,439.4z'/%3E%3C/svg%3E%0A")}.box-wrapper[class*=bg-]{border-radius:3px}@media (max-width:767.98px){.box-wrapper .row>*:last-child{margin-bottom:unset}}.box-wrapper-gallery .box,.box-wrapper-gallery .card,.box-wrapper-gallery img{border-radius:unset;font-size:.95rem}.box-wrapper-gallery figure{height:100%}.box-wrapper-gallery img{height:100%!important;object-fit:cover;max-width:unset;max-height:unset;width:auto!important}.box-wrapper-gallery h2{font-size:1.2rem}.box-wrapper-gallery .row>*{padding-right:0;padding-left:0}.box{border-radius:3px;height:100%;overflow:hidden}.box h2{margin-top:1.1rem}.box h2+p,.box h3+p,.box h4+p,.box h5+p,.box h6+p{margin-top:unset!important}.box>p:last-of-type{margin-bottom:0}.box>*:first-child{margin-top:unset}.box>*:nth-child(n+2){margin-top:1.5rem}.box>*:nth-child(n+2)+h2{margin-top:2.25rem}.box>*:first-child:nth-last-child(1){margin:unset}.box>*:last-child{margin-bottom:unset}.box img{max-width:100%;height:auto}.box .btn-box{margin-right:.75rem}.box .btn-box+.btn-box{margin-top:.75rem}.card{border-radius:3px}.content-type-badge{background-repeat:no-repeat;background-size:40%;background-position:center;width:2.6rem;height:2.6rem;border-radius:40px}.content-type-badge-play{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 469 512' style='enable-background:new 0 0 469 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M445.4,214.7L93.4,6.6C64.8-10.3,21,6.1,21,47.9V464c0,37.5,40.7,60.1,72.4,41.3l352-208 C476.8,278.8,476.9,233.2,445.4,214.7L445.4,214.7z'/%3E%3C/svg%3E%0A")}.content-type-badge-question{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 351.91 512'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M202,0C122.2,0,70.5,32.7,29.91,91a24,24,0,0,0,5.18,32.87l43.14,32.71a24,24,0,0,0,33.25-4.15c25-31.38,43.63-49.45,82.76-49.45,30.76,0,68.82,19.8,68.82,49.63,0,22.56-18.62,34.14-49,51.17-35.42,19.86-82.3,44.57-82.3,106.4V320a24,24,0,0,0,24,24h72.48a24,24,0,0,0,24-24v-5.77c0-42.86,125.26-44.65,125.26-160.63C377.5,66.26,286.9,0,202,0ZM192,373.46a69.27,69.27,0,1,0,69.27,69.27A69.34,69.34,0,0,0,192,373.46Z' transform='translate(-25.6)'/%3E%3C/svg%3E")}.content-type-badge-memo{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M320,0H64A64,64,0,0,0,0,64V448a64,64,0,0,0,64,64H320a64,64,0,0,0,64-64V64A64,64,0,0,0,320,0ZM208,352H80a16,16,0,0,1,0-32H208a16,16,0,0,1,0,32Zm96-96H80a16,16,0,0,1,0-32H304a16,16,0,0,1,0,32Zm0-96H80a16,16,0,0,1,0-32H304a16,16,0,0,1,0,32Z'/%3E%3C/svg%3E")}input[type=text],input[type=search],input[type=password],input[type=number],input[type=tel],input[type=email]{border:unset;-webkit-appearance:none;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;-moz-appearance:none;appearance:none;border-radius:3px;outline:none;padding:.75rem 1.1rem;box-sizing:border-box;transition:.2s;background-color:var(--input-bg);border:1px solid var(--input-border);color:var(--input-font)}input[type=text]:hover,input[type=search]:hover,input[type=password]:hover,input[type=number]:hover,input[type=tel]:hover,input[type=email]:hover{background-color:var(--input-bg-hover)}input[type=text]:focus,input[type=search]:focus,input[type=password]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=email]:focus{background-color:var(--input-bg-focus)}input[type=text]::placeholder,input[type=search]::placeholder,input[type=password]::placeholder,input[type=number]::placeholder,input[type=tel]::placeholder,input[type=email]::placeholder{font-weight:500;color:var(--input-placeholder)}input[type=text].error,input[type=search].error,input[type=password].error,input[type=number].error,input[type=tel].error,input[type=email].error{-webkit-transition:outline .07s linear;-moz-transition:outline .07s linear;-o-transition:outline .07s linear;transition:outline .07s linear;outline:2px solid var(--input-error);outline-offset:-2px;background-color:var(--input-error-bg)}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}input[type=file]{border:1px solid var(--border);border-radius:3px;padding:.3rem}input[type=file]::file-selector-button{display:inline-block;text-decoration:none;padding:.75rem 1.1rem;text-transform:uppercase;font-weight:500;transition:.2s;cursor:pointer;border:unset;border-radius:3px;text-align:center;color:var(--btn-secondary);background-color:var(--btn-secondary-bg)}input[type=file]::file-selector-button:hover{color:var(--btn-primary);background-color:var(--btn-secondary-bg-hover)}input[type=file]::file-selector-button .active,input[type=file]::file-selector-button:active{background-color:var(--btn-secondary-bg-active)}.input-wrapper{margin-bottom:1rem}.input-wrapper [type=checkbox],.input-wrapper [type=radio]{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.input-wrapper [type=checkbox]:active+.input-label:before,.input-wrapper [type=radio]:active+.input-label:before{transition-duration:0s}.input-wrapper [type=checkbox]:checked+.input-label:before,.input-wrapper [type=radio]:checked+.input-label:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 447.98 319.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M438.6,9.39a31.93,31.93,0,0,1,0,45.2l-256,256a31.93,31.93,0,0,1-45.2,0l-128-128a32,32,0,0,1,45.26-45.2L159.1,242.69,393.4,9.39a31.89,31.89,0,0,1,45.2,0Z'/%3E%3C/svg%3E");background-color:var(--checkbox-checked-bg);border-color:var(--checkbox-checked-bg)}.input-wrapper [type=checkbox]:focus+.input-label:before,.input-wrapper [type=radio]:focus+.input-label:before{box-shadow:0 0 0 2px var(--checkbox-checked-bg-rgba04);-moz-box-shadow:0 0 0 2px var(--checkbox-checked-bg-rgba04);-webkit-box-shadow:0 0 0 2px var(--checkbox-checked-bg-rgba04)}.input-wrapper [type=checkbox]:not(:checked):focus+.input-label:before,.input-wrapper [type=radio]:not(:checked):focus+.input-label:before{box-shadow:0 0 0 2px var(--checkbox-checked-bg-rgba04);-moz-box-shadow:0 0 0 2px var(--checkbox-checked-bg-rgba04);-webkit-box-shadow:0 0 0 2px var(--checkbox-checked-bg-rgba04);background-color:var(--input-font)}.input-wrapper [type=checkbox][disabled]+.input-label,.input-wrapper [type=radio][disabled]+.input-label{cursor:not-allowed}.input-wrapper [type=checkbox][disabled]+.input-label:before,.input-wrapper [type=radio][disabled]+.input-label:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 447.98 319.97'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23ar(--input-border);%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M438.6,9.39a31.93,31.93,0,0,1,0,45.2l-256,256a31.93,31.93,0,0,1-45.2,0l-128-128a32,32,0,0,1,45.26-45.2L159.1,242.69,393.4,9.39a31.89,31.89,0,0,1,45.2,0Z'/%3E%3C/svg%3E");background-color:var(--input-bg);border-color:var(--input-border)}.input-wrapper [type=checkbox]+.input-label,.input-wrapper [type=radio]+.input-label{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;align-items:flex-start;gap:.4rem;width:fit-content;cursor:pointer;position:relative;line-height:1.4}.input-wrapper [type=checkbox]+.input-label:before,.input-wrapper [type=radio]+.input-label:before{box-sizing:content-box;content:"";margin-top:.1rem;margin-left:.11rem;width:1rem;height:1rem;flex-shrink:0;border:1px solid var(--input-border);background-size:.55rem;background-repeat:no-repeat;background-position:center;background-color:var(--input-bg)}.input-wrapper [type=checkbox]+.input-label svg,.input-wrapper [type=radio]+.input-label svg{height:17px;align-self:center}.input-wrapper [type=radio]+.input-label:before{border-radius:100%}.input-wrapper [type=checkbox]+.input-label:before{border-radius:3px}.input-expand-controls svg{fill:var(--border);width:1.3rem;-webkit-transition:fill .09s linear;-moz-transition:fill .09s linear;-o-transition:fill .09s linear;transition:fill .09s linear;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.input-expand-controls svg:hover{fill:var(--input-placeholder);cursor:pointer}.input-expand-controls svg:active{fill:var(--input-placeholder-dark)}.form-required:after{display:inline-block;width:6px;height:6px;margin:0 .3em;content:"";vertical-align:super;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23EE0000%22%20%20d%3D%22M0%2C7.562l1.114-3.438c2.565%2C0.906%2C4.43%2C1.688%2C5.59%2C2.35C6.398%2C3.553%2C6.237%2C1.544%2C6.22%2C0.447h3.511%20c-0.05%2C1.597-0.234%2C3.6-0.558%2C6.003c1.664-0.838%2C3.566-1.613%2C5.714-2.325L16%2C7.562c-2.05%2C0.678-4.06%2C1.131-6.028%2C1.356%20c0.984%2C0.856%2C2.372%2C2.381%2C4.166%2C4.575l-2.906%2C2.059c-0.935-1.274-2.041-3.009-3.316-5.206c-1.194%2C2.275-2.244%2C4.013-3.147%2C5.206%20l-2.856-2.059c1.872-2.307%2C3.211-3.832%2C4.017-4.575C3.849%2C8.516%2C1.872%2C8.062%2C0%2C7.562%22%2F%3E%3C%2Fsvg%3E%0A);background-repeat:no-repeat;background-size:6px 6px}.know-how-card picture img{width:100%;height:auto;border:2px solid var(--border-dark-rgba05)}select,.quotation-request .current-item .product-select .selected-product,.quotation-request .product-form .product-select .selected-product,.quotation-request .accessory-form .product-select .selected-product{-webkit-appearance:none;-moz-appearance:none;text-overflow:"";padding:.75rem 1.8rem .75rem .75rem;width:fit-content;border:1px solid var(--input-border);border-radius:3px;cursor:pointer;font-family:inherit;font-size:1rem;transition:all .15s ease;background-color:var(--table-th-bg-light);background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 512' style='enable-background:new 0 0 448 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23686867;%7D%0A%3C/style%3E%3Cpath class='st0' d='M224,416c-8.2,0-16.4-3.1-22.6-9.4l-192-192c-12.5-12.5-12.5-32.8,0-45.2s32.8-12.5,45.2,0L224,338.8 l169.4-169.4c12.5-12.5,32.8-12.5,45.2,0s12.5,32.8,0,45.2l-192,192C240.4,412.9,232.2,416,224,416z'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position-y:center;background-size:9px;background-position:right .75rem center;color:var(--input-font)}select:hover,.quotation-request .current-item .product-select .selected-product:hover,.quotation-request .product-form .product-select .selected-product:hover,.quotation-request .accessory-form .product-select .selected-product:hover{background-color:var(--table-th-bg-light)}select:focus,.quotation-request .current-item .product-select .selected-product:focus,.quotation-request .product-form .product-select .selected-product:focus,.quotation-request .accessory-form .product-select .selected-product:focus{outline:unset;background-color:var(--input-bg-focus)}select:required:invalid,.quotation-request .current-item .product-select .selected-product:required:invalid,.quotation-request .product-form .product-select .selected-product:required:invalid,.quotation-request .accessory-form .product-select .selected-product:required:invalid{color:var(--select-invalid)}select.error,.quotation-request .current-item .product-select .error.selected-product,.quotation-request .product-form .product-select .error.selected-product,.quotation-request .accessory-form .product-select .error.selected-product{-webkit-transition:outline .07s linear;-moz-transition:outline .07s linear;-o-transition:outline .07s linear;transition:outline .07s linear;outline:2px solid var(--font-error);outline-offset:-2px;background-color:var(--error-bg)!important}select option,.quotation-request .current-item .product-select .selected-product option,.quotation-request .product-form .product-select .selected-product option,.quotation-request .accessory-form .product-select .selected-product option{color:var(--select-option-font)}select option[value=""][disabled],.quotation-request .current-item .product-select .selected-product option[value=""][disabled],.quotation-request .product-form .product-select .selected-product option[value=""][disabled],.quotation-request .accessory-form .product-select .selected-product option[value=""][disabled]{display:none}input[type=range]{box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;margin:0;padding:0;opacity:1;overflow:hidden;border:0;outline:none;background:linear-gradient(var(--btn-secondary-bg),var(--btn-secondary-bg)) no-repeat center;background-size:100% 2px;pointer-events:none}input[type=range]:active,input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{height:15px;width:15px;border-radius:30px;background-color:var(--btn-primary-bg);position:relative;margin:5px 0;border:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:all;display:block;box-shadow:unset}@media (max-width:767.98px){input[type=range]::-webkit-slider-thumb{width:19px;height:19px}}input[type=range]::-moz-range-thumb{height:15px;width:15px;border-radius:30px;background-color:var(--btn-primary-bg);position:relative;margin:5px 0;border:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:all;display:block;box-shadow:unset}@media (max-width:767.98px){input[type=range]::-moz-range-thumb{width:19px;height:19px}}input[type=range]::-webkit-media-slider-thumb{height:15px;width:15px;border-radius:30px;background-color:var(--btn-primary-bg);position:relative;margin:5px 0;border:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:all;display:block;box-shadow:unset}@media (max-width:767.98px){input[type=range]::-webkit-media-slider-thumb{width:19px;height:19px}}input[type=range]:disabled::-webkit-slider-thumb{background-color:var(--border);cursor:not-allowed}input[type=range]:disabled::-moz-range-thumb{background-color:var(--border);cursor:not-allowed}input[type=range]:disabled::-webkit-media-slider-thumb{background-color:var(--border);cursor:not-allowed}.range-slider-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}.range-slider-wrapper .range-slider{position:relative;display:flex;align-items:center;height:25px;width:100%}.range-slider-wrapper .range-slider input[type=range]{position:absolute}.range-slider-wrapper .range-slider input[type=range]:nth-child(2){background:none}.range-slider-wrapper .range-slider-value{font-size:.89rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem;font-weight:500;margin-top:.2rem;flex-direction:column}@media (max-width:767.98px){.range-slider-wrapper .range-slider-value{flex-direction:row}}.range-slider-wrapper .range-slider-value .value{padding:.2rem .4rem;border-radius:3px;background-color:var(--table-th-bg-light);min-width:51px;text-align:center}.range-slider-wrapper .range-slider-value .value-unit{margin-left:.2rem}@-moz-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}to{opacity:1}}.message-banner{padding:1.1rem;border-radius:3px;background-color:var(--btn-primary-bg);color:var(--btn-primary);max-width:410px;display:flex;flex-direction:column;position:fixed;left:1.1rem;bottom:4.5rem;animation:fadeIn ease .8s;-webkit-animation:fadeIn ease .8s;-moz-animation:fadeIn ease .8s;-o-animation:fadeIn ease .8s;-ms-animation:fadeIn ease .8s;z-index:10000}@media (max-width:575.98px){.message-banner{width:calc(100% - 1.5rem);left:50%;bottom:4.5rem;transform:translate(-50%)}}.message-banner-headline{display:flex;justify-content:space-between;gap:.75rem}.message-banner-cta{display:flex;gap:.4rem;margin-left:auto}.message-banner-close{width:16px;height:16px;flex-shrink:0;border-radius:3px;display:inline-block;cursor:pointer;background-repeat:no-repeat;background-size:50% 50%;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='321' height='321' viewBox='0 0 321 321' fill='none'%3E%3Cpath d='M310.6 266.4C323.1 278.9 323.1 299.15 310.6 311.65C304.4 317.9 296.2 321 288 321C279.8 321 271.62 317.875 265.38 311.625L160 206.3L54.63 311.6C48.38 317.9 40.19 321 32 321C23.81 321 15.63 317.9 9.375 311.6C-3.125 299.1 -3.125 278.85 9.375 266.35L114.775 160.95L9.375 55.6C-3.125 43.1 -3.125 22.85 9.375 10.35C21.875 -2.15002 42.125 -2.15002 54.625 10.35L160 115.8L265.4 10.4C277.9 -2.10002 298.15 -2.10002 310.65 10.4C323.15 22.9 323.15 43.15 310.65 55.65L205.25 161.05L310.6 266.4Z' fill='white'/%3E%3C/svg%3E");background-color:var(--btn-secondary-v2-bg)}@media (max-width:575.98px){.message-banner-close{width:25px;height:25px}}.message-banner-close:hover{background-color:var(--btn-secondary-v2-bg-hover)}.message-banner-close:active{background-color:var(--btn-secondary-v2-bg-active)}.global-search{position:relative;height:100%}.global-search *{scrollbar-width:auto;scrollbar-color:var(--search-scrollbar) transparent}.global-search *::-webkit-scrollbar{width:9px;height:9px;position:absolute}.global-search *::-webkit-scrollbar-track{background:transparent}.global-search *::-webkit-scrollbar-thumb{background-color:var(--search-scrollbar);border-radius:10px;border:2.5px solid white}.global-search-input-wrapper{display:flex;position:relative;align-items:center;height:100%}.global-search-input{width:100%;height:100%}.global-search-input.active{box-shadow:inset 0 -3px 0 var(--search-input-box-shadow)}.global-search-input-clear{position:absolute;margin:0;border:unset;outline:unset;width:18px;height:18px;border-radius:3px;right:.75rem;background-color:var(--search-clear-btn-bg);display:flex;align-items:center;justify-content:center;padding:2px;cursor:pointer}.global-search-input-clear svg{width:100%;height:100%;fill:var(--search-clear-btn-svg-fill);pointer-events:none}.global-search-suggestions{display:flex;position:absolute;flex-direction:column;width:100%;overflow-x:hidden;overflow-y:auto;margin-top:.4rem;border-radius:3px;background-color:var(--search-suggestion-bg);max-height:400px;-webkit-box-shadow:0px 0px 34px 0px rgba(0,0,0,.18);box-shadow:0 0 34px #0000003d;z-index:1000}.global-search-suggestions-item{padding:.75rem;display:flex;flex-direction:row;align-items:center;gap:.75rem;text-decoration:none;color:var(--search-suggestion-font);border-bottom:1px solid var(--search-suggestion-border);-webkit-animation:global-search .3s forwards;animation:global-search .3s forwards;-webkit-transition:background .1s linear;-moz-transition:background .1s linear;-o-transition:background .1s linear;transition:background .1s linear}@-webkit-keyframes global-search{0%{opacity:0;-webkit-transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0)}}@keyframes global-search{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.global-search-suggestions-item:hover{cursor:pointer;background-color:var(--search-suggestion-bg-hover)}.global-search-suggestions-item:active{background-color:var(--search-suggestion-bg-active)}img.global-search-suggestions-item-image,div.global-search-suggestions-item-image{width:50px!important;height:45px;object-fit:scale-down;border-radius:3px;overflow:hidden;background-color:var(--search-suggestion-bg);flex-shrink:0}.step-preview-number{flex-shrink:0;width:35px;height:35px;border-radius:100px}.step-preview-number svg{fill:#fff;width:100%;height:100%}.step-preview-title{margin-bottom:1px;font-weight:500}.step-preview-subtitle{margin:unset}.step-preview-edit{width:25px;height:25px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 511.45 511.41'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23686867;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M362.7,19.32a64.1,64.1,0,0,1,90.6,0l39.4,39.43a64,64,0,0,1,0,90.55l-48.4,48.4-130-130Zm59,201L188.5,453.4a87.67,87.67,0,0,1-37.4,22.2L30.77,511A22.55,22.55,0,0,1,7,504.1C.82,498.8-1.5,489.7,1,481.2L36.37,360.9a88.18,88.18,0,0,1,22.2-37.4L291.7,90.34Z' transform='translate(0 -0.57)'/%3E%3C/svg%3E");background-size:50%;background-repeat:no-repeat;background-position:center}.step-form{overflow:hidden;position:relative;max-height:0;transition:max-height .9s cubic-bezier(0,1,0,1)}.step-form.collapsed{max-height:2000px;transition:max-height .9s ease-in-out}.error-message{display:flex;gap:.4rem;align-items:center}.error-message-icon{width:15px;height:auto;fill:#a53b3b}.error-message-text{margin:0;padding:0}.error-message-box{color:var(--error-font);border:2px solid var(--error-font);background-color:var(--error-bg);padding:.4rem .75rem;border-radius:3px}.tooltip{width:auto;position:relative;display:inline-block}@media (max-width:991.98px){.tooltip{width:100%;display:block;margin-top:.2rem}}.tooltip-badge{display:flex;width:fit-content;gap:4px;align-items:center;border-radius:20px 5px 5px 20px;font-size:1rem;padding:4px;background-color:var(--btn-primary-bg);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-shrink:0}.tooltip-badge:hover{cursor:pointer}.tooltip-badge:hover+.tooltip-message{opacity:1;background:#fff;z-index:1}.tooltip-badge-icon{background:var(--bg-default);width:25px;height:25px;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tooltip-badge-icon svg{width:70%;height:auto;fill:var(--btn-primary-v2-with-icon-svg-fill)}.tooltip-badge-info{color:var(--btn-primary)}.tooltip-message{position:absolute;top:40px;left:-20rem;opacity:0;box-shadow:0 0 26px 25px #68686712;width:600px;height:auto;border-radius:5px;border:1px solid #e7e7e7;color:var(--font-body);padding:1.1rem;-webkit-transition:opacity .1s linear;-moz-transition:opacity .1s linear;-o-transition:opacity .1s linear;transition:opacity .1s linear}@media (max-width:991.98px){.tooltip-message{display:block;left:0}}@media (max-width:767.98px){.tooltip-message{max-width:100%}}.tooltip-message p{font-size:1rem}.tooltip-message>*:last-child{margin-bottom:0}.warning-box{background-color:var(--border-light);border-radius:3px;border:1px solid rgba(0,0,0,.1)}.warning-box-header{padding:1.1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.1);display:flex;align-items:center;gap:.4rem}.warning-box-header-symbol{width:18px;fill:#ffb800}.warning-box-header>*{padding:unset;margin:unset}.warning-box-content{padding:1.1rem 1.5rem;display:flex}@media (min-width:576px){.warning-box-content{justify-content:space-between;align-items:center;gap:1.5rem;flex-direction:row}}@media (max-width:575.98px){.warning-box-content{flex-direction:column;gap:1.1rem}.warning-box-content-submit,.warning-box-content-submit button{width:100%}}.warning-box-content-wrapper{display:flex;align-items:flex-start;gap:.75rem}.warning-box-error{padding:1.1rem 1.5rem;padding-top:0;margin-top:.4rem}#productfilter{min-height:1100px}#productfilter .filter-options{outline-width:2px;outline-style:solid;outline-offset:-2px;outline-color:var(--table-th-bg-light);border-radius:3px;overflow:hidden;background-color:var(--border-lighter);display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:991.98px){#productfilter .filter-options{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767.98px){#productfilter .filter-options{grid-template-columns:repeat(1,minmax(0,1fr))}}#productfilter .filter-options>*{padding:1.1rem 1.5rem;border:2px solid var(--table-th-bg-light);margin-top:-2px;margin-right:-2px}#productfilter .filter-options .disabled>*{opacity:.2}#productfilter .filter-options .disabled:hover{cursor:not-allowed}#productfilter .filter-options .filter-label{font-weight:500}#productfilter .filter-options .filter-actions{display:flex;flex-wrap:wrap;gap:.4rem .75rem;grid-column-gap:1.1rem}#productfilter .filter-options #cooling_capacity .filter-actions{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1,1fr)}@media (max-width:767.98px){#productfilter .filter-options #cooling_capacity .filter-actions{display:flex;gap:1.5rem}}#productfilter .filter-options #heating_capacity .filter-actions{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,1fr)}@media (max-width:767.98px){#productfilter .filter-options #heating_capacity .filter-actions{display:flex;gap:1.5rem}}#productfilter .filter-options #working_temperature_range input[type=number]{padding:.75rem;width:90px;height:30px;text-align:center}#productfilter .filter-options #working_temperature_range .error-message{align-self:flex-end}#productfilter .filter-options #min_bath_opening .filter-actions{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(1,1fr);grid-column-gap:1.1rem}@media (max-width:767.98px){#productfilter .filter-options #min_bath_opening .filter-actions{display:flex;gap:1.5rem}}#productfilter .filter-options #communication_interfaces .filter-actions{display:grid;grid-template-columns:repeat(auto-fill,minmax(125px,1fr))}#productfilter .filter-options #necessary_functions .filter-actions{display:flex}@media (max-width:991.98px){#productfilter .filter-options #necessary_functions .filter-actions{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr))}}#productfilter .filter-options #country_selection .filter-actions,#productfilter .filter-options #country_selection .filter-actions .select-wrapper{width:100%}#productfilter .filter-results-counter{padding:.4rem;background-color:var(--border-lighter);border:2px solid var(--table-th-bg-light);border-radius:3px;display:flex;justify-content:center;gap:.4rem}#productfilter .filter-results-counter svg{width:auto;height:19px;fill:var(--font-body)}#productfilter .filter-results .product-card{height:100%}#productfilter .no-results{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}#productfilter .no-results-image{width:130px}#product-filter-link{display:flex!important;gap:8px;align-items:center;width:fit-content}#product-filter-link:before{display:block;content:"";width:17px;height:17px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='480' viewBox='0 0 512 480' fill='none'%3E%3Cpath d='M0 400C0 386.7 10.75 376 24 376H83.66C93.86 343.5 124.2 320 160 320C195.8 320 226.1 343.5 236.3 376H488C501.3 376 512 386.7 512 400C512 413.3 501.3 424 488 424H236.3C226.1 456.5 195.8 480 160 480C124.2 480 93.86 456.5 83.66 424H24C10.75 424 0 413.3 0 400ZM192 400C192 382.3 177.7 368 160 368C142.3 368 128 382.3 128 400C128 417.7 142.3 432 160 432C177.7 432 192 417.7 192 400ZM352 160C387.8 160 418.1 183.5 428.3 216H488C501.3 216 512 226.7 512 240C512 253.3 501.3 264 488 264H428.3C418.1 296.5 387.8 320 352 320C316.2 320 285.9 296.5 275.7 264H24C10.75 264 0 253.3 0 240C0 226.7 10.75 216 24 216H275.7C285.9 183.5 316.2 160 352 160ZM384 240C384 222.3 369.7 208 352 208C334.3 208 320 222.3 320 240C320 257.7 334.3 272 352 272C369.7 272 384 257.7 384 240ZM488 56C501.3 56 512 66.75 512 80C512 93.3 501.3 104 488 104H268.3C258.1 136.5 227.8 160 192 160C156.2 160 125.9 136.5 115.7 104H24C10.75 104 0 93.3 0 80C0 66.75 10.75 56 24 56H115.7C125.9 23.54 156.2 0 192 0C227.8 0 258.1 23.54 268.3 56H488ZM160 80C160 97.7 174.3 112 192 112C209.7 112 224 97.7 224 80C224 62.33 209.7 48 192 48C174.3 48 160 62.33 160 80Z' fill='white'/%3E%3C/svg%3E");background-size:100%;background-repeat:no-repeat}.product-card{border:2px solid var(--input-bg);border-radius:3px;overflow:hidden;-webkit-animation:product-car .15s forwards;animation:product-car .15s forwards;-webkit-transition:border .08s linear;-moz-transition:border .08s linear;-o-transition:border .08s linear;transition:border .08s linear}@-webkit-keyframes product-car{0%{opacity:0;-webkit-transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0)}}@keyframes product-car{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card:hover{border:2px solid var(--input-border)}.product-card-header{display:flex;align-items:center;justify-content:space-between;background-color:var(--nav-color)}.product-card-header-content{padding:.4rem .4rem .4rem 0;display:flex;align-items:center;gap:.75rem;margin-left:.75rem}.product-card-header-actions{margin-right:.75rem;display:flex;gap:.4rem}.product-card-header-image{width:75px;height:75px;object-fit:contain}.product-card-header-image-empty{width:60px;height:70px}.product-card-header-title{color:var(--nav-border-secondary);font-weight:500;margin:unset}.product-card-header-title a{text-decoration:none}.product-card-header-icons{display:flex;gap:.4rem;margin-left:3px}.product-card-header-icons svg{width:auto;height:17px}.product-card-header-info{display:flex;flex-direction:column;gap:.2rem}.product-card-body{background-color:var(--border-lighter);border-top:2px solid var(--input-bg);height:100%}.product-card-body-item{padding:.65rem 1.1rem;border-bottom:2px solid var(--input-bg);display:flex;flex-wrap:wrap;gap:.4rem;font-size:.92rem;overflow:auto}.product-card-body-item:last-child{border-bottom:unset}.product-card-body-item-label{font-weight:500}.product-card-body-item table{width:100%;border-collapse:separate;border-spacing:0}.product-card-body-item table td,.product-card-body-item table th{border-width:2px;border-color:var(--table-th-border);background-color:var(--table-th-bg-light);border-style:solid;padding:.2rem .4rem;text-align:center;font-weight:500}.product-card-body-item table .temp-values>*:first-child{border-top-left-radius:3px}.product-card-body-item table .temp-values>*:last-child{border-top-right-radius:3px}.product-card-body-item table .temp-values>*:not(:last-child){border-right:unset}.product-card-body-item table .temp-values td{border-bottom:unset}.product-card-body-item table .energy-values>*:first-child{border-bottom-left-radius:3px}.product-card-body-item table .energy-values>*:last-child{border-bottom-right-radius:3px}.product-card-body-item table .energy-values>*:not(:last-child){border-right:unset}.product-card-body-item.disabled{background-color:var(--product-card-bg);color:var(--product-card-font)}.product-card-btn-action{width:30px;height:30px;padding:.4rem}.product-card-btn-action svg{width:100%;height:100%}.loader--ellipsis{display:flex;align-items:center;position:relative;height:20px;width:64px}.loader--ellipsis div{position:absolute;animation-timing-function:cubic-bezier(0,1,1,0);border-radius:50%;height:11px;width:11px;background-color:var(--btn-primary-bg)}.loader--ellipsis div:nth-child(1){left:6px;animation:loader--ellipsis1 .6s infinite}.loader--ellipsis div:nth-child(2){left:6px;animation:loader--ellipsis2 .6s infinite}.loader--ellipsis div:nth-child(3){left:26px;animation:loader--ellipsis2 .6s infinite}.loader--ellipsis div:nth-child(4){left:45px;animation:loader--ellipsis3 .6s infinite}@keyframes loader--ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes loader--ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes loader--ellipsis2{0%{transform:translate(0)}to{transform:translate(19px)}}.bg-darkEmerald .loader--ellipsis div,.btn-primary .loader--ellipsis div{background-color:var(--bg-default)}.btn-secondary .loader--ellipsis div{background-color:var(--btn-secondary)}.accordion-item{border:2px solid var(--accordion-border);padding:calc(.2rem + 1px);border-radius:3px}.accordion-item-warning.accordion-item{border-color:var(--border-warning)}.accordion-item-warning .accordion-item-label{background-color:var(--border-warning-rgba15)}.accordion-item-warning .accordion-item-label:hover{background-color:var(--border-warning-rgba2)}.accordion-item-warning .accordion-item-label:active{background-color:var(--border-warning-rgba25)}.accordion-item-primary .accordion-item-label{color:var(--accordion-primary-label);background-color:var(--btn-primary-bg)}.accordion-item-primary .accordion-item-label:before{content:"";display:inline-block;background-position:center;background-repeat:no-repeat;background-color:var(--accordion-primary-label);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 257 448" xmlns="http://www.w3.org/2000/svg"><path d="M32 448c-8.187 0-16.38-3.125-22.62-9.375-12.5-12.5-12.5-32.75 0-45.25L178.802 224 9.381 54.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C48.4 444.9 40.2 448 32 448z"/></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 257 448" xmlns="http://www.w3.org/2000/svg"><path d="M32 448c-8.187 0-16.38-3.125-22.62-9.375-12.5-12.5-12.5-32.75 0-45.25L178.802 224 9.381 54.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C48.4 444.9 40.2 448 32 448z"/></svg>')}.accordion-item-primary .accordion-item-label:hover{background-color:var(--btn-primary-bg-hover)}.accordion-item-primary .accordion-item-label:active{background-color:var(--btn-primary-bg-active)}.accordion-item-check{display:none}.accordion-item-check:checked+.accordion-item-label>span.text-opened{display:inline}.accordion-item-check:checked+.accordion-item-label>span.text-closed{display:none}.accordion-item-check:checked+.accordion-item-label:before{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.accordion-item-check:checked~.accordion-item-content{display:flex;flex-direction:column}.accordion-item-label{display:flex;align-items:center;gap:.75rem;background-color:var(--accordion-border);padding:.75rem;font-size:1.2rem;border-radius:3px;-webkit-transition:background .1s linear;-moz-transition:background .1s linear;-o-transition:background .1s linear;transition:background .1s linear;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.accordion-item-label>span.text-opened{display:none}.accordion-item-label>span.text-closed{display:inline}.accordion-item-label.label-inline{display:inline-flex}.accordion-item-label:before{width:.9rem;height:.9rem;background-size:contain;content:"";display:inline-block;background-position:center;background-repeat:no-repeat;background-color:var(--accordion-label);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 257 448" xmlns="http://www.w3.org/2000/svg"><path d="M32 448c-8.187 0-16.38-3.125-22.62-9.375-12.5-12.5-12.5-32.75 0-45.25L178.802 224 9.381 54.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C48.4 444.9 40.2 448 32 448z"/></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 257 448" xmlns="http://www.w3.org/2000/svg"><path d="M32 448c-8.187 0-16.38-3.125-22.62-9.375-12.5-12.5-12.5-32.75 0-45.25L178.802 224 9.381 54.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C48.4 444.9 40.2 448 32 448z"/></svg>');-moz-transition:all .15s linear;-webkit-transition:all .15s linear;transition:all .15s linear}.accordion-item-label:hover{cursor:pointer;background-color:var(--accordion-bg-hover)}.accordion-item-label:active{background-color:var(--accordion-bg-active)}.accordion-item-content{display:none;padding:.75rem}.accordion-item-content>*:last-child{margin-bottom:unset}.animated-check{width:3rem;height:3rem;border-radius:50%;display:block;stroke-width:3.5;stroke:#fff;stroke-miterlimit:10;-webkit-box-shadow:inset 0px 0px 0px var(--btn-primary-bg);box-shadow:inset 0 0 0 var(--btn-primary-bg);-webkit-animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;flex-shrink:0}.animated-check-circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:var(--btn-primary-bg);fill:none;-webkit-animation:stroke .4s cubic-bezier(.65,0,.45,1) forwards;animation:stroke .4s cubic-bezier(.65,0,.45,1) forwards}.animated-check-check{-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke-linecap:round;-webkit-animation:stroke .3s cubic-bezier(.65,0,.45,1) .6s forwards;animation:stroke .3s cubic-bezier(.65,0,.45,1) .6s forwards}@-webkit-keyframes stroke{to{stroke-dashoffset:0}}@keyframes stroke{to{stroke-dashoffset:0}}@-webkit-keyframes scale{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:scale3d(.9,.9,1);transform:scale3d(.9,.9,1)}}@keyframes scale{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:scale3d(.9,.9,1);transform:scale3d(.9,.9,1)}}@-webkit-keyframes fill{to{-webkit-box-shadow:inset 0px 0px 0px 30px var(--btn-primary-bg);box-shadow:inset 0 0 0 30px var(--btn-primary-bg)}}@keyframes fill{to{-webkit-box-shadow:inset 0px 0px 0px 30px var(--btn-primary-bg);box-shadow:inset 0 0 0 30px var(--btn-primary-bg)}}textarea{background-color:var(--input-bg);padding:.75rem 1.1rem;border:1px solid var(--input-border);border-radius:3px;color:var(--input-font);-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;font-size:1rem;line-height:1.4}textarea:hover{background-color:var(--input-bg-hover)}textarea:focus{background-color:var(--input-bg-focus)}textarea:focus-visible{outline:unset}textarea.error{-webkit-transition:outline .07s linear;-moz-transition:outline .07s linear;-o-transition:outline .07s linear;transition:outline .07s linear;outline:2px solid var(--input-error);outline-offset:-2px;background-color:var(--input-error-bg)}.download-card{border:2px dotted var(--border);padding:.75rem;display:flex;flex-direction:column;justify-content:space-between}.download-card-header{margin-bottom:1.1rem}.download-card-header>*{margin-bottom:unset}.download-card-content{display:flex;gap:1.1rem}.download-card-content-image{width:75px;height:100%;flex-shrink:0;display:flex;justify-content:center;align-items:center}.download-card-content-details{display:flex;flex-direction:column;width:100%}.download-card-content-details-title{margin-bottom:.2rem;font-size:1rem;font-weight:500}.download-card-content-details-subtitle{margin-bottom:1.1rem}.download-card-content-details-file{width:fit-content;margin-top:auto;display:flex;gap:.4rem;margin-bottom:.4rem}.download-card-content-details-file span{font-size:.85rem;color:var(--font-body);background-color:var(--accordion-bg-hover);padding:.2rem .4rem;border-radius:3px;text-align:center}.download-card-content-details span.error{-webkit-transition:outline .07s linear;-moz-transition:outline .07s linear;-o-transition:outline .07s linear;transition:outline .07s linear;outline:2px solid var(--error-font);outline-offset:-2px;background-color:var(--error-bg)!important;border-radius:3px!important}.download-card-content-details-download{height:33px;display:flex;align-items:center;justify-content:center;padding:0;max-width:155px}.download-card-content-details-download svg{height:55%;fill:var(--btn-primary-with-icon-svg-fill);margin-bottom:1px}.download-card-content.datasheet-card .download-card-content-details-title{margin-top:.2rem;margin-bottom:0!important}.download-card-content.datasheet-card .form-item{margin-top:.2rem;margin-bottom:.5rem}.accordion-item-small-check{display:none}.accordion-item-small-check:checked+.accordion-item-small-label:before{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.accordion-item-small-check:checked~.accordion-item-small-content{display:flex;flex-direction:column}.accordion-item-small-label{display:flex;align-items:baseline;flex-shrink:0;gap:.4rem;font-size:1rem;font-weight:500}.accordion-item-small-label:before{content:"";width:.7rem;height:.7rem;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='257' height='448' viewBox='0 0 257 448' fill='none'%3E%3Cpath d='M32.0009 448C23.8129 448 15.6209 444.875 9.38086 438.625C-3.11914 426.125 -3.11914 405.875 9.38086 393.375L178.801 224L9.38086 54.63C-3.11914 42.13 -3.11914 21.88 9.38086 9.38C21.8809 -3.12 42.1309 -3.12 54.6309 9.38L246.631 201.38C259.131 213.88 259.131 234.13 246.631 246.63L54.6309 438.63C48.4009 444.9 40.2009 448 32.0009 448Z' fill='%23686867'/%3E%3C/svg%3E");-moz-transition:all .15s linear;-webkit-transition:all .15s linear;transition:all .15s linear}.accordion-item-small-label:hover{cursor:pointer}.accordion-item-small-content{display:none;margin-left:1.1rem;margin-top:.4rem}.accordion-item-small-content>*:last-child{margin-bottom:unset}.accordion-item-small-content ul{gap:.2rem}.tab-navigation{margin-top:30px;margin-bottom:40px;border-bottom:1px solid var(--input-border)}@media (max-width:575.98px){.tab-navigation{border-bottom:unset;margin-bottom:1rem;padding:unset}}.tab-navigation .container{display:flex;flex-direction:row;gap:.75rem}@media (max-width:575.98px){.tab-navigation .container{flex-direction:column}}.tab-navigation-element{display:flex;justify-content:center;align-items:center;text-align:center;border:1px solid var(--input-border);flex:1;margin-bottom:-1px;padding:.75rem;font-size:1.2rem;background-color:var(--nav-tab-bg);-webkit-transition:background .04s linear;-moz-transition:background .04s linear;-o-transition:background .04s linear;transition:background .04s linear}@media (max-width:767.98px){.tab-navigation-element{font-size:1rem;padding:.4rem}}.tab-navigation-element:hover{background-color:var(--input-bg-hover);cursor:pointer}.tab-navigation-element:active{background-color:var(--input-border)}.tab-navigation-element.active{background-color:#fff}@media (min-width:576px){.tab-navigation-element.active{border-bottom:unset}}#case-studies .case-studies-overview h1{margin:0}#case-studies .case-studies-overview h2{margin:.5rem 0}#case-studies .case-studies-overview h3{margin:0 0 1rem}#case-studies .case-studies-overview .control-container{display:flex;justify-content:space-between;align-items:flex-end}#case-studies .case-studies-overview .control-container .search h4{margin-top:0}#case-studies .case-studies-overview .control-container .search input{width:300px}#case-studies .case-studies-overview .control-container .filter-button{height:50px;width:50px;display:flex;justify-content:center;align-items:center;padding:0}#case-studies .case-studies-overview .control-container .filter-button svg{fill:#fff;width:20px}#case-studies .case-studies-overview .filter-container .slider{overflow-y:hidden;max-height:500px;box-sizing:border-box;transition-property:all;transition-duration:.5s;transition-timing-function:ease;background-color:var(--filter-slider-bg);padding:0}#case-studies .case-studies-overview .filter-container .slider.closed{max-height:0}#case-studies .case-studies-overview .filter-container .slider .content{padding:20px}#case-studies .case-studies-overview .filter-container .slider .content form{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:20px;align-items:end}#case-studies .case-studies-overview .filter-container label{margin-bottom:6px}#case-studies .case-studies-overview .filter-container .filter-wrapper{display:flex;flex-direction:column}#case-studies .case-studies-overview .case-studies-container{border:2px dotted #ccc;overflow-x:auto;padding:4px}#case-studies .case-studies-overview .case-studies-container table{text-align:left;width:100%}#case-studies .case-studies-overview .case-studies-container table th,#case-studies .case-studies-overview .case-studies-container table td{padding:15px}#case-studies .case-studies-overview .case-studies-container table th{background-color:var(--table-th-bg)}#case-studies .case-studies-overview .case-studies-container table tr:nth-child(2n){background:var(--table-tr-bg)}body:not(.home) main>:last-child{padding-bottom:5rem}body:not(.home) main>:last-child .container-fluid+.container-fluid:last-child{margin-bottom:-5rem!important;padding-bottom:5rem!important}body .footer{border-top:4px solid var(--footer-border);color:var(--font-footer);font-size:1.125rem;position:relative}body .footer a{display:inline-block;color:inherit}body .footer .underline:after{border-bottom-color:var(--footer-border)}body .footer-top{background-color:var(--footer-bg-top);padding:2.25rem 1.5rem}body .footer-bottom{background-color:var(--footer-bg-bottom)}@media (min-width:768px){body .footer-bottom{padding:1.1rem}}@media (max-width:767.98px){body .footer-bottom{padding:1.5rem}}body .footer-bottom .container{display:flex}@media (min-width:768px){body .footer-bottom .container{align-items:center;justify-content:space-between;flex-direction:row}}@media (max-width:767.98px){body .footer-bottom .container{align-items:flex-start;flex-direction:column;gap:1.1rem}}body .footer-bottom .copyright{font-size:.95rem}body .footer-content{display:grid;gap:1.1rem;height:100%}@media (min-width:1200px){body .footer-content{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(4,1fr)}}@media (max-width:1199.98px){body .footer-content{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(3,1fr)}}@media (max-width:767.98px){body .footer-content{grid-template-rows:auto;grid-template-columns:unset}}body .footer-column-title{font-weight:600}@media (min-width:768px){body .footer-column-body{border-right:1px dotted var(--footer-column-border-right);padding-right:1.1rem}body .footer-column-body:last-of-type{border-right:unset}}@media (max-width:767.98px){body .footer-column-body{border-bottom:1px dotted white;padding-bottom:1.1rem}body .footer-column-body:last-of-type{border-bottom:unset;padding-bottom:unset}}body .footer-column-body>*:last-child{margin-bottom:unset}body .footer .order-6{order:6!important}body .footer .order-7{order:7!important}body .footer .order-8{order:8!important}@media (min-width:768px){body .footer .order-md-unset{order:unset!important}}body .footer .social{margin:unset;display:flex;flex-direction:row;gap:1.1rem}body .footer .social-item{width:40px;height:40px;content:"";background-repeat:no-repeat;background-size:100%;-webkit-transition:background-image .13s linear;-moz-transition:background-image .13s linear;-o-transition:background-image .13s linear;transition:background-image .13s linear}body .footer .social-item a{display:block;width:100%;height:100%}body .footer .social-instagram{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='196'%20height='196'%20fill='%23fff'%3e%3cpath%20d='M123.674%2098.5c0-13.9-11.268-25.167-25.167-25.167A25.17%2025.17%200%200%200%2073.34%2098.5c0%2013.898%2011.267%2025.167%2025.167%2025.167s25.167-11.269%2025.167-25.167z'/%3e%3cpath%20d='M95.991%2036.605a1977.92%201977.92%200%200%200-4.257.001v-.019c-14.071.016-16.771.11-23.735.425-7.361.338-11.358%201.565-14.02%202.603-3.523%201.372-6.04%203.007-8.683%205.65s-4.282%205.159-5.65%208.682c-1.033%202.661-2.264%206.657-2.6%2014.018-.362%207.959-.434%2010.337-.434%2030.499l.434%2030.511c.335%207.362%201.567%2011.357%202.6%2014.015%201.371%203.525%203.007%206.035%205.65%208.678s5.159%204.278%208.683%205.646c2.663%201.034%206.658%202.264%2014.02%202.604%207.959.361%2010.348.44%2030.509.44l30.509-.44c7.361-.337%2011.359-1.564%2014.018-2.602%203.525-1.368%206.033-3.004%208.676-5.647s4.281-5.149%205.65-8.673c1.033-2.658%202.263-6.653%202.6-14.014.362-7.959.44-10.35.44-30.499l-.44-30.499c-.335-7.361-1.567-11.356-2.6-14.015-1.372-3.523-3.008-6.04-5.65-8.682s-5.153-4.278-8.676-5.647c-2.662-1.033-6.657-2.263-14.018-2.6-7.961-.362-10.35-.434-30.509-.434a5048.83%205048.83%200%200%201-2.516-.001zm33.758%2021.594a9.06%209.06%200%200%201%209.06-9.057v-.003c5.002%200%209.06%204.058%209.06%209.06s-4.058%209.06-9.06%209.06-9.06-4.058-9.06-9.06zM59.734%2098.5c0-21.412%2017.36-38.772%2038.773-38.772s38.767%2017.36%2038.767%2038.772-17.355%2038.765-38.767%2038.765S59.734%20119.912%2059.734%2098.5zM20%200C8.954%200%200%208.954%200%2020v156c0%2011.046%208.954%2020%2020%2020h156c11.046%200%2020-8.954%2020-20V20c0-11.046-8.954-20-20-20H20zm47.376%2023.456C75.428%2023.09%2078.001%2023%2098.495%2023c20.501%200%2023.065.09%2031.117.456%208.038.368%2013.527%201.641%2018.34%203.508%204.971%201.927%209.17%204.506%2013.37%208.706s6.78%208.409%208.714%2013.374c1.856%204.801%203.13%2010.287%203.508%2018.324.362%208.053.456%2010.627.456%2031.131l-.456%2031.125c-.378%208.034-1.652%2013.522-3.508%2018.324-1.934%204.964-4.514%209.177-8.714%2013.373s-8.401%206.786-13.365%208.714c-4.804%201.867-10.296%203.14-18.334%203.508-8.054.366-10.619.456-31.125.456s-23.075-.09-31.128-.456c-8.036-.368-13.524-1.641-18.328-3.508-4.963-1.928-9.175-4.514-13.37-8.714s-6.778-8.409-8.708-13.374c-1.866-4.801-3.138-10.287-3.508-18.325C23.091%20121.57%2023%20119.005%2023%2098.5l.455-31.133c.362-8.035%201.636-13.522%203.508-18.324%201.935-4.964%204.514-9.176%208.714-13.373s8.409-6.778%2013.375-8.706c4.801-1.867%2010.287-3.14%2018.325-3.508zM98.495%2023h-.012z'%20fill-rule='evenodd'/%3e%3c/svg%3e")}body .footer .social-instagram:hover{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='196'%20height='196'%20fill='none'%3e%3cuse%20xlink:href='%23C'%20fill='url(%23A)'/%3e%3cuse%20xlink:href='%23C'%20fill='url(%23B)'/%3e%3cpath%20d='M98.507%2023c-20.505%200-23.078.09-31.131.456-8.038.368-13.524%201.641-18.325%203.508-4.966%201.928-9.178%204.508-13.375%208.706s-6.779%208.409-8.714%2013.373c-1.872%204.802-3.146%2010.29-3.508%2018.325C23.094%2075.421%2023%2077.996%2023%2098.5l.456%2031.123c.37%208.038%201.642%2013.524%203.508%2018.325%201.93%204.965%204.51%209.178%208.708%2013.374s8.407%206.786%2013.37%208.714c4.804%201.867%2010.292%203.14%2018.328%203.508%208.053.366%2010.625.456%2031.128.456s23.071-.09%2031.125-.456c8.038-.368%2013.53-1.641%2018.334-3.508%204.964-1.928%209.17-4.514%2013.365-8.714s6.78-8.409%208.714-13.373c1.856-4.802%203.13-10.29%203.508-18.324.362-8.053.456-10.62.456-31.125l-.456-31.131c-.378-8.038-1.652-13.524-3.508-18.324-1.934-4.966-4.514-9.178-8.714-13.374s-8.399-6.779-13.37-8.706c-4.813-1.867-10.302-3.14-18.34-3.508-8.054-.366-10.617-.456-31.128-.456h.024zm-6.773%2013.606h6.773l30.509.434c7.361.337%2011.356%201.567%2014.018%202.6%203.523%201.368%206.035%203.004%208.676%205.647s4.278%205.159%205.65%208.682c1.033%202.658%202.265%206.653%202.6%2014.015.362%207.959.44%2010.35.44%2030.499l-.44%2030.499c-.337%207.361-1.567%2011.356-2.6%2014.014-1.369%203.524-3.007%206.032-5.65%208.673s-5.151%204.279-8.676%205.647c-2.659%201.038-6.657%202.265-14.018%202.602-7.959.361-10.35.44-30.509.44s-22.55-.079-30.509-.44c-7.361-.34-11.357-1.57-14.02-2.604-3.523-1.368-6.04-3.004-8.683-5.646s-4.278-5.153-5.65-8.678c-1.033-2.658-2.265-6.654-2.6-14.015-.362-7.959-.434-10.35-.434-30.511l.434-30.499c.337-7.361%201.567-11.357%202.6-14.018%201.368-3.523%203.007-6.04%205.65-8.682s5.159-4.278%208.683-5.65c2.661-1.038%206.658-2.265%2014.02-2.603%206.965-.314%209.664-.409%2023.735-.425v.019zm47.075%2012.536a9.06%209.06%200%200%200-9.06%209.057c0%205.002%204.058%209.06%209.06%209.06s9.06-4.058%209.06-9.06-4.058-9.06-9.06-9.06v.003zM98.507%2059.728c-21.412%200-38.773%2017.36-38.773%2038.772s17.36%2038.765%2038.773%2038.765%2038.767-17.353%2038.767-38.765-17.355-38.772-38.767-38.772zm0%2013.606c13.899%200%2025.167%2011.267%2025.167%2025.167s-11.268%2025.167-25.167%2025.167S73.34%20112.398%2073.34%2098.5a25.17%2025.17%200%200%201%2025.167-25.167z'%20fill='%23fff'/%3e%3cdefs%3e%3cradialGradient%20id='A'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(52.0627%20211.096)%20rotate(-90)%20scale(194.25%20180.668)'%3e%3cstop%20stop-color='%23fd5'/%3e%3cstop%20offset='.1'%20stop-color='%23fd5'/%3e%3cstop%20offset='.5'%20stop-color='%23ff543e'/%3e%3cstop%20offset='1'%20stop-color='%23c837ab'/%3e%3c/radialGradient%3e%3cradialGradient%20id='B'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='matrix(17.04298992632513,85.14178952201544,-350.95783184906475,70.25188014426092,-32.831,14.1195)'%3e%3cstop%20stop-color='%233771c8'/%3e%3cstop%20offset='.128'%20stop-color='%233771c8'/%3e%3cstop%20offset='1'%20stop-color='%2360f'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cpath%20id='C'%20d='M0%2020C0%208.954%208.954%200%2020%200h156c11.046%200%2020%208.954%2020%2020v156c0%2011.046-8.954%2020-20%2020H20c-11.046%200-20-8.954-20-20V20z'/%3e%3c/defs%3e%3c/svg%3e")}body .footer .social-facebook{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='196'%20height='196'%20fill='none'%3e%3cpath%20d='M20%200C8.954%200%200%208.954%200%2020v156c0%2011.046%208.954%2020%2020%2020h68.035v-72.578H61V94.031h27.035V70.938C88.035%2044.696%20105.337%2030%20130.209%2030c7.57%200%2016.221%201.05%2023.791%202.099v26.767h-14.058c-12.977%200-16.221%206.298-16.221%2014.696v20.469h28.657l-4.866%2029.391h-23.791V196H176c11.046%200%2020-8.954%2020-20V20c0-11.046-8.954-20-20-20H20z'%20fill='%23fff'/%3e%3c/svg%3e")}body .footer .social-facebook:hover{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='196'%20height='196'%20fill='none'%3e%3cpath%20d='M0%2020C0%208.954%208.954%200%2020%200h156c11.046%200%2020%208.954%2020%2020v156c0%2011.046-8.954%2020-20%2020H20c-11.046%200-20-8.954-20-20V20z'%20fill='url(%23A)'/%3e%3cpath%20d='M152.378%2094.031l-4.866%2029.391h-23.791V196H88.035v-72.578H61V94.031h27.035V70.938C88.035%2044.696%20105.337%2030%20130.209%2030c7.57%200%2016.221%201.05%2023.791%202.099v26.767h-14.058c-12.977%200-16.221%206.298-16.221%2014.696v20.469h28.657z'%20fill='%23fff'/%3e%3cdefs%3e%3clinearGradient%20id='A'%20x1='98.005'%20y1='190.134'%20x2='98.005'%20y2='-.036'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%230062e0'/%3e%3cstop%20offset='1'%20stop-color='%2319afff'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}body .footer .social-linkedin{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='196'%20height='196'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20d='M20%200C8.954%200%200%208.954%200%2020v156c0%2011.046%208.954%2020%2020%2020h156c11.046%200%2020-8.954%2020-20V20c0-11.046-8.954-20-20-20H20zm120.413%20170H170v-60.781c0-25.717-14.578-38.152-34.94-38.152-20.372%200-28.946%2015.864-28.946%2015.864V74H77.6v96h28.514v-50.394c0-13.503%206.216-21.538%2018.113-21.538%2010.936%200%2016.186%207.721%2016.186%2021.538V170zM26%2043.715c0%209.783%207.87%2017.715%2017.583%2017.715s17.578-7.932%2017.578-17.715S53.295%2026%2043.583%2026%2026%2033.932%2026%2043.715zM58.592%20170H28.859V74h29.733v96z'%20fill='%23fff'/%3e%3c/svg%3e")}body .footer .social-linkedin:hover{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='196'%20height='196'%20fill='none'%3e%3cpath%20d='M0%2020C0%208.954%208.954%200%2020%200h156c11.046%200%2020%208.954%2020%2020v156c0%2011.046-8.954%2020-20%2020H20c-11.046%200-20-8.954-20-20V20z'%20fill='%23007ebb'/%3e%3cpath%20fill-rule='evenodd'%20d='M170%20170h-29.587v-50.394c0-13.817-5.25-21.538-16.186-21.538-11.897%200-18.113%208.035-18.113%2021.538V170H77.6V74h28.514v12.931s8.574-15.864%2028.945-15.864c20.363%200%2034.941%2012.435%2034.941%2038.152V170zM43.583%2061.43C33.87%2061.43%2026%2053.498%2026%2043.715S33.87%2026%2043.583%2026s17.578%207.932%2017.578%2017.715S53.295%2061.43%2043.583%2061.43zM28.859%20170h29.733V74H28.859v96z'%20fill='%23fff'/%3e%3c/svg%3e")}body .footer .social-xing{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='196'%20height='196'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20d='M0%2020C0%208.954%208.954%200%2020%200h156c11.046%200%2020%208.954%2020%2020v156c0%2011.046-8.954%2020-20%2020H20c-11.046%200-20-8.954-20-20V20zm48.168%2034.438c-1.252%200-2.305.439-2.834%201.298-.548.887-.463%202.03.118%203.186l14.053%2024.308c.024.047.024.075%200%20.118l-22.082%2038.94c-.577%201.147-.548%202.299%200%203.186.529.855%201.464%201.416%202.716%201.416h20.784c3.108%200%204.605-2.095%205.668-4.012l22.437-39.648c-.085-.137-14.289-24.898-14.289-24.898-1.034-1.841-2.598-3.894-5.787-3.894H48.168zm81.751-24.483c1.115-2.001%202.461-3.956%205.565-3.956h20.996c1.252%200%202.234.472%202.764%201.326.548.887.533%202.058-.043%203.205l-46.017%2081.304c-.029.042-.029.094%200%20.136l29.3%2053.493c.581%201.152.595%202.322.042%203.21-.528.854-1.506%201.326-2.758%201.326h-20.76c-3.184%200-4.776-2.115-5.806-3.955l-29.532-54.14%2046.249-81.949z'%20fill='%23fff'/%3e%3c/svg%3e")}body .footer .social-xing:hover{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='196'%20height='196'%20fill='none'%3e%3cpath%20d='M0%2020C0%208.954%208.954%200%2020%200h156c11.046%200%2020%208.954%2020%2020v156c0%2011.046-8.954%2020-20%2020H20c-11.046%200-20-8.954-20-20V20z'%20fill='%23005a5f'/%3e%3cpath%20d='M48.168%2054.438c-1.252%200-2.305.439-2.834%201.298-.548.887-.463%202.03.118%203.186l14.053%2024.308c.024.047.024.075%200%20.118l-22.083%2038.94c-.576%201.147-.548%202.299%200%203.186.529.855%201.464%201.416%202.716%201.416h20.784c3.108%200%204.606-2.095%205.668-4.012l22.437-39.648c-.085-.137-14.289-24.898-14.289-24.898-1.034-1.841-2.598-3.894-5.787-3.894H48.168z'%20fill='%23fff'/%3e%3cpath%20d='M135.484%2026c-3.104%200-4.45%201.954-5.565%203.956l-46.249%2081.95%2029.532%2054.14c1.03%201.84%202.622%203.955%205.806%203.955h20.76c1.252%200%202.23-.472%202.759-1.326.552-.888.538-2.058-.043-3.21l-29.301-53.493a.12.12%200%200%201%200-.136l46.018-81.304c.576-1.147.591-2.318.043-3.205-.529-.854-1.512-1.326-2.764-1.326h-20.996z'%20fill='%23d4d600'/%3e%3c/svg%3e")}body .footer .social-youtube{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='196'%20height='196'%20fill='%23fff'%3e%3cpath%20d='M84.986%20118.42l35.073-20.223-35.073-20.223v40.447z'/%3e%3cpath%20fill-rule='evenodd'%20d='M20%200C8.954%200%200%208.954%200%2020v156c0%2011.046%208.954%2020%2020%2020h156c11.046%200%2020-8.954%2020-20V20c0-11.046-8.954-20-20-20H20zm143.177%2065.74c-1.555-5.805-6.123-10.367-11.935-11.921C140.718%2051%2098.5%2051%2098.5%2051s-42.218%200-52.742%202.819A16.9%2016.9%200%200%200%2033.822%2065.74C31%2076.251%2031%2098.195%2031%2098.195s0%2021.943%202.822%2032.455c1.557%205.805%206.124%2010.367%2011.936%2011.92%2010.524%202.82%2052.742%202.82%2052.742%202.82s42.218%200%2052.742-2.82c5.812-1.553%2010.38-6.115%2011.935-11.92C166%20120.138%20166%2098.195%20166%2098.195s-.012-21.944-2.823-32.455z'/%3e%3c/svg%3e")}body .footer .social-youtube:hover{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='196'%20height='196'%20fill='none'%3e%3cpath%20d='M0%2020C0%208.954%208.954%200%2020%200h156c11.046%200%2020%208.954%2020%2020v156c0%2011.046-8.954%2020-20%2020H20c-11.046%200-20-8.954-20-20V20z'%20fill='%23fff'/%3e%3cpath%20d='M163.177%2065.74c-1.555-5.805-6.123-10.367-11.935-11.921C140.718%2051%2098.5%2051%2098.5%2051s-42.218%200-52.742%202.819c-5.812%201.554-10.379%206.116-11.935%2011.921C31%2076.251%2031%2098.195%2031%2098.195s0%2021.943%202.823%2032.455c1.556%205.805%206.123%2010.367%2011.935%2011.92%2010.524%202.82%2052.742%202.82%2052.742%202.82s42.218%200%2052.742-2.82c5.812-1.553%2010.38-6.115%2011.935-11.92C166%20120.138%20166%2098.195%20166%2098.195s-.011-21.944-2.823-32.455z'%20fill='red'/%3e%3cpath%20d='M84.987%20118.42l35.072-20.223-35.072-20.223v40.447z'%20fill='%23fff'/%3e%3c/svg%3e")}body .footer ul{gap:.2rem}body .footer ul li{font-size:inherit;margin-bottom:.2rem}body .footer ul li:last-child{margin-bottom:unset}body .footer .link-top{position:absolute;background:var(--footer-bg-link-top);width:4rem;height:4rem;top:-4rem;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);display:flex;align-items:center;justify-content:center}@media (max-width:767.98px){body .footer .link-top{width:3rem;height:3rem;top:-3rem}}body .footer .link-top:before{display:block;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M33 255a10.821 10.821 0 0 1 3-8L248 36a10 10 0 0 1 16 0l212 211a10.821 10.821 0 0 1 3 8 14.581 14.581 0 0 1-3 9l-8 7a10.821 10.821 0 0 1-8 3 14.581 14.581 0 0 1-9-3L273 92v376a11.95 11.95 0 0 1-12 12h-10a11.95 11.95 0 0 1-12-12V92L61 271a14.648 14.648 0 0 1-9 3 10.8 10.8 0 0 1-8-3l-8-7a14.581 14.581 0 0 1-3-9z'/%3E%3C/svg%3E");width:50%;height:50%}.tab-switch{border:2px solid var(--input-bg)}.tab-switch-options{display:flex;flex-direction:row}.tab-switch-option{flex:1 1 0;display:flex;align-items:center;justify-content:center;font-weight:500;height:40px;background-color:var(--input-bg);-webkit-transition:background-color .1s linear;-moz-transition:background-color .1s linear;-o-transition:background-color .1s linear;transition:background-color .1s linear}.tab-switch-option:hover{cursor:pointer;background-color:var(--input-bg-dark)}.tab-switch-option:active{background-color:var(--input-bg-focus)}.tab-switch-option.active{background-color:var(--bg-default)}.tab-switch-content{padding:1.1rem;background-color:var(--bg-default);display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}html{scroll-padding-top:80px}html body header{width:100%;min-height:120px}html body header:before{content:"";display:block;background-repeat:no-repeat;transition:height .4s ease-out;left:0;right:0;top:0;height:40px;background-color:var(--header-bg);box-shadow:none;position:fixed;z-index:100}html body header a{display:inline-block}html body header .branding img{width:238px;height:auto;transition:all .4s ease-out}html body header .cart-button{position:absolute;height:50px;width:50px;transition:all .4s ease-out}@media (min-width:576px){html body header:not(.sticky) .branding{display:inline-block;background-color:var(--header-bg);transition:all .3s ease-out;padding:3rem 1.5rem 1.5rem;box-shadow:0 2px 16px #00000073;-webkit-box-shadow:0 2px 16px rgba(0,0,0,.45)}}@media only screen and (min-width:1299px){html body header:not(.sticky) .cart-button{top:88px;right:120px}}@media only screen and (max-width:1298px) and (min-width:576px){html body header:not(.sticky) .cart-button{top:80px;right:85px}}html body header #hero{margin-top:40px;overflow:hidden;width:100%;height:auto;border-top-right-radius:7px;border-top-left-radius:7px}html body header #hero img{width:100%;height:auto;border-radius:unset}html body header.sticky:before{height:64px;position:fixed;box-shadow:0 2px 16px #00000073}html body header.sticky .branding{position:absolute;top:19px}html body header.sticky .branding img{width:108px;clip-path:inset(0 0 6px 0)}html body header.sticky #hero{margin-top:64px;border-radius:unset}html body header.sticky .cart-button{top:7px;right:121px}@media only screen and (max-width:1298px){html body header.sticky .cart-button{display:block;right:50px;top:9.5px;width:45px;height:45px}}@media (max-width:575.98px){html body header.sticky .cart-button{top:9.5px}}@media (max-width:575.98px){html body header:before{height:64px;position:fixed;box-shadow:0 2px 16px #00000073}html body header .branding{position:absolute;top:19px}html body header .branding img{width:108px;clip-path:inset(0 0 6px 0)}html body header #hero{margin-top:64px;border-radius:unset}html body header .cart-button{top:7px;right:121px}}@media only screen and (max-width:575.98px) and (max-width:1298px){html body header .cart-button{display:block;right:50px;top:9.5px;width:45px;height:45px}}@media (max-width:575.98px) and (max-width:575.98px){html body header .cart-button{top:9.5px}}html body #header .blur-overlay{background:#0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;width:100%;height:100%;z-index:1000;top:0}html body #header .inside{position:fixed;margin-left:auto;margin-right:auto;max-width:1248px;top:0;left:0;right:0;z-index:120}@media only screen and (max-width:1298px){html body #header .inside{margin-left:3rem;margin-right:3rem}}html body #header .mobile-menu-trigger{position:absolute;right:0;top:73px;z-index:30000;display:none;background-color:var(--nav-color);height:65px;width:65px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath style='fill:%23686867' d='M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z'/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;background-size:25px;transition:all .4s ease-out}@media only screen and (max-width:1298px){html body #header .mobile-menu-trigger{display:block}}@media only screen and (max-width:1298px){html body #header .nav{display:none}}html body #header .nav-title{font-size:1.25rem;font-weight:500;line-height:1;padding-bottom:.4rem;border-bottom:2px solid var(--nav-border-secondary);margin-bottom:1.1rem}html body #header .nav-dropdown{display:none;position:absolute;left:0;border-top:4px solid var(--nav-border-primary);background-color:var(--nav-color);width:fit-content;height:fit-content;box-shadow:0 -1px 29px -16px gray;-webkit-box-shadow:0 -1px 29px -16px grey;z-index:1000}html body #header .nav-dropdown-content{max-width:1248px;padding:0}html body #header .nav-dropdown-fluid{display:none;position:fixed;left:0;border-top:4px solid var(--nav-border-primary);background-color:var(--nav-color);width:100%;height:fit-content;box-shadow:0 -1px 29px -16px #000;-webkit-box-shadow:0 -1px 29px -16px rgb(0,0,0);padding:1.5rem 0;z-index:130}html body #header .nav-dropdown-fluid-content{max-width:1248px;padding:0}html body #header .nav-content-block-title{font-size:1rem;text-decoration:none;color:var(--nav-font-dark);font-weight:500;-webkit-transition:color .1s linear;-moz-transition:color .1s linear;-o-transition:color .1s linear;transition:color .1s linear}html body #header .nav-content-block-title:hover{color:var(--nav-font-light)}html body #header .nav-content-block ul li{font-size:.95rem;color:var(--font-body);margin-top:.2rem}html body #header .nav-content-block ul li a{text-decoration:none;color:inherit;-webkit-transition:color .1s linear;-moz-transition:color .1s linear;-o-transition:color .1s linear;transition:color .1s linear}html body #header .nav-content-block ul li a:hover{color:var(--btn-primary-v2-hover)}html body #header .nav-brand{width:100%;background-color:var(--border-light);height:110px;border-radius:3px;text-decoration:none;background-size:cover;background-repeat:no-repeat;background-position:center;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.75rem;overflow:hidden;position:relative}html body #header .nav-brand-overlay{width:100%;height:100%;position:absolute;background:var(--nav-brand-overlay-bg);z-index:0}html body #header .nav-brand-overlay:hover{background:var(--nav-brand-overlay-bg-hover)}html body #header .nav-brand-image{height:58px;width:auto;border-radius:unset;z-index:1;pointer-events:none}html body #header .nav-brand-logo{height:12px;width:auto;border-radius:unset;z-index:1;pointer-events:none}html body #header .nav-highlight{display:block;width:100%;height:110px;border-radius:3px;overflow:hidden;position:relative;background-position:center;background-size:cover;text-decoration:none}html body #header .nav-highlight:hover .nav-highlight-overlay:after{opacity:0}html body #header .nav-highlight-overlay{width:100%;height:100%;position:absolute;background:linear-gradient(0deg,#000,#0000 30%);z-index:0}html body #header .nav-highlight-overlay:after{display:block;content:"";width:100%;height:100%;position:absolute;background:linear-gradient(0deg,#000,#0000 40%);z-index:1;opacity:1;transition:opacity .2s ease-out}html body #header .nav-highlight-title{color:#fff;font-weight:500;font-size:1.125rem;position:absolute;bottom:1.1rem;left:1.1rem;z-index:2;text-shadow:0px 0px 15px #000000}html body #header .nav-first-level{position:absolute;left:310px;top:88px;transition-timing-function:ease-out;transition-duration:.4s;transition-property:left,top}html body #header .nav-first-level .nav-dropdown-fluid{min-height:450px}html body #header .nav-first-level-items{display:flex;flex-direction:row;margin:unset;gap:.4rem}html body #header .nav-first-level-item{margin-top:unset}html body #header .nav-first-level-item.active .nav-first-level-link{color:var(--nav-color);background-color:var(--nav-link-bg-active)}html body #header .nav-first-level-item:hover .nav-first-level-link{color:var(--nav-color);background-color:var(--a-link);height:60px}html body #header .nav-first-level-item:hover .nav-dropdown-fluid{display:block}html body #header .nav-first-level-item:hover .nav-dropdown-fluid:not(.no-animation){animation:fadeIn .4s forwards}html body #header .nav-first-level-link{line-height:1;font-size:1.375rem;color:var(--font-body);font-weight:400;height:50px;background-color:var(--nav-link-bg);text-decoration:none;transition:margin-right .4s ease-out;text-align:center;padding:calc((50px - 1.375rem)/2) 1.1rem 0 1.1rem}html body #header .nav-first-level-link:hover{cursor:pointer}html body #header .nav-second-level{position:absolute;right:0;top:0;transition:all .4s ease-out}html body #header .nav-second-level-items{display:flex;margin:unset}html body #header .nav-second-level-item{position:relative;margin-top:unset;font-size:1.125rem;background-color:var(--nav-color)}html body #header .nav-second-level-item.active .nav-second-level-link{color:var(--nav-color);background-color:var(--nav-link-bg-active)}html body #header .nav-second-level-item:hover{-webkit-transition:background .15s linear;-moz-transition:background .15s linear;-o-transition:background .15s linear;transition:background .15s linear;background-color:var(--nav-item-bg-hover)}html body #header .nav-second-level-item:hover .nav-dropdown{display:block}html body #header .nav-second-level-item:hover .nav-dropdown:not(.no-animation){animation:fadeIn .4s forwards}html body #header .nav-second-level-link{font-size:inherit;text-decoration:none;color:var(--font-body);height:40px;display:flex;align-items:center;justify-content:center;padding:0 .75rem;transition:height .4s ease-out}html body #header .nav-second-level-sibling{font-size:1.125rem;font-weight:500;text-decoration:none;color:var(--font-body);padding:.75rem;white-space:nowrap;width:100%}html body #header .nav-second-level-sibling:hover{-webkit-transition:background .15s linear;-moz-transition:background .15s linear;-o-transition:background .15s linear;transition:background .15s linear;background-color:var(--nav-item-second-level-sibling-bg-hover)}html body #header .nav-meta-level{position:absolute;right:0;top:88px;transition:top .4s ease-out}html body #header .nav-meta-level-items{display:flex;flex-direction:row;gap:.4rem}html body #header .nav-meta-level-item.active .nav-meta-level-btn{color:var(--nav-color);background-color:var(--a-link);height:60px}html body #header .nav-meta-level-item.active .nav-dropdown-fluid{display:block}html body #header .nav-meta-level-item.active .nav-dropdown-fluid:not(.no-animation){animation:fadeIn .4s forwards}html body #header .nav-meta-level-item.active .nav-meta-level-btn-search{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath style='fill:%23fff' d='M32,30.625a.916.916,0,0,1-.187.563l-.625.562a.782.782,0,0,1-.563.25.6.6,0,0,1-.5-.25l-8.062-8.062a.594.594,0,0,1-.25-.5v-.625A12.97,12.97,0,0,1,13,26a12.619,12.619,0,0,1-6.531-1.75A13.112,13.112,0,0,1,1.75,19.531,12.619,12.619,0,0,1,0,13,12.622,12.622,0,0,1,1.75,6.469,13.128,13.128,0,0,1,6.469,1.75,12.629,12.629,0,0,1,13,0a12.631,12.631,0,0,1,6.531,1.75A13.144,13.144,0,0,1,24.25,6.469,12.631,12.631,0,0,1,26,13a12.97,12.97,0,0,1-3.437,8.813h.625a.776.776,0,0,1,.562.25l8.063,8.062A.674.674,0,0,1,32,30.625ZM18.531,22.531A10.947,10.947,0,0,0,24,13,10.947,10.947,0,0,0,13,2,10.947,10.947,0,0,0,2,13,10.947,10.947,0,0,0,13,24,10.817,10.817,0,0,0,18.531,22.531Z'/%3E%3C/svg%3E")}html body #header .nav-meta-level-item.active .nav-meta-level-btn-lang{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 31'%3E%3Cpath style='fill:%23fff' d='M28.906,23.25a15.663,15.663,0,0,1-5.656,5.656A15.025,15.025,0,0,1,15.5,31a15.023,15.023,0,0,1-7.75-2.094A15.656,15.656,0,0,1,2.094,23.25,15.013,15.013,0,0,1,0,15.5,15.016,15.016,0,0,1,2.094,7.75,15.656,15.656,0,0,1,7.75,2.094,15.023,15.023,0,0,1,15.5,0a15.025,15.025,0,0,1,7.75,2.094A15.663,15.663,0,0,1,28.906,7.75,15.025,15.025,0,0,1,31,15.5,15.023,15.023,0,0,1,28.906,23.25ZM2.625,19.5H8.813a25.736,25.736,0,0,1,0-8H2.625A13.1,13.1,0,0,0,2.625,19.5ZM7.156,4.875A13.362,13.362,0,0,0,3.375,9.5H9.188a18.829,18.829,0,0,1,3.375-7.187A13.645,13.645,0,0,0,7.156,4.875Zm0,21.25a13.661,13.661,0,0,0,5.407,2.563A18.162,18.162,0,0,1,9.25,21.5H3.375A13.353,13.353,0,0,0,7.156,26.125ZM20.188,19.5a23.461,23.461,0,0,0,0-8H10.813a23.411,23.411,0,0,0,0,8Zm-8.875-10h8.375A14.566,14.566,0,0,0,15.5,2.125,14.551,14.551,0,0,0,11.313,9.5Zm8.375,12H11.313A14.546,14.546,0,0,0,15.5,28.875,14.562,14.562,0,0,0,19.688,21.5ZM23.844,4.875a13.648,13.648,0,0,0-5.406-2.562A18.859,18.859,0,0,1,21.813,9.5h5.812A13.384,13.384,0,0,0,23.844,4.875Zm0,21.25A13.375,13.375,0,0,0,27.625,21.5H21.75a18.188,18.188,0,0,1-3.312,7.188A13.663,13.663,0,0,0,23.844,26.125ZM28.375,11.5H22.188a25.8,25.8,0,0,1,0,8h6.187A13.117,13.117,0,0,0,28.375,11.5Z'/%3E%3C/svg%3E")}html body #header .nav-meta-level-btn{display:block;background-color:var(--nav-link-bg);height:50px;width:50px;background-repeat:no-repeat;background-size:25px;background-position-x:center;background-position-y:12.5px}html body #header .nav-meta-level-btn:hover{cursor:pointer;background-color:var(--nav-meta-level-btn-bg-hover)}html body #header .nav-meta-level-btn-search{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath style='fill:%23686867' d='M32,30.625a.916.916,0,0,1-.187.563l-.625.562a.782.782,0,0,1-.563.25.6.6,0,0,1-.5-.25l-8.062-8.062a.594.594,0,0,1-.25-.5v-.625A12.97,12.97,0,0,1,13,26a12.619,12.619,0,0,1-6.531-1.75A13.112,13.112,0,0,1,1.75,19.531,12.619,12.619,0,0,1,0,13,12.622,12.622,0,0,1,1.75,6.469,13.128,13.128,0,0,1,6.469,1.75,12.629,12.629,0,0,1,13,0a12.631,12.631,0,0,1,6.531,1.75A13.144,13.144,0,0,1,24.25,6.469,12.631,12.631,0,0,1,26,13a12.97,12.97,0,0,1-3.437,8.813h.625a.776.776,0,0,1,.562.25l8.063,8.062A.674.674,0,0,1,32,30.625ZM18.531,22.531A10.947,10.947,0,0,0,24,13,10.947,10.947,0,0,0,13,2,10.947,10.947,0,0,0,2,13,10.947,10.947,0,0,0,13,24,10.817,10.817,0,0,0,18.531,22.531Z'/%3E%3C/svg%3E")}html body #header .nav-meta-level-btn-lang{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 31'%3E%3Cpath style='fill:%23686867' d='M28.906,23.25a15.663,15.663,0,0,1-5.656,5.656A15.025,15.025,0,0,1,15.5,31a15.023,15.023,0,0,1-7.75-2.094A15.656,15.656,0,0,1,2.094,23.25,15.013,15.013,0,0,1,0,15.5,15.016,15.016,0,0,1,2.094,7.75,15.656,15.656,0,0,1,7.75,2.094,15.023,15.023,0,0,1,15.5,0a15.025,15.025,0,0,1,7.75,2.094A15.663,15.663,0,0,1,28.906,7.75,15.025,15.025,0,0,1,31,15.5,15.023,15.023,0,0,1,28.906,23.25ZM2.625,19.5H8.813a25.736,25.736,0,0,1,0-8H2.625A13.1,13.1,0,0,0,2.625,19.5ZM7.156,4.875A13.362,13.362,0,0,0,3.375,9.5H9.188a18.829,18.829,0,0,1,3.375-7.187A13.645,13.645,0,0,0,7.156,4.875Zm0,21.25a13.661,13.661,0,0,0,5.407,2.563A18.162,18.162,0,0,1,9.25,21.5H3.375A13.353,13.353,0,0,0,7.156,26.125ZM20.188,19.5a23.461,23.461,0,0,0,0-8H10.813a23.411,23.411,0,0,0,0,8Zm-8.875-10h8.375A14.566,14.566,0,0,0,15.5,2.125,14.551,14.551,0,0,0,11.313,9.5Zm8.375,12H11.313A14.546,14.546,0,0,0,15.5,28.875,14.562,14.562,0,0,0,19.688,21.5ZM23.844,4.875a13.648,13.648,0,0,0-5.406-2.562A18.859,18.859,0,0,1,21.813,9.5h5.812A13.384,13.384,0,0,0,23.844,4.875Zm0,21.25A13.375,13.375,0,0,0,27.625,21.5H21.75a18.188,18.188,0,0,1-3.312,7.188A13.663,13.663,0,0,0,23.844,26.125ZM28.375,11.5H22.188a25.8,25.8,0,0,1,0,8h6.187A13.117,13.117,0,0,0,28.375,11.5Z'/%3E%3C/svg%3E")}html body #header .nav-default{display:flex;gap:1.5rem}html body #header .nav-default>*{flex:1}html body #header .nav-default>*:last-child{flex:unset;flex-basis:200px}html body #header .nav-products{display:grid;grid-template-columns:repeat(3,auto);grid-template-rows:repeat(2,auto);grid-column-gap:2.25rem;grid-row-gap:1.1rem}html body #header .nav-products-area1{grid-area:1/1/2/2}html body #header .nav-products-area2{grid-area:2/1/3/2}html body #header .nav-products-area3{grid-area:1/2/2/3}html body #header .nav-products-area4{grid-area:2/2/3/3}html body #header .nav-products-area5{grid-area:1/3/3/4}html body #header .nav-service{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:1.1rem;grid-row-gap:1.1rem}html body #header .nav-service-area1{grid-area:1/1/2/2}html body #header .nav-service-area2{grid-area:2/1/3/2}html body #header .nav-service-area3{grid-area:1/2/3/3}html body #header .nav-service-area4{grid-area:1/3/3/4}html body #header .nav-search{display:flex;flex-direction:row;gap:.75rem}html body #header .nav-search-input{flex:1}html body #header .nav-search-submit{width:150px}html body #header.sticky .mobile-menu-trigger{right:0;top:20.5px;width:23px;height:23px;background-size:23px}html body #header.sticky .nav-first-level{left:130px;top:10px}html body #header.sticky .nav-first-level-link{margin-right:unset;height:50px}html body #header.sticky .nav-first-level-item:hover .nav-first-level-link{height:54px}html body #header.sticky .nav-second-level{right:200px;top:16px}html body #header.sticky .nav-second-level-link{height:48px}html body #header.sticky .nav-meta-level{top:10px}html body #header.sticky .nav-meta-level-item.active .nav-meta-level-btn{height:54px}html body #header.sticky .nav-meta-level-items{margin-bottom:unset}@media (max-width:575.98px){html body #header .mobile-menu-trigger{right:0;top:20.5px;width:23px;height:23px;background-size:23px}html body #header .nav-first-level{left:130px;top:10px}html body #header .nav-first-level-link{margin-right:unset;height:50px}html body #header .nav-first-level-item:hover .nav-first-level-link{height:54px}html body #header .nav-second-level{right:200px;top:16px}html body #header .nav-second-level-link{height:48px}html body #header .nav-meta-level{top:10px}html body #header .nav-meta-level-item.active .nav-meta-level-btn{height:54px}html body #header .nav-meta-level-items{margin-bottom:unset}}.lang-switcher-regions{display:flex;flex-direction:row;gap:9rem}.lang-switcher-continent{border-left:1px solid var(--border);padding-left:1.5rem}.lang-switcher-continent:first-child{border-left:unset;padding-left:unset}.lang-switcher-continent-title{font-weight:500;font-size:1.125rem;display:block;margin-bottom:.75rem}.lang-switcher-country{color:var(--border-light-v2);display:block;font-size:1.125rem}.lang-switcher-languages{display:flex;flex-direction:column;gap:.4rem;color:var(--a-link);font-size:1.125rem}.lang-switcher-languages .underline:after{border-bottom-color:var(--a-link)}.lang-switcher-language{font-size:1.125rem;text-decoration:none}.lang-switcher-language:hover{color:var(--a-link-hover)}.lang-switcher-standalone-languages{display:flex;flex-direction:row;gap:1.1rem}.cart-button{background-image:url("data:image/svg+xml,%3csvg%20id='Ebene_1'%20data-name='Ebene%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2062.88%2048.57'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23fff;}%3c/style%3e%3c/defs%3e%3ctitle%3ejulabo-basket%3c/title%3e%3cpath%20class='cls-1'%20d='M62.17,17.58H55.45a2.86,2.86,0,0,0-.42-.5L40.85,2.89a3.18,3.18,0,0,0-4.51,0l-.17.16a3.2,3.2,0,0,0,0,4.51l10,10H17.57L28.44,6.71a3.17,3.17,0,0,0,0-4.5L28.28,2a3.2,3.2,0,0,0-4.51,0L9.58,16.23a3.26,3.26,0,0,0-.81,1.35h-7A1.25,1.25,0,0,0,.54,18.83v4.92A1.25,1.25,0,0,0,1.78,25H5.64L9.89,48.61A1.06,1.06,0,0,0,11,49.68H53a1.07,1.07,0,0,0,1.07-1.07L58.31,25h3.86a1.25,1.25,0,0,0,1.25-1.25V18.83A1.25,1.25,0,0,0,62.17,17.58ZM23.5,40.15a2.58,2.58,0,0,1-2.58,2.59H19.47a2.59,2.59,0,0,1-2.58-2.59V28a2.59,2.59,0,0,1,2.58-2.58h1.45A2.58,2.58,0,0,1,23.5,28Zm11.78,0a2.59,2.59,0,0,1-2.58,2.59H31.25a2.59,2.59,0,0,1-2.58-2.59V28a2.59,2.59,0,0,1,2.58-2.58H32.7A2.59,2.59,0,0,1,35.28,28Zm11.78,0a2.59,2.59,0,0,1-2.58,2.59H43a2.59,2.59,0,0,1-2.58-2.59V28A2.59,2.59,0,0,1,43,25.38h1.45A2.59,2.59,0,0,1,47.06,28Z'%20transform='translate(-0.54%20-1.11)'/%3e%3c/svg%3e")}.cart-button:hover{background-image:url("data:image/svg+xml,%3csvg%20id='Ebene_1'%20data-name='Ebene%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2062.88%2048.61'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23008995;}%3c/style%3e%3c/defs%3e%3ctitle%3ejulabo-basket-green%3c/title%3e%3cpath%20class='cls-1'%20d='M61.63,16.47H54.91a2.86,2.86,0,0,0-.42-.5L40.31,1.78a3.18,3.18,0,0,0-4.5,0h0l-.17.16a3.2,3.2,0,0,0,0,4.51l10,10H17L27.9,5.6a3.17,3.17,0,0,0,0-4.48l0,0L27.74.89a3.2,3.2,0,0,0-4.51,0L9,15.12a3.28,3.28,0,0,0-.81,1.35h-7A1.25,1.25,0,0,0,0,17.72v4.92a1.25,1.25,0,0,0,1.24,1.25H5.1L9.35,47.5a1.05,1.05,0,0,0,1.05,1.07H52.46a1.07,1.07,0,0,0,1.07-1.07l4.24-23.61h3.86a1.25,1.25,0,0,0,1.25-1.25V17.72a1.25,1.25,0,0,0-1.25-1.25ZM23,39a2.59,2.59,0,0,1-2.57,2.59H18.93A2.59,2.59,0,0,1,16.35,39V26.89a2.6,2.6,0,0,1,2.58-2.58h1.45A2.59,2.59,0,0,1,23,26.89Zm11.78,0a2.59,2.59,0,0,1-2.58,2.59H30.71A2.59,2.59,0,0,1,28.13,39V26.89a2.6,2.6,0,0,1,2.58-2.58h1.45a2.6,2.6,0,0,1,2.58,2.58Zm11.78,0a2.59,2.59,0,0,1-2.58,2.59H42.46A2.59,2.59,0,0,1,39.88,39V26.89a2.59,2.59,0,0,1,2.56-2.62h1.47a2.59,2.59,0,0,1,2.61,2.57V39Z'%20transform='translate(0%200.04)'/%3e%3c/svg%3e")}.btn-with-indicator{width:55px;height:55px;background-color:var(--btn-primary-bg);background-repeat:no-repeat;background-position:center;background-size:70%;border:1px solid var(--btn-primary-bg);border-radius:100%;text-decoration:unset;position:relative}.btn-with-indicator:hover{background-color:var(--btn-primary-hover)}.btn-with-indicator .button-indicator{display:flex;align-items:center;justify-content:center;width:22px;height:22px;font-weight:500;background-color:var(--btn-indicator-bg);color:var(--btn-indicator-font);border-radius:100%;position:absolute;bottom:-3px;right:-3px}ul.breadcrumb{padding:0;margin:0;display:inline-block;position:relative}ul.breadcrumb li{list-style-type:none;display:inline-block;padding:0 5px 0 10px;margin-right:10px;height:40px;line-height:40px;width:fit-content;background:var(--breadcrumb-arrow);text-align:center;position:relative}ul.breadcrumb li:first-child{background-color:var(--breadcrumb-highlight-bg);width:calc((100vw - 1190px)/2);min-width:20px}ul.breadcrumb li:first-child:before{display:none}ul.breadcrumb li:first-child:after{border-left-color:var(--breadcrumb-highlight-bg)}ul.breadcrumb li:before{height:40px;content:"";border-left:10px solid transparent;border-top:20px solid var(--breadcrumb-arrow);border-bottom:20px solid var(--breadcrumb-arrow);border-right:0;position:absolute;left:-10px;background-color:transparent;mask:none}ul.breadcrumb li:after{height:40px;content:"";border-left:10px solid var(--breadcrumb-arrow);border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:0;position:absolute;right:-10px;top:0}ul.breadcrumb li a{text-decoration:none}ul.breadcrumb li a:hover{cursor:pointer}.infobox{border:2px dotted var(--border);padding:.75rem}.infobox>*:last-child{margin-bottom:0}.infobox>.icon{display:flex}.infobox>.icon:before{content:"";background-position:center 1.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath style='fill:%23fff' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;-webkit-background-repeat:no-repeat;-webkit-background-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"/></svg>');margin-right:1rem;width:2.5rem;height:3.5rem;background-color:var(--infobox-bg);background-size:1.5rem;margin-top:-.8rem}time.date-vertical{display:flex;align-items:center;flex-direction:column;flex-wrap:nowrap;color:var(--btn-primary);background-color:var(--btn-primary-bg);padding:.75rem .25rem .65rem;font-weight:900;line-height:1}time.date-vertical .day{font-size:2.25rem}time.date-vertical .month{font-size:1.25rem}time.date-vertical .year{font-size:1.156em;line-height:1.4}#product-overview{background-clip:content-box}#product-overview .container{padding-top:2rem;padding-bottom:2rem}#product-overview .category-card{display:grid;height:100%;padding:1.5rem;background-color:var(--bg-default);text-decoration:inherit;font-weight:inherit;font-size:inherit;color:inherit;grid-template-rows:244px auto auto 2fr auto;grid-template-areas:"image" "headline" "temperature" "text" "button"}@media (min-width:992px){#product-overview .category-card.card-landscape{grid-template-columns:183px auto;grid-template-rows:auto auto 2fr auto;grid-column-gap:1rem;grid-template-areas:"image headline" "image temperature" "image text" "image button"}#product-overview .category-card.card-landscape picture img{width:100%;height:auto}#product-overview .category-card.card-landscape .image img{width:100%;height:auto}}#product-overview .category-card.card-boxed{border:2px dotted var(--border)}#product-overview .category-card.card-light{border-bottom:2px dotted var(--border)}#product-overview .category-card.card-light:last-child{border-bottom:none}#product-overview .category-card picture img{width:auto;height:100%}#product-overview .category-card .image{grid-area:image;justify-self:center}#product-overview .category-card .image img{width:auto;height:244px}#product-overview .category-card h3{grid-area:headline;font-size:1.2rem;margin-bottom:0}#product-overview .category-card h4,#product-overview .category-card .h4{grid-area:temperature;align-self:start;font-size:1.2rem;font-weight:300;color:var(--font-h4)}@media (min-width:1200px){#product-overview .category-card h4,#product-overview .category-card .h4{margin:.5rem 0}}#product-overview .category-card .text-wrapper{grid-area:text}#product-overview .category-card .btn{grid-area:button;justify-self:start}.subcategory-card{border:none;background-color:var(--bg-default);margin-bottom:1.5rem;padding:1rem}@media (min-width:768px){.subcategory-card{display:grid;grid-template-columns:3fr 1fr;grid-column-gap:1.5rem;grid-template-areas:"header image" "content image" "button image" "product product"}.subcategory-card hgroup{grid-area:header}.subcategory-card .text-wrapper{grid-area:content}.subcategory-card .image{grid-area:image}.subcategory-card .accordion-item-label{grid-area:button;align-self:end;width:fit-content;height:fit-content}.subcategory-card .accordion-item-content{grid-area:product}}.subcategory-card h3{margin-top:0}.subcategory-card .image{text-align:center}.subcategory-card .accordion-item-content{padding:0}.subcategory-card table.table{width:auto}.subcategory-card table.product-category tr.head td{padding-right:.25rem}.subcategory-card table.product-category tr.head td a{font-size:1.1em;line-height:1.1rem;color:var(--a-link);font-weight:500;text-decoration:none;border-bottom:2px solid var(--a-link)}.subcategory-card table.product-category tr.head td a:hover{border-bottom:2px solid var(--btn-primary-bg-hover);color:var(--btn-primary-bg-hover)}.subcategory-card th{width:326px}.subcategory-card td{width:196px;white-space:nowrap;text-align:right}.select2-container--default{max-width:100%}.select2-container--default .select2-selection--single{padding:.75rem 1.8rem .75rem .75rem;height:auto;background-color:var(--input-bg);border:1px solid var(--input-border)}.select2-container--default .select2-selection--single:hover{background-color:var(--input-bg)}.select2-container--default .select2-selection--single:focus{outline:unset;background-color:var(--input-bg-focus)}.select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--btn-secondary);line-height:inherit}.select2-container--default .select2-selection--single .select2-selection__arrow{height:calc(100% - 2px);width:10px;right:10px;background-color:transparent;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 512' style='enable-background:new 0 0 448 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23686867;%7D%0A%3C/style%3E%3Cpath class='st0' d='M224,416c-8.2,0-16.4-3.1-22.6-9.4l-192-192c-12.5-12.5-12.5-32.8,0-45.2s32.8-12.5,45.2,0L224,338.8 l169.4-169.4c12.5-12.5,32.8-12.5,45.2,0s12.5,32.8,0,45.2l-192,192C240.4,412.9,232.2,416,224,416z'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:9px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border:0 none}.select2-container--default .select2-results__option{background:unset;margin:unset}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:var(--btn-primary-bg-hover)}.select2-container--default.select2-container--open .select2-selection__arrow{transform:rotate(180deg)}.badge{--bs-badge-padding-x:.65em;--bs-badge-padding-y:.35em;--bs-badge-font-size:.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge.badge-highlight{transform:translateY(-50%);font-size:1.1rem;text-transform:uppercase}.benefit-card{display:grid;grid-template-rows:80px 65px auto;justify-items:center;padding:1.1rem;border-radius:10px;height:100%;border:1px solid var(--border);animation:fadeIn .5s forwards}.benefit-card .features-image{width:75px;height:75px;border-radius:50%;border:2px dotted var(--border);overflow:hidden;display:flex;justify-content:center;align-items:center;padding:3px}.benefit-card-head{margin:0;align-self:center;text-align:center}.benefit-card-text{margin:0;line-height:1.5rem}.usp-card{display:grid;grid-template-areas:". txt";grid-template-columns:20% auto;padding:1.1rem;border-radius:10px;border:1px solid var(--border);gap:1.1rem;animation:fadeIn .5s forwards}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.usp-card .features-image{aspect-ratio:1;border-radius:50%;border:2px dotted var(--border);overflow:hidden}.usp-card .features-image img{width:auto;height:100%;max-width:unset;margin:50%;transform:translate(-50%,-50%)}.usp-card-text{grid-area:txt;margin:0;line-height:1.5rem}.usp-card--no-img{display:block}.product-related-card{position:relative;display:flex;flex-direction:column;flex-wrap:wrap;column-gap:1rem;align-items:center;background-color:var(--bg-default);padding:1rem;border-radius:3px}@media (min-width:768px){.product-related-card{flex-direction:row;align-items:start}}.product-related-card-image img{max-height:230px;width:auto}.product-related-card .badge-highlight{position:absolute;transform:translate(-1.1rem);border-top-left-radius:0;border-bottom-left-radius:0;z-index:1}.gallery{position:relative}@media (max-width:767.98px){.gallery .images{padding:0 1.1rem}}.gallery .images>*{display:none}.gallery .images>*.active{display:flex;justify-content:center;align-items:center;border:2px solid var(--border);border-radius:3px;text-align:center}@media (max-width:767.98px){.gallery .images>*.active>img{height:300px}}.gallery .images>*.active:hover{border-color:var(--gallery-border-hover)}.gallery .images>*.active>iframe{display:inherit;width:100%}@media (max-width:767.98px){.gallery .images>*.active>iframe{height:300px}}.gallery .thumbnails{display:none}@media (min-width:768px){.gallery .thumbnails{display:inline-flex;gap:.945rem;flex-wrap:wrap}.gallery .thumbnails>*{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-basis:calc(33% - .57rem);min-width:146px;border:2px solid var(--border);border-radius:3px;cursor:pointer}.gallery .thumbnails>*:hover{border-color:var(--gallery-border-hover)}.gallery .thumbnails>* img{width:auto;max-width:100%;max-height:100px}.gallery .thumbnails>*.video img{border-radius:0}.gallery .thumbnails>*.video:before{content:"";position:absolute;opacity:.8;height:20px;width:20px;top:5px;right:5px;background-repeat:no-repeat;background-size:20px;background-image:url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23686867%22%20d%3D%22M0%2096c0-35.3%2028.7-64%2064-64h384c35.3%200%2064%2028.7%2064%2064v320c0%2035.3-28.7%2064-64%2064H64c-35.3%200-64-28.7-64-64V96zm48%20272v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16v-32c0-8.8-7.2-16-16-16H64c-8.8%200-16%207.2-16%2016zm368-16c-8.8%200-16%207.2-16%2016v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16v-32c0-8.8-7.2-16-16-16h-32zM48%20240v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16v-32c0-8.8-7.2-16-16-16H64c-8.8%200-16%207.2-16%2016zm368-16c-8.8%200-16%207.2-16%2016v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16v-32c0-8.8-7.2-16-16-16h-32zM48%20112v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16v-32c0-8.8-7.2-16-16-16H64c-8.8%200-16%207.2-16%2016zm368-16c-8.8%200-16%207.2-16%2016v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16v-32c0-8.8-7.2-16-16-16h-32zm-256%2032v64c0%2017.7%2014.3%2032%2032%2032h128c17.7%200%2032-14.3%2032-32v-64c0-17.7-14.3-32-32-32H192c-17.7%200-32%2014.3-32%2032zm32%20160c-17.7%200-32%2014.3-32%2032v64c0%2017.7%2014.3%2032%2032%2032h128c17.7%200%2032-14.3%2032-32v-64c0-17.7-14.3-32-32-32H192z%22%2F%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M192%2096c-17.7%200-32%2014.3-32%2032v64c0%2017.7%2014.3%2032%2032%2032h128c17.7%200%2032-14.3%2032-32v-64c0-17.7-14.3-32-32-32H192zm0%20192c-17.7%200-32%2014.3-32%2032v64c0%2017.7%2014.3%2032%2032%2032h128c17.7%200%2032-14.3%2032-32v-64c0-17.7-14.3-32-32-32H192z%22%2F%3E%3C%2Fsvg%3E)}}@media (min-width:1200px){.gallery .thumbnails{gap:1rem}}.gallery .control{display:block;z-index:1;top:50%;position:absolute;transform:translateY(-50%);background-color:var(--gallery-control-bg);height:4.5rem;width:2rem;padding:0}@media (min-width:768px){.gallery .control{display:none}}.gallery .control:hover{background-color:var(--gallery-control-bg-hover)}.gallery .control.nav-next{left:.75rem}.gallery .control.nav-prev{right:.75rem}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}.alert-dismissible .btn-close{padding:.6rem;background-color:var(--bg-default);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3l105.4 105.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256l105.3-105.4z"/></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3l105.4 105.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256l105.3-105.4z"/></svg>')}.alert-dismissible .btn-close:hover{background-color:var(--icon-alert-hover-bg);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3l105.4 105.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256l105.3-105.4z"/></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3l105.4 105.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256l105.3-105.4z"/></svg>')}.enlarge-overlay a{position:relative}.enlarge-overlay a:after{content:"";display:inline-block;background-position:center;background-repeat:no-repeat;width:4rem;height:4rem;background-color:var(--btn-primary-bg-active);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M208 48a160 160 0 110 320 160 160 0 110-320zm0 368c48.8 0 93.7-16.8 129.1-44.9L471 505c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-133.8-134C399.2 301.7 416 256.8 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208zm-24-120c0 13.3 10.7 24 24 24s24-10.7 24-24v-64h64c13.3 0 24-10.7 24-24s-10.7-24-24-24h-64v-64c0-13.3-10.7-24-24-24s-24 10.7-24 24v64h-64c-13.3 0-24 10.7-24 24s10.7 24 24 24h64v64z"/></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M208 48a160 160 0 110 320 160 160 0 110-320zm0 368c48.8 0 93.7-16.8 129.1-44.9L471 505c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-133.8-134C399.2 301.7 416 256.8 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208zm-24-120c0 13.3 10.7 24 24 24s24-10.7 24-24v-64h64c13.3 0 24-10.7 24-24s-10.7-24-24-24h-64v-64c0-13.3-10.7-24-24-24s-24 10.7-24 24v64h-64c-13.3 0-24 10.7-24 24s10.7 24 24 24h64v64z"/></svg>');filter:drop-shadow(3px 5px 2px rgba(0,0,0,.4));position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.5;transition:.8s ease}.enlarge-overlay a:hover:after{opacity:0;height:0;width:0}.pagination{display:flex;margin-top:.4rem;padding-top:1.1rem;border-top:2px solid var(--pagination-border)}.pagination-meta{flex:0 0 30%}.pagination-items{display:flex;flex:0 0 70%;gap:.4rem}.pagination-items .page-item{padding:.4rem 1rem;border:2px solid var(--pagination-border);border-radius:3px;text-decoration:none}.pagination-items .page-item:hover{cursor:pointer;background-color:var(--pagination-border)}.pagination-items .page-item.active{color:var(--pagination-font);background-color:var(--pagination-bg);border-color:var(--pagination-bg);pointer-events:none;-webkit-transition:background-color .1s linear;-moz-transition:background-color .1s linear;-o-transition:background-color .1s linear;transition:background-color .1s linear}.pagination-items .page-item.active:hover{background-color:var(--pagination-bg)}.multi-select{background-color:var(--border-light);border-radius:3px;border:2px solid var(--input-bg)}.multi-select *{scrollbar-width:auto;scrollbar-color:var(--input-border) transparent}.multi-select *::-webkit-scrollbar{width:9px;height:9px;position:absolute}.multi-select *::-webkit-scrollbar-track{background:transparent}.multi-select *::-webkit-scrollbar-thumb{background-color:var(--input-border);border-radius:10px;border:2.5px solid var(--border-light)}.multi-select-title{font-weight:500;padding:.75rem;border-bottom:2px solid var(--input-bg)}.multi-select-body{padding:.75rem;max-height:133px;overflow-y:auto}.multi-select-body>*{margin-bottom:.75rem}.multi-select-body>*:last-child{margin-bottom:unset}iframe.media-oembed-content{height:auto;aspect-ratio:16/9}body .know-how-filter-header{display:flex;flex-wrap:wrap;gap:.75rem;align-items:stretch;margin-bottom:.75rem}@media (max-width:767.98px){body .know-how-filter-header .btn-check,body .know-how-filter-header .btn-check label{width:100%}}body .know-how-filter-tags{border-radius:3px;max-height:110px;transition:max-height .2s ease-out;overflow:hidden}body .know-how-filter-tags .show-more{display:flex;align-items:center}body .know-how-filter-tags .show-more>*:first-child{display:block}body .know-how-filter-tags .show-more>*:last-child{display:none}body .know-how-filter-tags .show-more span{margin-left:.4rem;pointer-events:none}@media (max-width:767.98px){body .know-how-filter-tags .show-more{padding:.4rem}body .know-how-filter-tags .show-more span{display:none}}body .know-how-filter-tags .show-more:before{content:"";display:inline-block;background-position:center;background-repeat:no-repeat;width:1rem;height:1rem;background-color:var(--font-body);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 448.02 256" xmlns="http://www.w3.org/2000/svg"><path d="M223.99 256a31.83 31.83 0 01-22.62-9.38l-192-192A32 32 0 0154.62 9.38L223.99 178.8 393.39 9.4a32 32 0 0145.25 45.25l-192 192a31.91 31.91 0 01-22.65 9.35z"/></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 448.02 256" xmlns="http://www.w3.org/2000/svg"><path d="M223.99 256a31.83 31.83 0 01-22.62-9.38l-192-192A32 32 0 0154.62 9.38L223.99 178.8 393.39 9.4a32 32 0 0145.25 45.25l-192 192a31.91 31.91 0 01-22.65 9.35z"/></svg>')}body .know-how-filter-tags-collapsed{max-height:3000px;transition:max-height .5s ease-in}body .know-how-filter-tags-collapsed .show-more:before{content:"";display:inline-block;background-position:center;background-repeat:no-repeat;width:1rem;height:1rem;background-color:var(--font-body);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 448.02 256" xmlns="http://www.w3.org/2000/svg"><path d="M246.64 9.35l192 192a32 32 0 01-45.25 45.25L223.99 77.2 54.62 246.62a32 32 0 01-45.25-45.24l192-192a32 32 0 0145.27 0z"/></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 448.02 256" xmlns="http://www.w3.org/2000/svg"><path d="M246.64 9.35l192 192a32 32 0 01-45.25 45.25L223.99 77.2 54.62 246.62a32 32 0 01-45.25-45.24l192-192a32 32 0 0145.27 0z"/></svg>')}body .know-how-filter-tags-collapsed .show-more>*:first-child{display:none}body .know-how-filter-tags-collapsed .show-more>*:last-child{display:block}body .know-how-masonry{column-count:3;column-gap:1.1rem}body .know-how-masonry>*{display:inline-block;margin-bottom:1.1rem;width:100%}@media (min-width:768px) and (max-width:991.98px){body .know-how-masonry{column-count:2}}@media (max-width:767.98px){body .know-how-masonry{column-count:1}}.news-teaser-item{display:grid;grid-template-columns:.5fr auto;grid-template-rows:1fr;grid-template-areas:"Date ." "Text Text";grid-column-gap:1rem;padding:1.5rem .5rem}.news-teaser-item h2 a,.news-teaser-item h3 a{color:var(--font-body);text-decoration:none}@media (min-width:768px){.news-teaser-item{grid-template-columns:auto auto 1fr;grid-template-areas:"Date . Text";padding:2.5rem}}.news-teaser-item .date{display:inline-block;margin-top:-1.6rem;grid-area:Date;max-width:4rem}@media (min-width:768px){.news-teaser-item .date{margin-top:-2.6rem}}.news-teaser-item .text-container{grid-area:Text}.news-list .news-teaser-item{border-top:2px dotted var(--border);padding-bottom:2.5rem}@media (min-width:768px){.news-list .news-teaser-item{grid-column-gap:2.5rem}}article.news-article .date{display:inline-block}@media (max-width:575.98px){article.news-article .date time{all:revert}article.news-article .date time span{all:revert;font-weight:300}article.news-article figure{width:100%}}@media (min-width:576px){article.news-article{display:grid;grid-template-areas:". .";grid-column-gap:1rem}article.news-article figure{margin-left:1rem}}.commerce-checkout-flow table,.commerce-checkout-flow input:not([type=submit],[type=number],[type=file]),.commerce-checkout-flow textarea,.webform-submission-form table,.webform-submission-form input:not([type=submit],[type=number],[type=file]),.webform-submission-form textarea{width:100%}.commerce-checkout-flow label,.webform-submission-form label{display:block}.commerce-checkout-flow .checkbox-container .description,.webform-submission-form .checkbox-container .description{margin:.5rem 0 0 2rem;font-size:inherit}.commerce-checkout-flow .checkbox-container .description p,.webform-submission-form .checkbox-container .description p{margin:0}.webform-submission-form .webform-multiple-table td{white-space:nowrap;padding:0}.webform-submission-form .webform-multiple-table td.webform-multiple-table--operations{top:calc(50% - 10px)}.webform-submission-form .form-composite legend{font-size:inherit}.webform-submission-form .service-manual-device .webform-multiple-table thead{display:table-header-group}.webform-submission-form .service-manual-device .webform-multiple-table th{font-weight:inherit}.webform-submission-form .service-manual-device .webform-multiple-table td:first-child{padding:0 0 1.5rem}@media (min-width:768px){.webform-submission-form .service-manual-device .webform-multiple-table td:first-child{padding:0 1.5rem 0 0}}.webform-submission-form .unit-wrapper .webform-multiple-table table{border-collapse:separate;border-spacing:0 1.1rem}.webform-submission-form .unit-wrapper .webform-multiple-table table thead{display:none}.webform-submission-form .unit-wrapper .webform-multiple-table table tbody td{border:1px dotted #ccc}.webform-submission-form .unit-wrapper .webform-multiple-table table tbody td:first-child{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(2,1fr);grid-column-gap:1.5rem;grid-row-gap:0;padding:8px 12px}@media (min-width:768px){.webform-submission-form .unit-wrapper .webform-multiple-table table tbody td:first-child{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);border-right-style:none}}.webform-submission-form .unit-wrapper .webform-multiple-table table tbody td:first-child .form-item{margin:0}@media (max-width:767.98px){.webform-submission-form .unit-wrapper .webform-multiple-table table tbody td:last-child{border:none;top:unset;left:calc(50% - 15px);bottom:-1.5rem}}@media (min-width:768px){.webform-submission-form .unit-wrapper .webform-multiple-table table tbody td:last-child{border-left-style:none}}.form-group_personal-data,.form-group_contact-data{display:grid;grid-gap:0 1.5rem}@media (min-width:768px){.form-group_personal-data .form-item,.form-group_contact-data .form-item{margin:0}}.form-group_personal-data{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"salutation" "." "." ".";margin:0}@media (min-width:768px){.form-group_personal-data{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"salutation ." ". .";grid-gap:1.1rem}}@media (min-width:992px){.form-group_personal-data{grid-template-columns:2fr 3fr 3fr;grid-template-rows:auto auto auto;grid-template-areas:"salutation salutation salutation" ". . .";grid-gap:1.1rem}}.form-group_personal-data .form-salutation{grid-area:salutation}.form-group_personal-data .form-company{grid-area:company}.form-group_contact-data{grid-template-columns:1fr;grid-template-rows:auto auto;grid-template-areas:"." ".";margin:1.1rem 0}@media (min-width:768px){.form-group_contact-data{grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-template-areas:". .";margin-bottom:1.5rem;grid-gap:1.1rem}}.webform-options-display-three-columns div.input-wrapper{margin-bottom:1rem}.quotation-request .header,.quotation-request .current-item{display:grid;grid-gap:1.5rem;grid-template-columns:1fr 1fr 2fr 1fr}.quotation-request .product-form,.quotation-request .accessory-form{display:grid;grid-template-columns:1fr 3fr;gap:1rem;margin-top:1.1rem}@media (min-width:768px){.quotation-request .product-form,.quotation-request .accessory-form{grid-template-columns:1fr 1fr 1fr}}@media (max-width:767.98px){.quotation-request .product-form .item-action,.quotation-request .accessory-form .item-action{grid-column:span 2}}.quotation-request .current-item,.quotation-request .product-form,.quotation-request .accessory-form{background-color:var(--table-tr-bg);border-top:3px solid #fff;border-bottom:3px solid #fff;align-items:center;padding:6px}.quotation-request .current-item .item-action,.quotation-request .product-form .item-action,.quotation-request .accessory-form .item-action{justify-self:end}.quotation-request .current-item input,.quotation-request .product-form input,.quotation-request .accessory-form input{width:58px}.quotation-request .current-item .product-select .selected-product,.quotation-request .product-form .product-select .selected-product,.quotation-request .accessory-form .product-select .selected-product{width:auto}.quotation-request .current-item .product-select .selected-product.open,.quotation-request .product-form .product-select .selected-product.open,.quotation-request .accessory-form .product-select .selected-product.open{background-color:var(--input-bg-focus);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cstyle%3Esvg%7Bfill:%23686867%7D%3C/style%3E%3Cpath d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E")}.quotation-request .current-item .product-select .filtered-list,.quotation-request .product-form .product-select .filtered-list,.quotation-request .accessory-form .product-select .filtered-list{position:absolute;background-color:var(--bg-default);box-shadow:0 0 10px var(--input-border);padding:.2rem;min-width:120px;z-index:10}.quotation-request .current-item .product-select .filtered-list .filter-wrapper,.quotation-request .product-form .product-select .filtered-list .filter-wrapper,.quotation-request .accessory-form .product-select .filtered-list .filter-wrapper{position:relative;margin-bottom:.2rem}.quotation-request .current-item .product-select .filtered-list .filter-wrapper:after,.quotation-request .product-form .product-select .filtered-list .filter-wrapper:after,.quotation-request .accessory-form .product-select .filtered-list .filter-wrapper:after{content:"";display:inline-block;background-position:center;background-repeat:no-repeat;background-color:var(--btn-secondary-bg);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 512 512.05" xmlns="http://www.w3.org/2000/svg"><path d="M500.3 443.7L380.6 324c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.72A208.18 208.18 0 001.72 235.2c11.6 91.64 86.08 166.7 177.6 178.9 53.8 7.19 104.3-6.24 144.7-33.46l119.7 119.7a40.03 40.03 0 0056.58-56.64zM79.1 208a128 128 0 11128 128 128.14 128.14 0 01-128-128z"/></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 512 512.05" xmlns="http://www.w3.org/2000/svg"><path d="M500.3 443.7L380.6 324c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.72A208.18 208.18 0 001.72 235.2c11.6 91.64 86.08 166.7 177.6 178.9 53.8 7.19 104.3-6.24 144.7-33.46l119.7 119.7a40.03 40.03 0 0056.58-56.64zM79.1 208a128 128 0 11128 128 128.14 128.14 0 01-128-128z"/></svg>');position:absolute;width:18px;height:18px;right:.75rem;top:calc(50% - 9px)}.quotation-request .current-item .product-select .filtered-list .filter-wrapper:hover:after,.quotation-request .product-form .product-select .filtered-list .filter-wrapper:hover:after,.quotation-request .accessory-form .product-select .filtered-list .filter-wrapper:hover:after{content:"";display:inline-block;background-position:center;background-repeat:no-repeat;background-color:var(--btn-secondary-bg-hover);mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 512 512.05" xmlns="http://www.w3.org/2000/svg"><path d="M500.3 443.7L380.6 324c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.72A208.18 208.18 0 001.72 235.2c11.6 91.64 86.08 166.7 177.6 178.9 53.8 7.19 104.3-6.24 144.7-33.46l119.7 119.7a40.03 40.03 0 0056.58-56.64zM79.1 208a128 128 0 11128 128 128.14 128.14 0 01-128-128z"/></svg>');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url('data:image/svg+xml;utf-8,<svg fill="%23fff" viewBox="0 0 512 512.05" xmlns="http://www.w3.org/2000/svg"><path d="M500.3 443.7L380.6 324c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.72A208.18 208.18 0 001.72 235.2c11.6 91.64 86.08 166.7 177.6 178.9 53.8 7.19 104.3-6.24 144.7-33.46l119.7 119.7a40.03 40.03 0 0056.58-56.64zM79.1 208a128 128 0 11128 128 128.14 128.14 0 01-128-128z"/></svg>')}.quotation-request .current-item .product-select .filtered-list input,.quotation-request .product-form .product-select .filtered-list input,.quotation-request .accessory-form .product-select .filtered-list input{width:100%}.quotation-request .current-item .product-select .filtered-list ul,.quotation-request .product-form .product-select .filtered-list ul,.quotation-request .accessory-form .product-select .filtered-list ul{max-height:350px;overflow-y:scroll}.quotation-request .current-item .product-select .filtered-list ul li,.quotation-request .product-form .product-select .filtered-list ul li,.quotation-request .accessory-form .product-select .filtered-list ul li{list-style:none;background:none;border-bottom:1px solid var(--border);margin:0;padding:.2rem;cursor:pointer}.quotation-request .current-item .product-select .filtered-list ul li:last-child,.quotation-request .product-form .product-select .filtered-list ul li:last-child,.quotation-request .accessory-form .product-select .filtered-list ul li:last-child{border:none}.quotation-request .current-item .product-select .filtered-list ul li:hover,.quotation-request .product-form .product-select .filtered-list ul li:hover,.quotation-request .accessory-form .product-select .filtered-list ul li:hover{background-color:var(--input-bg)}.quotation-request .current-item .product-select .filtered-list ul li small,.quotation-request .product-form .product-select .filtered-list ul li small,.quotation-request .accessory-form .product-select .filtered-list ul li small{font-weight:300}.quotation-request .header{font-weight:700}.quotation-request .add{margin-top:1.1rem}@media (max-width:767.98px){.quotation-request .add .btn{margin-bottom:1rem}}@media (min-width:768px){.quotation-request .add{display:grid;justify-items:start;grid-template-columns:1fr 1fr 3fr}.quotation-request .add .clear-cart{padding-top:.75rem;justify-self:end}}.quotation-request .action{margin-top:1.1rem}.commerce-checkout-flow .checkout-pane h4{display:inline;font-size:inherit;font-weight:initial}.commerce-checkout-flow .checkout-pane .input-elements.form-item{margin-bottom:1.1rem}.commerce-checkout-flow .checkout-pane .field-multiple-table .add-remove button{margin-left:.2rem}.commerce-checkout-flow .checkout-pane input[type=checkbox]+label+.description{margin:.5rem 0 0 1.6rem}.commerce-checkout-flow .checkout-pane .address-container-inline{display:grid;grid-template-areas:". .";grid-gap:1.5rem}.commerce-checkout-flow .checkout-pane .address-container-inline .form-item{margin-right:0}.commerce-checkout-flow .checkout-pane .address-book-edit-button,.commerce-checkout-flow .checkout-pane .draggable button{margin-bottom:1.1rem}.commerce-checkout-flow .checkout-pane .field--name-field-salutation .form-item{display:inline-block}.commerce-checkout-flow .checkout-pane .field--name-field-salutation legend{font-size:inherit}.commerce-checkout-flow .checkout-pane .field-multiple-drag,.commerce-checkout-flow .checkout-pane .tabledrag-toggle-weight-wrapper,.commerce-checkout-flow .checkout-pane #field-company-values tr th:last-child{display:none}.commerce-checkout-flow .checkout-pane .form-required:after{display:inline-block;width:6px;height:6px;margin:0 .3em;content:"";vertical-align:super;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23EE0000%22%20%20d%3D%22M0%2C7.562l1.114-3.438c2.565%2C0.906%2C4.43%2C1.688%2C5.59%2C2.35C6.398%2C3.553%2C6.237%2C1.544%2C6.22%2C0.447h3.511%20c-0.05%2C1.597-0.234%2C3.6-0.558%2C6.003c1.664-0.838%2C3.566-1.613%2C5.714-2.325L16%2C7.562c-2.05%2C0.678-4.06%2C1.131-6.028%2C1.356%20c0.984%2C0.856%2C2.372%2C2.381%2C4.166%2C4.575l-2.906%2C2.059c-0.935-1.274-2.041-3.009-3.316-5.206c-1.194%2C2.275-2.244%2C4.013-3.147%2C5.206%20l-2.856-2.059c1.872-2.307%2C3.211-3.832%2C4.017-4.575C3.849%2C8.516%2C1.872%2C8.062%2C0%2C7.562%22%2F%3E%3C%2Fsvg%3E%0A);background-repeat:no-repeat;background-size:6px 6px}.commerce-checkout-flow .checkout-pane-order-summary{margin-bottom:1.1rem}.commerce-checkout-flow .checkout-pane-order-summary tr{background-color:var(--table-tr-bg);display:inline-block;border-top:2px solid var(--bg-default);border-bottom:2px solid var(--bg-default);width:100%;padding:.75rem .4rem}.commerce-checkout-flow .checkout-pane-order-summary td{vertical-align:baseline}.commerce-checkout-flow .form-actions{display:grid;gap:1.1rem}@media (min-width:576px){.commerce-checkout-flow .form-actions{grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;justify-items:start}}@media (min-width:768px){.commerce-checkout-flow .form-actions{grid-template-columns:auto auto 1fr;grid-template-rows:none}}.message-add-to-cart{position:fixed;top:150px;width:100%;z-index:900001;max-width:1166px;margin:0 auto;left:50%;transform:translate(-50%);color:var(--btn-primary-v2);font-size:1.25rem;font-weight:500}.message-add-to-cart .wrapper{display:inline-block;padding:15px;width:100%;border:1px solid var(--input-border);background-color:var(--shop-cart-bg)}.message-add-to-cart .cart-icon{float:left;margin-right:10px}.message-add-to-cart .cart-icon .cart-block--link__expand .button-indicator{font-size:.8rem}.message-add-to-cart .msg{float:left;padding-top:12px}.message-add-to-cart .quoation-button{float:right}main{padding-top:1.5rem}:root{--btn-primary-bg:#008995;--btn-primary-bg-hover:#006d76;--btn-primary-bg-active:#003e43;--btn-primary:#fff;--btn-primary-hover:#fff;--btn-primary-border:#008995;--btn-primary-with-icon-svg-fill:#fff;--btn-primary-bg-darkEmerald-hover:#ebebeb;--btn-primary-bg-darkEmerald-active:#dbdbdb;--btn-primary-v2:#008995;--btn-primary-v2-hover:#008995;--btn-primary-v2-bg-hover:rgba(255,255,255,.8);--btn-primary-v2-bg-active:rgba(255,255,255,.6);--btn-primary-v2-with-icon-svg-fill:#008995;--btn-secondary-bg:#cccccc;--btn-secondary-bg-hover:#bdbdbd;--btn-secondary-bg-active:#adadad;--btn-secondary:#686867;--btn-secondary-hover:#686867;--btn-secondary-with-icon-svg-fill:#686867;--btn-secondary-v2:#fff;--btn-secondary-v2-hover:#fff;--btn-secondary-v2-active:#fff;--btn-secondary-v2-bg:rgba(255,255,255,.2);--btn-secondary-v2-bg-hover:rgba(255,255,255,.15);--btn-secondary-v2-bg-active:rgba(255,255,255,.1);--btn-secondary-v2-with-icon-svg-fill:#fff;--btn-yellow:#fff;--btn-yellow-hover:#fff;--btn-yellow-bg:#cea400;--btn-yellow-bg-hover:#b59000;--btn-yellow-bg-active:#9b7b00;--btn-with-tooltip-border:#cccccc;--btn-indicator-bg:#e30613;--btn-indicator-font:#fff;--border:#cccccc;--border-light:#f6f6f6;--border-light-v2:#aaaaaa;--border-lighter:#f7f7f7;--border-warning:#eaa900;--border-secondary:#cccccc;--border-dark:#000000;--border-dark-rgba05:rgba(0,0,0,.05);--font-error:#a53b3b;--accordion-primary-label:#fff;--accordion-border:#e7e7e7;--accordion-label:#686867;--border-warning-rgba15:rgba(234,169,0,.15);--border-warning-rgba2:rgba(234,169,0,.2);--border-warning-rgba25:rgba(234,169,0,.25);--accordion-bg-hover:#dddddd;--accordion-bg-active:lightgray;--icon-alert-hover-bg:#f7f7f7;--a-link:#008995;--a-link-hover:#00727c;--breadcrumb-highlight-bg:#d8d8d8;--breadcrumb-arrow:#e7e7e7;--nav-color:#fff;--nav-link-bg:rgba(255,255,255,.9);--nav-link-bg-active:#008995;--nav-border-secondary:#cccccc;--nav-border-primary:#008995;--nav-font-dark:#4e4e4e;--nav-font-light:#828280;--nav-tab-bg:#eeeeee;--nav-item-bg-hover:rgba(0,137,149,.06);--nav-item-second-level-sibling-bg-hover:rgb(230,240,240);--nav-meta-level-btn-bg-hover:rgb(230,240,240);--nav-brand-overlay-bg:linear-gradient(315deg,rgba(246,246,246,.5) 0%,rgba(246,246,246,.95) 30%,rgba(246,246,246,.95) 70%,rgba(246,246,246,.5) 100%);--nav-brand-overlay-bg-hover:linear-gradient(315deg,rgba(246,246,246,.15) 0%,rgba(246,246,246,.95) 30%,rgba(246,246,246,.95) 70%,rgba(246,246,246,.15) 100%);--infobox-bg:#63bdb1;--infobox-icon:#fff;--carousel-bg:#686867;--carousel-bg-hover:#008995;--filter-slider-bg:#f6f6f6;--table-th-bg:#cccccc;--table-th-bg-light:#e7e7e7;--table-th-border:#cccccc;--table-tr-bg:#f6f6f6;--error-bg:#fffbfb;--error-font:#a53b3b;--font-body:#686867;--font-h1:#e30613;--font-h4:#cccccc;--font-footer:#fff;--footer-border:#e30613;--footer-bg-top:#474746;--footer-bg-bottom:#353534;--footer-bg-link-top:#e30613;--footer-column-border-right:#fff;--gallery-border-hover:#63bdb1;--gallery-control-bg:#686867;--gallery-control-bg-hover:#008995;--search-scrollbar:#d1d1d1;--search-input-box-shadow:#008995;--search-clear-btn-bg:#c0c0c0;--search-clear-btn-svg-fill:#686867;--search-suggestion-font:#686867;--search-suggestion-bg:#fff;--search-suggestion-bg-hover:#f7f7f7;--search-suggestion-bg-active:#f2f2f2;--search-suggestion-border:#dedede;--header-bg:#fff;--input-bg:#e7e7e7;--input-bg-dark:#dfdfdf;--input-bg-hover:#e7e7e7;--input-bg-focus:#dadada;--input-placeholder:#a6a6a6;--input-placeholder-dark:#8c8c8c;--input-border:#cccccc;--input-font:#686867;--input-error:#a53b3b;--input-error-bg:#fffbfb;--checkbox-checked-bg:#008995;--checkbox-checked-bg-rgba04:rgba(0,137,149,.4);--checkbox-not-checked-shadow:#adadad;--list-check-solid-bg:#008995;--list-circle-bg:#008995;--pagination-border:#e7e7e7;--pagination-font:#fff;--pagination-bg:#008995;--product-card-bg:#eeeeee;--product-card-font:#bdbdbd;--bg-default:#fff;--shop-cart-bg:#eee;--select-invalid:#5a667f;--select-option-font:#223254}body{margin:0}@media (max-width:575.98px){.container-fluid{padding:unset;margin:unset}}@media (min-width:576px) and (max-width:767.98px){.container{max-width:725px}}@media (min-width:768px) and (max-width:991.98px){.container{max-width:890px}}@media (min-width:992px) and (max-width:1199.98px){.container{max-width:1115px}}@media (min-width:1200px) and (max-width:1399.98px){.container{max-width:1190px}}@media (min-width:1400px){.container{max-width:1190px}}.border-rounded{border-radius:3px}.border-dotted{border-width:2px;border-style:dotted;border-radius:3px}.border-dotted-top{border-top-width:2px;border-top-style:dotted}.border-dotted-bottom{border-bottom-width:2px;border-bottom-style:dotted}.border-dotted-left{border-left-width:2px;border-left-style:dotted}.border-dotted-right{border-right-width:2px;border-right-style:dotted}.border-solid{border-width:2px;border-style:solid;border-radius:3px}.border-solid-top{border-top-width:2px;border-top-style:solid}.border-solid-bottom{border-bottom-width:2px;border-bottom-style:solid}.border-solid-left{border-left-width:2px;border-left-style:solid}.border-solid-right{border-right-width:2px;border-right-style:solid}.bg-cbox{background-clip:content-box}.mw-mc{min-width:max-content}.h-fc{height:fit-content}.w-fc{width:fit-content}figure.img-cover{display:inline}figure.img-cover img{width:100%;height:100%;object-fit:cover}img,video{max-width:100%;height:auto;border-radius:3px;overflow:hidden}figcaption{margin-top:.4rem;font-size:.9rem}.nospacetop>*:first-child{margin-top:unset}.vertical-align{top:50%;transform:translateY(-50%)}.flex-even{flex:1}.invisible{height:0}.z-index-1{z-index:100}.z-index-2{z-index:200}#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper{max-width:1190px}#CybotCookiebotDialog div#CybotCookiebotDialogHeader,#CybotCookiebotDialog div#CybotCookiebotDialogHeader a#CybotCookiebotDialogPoweredbyCybot{display:none}
:root{--btn-primary-bg:#e30613;--btn-primary-bg-hover:#8F040E;--btn-primary-bg-active:#8F040E;--nav-border-primary:#E30613;--nav-link-bg-active:#CCCCCC;--a-link:#E30613;--a-link-hover:#8F040E;--infobox-bg:#ADADAD;--gallery-border-hover:#E30613;--footer-bg-top:#e7e7e7;--footer-bg-bottom:#686867;--footer-column-border-right:#CCC;--font-footer:#686867;--checkbox-checked-bg:#E30613;--list-check-solid-bg:#686867;--pagination-bg:#E30613;--nav-item-bg-hover:#eee;--nav-item-second-level-sibling-bg-hover:#eee;--nav-meta-level-btn-bg-hover:#eee;--carousel-bg:#e30613;--carousel-bg-hover:#8F040E;--nav-font-light:#8F040E;--btn-primary-v2-hover:#8F040E;--list-circle-bg:#E30613}ul{padding-left:0;list-style-type:none}ul li{line-height:1.5rem;background-repeat:no-repeat;background-size:7px;padding-left:15px;background-position-y:8px;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 496 496' style='enable-background:new 0 0 496 496;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E30613;%7D%0A%3C/style%3E%3Cpath class='st0' d='M248,0C111,0,0,111,0,248s111,248,248,248s248-111,248-248S385,0,248,0z M248,448c-110.5,0-200-89.5-200-200 S137.5,48,248,48s200,89.5,200,200S358.5,448,248,448z'/%3E%3C/svg%3E");margin-top:.4rem}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:var(--font-body);text-decoration:none}@media (min-width:576px){html body header:not(.sticky) .branding{padding:1.5rem 1.5rem .8rem!important}}html body header .branding{top:10px!important}html body #header .nav-recipe{display:grid;grid-template-columns:repeat(3,auto);grid-template-rows:repeat(2,auto)}html body #header .nav-first-level .nav-dropdown-fluid{min-height:unset}html body #header .nav-first-level-link{font-size:1.33rem}html body #header .nav-meta-level-item.active .nav-dropdown{display:block;position:absolute;padding:.75rem;left:auto}html body #header .nav-meta-level-item.active .nav-dropdown ul li a{padding:.5rem 0}html body #header.sticky .nav-first-level-items{gap:.2rem}html body #header.sticky .nav-first-level-link{padding-left:.5rem;padding-right:.5rem}html body #header.sticky .nav-second-level{right:106px;top:12px}
