@charset "UTF-8";:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{transition-duration:.4s;transition-property:none;transition-timing-function:ease}:root{--mm-blocker-visibility-delay:0.4s;--mm-blocker-opacity-delay:0s}.mm-blocker{background:var(--mm-color-background);bottom:100%;display:block;left:0;opacity:0;position:absolute;right:0;top:0;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;z-index:3}.mm-blocker:focus-visible{opacity:.75}.mm-btn{align-items:center;display:flex;flex-grow:0;flex-shrink:0;justify-content:center;padding:0;position:relative;width:50px}.mm-btn--next,[dir=rtl] .mm-btn--prev{--mm-btn-rotate:135deg}.mm-btn--prev,[dir=rtl] .mm-btn--next{--mm-btn-rotate:-45deg}.mm-btn--next:after,.mm-btn--prev:before{border:2px solid var(--mm-color-icon);border-bottom:none;border-right:none;bottom:0;box-sizing:border-box;content:"";display:block;height:8px;margin:auto;position:absolute;top:0;transform:rotate(var(--mm-btn-rotate));width:8px}.mm-btn--prev:before{left:23px}.mm-btn--next:after{right:23px}.mm-btn--close:before{content:"×";font-size:150%}.mm-btnreset{background:0 0;border:none;cursor:pointer;padding:0}.mm-divider{background:var(--mm-color-background);background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));font-size:75%;min-height:var(--mm-lineheight);opacity:1;overflow:hidden;padding:calc((var(--mm-listitem-size)*0.65 - var(--mm-lineheight))*.5) 20px;position:sticky;text-overflow:ellipsis;text-transform:uppercase;top:0;transition-property:opacity;white-space:nowrap;z-index:2}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}:root{--mm-listitem-size:50px}.mm-listitem{border-color:var(--mm-color-border);color:var(--mm-color-text);display:flex;flex-wrap:wrap;margin:0;padding:0;position:relative}.mm-listitem:after{border-bottom-style:solid;border-bottom-width:1px;border-color:inherit;bottom:0;content:"";display:block;left:20px;position:absolute;right:0}.mm-listitem__btn,.mm-listitem__text{padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/2) 0}.mm-listitem__text{display:block;flex-basis:10%;flex-grow:1;overflow:hidden;padding-left:20px;padding-right:20px;text-overflow:ellipsis;white-space:nowrap}.mm-listitem__btn{display:block;position:relative;width:auto;-webkit-padding-end:50px;background:rgba(3,2,1,0);border-color:inherit;padding-right:50px}.mm-listitem__btn:not(.mm-listitem__text){border-left-style:solid;border-left-width:1px}.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{display:block;list-style:none;margin:0;padding:0}.mm-menu{background:var(--mm-color-background);border-color:var(--mm-color-border);bottom:0;color:var(--mm-color-text);display:flex;flex-direction:column;left:0;line-height:var(--mm-lineheight);margin:0;overscroll-behavior:none;padding:0;position:absolute;right:0;top:0;z-index:0;-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.mm-menu,.mm-menu *{box-sizing:border-box}.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{outline:0}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:0}.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:-5px}.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:2px}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{color:inherit;-webkit-text-decoration:none;text-decoration:none}:root{--mm-navbar-size:50px}.mm-navbar{background:var(--mm-color-background);border-bottom:1px solid var(--mm-color-border);color:var(--mm-color-text-dimmed);display:flex;min-height:var(--mm-navbar-size);opacity:1;padding-top:env(safe-area-inset-top);position:sticky;text-align:center;top:0;transition-property:opacity;z-index:2}.mm-navbar>*{align-items:center;box-sizing:border-box;display:flex;flex-grow:1;justify-content:center}.mm-navbar__btn{flex-grow:0}.mm-navbar__title{display:flex;flex:1 1 50%;overflow:hidden;padding:0 20px}.mm-navbar__title[href="#"]{pointer-events:none}.mm-navbar__title>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){-webkit-padding-start:60px;padding-left:60px;-webkit-padding-end:10px;padding-right:10px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{-webkit-padding-start:10px;padding-left:10px;-webkit-padding-end:60px;padding-right:60px}.mm-panel{--mm-panel-child-offset:100%;--mm-panel-parent-offset:-30%;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1;-webkit-overflow-scrolling:touch;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);overflow:hidden;overflow-y:auto;overscroll-behavior:contain;transform:translate3d(100%,0,0);transform:translate3d(var(--mm-panel-child-offset),0,0);transition-property:transform,inset-inline-start}[dir=rtl] .mm-panel{--mm-panel-child-offset:-100%;--mm-panel-parent-offset:30%}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel:focus{outline:0}.mm-panel--opened{transform:translateZ(0);transition-delay:0s;z-index:2}.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{background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);flex-grow:1;height:100%;overflow:hidden;position:relative}.mm-panels:focus{outline:0}:root{--mm-toggle-size:34px}.mm-toggle{align-self:center;display:flex;flex:calc(var(--mm-toggle-size)*1.75) 0 0;height:var(--mm-toggle-size);-webkit-margin-end:10px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background:var(--mm-color-border);border:none!important;border:var(--mm-color-border);border-radius:var(--mm-toggle-size);cursor:pointer;margin-right:10px;transition-property:background-color}.mm-toggle:before{aspect-ratio:1;background:var(--mm-color-background);border-radius:100%;content:"";margin:2px;transition-property:transform}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{transform:translateX(calc(var(--mm-toggle-size)*.75))}[dir=rtl] .mm-toggle:checked:before{transform:translateX(calc(var(--mm-toggle-size)*-.75))}.mm-listitem--vertical>.mm-panel{padding:10px 0 10px 20px;position:static;transform:none!important;transition:none!important;width:100%}.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{bottom:auto;height:var(--mm-listitem-size)}.mm-listitem--vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem--opened>.mm-listitem__btn:after{right:19px;transform:rotate(225deg)}:root{--mm-size:80%;--mm-min-size:240px;--mm-max-size:440px}.mm-menu--offcanvas{position:fixed;z-index:0}.mm-page{background:inherit;box-sizing:border-box;min-height:100vh}:where(.mm-slideout){position:relative;transition-duration:.4s;transition-property:width,transform;transition-timing-function:ease;width:100%;z-index:1}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:rgba(0,0,0,.4)}.mm-wrapper--opened .mm-wrapper__blocker{--mm-blocker-visibility-delay:0s;--mm-blocker-opacity-delay:0.4s;bottom:0;opacity:.5}.mm-menu{--mm-translate-horizontal:0;--mm-translate-vertical:0}.mm-menu--position-left,.mm-menu--position-left-front{right:auto}.mm-menu--position-right,.mm-menu--position-right-front{left:auto}.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{width:max(var(--mm-min-size),min(var(--mm-size),var(--mm-max-size)))}.mm-menu--position-left-front{--mm-translate-horizontal:-100%}.mm-menu--position-right-front{--mm-translate-horizontal:100%}.mm-menu--position-top{bottom:auto}.mm-menu--position-bottom{top:auto}.mm-menu--position-bottom,.mm-menu--position-top{height:max(var(--mm-min-size),min(var(--mm-size),var(--mm-max-size)));width:100%}.mm-menu--position-top{--mm-translate-vertical:-100%}.mm-menu--position-bottom{--mm-translate-vertical:100%}.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transition-property:transform;z-index:2}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{transform:translateZ(0)}.mm-wrapper--position-left{--mm-translate-horizontal:max(var(--mm-min-size),min(var(--mm-size),var(--mm-max-size)))}.mm-wrapper--position-right{--mm-translate-horizontal:max(calc(var(--mm-max-size)*-1),min(calc(var(--mm-size)*-1),calc(var(--mm-min-size)*-1)))}.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{transform:translateZ(0)}.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{transform:translate3d(var(--mm-translate-horizontal),0,0)}.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{z-index:1}.mm-menu--theme-light{--mm-color-background:#f3f3f3;--mm-color-border:rgba(0,0,0,.15);--mm-color-icon:rgba(0,0,0,.4);--mm-color-text:rgba(0,0,0,.8);--mm-color-text-dimmed:rgba(0,0,0,.4);--mm-color-background-highlight:rgba(0,0,0,.05);--mm-color-background-emphasis:hsla(0,0%,100%,.75);--mm-color-focusring:#06c}.mm-menu--theme-light-contrast{--mm-color-background:#f3f3f3;--mm-color-border:rgba(0,0,0,.5);--mm-color-icon:rgba(0,0,0,.5);--mm-color-text:#000;--mm-color-text-dimmed:rgba(0,0,0,.7);--mm-color-background-highlight:rgba(0,0,0,.05);--mm-color-background-emphasis:hsla(0,0%,100%,.9);--mm-color-focusring:#06c}.mm-menu--theme-dark{--mm-color-background:#333;--mm-color-border:rgba(0,0,0,.4);--mm-color-icon:hsla(0,0%,100%,.4);--mm-color-text:hsla(0,0%,100%,.8);--mm-color-text-dimmed:hsla(0,0%,100%,.4);--mm-color-background-highlight:hsla(0,0%,100%,.08);--mm-color-background-emphasis:rgba(0,0,0,.1);--mm-color-focusring:#06c}.mm-menu--theme-dark-contrast{--mm-color-background:#333;--mm-color-border:hsla(0,0%,100%,.5);--mm-color-icon:hsla(0,0%,100%,.5);--mm-color-text:#fff;--mm-color-text-dimmed:hsla(0,0%,100%,.7);--mm-color-background-highlight:hsla(0,0%,100%,.1);--mm-color-background-emphasis:rgba(0,0,0,.3);--mm-color-focusring:#06c}.mm-menu--theme-white{--mm-color-background:#fff;--mm-color-border:rgba(0,0,0,.15);--mm-color-icon:rgba(0,0,0,.3);--mm-color-text:rgba(0,0,0,.8);--mm-color-text-dimmed:rgba(0,0,0,.3);--mm-color-background-highlight:rgba(0,0,0,.06);--mm-color-background-emphasis:rgba(0,0,0,.03);--mm-color-focusring:#06c}.mm-menu--theme-white-contrast{--mm-color-background:#fff;--mm-color-border:rgba(0,0,0,.5);--mm-color-icon:rgba(0,0,0,.5);--mm-color-text:#000;--mm-color-text-dimmed:rgba(0,0,0,.7);--mm-color-background-highlight:rgba(0,0,0,.07);--mm-color-background-emphasis:rgba(0,0,0,.035);--mm-color-focusring:#06c}.mm-menu--theme-black{--mm-color-background:#000;--mm-color-border:hsla(0,0%,100%,.2);--mm-color-icon:hsla(0,0%,100%,.4);--mm-color-text:hsla(0,0%,100%,.7);--mm-color-text-dimmed:hsla(0,0%,100%,.4);--mm-color-background-highlight:hsla(0,0%,100%,.1);--mm-color-background-emphasis:hsla(0,0%,100%,.06);--mm-color-focusring:#06c}.mm-menu--theme-black-contrast{--mm-color-background:#000;--mm-color-border:hsla(0,0%,100%,.5);--mm-color-icon:hsla(0,0%,100%,.5);--mm-color-text:#fff;--mm-color-text-dimmed:hsla(0,0%,100%,.6);--mm-color-background-highlight:hsla(0,0%,100%,.125);--mm-color-background-emphasis:hsla(0,0%,100%,.1);--mm-color-focusring:#06c}.mm-counter{display:block;-webkit-padding-start:20px;color:var(--mm-color-text-dimmed);float:right;padding-left:20px}[dir=rtl] .mm-counter{float:left}:root{--mm-iconbar-size:50px}.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{margin-right:var(--mm-iconbar-size)}.mm-iconbar{background:var(--mm-color-background);border:0 solid;border-color:var(--mm-color-border);bottom:0;box-sizing:border-box;color:var(--mm-color-text-dimmed);display:none;overflow:hidden;position:absolute;text-align:center;top:0;width:var(--mm-iconbar-size);z-index:2}.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{display:flex;flex-direction:column;justify-content:space-between}.mm-menu--iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu--iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{-webkit-text-decoration:none;text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{left:calc(var(--mm-iconpanel-size)*0)}.mm-panel--iconpanel-1{left:calc(var(--mm-iconpanel-size)*1)}.mm-panel--iconpanel-2{left:calc(var(--mm-iconpanel-size)*2)}.mm-panel--iconpanel-3{left:calc(var(--mm-iconpanel-size)*3)}.mm-panel--iconpanel-4{left:calc(var(--mm-iconpanel-size)*4)}.mm-panel--iconpanel-first~.mm-panel{left:var(--mm-iconpanel-size)}.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{opacity:0}.mm-menu--iconpanel .mm-panels>.mm-panel--parent{overflow-y:hidden;transform:none}.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-left-style:solid;border-left-width:1px}.mm-navbars{flex-shrink:0}.mm-navbars .mm-navbar{border-bottom:none;padding-top:0;position:relative}.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{display:flex;flex:1 1 50%;justify-content:flex-start;overflow:hidden;overflow-x:auto;padding:0 20px;text-overflow:ellipsis;white-space:nowrap;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{align-items:center;display:flex;justify-content:center;-webkit-padding-end:6px;padding-right:6px}.mm-navbar__breadcrumbs>a{-webkit-text-decoration:underline;text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){-webkit-padding-end:0;padding-right:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{-webkit-padding-start:0;padding-left:0}.mm-navbar__tab{border:1px solid transparent;padding:0 10px}.mm-navbar__tab--selected{background:var(--mm-color-background)}.mm-navbar__tab--selected:not(:first-child){border-left-color:var(--mm-color-border)}.mm-navbar__tab--selected:not(:last-child){border-right-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-bottom-color:transparent;border-top-color:var(--mm-color-border)}.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);overflow:hidden;padding:0}.mm-searchfield__input{align-items:center;display:flex;flex:1;position:relative}.mm-searchfield__input,.mm-searchfield__input input{box-sizing:border-box;max-width:100%;padding:0 10px;width:100%}.mm-searchfield__input input{border:none;border-radius:4px;display:block;height:calc(var(--mm-navbar-size)*.7);line-height:calc(var(--mm-navbar-size)*.7);font:inherit;font-size:inherit;margin:0;max-height:auto;min-height:auto}.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-menu[class*=-contrast] .mm-searchfield__input input{border:1px solid var(--mm-color-border)}.mm-searchfield__input input::-ms-clear{display:none}.mm-searchfield__btn{bottom:0;display:none;position:absolute;right:0;top:0}.mm-searchfield--searching .mm-searchfield__btn{display:block}.mm-searchfield__cancel{display:block;position:relative;-webkit-margin-end:-100px;margin-right:-100px;-webkit-padding-start:5px;padding-left:5px;-webkit-padding-end:20px;line-height:var(--mm-navbar-size);padding-right:20px;-webkit-text-decoration:none;text-decoration:none;transition-property:visibility,margin;visibility:hidden}.mm-searchfield--cancelable .mm-searchfield__cancel{visibility:visible;-webkit-margin-end:0;margin-right:0}.mm-panel--search{border:none!important;left:0!important;right:0!important;width:100%!important}.mm-panel__splash{padding:20px}.mm-panel--searching .mm-panel__splash{display:none}.mm-panel__noresults{color:var(--mm-color-text-dimmed);display:none;font-size:150%;line-height:1.4;padding:40px 20px;text-align:center}.mm-panel--noresults .mm-panel__noresults{display:block}:root{--mm-sectionindexer-size:20px}.mm-sectionindexer{background:inherit;bottom:0;box-sizing:border-box;display:flex;flex-direction:column;font-size:12px;justify-content:space-evenly;position:absolute;right:calc(var(--mm-sectionindexer-size)*-1);text-align:center;top:0;transition-property:inset-inline-end;width:var(--mm-sectionindexer-size);z-index:5}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);display:block;line-height:1;-webkit-text-decoration:none;text-decoration:none}.mm-sectionindexer~.mm-panel{-webkit-padding-end:0;padding-right:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{-webkit-padding-end:var(--mm-sectionindexer-size);padding-right:var(--mm-sectionindexer-size)}.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:0 0}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:var(--mm-max-size)}.mm-wrapper--sidebar-collapsed .mm-slideout{transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);width:calc(100% - var(--mm-sidebar-collapsed-size))}[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{transform:none}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{opacity:0}.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{border-right-style:solid;border-right-width:1px;width:var(--mm-sidebar-expanded-size)}.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{transform:translate3d(var(--mm-sidebar-expanded-size),0,0);width:calc(100% - var(--mm-sidebar-expanded-size))}[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{transform:none}.glightbox-container{height:100%;left:0;overflow:hidden;position:fixed;top:0;touch-action:none;width:100%;z-index:999999!important;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{height:100%;overflow:hidden;position:relative;width:100%;z-index:9999}.glightbox-container .gslider{align-items:center;display:flex!important;height:100%;justify-content:center;left:0;overflow:hidden;position:relative;top:0;transform:translateZ(0);transition:transform .4s ease;width:100%}.glightbox-container .gslide{align-items:center;display:flex;justify-content:center;opacity:0;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.glightbox-container .gslide.current{opacity:1;position:relative;z-index:99999}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{display:flex;flex-direction:column;height:100vh;justify-content:center;margin:auto;max-width:100%;position:relative;width:100%}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{border:none;min-height:165px;outline:0!important;-webkit-overflow-scrolling:touch;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{align-items:center}.gslide-image img{border:none;display:block;float:none;height:auto;margin:auto;max-height:100vh;max-width:100vw;min-width:200px;-o-object-fit:cover;object-fit:cover;outline:0;padding:0;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{max-width:100%;width:auto}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:grabbing!important;transition:none}.gslide-video{max-width:100vh;position:relative;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{margin:auto;width:100%}.gslide-video:before{background:rgba(255,0,0,.34);content:"";display:none;height:100%;position:absolute;width:100%}.gslide-video.playing:before{display:none}.gslide-video.fullscreen{height:75vh;max-width:100%!important;min-width:100%}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;margin:auto;max-height:calc(100vh - 40px);max-width:100%;overflow:auto;text-align:left}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:grabbing!important;transition:none}.ginlined-content{display:block!important;opacity:1;overflow:auto}.gslide-external{background:#fff;display:flex;height:100%;max-height:75vh;min-width:100%;overflow:auto;padding:0;width:100%}.gslide-media{display:flex;width:auto}.zoomed .gslide-media{box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{flex-direction:column;margin:0 auto}.gslide-description{flex:1 0 100%;position:relative}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.glightbox-button-hidden,.zoomed .gslide-description{display:none}.glightbox-mobile .glightbox-container .gslide-description{background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.75));bottom:0;height:auto!important;max-height:78vh;max-width:100vw!important;order:2!important;overflow:auto!important;padding:19px 11px 50px;position:absolute;transition:opacity .3s linear;width:100%}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{opacity:.4;transition:opacity .5s ease}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{opacity:1;transition:opacity .5s ease}.greset{transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{animation:lightboxLoader .8s linear infinite;border:2px solid #fff;border-radius:50%;border-right-color:transparent;display:block;height:25px;left:0;margin:0 auto;position:absolute;right:0;top:47%;width:25px;z-index:9999}.goverlay{height:calc(100vh + 1px);left:0;position:fixed;top:-1px;width:100%;will-change:opacity}.glightbox-mobile .goverlay,.goverlay{background:#000}.gclose,.gnext,.gprev{align-items:center;border:none;cursor:pointer;display:flex;flex-direction:column;height:44px;justify-content:center;width:26px;z-index:99999}.gclose svg,.gnext svg,.gprev svg{display:block;height:auto;margin:0;padding:0;width:25px}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{color:#000;font-family:arial;font-size:1em;font-weight:400;line-height:1.4em;margin-bottom:19px}.glightbox-clean .gslide-desc{font-family:arial;font-size:.86em;line-height:1.4em;margin-bottom:0}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{left:30px}.glightbox-clean .gnext,.glightbox-clean .gprev{height:50px;position:absolute;top:-100%;width:40px}.glightbox-clean .gnext{right:30px}.glightbox-clean .gclose{height:35px;position:absolute;right:10px;top:15px;width:35px}.glightbox-clean .gclose svg{height:auto;width:18px}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{animation:gfadeIn .5s ease}.gfadeOut{animation:gfadeOut .5s ease}.gslideOutLeft{animation:gslideOutLeft .3s ease}.gslideInLeft{animation:gslideInLeft .3s ease}.gslideOutRight{animation:gslideOutRight .3s ease}.gslideInRight{animation:gslideInRight .3s ease}.gzoomIn{animation:gzoomIn .5s ease}.gzoomOut{animation:gzoomOut .5s ease}@keyframes lightboxLoader{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@keyframes gslideInLeft{0%{opacity:0;transform:translate3d(-60%,0,0)}to{opacity:1;transform:translateZ(0);visibility:visible}}@keyframes gslideOutLeft{0%{opacity:1;transform:translateZ(0);visibility:visible}to{opacity:0;transform:translate3d(-60%,0,0);visibility:hidden}}@keyframes gslideInRight{0%{opacity:0;transform:translate3d(60%,0,0);visibility:visible}to{opacity:1;transform:translateZ(0)}}@keyframes gslideOutRight{0%{opacity:1;transform:translateZ(0);visibility:visible}to{opacity:0;transform:translate3d(60%,0,0)}}@keyframes gzoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{flex-direction:row;height:auto;width:auto}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{height:100%;overflow-y:auto;position:absolute}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gnext,.glightbox-clean .gprev{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}.jssocials-shares{margin:.2em 0}.jssocials-shares *{box-sizing:border-box}.jssocials-share{display:inline-block;margin:.3em .6em .3em 0;vertical-align:top}.jssocials-share:last-child{margin-right:0}.jssocials-share-logo{font-size:1.5em;vertical-align:middle;width:1em}img.jssocials-share-logo{height:1em;width:auto}.jssocials-share-link{display:inline-block;line-height:1;text-align:center;-webkit-text-decoration:none;text-decoration:none}.jssocials-share-link.jssocials-share-link-count{padding-top:.2em}.jssocials-share-link.jssocials-share-link-count .jssocials-share-count{display:block;font-size:.6em;margin:0 -.5em -.8em}.jssocials-share-link.jssocials-share-no-count{padding-top:.5em}.jssocials-share-link.jssocials-share-no-count .jssocials-share-count{height:1em}.jssocials-share-label{padding-left:.3em;vertical-align:middle}.jssocials-share-count-box{cursor:default;display:inline-block;height:1.5em;line-height:1;vertical-align:middle}.jssocials-share-count-box.jssocials-share-no-count{display:none}.jssocials-share-count{line-height:1.5em;vertical-align:middle}.jssocials-share-link{border:2px solid #acacac;border-radius:.3em;color:#acacac;padding:.5em .6em;transition:background .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out}.jssocials-share-link:active,.jssocials-share-link:focus,.jssocials-share-link:hover{border:2px solid #939393;color:#939393}.jssocials-share-count-box{background:#f5f5f5;border-radius:.3em;height:2.5em;margin-left:.4em;padding:0 .3em;position:relative;transition:background .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out}.jssocials-share-count-box:hover{background:#e8e8e8}.jssocials-share-count-box:hover:after{border-color:transparent #e8e8e8 transparent transparent}.jssocials-share-count-box:after{border-color:transparent #f5f5f5 transparent transparent;border-style:solid;border-width:.5em .5em .5em 0;content:"";display:block;height:0;left:-.4em;position:absolute;top:.75em;transform:rotate(1turn);transition:background .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;width:0}.jssocials-share-count-box .jssocials-share-count{color:#acacac;line-height:2.5em}admin-bar{z-index:30;--tw-bg-opacity:1;background-color:#253236;background-color:rgba(37,50,54,var(--tw-bg-opacity))}admin-bar-button,admin-bar-button span{font-family:Aktiv Grotesk,Helvetica,Arial,sans-serif!important;font-size:.875rem!important;font-weight:400!important;line-height:1.25rem!important}.Layout__head .Layout__title,.Layout__main .Layout__title{margin-bottom:1.5rem}@media (min-width:1024px){.Layout__head .Layout__title,.Layout__main .Layout__title{margin-bottom:2.5rem}}.Layout__head>.container{padding-bottom:3.5rem;padding-top:3.5rem}@media (min-width:1500px){.Layout__head>.container{padding-bottom:5rem;padding-top:5rem}}.Layout:not(:has(.HeroBlock):has(.FeatureBlock)) .Layout__head>.container{padding-bottom:2.5rem;padding-top:2.5rem}@media (min-width:1500px){.Layout:not(:has(.HeroBlock):has(.FeatureBlock)) .Layout__head>.container{padding-bottom:4rem;padding-top:4rem}}.Layout__head .Layout__title:has(+.Layout__summary){margin-bottom:2rem}@media (min-width:1500px){.Layout__head .Layout__summary{width:75%}}@media (min-width:1800px){.Layout__head .Layout__summary{width:50%}}.Layout__head .Layout__summary,.Layout__head .Layout__summary p{font-size:1.5rem;font-weight:400;line-height:2rem;line-height:1.375;--tw-text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--tw-text-opacity))}.Layout__head .Layout__overline,.Layout__head .Layout__overline a{font-size:1.25rem;font-weight:700;line-height:1.75rem;--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}@media (min-width:768px){.Layout__head .Layout__overline,.Layout__head .Layout__overline a{font-size:1.5rem;line-height:2rem}}.Layout__head .Layout__overline p{margin-bottom:1.5rem}.Layout__head .Layout__overline a{align-items:center;display:flex}@media (min-width:1024px){.Layout__head .Layout__overline a{--tw-translate-x:-3rem;transform:translate(-3rem,var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}.Layout__head .Layout__overline a .Icon{height:2rem;margin-right:1rem;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:2rem}@media (min-width:1024px){.Layout__head .Layout__overline a .Icon{--tw-translate-x:1rem;opacity:0;transform:translate(1rem,var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}.Layout__head .Layout__overline a:hover .Icon{opacity:1;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:1024px){.Layout__head .Layout__overline a:hover .Icon{--tw-translate-x:0px;transform:translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}.Layout__head .Layout__underline{font-size:1.25rem;line-height:1.75rem;margin-top:.5rem;--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}@media (min-width:768px){.Layout__head .Layout__underline{font-size:1.5rem;line-height:2rem;margin-top:1.5rem}}.Layout__head .Layout__section:not(:last-child){margin-bottom:1.5rem}@media (min-width:1024px){.Layout__head .Layout__section:not(:last-child){margin-bottom:2rem}}.Layout__head:not(:has(.Layout__summary)) .Layout__title{margin-bottom:0}.Layout__head:has(.Block.Theme--none){margin-bottom:0}@media (min-width:1280px){.Layout__head.Layout--sidebar .Layout__summary,.Layout__head.Layout--sidebar .Layout__title{width:83.333333%}}.Layout__head.Layout--sidebar .Layout__summary{margin-top:2rem}@media (min-width:1280px){.Layout__head.Layout--sidebar .Layout__summary{margin-top:2.5rem;width:66.666667%}}.Layout__aside{display:flex;flex-direction:column;justify-content:space-between}@media not all and (min-width:1024px){.Layout__aside{margin-top:2rem}}.Layout__aside li:has(.Link){border-top-width:1px;margin-top:.75rem;--tw-border-opacity:1;border-color:#e5e7eb;border-color:rgba(229,231,235,var(--tw-border-opacity));padding-top:.75rem}.Layout__aside__title{font-size:1.5rem;font-weight:400;line-height:2rem;--tw-text-opacity:1;color:#b35100;color:rgba(179,81,0,var(--tw-text-opacity))}.Layout__aside ul{margin-bottom:2rem}.Layout__related{margin-top:2rem}.Layout__feature{margin-bottom:1rem}.Layout__feature .Layout__feature__content{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}@media (min-width:1280px){.Layout__feature .Layout__feature__content{min-height:350px}}.Layout__feature .Layout__feature__image,.Layout__feature .Layout__feature__text{grid-column:span 12/span 12}@media (min-width:768px){.Layout__feature .Layout__feature__image,.Layout__feature .Layout__feature__text{grid-column:span 6/span 6}}.Layout__feature .Layout__feature__image{background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:relative}@media not all and (min-width:768px){.Layout__feature .Layout__feature__image{aspect-ratio:16/9}}.Layout__feature .Layout__feature__image:after{background-position:100%;background-size:cover;bottom:0;left:0;mix-blend-mode:multiply;opacity:.5;position:absolute;right:0;top:0;z-index:0;--tw-content:"";background-image:url(/assets/img/motif-full.svg);content:"";content:var(--tw-content)}.Layout__feature .Layout__feature__text{padding:2.5rem 2rem}@media (min-width:1024px){.Layout__feature .Layout__feature__text{padding:4rem 3.5rem}}@media (min-width:1280px){.Layout__feature .Layout__feature__text{width:75%}}.Layout__feature .Layout__feature__text h5{font-weight:700;margin-bottom:0}.Layout__feature .Layout__feature__text ul{list-style-type:none}.Layout__feature .Layout__feature__text ul li{margin-left:0}.Layout__feature .Layout__feature__text a{--tw-border-opacity:1;border-bottom:1px;border-color:#6b7280;border-color:rgba(107,114,128,var(--tw-border-opacity));border-style:dotted;font-weight:400;--tw-text-opacity:1!important;color:#fff!important;color:rgba(255,255,255,var(--tw-text-opacity))!important;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.Layout__feature .Layout__feature__text a:hover{--tw-text-opacity:1!important;color:#9ca3af!important;color:rgba(156,163,175,var(--tw-text-opacity))!important}.Layout__feature .Layout__feature__section:not(:last-child){margin-bottom:2rem}.Layout--full .Layout__body:not(:has(.legacy))>.container{max-width:100%;padding:0}.Layout--full:has(.Layout__body):not(:has(.Article,.FeatureBlock)) .Layout__head:not(:has(.Layout__head__blocks))>.container{border-bottom-width:2px;--tw-border-opacity:1;border-color:#f3f4f6;border-color:rgba(243,244,246,var(--tw-border-opacity))}.Layout--sidebar .Layout__body>.container,.Layout--sidebar.Layout__head:has(.Layout__aside)>.container{display:grid;grid-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}@media (min-width:768px){.Layout--sidebar .Layout__body>.container,.Layout--sidebar.Layout__head:has(.Layout__aside)>.container{-moz-column-gap:3rem;column-gap:3rem}}@media (min-width:1024px){.Layout--sidebar .Layout__body>.container,.Layout--sidebar.Layout__head:has(.Layout__aside)>.container{grid-template-columns:1fr 20rem}}@media (min-width:1280px){.Layout--sidebar .Layout__body>.container,.Layout--sidebar.Layout__head:has(.Layout__aside)>.container{-moz-column-gap:4rem;column-gap:4rem}}@media (min-width:1500px){.Layout--sidebar .Layout__body>.container,.Layout--sidebar.Layout__head:has(.Layout__aside)>.container{-moz-column-gap:5rem;column-gap:5rem}}@media (min-width:1800px){.Layout--sidebar .Layout__body>.container,.Layout--sidebar.Layout__head:has(.Layout__aside)>.container{-moz-column-gap:11rem;column-gap:11rem;grid-template-columns:1fr 24rem}}@media (min-width:768px){.Layout--sidebar .Layout__body>.container{padding-bottom:5rem;padding-top:5rem}}@media (min-width:1280px){.Layout--sidebar .Layout__body>.container{padding-bottom:6rem;padding-top:6rem}}.Layout--sidebar .Layout__head:has(.Theme--none:last-child,.Layout__feature)+.Layout__body:has(.Article,.Theme--none:first-child)>.container,.Layout--sidebar .Layout__head:not(:has(.Layout__head__blocks,.HeroBlock))+.Layout__body:has(.Article,.Theme--none:first-child)>.container{padding-top:1.5rem}.Layout--sidebar .Layout__main .container{padding-left:0;padding-right:0}.Layout--sidebar .Layout__main .Block .container{padding-bottom:1.5rem;padding-top:1.5rem}@media (min-width:768px){.Layout--sidebar .Layout__main .Block .container{padding-bottom:2.5rem;padding-top:2.5rem}}.Layout--sidebar .Layout__main .Block:first-child .container{padding-top:0}.Layout--sidebar .Layout__main .Block.Theme--none.Theme__bg .container{padding-bottom:2rem;padding-top:2rem}.Layout--sidebar .Layout__main .Block.Theme:not(.Theme--none) .container{padding:1.5rem}@media (min-width:768px){.Layout--sidebar .Layout__main .Block.Theme:not(.Theme--none) .container{padding:2rem}}@media (min-width:1280px){.Layout--sidebar .Layout__main .Block.Theme:not(.Theme--none) .container{padding:4rem}}@media not all and (min-width:1024px){.Layout--sidebar .Layout__sidebar{margin-top:2rem}}.Layout--sidebar .Layout__foot__blocks .Theme--none:first-child .container,.Layout--sidebar .Layout__foot__content .Theme--none:first-child .container{padding-top:0}.Theme--light .Theme__bg,.Theme--light.Theme__bg{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.Theme--dark .Theme__bg,.Theme--dark.Theme__bg{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.Theme--dark .Theme__copy,.Theme--dark .Theme__copy h1,.Theme--dark .Theme__copy h2,.Theme--dark .Theme__copy h3,.Theme--dark .Theme__copy h4,.Theme--dark .Theme__copy h5,.Theme--dark .Theme__copy h6,.Theme--dark .Theme__copy li,.Theme--dark .Theme__copy p,.Theme--dark .Theme__copy td,.Theme--dark .copy,.Theme--dark .copy h1,.Theme--dark .copy h2,.Theme--dark .copy h3,.Theme--dark .copy h4,.Theme--dark .copy h5,.Theme--dark .copy h6,.Theme--dark .copy li,.Theme--dark .copy p,.Theme--dark .copy td,.Theme--dark.Theme__copy,.Theme--dark.Theme__copy h1,.Theme--dark.Theme__copy h2,.Theme--dark.Theme__copy h3,.Theme--dark.Theme__copy h4,.Theme--dark.Theme__copy h5,.Theme--dark.Theme__copy h6,.Theme--dark.Theme__copy li,.Theme--dark.Theme__copy p,.Theme--dark.Theme__copy td{--tw-text-opacity:1;color:#f3f4f6;color:rgba(243,244,246,var(--tw-text-opacity))}.Theme--teal .Theme__bg,.Theme--teal.Theme__bg{--tw-bg-opacity:1;background-color:#008da8;background-color:rgba(0,141,168,var(--tw-bg-opacity))}.Theme--teal .Theme__bg .Block__copy,.Theme--teal .Theme__bg .Block__overline,.Theme--teal .Theme__bg .Block__title,.Theme--teal .Theme__bg .copy,.Theme--teal.Theme__bg .Block__copy,.Theme--teal.Theme__bg .Block__overline,.Theme--teal.Theme__bg .Block__title,.Theme--teal.Theme__bg .copy{--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.Theme--orange .Theme__bg,.Theme--orange.Theme__bg{--tw-bg-opacity:1;background-color:#b35100;background-color:rgba(179,81,0,var(--tw-bg-opacity))}.Theme--orange .Theme__bg .copy,.Theme--orange.Theme__bg .copy{--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.Theme--background-image .Theme__bg,.Theme--background-image.Theme__bg{background-position:50%;background-repeat:no-repeat;background-size:cover}.Theme--medium .Theme__bg,.Theme--medium.Theme__bg{--tw-bg-opacity:1;background-color:#374151;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.Theme--medium .Theme__copy,.Theme--medium .Theme__copy h1,.Theme--medium .Theme__copy h2,.Theme--medium .Theme__copy h3,.Theme--medium .Theme__copy h4,.Theme--medium .Theme__copy h5,.Theme--medium .Theme__copy h6,.Theme--medium .Theme__copy li,.Theme--medium .Theme__copy p,.Theme--medium .Theme__copy td,.Theme--medium .copy,.Theme--medium .copy h1,.Theme--medium .copy h2,.Theme--medium .copy h3,.Theme--medium .copy h4,.Theme--medium .copy h5,.Theme--medium .copy h6,.Theme--medium .copy li,.Theme--medium .copy p,.Theme--medium .copy td,.Theme--medium.Theme__copy,.Theme--medium.Theme__copy h1,.Theme--medium.Theme__copy h2,.Theme--medium.Theme__copy h3,.Theme--medium.Theme__copy h4,.Theme--medium.Theme__copy h5,.Theme--medium.Theme__copy h6,.Theme--medium.Theme__copy li,.Theme--medium.Theme__copy p,.Theme--medium.Theme__copy td{--tw-text-opacity:1;color:#f3f4f6;color:rgba(243,244,246,var(--tw-text-opacity))}.Theme--none+.Theme--none .container{padding-top:0}.color--primary{--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}.Article__section:not(:last-child){margin-bottom:2rem}.Article__section h2{--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}.Article__share{margin-top:1.5rem}@media (min-width:1024px){.Article__share{margin-top:3rem}}.Article__share .Icon{background-size:cover;display:block;height:1rem;margin-right:.5rem;width:1rem}.Article__share .jssocials-share a{align-items:center;border-width:1px;display:flex}.Article__share .jssocials-share a,.Article__share .jssocials-share a:hover{--tw-border-opacity:1;border-color:#253236;border-color:rgba(37,50,54,var(--tw-border-opacity));--tw-bg-opacity:1;background-color:#253236;background-color:rgba(37,50,54,var(--tw-bg-opacity))}.Assets{margin-bottom:2rem}.Assets__title{border-bottom-width:1px;font-size:1.125rem;line-height:1.75rem;margin-bottom:0;padding:.5rem;text-transform:uppercase;--tw-text-opacity:1;color:#606a74;color:rgba(96,106,116,var(--tw-text-opacity))}.Assets__asset{border-bottom-width:1px;--tw-border-opacity:1;border-color:#f3f4f6;border-color:rgba(243,244,246,var(--tw-border-opacity))}.Assets__asset:hover{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.Assets__asset a{align-items:center;display:flex;justify-content:space-between;padding:.5rem}.Assets__asset .Icon{height:1.5rem;width:1.5rem;--tw-text-opacity:1;color:#d1d5db;color:rgba(209,213,219,var(--tw-text-opacity))}.Assets__asset:hover .Icon{--tw-text-opacity:1;color:#e56800;color:rgba(229,104,0,var(--tw-text-opacity))}.Assets .Toggle .Icon{height:1.5rem;width:1.5rem;--tw-text-opacity:1;color:#9ca3af;color:rgba(156,163,175,var(--tw-text-opacity));transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.Assets .Toggle .Icon:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-text-opacity:1;color:#e56800;color:rgba(229,104,0,var(--tw-text-opacity))}.Assets .Toggle--open .Icon--open{display:block}.Assets .Toggle--close .Icon--open,.Assets .Toggle--open .Icon--close{display:none}.Assets .Toggle--close .Icon--close{display:block}.Assets:has(.Toggle) .Assets__title,.Assets:has(.Toggle) .Toggle{align-items:center;display:flex}.Assets:has(.Toggle) .Assets__title{justify-content:space-between}.Assets:has(.Toggle) .Assets__list{height:auto;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.Assets:has(.Toggle--open) .Assets__list{height:0;overflow:hidden;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.Button{border-color:transparent;border-radius:9999px;display:inline-block;--tw-bg-opacity:1;background-color:#253236;background-color:rgba(37,50,54,var(--tw-bg-opacity));font-size:1.125rem;font-weight:700;line-height:1.75rem;padding:.75rem 3.5rem;text-align:center;--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity));transition-duration:.3s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.Button:hover{--tw-bg-opacity:1;background-color:#111827;background-color:rgba(17,24,39,var(--tw-bg-opacity));--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.Theme--dark .Button{background-color:#fff;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.Theme--dark .Button,.Theme--dark .Button:hover{--tw-bg-opacity:1;--tw-text-opacity:1;color:#253236;color:rgba(37,50,54,var(--tw-text-opacity))}.Theme--dark .Button:hover{background-color:#f3f4f6;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.Button--primary{border-width:2px;--tw-border-opacity:1;border-color:#008da8;border-color:rgba(0,141,168,var(--tw-border-opacity));--tw-bg-opacity:1;background-color:#008da8;background-color:rgba(0,141,168,var(--tw-bg-opacity));--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.Button--primary:hover{--tw-bg-opacity:1;background-color:#008da8;background-color:rgba(0,141,168,var(--tw-bg-opacity))}.Button--secondary{border-width:2px;--tw-border-opacity:1;background-color:transparent;border-color:#008da8;border-color:rgba(0,141,168,var(--tw-border-opacity));--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}.Button--secondary:hover{background-color:#008da8;background-color:rgba(0,141,168,var(--tw-bg-opacity))}.Button--orange,.Button--secondary:hover{--tw-bg-opacity:1;--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.Button--orange{background-color:#b35100;background-color:rgba(179,81,0,var(--tw-bg-opacity))}.Button--orange:hover{--tw-bg-opacity:1;background-color:#e56800;background-color:rgba(229,104,0,var(--tw-bg-opacity))}.Button--inverse.Button--secondary{--tw-border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--tw-border-opacity));--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.Button--inverse.Button--secondary:hover{--tw-bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-text-opacity:1;color:#111827;color:rgba(17,24,39,var(--tw-text-opacity))}.Button--arrow{align-items:center;display:flex;justify-content:space-between;padding:.5rem .5rem .5rem 0}.Button--arrow .Button__text{flex:1 0;line-height:1.25;padding-left:2rem;padding-right:2rem;text-align:center;width:100%}.Button--arrow .Icon{border-radius:9999px;height:3rem;margin-left:auto;width:3rem;--tw-bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--tw-bg-opacity));padding:.5rem;--tw-text-opacity:1;color:#1f2937;color:rgba(31,41,55,var(--tw-text-opacity))}.Button--compact{align-items:center;background-color:transparent;display:flex;padding:.5rem .5rem .5rem 0;--tw-text-opacity:1;color:#e56800;color:rgba(229,104,0,var(--tw-text-opacity))}.Button--compact:hover{background-color:transparent}.Button--compact:hover,.Button--compact:hover .Icon{--tw-text-opacity:1;color:#b35100;color:rgba(179,81,0,var(--tw-text-opacity))}.Button--compact .Icon{height:3rem;padding:.5rem;width:3rem;--tw-text-opacity:1;color:#e56800;color:rgba(229,104,0,var(--tw-text-opacity))}.Card{border-radius:3px}.Card:hover:has(.Link--wrapper) .Card__image{filter:brightness(1.1)}.Card__title{font-size:1.5rem;line-height:2rem;margin-bottom:.5rem}@media (min-width:1024px){.Card__title{font-size:1.875rem;line-height:2.25rem}.columns--3 .Card__title{font-size:1.5rem;line-height:2rem}.columns--4 .Card__title{font-size:1.25rem;line-height:1.75rem}}@media (min-width:768px){.columns--5 .Card__title,.columns--6 .Card__title{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1024px){.columns--5 .Card__title,.columns--6 .Card__title{font-size:1.125rem;line-height:1.75rem}}@media (min-width:768px){.Card__copy,.Card__copy p{font-size:1.25rem;line-height:1.75rem;line-height:1.375}.Card__copy .columns--4,.Card__copy p .columns--4{font-size:1.125rem;line-height:1.75rem}.columns--5 .Card__copy,.columns--5 .Card__copy p,.columns--6 .Card__copy,.columns--6 .Card__copy p{font-size:1rem;line-height:1.5rem}}.Card__image{margin-bottom:.5rem;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.Card--default .Card__title{font-weight:400;--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}.Card--default .Card__image{border-radius:3px;margin-bottom:.75rem}.Card--default .Card__copy{--tw-text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--tw-text-opacity))}.Card--overlay{position:relative}.Card--overlay:hover .Card__text .Card__copy{height:auto;margin-bottom:0}.Card--overlay:hover .Card__media:after{--tw-bg-opacity:1;background-color:#007b94;background-color:rgba(0,123,148,var(--tw-bg-opacity));mix-blend-mode:normal;opacity:1}.Card--overlay .Card__media{position:relative}.Card--overlay .Card__media:after{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0;--tw-bg-opacity:1;background-color:#007b94;background-color:rgba(0,123,148,var(--tw-bg-opacity));mix-blend-mode:multiply;opacity:.8;--tw-content:"";content:"";content:var(--tw-content)}.Card--overlay .Card__image{-o-object-fit:cover;object-fit:cover}@media (min-width:640px){.Card--overlay .Card__image{aspect-ratio:16/9;aspect-ratio:1/1}}.Card--overlay .Card__text{bottom:0;margin:2rem;overflow:clip;position:absolute;z-index:10}.columns--4 .Card--overlay .Card__text,.columns--5 .Card--overlay .Card__text,.columns--6 .Card--overlay .Card__text{margin:1rem}@media (min-width:1500px){.columns--4 .Card--overlay .Card__text,.columns--5 .Card--overlay .Card__text,.columns--6 .Card--overlay .Card__text{margin:1rem}}.Card--overlay .Card__text .Card__copy,.Card--overlay .Card__text .Card__title{--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.Card--overlay .Card__text .Card__title{font-size:1.5rem;font-weight:700;line-height:2rem}@media (min-width:1024px){.Card--overlay .Card__text .Card__title{font-size:2.25rem;line-height:2.5rem}}.columns--1 .Card--overlay .Card__text .Card__title,.columns--2 .Card--overlay .Card__text .Card__title{font-size:1.875rem;line-height:2.25rem}@media (min-width:1024px){.columns--1 .Card--overlay .Card__text .Card__title,.columns--2 .Card--overlay .Card__text .Card__title{font-size:3rem;line-height:1}}.columns--3 .Card--overlay .Card__text .Card__title{font-size:1.5rem;line-height:2rem}@media (min-width:1500px){.columns--3 .Card--overlay .Card__text .Card__title{font-size:2.25rem;line-height:2.5rem}}@media (min-width:1280px){.columns--4 .Card--overlay .Card__text .Card__title{font-size:1.875rem;line-height:2.25rem}.columns--5 .Card--overlay .Card__text .Card__title,.columns--6 .Card--overlay .Card__text .Card__title{font-size:1.5rem;line-height:2rem}}.Card--overlay .Card__text .Card__copy{height:0;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.columns--1 .Card--overlay .Card__text .Card__copy,.columns--1 .Card--overlay .Card__text .Card__copy p,.columns--2 .Card--overlay .Card__text .Card__copy,.columns--2 .Card--overlay .Card__text .Card__copy p{font-size:1.25rem;line-height:1.75rem;line-height:1.25}@media (min-width:1024px){.columns--1 .Card--overlay .Card__text .Card__copy,.columns--1 .Card--overlay .Card__text .Card__copy p,.columns--2 .Card--overlay .Card__text .Card__copy,.columns--2 .Card--overlay .Card__text .Card__copy p{font-size:1.5rem;line-height:2rem}}.columns--3 .Card--overlay .Card__text .Card__copy{font-size:1.125rem;line-height:1.75rem}@media (min-width:1280px){@media not all and (min-width:1500px){.columns--4 .Card--overlay .Card__text .Card__copy,.columns--4 .Card--overlay .Card__text .Card__copy p{font-size:.875rem;line-height:1.25rem}}}@media (min-width:1500px){.columns--4 .Card--overlay .Card__text .Card__copy,.columns--4 .Card--overlay .Card__text .Card__copy p{font-size:1rem;line-height:1.5rem}}@media (min-width:1800px){.columns--4 .Card--overlay .Card__text .Card__copy,.columns--4 .Card--overlay .Card__text .Card__copy p{font-size:1.125rem;line-height:1.75rem}}@media (min-width:768px){.columns--5 .Card--overlay .Card__text .Card__copy,.columns--6 .Card--overlay .Card__text .Card__copy{font-size:.875rem;line-height:1.25rem}}.Card--location{border-bottom-width:2px;border-left-width:2px;border-radius:0;--tw-border-opacity:1;border-color:#008da8;border-color:rgba(0,141,168,var(--tw-border-opacity));--tw-bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--tw-bg-opacity));padding:2rem}.Card--location:hover{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.Card--location .Card__copy,.Card--location .Card__text{--tw-text-opacity:1;color:#111827;color:rgba(17,24,39,var(--tw-text-opacity))}.Card--location .Card__copy span{display:block;font-size:1.125rem;line-height:1.75rem}.NewsCard.Card{grid-column:span 12/span 12}.NewsCard .Card__content{display:grid}@media (min-width:640px){.NewsCard .Card__content{gap:2rem;grid-template-columns:repeat(12,minmax(0,1fr))}}.NewsCard .Card__image{border-radius:3px}@media (min-width:640px){@media not all and (min-width:1280px){.NewsCard .Card__image{grid-column:span 4/span 4}}}@media (min-width:1280px){.NewsCard .Card__image{grid-column:span 5/span 5}}@media (min-width:640px){@media not all and (min-width:1280px){.NewsCard .Card__text{grid-column:span 8/span 8}}}@media (min-width:1280px){.NewsCard .Card__text{grid-column:span 7/span 7}}.NewsCard .Card__title{font-size:1.5rem;line-height:2rem;line-height:1.25;--tw-text-opacity:1;color:#1f2937;color:rgba(31,41,55,var(--tw-text-opacity))}@media (min-width:1800px){.NewsCard .Card__title{font-size:1.875rem;line-height:2.25rem}}.NewsCard .Card__copy *,.NewsCard .Card__copy p{font-size:1.125rem;line-height:1.75rem;line-height:1.375}@media (min-width:1800px){.NewsCard .Card__copy *,.NewsCard .Card__copy p{font-size:1.25rem;line-height:1.75rem}}.NewsCard .Card__meta{font-size:1.125rem;font-weight:500;line-height:1.75rem;--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}@media not all and (min-width:1280px){.NewsCard .Card__meta{margin-bottom:.5rem}}.NewsCard .Card__action{margin-top:.5rem}@media (min-width:640px){.NewsCard .Card__action{margin-top:1rem}}@media (min-width:1280px){.NewsCard .Card__action{margin-top:1.5rem}}.NewsCard .Card__action .Icon{border-radius:9999px;height:2.5rem;width:2.5rem;--tw-bg-opacity:1;background-color:#008da8;background-color:rgba(0,141,168,var(--tw-bg-opacity));padding:.5rem;--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity));transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.NewsCard:hover .Icon{--tw-bg-opacity:1;background-color:#00a1c2;background-color:rgba(0,161,194,var(--tw-bg-opacity))}.CaseStudy__header{display:flex;margin-bottom:2rem;--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.CaseStudy__image,.CaseStudy__text{flex:1 1 0%}.CaseStudy__image{background-position:50%;background-repeat:no-repeat;background-size:cover}.CaseStudy__text{padding:2rem}.CaseStudy__section{margin-bottom:2rem}.CaseStudy.Article h2,.CaseStudy.Article h3,.CaseStudy.Article h4,.CaseStudy.Article h5,.CaseStudy.Article h6{--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}.CaseStudy.Article h2 strong,.CaseStudy.Article h3 strong,.CaseStudy.Article h4 strong,.CaseStudy.Article h5 strong,.CaseStudy.Article h6 strong{font-weight:200}.copy .Features__copy li{border-bottom-width:1px;list-style-type:none;margin-bottom:.5rem;margin-left:0;margin-top:.5rem;padding-bottom:.5rem}.Figure figcaption,figure figcaption{font-style:italic;margin-top:1rem;text-align:center}.Form{width:100%}.Form input[type=email],.Form input[type=password],.Form input[type=tel],.Form input[type=text],.Form select,.Form textarea{margin-bottom:1.5rem}.Form [type=submit]{cursor:pointer}.Form label{display:block;font-weight:700;margin-bottom:.5rem}.Form ol,.Form ul{margin-bottom:0}.Form ol li,.Form ul li{list-style-type:none}.Form--cms form{display:flex;flex-direction:column}.Form--cms label:after{margin-left:.25rem;--tw-text-opacity:1;color:#dc2626;color:rgba(220,38,38,var(--tw-text-opacity))}.Form--cms .freeform-form-errors p{margin-bottom:.75rem!important}@media (min-width:768px){.Form--cms .freeform-form-errors p{margin-bottom:1.5rem!important}}.Form--cms .freeform-form-success{border-width:1px;margin-bottom:.5rem;--tw-border-opacity:1;border-color:#253236;border-color:rgba(37,50,54,var(--tw-border-opacity));--tw-bg-opacity:1;background-color:#253236;background-color:rgba(37,50,54,var(--tw-bg-opacity))}@media (min-width:768px){.Form--cms .freeform-form-success{margin-bottom:1.5rem}}.Form--cms .freeform-form-success,.Form--cms .freeform-form-success p{--tw-text-opacity:1!important;color:#fff!important;color:rgba(255,255,255,var(--tw-text-opacity))!important}.Form--cms .Form__field:not(:has(.Input)){display:none}.Form--cms [data-freeform-controls]{justify-content:flex-start}.Form--cms [class*=freeform-col-]{padding-left:0;padding-right:0}.Form--pardot p.form-field{margin-bottom:0}.Form--pardot p.error,.Form--pardot p.errors{font-weight:700;--tw-text-opacity:1;color:#dc2626;color:rgba(220,38,38,var(--tw-text-opacity))}.Form--pardot p.errors{font-size:1.25rem;line-height:1.75rem}.Form--pardot p.error{margin-top:-1rem}.Form--pardot p:has(+.submit){margin-bottom:1.5rem}.Form--pardot .required label:after{margin-left:.25rem;--tw-text-opacity:1;color:#dc2626;color:rgba(220,38,38,var(--tw-text-opacity));--tw-content:"*";content:"*";content:var(--tw-content)}.Form .iframe-wrapper{--tw-bg-opacity:1;background-color:#dc2626;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.Form--compact .Form__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}.Form--compact .Form__fields li{margin-left:0}.Form--compact .Form__fields input[type=email],.Form--compact .Form__fields input[type=password],.Form--compact .Form__fields input[type=tel],.Form--compact .Form__fields input[type=text],.Form--compact .Form__fields select,.Form--compact .Form__fields textarea{margin-bottom:.5rem;padding:.5rem}.Form--compact .Form__fields textarea{max-height:300px}.Form--compact .Form__fields .Form__field{grid-column:span 1/span 1}.Form--compact .Form__fields .Form__field:has(select,textarea){grid-column:span 2/span 2}.Form--compact .Form__fields .Form__field p{font-size:.875rem;line-height:1.25rem}.Form--compact .Form__fields .Form__field label{font-size:1rem;line-height:1.5rem}.Form--compact .Form__fields .Form__field .freeform-errors li{font-size:.875rem;line-height:1.25rem}.Form--inverted p a{--tw-text-opacity:1!important;color:#fff!important;color:rgba(255,255,255,var(--tw-text-opacity))!important}.Form--inverted p:has(+.submit){--tw-text-opacity:1;color:#d1d5db;color:rgba(209,213,219,var(--tw-text-opacity))}.Form--inverted .Form__field input,.Form--inverted .Form__field select,.Form--inverted .Form__field textarea{border-radius:3px;border-style:none;--tw-bg-opacity:1;background-color:#d1d5db;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.Form--inverted .Form__field label{--tw-text-opacity:1;color:#d1d5db;color:rgba(209,213,219,var(--tw-text-opacity))}.Form--inverted .freeform-errors,.Form--inverted .freeform-form-errors{font-weight:400;--tw-text-opacity:1!important;color:#e5e7eb!important;color:rgba(229,231,235,var(--tw-text-opacity))!important}.Form--inverted .Input--required label:after{--tw-text-opacity:1;color:#9ca3af;color:rgba(156,163,175,var(--tw-text-opacity))}.Form--inverted .Button{border-width:2px;--tw-border-opacity:1;background-color:transparent;border-color:#d1d5db;border-color:rgba(209,213,219,var(--tw-border-opacity));--tw-text-opacity:1;color:#f3f4f6;color:rgba(243,244,246,var(--tw-text-opacity))}.Form--inverted.Form--pardot p.error,.Form--inverted.Form--pardot p.errors{--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.Form--inverted.Form--pardot p.error{margin-top:0}.Form--inverted.Form--pardot .required label:after{margin-left:.25rem;--tw-text-opacity:1;color:#d1d5db;color:rgba(209,213,219,var(--tw-text-opacity));--tw-content:"*";content:"*";content:var(--tw-content)}.Icon--menu{height:2rem;width:2rem}.Icon--arrow-right{height:2.5rem;width:2.5rem}.Icon--email{background-image:url(/assets/img/icons/email.svg)}.Icon--facebook{background-image:url(/assets/img/icons/facebook.svg)}.Icon--linkedin{background-image:url(/assets/img/icons/linkedin.svg)}.Icon--x{background-image:url(/assets/img/icons/x-white.svg)}.Image,.image{width:100%}.Form input[type=email],.Form input[type=password],.Form input[type=search],.Form input[type=tel],.Form input[type=text],.Form optgroup,.Form select,.Form textarea{border-color:#9ca3af;border-color:rgba(156,163,175,var(--tw-border-opacity));border-width:1px 1px 1px 2px;width:100%;--tw-border-opacity:1;border-left-color:#6b7280;border-left-color:rgba(107,114,128,var(--tw-border-opacity));padding:.75rem;--tw-text-opacity:1;color:#111827;color:rgba(17,24,39,var(--tw-text-opacity))}.Form input[type=email]:focus,.Form input[type=password]:focus,.Form input[type=search]:focus,.Form input[type=tel]:focus,.Form input[type=text]:focus,.Form optgroup:focus,.Form select:focus,.Form textarea:focus{--tw-border-opacity:1;border-color:#6b7280;border-color:rgba(107,114,128,var(--tw-border-opacity));outline-color:#6b7280}.Form input[type=email]::-moz-placeholder,.Form input[type=password]::-moz-placeholder,.Form input[type=search]::-moz-placeholder,.Form input[type=tel]::-moz-placeholder,.Form input[type=text]::-moz-placeholder,.Form optgroup::-moz-placeholder,.Form select::-moz-placeholder,.Form textarea::-moz-placeholder{--tw-text-opacity:1;color:#4b5563;color:rgba(75,85,99,var(--tw-text-opacity))}.Form input[type=email]::placeholder,.Form input[type=password]::placeholder,.Form input[type=search]::placeholder,.Form input[type=tel]::placeholder,.Form input[type=text]::placeholder,.Form optgroup::placeholder,.Form select::placeholder,.Form textarea::placeholder{--tw-text-opacity:1;color:#4b5563;color:rgba(75,85,99,var(--tw-text-opacity))}.Form--hubspot .Form input[type=email],.Form--hubspot .Form input[type=password],.Form--hubspot .Form input[type=search],.Form--hubspot .Form input[type=tel],.Form--hubspot .Form input[type=text],.Form--hubspot .Form optgroup,.Form--hubspot .Form select,.Form--hubspot .Form textarea{width:100%!important}.Form.Form--cms .Input:has(.freeform-errors) [id^=form-input]{margin-bottom:.25rem}.Form.Form--cms .Input label+div{font-style:italic}.Form.Form--cms ul.freeform-errors{font-size:.875rem;font-weight:700;line-height:1.25rem;margin-bottom:1.5rem;--tw-text-opacity:1;color:#dc2626;color:rgba(220,38,38,var(--tw-text-opacity))}.Form.Form--cms div.freeform-form-errors{font-size:1.125rem;font-weight:700;line-height:1.75rem;--tw-text-opacity:1;color:#dc2626;color:rgba(220,38,38,var(--tw-text-opacity))}.Form [data-field-container=richText]{font-size:1.125rem;line-height:1.75rem;margin-bottom:1.5rem}.Form [data-field-container=richText] a{--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}select{padding-bottom:.75rem;padding-top:.75rem}[type=submit]{cursor:pointer}label{display:block;font-size:1.125rem;font-weight:700;line-height:1.75rem;margin-bottom:.5rem}.Input--required label:after{--tw-content:"*";content:"*";content:var(--tw-content)}.Input textarea{height:200px;padding:.75rem}.Link--wrapper{width:100%}.Link--contact{align-items:center;display:flex;gap:.5rem}.Link--contact .Icon{height:1.5rem;width:1.5rem;--tw-text-opacity:1;color:#b35100;color:rgba(179,81,0,var(--tw-text-opacity))}.copy ul{list-style-type:disc}.copy ul ul{margin-top:.5rem}.copy ol{list-style-type:decimal}.copy li{margin-bottom:.5rem;margin-left:1.5rem}.Location p{background-position:0 4px;background-repeat:no-repeat;background-size:20px;padding-left:2rem}.Location span,.Location strong{display:block}.Location__address{background-image:url(/assets/img/icons/map-pin.svg)}.Location__phone{background-image:url(/assets/img/icons/phone.svg)}.Location__email{background-image:url(/assets/img/icons/mail.svg)}.Logo{width:220px}.Pagination{align-items:baseline;border-top-width:1px;-moz-column-gap:1.5rem;column-gap:1.5rem;display:flex;margin-top:2rem;--tw-border-opacity:1;border-color:#e5e7eb;border-color:rgba(229,231,235,var(--tw-border-opacity));padding-top:1rem}@media (min-width:768px){.Pagination{-moz-column-gap:4rem;column-gap:4rem}}.Pagination .Link,.Pagination .current{font-size:1.5rem!important;font-weight:500;line-height:2rem!important;padding-bottom:.25rem;padding-top:.25rem}.SidebarCallToAction{border-left-width:4px;--tw-border-opacity:1;border-color:#e56800;border-color:rgba(229,104,0,var(--tw-border-opacity));padding-bottom:1.5rem;padding-left:2rem;padding-top:1.5rem}.SidebarCallToAction__action{margin-top:.5rem}.SidebarMenu{align-self:flex-start;border-left-width:4px;--tw-border-opacity:1;border-color:#e56800;border-color:rgba(229,104,0,var(--tw-border-opacity));padding-left:2.5rem}.SidebarMenu+.SidebarMenu{margin-top:2.5rem}.SidebarMenu:not(:has(.SidebarMenu__item)){display:none}.SidebarMenu__title{font-size:1.5rem;line-height:2rem;margin-bottom:.5rem;--tw-text-opacity:1;color:#253236;color:rgba(37,50,54,var(--tw-text-opacity))}@media not all and (min-width:1024px){.SidebarMenu__title{margin-top:1rem}}@media (min-width:768px){.SidebarMenu__title{margin-bottom:1rem}}.SidebarMenu .SidebarMenu__item.active>a{font-weight:700;--tw-text-opacity:1;color:#e56800;color:rgba(229,104,0,var(--tw-text-opacity))}.SidebarMenu .SidebarMenu__item--level-1{font-size:1rem;line-height:1.5rem}.SidebarMenu .SidebarMenu__list li.SidebarMenu__item.active>a{--tw-text-opacity:1;color:#e56800;color:rgba(229,104,0,var(--tw-text-opacity))}.SidebarMenu.SidebarMenu--list .SidebarMenu__item{padding-right:1rem}.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-1{padding-bottom:1.25rem;padding-top:1.25rem}.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-1 ul{margin-top:.5rem;overflow-y:hidden;padding-left:.75rem}.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-1:not(:last-child){border-bottom-width:1px;--tw-border-opacity:1;border-color:#d1d5db;border-color:rgba(209,213,219,var(--tw-border-opacity))}.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-2,.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-3{font-size:1rem;line-height:1.5rem;margin-bottom:1rem;margin-left:.25rem;margin-top:1rem;padding-left:1.25rem;padding-right:0;position:relative}.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-2:not(.active) a,.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-3:not(.active) a{--tw-text-opacity:1;color:#253236;color:rgba(37,50,54,var(--tw-text-opacity))}.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-2:first-child,.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-3:first-child{margin-top:.5rem}.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-2:last-child,.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-3:last-child{margin-bottom:0}.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-2:last-child:before,.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-3:last-child:before{border-bottom-width:1px;border-left-width:1px;height:1000px;top:-988px}.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-2:before,.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-3:before{border-bottom-width:1px;display:inline-block;height:80px;left:-15px;position:absolute;top:-67px;width:20px;--tw-border-opacity:1;border-color:#d1d5db;border-color:rgba(209,213,219,var(--tw-border-opacity));--tw-content:"";content:"";content:var(--tw-content)}.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-3 .SidebarMenu__list{border-left-width:1px;border-style:dotted;padding-left:.75rem}.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-4{line-height:1.25}.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-4:not(:last-child){margin-bottom:.5rem}.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-4 a{font-size:.875rem;line-height:1.25rem}.SidebarMenu.SidebarMenu--list .SidebarMenu__item--level-4 a:not(.active){--tw-text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--tw-text-opacity))}.SidebarMenu.SidebarMenu--grid{padding-bottom:2.5rem;padding-right:2rem}.SidebarMenu.SidebarMenu--grid .SidebarMenu__item.SidebarMenu__item--level-1{--tw-text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--tw-text-opacity))}.SidebarMenu.SidebarMenu--grid .SidebarMenu__item.SidebarMenu__item--level-1:not(:last-child){margin-bottom:1.25rem}@media (min-width:1280px){.SidebarMenu.SidebarMenu--grid .SidebarMenu__item.SidebarMenu__item--level-1:not(:last-child){margin-bottom:1.75rem}}.SidebarMenu.SidebarMenu--grid .SidebarMenu__item.SidebarMenu__item--level-1 ul{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:.5rem;grid-gap:.5rem;gap:.5rem}@media (min-width:1800px){.SidebarMenu.SidebarMenu--grid .SidebarMenu__item.SidebarMenu__item--level-1 ul{grid-template-columns:repeat(6,minmax(0,1fr))}}.SidebarMenu--news-archive{padding-bottom:1rem}.SidebarMenu--news-archive .SidebarMenu__item--level-1{border-bottom-width:1px;margin-bottom:1rem;--tw-border-opacity:1;border-color:#e56800;border-color:rgba(229,104,0,var(--tw-border-opacity));padding-bottom:1rem}.SidebarMenu--news-archive .SidebarMenu__item--level-1 button{align-items:center;display:flex;font-size:1.25rem;justify-content:space-between;line-height:1.75rem;width:100%}.SidebarMenu--news-archive .SidebarMenu__item--level-1 button:hover{--tw-text-opacity:1;color:#111827;color:rgba(17,24,39,var(--tw-text-opacity))}.SidebarMenu--news-archive .SidebarMenu__item--level-1 button .Icon{height:1.5rem;width:1.5rem;--tw-text-opacity:1;color:#7f8a94;color:rgba(127,138,148,var(--tw-text-opacity))}.SidebarMenu--news-archive .SidebarMenu__item--level-2{padding-bottom:.5rem;padding-top:.5rem}.SidebarMenu--news-archive .SidebarMenu__item--level-2:first-child{margin-top:.5rem}.SidebarMenu--news-archive .SidebarMenu__item--level-2 a{--tw-text-opacity:1;color:#4b5563;color:rgba(75,85,99,var(--tw-text-opacity))}.SidebarMenu--news-archive .SidebarMenu__item--level-2 a:hover{--tw-text-opacity:1;color:#b35100;color:rgba(179,81,0,var(--tw-text-opacity))}.SidebarMenu--news-archive .SidebarMenu__item--level-2 a.active{font-weight:700}.SidebarMenu--news-archive .SidebarMenu__item--level-1:has(.Toggle) ul{height:auto;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.SidebarMenu--news-archive .SidebarMenu__item--level-1:has(.Toggle) li{opacity:1;transition-duration:.5s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.SidebarMenu--news-archive .SidebarMenu__item--level-1:has(.Toggle--open) ul{height:0;overflow:hidden;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.SidebarMenu--news-archive .SidebarMenu__item--level-1:has(.Toggle--open) li{opacity:0;transition-duration:.5s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}table{border-width:0;table-layout:fixed;width:100%}table td,table th{border-top-width:1px;--tw-border-opacity:1;border-color:#d1d5db;border-color:rgba(209,213,219,var(--tw-border-opacity));padding:.75rem .5rem}table td:not(:last-child),table th:not(:last-child){border-right-width:1px}table th{text-align:left}table tr{border-bottom-width:1px;--tw-border-opacity:1;border-color:#d1d5db;border-color:rgba(209,213,219,var(--tw-border-opacity))}table thead{border-bottom-width:2px;border-top-width:2px;--tw-border-opacity:1;border-color:#d1d5db;border-color:rgba(209,213,219,var(--tw-border-opacity))}.Block .container{padding-bottom:3rem;padding-top:3rem}@media (min-width:1024px){.Block .container{padding-bottom:5rem;padding-top:5rem}}@media (min-width:1800px){.Block .container{padding-bottom:6rem;padding-top:6rem}}.Block__title{line-height:1.15}@media (min-width:1500px){.Block__title{margin-bottom:2rem}}@media (min-width:1800px){.Block__title{margin-bottom:2.5rem}}.Block__copy:not(:last-child){margin-bottom:1.5rem}@media (min-width:768px){.Block__copy:not(:last-child){margin-bottom:2rem}}.Block__columns{align-items:flex-start;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-row-gap:1rem;row-gap:1rem}@media (min-width:640px){.Block__columns{gap:1.5rem}}@media (min-width:768px){.Block__columns.columns--2{row-gap:1.5rem}}@media (min-width:1024px){.Block__columns.columns--2{gap:3rem}}@media (min-width:1500px){.Block__columns.columns--2{gap:5rem}}@media (min-width:1024px){.Block__columns.columns--3 .Block__column{grid-column:span 4/span 4}}@media (min-width:640px){.Block__columns.columns--centered{align-items:center}}.Block__columns:not(.columns--1):not(.columns--2) .Block__column h2:last-child,.Block__columns:not(.columns--1):not(.columns--2) .Block__column h2:last-child:first-child,.Block__columns:not(.columns--1):not(.columns--2) .Block__column h3:last-child,.Block__columns:not(.columns--1):not(.columns--2) .Block__column h3:last-child:first-child,.Block__columns:not(.columns--1):not(.columns--2) .Block__column h4:last-child,.Block__columns:not(.columns--1):not(.columns--2) .Block__column h4:last-child:first-child,.Block__columns:not(.columns--1):not(.columns--2) .Block__column h5:last-child,.Block__columns:not(.columns--1):not(.columns--2) .Block__column h5:last-child:first-child,.Block__columns:not(.columns--1):not(.columns--2) .Block__column h6:last-child,.Block__columns:not(.columns--1):not(.columns--2) .Block__column h6:last-child:first-child,.Block__columns:not(.columns--1):not(.columns--2) .Block__column p:last-child,.Block__columns:not(.columns--1):not(.columns--2) .Block__column p:last-child:first-child{margin-bottom:0}.Block__columns:not(.columns--1):not(.columns--2) .Block__column h2{font-size:1.5rem;line-height:2rem}.Block__columns:not(.columns--1):not(.columns--2) .Block__column h2:first-child{margin-bottom:.75rem}@media (min-width:768px){.Block__columns:not(.columns--1):not(.columns--2) .Block__column h2:first-child{margin-bottom:1rem}}@media (min-width:1500px){.Block__columns:not(.columns--1):not(.columns--2) .Block__column h2{font-size:1.875rem;line-height:2.25rem}.Block__columns:not(.columns--1):not(.columns--2) .Block__column h2:first-child{margin-bottom:1.75rem}}.Block__columns:not(.columns--1):not(.columns--2) .Block__column h3{font-size:1.125rem;line-height:1.75rem}@media (min-width:1500px){.Block__columns:not(.columns--1):not(.columns--2) .Block__column h3{font-size:1.25rem;line-height:1.75rem}}.Block__columns:not(.columns--1):not(.columns--2) .Block__column h4{font-size:1rem;line-height:1.5rem}@media (min-width:1500px){.Block__columns:not(.columns--1):not(.columns--2) .Block__column h4{font-size:1.125rem;line-height:1.75rem}}.Block__columns:not(.columns--1):not(.columns--2) .Block__column h5{font-size:.875rem;line-height:1.25rem}@media (min-width:1500px){.Block__columns:not(.columns--1):not(.columns--2) .Block__column h5{font-size:1rem;line-height:1.5rem}}.Block__columns:not(.columns--1):not(.columns--2) .Block__column h6{font-size:.875rem;line-height:1.25rem}@media (min-width:1500px){.Block__columns:not(.columns--1):not(.columns--2) .Block__column h6{font-size:1rem;line-height:1.5rem}}@media (min-width:768px){.Block__columns:not(.columns--1):not(.columns--2) .Block__column a:not(.Button),.Block__columns:not(.columns--1):not(.columns--2) .Block__column figcaption,.Block__columns:not(.columns--1):not(.columns--2) .Block__column li,.Block__columns:not(.columns--1):not(.columns--2) .Block__column p{font-size:1rem;line-height:1.5rem}}@media (min-width:1500px){.Block__columns:not(.columns--1):not(.columns--2) .Block__column a:not(.Button),.Block__columns:not(.columns--1):not(.columns--2) .Block__column figcaption,.Block__columns:not(.columns--1):not(.columns--2) .Block__column li,.Block__columns:not(.columns--1):not(.columns--2) .Block__column p{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1800px){.Block__columns:not(.columns--1):not(.columns--2) .Block__column a:not(.Button),.Block__columns:not(.columns--1):not(.columns--2) .Block__column figcaption,.Block__columns:not(.columns--1):not(.columns--2) .Block__column li,.Block__columns:not(.columns--1):not(.columns--2) .Block__column p{line-height:1.375}}@media (min-width:1024px){.Layout--full .Block__columns.columns--3{gap:2.5rem}}@media (min-width:1500px){.Layout--full .Block__columns.columns--3{gap:4rem}}@media not all and (min-width:640px){.Block__column{grid-column:span 12/span 12}}@media (min-width:640px){@media not all and (min-width:1024px){.Block__column{grid-column:span 6/span 6}}}.CallToActionBlock{background-position:50%;background-repeat:no-repeat;background-size:cover}.CallToActionBlock .Block__title{--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.CallToActionBlock .Block__copy{margin-bottom:2rem}@media (min-width:1024px){.CallToActionBlock .Block__copy{width:75%}}@media (min-width:1500px){.CallToActionBlock .Block__copy{margin-bottom:2.5rem}}.CallToActionBlock .Block__copy,.CallToActionBlock .Block__copy p{font-size:1.125rem;line-height:1.75rem}.CardsBlock .Block__title{font-weight:200;margin-bottom:1rem;--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}@media (min-width:1800px){.CardsBlock .Block__title{margin-bottom:1.5rem}}.CardsBlock .Block__copy{margin-bottom:1.5rem}@media (min-width:768px){.CardsBlock .Block__copy{margin-bottom:2rem}}.CardsBlock .Block__cards{display:grid;grid-gap:2rem;gap:2rem}@media not all and (min-width:640px){.CardsBlock .Block__cards{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width:640px){@media not all and (min-width:768px){.CardsBlock .Block__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}}.CardsBlock .Block__cards:has(.Card--overlay){display:grid;grid-gap:2rem;gap:2rem}@media (min-width:768px){@media not all and (min-width:1280px){.CardsBlock .Block__cards:has(.Card--overlay){grid-template-columns:repeat(2,minmax(0,1fr))}}}.CardsBlock--news .Block__cards{row-gap:3.5rem}@media (min-width:768px){.CardsBlock--news .Block__cards{row-gap:5rem}}.CardsBlock--locations .Block__title{margin-bottom:2rem}@media (min-width:768px){@media not all and (min-width:1500px){.Layout--sidebar .CardsBlock .CardsBlock__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}}.CarouselBlock{overflow:hidden}.CarouselBlock .Link--wrapper{display:block;overflow:hidden;position:relative}.CarouselBlock .Block__contents{position:relative}.CarouselBlock .Block__head{margin-bottom:1.5rem}@media (min-width:768px){.CarouselBlock .Block__head{align-items:flex-start;display:flex;justify-content:space-between}.CarouselBlock .Block__text{width:60%}}.CarouselBlock .Block__title{font-weight:200;--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}.CarouselBlock .Block__slides,.CarouselBlock .Block__wrapper{clip-path:inset(0 -9999px 0 0);-webkit-clip-path:inset(0 -9999px 0 0);overflow:visible;width:100%}@media (min-width:768px){.CarouselBlock .Block__wrapper{align-items:center;display:flex}}.CarouselBlock .Slide{border-radius:3px}.CarouselBlock .Slide.swiper-slide-active{overflow:hidden}.CarouselBlock .Slide.swiper-slide-active .Card__image{--tw-translate-y:0px;transform:translate(var(--tw-translate-x)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.CarouselBlock .Slide.swiper-slide-active .Card__text{display:block;transition-property:none}.CarouselBlock .Slide:not(.swiper-slide-active) .Card__image{border-radius:3px}.CarouselBlock .Slide:not(.swiper-slide-active) .Card__text{bottom:0;left:0;position:absolute;right:0;top:0;--tw-translate-y:100%;opacity:.8;transform:translate(var(--tw-translate-x),100%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-delay:.1s;transition-duration:.5s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.CarouselBlock .Slide:not(.swiper-slide-active):hover .Card__text{--tw-translate-y:0px;opacity:1;transform:translate(var(--tw-translate-x)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.CarouselBlock .Card__image{margin-bottom:0}.CarouselBlock .Card__text{--tw-bg-opacity:1;background-color:#374151;background-color:rgba(55,65,81,var(--tw-bg-opacity));padding:1.5rem}.CarouselBlock .Card__title{--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.CarouselBlock .Card__summary{--tw-text-opacity:1;color:#d1d5db;color:rgba(209,213,219,var(--tw-text-opacity))}.CarouselBlock .Carousel__nav{display:flex;flex-direction:row;right:0;z-index:10000}@media (min-width:768px){.CarouselBlock .Carousel__nav{position:absolute}}@media (min-width:1024px){.CarouselBlock .Carousel__nav{bottom:-2rem}}@media not all and (min-width:768px){.CarouselBlock .Carousel__nav__next{margin-left:auto}}.CarouselBlock .Carousel__nav__prev{display:none}.CarouselBlock .Icon{cursor:pointer;height:4rem;width:4rem;--tw-text-opacity:1!important;color:#008da8!important;color:rgba(0,141,168,var(--tw-text-opacity))!important}@media (min-width:768px){.FeatureBlock .columns--2 .Block__column{grid-column:span 6/span 6}}.FeatureBlock:not(:has(.Block__image)):not(:has(.Block__video)):not(.Theme--background-image) .Block__column:first-child{display:none}.FeatureBlock:not(:has(.Block__image)):not(:has(.Block__video)):not(.Theme--background-image) .Block__column:last-child{grid-column:span 12/span 12}@media (min-width:768px){.FeatureBlock:not(:has(.Block__image)):not(:has(.Block__video)):not(.Theme--background-image) .Block__column:last-child{grid-column:span 10/span 10}}@media (min-width:1280px){.FeatureBlock:not(:has(.Block__image)):not(:has(.Block__video)):not(.Theme--background-image) .Block__column:last-child{padding-bottom:2rem;padding-top:2rem}}@media (min-width:1800px){.FeatureBlock:not(:has(.Block__image)):not(:has(.Block__video)):not(.Theme--background-image) .Block__column:last-child{padding-bottom:2.5rem;padding-top:2.5rem}}.FeatureBlock .columns--reversed .Block__column:first-child{order:9999}.FeatureBlock .Block__title{font-weight:200;--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}.FeatureBlock .Block__content:has(.Button) p:last-of-type{margin-bottom:1.5rem}@media (min-width:1024px){.FeatureBlock .Block__content:has(.Button) p:last-of-type{margin-bottom:2rem}}@media (min-width:640px){.FeatureBlock .Block__content .Block__text{padding-bottom:2rem;padding-top:2rem}}@media (min-width:768px){.FeatureBlock .Block__content .Block__text{padding-bottom:2.5rem;padding-top:2.5rem}}.FeatureBlock .Block__content .Block__text,.FeatureBlock .Block__content .Block__text p{font-size:1.125rem;line-height:1.75rem}.FeatureBlock .Block__content .Block__text .Block__overline+.Block__title{margin-top:.5rem}.FeatureBlock .Block__content .Block__overline{font-weight:400;margin-bottom:.5rem;text-transform:uppercase;--tw-text-opacity:1;color:#4b5563;color:rgba(75,85,99,var(--tw-text-opacity))}@media (min-width:1280px){.FeatureBlock .Block__content .Block__overline{margin-bottom:1.25rem}}@media (min-width:1500px){.FeatureBlock .Block__content .Block__overline{margin-bottom:1.5rem}}@media (min-width:1800px){.FeatureBlock .Block__content .Block__overline{margin-bottom:2rem}}.FeatureBlock .Block__content .Block__title+.Button{margin-top:1.25rem}@media (min-width:1500px){.FeatureBlock .Block__content .Block__title+.Button{margin-top:2.5rem}}.FeatureBlock .Block__video{aspect-ratio:16/9;position:relative}.FeatureBlock .Block__video iframe{aspect-ratio:16/9;height:auto;width:100%}.FeatureBlock.Theme--background-image,.FeatureBlock.Theme--background-image .container{position:relative}@media (min-width:1024px){.FeatureBlock.Theme--background-image .container{padding-bottom:8rem;padding-top:8rem}}@media (min-width:1280px){.FeatureBlock.Theme--background-image .container{padding-bottom:10rem;padding-top:10rem}}.FeatureBlock.Theme--background-image.Theme__bg:before{bottom:0;left:0;position:absolute;right:0;top:0;--tw-bg-opacity:1;background-color:#008da8;background-color:rgba(0,141,168,var(--tw-bg-opacity));opacity:.7;--tw-brightness:brightness(.5);--tw-contrast:contrast(1.25);filter:var(--tw-blur) brightness(.5) contrast(1.25) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);--tw-content:"";content:"";content:var(--tw-content)}.FeatureBlock.Theme--background-image .Block__content .Block__title,.FeatureBlock.Theme--background-image .Block__content .copy{--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.FeatureBlock.Theme--background-image .Block__content .Block__title{font-weight:700}.FeatureBlock.Block--full-width .container{max-width:100%;padding:0}.FeatureBlock.Block--full-width .Block__columns{gap:0}.FeatureBlock.Block--full-width .Block__column:has(.Block__media),.FeatureBlock.Block--full-width .Block__column:has(.Block__media) .Block__image,.FeatureBlock.Block--full-width .Block__column:has(.Block__media) .Block__media{height:100%}.FeatureBlock.Block--full-width .Block__image{-o-object-fit:cover;object-fit:cover}.FeatureBlock.Block--full-width .Block__text{padding:2rem}@media (min-width:1500px){.FeatureBlock.Block--full-width .Block__text{padding:4rem}}.FeatureBlock.Block--full-width .Block__text p{max-width:100%;width:83.333333%}.FeatureBlock.Theme--dark .container,.FeatureBlock.Theme--light .container{padding-bottom:1.5rem;padding-top:1.5rem}@media (min-width:640px){.FeatureBlock.Theme--dark .container,.FeatureBlock.Theme--light .container{padding-bottom:0;padding-top:0}}.FeatureBlock.Theme--dark .Block__overline{--tw-text-opacity:1;color:#9ca3af;color:rgba(156,163,175,var(--tw-text-opacity))}.FooterFormBlock{--tw-bg-opacity:1;background-color:#25303e;background-color:rgba(37,48,62,var(--tw-bg-opacity));--tw-text-opacity:1;color:#d1d5db;color:rgba(209,213,219,var(--tw-text-opacity))}.FooterFormBlock .container{display:flex;flex-direction:column;gap:2rem}@media (min-width:768px){.FooterFormBlock .container{flex-direction:row}}@media (min-width:1024px){.FooterFormBlock .container{gap:4rem}}@media (min-width:1280px){.FooterFormBlock .container{gap:8rem}}@media (min-width:768px){.FooterFormBlock .Block__column{flex:1 1 0%}}.FooterFormBlock .Block__column--centered{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}@media not all and (min-width:768px){.FooterFormBlock .Block__column--centered{padding-bottom:5rem;padding-top:5rem}}@media (min-width:768px){.FooterFormBlock .Block__column--centered{padding-bottom:5rem}}.FooterFormBlock .Block__title{align-items:center;display:flex;font-size:1.875rem;font-weight:700;gap:1.5rem;line-height:2.25rem;margin-bottom:2rem!important;--tw-text-opacity:1;color:#9ca3af;color:rgba(156,163,175,var(--tw-text-opacity))}@media (min-width:768px){.FooterFormBlock .Block__title{font-size:2.25rem;line-height:2.5rem}}.FooterFormBlock .Block__title .Icon{height:2rem;width:2rem}.FooterFormBlock .Block__action ul{align-items:center;display:flex;flex-direction:column}.FooterFormBlock .Block__action .Link:has(.Icon){font-size:1.5rem;line-height:2rem;--tw-text-opacity:1;color:#f3f4f6;color:rgba(243,244,246,var(--tw-text-opacity))}.FooterFormBlock .Block__action .Icon{--tw-text-opacity:1;color:#4b5563;color:rgba(75,85,99,var(--tw-text-opacity))}.HeroBlock{background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;min-height:300px;position:relative}@media (min-width:768px){.HeroBlock{min-height:500px}}@media (min-width:1280px){.HeroBlock{min-height:600px}}@media (min-width:1800px){.HeroBlock{min-height:650px}}@media (min-width:1500px){.HeroBlock:has(video){min-height:650px}}@media (min-width:1800px){.HeroBlock:has(video){min-height:750px}}.HeroBlock .container{display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:0;padding-top:6rem;position:relative}@media (min-width:1024px){.HeroBlock .container{padding-top:24rem}}.HeroBlock .Block__contents{border-top-left-radius:3px;border-top-right-radius:3px;position:relative;z-index:10;--tw-bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--tw-bg-opacity));padding:2rem}@media (min-width:1024px){.HeroBlock .Block__contents{margin-left:-2.5rem;padding:2.5rem}}@media (min-width:1280px){.HeroBlock .Block__contents{width:66.666667%}}@media (min-width:1500px){.HeroBlock .Block__contents{margin-left:-3rem;padding:3rem;width:60%}}.HeroBlock .Block__contents:not(:has(.Block__copy)) .Block__title{margin-bottom:0}.HeroBlock .Block__title{--tw-text-opacity:1;color:#4b5563;color:rgba(75,85,99,var(--tw-text-opacity))}.option3 .HeroBlock .Block__title{--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}.HeroBlock--overlay:after{background-position:100%;background-size:cover;width:33.333333%;--tw-content:"";background-image:url(/assets/img/motif.svg)}.HeroBlock--grayscale:before,.HeroBlock--overlay:after{bottom:0;content:"";content:var(--tw-content);left:0;position:absolute;right:0;top:0;z-index:0}.HeroBlock--grayscale:before{--tw-backdrop-grayscale:grayscale(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) grayscale(100%) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) grayscale(100%) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);--tw-content:""}.Layout__head:has(.HeroBlock){margin-bottom:0}.IconsBlock .Block__title{font-weight:200;--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}.IconsBlock .Block__copy{margin-bottom:2rem}@media (min-width:768px){.IconsBlock .Block__copy{margin-bottom:2.5rem}}@media (min-width:1024px){.IconsBlock .Block__copy{width:50%}}.IconsBlock .Block__items{display:grid;grid-gap:2rem;gap:2rem}@media not all and (min-width:640px){.IconsBlock .Block__items{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width:640px){@media not all and (min-width:1024px){.IconsBlock .Block__items{grid-template-columns:repeat(2,minmax(0,1fr))}}}.IconsBlock .Block__items.columns--1>:not([hidden])~:not([hidden]),.IconsBlock .Block__items.columns--2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:0;border-left-width:calc(0px*(1 - var(--tw-divide-x-reverse)));border-right-width:0;border-right-width:calc(0px*var(--tw-divide-x-reverse))}@media (min-width:640px){@media not all and (min-width:768px){.IconsBlock .Block__items.columns--1{grid-template-columns:repeat(1,minmax(0,1fr))}}}@media (min-width:1024px){.IconsBlock .Block__items.columns--4 .Block__item__copy{font-size:1.5rem;line-height:2rem}}@media (min-width:1500px){.IconsBlock .Block__items.columns--4 .Block__item__copy{font-size:2.25rem;line-height:2.5rem}}@media (min-width:768px){@media not all and (min-width:1024px){.IconsBlock .Block__items.columns--4,.IconsBlock .Block__items.columns--5,.IconsBlock .Block__items.columns--6{grid-template-columns:repeat(3,minmax(0,1fr))}}}@media (min-width:1024px){@media not all and (min-width:1500px){.IconsBlock .Block__items.columns--4,.IconsBlock .Block__items.columns--5,.IconsBlock .Block__items.columns--6{grid-template-columns:repeat(4,minmax(0,1fr))}}.IconsBlock .Block__items.columns--4 .Block__item,.IconsBlock .Block__items.columns--5 .Block__item,.IconsBlock .Block__items.columns--6 .Block__item{padding-bottom:2rem;padding-top:2rem}}@media (min-width:1800px){.IconsBlock .Block__items.columns--4 .Block__item,.IconsBlock .Block__items.columns--5 .Block__item,.IconsBlock .Block__items.columns--6 .Block__item{padding:2.5rem 2rem}}.IconsBlock .Block__items.columns--4 .Block__item img,.IconsBlock .Block__items.columns--5 .Block__item img,.IconsBlock .Block__items.columns--6 .Block__item img{max-width:80px}@media (min-width:1280px){.IconsBlock .Block__items.columns--4 .Block__item img,.IconsBlock .Block__items.columns--5 .Block__item img,.IconsBlock .Block__items.columns--6 .Block__item img{margin-bottom:1.5rem}.IconsBlock .Block__items.columns--4 .Block__item__title,.IconsBlock .Block__items.columns--5 .Block__item__title,.IconsBlock .Block__items.columns--6 .Block__item__title{font-size:3rem;line-height:1}}@media (min-width:1500px){.IconsBlock .Block__items.columns--4 .Block__item__title,.IconsBlock .Block__items.columns--5 .Block__item__title,.IconsBlock .Block__items.columns--6 .Block__item__title{font-size:4.5rem;line-height:1}.IconsBlock .Block__items.columns--4 .Block__item__title:has(+.Block__item__copy),.IconsBlock .Block__items.columns--5 .Block__item__title:has(+.Block__item__copy),.IconsBlock .Block__items.columns--6 .Block__item__title:has(+.Block__item__copy){margin-bottom:.25rem}}.IconsBlock .Block__items.columns--4 .Block__item__summary p,.IconsBlock .Block__items.columns--5 .Block__item__summary p,.IconsBlock .Block__items.columns--6 .Block__item__summary p{font-size:1.125rem;line-height:1.75rem}@media (min-width:1280px){.IconsBlock .Block__items.columns--4 .Block__item__summary p,.IconsBlock .Block__items.columns--5 .Block__item__summary p,.IconsBlock .Block__items.columns--6 .Block__item__summary p{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1500px){.IconsBlock .Block__items.columns--4 .Block__item__summary p,.IconsBlock .Block__items.columns--5 .Block__item__summary p,.IconsBlock .Block__items.columns--6 .Block__item__summary p{font-size:1.5rem;line-height:2rem}}@media (min-width:1800px){.IconsBlock .Block__items.columns--4 .Block__item__summary p,.IconsBlock .Block__items.columns--5 .Block__item__summary p,.IconsBlock .Block__items.columns--6 .Block__item__summary p{font-size:1.875rem;line-height:2.25rem}}@media (min-width:1500px){.IconsBlock .Block__items.columns--5 .Block__item__copy,.IconsBlock .Block__items.columns--5 .Block__item__copy p,.IconsBlock .Block__items.columns--6 .Block__item__copy,.IconsBlock .Block__items.columns--6 .Block__item__copy p{font-size:1.125rem;line-height:1.75rem}}.IconsBlock .Block__item{align-items:flex-start;border-radius:3px;display:flex;flex-direction:column;overflow:clip;padding:2rem;position:relative}@media not all and (min-width:640px){.IconsBlock .Block__item{margin-bottom:1.25rem}}@media (min-width:640px){@media not all and (min-width:1024px){.IconsBlock .Block__item{padding-left:1rem;padding-right:1rem}}}@media (min-width:1280px){.IconsBlock .Block__item{padding-bottom:3rem;padding-top:3rem}}@media (min-width:1800px){.IconsBlock .Block__item{padding:2rem 3rem}}.IconsBlock .Block__item:hover .Block__item__summary{--tw-translate-y:0px;transform:translate(var(--tw-translate-x)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.IconsBlock .Block__item img{height:100px;margin-bottom:1rem;margin-left:auto;margin-right:auto}@media (min-width:640px){.IconsBlock .Block__item img{margin-bottom:2rem}}.IconsBlock .Block__item .Block__item__title{font-size:3.45rem;line-height:1}@media (min-width:1280px){.IconsBlock .Block__item .Block__item__title{font-size:6rem;line-height:1}}.IconsBlock .Block__item .Block__item__title:has(+.Block__item__copy){margin-bottom:0;width:-moz-fit-content;width:fit-content}.IconsBlock .Block__item .Block__item__copy,.IconsBlock .Block__item .Block__item__copy p{font-size:1.875rem;font-weight:700;line-height:2.25rem}@media (min-width:1800px){.IconsBlock .Block__item .Block__item__copy,.IconsBlock .Block__item .Block__item__copy p{font-size:3.45rem;line-height:1}}.IconsBlock .Block__item .Block__item__summary{bottom:0;left:0;position:absolute;right:0;top:0;--tw-translate-y:100%;padding:1rem;transform:translate(var(--tw-translate-x),100%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:.3s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:1800px){.IconsBlock .Block__item .Block__item__summary{padding:2rem}}.IconsBlock .Block__item .Block__item__summary p{font-size:1.5rem;font-weight:700;line-height:2rem}@media (min-width:1280px){.IconsBlock .Block__item .Block__item__summary p{font-size:1.875rem;line-height:2.25rem}}@media (min-width:1800px){.IconsBlock .Block__item .Block__item__summary p{font-size:2.25rem;line-height:2.5rem}}.IconsBlock .Block__item:not(:has(img)) .Block__item__title{font-size:3.45rem;line-height:1}.IconsBlock .Block__item:not(:has(img)) .Block__item__title:has(+.Block__item__copy){margin-bottom:0;margin-left:auto;margin-right:auto;padding-bottom:.5rem;width:auto}@media (min-width:1280px){.IconsBlock.Theme--none .Block__copy{margin-bottom:2.5rem}}.IconsBlock.Theme--none .Block__items>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:0;border-left-width:calc(0px*(1 - var(--tw-divide-x-reverse)));border-right-width:0;border-right-width:calc(0px*var(--tw-divide-x-reverse))}.IconsBlock.Theme--none .Block__item{padding-bottom:0}.IconsBlock.Theme--none .Block__item .Block__item__title:has(+.Block__item__copy){padding-bottom:0}@media (min-width:1280px){.Layout--sidebar .IconsBlock.Theme--none .Block__copy{margin-bottom:2.5rem}}.Layout--sidebar .IconsBlock.Theme--none .Block__item,.Layout--sidebar .IconsBlock.Theme--none .Block__item__title{padding-bottom:0}@media (min-width:768px){.Layout--sidebar .IconsBlock .Block__copy{margin-bottom:1rem}}@media (min-width:1500px){.Layout--sidebar .IconsBlock .Block__copy{margin-bottom:1.5rem}}@media (min-width:2500px){.Layout--sidebar .IconsBlock .Block__copy{margin-bottom:3rem}}@media (min-width:1024px){@media not all and (min-width:1280px){.Layout--sidebar .IconsBlock .Block__items{grid-template-columns:repeat(2,minmax(0,1fr))}.Layout--sidebar .IconsBlock .Block__items>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:0;border-left-width:calc(0px*(1 - var(--tw-divide-x-reverse)));border-right-width:0;border-right-width:calc(0px*var(--tw-divide-x-reverse))}.Layout--sidebar .IconsBlock .Block__items.columns--1{grid-template-columns:repeat(1,minmax(0,1fr))}}}@media (min-width:1280px){.Layout--sidebar .IconsBlock .Block__items.columns--4,.Layout--sidebar .IconsBlock .Block__items.columns--5,.Layout--sidebar .IconsBlock .Block__items.columns--6{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1500px){.Layout--sidebar .IconsBlock .Block__items.columns--4,.Layout--sidebar .IconsBlock .Block__items.columns--5,.Layout--sidebar .IconsBlock .Block__items.columns--6{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1024px){@media not all and (min-width:1500px){.Layout--sidebar .IconsBlock .Block__item{padding-left:1rem;padding-right:1rem}}}.Layout--sidebar .IconsBlock .Block__item img{max-width:50px}@media (min-width:640px){@media not all and (min-width:768px){.Layout--sidebar .IconsBlock .Block__item img{margin-bottom:.75rem}}}@media (min-width:1024px){@media not all and (min-width:1280px){.Layout--sidebar .IconsBlock .Block__item img{margin-bottom:1rem}}}@media (min-width:1500px){.Layout--sidebar .IconsBlock .Block__item img{max-width:75px}}.Theme--orange .Block__items .Block__item.Theme__bg:nth-child(3n+1),.Theme--orange .Block__items .Block__item.Theme__bg:nth-child(3n+1) .Theme__bg{--tw-bg-opacity:1;background-color:#e56800;background-color:rgba(229,104,0,var(--tw-bg-opacity))}.Theme--orange .Block__items .Block__item.Theme__bg:nth-child(3n+2),.Theme--orange .Block__items .Block__item.Theme__bg:nth-child(3n+2) .Theme__bg{--tw-bg-opacity:1;background-color:#b35100;background-color:rgba(179,81,0,var(--tw-bg-opacity))}.Theme--orange .Block__items .Block__item.Theme__bg:nth-child(3n),.Theme--orange .Block__items .Block__item.Theme__bg:nth-child(3n) .Theme__bg{--tw-bg-opacity:1;background-color:#803a00;background-color:rgba(128,58,0,var(--tw-bg-opacity))}.ImageGalleryBlock .Block__title{font-weight:200;margin-bottom:1rem}@media (min-width:1800px){.ImageGalleryBlock .Block__title{margin-bottom:1.5rem}}.ImageGalleryBlock .Block__gallery{display:grid;grid-gap:.25rem;gap:.25rem}@media not all and (min-width:768px){.ImageGalleryBlock .Block__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}.ImageGalleryBlock .Block__item{border-radius:3px;overflow:hidden}.ImageGalleryBlock .Block__item img{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.ImageGalleryBlock .Block__item--overlay{align-items:center;display:flex;justify-content:center;position:relative}.ImageGalleryBlock .Block__item--overlay:after{bottom:0;height:100%;left:0;right:0;top:0;width:100%;--tw-bg-opacity:1;background-color:#1f2937;background-color:rgba(31,41,55,var(--tw-bg-opacity));opacity:.4;--tw-content:"";content:"";content:var(--tw-content)}.ImageGalleryBlock .Block__item--overlay .Icon,.ImageGalleryBlock .Block__item--overlay:after{position:absolute;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ImageGalleryBlock .Block__item--overlay .Icon{height:3.5rem;opacity:.8;width:3.5rem;z-index:10}.ImageGalleryBlock .Block__item--overlay h6{font-size:.875rem;left:.75rem;line-height:1.25rem;position:absolute;right:.75rem;top:.5rem;z-index:10;--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.ImageGalleryBlock .Block__item--overlay:hover:after{opacity:.2}.ImageGalleryBlock .Block__item--overlay:hover .Icon,.ImageGalleryBlock .Block__item--overlay:hover:after{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ImageGalleryBlock .Block__item--overlay:hover .Icon{opacity:1}.LayoutBlock .Block__title,.LayoutBlock h1,.LayoutBlock h2,.LayoutBlock h3,.LayoutBlock h4,.LayoutBlock h5,.LayoutBlock h6{font-weight:200}.LayoutBlock .Block__title{--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}.LayoutBlock.Theme--dark .container,.LayoutBlock.Theme--light .container{padding-bottom:0;padding-top:0}@media (min-width:768px){@media not all and (min-width:1024px){.Layout--sidebar .LayoutBlock .Block__columns:not(.columns--2) .Block__column:not(.column-span-12){grid-column:span 4/span 4!important}}}@media (min-width:1024px){@media not all and (min-width:1500px){.Layout--sidebar .LayoutBlock .Block__columns:not(.columns--2) .Block__column:not(.column-span-12){grid-column:span 6/span 6!important}}}.Layout--sidebar .LayoutBlock .Block__columns:not(.columns--1) p:not(:last-child){margin-bottom:1.5rem}.Layout--sidebar .LayoutBlock .Block__columns:not(.columns--1) figure{margin-bottom:1.5rem;margin-top:1.5rem}.Layout--sidebar .LayoutBlock .Block__columns:not(.columns--1) figure:first-child{margin-top:0}.Layout--sidebar .LayoutBlock .Block__columns:not(.columns--1) figure:last-child{margin-bottom:0}.LifecycleBlock .Block__contents{background-position:50%;background-repeat:no-repeat;background-size:cover}.LifecycleBlock .Block__cards{gap:0}.LifecycleBlock .Card{min-height:300px;--tw-border-opacity:1;background-image:linear-gradient(270deg,rgba(0,141,169,.94) 0,rgba(31,41,56,.62));border-color:#fff;border-color:rgba(255,255,255,var(--tw-border-opacity));padding:1.25rem 1.5rem;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.LifecycleBlock .Card:hover{--tw-brightness:brightness(1.25);filter:var(--tw-blur) brightness(1.25) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@media not all and (min-width:640px){.LifecycleBlock .Card{border-bottom-width:2px}}@media (min-width:640px){.LifecycleBlock .Card{background-image:linear-gradient(180deg,#017b92 0,hsla(0,0%,45%,.4) 50%,#005a6c 93%);border-left-width:1px;border-right-width:1px;min-height:350px}.LifecycleBlock .Card:first-child{border-left-width:0}.LifecycleBlock .Card:last-child{border-right-width:0}@media not all and (min-width:768px){.LifecycleBlock .Card{padding:1rem}}}@media (min-width:1280px){.LifecycleBlock .Card{background-image:linear-gradient(180deg,#017b92 0,hsla(0,0%,45%,.4) 50%,#2d3d42 93%);min-height:400px}@media not all and (min-width:1500px){.LifecycleBlock .Card{padding:1rem}}}@media (min-width:1500px){.LifecycleBlock .Card{min-height:500px}}@media (min-width:640px){.LifecycleBlock .Card:hover .Card__copy{height:auto}}.LifecycleBlock .Card:hover .Button{--tw-bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-text-opacity:1;color:#253236;color:rgba(37,50,54,var(--tw-text-opacity))}.LifecycleBlock .Card__text{display:flex;flex-direction:column;height:100%;justify-content:space-between}.LifecycleBlock .Card__copy,.LifecycleBlock .Card__title{--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.LifecycleBlock .Card__title{word-wrap:break-word;font-size:1.5rem;line-height:2rem;line-height:1.25}@media not all and (min-width:640px){.LifecycleBlock .Card__title{font-size:1.875rem;line-height:2.25rem}}@media (min-width:640px){@media not all and (min-width:768px){.LifecycleBlock .Card__title{font-size:1.25rem;line-height:1.75rem}}}@media (min-width:1280px){.LifecycleBlock .Card__title{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1500px){.LifecycleBlock .Card__title{font-size:1.5rem;line-height:2rem}}@media (min-width:1800px){.LifecycleBlock .Card__title{font-size:1.875rem;line-height:2.25rem}}.LifecycleBlock .Card__copy{overflow:hidden}@media (min-width:640px){.LifecycleBlock .Card__copy{height:0;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}}.LifecycleBlock .Card__copy,.LifecycleBlock .Card__copy p{font-size:1.25rem;line-height:1.75rem}@media (min-width:640px){@media not all and (min-width:768px){.LifecycleBlock .Card__copy,.LifecycleBlock .Card__copy p{font-size:1.125rem;line-height:1.75rem}}}@media (min-width:1800px){.LifecycleBlock .Card__copy,.LifecycleBlock .Card__copy p{font-size:1.5rem;line-height:2rem}}@media (min-width:640px){@media not all and (min-width:1280px){.LifecycleBlock .columns--4,.LifecycleBlock .columns--5{grid-template-columns:repeat(3,minmax(0,1fr))}}}@media (min-width:1280px){.LifecycleBlock .columns--4 .Button,.LifecycleBlock .columns--5 .Button{width:100%}}@media (min-width:640px){@media not all and (min-width:1280px){.LifecycleBlock .columns--5 .Card:nth-child(3){border-right-width:0}.LifecycleBlock .columns--5 .Card:nth-child(4){border-left-width:0;border-top-width:2px;grid-column:span 1/span 1;grid-column-start:1}.LifecycleBlock .columns--5 .Card:nth-child(5){border-top-width:2px;grid-column:span 2/span 2;grid-column-start:2}}}.LifecycleBlock .Button{margin-top:1rem}@media not all and (min-width:640px){.LifecycleBlock .Button{margin-top:2rem}}.LifecycleBlock .Button__text{padding-left:2rem;padding-right:2rem}@media (min-width:1280px){.LifecycleBlock .Button__text{padding-left:.75rem;padding-right:.75rem}}.LifecycleBlock .Block__action{display:flex;justify-content:flex-end;margin-top:1.5rem}.MediaBlock .Block__head{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.MediaBlock .Block__title{font-weight:200;--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}.MediaBlock .Block__column,.MediaBlock .Card{border-radius:3px;overflow:hidden;--tw-bg-opacity:1;background-color:#374151;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.MediaBlock .Card__text,.MediaBlock .MediaBlock__tertiary{padding:1.5rem}.MediaBlock .Card .Card__copy,.MediaBlock .Card .Card__title,.MediaBlock .Card li a,.MediaBlock .Card.copy{--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.MediaBlock .Card .Card__copy li,.MediaBlock .Card .Card__copy li a,.MediaBlock .Card .Card__copy p{font-size:1rem!important;line-height:1.5rem!important;line-height:1.375!important}.MediaBlock .Card__image{margin-bottom:0}.MediaBlock .Card__list li:not(:last-child){border-bottom-width:1px;margin-bottom:.75rem;--tw-border-opacity:1;border-color:#4b5563;border-color:rgba(75,85,99,var(--tw-border-opacity));padding-bottom:.75rem}.MediaBlock .Card__list li a{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.MediaBlock .Card__list li a:hover{--tw-text-opacity:1;color:#d1d5db;color:rgba(209,213,219,var(--tw-text-opacity))}.MediaBlock__primary{margin-bottom:2rem}.MediaBlock__primary .Card__image{aspect-ratio:3.25/1;-o-object-fit:cover;object-fit:cover;width:100%}.MediaBlock__primary .Card__title{font-weight:700}.MediaBlock__secondary.Block__columns{gap:2rem!important}.MediaBlock__secondary .Card__image{aspect-ratio:1.5/1;-o-object-fit:cover;object-fit:cover;width:100%}.MediaBlock__secondary .Card__title{font-size:1.5rem!important;line-height:2rem!important;line-height:1.375!important;margin-bottom:1rem}.MediaBlock__secondary .Card__copy p{font-size:1rem!important;line-height:1.5rem!important}.MediaBlock__tertiary{position:relative}@media (min-width:1280px){.MediaBlock__tertiary .Card__list{bottom:1.5rem;height:80%;left:1.5rem;overflow-y:scroll;position:absolute;right:1.5rem;top:5rem}}.MediaBlock__tertiary .Card__list::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:#6b7280;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.MediaBlock__tertiary .Card__list::-webkit-scrollbar-track{--tw-bg-opacity:1;background-color:#4b5563;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.MediaBlock__tertiary .Card__list::-webkit-scrollbar{max-width:.25rem}.ResourcesBlock .Card{--tw-bg-opacity:1;background-color:#374151;background-color:rgba(55,65,81,var(--tw-bg-opacity));transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ResourcesBlock .Card:hover{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.ResourcesBlock .Card .Card__text{align-items:center;display:flex;gap:1.25rem;justify-content:space-between;padding:1rem}.ResourcesBlock .Card .Card__title{line-height:1.25!important;margin-bottom:0;--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.ResourcesBlock .Card .Icon{flex-shrink:0;height:2.5rem;width:2.5rem;--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.ResourcesBlock .columns--1 .Card__title,.ResourcesBlock .columns--2 .Card__title{font-size:1.25rem;line-height:1.75rem}@media (min-width:768px){.ResourcesBlock .columns--1 .Card__title,.ResourcesBlock .columns--2 .Card__title{font-size:1.5rem;line-height:2rem}}.ResourcesBlock .columns--3 .Card__title,.ResourcesBlock .columns--4 .Card__title{font-size:1.125rem;line-height:1.75rem}.ResourcesBlock .columns--5 .Card__title,.ResourcesBlock .columns--6 .Card__title{font-size:1rem;line-height:1.5rem}@media (min-width:1500px){.ResultsBlock .Block__contents,.ResultsBlock .Block__title{width:75%}}.ResultsBlock .Block__summary{font-size:1.25rem;line-height:1.75rem}.ResultsBlock .Block__contents{margin-top:2rem}.ResultsBlock .Block__subtitle{font-size:1.5rem;line-height:2rem;margin-bottom:1rem}.ResultsBlock .Block__item .Block__label{border-radius:.5rem;display:inline-block;margin-bottom:.5rem;--tw-bg-opacity:1;background-color:#1f2937;background-color:rgba(31,41,55,var(--tw-bg-opacity));font-size:.875rem;line-height:1.25rem;padding:.25rem .5rem;--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.ResultsBlock__result{border-bottom-width:1px;--tw-border-opacity:1;border-color:#e5e7eb;border-color:rgba(229,231,235,var(--tw-border-opacity));padding-bottom:1.75rem;padding-top:2.5rem}.ResultsBlock__result:hover{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.RichContentBlock .copy p{max-width:1024px}.RichContentBlock:has(.Layout--sidebar) .Layout__body>.container{padding-bottom:0;padding-top:0}.Layout--full .RichContentBlock h1,.Layout--full .RichContentBlock h2,.Layout--full .RichContentBlock h3,.Layout--full .RichContentBlock h4,.Layout--full .RichContentBlock h5,.Layout--full .RichContentBlock h6{--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}.Layout:not(:has(.HeroBlock)) .Layout__main .Block.RichContentBlock.Theme--none:has(+.Layout__related) .container{padding-bottom:0}.Footer{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.Footer__contents{display:flex;gap:1.5rem;justify-content:center}@media not all and (min-width:376px){.Footer__contents{align-items:center;flex-direction:column;text-align:center}}@media (min-width:1024px){.Footer__contents{justify-content:space-between}}@media not all and (min-width:1024px){.Footer__main{text-align:center}}.Footer__main>.container{padding-bottom:2.5rem;padding-top:2.5rem}@media (min-width:768px){.Footer__main>.container{padding-bottom:4rem;padding-top:4rem}}@media (min-width:1024px){.Footer__main>.container{padding-bottom:5rem;padding-top:5rem}}.Footer__secondary{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgba(31,41,55,var(--tw-bg-opacity));text-align:center}.Footer__secondary *,.Footer__secondary a,.Footer__secondary p{font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:#4b5563;color:rgba(75,85,99,var(--tw-text-opacity))}.Footer__secondary a{font-weight:700;--tw-text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--tw-text-opacity))}.Footer__secondary a:hover{--tw-text-opacity:1;color:#9ca3af;color:rgba(156,163,175,var(--tw-text-opacity))}.Footer__secondary .container{padding-bottom:1.5rem;padding-top:0}.Footer__secondary p:not(:last-child){margin-bottom:0}.Footer__secondary .Footer__contents{align-items:center;border-top-width:1px;display:flex;flex-direction:column;justify-content:center;--tw-border-opacity:1;border-color:#374151;border-color:rgba(55,65,81,var(--tw-border-opacity));padding-top:1.5rem}.Footer__secondary .Footer__icons{display:flex;gap:.25rem}@media (min-width:640px){.Footer__secondary .Footer__icons{gap:.75rem}}.Footer__secondary .Footer__icons .Icon{height:40px;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:40px}.Footer__secondary .Footer__icons .Icon:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-brightness:brightness(1.05);filter:var(--tw-blur) brightness(1.05) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.Footer__secondary .Navigation{display:flex;flex-wrap:wrap;justify-content:center}@media not all and (min-width:640px){.Footer__secondary .Navigation li:not(:last-child){margin-right:1rem}}@media (min-width:640px){.Footer__secondary .Navigation li:not(:last-child){border-right-width:1px;margin-right:1rem;--tw-border-opacity:1;border-color:#374151;border-color:rgba(55,65,81,var(--tw-border-opacity));padding-right:1rem}}.Footer__secondary .Navigation li a{line-height:1}.Footer__secondary .Footer__copy{max-width:640px}.Footer .Navigation__list--level-1{display:grid;grid-gap:3rem;gap:3rem}.Footer .Navigation__list--level-2{margin-top:.75rem}.Footer .Navigation__link--level-1{font-size:1.25rem;font-weight:700;line-height:1.25rem;--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}.Footer .Navigation__link--level-1:hover{--tw-text-opacity:1;color:#00a1c2;color:rgba(0,161,194,var(--tw-text-opacity))}.Footer .Navigation__link--level-2{display:inline-block;margin-bottom:.5rem;padding-bottom:0;--tw-text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--tw-text-opacity))}.Footer .Navigation__link--level-2:hover{--tw-text-opacity:1;color:#9ca3af;color:rgba(156,163,175,var(--tw-text-opacity))}.Header{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgba(31,41,55,var(--tw-bg-opacity));--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.option2 .Header{--tw-bg-opacity:1;background-color:#008da8;background-color:rgba(0,141,168,var(--tw-bg-opacity))}.Header .container{padding-bottom:1rem;padding-top:1rem}.Header__contents{align-items:center;display:flex;gap:1.5rem;justify-content:space-between}.Header__navigation{display:flex;flex-direction:column;row-gap:1.5rem}@media (min-width:1024px){.Header__toggle{display:none}}.Header__search .Search{align-items:center;display:flex;gap:.25rem}.Header__search .Input{border-radius:1.5rem;font-size:.75rem;line-height:1rem;padding:.25rem .75rem;--tw-text-opacity:1;color:#1f2937;color:rgba(31,41,55,var(--tw-text-opacity))}.Header__search .Icon{height:1.25rem;width:1.25rem}.Header .Navigation--primary a{font-weight:600}.Header .Navigation--secondary{align-items:center;display:flex;gap:1rem;justify-content:flex-end}.Header .Navigation--secondary a{font-size:.75rem;line-height:1rem;text-transform:uppercase}@media not all and (min-width:1024px){.Header .Navigation--desktop{display:none}}.Header .Navigation--desktop ul{justify-content:flex-end}.Header .Navigation--desktop ul:first-child{display:flex;gap:1.5rem}.Header .Navigation--desktop li a{--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.Header .Navigation--mobile{display:none}.Header .Menu{align-items:center;display:flex;list-style:none}.Header .Menu__dropdown{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgba(31,41,55,var(--tw-bg-opacity));border-top:1px solid #374151;margin-top:1rem;opacity:0;transform:translateY(-30px);transition:all .1s linear}.Header .Menu__dropdown--fat{left:0;margin-top:1rem;padding:30px;position:absolute;right:0;visibility:hidden;width:100%;z-index:999}.Header .Menu__item.has-dropdown.show-dropdown .Menu__dropdown{opacity:1;transform:translateY(0);transition:all .3s ease;visibility:visible}.Header .Menu__dropdown--fat .container{display:flex;gap:0;width:100%}.Header .Tabs__navigation{border-right:1px solid #4b5563;display:flex;flex-direction:column;min-width:200px;padding-right:0}.Header .Tabs__button{background:none;border:none;border-bottom:1px solid #4b5563;border-right:3px solid transparent;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;line-height:1.5rem;padding:20px 25px;text-align:left;transition:all .3s ease}.Header .Tabs__button:last-child{border-bottom:none}.Header .Tabs__button:hover{background:#f3f4f6;color:#253236}.Header .Tabs__button.active{background:#f9fafb;border-right-color:#606a74;color:#253236}.Header .Tabs__content{flex:1;padding-left:30px}.Header .Tab{display:none}.Header .Tab.active{display:block}.Header .Tab__items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:25px;gap:25px}.Header .Tab__item{padding:0 20px}.Header .Tab__title{margin-bottom:1rem}.Header .Menu__links a,.Header .Menu__links p{font-size:1.125rem;font-weight:700!important;line-height:1.75rem}.Header .Tab__item ul{list-style:none}.Header .Tab__item li{line-height:1.2;margin-bottom:1rem}.Header .Tab .Tab__item li a{color:#9ca3af;font-weight:400}.Header .Tab__item a:hover{color:#f9fafb}.Header .Menu__dropdown--skinny{border-radius:0;box-shadow:0 5px 20px rgba(0,0,0,.1);left:0;padding:30px;position:absolute;right:0;visibility:hidden;width:100%;z-index:999}.Header .Menu__dropdown--skinny .container{display:flex;flex-direction:row;flex-wrap:wrap}.Header .Menu__dropdown--skinny a{border-radius:8px;font-weight:500;margin-right:40px;padding:0 30px 15px 0;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease;width:25%}.Logo,.Navigation__link{position:relative;z-index:1000}.Navigation__link:has(.Icon){align-items:center;display:flex}.Navigation__link .Icon{height:20px;margin-left:.5rem;width:20px}.Search__toggle{cursor:pointer;transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.Search__toggle:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.Search{position:relative}.Search .Search__toggle--off{display:none}.Search .TextInput{border-width:0;left:-.25rem;overflow:hidden;padding:0;position:absolute;width:0}.Search.is-active .Search__toggle--on{display:none}.Search.is-active .Search__toggle--off{display:block}.Search.is-active .TextInput{width:400px;--tw-translate-x:-400px;border-width:4px;transform:translate(-400px,var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity:1;border-color:#f3f4f6;border-color:rgba(243,244,246,var(--tw-border-opacity));padding:.75rem 1.25rem;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mm-menu{--mm-color-background:#f3f4f6}@media (min-width:1024px){.mm-menu{display:none}}.mm-wrapper .mm-slideout{transform:none;will-change:auto}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}:root{interpolate-size:allow-keywords}html{font-family:Aktiv Grotesk,Helvetica,Arial,sans-serif;font-weight:400;scroll-behavior:smooth}body{--tw-bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-text-opacity:1;color:#253236;color:rgba(37,50,54,var(--tw-text-opacity));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wrapper{overflow-y:hidden;position:relative;z-index:10;--tw-bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:0 0 transparent,0 0 transparent,0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}body.debug:after{position:fixed;top:0;z-index:50;--tw-bg-opacity:1;background-color:#111827;background-color:rgba(17,24,39,var(--tw-bg-opacity));font-size:.75rem;line-height:1rem;line-height:1;--tw-text-opacity:1;color:#f3f4f6;color:rgba(243,244,246,var(--tw-text-opacity));--tw-content:"break:0";content:"break:0";content:var(--tw-content)}@media (min-width:376px){body.debug:after{--tw-content:"break:xs";content:"break:xs";content:var(--tw-content)}}@media (min-width:640px){body.debug:after{--tw-content:"break:sm";content:"break:sm";content:var(--tw-content)}}@media (min-width:768px){body.debug:after{--tw-content:"break:md";content:"break:md";content:var(--tw-content)}}@media (min-width:1024px){body.debug:after{--tw-content:"break:lg";content:"break:lg";content:var(--tw-content)}}@media (min-width:1280px){body.debug:after{--tw-content:"break:xl";content:"break:xl";content:var(--tw-content)}}@media (min-width:1500px){body.debug:after{--tw-content:"break:2xl";content:"break:2xl";content:var(--tw-content)}}@media (min-width:1800px){body.debug:after{--tw-content:"break:3xl";content:"break:3xl";content:var(--tw-content)}}@media (min-width:2500px){body.debug:after{--tw-content:"break:4xl";content:"break:4xl";content:var(--tw-content)}}h1,h2,h3,h4,h5,h6{font-weight:700;margin-bottom:1rem}h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{font-weight:400}h1{font-size:2.25rem;line-height:2.5rem}@media (min-width:640px){h1{font-size:3rem;line-height:1}}@media (min-width:1800px){h1{font-size:3.45rem;line-height:1}}h2{font-size:1.875rem;line-height:2.25rem}@media (min-width:640px){h2{font-size:2.25rem;line-height:2.5rem}}@media (min-width:1800px){h2{font-size:3rem;line-height:1}}h3{font-size:1.5rem;line-height:2rem}@media (min-width:640px){h3{font-size:1.875rem;line-height:2.25rem}}@media (min-width:1800px){h3{font-size:2.25rem;line-height:2.5rem}}h4{font-size:1.25rem;line-height:1.75rem}@media (min-width:640px){h4{font-size:1.5rem;line-height:2rem}}@media (min-width:1800px){h4{font-size:1.875rem;line-height:2.25rem}}h5{font-size:1.125rem;line-height:1.75rem}@media (min-width:640px){h5{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1800px){h5{font-size:1.5rem;line-height:2rem}}h6{font-size:1rem;line-height:1.5rem}@media (min-width:640px){h6{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1800px){h6{font-size:1.25rem;line-height:1.75rem}ol,p,td,th,ul{font-size:1.125rem;line-height:1.75rem}}p:not(:last-child){margin-bottom:1rem}@media (min-width:768px){p:not(:last-child){margin-bottom:1.5rem}}b,strong{font-weight:700}em,i{font-style:italic}a{--tw-text-opacity:1;color:#111827;color:rgba(17,24,39,var(--tw-text-opacity))}a:hover{--tw-text-opacity:1;color:#1f2937;color:rgba(31,41,55,var(--tw-text-opacity))}hr{margin-bottom:1rem;margin-top:1rem;--tw-border-opacity:1;border-color:#d1d5db;border-color:rgba(209,213,219,var(--tw-border-opacity))}@media (min-width:1280px){hr{margin-bottom:1.5rem;margin-top:1.5rem}}.copy h1:last-child,.copy h2:last-child,.copy h3:last-child,.copy h4:last-child,.copy h5:last-child,.copy h6:last-child,.copy li:last-child,.copy p:last-child,.copy table:last-child{margin-bottom:0}.copy h2,.copy h3,.copy h4,.copy h5,.copy h6{font-weight:200}.copy h1:not(:first-child),.copy h2:not(:first-child){margin-top:2rem}@media (min-width:1500px){.copy h1,.copy h2{margin-bottom:1.5rem}.copy h1:not(:first-child),.copy h2:not(:first-child){margin-top:2.5rem}}@media (min-width:1800px){.copy h1:not(:first-child),.copy h2:not(:first-child){margin-top:3rem}}.copy h3:not(:first-child){margin-top:1.5rem}@media (min-width:1500px){.copy h3:not(:first-child){margin-top:2rem}}@media (min-width:1800px){.copy h3:not(:first-child){margin-top:2.5rem}}.copy h4:not(:first-child),.copy h5:not(:first-child),.copy h6:not(:first-child){margin-top:1.25rem}@media (min-width:1500px){.copy h4:not(:first-child),.copy h5:not(:first-child),.copy h6:not(:first-child){margin-top:1.75rem}}@media (min-width:1800px){.copy h4:not(:first-child),.copy h5:not(:first-child),.copy h6:not(:first-child){margin-top:2.25rem}}.copy h3,.copy h4,.copy h5,.copy h6{--tw-text-opacity:1;color:#253236;color:rgba(37,50,54,var(--tw-text-opacity))}@media (min-width:768px){.copy a:not(.Button),.copy figcaption,.copy li,.copy p{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1800px){.copy a:not(.Button),.copy figcaption,.copy li,.copy p{font-size:1.25rem;line-height:1.75rem;line-height:1.375}}@media (min-width:768px){.Layout--sidebar .Layout__main .copy a:not(.Button),.Layout--sidebar .Layout__main .copy figcaption,.Layout--sidebar .Layout__main .copy li,.Layout--sidebar .Layout__main .copy p{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1800px){.Layout--sidebar .Layout__main .copy a:not(.Button),.Layout--sidebar .Layout__main .copy figcaption,.Layout--sidebar .Layout__main .copy li,.Layout--sidebar .Layout__main .copy p{font-size:1.25rem;line-height:1.75rem;line-height:1.5}}@media (min-width:768px){.Block__column .copy a:not(.Button),.Block__column .copy figcaption,.Block__column .copy li,.Block__column .copy p{font-size:1rem;line-height:1.5rem}}@media (min-width:1800px){.Block__column .copy a:not(.Button),.Block__column .copy figcaption,.Block__column .copy li,.Block__column .copy p{font-size:1.125rem;line-height:1.75rem}}.copy ol:not(:last-child),.copy p:not(:last-child),.copy table:not(:last-child),.copy ul:not(:last-child){margin-bottom:1rem}@media (min-width:1500px){.copy ol:not(:last-child),.copy p:not(:last-child),.copy table:not(:last-child),.copy ul:not(:last-child){margin-bottom:1.5rem}}@media (min-width:1800px){.copy ol:not(:last-child),.copy p:not(:last-child),.copy table:not(:last-child),.copy ul:not(:last-child){margin-bottom:1.75rem}}.copy p span{background-color:transparent!important}.copy ol:not(:last-child),.copy ul:not(:last-child){margin-bottom:1rem}@media (min-width:768px){.copy ol:not(:last-child),.copy ul:not(:last-child){margin-bottom:1.5rem}}@media (min-width:1500px){.copy ol:not(:last-child),.copy ul:not(:last-child){margin-bottom:1.75rem}}.copy a{font-weight:700}.copy a:not(.Button){--tw-text-opacity:1;color:#008da8;color:rgba(0,141,168,var(--tw-text-opacity))}.copy a.Link--wrapper{font-weight:400}.copy .Image img,.copy .\!image img,.copy .image img{width:100%}.copy .Image.image-original,.copy .Image.image-original img,.copy .\!image.image-original,.copy .\!image.image-original img,.copy .image.image-original,.copy .image.image-original img{width:auto}.copy .Image.image-style-align-left,.copy .Image.image-style-align-right,.copy .image.image-style-align-left,.copy .image.image-style-align-right{clear:both}@media (min-width:376px){.copy .Image.image-style-align-left,.copy .Image.image-style-align-right,.copy .image.image-style-align-left,.copy .image.image-style-align-right{margin-top:0;width:50%}@media not all and (min-width:768px){.copy .Image.image-style-align-left,.copy .Image.image-style-align-right,.copy .image.image-style-align-left,.copy .image.image-style-align-right{margin-bottom:1rem}}}@media (min-width:768px){@media not all and (min-width:1280px){.copy .Image.image-style-align-left,.copy .Image.image-style-align-right,.copy .image.image-style-align-left,.copy .image.image-style-align-right{margin-bottom:1.5rem}}}.copy .\!image.image-style-align-left,.copy .\!image.image-style-align-right{clear:both}@media (min-width:376px){.copy .\!image.image-style-align-left,.copy .\!image.image-style-align-right{margin-top:0;width:50%}@media not all and (min-width:768px){.copy .\!image.image-style-align-left,.copy .\!image.image-style-align-right{margin-bottom:1rem}}}@media (min-width:768px){@media not all and (min-width:1280px){.copy .\!image.image-style-align-left,.copy .\!image.image-style-align-right{margin-bottom:1.5rem}}}@media (min-width:640px){.copy .Image.image-style-align-left:has(img[width="200"]),.copy .Image.image-style-align-right:has(img[width="200"]),.copy .image.image-style-align-left:has(img[width="200"]),.copy .image.image-style-align-right:has(img[width="200"]){width:200px}.copy .\!image.image-style-align-left:has(img[width="200"]),.copy .\!image.image-style-align-right:has(img[width="200"]){width:200px}.copy .Image.image-style-align-left:has(img[width="300"]),.copy .Image.image-style-align-right:has(img[width="300"]),.copy .image.image-style-align-left:has(img[width="300"]),.copy .image.image-style-align-right:has(img[width="300"]){width:300px}.copy .\!image.image-style-align-left:has(img[width="300"]),.copy .\!image.image-style-align-right:has(img[width="300"]){width:300px}}@media (min-width:1800px){.copy .Image.image-style-align-left:has(img[width="500"],img[width="499"]),.copy .Image.image-style-align-right:has(img[width="500"],img[width="499"]),.copy .image.image-style-align-left:has(img[width="500"],img[width="499"]),.copy .image.image-style-align-right:has(img[width="500"],img[width="499"]){width:500px}.copy .\!image.image-style-align-left:has(img[width="500"],img[width="499"]),.copy .\!image.image-style-align-right:has(img[width="500"],img[width="499"]){width:500px}}.copy .Image.image-style-align-left figcaption,.copy .Image.image-style-align-right figcaption,.copy .\!image.image-style-align-left figcaption,.copy .\!image.image-style-align-right figcaption,.copy .image.image-style-align-left figcaption,.copy .image.image-style-align-right figcaption{font-size:1rem;line-height:1.5rem}@media (min-width:376px){.copy .Image.image-style-align-left,.copy .image.image-style-align-left{float:left;margin-right:1rem}}@media (min-width:768px){.copy .Image.image-style-align-left,.copy .image.image-style-align-left{margin-right:2rem}}@media (min-width:376px){.copy .\!image.image-style-align-left{float:left;margin-right:1rem}}@media (min-width:768px){.copy .\!image.image-style-align-left{margin-right:2rem}}@media (min-width:376px){.copy .Image.image-style-align-right,.copy .image.image-style-align-right{float:right;margin-left:1rem}}@media (min-width:768px){.copy .Image.image-style-align-right,.copy .image.image-style-align-right{margin-left:2rem}}@media (min-width:376px){.copy .\!image.image-style-align-right{float:right;margin-left:1rem}}@media (min-width:768px){.copy .\!image.image-style-align-right{margin-left:2rem}}.copy .Image.image-style-align-center img,.copy .\!image.image-style-align-center img,.copy .image.image-style-align-center img{margin-left:auto;margin-right:auto;width:auto}.copy .Image.image-style-left img,.copy .\!image.image-style-left img,.copy .image.image-style-left img{width:auto}.copy .Image,.copy .image,.copy .raw-html-embed,.copy .table,.copy hr,.copy table{margin-bottom:1.25rem;margin-top:1.25rem}.copy .Image:first-child,.copy .image:first-child,.copy .raw-html-embed:first-child,.copy .table:first-child,.copy hr:first-child,.copy table:first-child{margin-top:0}.copy .Image:last-child,.copy .image:last-child,.copy .raw-html-embed:last-child,.copy .table:last-child,.copy hr:last-child,.copy table:last-child{margin-bottom:0}@media (min-width:768px){.copy .Image,.copy .image,.copy .raw-html-embed,.copy .table,.copy hr,.copy table{margin-bottom:3rem;margin-top:3rem}}@media (min-width:1800px){.copy .Image,.copy .image,.copy .raw-html-embed,.copy .table,.copy hr,.copy table{margin-bottom:3.5rem;margin-top:3.5rem}}.copy .\!image{margin-bottom:1.25rem;margin-top:1.25rem}.copy .\!image:first-child{margin-top:0}.copy .\!image:last-child{margin-bottom:0}@media (min-width:768px){.copy .\!image{margin-bottom:3rem;margin-top:3rem}}@media (min-width:1800px){.copy .\!image{margin-bottom:3.5rem;margin-top:3.5rem}}.copy .Image table,.copy .\!image table,.copy .image table,.copy .raw-html-embed table,.copy .table table,.copy hr table,.copy table table{margin-bottom:0;margin-top:0}.copy hr{clear:both}.copy blockquote{border-left-width:4px;margin-bottom:1rem;margin-top:1rem;padding:1rem}@media (min-width:768px){.copy blockquote{margin-bottom:1.5rem;margin-top:1.5rem;padding:2rem}}@media (min-width:1800px){.copy blockquote{margin-bottom:1.75rem;margin-top:1.75rem}}@media (min-width:1280px){@media not all and (min-width:1500px){.copy .Button{margin-top:.5rem}}}.copy .Button:has(+.Button){margin-bottom:1rem;margin-right:.75rem}.copy .raw-html-embed:has([src*=youtube],[src*=vimeo]){height:0;padding-bottom:56.25%;position:relative;width:100%}.copy .raw-html-embed:has([src*=youtube],[src*=vimeo]) iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.Layout--sidebar .Layout__main .copy h2{font-size:1.875rem;line-height:2.25rem}@media (min-width:1500px){.Layout--sidebar .Layout__main .copy h2{font-size:2.25rem;line-height:2.5rem}}.Layout--sidebar .Layout__main .copy h3{font-size:1.5rem;line-height:2rem}@media (min-width:1500px){.Layout--sidebar .Layout__main .copy h3{font-size:1.875rem;line-height:2.25rem}}.Layout--sidebar .Layout__main .copy h4{font-size:1.25rem;line-height:1.75rem}@media (min-width:1500px){.Layout--sidebar .Layout__main .copy h4{font-size:1.5rem;line-height:2rem}}.Layout--sidebar .Layout__main .copy h5,.Layout--sidebar .Layout__main .copy h6{font-size:1.25rem;line-height:1.75rem}.copy:after{clear:both;--tw-content:"";content:"";content:var(--tw-content);display:table}@media print{.container{margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0;width:auto}body{font-size:12pt}body,h1,h2,h3,h4,h5,h6{line-height:1.25}h1{font-size:36pt}h2{font-size:24pt}h3{font-size:18pt}h4{font-size:14pt}}.container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}@media (min-width:376px){.container{max-width:376px}}@media (min-width:640px){.container{max-width:640px;padding-left:2rem;padding-right:2rem}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px;padding-left:4rem;padding-right:4rem}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1500px){.container{max-width:1500px}}@media (min-width:1800px){.container{max-width:1800px}}@media (min-width:2500px){.container{max-width:2500px}}.container{padding-bottom:1rem;padding-top:1rem}@media not all and (min-width:1280px){.container{max-width:100%}}@media (min-width:1024px){.container{padding-bottom:2rem;padding-top:2rem}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1500px){.container{max-width:1500px;padding-bottom:3rem;padding-top:3rem}}@media (min-width:1800px){.container{max-width:1800px}}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.box-content{box-sizing:content-box}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.grid{display:grid}.contents{display:contents}.\!hidden{display:none!important}.hidden{display:none}.flex-grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.border{border-width:1px}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.\!text-primary{--tw-text-opacity:1!important;color:#008da8!important;color:rgba(0,141,168,var(--tw-text-opacity))!important}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:0 0 transparent,0 0 transparent,0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.blur{--tw-blur:blur(8px);filter:blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!invert{--tw-invert:invert(100%)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert{--tw-invert:invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:768px){.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-10{grid-column:span 10/span 10}.md\:col-span-11{grid-column:span 11/span 11}.md\:col-span-12{grid-column:span 12/span 12}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-5{grid-column:span 5/span 5}.md\:col-span-6{grid-column:span 6/span 6}.md\:col-span-7{grid-column:span 7/span 7}.md\:col-span-8{grid-column:span 8/span 8}.md\:col-span-9{grid-column:span 9/span 9}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:1280px){.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}
.Filters{--base-spacing:16px;--small-spacing:calc(var(--base-spacing)/2);--light-gray:#e9f3f5;--white:#fff;--gutter-size:calc(var(--base-spacing)*1.5);margin-top:0}.Filters .container{padding-top:0}.Filters .panel--filterables .btn{margin-bottom:var(--small-spacing)}@media (max-width:640px){.Filters .panel--filterables .btn{font-size:.8rem;margin-top:0}}.Filters .panel--filterables .panel__filters{border-left-width:2px;--tw-border-opacity:1;border-color:#e56800;border-color:rgba(229,104,0,var(--tw-border-opacity));margin-bottom:calc(var(--base-spacing)*3);padding-left:2rem}@media (max-width:768px){.Filters .panel--filterables .panel__filters .btn{text-align:left;width:auto}}@media (min-width:768px){.Filters .panel--filterables .panel__filters{margin-right:var(--gutter-size)}}.Filters .panel--filterables .panel__filters .row{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:1rem;gap:1rem}@media (min-width:1500px){.Filters .panel--filterables .filter--products{grid-column:span 6/span 6}}.Filters .panel--filterables .filter--capabilities,.Filters .panel--filterables .filter--regions{grid-column:span 12/span 12}@media (min-width:768px){.Filters .panel--filterables .filter--capabilities,.Filters .panel--filterables .filter--regions{grid-column:span 6/span 6}}.Filters .panel--filterables .filter--capabilities{margin-bottom:var(--base-spacing)}.Filters .panel--filterables.panel--papers .panel__filters__column,.Filters .panel--filterables.panel--studies .panel__filters__column{grid-column:span 12/span 12}@media (min-width:768px){.Filters .panel--filterables.panel--papers .panel__filters__column,.Filters .panel--filterables.panel--studies .panel__filters__column{grid-column:span 6/span 6}}@media (min-width:1024px){.Filters .panel--filterables.panel--papers .panel__filters__column .filter--regions,.Filters .panel--filterables.panel--studies .panel__filters__column .filter--regions{grid-column:span 12/span 12}}.Filters .panel--filterables.panel--papers .filter--products-groups,.Filters .panel--filterables.panel--studies .filter--products-groups{margin-bottom:var(--base-spacing)}.Filters .panel--filterables.panel--papers .filter--products,.Filters .panel--filterables.panel--studies .filter--products{border-radius:5px;display:none;grid-column:span 12/span 12}@keyframes fadeIn{0%{background-color:rgba(#008da8,.4)}to{background-color:transparent}}.Filters .panel--filterables.panel--papers .filter--products.is-active,.Filters .panel--filterables.panel--studies .filter--products.is-active{animation-duration:1s;animation-name:fadeIn}.Filters .panel--filterables.panel--search li{margin-bottom:var(--base-spacing)}.Filters .panel--filterables.panel--papers--professional-papers .filter--regions{display:none}@media (max-width:1500px){.Filters .panel--filterables.panel--papers--professional-papers .filter--products{margin-bottom:var(--base-spacing)}}@media (min-width:1500px){.Filters .panel--filterables.panel--papers--professional-papers .filter--products{grid-column:span 7/span 7}.Filters .panel--filterables.panel--papers--professional-papers .filter--capabilities,.Filters .panel--filterables.panel--papers--professional-papers .filter--regions{grid-column:span 5/span 5;grid-column-start:8}}.Filters .panel--filterables .filter__header{font-size:1.125rem;font-weight:700;line-height:1.75rem;margin-bottom:var(--base-spacing)}.Filters .panel--filterables .panel__filterable{margin-bottom:var(--gutter-size);width:100%}.Filters .panel--filterables .filterable__copy{color:#606a74;line-height:1.5;padding:var(--small-spacing) * 1.5}.Filters .panel--filterables .filterable__title{color:#606a74;margin-bottom:0}.Filters .panel--filterables .filterable__image{aspect-ratio:3/2;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:3px;overflow:hidden;position:relative}.Filters .panel--filterables .gutter-sizer{width:var(--gutter-size)}@media (min-width:768px){.Filters .panel--filterables.panel--studies .grid-sizer,.Filters .panel--filterables.panel--studies .panel__filterable{width:calc(50% - var(--gutter-size))}}@media (min-width:1024px){.Filters .panel--filterables.panel--studies .grid-sizer,.Filters .panel--filterables.panel--studies .panel__filterable{width:calc(33.33333% - var(--gutter-size))}}@media (min-width:1500px){.Filters .panel--filterables.panel--studies .grid-sizer,.Filters .panel--filterables.panel--studies .panel__filterable{width:calc(33.33333% - var(--gutter-size))}}.Filters .panel--filterables .study__image{border-bottom:var(--small-spacing)/2 solid #606a74}.Filters .panel--filterables .study__title{font-size:1.125rem;font-weight:500;line-height:1.5rem;padding-top:.5rem;--tw-text-opacity:1;color:#253236;color:rgba(37,50,54,var(--tw-text-opacity))}.Filters .panel--filterables .panel__filterable:hover .study__summary{--tw-translate-x:0px;opacity:.9;transform:translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.Filters .panel--filterables .study__summary{--tw-translate-x:-100%;transform:translate(-100%,var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity:1;align-items:center;background-color:#111827;background-color:rgba(17,24,39,var(--tw-bg-opacity));bottom:0;color:var(--white);display:flex;font-size:1rem;font-weight:400;justify-content:flex-start;left:0;line-height:1.5rem;opacity:0;padding:var(--base-spacing);position:absolute;right:0;top:0;transition-duration:.3s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:768px){.Filters .panel--filterables.panel--papers .grid-sizer,.Filters .panel--filterables.panel--papers .panel__filterable{width:100%}}@media (min-width:768px){.Filters .panel--filterables.panel--papers .grid-sizer,.Filters .panel--filterables.panel--papers .panel__filterable{width:calc(50% - var(--gutter-size))}}@media (min-width:1500px){.Filters .panel--filterables.panel--papers .grid-sizer,.Filters .panel--filterables.panel--papers .panel__filterable{width:calc(25% - var(--gutter-size))}}.Filters .panel--filterables.panel--papers .panel__filterable{border-color:#e5e7eb;border-color:rgba(229,231,235,var(--tw-border-opacity));border-width:1px 1px 1px 2px;--tw-border-opacity:1;border-left-color:#008da8;border-left-color:rgba(0,141,168,var(--tw-border-opacity));--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgba(249,250,251,var(--tw-bg-opacity));background-image:url(/assets/img/legacy/filters/trinket.svg);background-position:center top 60%;background-repeat:no-repeat;background-size:100%;min-height:400px;padding:1.25rem;position:relative;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:640px){.Filters .panel--filterables.panel--papers .panel__filterable{min-height:300px}}@media (min-width:376px) and (max-width:768px){.Filters .panel--filterables.panel--papers .panel__filterable{min-height:250px}}@media (min-width:768px) and (max-width:1024px){.Filters .panel--filterables.panel--papers .panel__filterable{min-height:300px}}.Filters .panel--filterables.panel--papers .panel__filterable:hover{background-color:#008da8;background-image:url(/assets/img/legacy/filters/trinket-hover.svg)}.Filters .panel--filterables.panel--papers .panel__filterable:hover .filterable__title{border-left-color:var(--white);color:var(--white)}.Filters .panel--filterables.panel--papers .panel__filterable:hover .filterable__summary{border-color:transparent;color:var(--white)}.Filters .panel--filterables.panel--papers .panel__filterable:hover .filterable__footer{opacity:1}.Filters .panel--filterables.panel--papers .filterable__title{font-size:1.125rem;font-weight:700;line-height:1.75rem;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.Filters .panel--filterables.panel--papers .filterable__title span{display:block;font-size:.875rem;line-height:1.25rem;line-height:1.2;margin-bottom:calc(var(--base-spacing)/2);text-transform:uppercase}.Filters .panel--filterables.panel--papers .filterable__summary{font-size:.95rem;line-height:1.5;margin-top:var(--base-spacing);padding:12px 18px;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:1024px){.Filters .panel--filterables.panel--papers .filterable__summary{padding:0}}.Filters .panel--filterables.panel--papers .filterable__footer{bottom:9px;color:var(--white);font-weight:700;opacity:0;position:absolute;right:17px;transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.Filters .panel--filterables.panel--filterables--static .panel__title{color:#606a74;font-size:1.875rem;line-height:2.25rem;margin-bottom:calc(var(--base-spacing)*2)}.Filters .panel--filterables.panel--filterables--static .panel__filterable{width:auto}@media (max-width:640px){.Filters .panel--filterables.panel--filterables--static .panel__filterable{min-height:420px}}@media (min-width:376px) and (max-width:1024px){.Filters .panel--filterables.panel--filterables--static .panel__filterable{min-height:400px}}@media (min-width:768px) and (max-width:1024px){.Filters .panel--filterables.panel--filterables--static .link--wrapper{grid-column:span 8/span 8}}@media (max-width:640px){.Filters .panel--filterables.panel--filterables--static .filterable__title{font-size:2rem}}@media (min-width:376px) and (max-width:1024px){.Filters .panel--filterables.panel--filterables--static .filterable__title{font-size:1.8rem}}@media (min-width:1024px){.Filters .panel--filterables.panel--filterables--static.quantity--3 .link--wrapper{grid-column:span 4/span 4}}@media (min-width:1500px){.Filters .panel--filterables.panel--filterables--static.quantity--3 .panel__filterable{min-height:500px}.Filters .panel--filterables.panel--filterables--static.quantity--3 .filterable__title{font-size:2rem}.Filters .panel--filterables.panel--filterables--static.quantity--3 .filterable__title span{font-size:1.45rem}}@media (min-width:1024px){.Filters .panel--filterables.panel--filterables--static.quantity--4 .link--wrapper{grid-column:span 3/span 3}}@media (min-width:1500px){.Filters .panel--filterables.panel--filterables--static.quantity--4 .filterable__title span{font-size:1.25rem}}.Filters button.btn--pill{border-radius:1.5rem;border-width:1px;--tw-border-opacity:1;border-color:#d1d5db;border-color:rgba(209,213,219,var(--tw-border-opacity))}.Filters button.btn--pill.is-checked{--tw-border-opacity:1;border-color:#b35100;border-color:rgba(179,81,0,var(--tw-border-opacity));--tw-bg-opacity:1;background-color:#b35100;background-color:rgba(179,81,0,var(--tw-bg-opacity));--tw-text-opacity:1;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity))}.Filters .btn--sm{font-size:.875rem;line-height:1.25rem;line-height:1;padding:.5rem 1.25rem}@media (max-width:768px){.Filters .display--desktop{display:none!important}}@media (min-width:768px){.Filters .display--mobile{display:none!important}}
