/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-lineheight:20px;--mm-listitem-size:50px;--mm-navbar-size:50px;--mm-toggle-size:34px;--mm-color-border:rgba(0,0,0,.1);--mm-color-button:rgba(0,0,0,.3);--mm-color-text:rgba(0,0,0,.75);--mm-color-text-dimmed:rgba(0,0,0,.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0,0,0,.05);--mm-color-background-emphasis:hsla(0,0%,100%,.4);--mm-color-focusring:#06c}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-btn{box-sizing:border-box;flex-grow:0;flex-shrink:0;padding:0;position:relative;width:50px}.mm-btn:after,.mm-btn:before{border:2px solid var(--mm-color-button)}.mm-btn--next:after,.mm-btn--prev:before{border-bottom:none;border-right:none;bottom:0;box-sizing:content-box;content:"";display:block;height:8px;margin:auto;position:absolute;top:0;width:8px}.mm-btn--prev:before{left:23px;right:auto;transform:rotate(-45deg)}.mm-btn--next:after{left:auto;right:23px;transform:rotate(135deg)}.mm-btn--close:after,.mm-btn--close:before{bottom:0;box-sizing:content-box;content:"";display:block;height:5px;margin:auto;position:absolute;top:0;transform:rotate(-45deg);width:5px}.mm-btn--close:before{border-bottom:none;border-right:none;right:18px}.mm-btn--close:after{border-left:none;border-top:none;right:25px}.mm-btnreset{background:0 0;border:none;cursor:pointer;padding:0}[dir=rtl] .mm-btn--next:after{left:23px;right:auto;transform:rotate(-45deg)}[dir=rtl] .mm-btn--prev:before{left:auto;right:23px;transform:rotate(135deg)}[dir=rtl] .mm-btn--close:after,[dir=rtl] .mm-btn--close:before{right:auto}[dir=rtl] .mm-btn--close:before{left:25px}[dir=rtl] .mm-btn--close:after{left:18px}.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;text-overflow:ellipsis;text-transform:uppercase;transition:opacity .4s ease;white-space:nowrap}@supports (position:sticky){.mm-divider{position:sticky;top:0;z-index:2}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}}.mm-listview{display:block}.mm-listitem,.mm-listview{list-style:none;margin:0;padding:0}.mm-listitem{border-color:var(--mm-color-border);color:var(--mm-color-text);display:flex;flex-wrap:wrap;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{color:inherit;display:block;padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/2) 0}.mm-listitem__text{flex-basis:10%;flex-grow:1;overflow:hidden;padding-left:20px;padding-right:20px;text-overflow:ellipsis;white-space:nowrap}.mm-listitem__btn{background:rgba(3,2,1,0);border-color:inherit;padding-right:50px;position:relative;width:auto}.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)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__btn{border-left-style:none;border-left-width:0;padding-left:50px}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){border-right-style:solid;border-right-width:1px;padding-right:0}.mm-menu{-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}.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 ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.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;text-decoration:none}[dir=rtl] .mm-menu{direction:rtl}.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:opacity .4s ease;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){padding-left:60px;padding-right:10px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{padding-left:10px;padding-right:60px}[dir=rtl] .mm-navbar{flex-direction:row-reverse}.mm-panel{-webkit-overflow-scrolling:touch;background:var(--mm-color-background);border-color:var(--mm-color-border);bottom:0;color:var(--mm-color-text);left:0;overflow:hidden;overflow-y:auto;overscroll-behavior:contain;position:absolute;right:0;top:0;transform:translate3d(100%,0,0);transition:visibility 0s linear .4s,transform .4s ease 0s,left .4s ease 0s;visibility:hidden;z-index:1}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel--opened{transform:translateZ(0);transition-delay:0s;visibility:visible;z-index:2}.mm-panel--parent{transform:translate3d(-30%,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 20px 0}[dir=rtl] .mm-panel{transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel--opened{transform:translateZ(0)}[dir=rtl] .mm-panel--parent{transform:translate3d(30%,0,0)}.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-sronly{clip:rect(1px,1px,1px,1px)!important;border:0!important;clip-path:inset(50%)!important;height:1px!important;min-height:1px!important;min-width:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.mm-toggle{align-self:center;-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;display:flex;flex:(var(--mm-toggle-size)*1.7) 0 0;height:var(--mm-toggle-size);margin-right:10px;transition:background-color .3s ease}.mm-toggle:before{aspect-ratio:1;background:var(--mm-color-background);border-radius:100%;content:"";margin:1px;transition:transform .2s ease}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{transform:translateX(calc(var(--mm-toggle-size)*1.7 - var(--mm-toggle-size)))}.mm-listitem--vertical>.mm-panel{padding:10px 0 10px 10px;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--opened>.mm-panel{visibility:visible}.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;right:auto;transition:visibility 0s linear .4s;width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size));z-index:0}.mm-menu--offcanvas.mm-menu--opened{transition-delay:0s}.mm-menu--offcanvas:not(.mm-menu--opened){pointer-events:none;visibility:hidden}.mm-menu--offcanvas:not(.mm-menu--opened) *{visibility:inherit}.mm-page{background:inherit;box-sizing:border-box;min-height:100vh}.mm-slideout{position:relative;transition:width .4s ease,transform .4s ease;width:100%;z-index:1}.mm-wrapper--opened .mm-slideout{transform:translate3d(clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size)),0,0)}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:rgba(0,0,0,.3);bottom:0;left:100%;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity .4s ease .4s;visibility:hidden;z-index:2}.mm-wrapper--opened .mm-wrapper__blocker{left:0;opacity:.5;visibility:visible}.mm-wrapper__blocker:focus{opacity:1}.mm-counter{color:var(--mm-color-text-dimmed);display:block;float:right;padding-left:20px;text-align:right}[dir=rtl] .mm-counter{float:left;padding-left:0;padding-right:20px;text-align: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{-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;overscroll-behavior:contain;width:100%}.mm-iconbar__bottom>*,.mm-iconbar__top>*{box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{left:0}.mm-panel--iconpanel-1{left:var(--mm-iconpanel-size)}.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-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:unset;visibility:visible!important}.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-panel__blocker{background:var(--mm-color-background);display:block;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:3}.mm-panel--parent .mm-panel__blocker{bottom:-100000px;opacity:.6;visibility:visible}[dir=rtl] .mm-menu--iconpanel .mm-panels>.mm-panel{left:0;right:auto;transition-property:transform,width}[dir=rtl] .mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-left:none;border-right:1px solid;border-color:inherit}.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{-webkit-overflow-scrolling:touch;display:flex;flex:1 1 50%;justify-content:flex-start;overflow:hidden;overflow-x:auto;padding:0 20px;text-overflow:ellipsis;white-space:nowrap}.mm-navbar__breadcrumbs>*{align-items:center;display:flex;justify-content:center;padding-right:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){padding-right:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{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-navbars--has-tabs{border-top:none}.mm-navbars--bottom.mm-navbars--has-tabs .mm-navbar{background:var(--mm-color-background)}.mm-navbars--bottom.mm-navbars--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbars--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-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;line-height:var(--mm-navbar-size);max-width:0;text-decoration:none;transition:none .2s linear;transition-property:visibility,max-width,padding;visibility:hidden}.mm-searchfield--cancelable .mm-searchfield__cancel{max-width:75px;padding-right:10px;visibility:visible}.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%;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(0px - var(--mm-sectionindexer-size));text-align:center;top:0;transition:right .4s ease;width:var(--mm-sectionindexer-size);z-index:5}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);display:block;line-height:1;text-decoration:none}.mm-sectionindexer~.mm-panel{padding-right:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{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:background-color .4s ease}@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-page,.mm-wrapper--sidebar-expanded .mm-page{background:inherit;box-sizing:border-box;min-height:100vh}.mm-wrapper--sidebar-collapsed .mm-menu--sidebar-collapsed,.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{bottom:0!important;left:0!important;right:auto!important;top:0!important;visibility:visible!important}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-slideout{transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);width:calc(100% - var(--mm-sidebar-collapsed-size))}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-panel--opened{visibility:visible}.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!important}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-menu--sidebar-expanded~.mm-slideout{transform:translate3d(var(--mm-sidebar-expanded-size),0,0);width:calc(100% - var(--mm-sidebar-expanded-size))}.mm-menu__blocker{background:var(--mm-color-background);bottom:0;display:block;left:0;opacity:.5;pointer-events:auto;position:absolute;right:0;top:0;visibility:visible;z-index:3}.mm-menu--opened .mm-menu__blocker{bottom:100%;opacity:0;visibility:hidden}[dir=rtl].mm-wrapper--sidebar-collapsed .mm-slideout,[dir=rtl].mm-wrapper--sidebar-expanded .mm-slideout,[dir=rtl].mm-wrapper--sidebar-expanded:not(.mm-wrapper--sidebar-closed) .mm-menu--sidebar-expanded.mm-menu--opened~.mm-slideout{transform:translateZ(0)}.mm-menu--fullscreen,.mm-menu--fullscreen.mm-menu--opened~.mm-slideout{--mm-size:100%;--mm-min-size:100%;--mm-max-size:100%}.mm-menu--position-right{left:auto;right:0}.mm-menu--position-right.mm-menu--opened~.mm-slideout{transform:translate3d(clamp(calc(0px - var(--mm-max-size)),calc(0px - var(--mm-size)),calc(0px - var(--mm-min-size))),0,0)}.mm-menu--position-front{transform:translate3d(-100%,0,0)}.mm-menu--position-front.mm-menu--position-right{transform:translate3d(100%,0,0)}.mm-menu--position-bottom,.mm-menu--position-top{height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size));width:100%}.mm-menu--position-top{bottom:auto;transform:translate3d(0,-100%,0)}.mm-menu--position-bottom{top:auto;transform:translate3d(0,100%,0)}.mm-menu--position-bottom,.mm-menu--position-front,.mm-menu--position-top{transition:visibility 0s linear .4s,transform .4s ease 0s;z-index:2}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{transform:translateZ(0)}.mm-menu--position-bottom.mm-menu--opened~.mm-slideout,.mm-menu--position-front.mm-menu--opened~.mm-slideout,.mm-menu--position-top.mm-menu--opened~.mm-slideout{transform:none!important}.mm-menu--position-bottom.mm-menu--opened~.mm-wrapper__blocker,.mm-menu--position-front.mm-menu--opened~.mm-wrapper__blocker,.mm-menu--position-top.mm-menu--opened~.mm-wrapper__blocker{z-index:1}.mm-menu--theme-white{--mm-color-border:rgba(0,0,0,.1);--mm-color-button:rgba(0,0,0,.3);--mm-color-text:rgba(0,0,0,.7);--mm-color-text-dimmed:rgba(0,0,0,.3);--mm-color-background:#fff;--mm-color-background-highlight:rgba(0,0,0,.06);--mm-color-background-emphasis:rgba(0,0,0,.03)}.mm-menu--theme-dark{--mm-color-border:rgba(0,0,0,.3);--mm-color-button:hsla(0,0%,100%,.4);--mm-color-text:hsla(0,0%,100%,.85);--mm-color-text-dimmed:hsla(0,0%,100%,.4);--mm-color-background:#333;--mm-color-background-highlight:hsla(0,0%,100%,.08);--mm-color-background-emphasis:rgba(0,0,0,.1)}.mm-menu--theme-black{--mm-color-border:hsla(0,0%,100%,.25);--mm-color-button:hsla(0,0%,100%,.4);--mm-color-text:hsla(0,0%,100%,.75);--mm-color-text-dimmed:hsla(0,0%,100%,.4);--mm-color-background:#000;--mm-color-background-highlight:hsla(0,0%,100%,.2);--mm-color-background-emphasis:hsla(0,0%,100%,.15)}
.mfp-bg{background:#0b0b0b;opacity:.8;overflow:hidden;z-index:1042}.mfp-bg,.mfp-wrap{height:100%;left:0;position:fixed;top:0;width:100%}.mfp-wrap{-webkit-backface-visibility:hidden;outline:none!important;z-index:1043}.mfp-container{box-sizing:border-box;height:100%;left:0;padding:0 8px;position:absolute;text-align:center;top:0;width:100%}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{display:inline-block;margin:0 auto;position:relative;text-align:left;vertical-align:middle;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{cursor:auto;width:100%}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;left:8px;margin-top:-.8em;position:absolute;right:8px;text-align:center;top:50%;width:auto;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{-webkit-appearance:none;background:transparent;border:0;box-shadow:none;cursor:pointer;display:block;outline:none;overflow:visible;padding:0;touch-action:manipulation;z-index:1046}button::-moz-focus-inner{border:0;padding:0}.mfp-close{color:#fff;font-family:Arial,Baskerville,monospace;font-size:28px;font-style:normal;height:44px;line-height:44px;opacity:.65;padding:0 0 18px 10px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:44px}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;padding-right:6px;right:-6px;text-align:right;width:100%}.mfp-counter{color:#ccc;font-size:12px;line-height:18px;position:absolute;right:0;top:0;white-space:nowrap}.mfp-arrow{-webkit-tap-highlight-color:rgba(0,0,0,0);height:110px;margin:-55px 0 0;opacity:.65;padding:0;position:absolute;top:50%;width:90px}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{border:inset transparent;content:"";display:block;height:0;left:0;margin-left:35px;margin-top:35px;position:absolute;top:0;width:0}.mfp-arrow:after{border-bottom-width:13px;border-top-width:13px;top:8px}.mfp-arrow:before{border-bottom-width:21px;border-top-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{border-right:27px solid #3f3f3f;margin-left:25px}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-bottom:40px;padding-top:40px}.mfp-iframe-holder .mfp-content{line-height:0;max-width:900px;width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{height:0;overflow:hidden;padding-top:56.25%;width:100%}.mfp-iframe-scaler iframe{background:#000;box-shadow:0 0 8px rgba(0,0,0,.6);display:block;height:100%;left:0;position:absolute;top:0;width:100%}img.mfp-img{box-sizing:border-box;display:block;height:auto;margin:0 auto;max-width:100%;padding:40px 0;width:auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{background:#444;bottom:40px;box-shadow:0 0 8px rgba(0,0,0,.6);content:"";display:block;height:auto;left:0;position:absolute;right:0;top:40px;width:auto;z-index:-1}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{cursor:auto;left:0;margin-top:-36px;position:absolute;top:100%;width:100%}.mfp-title{word-wrap:break-word;color:#f3f3f3;line-height:18px;padding-right:36px;text-align:left}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{bottom:0;top:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;box-sizing:border-box;margin:0;padding:3px 5px;position:fixed;top:auto}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{background:rgba(0,0,0,.6);height:35px;line-height:35px;padding:0;position:fixed;right:0;text-align:center;top:0;width:35px}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95)}to{animation-timing-function:ease-in;transform:perspective(400px)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{opacity:1;transform:skewX(-5deg)}to{opacity:1;transform:none}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}to{opacity:1;transform:none;transform-origin:center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}
:root,[data-bs-theme=light]{--SeventyTwo-blue:#0d6efd;--SeventyTwo-indigo:#6610f2;--SeventyTwo-purple:#6f42c1;--SeventyTwo-pink:#d63384;--SeventyTwo-red:#dc3545;--SeventyTwo-orange:#fd7e14;--SeventyTwo-yellow:#ffc107;--SeventyTwo-green:#198754;--SeventyTwo-teal:#20c997;--SeventyTwo-cyan:#0dcaf0;--SeventyTwo-black:#000;--SeventyTwo-white:#fff;--SeventyTwo-gray:#6c757d;--SeventyTwo-gray-dark:#343a40;--SeventyTwo-gray-100:#f8f9fa;--SeventyTwo-gray-200:#e9ecef;--SeventyTwo-gray-300:#dee2e6;--SeventyTwo-gray-400:#ced4da;--SeventyTwo-gray-500:#adb5bd;--SeventyTwo-gray-600:#6c757d;--SeventyTwo-gray-700:#495057;--SeventyTwo-gray-800:#343a40;--SeventyTwo-gray-900:#212529;--SeventyTwo-primary:#f3f0eb;--SeventyTwo-secondary:#373737;--SeventyTwo-success:#198754;--SeventyTwo-info:#0dcaf0;--SeventyTwo-warning:#ffc107;--SeventyTwo-danger:#dc3545;--SeventyTwo-light:#f8f9fa;--SeventyTwo-dark:#212529;--SeventyTwo-primary-rgb:243,240,235;--SeventyTwo-secondary-rgb:55,55,55;--SeventyTwo-success-rgb:25,135,84;--SeventyTwo-info-rgb:13,202,240;--SeventyTwo-warning-rgb:255,193,7;--SeventyTwo-danger-rgb:220,53,69;--SeventyTwo-light-rgb:248,249,250;--SeventyTwo-dark-rgb:33,37,41;--SeventyTwo-primary-text-emphasis:#61605e;--SeventyTwo-secondary-text-emphasis:#161616;--SeventyTwo-success-text-emphasis:#0a3622;--SeventyTwo-info-text-emphasis:#055160;--SeventyTwo-warning-text-emphasis:#664d03;--SeventyTwo-danger-text-emphasis:#58151c;--SeventyTwo-light-text-emphasis:#495057;--SeventyTwo-dark-text-emphasis:#495057;--SeventyTwo-primary-bg-subtle:#fdfcfb;--SeventyTwo-secondary-bg-subtle:#d7d7d7;--SeventyTwo-success-bg-subtle:#d1e7dd;--SeventyTwo-info-bg-subtle:#cff4fc;--SeventyTwo-warning-bg-subtle:#fff3cd;--SeventyTwo-danger-bg-subtle:#f8d7da;--SeventyTwo-light-bg-subtle:#fcfcfd;--SeventyTwo-dark-bg-subtle:#ced4da;--SeventyTwo-primary-border-subtle:#faf9f7;--SeventyTwo-secondary-border-subtle:#afafaf;--SeventyTwo-success-border-subtle:#a3cfbb;--SeventyTwo-info-border-subtle:#9eeaf9;--SeventyTwo-warning-border-subtle:#ffe69c;--SeventyTwo-danger-border-subtle:#f1aeb5;--SeventyTwo-light-border-subtle:#e9ecef;--SeventyTwo-dark-border-subtle:#adb5bd;--SeventyTwo-white-rgb:255,255,255;--SeventyTwo-black-rgb:0,0,0;--SeventyTwo-font-sans-serif:messina_serifbook,"sans serif";--SeventyTwo-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--SeventyTwo-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--SeventyTwo-body-font-family:Fakt,"sans serif";--SeventyTwo-body-font-size:1.0625rem;--SeventyTwo-body-font-weight:400;--SeventyTwo-body-line-height:1.5;--SeventyTwo-body-color:#f3f0eb;--SeventyTwo-body-color-rgb:243,240,235;--SeventyTwo-body-bg:#373737;--SeventyTwo-body-bg-rgb:55,55,55;--SeventyTwo-emphasis-color:#000;--SeventyTwo-emphasis-color-rgb:0,0,0;--SeventyTwo-secondary-color:hsla(38,25%,94%,.75);--SeventyTwo-secondary-color-rgb:243,240,235;--SeventyTwo-secondary-bg:#e9ecef;--SeventyTwo-secondary-bg-rgb:233,236,239;--SeventyTwo-tertiary-color:hsla(38,25%,94%,.5);--SeventyTwo-tertiary-color-rgb:243,240,235;--SeventyTwo-tertiary-bg:#f8f9fa;--SeventyTwo-tertiary-bg-rgb:248,249,250;--SeventyTwo-heading-color:#f3f0eb;--SeventyTwo-link-color:#f3f0eb;--SeventyTwo-link-color-rgb:243,240,235;--SeventyTwo-link-decoration:underline;--SeventyTwo-link-hover-color:#c2c0bc;--SeventyTwo-link-hover-color-rgb:194,192,188;--SeventyTwo-code-color:#d63384;--SeventyTwo-highlight-color:#f3f0eb;--SeventyTwo-highlight-bg:#fff3cd;--SeventyTwo-border-width:1px;--SeventyTwo-border-style:solid;--SeventyTwo-border-color:#dee2e6;--SeventyTwo-border-color-translucent:rgba(0,0,0,.175);--SeventyTwo-border-radius:0.375rem;--SeventyTwo-border-radius-sm:0.25rem;--SeventyTwo-border-radius-lg:0.5rem;--SeventyTwo-border-radius-xl:1rem;--SeventyTwo-border-radius-xxl:2rem;--SeventyTwo-border-radius-2xl:var(--SeventyTwo-border-radius-xxl);--SeventyTwo-border-radius-pill:50rem;--SeventyTwo-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--SeventyTwo-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--SeventyTwo-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--SeventyTwo-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--SeventyTwo-focus-ring-width:0.25rem;--SeventyTwo-focus-ring-opacity:0.25;--SeventyTwo-focus-ring-color:hsla(38,25%,94%,.25);--SeventyTwo-form-valid-color:#198754;--SeventyTwo-form-valid-border-color:#198754;--SeventyTwo-form-invalid-color:#dc3545;--SeventyTwo-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{--SeventyTwo-body-color:#dee2e6;--SeventyTwo-body-color-rgb:222,226,230;--SeventyTwo-body-bg:#212529;--SeventyTwo-body-bg-rgb:33,37,41;--SeventyTwo-emphasis-color:#fff;--SeventyTwo-emphasis-color-rgb:255,255,255;--SeventyTwo-secondary-color:rgba(222,226,230,.75);--SeventyTwo-secondary-color-rgb:222,226,230;--SeventyTwo-secondary-bg:#343a40;--SeventyTwo-secondary-bg-rgb:52,58,64;--SeventyTwo-tertiary-color:rgba(222,226,230,.5);--SeventyTwo-tertiary-color-rgb:222,226,230;--SeventyTwo-tertiary-bg:#2b3035;--SeventyTwo-tertiary-bg-rgb:43,48,53;--SeventyTwo-primary-text-emphasis:#f8f6f3;--SeventyTwo-secondary-text-emphasis:#878787;--SeventyTwo-success-text-emphasis:#75b798;--SeventyTwo-info-text-emphasis:#6edff6;--SeventyTwo-warning-text-emphasis:#ffda6a;--SeventyTwo-danger-text-emphasis:#ea868f;--SeventyTwo-light-text-emphasis:#f8f9fa;--SeventyTwo-dark-text-emphasis:#dee2e6;--SeventyTwo-primary-bg-subtle:#31302f;--SeventyTwo-secondary-bg-subtle:#0b0b0b;--SeventyTwo-success-bg-subtle:#051b11;--SeventyTwo-info-bg-subtle:#032830;--SeventyTwo-warning-bg-subtle:#332701;--SeventyTwo-danger-bg-subtle:#2c0b0e;--SeventyTwo-light-bg-subtle:#343a40;--SeventyTwo-dark-bg-subtle:#1a1d20;--SeventyTwo-primary-border-subtle:#92908d;--SeventyTwo-secondary-border-subtle:#212121;--SeventyTwo-success-border-subtle:#0f5132;--SeventyTwo-info-border-subtle:#087990;--SeventyTwo-warning-border-subtle:#997404;--SeventyTwo-danger-border-subtle:#842029;--SeventyTwo-light-border-subtle:#495057;--SeventyTwo-dark-border-subtle:#343a40;--SeventyTwo-heading-color:inherit;--SeventyTwo-link-color:#f8f6f3;--SeventyTwo-link-hover-color:#f9f8f5;--SeventyTwo-link-color-rgb:248,246,243;--SeventyTwo-link-hover-color-rgb:249,248,245;--SeventyTwo-code-color:#e685b5;--SeventyTwo-highlight-color:#dee2e6;--SeventyTwo-highlight-bg:#664d03;--SeventyTwo-border-color:#495057;--SeventyTwo-border-color-translucent:hsla(0,0%,100%,.15);--SeventyTwo-form-valid-color:#75b798;--SeventyTwo-form-valid-border-color:#75b798;--SeventyTwo-form-invalid-color:#ea868f;--SeventyTwo-form-invalid-border-color:#ea868f;color-scheme:dark}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:var(--SeventyTwo-body-bg);color:var(--SeventyTwo-body-color);font-family:var(--SeventyTwo-body-font-family);font-size:var(--SeventyTwo-body-font-size);font-weight:var(--SeventyTwo-body-font-weight);line-height:var(--SeventyTwo-body-line-height);margin:0;text-align:var(--SeventyTwo-body-text-align)}hr{border:0;border-top:1px solid #f3f0eb;color:inherit;margin:1rem 0;opacity:.5}h1,h2,h3,h4,h5,h6{color:var(--SeventyTwo-heading-color);font-family:messina_serifbook,"sans serif";font-weight:300;line-height:1.1;margin-bottom:1.5rem;margin-top:0}h1{font-size:calc(1.39063rem + 1.6875vw)}@media (min-width:1200px){h1{font-size:2.65625rem}}h2{font-size:calc(1.3375rem + 1.05vw)}@media (min-width:1200px){h2{font-size:2.125rem}}h3{font-size:calc(1.31094rem + .73125vw)}@media (min-width:1200px){h3{font-size:1.859375rem}}h4{font-size:calc(1.28438rem + .4125vw)}@media (min-width:1200px){h4{font-size:1.59375rem}}h5{font-size:calc(1.25781rem + .09375vw)}@media (min-width:1200px){h5{font-size:1.328125rem}}h6{font-size:1.0625rem}p{margin-bottom:1.5rem;margin-top:0}abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{background-color:var(--SeventyTwo-highlight-bg);color:var(--SeventyTwo-highlight-color);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--SeventyTwo-link-color-rgb),var(--SeventyTwo-link-opacity,1));text-decoration:underline}a:hover{--SeventyTwo-link-color-rgb:var(--SeventyTwo-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--SeventyTwo-font-monospace);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:var(--SeventyTwo-code-color);font-size:.875em}a>code{color:inherit}kbd{background-color:var(--SeventyTwo-body-color);border-radius:.25rem;color:var(--SeventyTwo-body-bg);font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:var(--SeventyTwo-secondary-color);padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:var(--SeventyTwo-body-bg);border:var(--SeventyTwo-border-width) solid var(--SeventyTwo-border-color);border-radius:var(--SeventyTwo-border-radius);padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:var(--SeventyTwo-secondary-color);font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--SeventyTwo-gutter-x:1.5rem;--SeventyTwo-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--SeventyTwo-gutter-x)*.5);padding-right:calc(var(--SeventyTwo-gutter-x)*.5);width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1712px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1600px}}:root{--SeventyTwo-breakpoint-xs:0;--SeventyTwo-breakpoint-sm:576px;--SeventyTwo-breakpoint-md:768px;--SeventyTwo-breakpoint-lg:992px;--SeventyTwo-breakpoint-xl:1200px;--SeventyTwo-breakpoint-xxl:1712px}.row{--SeventyTwo-gutter-x:1.5rem;--SeventyTwo-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--SeventyTwo-gutter-x)*-.5);margin-right:calc(var(--SeventyTwo-gutter-x)*-.5);margin-top:calc(var(--SeventyTwo-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--SeventyTwo-gutter-y);max-width:100%;padding-left:calc(var(--SeventyTwo-gutter-x)*.5);padding-right:calc(var(--SeventyTwo-gutter-x)*.5);width:100%}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--SeventyTwo-gutter-x:0}.g-0,.gy-0{--SeventyTwo-gutter-y:0}.g-1,.gx-1{--SeventyTwo-gutter-x:0.25rem}.g-1,.gy-1{--SeventyTwo-gutter-y:0.25rem}.g-2,.gx-2{--SeventyTwo-gutter-x:0.5rem}.g-2,.gy-2{--SeventyTwo-gutter-y:0.5rem}.g-3,.gx-3{--SeventyTwo-gutter-x:1rem}.g-3,.gy-3{--SeventyTwo-gutter-y:1rem}.g-4,.gx-4{--SeventyTwo-gutter-x:1.5rem}.g-4,.gy-4{--SeventyTwo-gutter-y:1.5rem}.g-5,.gx-5{--SeventyTwo-gutter-x:2rem}.g-5,.gy-5{--SeventyTwo-gutter-y:2rem}.g-6,.gx-6{--SeventyTwo-gutter-x:2.5rem}.g-6,.gy-6{--SeventyTwo-gutter-y:2.5rem}.g-7,.gx-7{--SeventyTwo-gutter-x:3rem}.g-7,.gy-7{--SeventyTwo-gutter-y:3rem}.g-8,.gx-8{--SeventyTwo-gutter-x:3.5rem}.g-8,.gy-8{--SeventyTwo-gutter-y:3.5rem}.g-9,.gx-9{--SeventyTwo-gutter-x:4rem}.g-9,.gy-9{--SeventyTwo-gutter-y:4rem}.g-10,.gx-10{--SeventyTwo-gutter-x:4.5rem}.g-10,.gy-10{--SeventyTwo-gutter-y:4.5rem}.g-11,.gx-11{--SeventyTwo-gutter-x:5rem}.g-11,.gy-11{--SeventyTwo-gutter-y:5rem}.g-12,.gx-12{--SeventyTwo-gutter-x:5.5rem}.g-12,.gy-12{--SeventyTwo-gutter-y:5.5rem}.g-13,.gx-13{--SeventyTwo-gutter-x:6rem}.g-13,.gy-13{--SeventyTwo-gutter-y:6rem}.g-14,.gx-14{--SeventyTwo-gutter-x:6.5rem}.g-14,.gy-14{--SeventyTwo-gutter-y:6.5rem}.g-15,.gx-15{--SeventyTwo-gutter-x:7rem}.g-15,.gy-15{--SeventyTwo-gutter-y:7rem}.g-16,.gx-16{--SeventyTwo-gutter-x:7.5rem}.g-16,.gy-16{--SeventyTwo-gutter-y:7.5rem}.g-18,.gx-18{--SeventyTwo-gutter-x:8rem}.g-18,.gy-18{--SeventyTwo-gutter-y:8rem}.g-19,.gx-19{--SeventyTwo-gutter-x:8.5rem}.g-19,.gy-19{--SeventyTwo-gutter-y:8.5rem}.g-20,.gx-20{--SeventyTwo-gutter-x:9rem}.g-20,.gy-20{--SeventyTwo-gutter-y:9rem}.g-21,.gx-21{--SeventyTwo-gutter-x:9.5rem}.g-21,.gy-21{--SeventyTwo-gutter-y:9.5rem}.g-22,.gx-22{--SeventyTwo-gutter-x:10rem}.g-22,.gy-22{--SeventyTwo-gutter-y:10rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--SeventyTwo-gutter-x:0}.g-sm-0,.gy-sm-0{--SeventyTwo-gutter-y:0}.g-sm-1,.gx-sm-1{--SeventyTwo-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--SeventyTwo-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--SeventyTwo-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--SeventyTwo-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--SeventyTwo-gutter-x:1rem}.g-sm-3,.gy-sm-3{--SeventyTwo-gutter-y:1rem}.g-sm-4,.gx-sm-4{--SeventyTwo-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--SeventyTwo-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--SeventyTwo-gutter-x:2rem}.g-sm-5,.gy-sm-5{--SeventyTwo-gutter-y:2rem}.g-sm-6,.gx-sm-6{--SeventyTwo-gutter-x:2.5rem}.g-sm-6,.gy-sm-6{--SeventyTwo-gutter-y:2.5rem}.g-sm-7,.gx-sm-7{--SeventyTwo-gutter-x:3rem}.g-sm-7,.gy-sm-7{--SeventyTwo-gutter-y:3rem}.g-sm-8,.gx-sm-8{--SeventyTwo-gutter-x:3.5rem}.g-sm-8,.gy-sm-8{--SeventyTwo-gutter-y:3.5rem}.g-sm-9,.gx-sm-9{--SeventyTwo-gutter-x:4rem}.g-sm-9,.gy-sm-9{--SeventyTwo-gutter-y:4rem}.g-sm-10,.gx-sm-10{--SeventyTwo-gutter-x:4.5rem}.g-sm-10,.gy-sm-10{--SeventyTwo-gutter-y:4.5rem}.g-sm-11,.gx-sm-11{--SeventyTwo-gutter-x:5rem}.g-sm-11,.gy-sm-11{--SeventyTwo-gutter-y:5rem}.g-sm-12,.gx-sm-12{--SeventyTwo-gutter-x:5.5rem}.g-sm-12,.gy-sm-12{--SeventyTwo-gutter-y:5.5rem}.g-sm-13,.gx-sm-13{--SeventyTwo-gutter-x:6rem}.g-sm-13,.gy-sm-13{--SeventyTwo-gutter-y:6rem}.g-sm-14,.gx-sm-14{--SeventyTwo-gutter-x:6.5rem}.g-sm-14,.gy-sm-14{--SeventyTwo-gutter-y:6.5rem}.g-sm-15,.gx-sm-15{--SeventyTwo-gutter-x:7rem}.g-sm-15,.gy-sm-15{--SeventyTwo-gutter-y:7rem}.g-sm-16,.gx-sm-16{--SeventyTwo-gutter-x:7.5rem}.g-sm-16,.gy-sm-16{--SeventyTwo-gutter-y:7.5rem}.g-sm-18,.gx-sm-18{--SeventyTwo-gutter-x:8rem}.g-sm-18,.gy-sm-18{--SeventyTwo-gutter-y:8rem}.g-sm-19,.gx-sm-19{--SeventyTwo-gutter-x:8.5rem}.g-sm-19,.gy-sm-19{--SeventyTwo-gutter-y:8.5rem}.g-sm-20,.gx-sm-20{--SeventyTwo-gutter-x:9rem}.g-sm-20,.gy-sm-20{--SeventyTwo-gutter-y:9rem}.g-sm-21,.gx-sm-21{--SeventyTwo-gutter-x:9.5rem}.g-sm-21,.gy-sm-21{--SeventyTwo-gutter-y:9.5rem}.g-sm-22,.gx-sm-22{--SeventyTwo-gutter-x:10rem}.g-sm-22,.gy-sm-22{--SeventyTwo-gutter-y:10rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--SeventyTwo-gutter-x:0}.g-md-0,.gy-md-0{--SeventyTwo-gutter-y:0}.g-md-1,.gx-md-1{--SeventyTwo-gutter-x:0.25rem}.g-md-1,.gy-md-1{--SeventyTwo-gutter-y:0.25rem}.g-md-2,.gx-md-2{--SeventyTwo-gutter-x:0.5rem}.g-md-2,.gy-md-2{--SeventyTwo-gutter-y:0.5rem}.g-md-3,.gx-md-3{--SeventyTwo-gutter-x:1rem}.g-md-3,.gy-md-3{--SeventyTwo-gutter-y:1rem}.g-md-4,.gx-md-4{--SeventyTwo-gutter-x:1.5rem}.g-md-4,.gy-md-4{--SeventyTwo-gutter-y:1.5rem}.g-md-5,.gx-md-5{--SeventyTwo-gutter-x:2rem}.g-md-5,.gy-md-5{--SeventyTwo-gutter-y:2rem}.g-md-6,.gx-md-6{--SeventyTwo-gutter-x:2.5rem}.g-md-6,.gy-md-6{--SeventyTwo-gutter-y:2.5rem}.g-md-7,.gx-md-7{--SeventyTwo-gutter-x:3rem}.g-md-7,.gy-md-7{--SeventyTwo-gutter-y:3rem}.g-md-8,.gx-md-8{--SeventyTwo-gutter-x:3.5rem}.g-md-8,.gy-md-8{--SeventyTwo-gutter-y:3.5rem}.g-md-9,.gx-md-9{--SeventyTwo-gutter-x:4rem}.g-md-9,.gy-md-9{--SeventyTwo-gutter-y:4rem}.g-md-10,.gx-md-10{--SeventyTwo-gutter-x:4.5rem}.g-md-10,.gy-md-10{--SeventyTwo-gutter-y:4.5rem}.g-md-11,.gx-md-11{--SeventyTwo-gutter-x:5rem}.g-md-11,.gy-md-11{--SeventyTwo-gutter-y:5rem}.g-md-12,.gx-md-12{--SeventyTwo-gutter-x:5.5rem}.g-md-12,.gy-md-12{--SeventyTwo-gutter-y:5.5rem}.g-md-13,.gx-md-13{--SeventyTwo-gutter-x:6rem}.g-md-13,.gy-md-13{--SeventyTwo-gutter-y:6rem}.g-md-14,.gx-md-14{--SeventyTwo-gutter-x:6.5rem}.g-md-14,.gy-md-14{--SeventyTwo-gutter-y:6.5rem}.g-md-15,.gx-md-15{--SeventyTwo-gutter-x:7rem}.g-md-15,.gy-md-15{--SeventyTwo-gutter-y:7rem}.g-md-16,.gx-md-16{--SeventyTwo-gutter-x:7.5rem}.g-md-16,.gy-md-16{--SeventyTwo-gutter-y:7.5rem}.g-md-18,.gx-md-18{--SeventyTwo-gutter-x:8rem}.g-md-18,.gy-md-18{--SeventyTwo-gutter-y:8rem}.g-md-19,.gx-md-19{--SeventyTwo-gutter-x:8.5rem}.g-md-19,.gy-md-19{--SeventyTwo-gutter-y:8.5rem}.g-md-20,.gx-md-20{--SeventyTwo-gutter-x:9rem}.g-md-20,.gy-md-20{--SeventyTwo-gutter-y:9rem}.g-md-21,.gx-md-21{--SeventyTwo-gutter-x:9.5rem}.g-md-21,.gy-md-21{--SeventyTwo-gutter-y:9.5rem}.g-md-22,.gx-md-22{--SeventyTwo-gutter-x:10rem}.g-md-22,.gy-md-22{--SeventyTwo-gutter-y:10rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--SeventyTwo-gutter-x:0}.g-lg-0,.gy-lg-0{--SeventyTwo-gutter-y:0}.g-lg-1,.gx-lg-1{--SeventyTwo-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--SeventyTwo-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--SeventyTwo-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--SeventyTwo-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--SeventyTwo-gutter-x:1rem}.g-lg-3,.gy-lg-3{--SeventyTwo-gutter-y:1rem}.g-lg-4,.gx-lg-4{--SeventyTwo-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--SeventyTwo-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--SeventyTwo-gutter-x:2rem}.g-lg-5,.gy-lg-5{--SeventyTwo-gutter-y:2rem}.g-lg-6,.gx-lg-6{--SeventyTwo-gutter-x:2.5rem}.g-lg-6,.gy-lg-6{--SeventyTwo-gutter-y:2.5rem}.g-lg-7,.gx-lg-7{--SeventyTwo-gutter-x:3rem}.g-lg-7,.gy-lg-7{--SeventyTwo-gutter-y:3rem}.g-lg-8,.gx-lg-8{--SeventyTwo-gutter-x:3.5rem}.g-lg-8,.gy-lg-8{--SeventyTwo-gutter-y:3.5rem}.g-lg-9,.gx-lg-9{--SeventyTwo-gutter-x:4rem}.g-lg-9,.gy-lg-9{--SeventyTwo-gutter-y:4rem}.g-lg-10,.gx-lg-10{--SeventyTwo-gutter-x:4.5rem}.g-lg-10,.gy-lg-10{--SeventyTwo-gutter-y:4.5rem}.g-lg-11,.gx-lg-11{--SeventyTwo-gutter-x:5rem}.g-lg-11,.gy-lg-11{--SeventyTwo-gutter-y:5rem}.g-lg-12,.gx-lg-12{--SeventyTwo-gutter-x:5.5rem}.g-lg-12,.gy-lg-12{--SeventyTwo-gutter-y:5.5rem}.g-lg-13,.gx-lg-13{--SeventyTwo-gutter-x:6rem}.g-lg-13,.gy-lg-13{--SeventyTwo-gutter-y:6rem}.g-lg-14,.gx-lg-14{--SeventyTwo-gutter-x:6.5rem}.g-lg-14,.gy-lg-14{--SeventyTwo-gutter-y:6.5rem}.g-lg-15,.gx-lg-15{--SeventyTwo-gutter-x:7rem}.g-lg-15,.gy-lg-15{--SeventyTwo-gutter-y:7rem}.g-lg-16,.gx-lg-16{--SeventyTwo-gutter-x:7.5rem}.g-lg-16,.gy-lg-16{--SeventyTwo-gutter-y:7.5rem}.g-lg-18,.gx-lg-18{--SeventyTwo-gutter-x:8rem}.g-lg-18,.gy-lg-18{--SeventyTwo-gutter-y:8rem}.g-lg-19,.gx-lg-19{--SeventyTwo-gutter-x:8.5rem}.g-lg-19,.gy-lg-19{--SeventyTwo-gutter-y:8.5rem}.g-lg-20,.gx-lg-20{--SeventyTwo-gutter-x:9rem}.g-lg-20,.gy-lg-20{--SeventyTwo-gutter-y:9rem}.g-lg-21,.gx-lg-21{--SeventyTwo-gutter-x:9.5rem}.g-lg-21,.gy-lg-21{--SeventyTwo-gutter-y:9.5rem}.g-lg-22,.gx-lg-22{--SeventyTwo-gutter-x:10rem}.g-lg-22,.gy-lg-22{--SeventyTwo-gutter-y:10rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--SeventyTwo-gutter-x:0}.g-xl-0,.gy-xl-0{--SeventyTwo-gutter-y:0}.g-xl-1,.gx-xl-1{--SeventyTwo-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--SeventyTwo-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--SeventyTwo-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--SeventyTwo-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--SeventyTwo-gutter-x:1rem}.g-xl-3,.gy-xl-3{--SeventyTwo-gutter-y:1rem}.g-xl-4,.gx-xl-4{--SeventyTwo-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--SeventyTwo-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--SeventyTwo-gutter-x:2rem}.g-xl-5,.gy-xl-5{--SeventyTwo-gutter-y:2rem}.g-xl-6,.gx-xl-6{--SeventyTwo-gutter-x:2.5rem}.g-xl-6,.gy-xl-6{--SeventyTwo-gutter-y:2.5rem}.g-xl-7,.gx-xl-7{--SeventyTwo-gutter-x:3rem}.g-xl-7,.gy-xl-7{--SeventyTwo-gutter-y:3rem}.g-xl-8,.gx-xl-8{--SeventyTwo-gutter-x:3.5rem}.g-xl-8,.gy-xl-8{--SeventyTwo-gutter-y:3.5rem}.g-xl-9,.gx-xl-9{--SeventyTwo-gutter-x:4rem}.g-xl-9,.gy-xl-9{--SeventyTwo-gutter-y:4rem}.g-xl-10,.gx-xl-10{--SeventyTwo-gutter-x:4.5rem}.g-xl-10,.gy-xl-10{--SeventyTwo-gutter-y:4.5rem}.g-xl-11,.gx-xl-11{--SeventyTwo-gutter-x:5rem}.g-xl-11,.gy-xl-11{--SeventyTwo-gutter-y:5rem}.g-xl-12,.gx-xl-12{--SeventyTwo-gutter-x:5.5rem}.g-xl-12,.gy-xl-12{--SeventyTwo-gutter-y:5.5rem}.g-xl-13,.gx-xl-13{--SeventyTwo-gutter-x:6rem}.g-xl-13,.gy-xl-13{--SeventyTwo-gutter-y:6rem}.g-xl-14,.gx-xl-14{--SeventyTwo-gutter-x:6.5rem}.g-xl-14,.gy-xl-14{--SeventyTwo-gutter-y:6.5rem}.g-xl-15,.gx-xl-15{--SeventyTwo-gutter-x:7rem}.g-xl-15,.gy-xl-15{--SeventyTwo-gutter-y:7rem}.g-xl-16,.gx-xl-16{--SeventyTwo-gutter-x:7.5rem}.g-xl-16,.gy-xl-16{--SeventyTwo-gutter-y:7.5rem}.g-xl-18,.gx-xl-18{--SeventyTwo-gutter-x:8rem}.g-xl-18,.gy-xl-18{--SeventyTwo-gutter-y:8rem}.g-xl-19,.gx-xl-19{--SeventyTwo-gutter-x:8.5rem}.g-xl-19,.gy-xl-19{--SeventyTwo-gutter-y:8.5rem}.g-xl-20,.gx-xl-20{--SeventyTwo-gutter-x:9rem}.g-xl-20,.gy-xl-20{--SeventyTwo-gutter-y:9rem}.g-xl-21,.gx-xl-21{--SeventyTwo-gutter-x:9.5rem}.g-xl-21,.gy-xl-21{--SeventyTwo-gutter-y:9.5rem}.g-xl-22,.gx-xl-22{--SeventyTwo-gutter-x:10rem}.g-xl-22,.gy-xl-22{--SeventyTwo-gutter-y:10rem}}@media (min-width:1712px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--SeventyTwo-gutter-x:0}.g-xxl-0,.gy-xxl-0{--SeventyTwo-gutter-y:0}.g-xxl-1,.gx-xxl-1{--SeventyTwo-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--SeventyTwo-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--SeventyTwo-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--SeventyTwo-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--SeventyTwo-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--SeventyTwo-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--SeventyTwo-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--SeventyTwo-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--SeventyTwo-gutter-x:2rem}.g-xxl-5,.gy-xxl-5{--SeventyTwo-gutter-y:2rem}.g-xxl-6,.gx-xxl-6{--SeventyTwo-gutter-x:2.5rem}.g-xxl-6,.gy-xxl-6{--SeventyTwo-gutter-y:2.5rem}.g-xxl-7,.gx-xxl-7{--SeventyTwo-gutter-x:3rem}.g-xxl-7,.gy-xxl-7{--SeventyTwo-gutter-y:3rem}.g-xxl-8,.gx-xxl-8{--SeventyTwo-gutter-x:3.5rem}.g-xxl-8,.gy-xxl-8{--SeventyTwo-gutter-y:3.5rem}.g-xxl-9,.gx-xxl-9{--SeventyTwo-gutter-x:4rem}.g-xxl-9,.gy-xxl-9{--SeventyTwo-gutter-y:4rem}.g-xxl-10,.gx-xxl-10{--SeventyTwo-gutter-x:4.5rem}.g-xxl-10,.gy-xxl-10{--SeventyTwo-gutter-y:4.5rem}.g-xxl-11,.gx-xxl-11{--SeventyTwo-gutter-x:5rem}.g-xxl-11,.gy-xxl-11{--SeventyTwo-gutter-y:5rem}.g-xxl-12,.gx-xxl-12{--SeventyTwo-gutter-x:5.5rem}.g-xxl-12,.gy-xxl-12{--SeventyTwo-gutter-y:5.5rem}.g-xxl-13,.gx-xxl-13{--SeventyTwo-gutter-x:6rem}.g-xxl-13,.gy-xxl-13{--SeventyTwo-gutter-y:6rem}.g-xxl-14,.gx-xxl-14{--SeventyTwo-gutter-x:6.5rem}.g-xxl-14,.gy-xxl-14{--SeventyTwo-gutter-y:6.5rem}.g-xxl-15,.gx-xxl-15{--SeventyTwo-gutter-x:7rem}.g-xxl-15,.gy-xxl-15{--SeventyTwo-gutter-y:7rem}.g-xxl-16,.gx-xxl-16{--SeventyTwo-gutter-x:7.5rem}.g-xxl-16,.gy-xxl-16{--SeventyTwo-gutter-y:7.5rem}.g-xxl-18,.gx-xxl-18{--SeventyTwo-gutter-x:8rem}.g-xxl-18,.gy-xxl-18{--SeventyTwo-gutter-y:8rem}.g-xxl-19,.gx-xxl-19{--SeventyTwo-gutter-x:8.5rem}.g-xxl-19,.gy-xxl-19{--SeventyTwo-gutter-y:8.5rem}.g-xxl-20,.gx-xxl-20{--SeventyTwo-gutter-x:9rem}.g-xxl-20,.gy-xxl-20{--SeventyTwo-gutter-y:9rem}.g-xxl-21,.gx-xxl-21{--SeventyTwo-gutter-x:9.5rem}.g-xxl-21,.gy-xxl-21{--SeventyTwo-gutter-y:9.5rem}.g-xxl-22,.gx-xxl-22{--SeventyTwo-gutter-x:10rem}.g-xxl-22,.gy-xxl-22{--SeventyTwo-gutter-y:10rem}}.clearfix:after{clear:both;content:"";display:block}.text-bg-primary{background-color:RGBA(var(--SeventyTwo-primary-rgb),var(--SeventyTwo-bg-opacity,1))!important;color:#000!important}.text-bg-secondary{background-color:RGBA(var(--SeventyTwo-secondary-rgb),var(--SeventyTwo-bg-opacity,1))!important;color:#fff!important}.text-bg-success{background-color:RGBA(var(--SeventyTwo-success-rgb),var(--SeventyTwo-bg-opacity,1))!important;color:#fff!important}.text-bg-info{background-color:RGBA(var(--SeventyTwo-info-rgb),var(--SeventyTwo-bg-opacity,1))!important;color:#000!important}.text-bg-warning{background-color:RGBA(var(--SeventyTwo-warning-rgb),var(--SeventyTwo-bg-opacity,1))!important;color:#000!important}.text-bg-danger{background-color:RGBA(var(--SeventyTwo-danger-rgb),var(--SeventyTwo-bg-opacity,1))!important;color:#fff!important}.text-bg-light{background-color:RGBA(var(--SeventyTwo-light-rgb),var(--SeventyTwo-bg-opacity,1))!important;color:#000!important}.text-bg-dark{background-color:RGBA(var(--SeventyTwo-dark-rgb),var(--SeventyTwo-bg-opacity,1))!important;color:#fff!important}.link-primary{color:RGBA(var(--SeventyTwo-primary-rgb),var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(var(--SeventyTwo-primary-rgb),var(--SeventyTwo-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(245,243,239,var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(245,243,239,var(--SeventyTwo-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--SeventyTwo-secondary-rgb),var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(var(--SeventyTwo-secondary-rgb),var(--SeventyTwo-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(44,44,44,var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(44,44,44,var(--SeventyTwo-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--SeventyTwo-success-rgb),var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(var(--SeventyTwo-success-rgb),var(--SeventyTwo-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--SeventyTwo-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--SeventyTwo-info-rgb),var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(var(--SeventyTwo-info-rgb),var(--SeventyTwo-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--SeventyTwo-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--SeventyTwo-warning-rgb),var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(var(--SeventyTwo-warning-rgb),var(--SeventyTwo-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--SeventyTwo-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--SeventyTwo-danger-rgb),var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(var(--SeventyTwo-danger-rgb),var(--SeventyTwo-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--SeventyTwo-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--SeventyTwo-light-rgb),var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(var(--SeventyTwo-light-rgb),var(--SeventyTwo-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--SeventyTwo-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--SeventyTwo-dark-rgb),var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(var(--SeventyTwo-dark-rgb),var(--SeventyTwo-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--SeventyTwo-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--SeventyTwo-emphasis-color-rgb),var(--SeventyTwo-link-opacity,1))!important;text-decoration-color:RGBA(var(--SeventyTwo-emphasis-color-rgb),var(--SeventyTwo-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--SeventyTwo-emphasis-color-rgb),var(--SeventyTwo-link-opacity,.75))!important;text-decoration-color:RGBA(var(--SeventyTwo-emphasis-color-rgb),var(--SeventyTwo-link-underline-opacity,.75))!important}.focus-ring:focus{box-shadow:var(--SeventyTwo-focus-ring-x,0) var(--SeventyTwo-focus-ring-y,0) var(--SeventyTwo-focus-ring-blur,0) var(--SeventyTwo-focus-ring-width) var(--SeventyTwo-focus-ring-color);outline:0}.icon-link{align-items:center;backface-visibility:hidden;display:inline-flex;gap:.375rem;text-decoration-color:rgba(var(--SeventyTwo-link-color-rgb),var(--SeventyTwo-link-opacity,.5));text-underline-offset:.25em}.icon-link>.bi{fill:currentcolor;flex-shrink:0;height:1em;transition:transform .2s ease-in-out;width:1em}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--SeventyTwo-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--SeventyTwo-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--SeventyTwo-aspect-ratio:100%}.ratio-4x3{--SeventyTwo-aspect-ratio:75%}.ratio-16x9{--SeventyTwo-aspect-ratio:56.25%}.ratio-21x9{--SeventyTwo-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1060}.fixed-bottom{bottom:0}.sticky-top{top:0}.sticky-bottom,.sticky-top{position:sticky;z-index:1020}.sticky-bottom{bottom:0}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1712px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{bottom:0;position:sticky;z-index:1020}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;white-space:nowrap!important;width:1px!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.5;width:var(--SeventyTwo-border-width)}.alert{--SeventyTwo-alert-bg:transparent;--SeventyTwo-alert-padding-x:1rem;--SeventyTwo-alert-padding-y:1rem;--SeventyTwo-alert-margin-bottom:1rem;--SeventyTwo-alert-color:inherit;--SeventyTwo-alert-border-color:transparent;--SeventyTwo-alert-border:var(--SeventyTwo-border-width) solid var(--SeventyTwo-alert-border-color);--SeventyTwo-alert-border-radius:var(--SeventyTwo-border-radius);--SeventyTwo-alert-link-color:inherit;background-color:var(--SeventyTwo-alert-bg);border:var(--SeventyTwo-alert-border);border-radius:var(--SeventyTwo-alert-border-radius);color:var(--SeventyTwo-alert-color);margin-bottom:var(--SeventyTwo-alert-margin-bottom);padding:var(--SeventyTwo-alert-padding-y) var(--SeventyTwo-alert-padding-x);position:relative}.alert-heading{color:inherit}.alert-link{color:var(--SeventyTwo-alert-link-color);font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{--SeventyTwo-alert-color:var(--SeventyTwo-primary-text-emphasis);--SeventyTwo-alert-bg:var(--SeventyTwo-primary-bg-subtle);--SeventyTwo-alert-border-color:var(--SeventyTwo-primary-border-subtle);--SeventyTwo-alert-link-color:var(--SeventyTwo-primary-text-emphasis)}.alert-secondary{--SeventyTwo-alert-color:var(--SeventyTwo-secondary-text-emphasis);--SeventyTwo-alert-bg:var(--SeventyTwo-secondary-bg-subtle);--SeventyTwo-alert-border-color:var(--SeventyTwo-secondary-border-subtle);--SeventyTwo-alert-link-color:var(--SeventyTwo-secondary-text-emphasis)}.alert-success{--SeventyTwo-alert-color:var(--SeventyTwo-success-text-emphasis);--SeventyTwo-alert-bg:var(--SeventyTwo-success-bg-subtle);--SeventyTwo-alert-border-color:var(--SeventyTwo-success-border-subtle);--SeventyTwo-alert-link-color:var(--SeventyTwo-success-text-emphasis)}.alert-info{--SeventyTwo-alert-color:var(--SeventyTwo-info-text-emphasis);--SeventyTwo-alert-bg:var(--SeventyTwo-info-bg-subtle);--SeventyTwo-alert-border-color:var(--SeventyTwo-info-border-subtle);--SeventyTwo-alert-link-color:var(--SeventyTwo-info-text-emphasis)}.alert-warning{--SeventyTwo-alert-color:var(--SeventyTwo-warning-text-emphasis);--SeventyTwo-alert-bg:var(--SeventyTwo-warning-bg-subtle);--SeventyTwo-alert-border-color:var(--SeventyTwo-warning-border-subtle);--SeventyTwo-alert-link-color:var(--SeventyTwo-warning-text-emphasis)}.alert-danger{--SeventyTwo-alert-color:var(--SeventyTwo-danger-text-emphasis);--SeventyTwo-alert-bg:var(--SeventyTwo-danger-bg-subtle);--SeventyTwo-alert-border-color:var(--SeventyTwo-danger-border-subtle);--SeventyTwo-alert-link-color:var(--SeventyTwo-danger-text-emphasis)}.alert-light{--SeventyTwo-alert-color:var(--SeventyTwo-light-text-emphasis);--SeventyTwo-alert-bg:var(--SeventyTwo-light-bg-subtle);--SeventyTwo-alert-border-color:var(--SeventyTwo-light-border-subtle);--SeventyTwo-alert-link-color:var(--SeventyTwo-light-text-emphasis)}.alert-dark{--SeventyTwo-alert-color:var(--SeventyTwo-dark-text-emphasis);--SeventyTwo-alert-bg:var(--SeventyTwo-dark-bg-subtle);--SeventyTwo-alert-border-color:var(--SeventyTwo-dark-border-subtle);--SeventyTwo-alert-link-color:var(--SeventyTwo-dark-text-emphasis)}.nav{--SeventyTwo-nav-link-padding-x:1rem;--SeventyTwo-nav-link-padding-y:0.5rem;--SeventyTwo-nav-link-font-weight: ;--SeventyTwo-nav-link-color:var(--SeventyTwo-link-color);--SeventyTwo-nav-link-hover-color:var(--SeventyTwo-link-hover-color);--SeventyTwo-nav-link-disabled-color:var(--SeventyTwo-secondary-color);display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{background:none;border:0;color:var(--SeventyTwo-nav-link-color);display:block;font-size:var(--SeventyTwo-nav-link-font-size);font-weight:var(--SeventyTwo-nav-link-font-weight);padding:var(--SeventyTwo-nav-link-padding-y) var(--SeventyTwo-nav-link-padding-x);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--SeventyTwo-nav-link-hover-color)}.nav-link:focus-visible{box-shadow:0 0 0 .25rem hsla(38,25%,94%,.25);outline:0}.nav-link.disabled,.nav-link:disabled{color:var(--SeventyTwo-nav-link-disabled-color);cursor:default;pointer-events:none}.nav-tabs{--SeventyTwo-nav-tabs-border-width:var(--SeventyTwo-border-width);--SeventyTwo-nav-tabs-border-color:var(--SeventyTwo-border-color);--SeventyTwo-nav-tabs-border-radius:var(--SeventyTwo-border-radius);--SeventyTwo-nav-tabs-link-hover-border-color:var(--SeventyTwo-secondary-bg) var(--SeventyTwo-secondary-bg) var(--SeventyTwo-border-color);--SeventyTwo-nav-tabs-link-active-color:var(--SeventyTwo-emphasis-color);--SeventyTwo-nav-tabs-link-active-bg:var(--SeventyTwo-body-bg);--SeventyTwo-nav-tabs-link-active-border-color:var(--SeventyTwo-border-color) var(--SeventyTwo-border-color) var(--SeventyTwo-body-bg);border-bottom:var(--SeventyTwo-nav-tabs-border-width) solid var(--SeventyTwo-nav-tabs-border-color)}.nav-tabs .nav-link{border:var(--SeventyTwo-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--SeventyTwo-nav-tabs-border-radius);border-top-right-radius:var(--SeventyTwo-nav-tabs-border-radius);margin-bottom:calc(var(--SeventyTwo-nav-tabs-border-width)*-1)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:var(--SeventyTwo-nav-tabs-link-hover-border-color);isolation:isolate}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:var(--SeventyTwo-nav-tabs-link-active-bg);border-color:var(--SeventyTwo-nav-tabs-link-active-border-color);color:var(--SeventyTwo-nav-tabs-link-active-color)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--SeventyTwo-nav-tabs-border-width)*-1)}.nav-pills{--SeventyTwo-nav-pills-border-radius:var(--SeventyTwo-border-radius);--SeventyTwo-nav-pills-link-active-color:#fff;--SeventyTwo-nav-pills-link-active-bg:#f3f0eb}.nav-pills .nav-link{border-radius:var(--SeventyTwo-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:var(--SeventyTwo-nav-pills-link-active-bg);color:var(--SeventyTwo-nav-pills-link-active-color)}.nav-underline{--SeventyTwo-nav-underline-gap:1rem;--SeventyTwo-nav-underline-border-width:0.125rem;--SeventyTwo-nav-underline-link-active-color:var(--SeventyTwo-emphasis-color);gap:var(--SeventyTwo-nav-underline-gap)}.nav-underline .nav-link{border-bottom:var(--SeventyTwo-nav-underline-border-width) solid transparent;padding-left:0;padding-right:0}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{border-bottom-color:currentcolor;color:var(--SeventyTwo-nav-underline-link-active-color);font-weight:700}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--SeventyTwo-navbar-padding-x:0;--SeventyTwo-navbar-padding-y:0.5rem;--SeventyTwo-navbar-color:rgba(var(--SeventyTwo-emphasis-color-rgb),0.65);--SeventyTwo-navbar-hover-color:rgba(var(--SeventyTwo-emphasis-color-rgb),0.8);--SeventyTwo-navbar-disabled-color:rgba(var(--SeventyTwo-emphasis-color-rgb),0.3);--SeventyTwo-navbar-active-color:rgba(var(--SeventyTwo-emphasis-color-rgb),1);--SeventyTwo-navbar-brand-padding-y:0.30078125rem;--SeventyTwo-navbar-brand-margin-end:1rem;--SeventyTwo-navbar-brand-font-size:1.328125rem;--SeventyTwo-navbar-brand-color:rgba(var(--SeventyTwo-emphasis-color-rgb),1);--SeventyTwo-navbar-brand-hover-color:rgba(var(--SeventyTwo-emphasis-color-rgb),1);--SeventyTwo-navbar-nav-link-padding-x:0.5rem;--SeventyTwo-navbar-toggler-padding-y:0.25rem;--SeventyTwo-navbar-toggler-padding-x:0.75rem;--SeventyTwo-navbar-toggler-font-size:1.328125rem;--SeventyTwo-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(243, 240, 235, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");--SeventyTwo-navbar-toggler-border-color:rgba(var(--SeventyTwo-emphasis-color-rgb),0.15);--SeventyTwo-navbar-toggler-border-radius:0;--SeventyTwo-navbar-toggler-focus-width:0;--SeventyTwo-navbar-toggler-transition:box-shadow 0.15s ease-in-out;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:var(--SeventyTwo-navbar-padding-y) var(--SeventyTwo-navbar-padding-x);position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{color:var(--SeventyTwo-navbar-brand-color);font-size:var(--SeventyTwo-navbar-brand-font-size);margin-right:var(--SeventyTwo-navbar-brand-margin-end);padding-bottom:var(--SeventyTwo-navbar-brand-padding-y);padding-top:var(--SeventyTwo-navbar-brand-padding-y);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--SeventyTwo-navbar-brand-hover-color)}.navbar-nav{--SeventyTwo-nav-link-padding-x:0;--SeventyTwo-nav-link-padding-y:0.5rem;--SeventyTwo-nav-link-font-weight: ;--SeventyTwo-nav-link-color:var(--SeventyTwo-navbar-color);--SeventyTwo-nav-link-hover-color:var(--SeventyTwo-navbar-hover-color);--SeventyTwo-nav-link-disabled-color:var(--SeventyTwo-navbar-disabled-color);display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--SeventyTwo-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{color:var(--SeventyTwo-navbar-color);padding-bottom:.5rem;padding-top:.5rem}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--SeventyTwo-navbar-active-color)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:var(--SeventyTwo-border-width) solid var(--SeventyTwo-navbar-toggler-border-color);border-radius:var(--SeventyTwo-navbar-toggler-border-radius);color:var(--SeventyTwo-navbar-color);font-size:var(--SeventyTwo-navbar-toggler-font-size);line-height:1;padding:var(--SeventyTwo-navbar-toggler-padding-y) var(--SeventyTwo-navbar-toggler-padding-x);transition:var(--SeventyTwo-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 var(--SeventyTwo-navbar-toggler-focus-width);outline:0;text-decoration:none}.navbar-toggler-icon{background-image:var(--SeventyTwo-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:var(--SeventyTwo-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:var(--SeventyTwo-navbar-nav-link-padding-x);padding-right:var(--SeventyTwo-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:var(--SeventyTwo-navbar-nav-link-padding-x);padding-right:var(--SeventyTwo-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:var(--SeventyTwo-navbar-nav-link-padding-x);padding-right:var(--SeventyTwo-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--SeventyTwo-navbar-nav-link-padding-x);padding-right:var(--SeventyTwo-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1712px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:var(--SeventyTwo-navbar-nav-link-padding-x);padding-right:var(--SeventyTwo-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:var(--SeventyTwo-navbar-nav-link-padding-x);padding-right:var(--SeventyTwo-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.navbar-dark,.navbar[data-bs-theme=dark]{--SeventyTwo-navbar-color:hsla(0,0%,100%,.55);--SeventyTwo-navbar-hover-color:hsla(0,0%,100%,.75);--SeventyTwo-navbar-disabled-color:hsla(0,0%,100%,.25);--SeventyTwo-navbar-active-color:#fff;--SeventyTwo-navbar-brand-color:#fff;--SeventyTwo-navbar-brand-hover-color:#fff;--SeventyTwo-navbar-toggler-border-color:hsla(0,0%,100%,.1)}.navbar-dark,.navbar[data-bs-theme=dark],[data-bs-theme=dark] .navbar-toggler-icon{--SeventyTwo-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.modal{--SeventyTwo-modal-zindex:1055;--SeventyTwo-modal-width:500px;--SeventyTwo-modal-padding:1rem;--SeventyTwo-modal-margin:0.5rem;--SeventyTwo-modal-color: ;--SeventyTwo-modal-bg:var(--SeventyTwo-body-bg);--SeventyTwo-modal-border-color:var(--SeventyTwo-border-color-translucent);--SeventyTwo-modal-border-width:var(--SeventyTwo-border-width);--SeventyTwo-modal-border-radius:var(--SeventyTwo-border-radius-lg);--SeventyTwo-modal-box-shadow:var(--SeventyTwo-box-shadow-sm);--SeventyTwo-modal-inner-border-radius:calc(var(--SeventyTwo-border-radius-lg) - var(--SeventyTwo-border-width));--SeventyTwo-modal-header-padding-x:1rem;--SeventyTwo-modal-header-padding-y:1rem;--SeventyTwo-modal-header-padding:1rem 1rem;--SeventyTwo-modal-header-border-color:var(--SeventyTwo-border-color);--SeventyTwo-modal-header-border-width:var(--SeventyTwo-border-width);--SeventyTwo-modal-title-line-height:1.5;--SeventyTwo-modal-footer-gap:0.5rem;--SeventyTwo-modal-footer-bg: ;--SeventyTwo-modal-footer-border-color:var(--SeventyTwo-border-color);--SeventyTwo-modal-footer-border-width:var(--SeventyTwo-border-width);display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--SeventyTwo-modal-zindex)}.modal-dialog{margin:var(--SeventyTwo-modal-margin);pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--SeventyTwo-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - var(--SeventyTwo-modal-margin)*2)}.modal-content{background-clip:padding-box;background-color:var(--SeventyTwo-modal-bg);border:var(--SeventyTwo-modal-border-width) solid var(--SeventyTwo-modal-border-color);border-radius:var(--SeventyTwo-modal-border-radius);color:var(--SeventyTwo-modal-color);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{--SeventyTwo-backdrop-zindex:1050;--SeventyTwo-backdrop-bg:#000;--SeventyTwo-backdrop-opacity:0.5;background-color:var(--SeventyTwo-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--SeventyTwo-backdrop-zindex)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--SeventyTwo-backdrop-opacity)}.modal-header{align-items:center;border-bottom:var(--SeventyTwo-modal-header-border-width) solid var(--SeventyTwo-modal-header-border-color);border-top-left-radius:var(--SeventyTwo-modal-inner-border-radius);border-top-right-radius:var(--SeventyTwo-modal-inner-border-radius);display:flex;flex-shrink:0;padding:var(--SeventyTwo-modal-header-padding)}.modal-header .btn-close{margin:calc(var(--SeventyTwo-modal-header-padding-y)*-.5) calc(var(--SeventyTwo-modal-header-padding-x)*-.5) calc(var(--SeventyTwo-modal-header-padding-y)*-.5) auto;padding:calc(var(--SeventyTwo-modal-header-padding-y)*.5) calc(var(--SeventyTwo-modal-header-padding-x)*.5)}.modal-title{line-height:var(--SeventyTwo-modal-title-line-height);margin-bottom:0}.modal-body{flex:1 1 auto;padding:var(--SeventyTwo-modal-padding);position:relative}.modal-footer{align-items:center;background-color:var(--SeventyTwo-modal-footer-bg);border-bottom-left-radius:var(--SeventyTwo-modal-inner-border-radius);border-bottom-right-radius:var(--SeventyTwo-modal-inner-border-radius);border-top:var(--SeventyTwo-modal-footer-border-width) solid var(--SeventyTwo-modal-footer-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:calc(var(--SeventyTwo-modal-padding) - var(--SeventyTwo-modal-footer-gap)*.5)}.modal-footer>*{margin:calc(var(--SeventyTwo-modal-footer-gap)*.5)}@media (min-width:576px){.modal{--SeventyTwo-modal-margin:1.75rem;--SeventyTwo-modal-box-shadow:var(--SeventyTwo-box-shadow)}.modal-dialog{margin-left:auto;margin-right:auto;max-width:var(--SeventyTwo-modal-width)}.modal-sm{--SeventyTwo-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--SeventyTwo-modal-width:800px}}@media (min-width:1200px){.modal-xl{--SeventyTwo-modal-width:1600px}}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1711.98px){.modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--SeventyTwo-dropdown-zindex:1000;--SeventyTwo-dropdown-min-width:10rem;--SeventyTwo-dropdown-padding-x:0;--SeventyTwo-dropdown-padding-y:0.5rem;--SeventyTwo-dropdown-spacer:0.125rem;--SeventyTwo-dropdown-font-size:1.0625rem;--SeventyTwo-dropdown-color:var(--SeventyTwo-body-color);--SeventyTwo-dropdown-bg:var(--SeventyTwo-body-bg);--SeventyTwo-dropdown-border-color:var(--SeventyTwo-border-color-translucent);--SeventyTwo-dropdown-border-radius:var(--SeventyTwo-border-radius);--SeventyTwo-dropdown-border-width:var(--SeventyTwo-border-width);--SeventyTwo-dropdown-inner-border-radius:calc(var(--SeventyTwo-border-radius) - var(--SeventyTwo-border-width));--SeventyTwo-dropdown-divider-bg:var(--SeventyTwo-border-color-translucent);--SeventyTwo-dropdown-divider-margin-y:0.5rem;--SeventyTwo-dropdown-box-shadow:var(--SeventyTwo-box-shadow);--SeventyTwo-dropdown-link-color:var(--SeventyTwo-body-color);--SeventyTwo-dropdown-link-hover-color:var(--SeventyTwo-body-color);--SeventyTwo-dropdown-link-hover-bg:var(--SeventyTwo-tertiary-bg);--SeventyTwo-dropdown-link-active-color:#fff;--SeventyTwo-dropdown-link-active-bg:#f3f0eb;--SeventyTwo-dropdown-link-disabled-color:var(--SeventyTwo-tertiary-color);--SeventyTwo-dropdown-item-padding-x:1rem;--SeventyTwo-dropdown-item-padding-y:0.25rem;--SeventyTwo-dropdown-header-color:#6c757d;--SeventyTwo-dropdown-header-padding-x:1rem;--SeventyTwo-dropdown-header-padding-y:0.5rem;background-clip:padding-box;background-color:var(--SeventyTwo-dropdown-bg);border:var(--SeventyTwo-dropdown-border-width) solid var(--SeventyTwo-dropdown-border-color);border-radius:var(--SeventyTwo-dropdown-border-radius);color:var(--SeventyTwo-dropdown-color);display:none;font-size:var(--SeventyTwo-dropdown-font-size);list-style:none;margin:0;min-width:var(--SeventyTwo-dropdown-min-width);padding:var(--SeventyTwo-dropdown-padding-y) var(--SeventyTwo-dropdown-padding-x);position:absolute;text-align:left;z-index:var(--SeventyTwo-dropdown-zindex)}.dropdown-menu[data-bs-popper]{left:0;margin-top:var(--SeventyTwo-dropdown-spacer);top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1712px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:var(--SeventyTwo-dropdown-spacer);margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:var(--SeventyTwo-dropdown-spacer);margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:var(--SeventyTwo-dropdown-spacer);margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid var(--SeventyTwo-dropdown-divider-bg);height:0;margin:var(--SeventyTwo-dropdown-divider-margin-y) 0;opacity:1;overflow:hidden}.dropdown-item{background-color:transparent;border:0;border-radius:var(--SeventyTwo-dropdown-item-border-radius,0);clear:both;color:var(--SeventyTwo-dropdown-link-color);display:block;font-weight:400;padding:var(--SeventyTwo-dropdown-item-padding-y) var(--SeventyTwo-dropdown-item-padding-x);text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:var(--SeventyTwo-dropdown-link-hover-bg);color:var(--SeventyTwo-dropdown-link-hover-color)}.dropdown-item.active,.dropdown-item:active{background-color:var(--SeventyTwo-dropdown-link-active-bg);color:var(--SeventyTwo-dropdown-link-active-color);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:var(--SeventyTwo-dropdown-link-disabled-color);pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:var(--SeventyTwo-dropdown-header-color);display:block;font-size:.9296875rem;margin-bottom:0;padding:var(--SeventyTwo-dropdown-header-padding-y) var(--SeventyTwo-dropdown-header-padding-x);white-space:nowrap}.dropdown-item-text{color:var(--SeventyTwo-dropdown-link-color);display:block;padding:var(--SeventyTwo-dropdown-item-padding-y) var(--SeventyTwo-dropdown-item-padding-x)}.dropdown-menu-dark{--SeventyTwo-dropdown-color:#dee2e6;--SeventyTwo-dropdown-bg:#343a40;--SeventyTwo-dropdown-border-color:var(--SeventyTwo-border-color-translucent);--SeventyTwo-dropdown-box-shadow: ;--SeventyTwo-dropdown-link-color:#dee2e6;--SeventyTwo-dropdown-link-hover-color:#fff;--SeventyTwo-dropdown-divider-bg:var(--SeventyTwo-border-color-translucent);--SeventyTwo-dropdown-link-hover-bg:hsla(0,0%,100%,.15);--SeventyTwo-dropdown-link-active-color:#fff;--SeventyTwo-dropdown-link-active-bg:#f3f0eb;--SeventyTwo-dropdown-link-disabled-color:#adb5bd;--SeventyTwo-dropdown-header-color:#adb5bd}.btn{--SeventyTwo-btn-padding-x:0.75rem;--SeventyTwo-btn-padding-y:0.375rem;--SeventyTwo-btn-font-family:messina_serifbook,sans serif;--SeventyTwo-btn-font-size:1.0625rem;--SeventyTwo-btn-font-weight:300;--SeventyTwo-btn-line-height:1.5;--SeventyTwo-btn-color:var(--SeventyTwo-body-color);--SeventyTwo-btn-bg:transparent;--SeventyTwo-btn-border-width:var(--SeventyTwo-border-width);--SeventyTwo-btn-border-color:transparent;--SeventyTwo-btn-border-radius:0;--SeventyTwo-btn-hover-border-color:transparent;--SeventyTwo-btn-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);--SeventyTwo-btn-disabled-opacity:0.65;--SeventyTwo-btn-focus-box-shadow:0 0 0 0 rgba(var(--SeventyTwo-btn-focus-shadow-rgb),.5);background-color:var(--SeventyTwo-btn-bg);border:var(--SeventyTwo-btn-border-width) solid var(--SeventyTwo-btn-border-color);border-radius:var(--SeventyTwo-btn-border-radius);color:var(--SeventyTwo-btn-color);cursor:pointer;display:inline-block;font-family:var(--SeventyTwo-btn-font-family);font-size:var(--SeventyTwo-btn-font-size);font-weight:var(--SeventyTwo-btn-font-weight);line-height:var(--SeventyTwo-btn-line-height);padding:var(--SeventyTwo-btn-padding-y) var(--SeventyTwo-btn-padding-x);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{background-color:var(--SeventyTwo-btn-hover-bg);border-color:var(--SeventyTwo-btn-hover-border-color);color:var(--SeventyTwo-btn-hover-color)}.btn-check+.btn:hover{background-color:var(--SeventyTwo-btn-bg);border-color:var(--SeventyTwo-btn-border-color);color:var(--SeventyTwo-btn-color)}.btn:focus-visible{background-color:var(--SeventyTwo-btn-hover-bg);border-color:var(--SeventyTwo-btn-hover-border-color);box-shadow:var(--SeventyTwo-btn-focus-box-shadow);color:var(--SeventyTwo-btn-hover-color);outline:0}.btn-check:focus-visible+.btn{border-color:var(--SeventyTwo-btn-hover-border-color);box-shadow:var(--SeventyTwo-btn-focus-box-shadow);outline:0}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{background-color:var(--SeventyTwo-btn-active-bg);border-color:var(--SeventyTwo-btn-active-border-color);color:var(--SeventyTwo-btn-active-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--SeventyTwo-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--SeventyTwo-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{background-color:var(--SeventyTwo-btn-disabled-bg);border-color:var(--SeventyTwo-btn-disabled-border-color);color:var(--SeventyTwo-btn-disabled-color);opacity:var(--SeventyTwo-btn-disabled-opacity);pointer-events:none}.btn-primary{--SeventyTwo-btn-color:#000;--SeventyTwo-btn-bg:#f3f0eb;--SeventyTwo-btn-border-color:#f3f0eb;--SeventyTwo-btn-hover-color:#000;--SeventyTwo-btn-hover-bg:#f5f2ee;--SeventyTwo-btn-hover-border-color:#f4f2ed;--SeventyTwo-btn-focus-shadow-rgb:207,204,200;--SeventyTwo-btn-active-color:#000;--SeventyTwo-btn-active-bg:#f5f3ef;--SeventyTwo-btn-active-border-color:#f4f2ed;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#000;--SeventyTwo-btn-disabled-bg:#f3f0eb;--SeventyTwo-btn-disabled-border-color:#f3f0eb}.btn-secondary{--SeventyTwo-btn-color:#fff;--SeventyTwo-btn-bg:#373737;--SeventyTwo-btn-border-color:#373737;--SeventyTwo-btn-hover-color:#fff;--SeventyTwo-btn-hover-bg:#2f2f2f;--SeventyTwo-btn-hover-border-color:#2c2c2c;--SeventyTwo-btn-focus-shadow-rgb:85,85,85;--SeventyTwo-btn-active-color:#fff;--SeventyTwo-btn-active-bg:#2c2c2c;--SeventyTwo-btn-active-border-color:#292929;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#fff;--SeventyTwo-btn-disabled-bg:#373737;--SeventyTwo-btn-disabled-border-color:#373737}.btn-success{--SeventyTwo-btn-color:#fff;--SeventyTwo-btn-bg:#198754;--SeventyTwo-btn-border-color:#198754;--SeventyTwo-btn-hover-color:#fff;--SeventyTwo-btn-hover-bg:#157347;--SeventyTwo-btn-hover-border-color:#146c43;--SeventyTwo-btn-focus-shadow-rgb:60,153,110;--SeventyTwo-btn-active-color:#fff;--SeventyTwo-btn-active-bg:#146c43;--SeventyTwo-btn-active-border-color:#13653f;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#fff;--SeventyTwo-btn-disabled-bg:#198754;--SeventyTwo-btn-disabled-border-color:#198754}.btn-info{--SeventyTwo-btn-color:#000;--SeventyTwo-btn-bg:#0dcaf0;--SeventyTwo-btn-border-color:#0dcaf0;--SeventyTwo-btn-hover-color:#000;--SeventyTwo-btn-hover-bg:#31d2f2;--SeventyTwo-btn-hover-border-color:#25cff2;--SeventyTwo-btn-focus-shadow-rgb:11,172,204;--SeventyTwo-btn-active-color:#000;--SeventyTwo-btn-active-bg:#3dd5f3;--SeventyTwo-btn-active-border-color:#25cff2;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#000;--SeventyTwo-btn-disabled-bg:#0dcaf0;--SeventyTwo-btn-disabled-border-color:#0dcaf0}.btn-warning{--SeventyTwo-btn-color:#000;--SeventyTwo-btn-bg:#ffc107;--SeventyTwo-btn-border-color:#ffc107;--SeventyTwo-btn-hover-color:#000;--SeventyTwo-btn-hover-bg:#ffca2c;--SeventyTwo-btn-hover-border-color:#ffc720;--SeventyTwo-btn-focus-shadow-rgb:217,164,6;--SeventyTwo-btn-active-color:#000;--SeventyTwo-btn-active-bg:#ffcd39;--SeventyTwo-btn-active-border-color:#ffc720;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#000;--SeventyTwo-btn-disabled-bg:#ffc107;--SeventyTwo-btn-disabled-border-color:#ffc107}.btn-danger{--SeventyTwo-btn-color:#fff;--SeventyTwo-btn-bg:#dc3545;--SeventyTwo-btn-border-color:#dc3545;--SeventyTwo-btn-hover-color:#fff;--SeventyTwo-btn-hover-bg:#bb2d3b;--SeventyTwo-btn-hover-border-color:#b02a37;--SeventyTwo-btn-focus-shadow-rgb:225,83,97;--SeventyTwo-btn-active-color:#fff;--SeventyTwo-btn-active-bg:#b02a37;--SeventyTwo-btn-active-border-color:#a52834;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#fff;--SeventyTwo-btn-disabled-bg:#dc3545;--SeventyTwo-btn-disabled-border-color:#dc3545}.btn-light{--SeventyTwo-btn-color:#000;--SeventyTwo-btn-bg:#f8f9fa;--SeventyTwo-btn-border-color:#f8f9fa;--SeventyTwo-btn-hover-color:#000;--SeventyTwo-btn-hover-bg:#d3d4d5;--SeventyTwo-btn-hover-border-color:#c6c7c8;--SeventyTwo-btn-focus-shadow-rgb:211,212,213;--SeventyTwo-btn-active-color:#000;--SeventyTwo-btn-active-bg:#c6c7c8;--SeventyTwo-btn-active-border-color:#babbbc;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#000;--SeventyTwo-btn-disabled-bg:#f8f9fa;--SeventyTwo-btn-disabled-border-color:#f8f9fa}.btn-dark{--SeventyTwo-btn-color:#fff;--SeventyTwo-btn-bg:#212529;--SeventyTwo-btn-border-color:#212529;--SeventyTwo-btn-hover-color:#fff;--SeventyTwo-btn-hover-bg:#424649;--SeventyTwo-btn-hover-border-color:#373b3e;--SeventyTwo-btn-focus-shadow-rgb:66,70,73;--SeventyTwo-btn-active-color:#fff;--SeventyTwo-btn-active-bg:#4d5154;--SeventyTwo-btn-active-border-color:#373b3e;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#fff;--SeventyTwo-btn-disabled-bg:#212529;--SeventyTwo-btn-disabled-border-color:#212529}.btn-outline-primary{--SeventyTwo-btn-color:#f3f0eb;--SeventyTwo-btn-border-color:#f3f0eb;--SeventyTwo-btn-hover-color:#000;--SeventyTwo-btn-hover-bg:#f3f0eb;--SeventyTwo-btn-hover-border-color:#f3f0eb;--SeventyTwo-btn-focus-shadow-rgb:243,240,235;--SeventyTwo-btn-active-color:#000;--SeventyTwo-btn-active-bg:#f3f0eb;--SeventyTwo-btn-active-border-color:#f3f0eb;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#f3f0eb;--SeventyTwo-btn-disabled-bg:transparent;--SeventyTwo-btn-disabled-border-color:#f3f0eb;--SeventyTwo-gradient:none}.btn-outline-secondary{--SeventyTwo-btn-color:#373737;--SeventyTwo-btn-border-color:#373737;--SeventyTwo-btn-hover-color:#fff;--SeventyTwo-btn-hover-bg:#373737;--SeventyTwo-btn-hover-border-color:#373737;--SeventyTwo-btn-focus-shadow-rgb:55,55,55;--SeventyTwo-btn-active-color:#fff;--SeventyTwo-btn-active-bg:#373737;--SeventyTwo-btn-active-border-color:#373737;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#373737;--SeventyTwo-btn-disabled-bg:transparent;--SeventyTwo-btn-disabled-border-color:#373737;--SeventyTwo-gradient:none}.btn-outline-success{--SeventyTwo-btn-color:#198754;--SeventyTwo-btn-border-color:#198754;--SeventyTwo-btn-hover-color:#fff;--SeventyTwo-btn-hover-bg:#198754;--SeventyTwo-btn-hover-border-color:#198754;--SeventyTwo-btn-focus-shadow-rgb:25,135,84;--SeventyTwo-btn-active-color:#fff;--SeventyTwo-btn-active-bg:#198754;--SeventyTwo-btn-active-border-color:#198754;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#198754;--SeventyTwo-btn-disabled-bg:transparent;--SeventyTwo-btn-disabled-border-color:#198754;--SeventyTwo-gradient:none}.btn-outline-info{--SeventyTwo-btn-color:#0dcaf0;--SeventyTwo-btn-border-color:#0dcaf0;--SeventyTwo-btn-hover-color:#000;--SeventyTwo-btn-hover-bg:#0dcaf0;--SeventyTwo-btn-hover-border-color:#0dcaf0;--SeventyTwo-btn-focus-shadow-rgb:13,202,240;--SeventyTwo-btn-active-color:#000;--SeventyTwo-btn-active-bg:#0dcaf0;--SeventyTwo-btn-active-border-color:#0dcaf0;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#0dcaf0;--SeventyTwo-btn-disabled-bg:transparent;--SeventyTwo-btn-disabled-border-color:#0dcaf0;--SeventyTwo-gradient:none}.btn-outline-warning{--SeventyTwo-btn-color:#ffc107;--SeventyTwo-btn-border-color:#ffc107;--SeventyTwo-btn-hover-color:#000;--SeventyTwo-btn-hover-bg:#ffc107;--SeventyTwo-btn-hover-border-color:#ffc107;--SeventyTwo-btn-focus-shadow-rgb:255,193,7;--SeventyTwo-btn-active-color:#000;--SeventyTwo-btn-active-bg:#ffc107;--SeventyTwo-btn-active-border-color:#ffc107;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#ffc107;--SeventyTwo-btn-disabled-bg:transparent;--SeventyTwo-btn-disabled-border-color:#ffc107;--SeventyTwo-gradient:none}.btn-outline-danger{--SeventyTwo-btn-color:#dc3545;--SeventyTwo-btn-border-color:#dc3545;--SeventyTwo-btn-hover-color:#fff;--SeventyTwo-btn-hover-bg:#dc3545;--SeventyTwo-btn-hover-border-color:#dc3545;--SeventyTwo-btn-focus-shadow-rgb:220,53,69;--SeventyTwo-btn-active-color:#fff;--SeventyTwo-btn-active-bg:#dc3545;--SeventyTwo-btn-active-border-color:#dc3545;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#dc3545;--SeventyTwo-btn-disabled-bg:transparent;--SeventyTwo-btn-disabled-border-color:#dc3545;--SeventyTwo-gradient:none}.btn-outline-light{--SeventyTwo-btn-color:#f8f9fa;--SeventyTwo-btn-border-color:#f8f9fa;--SeventyTwo-btn-hover-color:#000;--SeventyTwo-btn-hover-bg:#f8f9fa;--SeventyTwo-btn-hover-border-color:#f8f9fa;--SeventyTwo-btn-focus-shadow-rgb:248,249,250;--SeventyTwo-btn-active-color:#000;--SeventyTwo-btn-active-bg:#f8f9fa;--SeventyTwo-btn-active-border-color:#f8f9fa;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#f8f9fa;--SeventyTwo-btn-disabled-bg:transparent;--SeventyTwo-btn-disabled-border-color:#f8f9fa;--SeventyTwo-gradient:none}.btn-outline-dark{--SeventyTwo-btn-color:#212529;--SeventyTwo-btn-border-color:#212529;--SeventyTwo-btn-hover-color:#fff;--SeventyTwo-btn-hover-bg:#212529;--SeventyTwo-btn-hover-border-color:#212529;--SeventyTwo-btn-focus-shadow-rgb:33,37,41;--SeventyTwo-btn-active-color:#fff;--SeventyTwo-btn-active-bg:#212529;--SeventyTwo-btn-active-border-color:#212529;--SeventyTwo-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--SeventyTwo-btn-disabled-color:#212529;--SeventyTwo-btn-disabled-bg:transparent;--SeventyTwo-btn-disabled-border-color:#212529;--SeventyTwo-gradient:none}.btn-link{--SeventyTwo-btn-font-weight:400;--SeventyTwo-btn-color:var(--SeventyTwo-link-color);--SeventyTwo-btn-bg:transparent;--SeventyTwo-btn-border-color:transparent;--SeventyTwo-btn-hover-color:var(--SeventyTwo-link-hover-color);--SeventyTwo-btn-hover-border-color:transparent;--SeventyTwo-btn-active-color:var(--SeventyTwo-link-hover-color);--SeventyTwo-btn-active-border-color:transparent;--SeventyTwo-btn-disabled-color:#6c757d;--SeventyTwo-btn-disabled-border-color:transparent;--SeventyTwo-btn-box-shadow:0 0 0 #000;--SeventyTwo-btn-focus-shadow-rgb:207,204,200;text-decoration:underline}.btn-link:focus-visible{color:var(--SeventyTwo-btn-color)}.btn-link:hover{color:var(--SeventyTwo-btn-hover-color)}.btn-lg{--SeventyTwo-btn-padding-y:0.5rem;--SeventyTwo-btn-padding-x:1rem;--SeventyTwo-btn-font-size:calc(1.25781rem + 0.09375vw);--SeventyTwo-btn-border-radius:var(--SeventyTwo-border-radius-lg)}@media (min-width:1200px){.btn-lg{--SeventyTwo-btn-font-size:1.328125rem}}.btn-sm{--SeventyTwo-btn-padding-y:0.25rem;--SeventyTwo-btn-padding-x:0.5rem;--SeventyTwo-btn-font-size:0.9296875rem;--SeventyTwo-btn-border-radius:var(--SeventyTwo-border-radius-sm)}.accordion{--SeventyTwo-accordion-color:var(--SeventyTwo-body-color);--SeventyTwo-accordion-bg:var(--SeventyTwo-body-bg);--SeventyTwo-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--SeventyTwo-accordion-border-color:var(--SeventyTwo-border-color);--SeventyTwo-accordion-border-width:0;--SeventyTwo-accordion-border-radius:var(--SeventyTwo-border-radius);--SeventyTwo-accordion-inner-border-radius:calc(var(--SeventyTwo-border-radius));--SeventyTwo-accordion-btn-padding-x:0;--SeventyTwo-accordion-btn-padding-y:27px;--SeventyTwo-accordion-btn-color:#f3f0eb;--SeventyTwo-accordion-btn-bg:transparent;--SeventyTwo-accordion-btn-icon:url(/img/site/icons/plus-wh.svg);--SeventyTwo-accordion-btn-icon-width:1.25rem;--SeventyTwo-accordion-btn-icon-transform:rotate(-180deg);--SeventyTwo-accordion-btn-icon-transition:transform 0.2s ease-in-out;--SeventyTwo-accordion-btn-active-icon:url(/img/site/icons/minus-wh.svg);--SeventyTwo-accordion-btn-focus-box-shadow:0 0 0 0.25rem hsla(38,25%,94%,.25);--SeventyTwo-accordion-body-padding-x:0;--SeventyTwo-accordion-body-padding-y:1rem;--SeventyTwo-accordion-active-color:#f3f0eb;--SeventyTwo-accordion-active-bg:transparent}.accordion-button{align-items:center;background-color:var(--SeventyTwo-accordion-btn-bg);border:0;border-radius:0;color:var(--SeventyTwo-accordion-btn-color);display:flex;font-size:1.0625rem;overflow-anchor:none;padding:var(--SeventyTwo-accordion-btn-padding-y) var(--SeventyTwo-accordion-btn-padding-x);position:relative;text-align:left;transition:var(--SeventyTwo-accordion-transition);width:100%}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:var(--SeventyTwo-accordion-active-bg);box-shadow:inset 0 calc(var(--SeventyTwo-accordion-border-width)*-1) 0 var(--SeventyTwo-accordion-border-color);color:var(--SeventyTwo-accordion-active-color)}.accordion-button:not(.collapsed):after{background-image:var(--SeventyTwo-accordion-btn-active-icon);transform:var(--SeventyTwo-accordion-btn-icon-transform)}.accordion-button:after{background-image:var(--SeventyTwo-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--SeventyTwo-accordion-btn-icon-width);content:"";flex-shrink:0;height:var(--SeventyTwo-accordion-btn-icon-width);margin-left:auto;transition:var(--SeventyTwo-accordion-btn-icon-transition);width:var(--SeventyTwo-accordion-btn-icon-width)}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{box-shadow:var(--SeventyTwo-accordion-btn-focus-box-shadow);outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:var(--SeventyTwo-accordion-bg);border:var(--SeventyTwo-accordion-border-width) solid var(--SeventyTwo-accordion-border-color);color:var(--SeventyTwo-accordion-color)}.accordion-item:first-of-type{border-top-left-radius:var(--SeventyTwo-accordion-border-radius);border-top-right-radius:var(--SeventyTwo-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--SeventyTwo-accordion-inner-border-radius);border-top-right-radius:var(--SeventyTwo-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:var(--SeventyTwo-accordion-border-radius);border-bottom-right-radius:var(--SeventyTwo-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-left-radius:var(--SeventyTwo-accordion-inner-border-radius);border-bottom-right-radius:var(--SeventyTwo-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-left-radius:var(--SeventyTwo-accordion-border-radius);border-bottom-right-radius:var(--SeventyTwo-accordion-border-radius)}.accordion-body{padding:var(--SeventyTwo-accordion-body-padding-y) var(--SeventyTwo-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-left:0;border-radius:0;border-right:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--SeventyTwo-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F7F6F3'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--SeventyTwo-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F7F6F3'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.form-label{font-size:1.25rem;margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + var(--SeventyTwo-border-width));padding-top:calc(.375rem + var(--SeventyTwo-border-width))}.col-form-label-lg{font-size:calc(1.25781rem + .09375vw);padding-bottom:calc(.5rem + var(--SeventyTwo-border-width));padding-top:calc(.5rem + var(--SeventyTwo-border-width))}@media (min-width:1200px){.col-form-label-lg{font-size:1.328125rem}}.col-form-label-sm{font-size:.9296875rem;padding-bottom:calc(.25rem + var(--SeventyTwo-border-width));padding-top:calc(.25rem + var(--SeventyTwo-border-width))}.form-text{color:var(--SeventyTwo-secondary-color);font-size:.875em;margin-top:.25rem}.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;background-color:var(--SeventyTwo-body-bg);border:var(--SeventyTwo-border-width) solid var(--SeventyTwo-border-color);border-radius:var(--SeventyTwo-border-radius);color:var(--SeventyTwo-body-color);display:block;font-family:messina_serifbook,"sans serif";font-size:1.0625rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{background-color:var(--SeventyTwo-body-bg);border-color:#f9f8f5;box-shadow:0 0 0 .25rem hsla(38,25%,94%,.25);color:var(--SeventyTwo-body-color);outline:0}.form-control::-webkit-date-and-time-value{height:1.5em;margin:0;min-width:85px}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::-moz-placeholder{color:#f3f0eb;opacity:1}.form-control::placeholder{color:#f3f0eb;opacity:1}.form-control:disabled{background-color:var(--SeventyTwo-secondary-bg);opacity:1}.form-control::file-selector-button{background-color:var(--SeventyTwo-tertiary-bg);border:0 solid;border-color:inherit;border-inline-end-width:var(--SeventyTwo-border-width);border-radius:0;color:var(--SeventyTwo-body-color);margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--SeventyTwo-secondary-bg)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:var(--SeventyTwo-border-width) 0;color:#fff;display:block;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:var(--SeventyTwo-border-radius-sm);font-size:.9296875rem;min-height:calc(1.5em + .5rem + var(--SeventyTwo-border-width)*2);padding:.25rem .5rem}.form-control-sm::file-selector-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{border-radius:var(--SeventyTwo-border-radius-lg);font-size:calc(1.25781rem + .09375vw);min-height:calc(1.5em + 1rem + var(--SeventyTwo-border-width)*2);padding:.5rem 1rem}@media (min-width:1200px){.form-control-lg{font-size:1.328125rem}}.form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.5em + .75rem + var(--SeventyTwo-border-width)*2)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + var(--SeventyTwo-border-width)*2)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + var(--SeventyTwo-border-width)*2)}.form-control-color{height:calc(1.5em + .75rem + var(--SeventyTwo-border-width)*2);padding:.375rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--SeventyTwo-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--SeventyTwo-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + var(--SeventyTwo-border-width)*2)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + var(--SeventyTwo-border-width)*2)}.form-select{--SeventyTwo-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--SeventyTwo-body-bg);background-image:var(--SeventyTwo-form-select-bg-img),var(--SeventyTwo-form-select-bg-icon,none);background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:var(--SeventyTwo-border-width) solid var(--SeventyTwo-border-color);border-radius:var(--SeventyTwo-border-radius);color:var(--SeventyTwo-body-color);display:block;font-family:messina_serifbook,"sans serif";font-size:1.0625rem;font-weight:400;line-height:1.5;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#f9f8f5;box-shadow:0 0 0 0 hsla(38,25%,94%,.25);outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:var(--SeventyTwo-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--SeventyTwo-body-color)}.form-select-sm{border-radius:var(--SeventyTwo-border-radius-sm);font-size:.9296875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.form-select-lg{border-radius:var(--SeventyTwo-border-radius-lg);font-size:calc(1.25781rem + .09375vw);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}@media (min-width:1200px){.form-select-lg{font-size:1.328125rem}}[data-bs-theme=dark] .form-select{--SeventyTwo-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")}.form-check{display:block;margin-bottom:.125rem;min-height:1.59375rem;padding-left:1.5em}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-left:0;padding-right:1.5em;text-align:right}.form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-1.5em}.form-check-input{--SeventyTwo-form-check-bg:var(--SeventyTwo-body-bg);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--SeventyTwo-form-check-bg);background-image:var(--SeventyTwo-form-check-bg-image);background-position:50%;background-repeat:no-repeat;background-size:contain;border:var(--SeventyTwo-border-width) solid var(--SeventyTwo-border-color);flex-shrink:0;height:1em;margin-top:.25em;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:top;width:1em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#f9f8f5;box-shadow:0 0 0 .25rem hsla(38,25%,94%,.25);outline:0}.form-check-input:checked{background-color:#f3f0eb;border-color:#f3f0eb}.form-check-input:checked[type=checkbox]{--SeventyTwo-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{--SeventyTwo-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{--SeventyTwo-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");background-color:#f3f0eb;border-color:#f3f0eb}.form-check-input:disabled{filter:none;opacity:.5;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--SeventyTwo-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-image:var(--SeventyTwo-form-switch-bg);background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--SeventyTwo-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23F9F7F5'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{--SeventyTwo-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--SeventyTwo-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")}.form-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:1rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #373737,0 0 0 .25rem hsla(38,25%,94%,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #373737,0 0 0 .25rem hsla(38,25%,94%,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#f3f0eb;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#fbfbf9}.form-range::-webkit-slider-runnable-track{background-color:var(--SeventyTwo-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#f3f0eb;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#fbfbf9}.form-range::-moz-range-track{background-color:var(--SeventyTwo-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--SeventyTwo-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--SeventyTwo-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + var(--SeventyTwo-border-width)*2);line-height:1.25;min-height:calc(3.5rem + var(--SeventyTwo-border-width)*2)}.form-floating>label{border:var(--SeventyTwo-border-width) solid transparent;height:100%;left:0;overflow:hidden;padding:1rem .75rem;pointer-events:none;position:absolute;text-align:start;text-overflow:ellipsis;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;white-space:nowrap;z-index:2}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{color:rgba(var(--SeventyTwo-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{color:rgba(var(--SeventyTwo-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:not(:-moz-placeholder-shown)~label:after{background-color:var(--SeventyTwo-body-bg);border-radius:var(--SeventyTwo-border-radius);content:"";height:1.5em;inset:1rem .375rem;position:absolute;z-index:-1}.form-floating>.form-control-plaintext~label:after,.form-floating>.form-control:focus~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-select~label:after{background-color:var(--SeventyTwo-body-bg);border-radius:var(--SeventyTwo-border-radius);content:"";height:1.5em;inset:1rem .375rem;position:absolute;z-index:-1}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--SeventyTwo-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--SeventyTwo-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.form-floating>.form-control:disabled~label:after,.form-floating>:disabled~label:after{background-color:var(--SeventyTwo-secondary-bg)}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{align-items:center;background-color:var(--SeventyTwo-tertiary-bg);border:var(--SeventyTwo-border-width) solid var(--SeventyTwo-border-color);border-radius:var(--SeventyTwo-border-radius);color:var(--SeventyTwo-body-color);display:flex;font-size:1.0625rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:var(--SeventyTwo-border-radius-lg);font-size:calc(1.25781rem + .09375vw);padding:.5rem 1rem}@media (min-width:1200px){.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{font-size:1.328125rem}}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:var(--SeventyTwo-border-radius-sm);font-size:.9296875rem;padding:.25rem .5rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:calc(var(--SeventyTwo-border-width)*-1)}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-bottom-left-radius:0;border-top-left-radius:0}.valid-feedback{color:var(--SeventyTwo-form-valid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:var(--SeventyTwo-success);border-radius:var(--SeventyTwo-border-radius);color:#fff;display:none;font-size:.9296875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:var(--SeventyTwo-form-valid-border-color);padding-right:calc(1.5em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--SeventyTwo-form-valid-border-color);box-shadow:0 0 0 0 rgba(var(--SeventyTwo-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--SeventyTwo-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--SeventyTwo-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--SeventyTwo-form-valid-border-color);box-shadow:0 0 0 0 rgba(var(--SeventyTwo-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3.75rem + 1.5em)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--SeventyTwo-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--SeventyTwo-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 0 rgba(var(--SeventyTwo-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--SeventyTwo-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{color:var(--SeventyTwo-form-invalid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:var(--SeventyTwo-danger);border-radius:var(--SeventyTwo-border-radius);color:#fff;display:none;font-size:.9296875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:var(--SeventyTwo-form-invalid-border-color);padding-right:calc(1.5em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--SeventyTwo-form-invalid-border-color);box-shadow:0 0 0 0 rgba(var(--SeventyTwo-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--SeventyTwo-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--SeventyTwo-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--SeventyTwo-form-invalid-border-color);box-shadow:0 0 0 0 rgba(var(--SeventyTwo-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3.75rem + 1.5em)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--SeventyTwo-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--SeventyTwo-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 0 rgba(var(--SeventyTwo-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--SeventyTwo-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.table{--SeventyTwo-table-color-type:initial;--SeventyTwo-table-bg-type:initial;--SeventyTwo-table-color-state:initial;--SeventyTwo-table-bg-state:initial;--SeventyTwo-table-color:var(--SeventyTwo-emphasis-color);--SeventyTwo-table-bg:var(--SeventyTwo-body-bg);--SeventyTwo-table-border-color:var(--SeventyTwo-border-color);--SeventyTwo-table-accent-bg:transparent;--SeventyTwo-table-striped-color:var(--SeventyTwo-emphasis-color);--SeventyTwo-table-striped-bg:rgba(var(--SeventyTwo-emphasis-color-rgb),0.05);--SeventyTwo-table-active-color:var(--SeventyTwo-emphasis-color);--SeventyTwo-table-active-bg:rgba(var(--SeventyTwo-emphasis-color-rgb),0.1);--SeventyTwo-table-hover-color:var(--SeventyTwo-emphasis-color);--SeventyTwo-table-hover-bg:rgba(var(--SeventyTwo-emphasis-color-rgb),0.075);border-color:var(--SeventyTwo-table-border-color);margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--SeventyTwo-table-bg);border-bottom-width:var(--SeventyTwo-border-width);box-shadow:inset 0 0 0 9999px var(--SeventyTwo-table-bg-state,var(--SeventyTwo-table-bg-type,var(--SeventyTwo-table-accent-bg)));color:var(--SeventyTwo-table-color-state,var(--SeventyTwo-table-color-type,var(--SeventyTwo-table-color)));padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--SeventyTwo-border-width)*2) solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--SeventyTwo-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--SeventyTwo-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>*{--SeventyTwo-table-color-type:var(--SeventyTwo-table-striped-color);--SeventyTwo-table-bg-type:var(--SeventyTwo-table-striped-bg)}.table-active{--SeventyTwo-table-color-state:var(--SeventyTwo-table-active-color);--SeventyTwo-table-bg-state:var(--SeventyTwo-table-active-bg)}.table-hover>tbody>tr:hover>*{--SeventyTwo-table-color-state:var(--SeventyTwo-table-hover-color);--SeventyTwo-table-bg-state:var(--SeventyTwo-table-hover-bg)}.table-primary{--SeventyTwo-table-color:#000;--SeventyTwo-table-bg:#fdfcfb;--SeventyTwo-table-border-color:#cacac9;--SeventyTwo-table-striped-bg:#f0efee;--SeventyTwo-table-striped-color:#000;--SeventyTwo-table-active-bg:#e3e3e2;--SeventyTwo-table-active-color:#000;--SeventyTwo-table-hover-bg:#eae9e8;--SeventyTwo-table-hover-color:#000}.table-primary,.table-secondary{border-color:var(--SeventyTwo-table-border-color);color:var(--SeventyTwo-table-color)}.table-secondary{--SeventyTwo-table-color:#000;--SeventyTwo-table-bg:#d7d7d7;--SeventyTwo-table-border-color:#acacac;--SeventyTwo-table-striped-bg:#ccc;--SeventyTwo-table-striped-color:#000;--SeventyTwo-table-active-bg:#c2c2c2;--SeventyTwo-table-active-color:#000;--SeventyTwo-table-hover-bg:#c7c7c7;--SeventyTwo-table-hover-color:#000}.table-success{--SeventyTwo-table-color:#000;--SeventyTwo-table-bg:#d1e7dd;--SeventyTwo-table-border-color:#a7b9b1;--SeventyTwo-table-striped-bg:#c7dbd2;--SeventyTwo-table-striped-color:#000;--SeventyTwo-table-active-bg:#bcd0c7;--SeventyTwo-table-active-color:#000;--SeventyTwo-table-hover-bg:#c1d6cc;--SeventyTwo-table-hover-color:#000}.table-info,.table-success{border-color:var(--SeventyTwo-table-border-color);color:var(--SeventyTwo-table-color)}.table-info{--SeventyTwo-table-color:#000;--SeventyTwo-table-bg:#cff4fc;--SeventyTwo-table-border-color:#a5c4ca;--SeventyTwo-table-striped-bg:#c4e8ef;--SeventyTwo-table-striped-color:#000;--SeventyTwo-table-active-bg:#badce3;--SeventyTwo-table-active-color:#000;--SeventyTwo-table-hover-bg:#bfe2e9;--SeventyTwo-table-hover-color:#000}.table-warning{--SeventyTwo-table-color:#000;--SeventyTwo-table-bg:#fff3cd;--SeventyTwo-table-border-color:#ccc2a4;--SeventyTwo-table-striped-bg:#f2e6c3;--SeventyTwo-table-striped-color:#000;--SeventyTwo-table-active-bg:#e6dab9;--SeventyTwo-table-active-color:#000;--SeventyTwo-table-hover-bg:#ece0be;--SeventyTwo-table-hover-color:#000}.table-danger,.table-warning{border-color:var(--SeventyTwo-table-border-color);color:var(--SeventyTwo-table-color)}.table-danger{--SeventyTwo-table-color:#000;--SeventyTwo-table-bg:#f8d7da;--SeventyTwo-table-border-color:#c6acae;--SeventyTwo-table-striped-bg:#eccccf;--SeventyTwo-table-striped-color:#000;--SeventyTwo-table-active-bg:#dfc1c4;--SeventyTwo-table-active-color:#000;--SeventyTwo-table-hover-bg:#e5c7c9;--SeventyTwo-table-hover-color:#000}.table-light{--SeventyTwo-table-color:#000;--SeventyTwo-table-bg:#f8f9fa;--SeventyTwo-table-border-color:#c6c7c8;--SeventyTwo-table-striped-bg:#ecedee;--SeventyTwo-table-striped-color:#000;--SeventyTwo-table-active-bg:#dfe0e1;--SeventyTwo-table-active-color:#000;--SeventyTwo-table-hover-bg:#e5e6e7;--SeventyTwo-table-hover-color:#000}.table-dark,.table-light{border-color:var(--SeventyTwo-table-border-color);color:var(--SeventyTwo-table-color)}.table-dark{--SeventyTwo-table-color:#fff;--SeventyTwo-table-bg:#212529;--SeventyTwo-table-border-color:#4d5154;--SeventyTwo-table-striped-bg:#2c3034;--SeventyTwo-table-striped-color:#fff;--SeventyTwo-table-active-bg:#373b3e;--SeventyTwo-table-active-color:#fff;--SeventyTwo-table-hover-bg:#323539;--SeventyTwo-table-hover-color:#fff}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1711.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-none{-o-object-fit:none!important;object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--SeventyTwo-box-shadow)!important}.shadow-sm{box-shadow:var(--SeventyTwo-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--SeventyTwo-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--SeventyTwo-focus-ring-color:rgba(var(--SeventyTwo-primary-rgb),var(--SeventyTwo-focus-ring-opacity))}.focus-ring-secondary{--SeventyTwo-focus-ring-color:rgba(var(--SeventyTwo-secondary-rgb),var(--SeventyTwo-focus-ring-opacity))}.focus-ring-success{--SeventyTwo-focus-ring-color:rgba(var(--SeventyTwo-success-rgb),var(--SeventyTwo-focus-ring-opacity))}.focus-ring-info{--SeventyTwo-focus-ring-color:rgba(var(--SeventyTwo-info-rgb),var(--SeventyTwo-focus-ring-opacity))}.focus-ring-warning{--SeventyTwo-focus-ring-color:rgba(var(--SeventyTwo-warning-rgb),var(--SeventyTwo-focus-ring-opacity))}.focus-ring-danger{--SeventyTwo-focus-ring-color:rgba(var(--SeventyTwo-danger-rgb),var(--SeventyTwo-focus-ring-opacity))}.focus-ring-light{--SeventyTwo-focus-ring-color:rgba(var(--SeventyTwo-light-rgb),var(--SeventyTwo-focus-ring-opacity))}.focus-ring-dark{--SeventyTwo-focus-ring-color:rgba(var(--SeventyTwo-dark-rgb),var(--SeventyTwo-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--SeventyTwo-border-width) var(--SeventyTwo-border-style) var(--SeventyTwo-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--SeventyTwo-border-width) var(--SeventyTwo-border-style) var(--SeventyTwo-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--SeventyTwo-border-width) var(--SeventyTwo-border-style) var(--SeventyTwo-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--SeventyTwo-border-width) var(--SeventyTwo-border-style) var(--SeventyTwo-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--SeventyTwo-border-width) var(--SeventyTwo-border-style) var(--SeventyTwo-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--SeventyTwo-border-opacity:1;border-color:rgba(var(--SeventyTwo-primary-rgb),var(--SeventyTwo-border-opacity))!important}.border-secondary{--SeventyTwo-border-opacity:1;border-color:rgba(var(--SeventyTwo-secondary-rgb),var(--SeventyTwo-border-opacity))!important}.border-success{border-color:rgba(var(--SeventyTwo-success-rgb),var(--SeventyTwo-border-opacity))!important}.border-info,.border-success{--SeventyTwo-border-opacity:1}.border-info{border-color:rgba(var(--SeventyTwo-info-rgb),var(--SeventyTwo-border-opacity))!important}.border-warning{--SeventyTwo-border-opacity:1;border-color:rgba(var(--SeventyTwo-warning-rgb),var(--SeventyTwo-border-opacity))!important}.border-danger{border-color:rgba(var(--SeventyTwo-danger-rgb),var(--SeventyTwo-border-opacity))!important}.border-danger,.border-light{--SeventyTwo-border-opacity:1}.border-light{border-color:rgba(var(--SeventyTwo-light-rgb),var(--SeventyTwo-border-opacity))!important}.border-dark{border-color:rgba(var(--SeventyTwo-dark-rgb),var(--SeventyTwo-border-opacity))!important}.border-black,.border-dark{--SeventyTwo-border-opacity:1}.border-black{border-color:rgba(var(--SeventyTwo-black-rgb),var(--SeventyTwo-border-opacity))!important}.border-white{--SeventyTwo-border-opacity:1;border-color:rgba(var(--SeventyTwo-white-rgb),var(--SeventyTwo-border-opacity))!important}.border-primary-subtle{border-color:var(--SeventyTwo-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--SeventyTwo-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--SeventyTwo-success-border-subtle)!important}.border-info-subtle{border-color:var(--SeventyTwo-info-border-subtle)!important}.border-warning-subtle{border-color:var(--SeventyTwo-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--SeventyTwo-danger-border-subtle)!important}.border-light-subtle{border-color:var(--SeventyTwo-light-border-subtle)!important}.border-dark-subtle{border-color:var(--SeventyTwo-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--SeventyTwo-border-opacity:0.1}.border-opacity-25{--SeventyTwo-border-opacity:0.25}.border-opacity-50{--SeventyTwo-border-opacity:0.5}.border-opacity-75{--SeventyTwo-border-opacity:0.75}.border-opacity-100{--SeventyTwo-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:2rem!important}.m-6{margin:2.5rem!important}.m-7{margin:3rem!important}.m-8{margin:3.5rem!important}.m-9{margin:4rem!important}.m-10{margin:4.5rem!important}.m-11{margin:5rem!important}.m-12{margin:5.5rem!important}.m-13{margin:6rem!important}.m-14{margin:6.5rem!important}.m-15{margin:7rem!important}.m-16{margin:7.5rem!important}.m-18{margin:8rem!important}.m-19{margin:8.5rem!important}.m-20{margin:9rem!important}.m-21{margin:9.5rem!important}.m-22{margin:10rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:2rem!important;margin-right:2rem!important}.mx-6{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-7{margin-left:3rem!important;margin-right:3rem!important}.mx-8{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-9{margin-left:4rem!important;margin-right:4rem!important}.mx-10{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-11{margin-left:5rem!important;margin-right:5rem!important}.mx-12{margin-left:5.5rem!important;margin-right:5.5rem!important}.mx-13{margin-left:6rem!important;margin-right:6rem!important}.mx-14{margin-left:6.5rem!important;margin-right:6.5rem!important}.mx-15{margin-left:7rem!important;margin-right:7rem!important}.mx-16{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-18{margin-left:8rem!important;margin-right:8rem!important}.mx-19{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-20{margin-left:9rem!important;margin-right:9rem!important}.mx-21{margin-left:9.5rem!important;margin-right:9.5rem!important}.mx-22{margin-left:10rem!important;margin-right:10rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:2rem!important;margin-top:2rem!important}.my-6{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-7{margin-bottom:3rem!important;margin-top:3rem!important}.my-8{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-9{margin-bottom:4rem!important;margin-top:4rem!important}.my-10{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-11{margin-bottom:5rem!important;margin-top:5rem!important}.my-12{margin-bottom:5.5rem!important;margin-top:5.5rem!important}.my-13{margin-bottom:6rem!important;margin-top:6rem!important}.my-14{margin-bottom:6.5rem!important;margin-top:6.5rem!important}.my-15{margin-bottom:7rem!important;margin-top:7rem!important}.my-16{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-18{margin-bottom:8rem!important;margin-top:8rem!important}.my-19{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-20{margin-bottom:9rem!important;margin-top:9rem!important}.my-21{margin-bottom:9.5rem!important;margin-top:9.5rem!important}.my-22{margin-bottom:10rem!important;margin-top:10rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:2rem!important}.mt-6{margin-top:2.5rem!important}.mt-7{margin-top:3rem!important}.mt-8{margin-top:3.5rem!important}.mt-9{margin-top:4rem!important}.mt-10{margin-top:4.5rem!important}.mt-11{margin-top:5rem!important}.mt-12{margin-top:5.5rem!important}.mt-13{margin-top:6rem!important}.mt-14{margin-top:6.5rem!important}.mt-15{margin-top:7rem!important}.mt-16{margin-top:7.5rem!important}.mt-18{margin-top:8rem!important}.mt-19{margin-top:8.5rem!important}.mt-20{margin-top:9rem!important}.mt-21{margin-top:9.5rem!important}.mt-22{margin-top:10rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:2rem!important}.me-6{margin-right:2.5rem!important}.me-7{margin-right:3rem!important}.me-8{margin-right:3.5rem!important}.me-9{margin-right:4rem!important}.me-10{margin-right:4.5rem!important}.me-11{margin-right:5rem!important}.me-12{margin-right:5.5rem!important}.me-13{margin-right:6rem!important}.me-14{margin-right:6.5rem!important}.me-15{margin-right:7rem!important}.me-16{margin-right:7.5rem!important}.me-18{margin-right:8rem!important}.me-19{margin-right:8.5rem!important}.me-20{margin-right:9rem!important}.me-21{margin-right:9.5rem!important}.me-22{margin-right:10rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:2rem!important}.mb-6{margin-bottom:2.5rem!important}.mb-7{margin-bottom:3rem!important}.mb-8{margin-bottom:3.5rem!important}.mb-9{margin-bottom:4rem!important}.mb-10{margin-bottom:4.5rem!important}.mb-11{margin-bottom:5rem!important}.mb-12{margin-bottom:5.5rem!important}.mb-13{margin-bottom:6rem!important}.mb-14{margin-bottom:6.5rem!important}.mb-15{margin-bottom:7rem!important}.mb-16{margin-bottom:7.5rem!important}.mb-18{margin-bottom:8rem!important}.mb-19{margin-bottom:8.5rem!important}.mb-20{margin-bottom:9rem!important}.mb-21{margin-bottom:9.5rem!important}.mb-22{margin-bottom:10rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:2rem!important}.ms-6{margin-left:2.5rem!important}.ms-7{margin-left:3rem!important}.ms-8{margin-left:3.5rem!important}.ms-9{margin-left:4rem!important}.ms-10{margin-left:4.5rem!important}.ms-11{margin-left:5rem!important}.ms-12{margin-left:5.5rem!important}.ms-13{margin-left:6rem!important}.ms-14{margin-left:6.5rem!important}.ms-15{margin-left:7rem!important}.ms-16{margin-left:7.5rem!important}.ms-18{margin-left:8rem!important}.ms-19{margin-left:8.5rem!important}.ms-20{margin-left:9rem!important}.ms-21{margin-left:9.5rem!important}.ms-22{margin-left:10rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:2rem!important}.p-6{padding:2.5rem!important}.p-7{padding:3rem!important}.p-8{padding:3.5rem!important}.p-9{padding:4rem!important}.p-10{padding:4.5rem!important}.p-11{padding:5rem!important}.p-12{padding:5.5rem!important}.p-13{padding:6rem!important}.p-14{padding:6.5rem!important}.p-15{padding:7rem!important}.p-16{padding:7.5rem!important}.p-18{padding:8rem!important}.p-19{padding:8.5rem!important}.p-20{padding:9rem!important}.p-21{padding:9.5rem!important}.p-22{padding:10rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:2rem!important;padding-right:2rem!important}.px-6{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-7{padding-left:3rem!important;padding-right:3rem!important}.px-8{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-9{padding-left:4rem!important;padding-right:4rem!important}.px-10{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-11{padding-left:5rem!important;padding-right:5rem!important}.px-12{padding-left:5.5rem!important;padding-right:5.5rem!important}.px-13{padding-left:6rem!important;padding-right:6rem!important}.px-14{padding-left:6.5rem!important;padding-right:6.5rem!important}.px-15{padding-left:7rem!important;padding-right:7rem!important}.px-16{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-18{padding-left:8rem!important;padding-right:8rem!important}.px-19{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-20{padding-left:9rem!important;padding-right:9rem!important}.px-21{padding-left:9.5rem!important;padding-right:9.5rem!important}.px-22{padding-left:10rem!important;padding-right:10rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:2rem!important;padding-top:2rem!important}.py-6{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-7{padding-bottom:3rem!important;padding-top:3rem!important}.py-8{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-9{padding-bottom:4rem!important;padding-top:4rem!important}.py-10{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-11{padding-bottom:5rem!important;padding-top:5rem!important}.py-12{padding-bottom:5.5rem!important;padding-top:5.5rem!important}.py-13{padding-bottom:6rem!important;padding-top:6rem!important}.py-14{padding-bottom:6.5rem!important;padding-top:6.5rem!important}.py-15{padding-bottom:7rem!important;padding-top:7rem!important}.py-16{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-18{padding-bottom:8rem!important;padding-top:8rem!important}.py-19{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-20{padding-bottom:9rem!important;padding-top:9rem!important}.py-21{padding-bottom:9.5rem!important;padding-top:9.5rem!important}.py-22{padding-bottom:10rem!important;padding-top:10rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:2rem!important}.pt-6{padding-top:2.5rem!important}.pt-7{padding-top:3rem!important}.pt-8{padding-top:3.5rem!important}.pt-9{padding-top:4rem!important}.pt-10{padding-top:4.5rem!important}.pt-11{padding-top:5rem!important}.pt-12{padding-top:5.5rem!important}.pt-13{padding-top:6rem!important}.pt-14{padding-top:6.5rem!important}.pt-15{padding-top:7rem!important}.pt-16{padding-top:7.5rem!important}.pt-18{padding-top:8rem!important}.pt-19{padding-top:8.5rem!important}.pt-20{padding-top:9rem!important}.pt-21{padding-top:9.5rem!important}.pt-22{padding-top:10rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:2rem!important}.pe-6{padding-right:2.5rem!important}.pe-7{padding-right:3rem!important}.pe-8{padding-right:3.5rem!important}.pe-9{padding-right:4rem!important}.pe-10{padding-right:4.5rem!important}.pe-11{padding-right:5rem!important}.pe-12{padding-right:5.5rem!important}.pe-13{padding-right:6rem!important}.pe-14{padding-right:6.5rem!important}.pe-15{padding-right:7rem!important}.pe-16{padding-right:7.5rem!important}.pe-18{padding-right:8rem!important}.pe-19{padding-right:8.5rem!important}.pe-20{padding-right:9rem!important}.pe-21{padding-right:9.5rem!important}.pe-22{padding-right:10rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:2rem!important}.pb-6{padding-bottom:2.5rem!important}.pb-7{padding-bottom:3rem!important}.pb-8{padding-bottom:3.5rem!important}.pb-9{padding-bottom:4rem!important}.pb-10{padding-bottom:4.5rem!important}.pb-11{padding-bottom:5rem!important}.pb-12{padding-bottom:5.5rem!important}.pb-13{padding-bottom:6rem!important}.pb-14{padding-bottom:6.5rem!important}.pb-15{padding-bottom:7rem!important}.pb-16{padding-bottom:7.5rem!important}.pb-18{padding-bottom:8rem!important}.pb-19{padding-bottom:8.5rem!important}.pb-20{padding-bottom:9rem!important}.pb-21{padding-bottom:9.5rem!important}.pb-22{padding-bottom:10rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:2rem!important}.ps-6{padding-left:2.5rem!important}.ps-7{padding-left:3rem!important}.ps-8{padding-left:3.5rem!important}.ps-9{padding-left:4rem!important}.ps-10{padding-left:4.5rem!important}.ps-11{padding-left:5rem!important}.ps-12{padding-left:5.5rem!important}.ps-13{padding-left:6rem!important}.ps-14{padding-left:6.5rem!important}.ps-15{padding-left:7rem!important}.ps-16{padding-left:7.5rem!important}.ps-18{padding-left:8rem!important}.ps-19{padding-left:8.5rem!important}.ps-20{padding-left:9rem!important}.ps-21{padding-left:9.5rem!important}.ps-22{padding-left:10rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:2rem!important}.gap-6{gap:2.5rem!important}.gap-7{gap:3rem!important}.gap-8{gap:3.5rem!important}.gap-9{gap:4rem!important}.gap-10{gap:4.5rem!important}.gap-11{gap:5rem!important}.gap-12{gap:5.5rem!important}.gap-13{gap:6rem!important}.gap-14{gap:6.5rem!important}.gap-15{gap:7rem!important}.gap-16{gap:7.5rem!important}.gap-18{gap:8rem!important}.gap-19{gap:8.5rem!important}.gap-20{gap:9rem!important}.gap-21{gap:9.5rem!important}.gap-22{gap:10rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:2rem!important}.row-gap-6{row-gap:2.5rem!important}.row-gap-7{row-gap:3rem!important}.row-gap-8{row-gap:3.5rem!important}.row-gap-9{row-gap:4rem!important}.row-gap-10{row-gap:4.5rem!important}.row-gap-11{row-gap:5rem!important}.row-gap-12{row-gap:5.5rem!important}.row-gap-13{row-gap:6rem!important}.row-gap-14{row-gap:6.5rem!important}.row-gap-15{row-gap:7rem!important}.row-gap-16{row-gap:7.5rem!important}.row-gap-18{row-gap:8rem!important}.row-gap-19{row-gap:8.5rem!important}.row-gap-20{row-gap:9rem!important}.row-gap-21{row-gap:9.5rem!important}.row-gap-22{row-gap:10rem!important}.column-gap-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-6{-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-7{-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-8{-moz-column-gap:3.5rem!important;column-gap:3.5rem!important}.column-gap-9{-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-10{-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-11{-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-12{-moz-column-gap:5.5rem!important;column-gap:5.5rem!important}.column-gap-13{-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-14{-moz-column-gap:6.5rem!important;column-gap:6.5rem!important}.column-gap-15{-moz-column-gap:7rem!important;column-gap:7rem!important}.column-gap-16{-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-18{-moz-column-gap:8rem!important;column-gap:8rem!important}.column-gap-19{-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-20{-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-21{-moz-column-gap:9.5rem!important;column-gap:9.5rem!important}.column-gap-22{-moz-column-gap:10rem!important;column-gap:10rem!important}.font-monospace{font-family:var(--SeventyTwo-font-monospace)!important}.fs-1{font-size:calc(1.39063rem + 1.6875vw)!important}.fs-2{font-size:calc(1.3375rem + 1.05vw)!important}.fs-3{font-size:calc(1.31094rem + .73125vw)!important}.fs-4{font-size:calc(1.28438rem + .4125vw)!important}.fs-5{font-size:calc(1.25781rem + .09375vw)!important}.fs-6{font-size:1.0625rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--SeventyTwo-text-opacity:1;color:rgba(var(--SeventyTwo-primary-rgb),var(--SeventyTwo-text-opacity))!important}.text-secondary{--SeventyTwo-text-opacity:1;color:rgba(var(--SeventyTwo-secondary-rgb),var(--SeventyTwo-text-opacity))!important}.text-success{color:rgba(var(--SeventyTwo-success-rgb),var(--SeventyTwo-text-opacity))!important}.text-info,.text-success{--SeventyTwo-text-opacity:1}.text-info{color:rgba(var(--SeventyTwo-info-rgb),var(--SeventyTwo-text-opacity))!important}.text-warning{color:rgba(var(--SeventyTwo-warning-rgb),var(--SeventyTwo-text-opacity))!important}.text-danger,.text-warning{--SeventyTwo-text-opacity:1}.text-danger{color:rgba(var(--SeventyTwo-danger-rgb),var(--SeventyTwo-text-opacity))!important}.text-light{color:rgba(var(--SeventyTwo-light-rgb),var(--SeventyTwo-text-opacity))!important}.text-dark,.text-light{--SeventyTwo-text-opacity:1}.text-dark{color:rgba(var(--SeventyTwo-dark-rgb),var(--SeventyTwo-text-opacity))!important}.text-black{color:rgba(var(--SeventyTwo-black-rgb),var(--SeventyTwo-text-opacity))!important}.text-black,.text-white{--SeventyTwo-text-opacity:1}.text-white{color:rgba(var(--SeventyTwo-white-rgb),var(--SeventyTwo-text-opacity))!important}.text-body{color:rgba(var(--SeventyTwo-body-color-rgb),var(--SeventyTwo-text-opacity))!important}.text-body,.text-muted{--SeventyTwo-text-opacity:1}.text-muted{color:var(--SeventyTwo-secondary-color)!important}.text-black-50{--SeventyTwo-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--SeventyTwo-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-body-secondary{--SeventyTwo-text-opacity:1;color:var(--SeventyTwo-secondary-color)!important}.text-body-tertiary{--SeventyTwo-text-opacity:1;color:var(--SeventyTwo-tertiary-color)!important}.text-body-emphasis{--SeventyTwo-text-opacity:1;color:var(--SeventyTwo-emphasis-color)!important}.text-reset{--SeventyTwo-text-opacity:1;color:inherit!important}.text-opacity-25{--SeventyTwo-text-opacity:0.25}.text-opacity-50{--SeventyTwo-text-opacity:0.5}.text-opacity-75{--SeventyTwo-text-opacity:0.75}.text-opacity-100{--SeventyTwo-text-opacity:1}.text-primary-emphasis{color:var(--SeventyTwo-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--SeventyTwo-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--SeventyTwo-success-text-emphasis)!important}.text-info-emphasis{color:var(--SeventyTwo-info-text-emphasis)!important}.text-warning-emphasis{color:var(--SeventyTwo-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--SeventyTwo-danger-text-emphasis)!important}.text-light-emphasis{color:var(--SeventyTwo-light-text-emphasis)!important}.text-dark-emphasis{color:var(--SeventyTwo-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--SeventyTwo-link-opacity:0.1}.link-opacity-25,.link-opacity-25-hover:hover{--SeventyTwo-link-opacity:0.25}.link-opacity-50,.link-opacity-50-hover:hover{--SeventyTwo-link-opacity:0.5}.link-opacity-75,.link-opacity-75-hover:hover{--SeventyTwo-link-opacity:0.75}.link-opacity-100,.link-opacity-100-hover:hover{--SeventyTwo-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--SeventyTwo-link-underline-opacity:1;text-decoration-color:rgba(var(--SeventyTwo-primary-rgb),var(--SeventyTwo-link-underline-opacity))!important}.link-underline-secondary{--SeventyTwo-link-underline-opacity:1;text-decoration-color:rgba(var(--SeventyTwo-secondary-rgb),var(--SeventyTwo-link-underline-opacity))!important}.link-underline-success{--SeventyTwo-link-underline-opacity:1;text-decoration-color:rgba(var(--SeventyTwo-success-rgb),var(--SeventyTwo-link-underline-opacity))!important}.link-underline-info{--SeventyTwo-link-underline-opacity:1;text-decoration-color:rgba(var(--SeventyTwo-info-rgb),var(--SeventyTwo-link-underline-opacity))!important}.link-underline-warning{--SeventyTwo-link-underline-opacity:1;text-decoration-color:rgba(var(--SeventyTwo-warning-rgb),var(--SeventyTwo-link-underline-opacity))!important}.link-underline-danger{--SeventyTwo-link-underline-opacity:1;text-decoration-color:rgba(var(--SeventyTwo-danger-rgb),var(--SeventyTwo-link-underline-opacity))!important}.link-underline-light{--SeventyTwo-link-underline-opacity:1;text-decoration-color:rgba(var(--SeventyTwo-light-rgb),var(--SeventyTwo-link-underline-opacity))!important}.link-underline-dark{text-decoration-color:rgba(var(--SeventyTwo-dark-rgb),var(--SeventyTwo-link-underline-opacity))!important}.link-underline,.link-underline-dark{--SeventyTwo-link-underline-opacity:1}.link-underline{text-decoration-color:rgba(var(--SeventyTwo-link-color-rgb),var(--SeventyTwo-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--SeventyTwo-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--SeventyTwo-link-underline-opacity:0.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--SeventyTwo-link-underline-opacity:0.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--SeventyTwo-link-underline-opacity:0.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--SeventyTwo-link-underline-opacity:0.75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--SeventyTwo-link-underline-opacity:1}.bg-primary{--SeventyTwo-bg-opacity:1;background-color:rgba(var(--SeventyTwo-primary-rgb),var(--SeventyTwo-bg-opacity))!important}.bg-secondary{--SeventyTwo-bg-opacity:1;background-color:rgba(var(--SeventyTwo-secondary-rgb),var(--SeventyTwo-bg-opacity))!important}.bg-success{background-color:rgba(var(--SeventyTwo-success-rgb),var(--SeventyTwo-bg-opacity))!important}.bg-info,.bg-success{--SeventyTwo-bg-opacity:1}.bg-info{background-color:rgba(var(--SeventyTwo-info-rgb),var(--SeventyTwo-bg-opacity))!important}.bg-warning{background-color:rgba(var(--SeventyTwo-warning-rgb),var(--SeventyTwo-bg-opacity))!important}.bg-danger,.bg-warning{--SeventyTwo-bg-opacity:1}.bg-danger{background-color:rgba(var(--SeventyTwo-danger-rgb),var(--SeventyTwo-bg-opacity))!important}.bg-light{background-color:rgba(var(--SeventyTwo-light-rgb),var(--SeventyTwo-bg-opacity))!important}.bg-dark,.bg-light{--SeventyTwo-bg-opacity:1}.bg-dark{background-color:rgba(var(--SeventyTwo-dark-rgb),var(--SeventyTwo-bg-opacity))!important}.bg-black{background-color:rgba(var(--SeventyTwo-black-rgb),var(--SeventyTwo-bg-opacity))!important}.bg-black,.bg-white{--SeventyTwo-bg-opacity:1}.bg-white{background-color:rgba(var(--SeventyTwo-white-rgb),var(--SeventyTwo-bg-opacity))!important}.bg-body{background-color:rgba(var(--SeventyTwo-body-bg-rgb),var(--SeventyTwo-bg-opacity))!important}.bg-body,.bg-transparent{--SeventyTwo-bg-opacity:1}.bg-transparent{background-color:transparent!important}.bg-body-secondary{--SeventyTwo-bg-opacity:1;background-color:rgba(var(--SeventyTwo-secondary-bg-rgb),var(--SeventyTwo-bg-opacity))!important}.bg-body-tertiary{--SeventyTwo-bg-opacity:1;background-color:rgba(var(--SeventyTwo-tertiary-bg-rgb),var(--SeventyTwo-bg-opacity))!important}.bg-opacity-10{--SeventyTwo-bg-opacity:0.1}.bg-opacity-25{--SeventyTwo-bg-opacity:0.25}.bg-opacity-50{--SeventyTwo-bg-opacity:0.5}.bg-opacity-75{--SeventyTwo-bg-opacity:0.75}.bg-opacity-100{--SeventyTwo-bg-opacity:1}.bg-primary-subtle{background-color:var(--SeventyTwo-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--SeventyTwo-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--SeventyTwo-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--SeventyTwo-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--SeventyTwo-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--SeventyTwo-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--SeventyTwo-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--SeventyTwo-dark-bg-subtle)!important}.bg-gradient{background-image:var(--SeventyTwo-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--SeventyTwo-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--SeventyTwo-border-radius-sm)!important}.rounded-2{border-radius:var(--SeventyTwo-border-radius)!important}.rounded-3{border-radius:var(--SeventyTwo-border-radius-lg)!important}.rounded-4{border-radius:var(--SeventyTwo-border-radius-xl)!important}.rounded-5{border-radius:var(--SeventyTwo-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--SeventyTwo-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--SeventyTwo-border-radius)!important;border-top-right-radius:var(--SeventyTwo-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--SeventyTwo-border-radius-sm)!important;border-top-right-radius:var(--SeventyTwo-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--SeventyTwo-border-radius)!important;border-top-right-radius:var(--SeventyTwo-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--SeventyTwo-border-radius-lg)!important;border-top-right-radius:var(--SeventyTwo-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--SeventyTwo-border-radius-xl)!important;border-top-right-radius:var(--SeventyTwo-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--SeventyTwo-border-radius-xxl)!important;border-top-right-radius:var(--SeventyTwo-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--SeventyTwo-border-radius-pill)!important;border-top-right-radius:var(--SeventyTwo-border-radius-pill)!important}.rounded-end{border-bottom-right-radius:var(--SeventyTwo-border-radius)!important;border-top-right-radius:var(--SeventyTwo-border-radius)!important}.rounded-end-0{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.rounded-end-1{border-bottom-right-radius:var(--SeventyTwo-border-radius-sm)!important;border-top-right-radius:var(--SeventyTwo-border-radius-sm)!important}.rounded-end-2{border-bottom-right-radius:var(--SeventyTwo-border-radius)!important;border-top-right-radius:var(--SeventyTwo-border-radius)!important}.rounded-end-3{border-bottom-right-radius:var(--SeventyTwo-border-radius-lg)!important;border-top-right-radius:var(--SeventyTwo-border-radius-lg)!important}.rounded-end-4{border-bottom-right-radius:var(--SeventyTwo-border-radius-xl)!important;border-top-right-radius:var(--SeventyTwo-border-radius-xl)!important}.rounded-end-5{border-bottom-right-radius:var(--SeventyTwo-border-radius-xxl)!important;border-top-right-radius:var(--SeventyTwo-border-radius-xxl)!important}.rounded-end-circle{border-bottom-right-radius:50%!important;border-top-right-radius:50%!important}.rounded-end-pill{border-bottom-right-radius:var(--SeventyTwo-border-radius-pill)!important;border-top-right-radius:var(--SeventyTwo-border-radius-pill)!important}.rounded-bottom{border-bottom-left-radius:var(--SeventyTwo-border-radius)!important;border-bottom-right-radius:var(--SeventyTwo-border-radius)!important}.rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-1{border-bottom-left-radius:var(--SeventyTwo-border-radius-sm)!important;border-bottom-right-radius:var(--SeventyTwo-border-radius-sm)!important}.rounded-bottom-2{border-bottom-left-radius:var(--SeventyTwo-border-radius)!important;border-bottom-right-radius:var(--SeventyTwo-border-radius)!important}.rounded-bottom-3{border-bottom-left-radius:var(--SeventyTwo-border-radius-lg)!important;border-bottom-right-radius:var(--SeventyTwo-border-radius-lg)!important}.rounded-bottom-4{border-bottom-left-radius:var(--SeventyTwo-border-radius-xl)!important;border-bottom-right-radius:var(--SeventyTwo-border-radius-xl)!important}.rounded-bottom-5{border-bottom-left-radius:var(--SeventyTwo-border-radius-xxl)!important;border-bottom-right-radius:var(--SeventyTwo-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-bottom-pill{border-bottom-left-radius:var(--SeventyTwo-border-radius-pill)!important;border-bottom-right-radius:var(--SeventyTwo-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--SeventyTwo-border-radius)!important;border-top-left-radius:var(--SeventyTwo-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--SeventyTwo-border-radius-sm)!important;border-top-left-radius:var(--SeventyTwo-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--SeventyTwo-border-radius)!important;border-top-left-radius:var(--SeventyTwo-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--SeventyTwo-border-radius-lg)!important;border-top-left-radius:var(--SeventyTwo-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--SeventyTwo-border-radius-xl)!important;border-top-left-radius:var(--SeventyTwo-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--SeventyTwo-border-radius-xxl)!important;border-top-left-radius:var(--SeventyTwo-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--SeventyTwo-border-radius-pill)!important;border-top-left-radius:var(--SeventyTwo-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:2rem!important}.m-sm-6{margin:2.5rem!important}.m-sm-7{margin:3rem!important}.m-sm-8{margin:3.5rem!important}.m-sm-9{margin:4rem!important}.m-sm-10{margin:4.5rem!important}.m-sm-11{margin:5rem!important}.m-sm-12{margin:5.5rem!important}.m-sm-13{margin:6rem!important}.m-sm-14{margin:6.5rem!important}.m-sm-15{margin:7rem!important}.m-sm-16{margin:7.5rem!important}.m-sm-18{margin:8rem!important}.m-sm-19{margin:8.5rem!important}.m-sm-20{margin:9rem!important}.m-sm-21{margin:9.5rem!important}.m-sm-22{margin:10rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:2rem!important;margin-right:2rem!important}.mx-sm-6{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-sm-7{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-8{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-sm-9{margin-left:4rem!important;margin-right:4rem!important}.mx-sm-10{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-sm-11{margin-left:5rem!important;margin-right:5rem!important}.mx-sm-12{margin-left:5.5rem!important;margin-right:5.5rem!important}.mx-sm-13{margin-left:6rem!important;margin-right:6rem!important}.mx-sm-14{margin-left:6.5rem!important;margin-right:6.5rem!important}.mx-sm-15{margin-left:7rem!important;margin-right:7rem!important}.mx-sm-16{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-sm-18{margin-left:8rem!important;margin-right:8rem!important}.mx-sm-19{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-sm-20{margin-left:9rem!important;margin-right:9rem!important}.mx-sm-21{margin-left:9.5rem!important;margin-right:9.5rem!important}.mx-sm-22{margin-left:10rem!important;margin-right:10rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:2rem!important;margin-top:2rem!important}.my-sm-6{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-sm-7{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-8{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-sm-9{margin-bottom:4rem!important;margin-top:4rem!important}.my-sm-10{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-sm-11{margin-bottom:5rem!important;margin-top:5rem!important}.my-sm-12{margin-bottom:5.5rem!important;margin-top:5.5rem!important}.my-sm-13{margin-bottom:6rem!important;margin-top:6rem!important}.my-sm-14{margin-bottom:6.5rem!important;margin-top:6.5rem!important}.my-sm-15{margin-bottom:7rem!important;margin-top:7rem!important}.my-sm-16{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-sm-18{margin-bottom:8rem!important;margin-top:8rem!important}.my-sm-19{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-sm-20{margin-bottom:9rem!important;margin-top:9rem!important}.my-sm-21{margin-bottom:9.5rem!important;margin-top:9.5rem!important}.my-sm-22{margin-bottom:10rem!important;margin-top:10rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:2rem!important}.mt-sm-6{margin-top:2.5rem!important}.mt-sm-7{margin-top:3rem!important}.mt-sm-8{margin-top:3.5rem!important}.mt-sm-9{margin-top:4rem!important}.mt-sm-10{margin-top:4.5rem!important}.mt-sm-11{margin-top:5rem!important}.mt-sm-12{margin-top:5.5rem!important}.mt-sm-13{margin-top:6rem!important}.mt-sm-14{margin-top:6.5rem!important}.mt-sm-15{margin-top:7rem!important}.mt-sm-16{margin-top:7.5rem!important}.mt-sm-18{margin-top:8rem!important}.mt-sm-19{margin-top:8.5rem!important}.mt-sm-20{margin-top:9rem!important}.mt-sm-21{margin-top:9.5rem!important}.mt-sm-22{margin-top:10rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:2rem!important}.me-sm-6{margin-right:2.5rem!important}.me-sm-7{margin-right:3rem!important}.me-sm-8{margin-right:3.5rem!important}.me-sm-9{margin-right:4rem!important}.me-sm-10{margin-right:4.5rem!important}.me-sm-11{margin-right:5rem!important}.me-sm-12{margin-right:5.5rem!important}.me-sm-13{margin-right:6rem!important}.me-sm-14{margin-right:6.5rem!important}.me-sm-15{margin-right:7rem!important}.me-sm-16{margin-right:7.5rem!important}.me-sm-18{margin-right:8rem!important}.me-sm-19{margin-right:8.5rem!important}.me-sm-20{margin-right:9rem!important}.me-sm-21{margin-right:9.5rem!important}.me-sm-22{margin-right:10rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:2rem!important}.mb-sm-6{margin-bottom:2.5rem!important}.mb-sm-7{margin-bottom:3rem!important}.mb-sm-8{margin-bottom:3.5rem!important}.mb-sm-9{margin-bottom:4rem!important}.mb-sm-10{margin-bottom:4.5rem!important}.mb-sm-11{margin-bottom:5rem!important}.mb-sm-12{margin-bottom:5.5rem!important}.mb-sm-13{margin-bottom:6rem!important}.mb-sm-14{margin-bottom:6.5rem!important}.mb-sm-15{margin-bottom:7rem!important}.mb-sm-16{margin-bottom:7.5rem!important}.mb-sm-18{margin-bottom:8rem!important}.mb-sm-19{margin-bottom:8.5rem!important}.mb-sm-20{margin-bottom:9rem!important}.mb-sm-21{margin-bottom:9.5rem!important}.mb-sm-22{margin-bottom:10rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:2rem!important}.ms-sm-6{margin-left:2.5rem!important}.ms-sm-7{margin-left:3rem!important}.ms-sm-8{margin-left:3.5rem!important}.ms-sm-9{margin-left:4rem!important}.ms-sm-10{margin-left:4.5rem!important}.ms-sm-11{margin-left:5rem!important}.ms-sm-12{margin-left:5.5rem!important}.ms-sm-13{margin-left:6rem!important}.ms-sm-14{margin-left:6.5rem!important}.ms-sm-15{margin-left:7rem!important}.ms-sm-16{margin-left:7.5rem!important}.ms-sm-18{margin-left:8rem!important}.ms-sm-19{margin-left:8.5rem!important}.ms-sm-20{margin-left:9rem!important}.ms-sm-21{margin-left:9.5rem!important}.ms-sm-22{margin-left:10rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:2rem!important}.p-sm-6{padding:2.5rem!important}.p-sm-7{padding:3rem!important}.p-sm-8{padding:3.5rem!important}.p-sm-9{padding:4rem!important}.p-sm-10{padding:4.5rem!important}.p-sm-11{padding:5rem!important}.p-sm-12{padding:5.5rem!important}.p-sm-13{padding:6rem!important}.p-sm-14{padding:6.5rem!important}.p-sm-15{padding:7rem!important}.p-sm-16{padding:7.5rem!important}.p-sm-18{padding:8rem!important}.p-sm-19{padding:8.5rem!important}.p-sm-20{padding:9rem!important}.p-sm-21{padding:9.5rem!important}.p-sm-22{padding:10rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:2rem!important;padding-right:2rem!important}.px-sm-6{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-sm-7{padding-left:3rem!important;padding-right:3rem!important}.px-sm-8{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-sm-9{padding-left:4rem!important;padding-right:4rem!important}.px-sm-10{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-sm-11{padding-left:5rem!important;padding-right:5rem!important}.px-sm-12{padding-left:5.5rem!important;padding-right:5.5rem!important}.px-sm-13{padding-left:6rem!important;padding-right:6rem!important}.px-sm-14{padding-left:6.5rem!important;padding-right:6.5rem!important}.px-sm-15{padding-left:7rem!important;padding-right:7rem!important}.px-sm-16{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-sm-18{padding-left:8rem!important;padding-right:8rem!important}.px-sm-19{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-sm-20{padding-left:9rem!important;padding-right:9rem!important}.px-sm-21{padding-left:9.5rem!important;padding-right:9.5rem!important}.px-sm-22{padding-left:10rem!important;padding-right:10rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:2rem!important;padding-top:2rem!important}.py-sm-6{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-sm-7{padding-bottom:3rem!important;padding-top:3rem!important}.py-sm-8{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-sm-9{padding-bottom:4rem!important;padding-top:4rem!important}.py-sm-10{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-sm-11{padding-bottom:5rem!important;padding-top:5rem!important}.py-sm-12{padding-bottom:5.5rem!important;padding-top:5.5rem!important}.py-sm-13{padding-bottom:6rem!important;padding-top:6rem!important}.py-sm-14{padding-bottom:6.5rem!important;padding-top:6.5rem!important}.py-sm-15{padding-bottom:7rem!important;padding-top:7rem!important}.py-sm-16{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-sm-18{padding-bottom:8rem!important;padding-top:8rem!important}.py-sm-19{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-sm-20{padding-bottom:9rem!important;padding-top:9rem!important}.py-sm-21{padding-bottom:9.5rem!important;padding-top:9.5rem!important}.py-sm-22{padding-bottom:10rem!important;padding-top:10rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:2rem!important}.pt-sm-6{padding-top:2.5rem!important}.pt-sm-7{padding-top:3rem!important}.pt-sm-8{padding-top:3.5rem!important}.pt-sm-9{padding-top:4rem!important}.pt-sm-10{padding-top:4.5rem!important}.pt-sm-11{padding-top:5rem!important}.pt-sm-12{padding-top:5.5rem!important}.pt-sm-13{padding-top:6rem!important}.pt-sm-14{padding-top:6.5rem!important}.pt-sm-15{padding-top:7rem!important}.pt-sm-16{padding-top:7.5rem!important}.pt-sm-18{padding-top:8rem!important}.pt-sm-19{padding-top:8.5rem!important}.pt-sm-20{padding-top:9rem!important}.pt-sm-21{padding-top:9.5rem!important}.pt-sm-22{padding-top:10rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:2rem!important}.pe-sm-6{padding-right:2.5rem!important}.pe-sm-7{padding-right:3rem!important}.pe-sm-8{padding-right:3.5rem!important}.pe-sm-9{padding-right:4rem!important}.pe-sm-10{padding-right:4.5rem!important}.pe-sm-11{padding-right:5rem!important}.pe-sm-12{padding-right:5.5rem!important}.pe-sm-13{padding-right:6rem!important}.pe-sm-14{padding-right:6.5rem!important}.pe-sm-15{padding-right:7rem!important}.pe-sm-16{padding-right:7.5rem!important}.pe-sm-18{padding-right:8rem!important}.pe-sm-19{padding-right:8.5rem!important}.pe-sm-20{padding-right:9rem!important}.pe-sm-21{padding-right:9.5rem!important}.pe-sm-22{padding-right:10rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:2rem!important}.pb-sm-6{padding-bottom:2.5rem!important}.pb-sm-7{padding-bottom:3rem!important}.pb-sm-8{padding-bottom:3.5rem!important}.pb-sm-9{padding-bottom:4rem!important}.pb-sm-10{padding-bottom:4.5rem!important}.pb-sm-11{padding-bottom:5rem!important}.pb-sm-12{padding-bottom:5.5rem!important}.pb-sm-13{padding-bottom:6rem!important}.pb-sm-14{padding-bottom:6.5rem!important}.pb-sm-15{padding-bottom:7rem!important}.pb-sm-16{padding-bottom:7.5rem!important}.pb-sm-18{padding-bottom:8rem!important}.pb-sm-19{padding-bottom:8.5rem!important}.pb-sm-20{padding-bottom:9rem!important}.pb-sm-21{padding-bottom:9.5rem!important}.pb-sm-22{padding-bottom:10rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:2rem!important}.ps-sm-6{padding-left:2.5rem!important}.ps-sm-7{padding-left:3rem!important}.ps-sm-8{padding-left:3.5rem!important}.ps-sm-9{padding-left:4rem!important}.ps-sm-10{padding-left:4.5rem!important}.ps-sm-11{padding-left:5rem!important}.ps-sm-12{padding-left:5.5rem!important}.ps-sm-13{padding-left:6rem!important}.ps-sm-14{padding-left:6.5rem!important}.ps-sm-15{padding-left:7rem!important}.ps-sm-16{padding-left:7.5rem!important}.ps-sm-18{padding-left:8rem!important}.ps-sm-19{padding-left:8.5rem!important}.ps-sm-20{padding-left:9rem!important}.ps-sm-21{padding-left:9.5rem!important}.ps-sm-22{padding-left:10rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:2rem!important}.gap-sm-6{gap:2.5rem!important}.gap-sm-7{gap:3rem!important}.gap-sm-8{gap:3.5rem!important}.gap-sm-9{gap:4rem!important}.gap-sm-10{gap:4.5rem!important}.gap-sm-11{gap:5rem!important}.gap-sm-12{gap:5.5rem!important}.gap-sm-13{gap:6rem!important}.gap-sm-14{gap:6.5rem!important}.gap-sm-15{gap:7rem!important}.gap-sm-16{gap:7.5rem!important}.gap-sm-18{gap:8rem!important}.gap-sm-19{gap:8.5rem!important}.gap-sm-20{gap:9rem!important}.gap-sm-21{gap:9.5rem!important}.gap-sm-22{gap:10rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:2rem!important}.row-gap-sm-6{row-gap:2.5rem!important}.row-gap-sm-7{row-gap:3rem!important}.row-gap-sm-8{row-gap:3.5rem!important}.row-gap-sm-9{row-gap:4rem!important}.row-gap-sm-10{row-gap:4.5rem!important}.row-gap-sm-11{row-gap:5rem!important}.row-gap-sm-12{row-gap:5.5rem!important}.row-gap-sm-13{row-gap:6rem!important}.row-gap-sm-14{row-gap:6.5rem!important}.row-gap-sm-15{row-gap:7rem!important}.row-gap-sm-16{row-gap:7.5rem!important}.row-gap-sm-18{row-gap:8rem!important}.row-gap-sm-19{row-gap:8.5rem!important}.row-gap-sm-20{row-gap:9rem!important}.row-gap-sm-21{row-gap:9.5rem!important}.row-gap-sm-22{row-gap:10rem!important}.column-gap-sm-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-sm-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-sm-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-5{-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-sm-6{-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-sm-7{-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-sm-8{-moz-column-gap:3.5rem!important;column-gap:3.5rem!important}.column-gap-sm-9{-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-sm-10{-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-sm-11{-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-sm-12{-moz-column-gap:5.5rem!important;column-gap:5.5rem!important}.column-gap-sm-13{-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-sm-14{-moz-column-gap:6.5rem!important;column-gap:6.5rem!important}.column-gap-sm-15{-moz-column-gap:7rem!important;column-gap:7rem!important}.column-gap-sm-16{-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-sm-18{-moz-column-gap:8rem!important;column-gap:8rem!important}.column-gap-sm-19{-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-sm-20{-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-sm-21{-moz-column-gap:9.5rem!important;column-gap:9.5rem!important}.column-gap-sm-22{-moz-column-gap:10rem!important;column-gap:10rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:2rem!important}.m-md-6{margin:2.5rem!important}.m-md-7{margin:3rem!important}.m-md-8{margin:3.5rem!important}.m-md-9{margin:4rem!important}.m-md-10{margin:4.5rem!important}.m-md-11{margin:5rem!important}.m-md-12{margin:5.5rem!important}.m-md-13{margin:6rem!important}.m-md-14{margin:6.5rem!important}.m-md-15{margin:7rem!important}.m-md-16{margin:7.5rem!important}.m-md-18{margin:8rem!important}.m-md-19{margin:8.5rem!important}.m-md-20{margin:9rem!important}.m-md-21{margin:9.5rem!important}.m-md-22{margin:10rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:2rem!important;margin-right:2rem!important}.mx-md-6{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-md-7{margin-left:3rem!important;margin-right:3rem!important}.mx-md-8{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-md-9{margin-left:4rem!important;margin-right:4rem!important}.mx-md-10{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-md-11{margin-left:5rem!important;margin-right:5rem!important}.mx-md-12{margin-left:5.5rem!important;margin-right:5.5rem!important}.mx-md-13{margin-left:6rem!important;margin-right:6rem!important}.mx-md-14{margin-left:6.5rem!important;margin-right:6.5rem!important}.mx-md-15{margin-left:7rem!important;margin-right:7rem!important}.mx-md-16{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-md-18{margin-left:8rem!important;margin-right:8rem!important}.mx-md-19{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-md-20{margin-left:9rem!important;margin-right:9rem!important}.mx-md-21{margin-left:9.5rem!important;margin-right:9.5rem!important}.mx-md-22{margin-left:10rem!important;margin-right:10rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:2rem!important;margin-top:2rem!important}.my-md-6{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-md-7{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-8{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-md-9{margin-bottom:4rem!important;margin-top:4rem!important}.my-md-10{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-md-11{margin-bottom:5rem!important;margin-top:5rem!important}.my-md-12{margin-bottom:5.5rem!important;margin-top:5.5rem!important}.my-md-13{margin-bottom:6rem!important;margin-top:6rem!important}.my-md-14{margin-bottom:6.5rem!important;margin-top:6.5rem!important}.my-md-15{margin-bottom:7rem!important;margin-top:7rem!important}.my-md-16{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-md-18{margin-bottom:8rem!important;margin-top:8rem!important}.my-md-19{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-md-20{margin-bottom:9rem!important;margin-top:9rem!important}.my-md-21{margin-bottom:9.5rem!important;margin-top:9.5rem!important}.my-md-22{margin-bottom:10rem!important;margin-top:10rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:2rem!important}.mt-md-6{margin-top:2.5rem!important}.mt-md-7{margin-top:3rem!important}.mt-md-8{margin-top:3.5rem!important}.mt-md-9{margin-top:4rem!important}.mt-md-10{margin-top:4.5rem!important}.mt-md-11{margin-top:5rem!important}.mt-md-12{margin-top:5.5rem!important}.mt-md-13{margin-top:6rem!important}.mt-md-14{margin-top:6.5rem!important}.mt-md-15{margin-top:7rem!important}.mt-md-16{margin-top:7.5rem!important}.mt-md-18{margin-top:8rem!important}.mt-md-19{margin-top:8.5rem!important}.mt-md-20{margin-top:9rem!important}.mt-md-21{margin-top:9.5rem!important}.mt-md-22{margin-top:10rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:2rem!important}.me-md-6{margin-right:2.5rem!important}.me-md-7{margin-right:3rem!important}.me-md-8{margin-right:3.5rem!important}.me-md-9{margin-right:4rem!important}.me-md-10{margin-right:4.5rem!important}.me-md-11{margin-right:5rem!important}.me-md-12{margin-right:5.5rem!important}.me-md-13{margin-right:6rem!important}.me-md-14{margin-right:6.5rem!important}.me-md-15{margin-right:7rem!important}.me-md-16{margin-right:7.5rem!important}.me-md-18{margin-right:8rem!important}.me-md-19{margin-right:8.5rem!important}.me-md-20{margin-right:9rem!important}.me-md-21{margin-right:9.5rem!important}.me-md-22{margin-right:10rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:2rem!important}.mb-md-6{margin-bottom:2.5rem!important}.mb-md-7{margin-bottom:3rem!important}.mb-md-8{margin-bottom:3.5rem!important}.mb-md-9{margin-bottom:4rem!important}.mb-md-10{margin-bottom:4.5rem!important}.mb-md-11{margin-bottom:5rem!important}.mb-md-12{margin-bottom:5.5rem!important}.mb-md-13{margin-bottom:6rem!important}.mb-md-14{margin-bottom:6.5rem!important}.mb-md-15{margin-bottom:7rem!important}.mb-md-16{margin-bottom:7.5rem!important}.mb-md-18{margin-bottom:8rem!important}.mb-md-19{margin-bottom:8.5rem!important}.mb-md-20{margin-bottom:9rem!important}.mb-md-21{margin-bottom:9.5rem!important}.mb-md-22{margin-bottom:10rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:2rem!important}.ms-md-6{margin-left:2.5rem!important}.ms-md-7{margin-left:3rem!important}.ms-md-8{margin-left:3.5rem!important}.ms-md-9{margin-left:4rem!important}.ms-md-10{margin-left:4.5rem!important}.ms-md-11{margin-left:5rem!important}.ms-md-12{margin-left:5.5rem!important}.ms-md-13{margin-left:6rem!important}.ms-md-14{margin-left:6.5rem!important}.ms-md-15{margin-left:7rem!important}.ms-md-16{margin-left:7.5rem!important}.ms-md-18{margin-left:8rem!important}.ms-md-19{margin-left:8.5rem!important}.ms-md-20{margin-left:9rem!important}.ms-md-21{margin-left:9.5rem!important}.ms-md-22{margin-left:10rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:2rem!important}.p-md-6{padding:2.5rem!important}.p-md-7{padding:3rem!important}.p-md-8{padding:3.5rem!important}.p-md-9{padding:4rem!important}.p-md-10{padding:4.5rem!important}.p-md-11{padding:5rem!important}.p-md-12{padding:5.5rem!important}.p-md-13{padding:6rem!important}.p-md-14{padding:6.5rem!important}.p-md-15{padding:7rem!important}.p-md-16{padding:7.5rem!important}.p-md-18{padding:8rem!important}.p-md-19{padding:8.5rem!important}.p-md-20{padding:9rem!important}.p-md-21{padding:9.5rem!important}.p-md-22{padding:10rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:2rem!important;padding-right:2rem!important}.px-md-6{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-md-7{padding-left:3rem!important;padding-right:3rem!important}.px-md-8{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-md-9{padding-left:4rem!important;padding-right:4rem!important}.px-md-10{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-md-11{padding-left:5rem!important;padding-right:5rem!important}.px-md-12{padding-left:5.5rem!important;padding-right:5.5rem!important}.px-md-13{padding-left:6rem!important;padding-right:6rem!important}.px-md-14{padding-left:6.5rem!important;padding-right:6.5rem!important}.px-md-15{padding-left:7rem!important;padding-right:7rem!important}.px-md-16{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-md-18{padding-left:8rem!important;padding-right:8rem!important}.px-md-19{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-md-20{padding-left:9rem!important;padding-right:9rem!important}.px-md-21{padding-left:9.5rem!important;padding-right:9.5rem!important}.px-md-22{padding-left:10rem!important;padding-right:10rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:2rem!important;padding-top:2rem!important}.py-md-6{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-md-7{padding-bottom:3rem!important;padding-top:3rem!important}.py-md-8{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-md-9{padding-bottom:4rem!important;padding-top:4rem!important}.py-md-10{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-md-11{padding-bottom:5rem!important;padding-top:5rem!important}.py-md-12{padding-bottom:5.5rem!important;padding-top:5.5rem!important}.py-md-13{padding-bottom:6rem!important;padding-top:6rem!important}.py-md-14{padding-bottom:6.5rem!important;padding-top:6.5rem!important}.py-md-15{padding-bottom:7rem!important;padding-top:7rem!important}.py-md-16{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-md-18{padding-bottom:8rem!important;padding-top:8rem!important}.py-md-19{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-md-20{padding-bottom:9rem!important;padding-top:9rem!important}.py-md-21{padding-bottom:9.5rem!important;padding-top:9.5rem!important}.py-md-22{padding-bottom:10rem!important;padding-top:10rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:2rem!important}.pt-md-6{padding-top:2.5rem!important}.pt-md-7{padding-top:3rem!important}.pt-md-8{padding-top:3.5rem!important}.pt-md-9{padding-top:4rem!important}.pt-md-10{padding-top:4.5rem!important}.pt-md-11{padding-top:5rem!important}.pt-md-12{padding-top:5.5rem!important}.pt-md-13{padding-top:6rem!important}.pt-md-14{padding-top:6.5rem!important}.pt-md-15{padding-top:7rem!important}.pt-md-16{padding-top:7.5rem!important}.pt-md-18{padding-top:8rem!important}.pt-md-19{padding-top:8.5rem!important}.pt-md-20{padding-top:9rem!important}.pt-md-21{padding-top:9.5rem!important}.pt-md-22{padding-top:10rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:2rem!important}.pe-md-6{padding-right:2.5rem!important}.pe-md-7{padding-right:3rem!important}.pe-md-8{padding-right:3.5rem!important}.pe-md-9{padding-right:4rem!important}.pe-md-10{padding-right:4.5rem!important}.pe-md-11{padding-right:5rem!important}.pe-md-12{padding-right:5.5rem!important}.pe-md-13{padding-right:6rem!important}.pe-md-14{padding-right:6.5rem!important}.pe-md-15{padding-right:7rem!important}.pe-md-16{padding-right:7.5rem!important}.pe-md-18{padding-right:8rem!important}.pe-md-19{padding-right:8.5rem!important}.pe-md-20{padding-right:9rem!important}.pe-md-21{padding-right:9.5rem!important}.pe-md-22{padding-right:10rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:2rem!important}.pb-md-6{padding-bottom:2.5rem!important}.pb-md-7{padding-bottom:3rem!important}.pb-md-8{padding-bottom:3.5rem!important}.pb-md-9{padding-bottom:4rem!important}.pb-md-10{padding-bottom:4.5rem!important}.pb-md-11{padding-bottom:5rem!important}.pb-md-12{padding-bottom:5.5rem!important}.pb-md-13{padding-bottom:6rem!important}.pb-md-14{padding-bottom:6.5rem!important}.pb-md-15{padding-bottom:7rem!important}.pb-md-16{padding-bottom:7.5rem!important}.pb-md-18{padding-bottom:8rem!important}.pb-md-19{padding-bottom:8.5rem!important}.pb-md-20{padding-bottom:9rem!important}.pb-md-21{padding-bottom:9.5rem!important}.pb-md-22{padding-bottom:10rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:2rem!important}.ps-md-6{padding-left:2.5rem!important}.ps-md-7{padding-left:3rem!important}.ps-md-8{padding-left:3.5rem!important}.ps-md-9{padding-left:4rem!important}.ps-md-10{padding-left:4.5rem!important}.ps-md-11{padding-left:5rem!important}.ps-md-12{padding-left:5.5rem!important}.ps-md-13{padding-left:6rem!important}.ps-md-14{padding-left:6.5rem!important}.ps-md-15{padding-left:7rem!important}.ps-md-16{padding-left:7.5rem!important}.ps-md-18{padding-left:8rem!important}.ps-md-19{padding-left:8.5rem!important}.ps-md-20{padding-left:9rem!important}.ps-md-21{padding-left:9.5rem!important}.ps-md-22{padding-left:10rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:2rem!important}.gap-md-6{gap:2.5rem!important}.gap-md-7{gap:3rem!important}.gap-md-8{gap:3.5rem!important}.gap-md-9{gap:4rem!important}.gap-md-10{gap:4.5rem!important}.gap-md-11{gap:5rem!important}.gap-md-12{gap:5.5rem!important}.gap-md-13{gap:6rem!important}.gap-md-14{gap:6.5rem!important}.gap-md-15{gap:7rem!important}.gap-md-16{gap:7.5rem!important}.gap-md-18{gap:8rem!important}.gap-md-19{gap:8.5rem!important}.gap-md-20{gap:9rem!important}.gap-md-21{gap:9.5rem!important}.gap-md-22{gap:10rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:2rem!important}.row-gap-md-6{row-gap:2.5rem!important}.row-gap-md-7{row-gap:3rem!important}.row-gap-md-8{row-gap:3.5rem!important}.row-gap-md-9{row-gap:4rem!important}.row-gap-md-10{row-gap:4.5rem!important}.row-gap-md-11{row-gap:5rem!important}.row-gap-md-12{row-gap:5.5rem!important}.row-gap-md-13{row-gap:6rem!important}.row-gap-md-14{row-gap:6.5rem!important}.row-gap-md-15{row-gap:7rem!important}.row-gap-md-16{row-gap:7.5rem!important}.row-gap-md-18{row-gap:8rem!important}.row-gap-md-19{row-gap:8.5rem!important}.row-gap-md-20{row-gap:9rem!important}.row-gap-md-21{row-gap:9.5rem!important}.row-gap-md-22{row-gap:10rem!important}.column-gap-md-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-md-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-md-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-5{-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-md-6{-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-md-7{-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-md-8{-moz-column-gap:3.5rem!important;column-gap:3.5rem!important}.column-gap-md-9{-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-md-10{-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-md-11{-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-md-12{-moz-column-gap:5.5rem!important;column-gap:5.5rem!important}.column-gap-md-13{-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-md-14{-moz-column-gap:6.5rem!important;column-gap:6.5rem!important}.column-gap-md-15{-moz-column-gap:7rem!important;column-gap:7rem!important}.column-gap-md-16{-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-md-18{-moz-column-gap:8rem!important;column-gap:8rem!important}.column-gap-md-19{-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-md-20{-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-md-21{-moz-column-gap:9.5rem!important;column-gap:9.5rem!important}.column-gap-md-22{-moz-column-gap:10rem!important;column-gap:10rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:2rem!important}.m-lg-6{margin:2.5rem!important}.m-lg-7{margin:3rem!important}.m-lg-8{margin:3.5rem!important}.m-lg-9{margin:4rem!important}.m-lg-10{margin:4.5rem!important}.m-lg-11{margin:5rem!important}.m-lg-12{margin:5.5rem!important}.m-lg-13{margin:6rem!important}.m-lg-14{margin:6.5rem!important}.m-lg-15{margin:7rem!important}.m-lg-16{margin:7.5rem!important}.m-lg-18{margin:8rem!important}.m-lg-19{margin:8.5rem!important}.m-lg-20{margin:9rem!important}.m-lg-21{margin:9.5rem!important}.m-lg-22{margin:10rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:2rem!important;margin-right:2rem!important}.mx-lg-6{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-lg-7{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-8{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-lg-9{margin-left:4rem!important;margin-right:4rem!important}.mx-lg-10{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-lg-11{margin-left:5rem!important;margin-right:5rem!important}.mx-lg-12{margin-left:5.5rem!important;margin-right:5.5rem!important}.mx-lg-13{margin-left:6rem!important;margin-right:6rem!important}.mx-lg-14{margin-left:6.5rem!important;margin-right:6.5rem!important}.mx-lg-15{margin-left:7rem!important;margin-right:7rem!important}.mx-lg-16{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-lg-18{margin-left:8rem!important;margin-right:8rem!important}.mx-lg-19{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-lg-20{margin-left:9rem!important;margin-right:9rem!important}.mx-lg-21{margin-left:9.5rem!important;margin-right:9.5rem!important}.mx-lg-22{margin-left:10rem!important;margin-right:10rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:2rem!important;margin-top:2rem!important}.my-lg-6{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-lg-7{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-8{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-lg-9{margin-bottom:4rem!important;margin-top:4rem!important}.my-lg-10{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-lg-11{margin-bottom:5rem!important;margin-top:5rem!important}.my-lg-12{margin-bottom:5.5rem!important;margin-top:5.5rem!important}.my-lg-13{margin-bottom:6rem!important;margin-top:6rem!important}.my-lg-14{margin-bottom:6.5rem!important;margin-top:6.5rem!important}.my-lg-15{margin-bottom:7rem!important;margin-top:7rem!important}.my-lg-16{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-lg-18{margin-bottom:8rem!important;margin-top:8rem!important}.my-lg-19{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-lg-20{margin-bottom:9rem!important;margin-top:9rem!important}.my-lg-21{margin-bottom:9.5rem!important;margin-top:9.5rem!important}.my-lg-22{margin-bottom:10rem!important;margin-top:10rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:2rem!important}.mt-lg-6{margin-top:2.5rem!important}.mt-lg-7{margin-top:3rem!important}.mt-lg-8{margin-top:3.5rem!important}.mt-lg-9{margin-top:4rem!important}.mt-lg-10{margin-top:4.5rem!important}.mt-lg-11{margin-top:5rem!important}.mt-lg-12{margin-top:5.5rem!important}.mt-lg-13{margin-top:6rem!important}.mt-lg-14{margin-top:6.5rem!important}.mt-lg-15{margin-top:7rem!important}.mt-lg-16{margin-top:7.5rem!important}.mt-lg-18{margin-top:8rem!important}.mt-lg-19{margin-top:8.5rem!important}.mt-lg-20{margin-top:9rem!important}.mt-lg-21{margin-top:9.5rem!important}.mt-lg-22{margin-top:10rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:2rem!important}.me-lg-6{margin-right:2.5rem!important}.me-lg-7{margin-right:3rem!important}.me-lg-8{margin-right:3.5rem!important}.me-lg-9{margin-right:4rem!important}.me-lg-10{margin-right:4.5rem!important}.me-lg-11{margin-right:5rem!important}.me-lg-12{margin-right:5.5rem!important}.me-lg-13{margin-right:6rem!important}.me-lg-14{margin-right:6.5rem!important}.me-lg-15{margin-right:7rem!important}.me-lg-16{margin-right:7.5rem!important}.me-lg-18{margin-right:8rem!important}.me-lg-19{margin-right:8.5rem!important}.me-lg-20{margin-right:9rem!important}.me-lg-21{margin-right:9.5rem!important}.me-lg-22{margin-right:10rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:2rem!important}.mb-lg-6{margin-bottom:2.5rem!important}.mb-lg-7{margin-bottom:3rem!important}.mb-lg-8{margin-bottom:3.5rem!important}.mb-lg-9{margin-bottom:4rem!important}.mb-lg-10{margin-bottom:4.5rem!important}.mb-lg-11{margin-bottom:5rem!important}.mb-lg-12{margin-bottom:5.5rem!important}.mb-lg-13{margin-bottom:6rem!important}.mb-lg-14{margin-bottom:6.5rem!important}.mb-lg-15{margin-bottom:7rem!important}.mb-lg-16{margin-bottom:7.5rem!important}.mb-lg-18{margin-bottom:8rem!important}.mb-lg-19{margin-bottom:8.5rem!important}.mb-lg-20{margin-bottom:9rem!important}.mb-lg-21{margin-bottom:9.5rem!important}.mb-lg-22{margin-bottom:10rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:2rem!important}.ms-lg-6{margin-left:2.5rem!important}.ms-lg-7{margin-left:3rem!important}.ms-lg-8{margin-left:3.5rem!important}.ms-lg-9{margin-left:4rem!important}.ms-lg-10{margin-left:4.5rem!important}.ms-lg-11{margin-left:5rem!important}.ms-lg-12{margin-left:5.5rem!important}.ms-lg-13{margin-left:6rem!important}.ms-lg-14{margin-left:6.5rem!important}.ms-lg-15{margin-left:7rem!important}.ms-lg-16{margin-left:7.5rem!important}.ms-lg-18{margin-left:8rem!important}.ms-lg-19{margin-left:8.5rem!important}.ms-lg-20{margin-left:9rem!important}.ms-lg-21{margin-left:9.5rem!important}.ms-lg-22{margin-left:10rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:2rem!important}.p-lg-6{padding:2.5rem!important}.p-lg-7{padding:3rem!important}.p-lg-8{padding:3.5rem!important}.p-lg-9{padding:4rem!important}.p-lg-10{padding:4.5rem!important}.p-lg-11{padding:5rem!important}.p-lg-12{padding:5.5rem!important}.p-lg-13{padding:6rem!important}.p-lg-14{padding:6.5rem!important}.p-lg-15{padding:7rem!important}.p-lg-16{padding:7.5rem!important}.p-lg-18{padding:8rem!important}.p-lg-19{padding:8.5rem!important}.p-lg-20{padding:9rem!important}.p-lg-21{padding:9.5rem!important}.p-lg-22{padding:10rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:2rem!important;padding-right:2rem!important}.px-lg-6{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-lg-7{padding-left:3rem!important;padding-right:3rem!important}.px-lg-8{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-lg-9{padding-left:4rem!important;padding-right:4rem!important}.px-lg-10{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-lg-11{padding-left:5rem!important;padding-right:5rem!important}.px-lg-12{padding-left:5.5rem!important;padding-right:5.5rem!important}.px-lg-13{padding-left:6rem!important;padding-right:6rem!important}.px-lg-14{padding-left:6.5rem!important;padding-right:6.5rem!important}.px-lg-15{padding-left:7rem!important;padding-right:7rem!important}.px-lg-16{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-lg-18{padding-left:8rem!important;padding-right:8rem!important}.px-lg-19{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-lg-20{padding-left:9rem!important;padding-right:9rem!important}.px-lg-21{padding-left:9.5rem!important;padding-right:9.5rem!important}.px-lg-22{padding-left:10rem!important;padding-right:10rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:2rem!important;padding-top:2rem!important}.py-lg-6{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-lg-7{padding-bottom:3rem!important;padding-top:3rem!important}.py-lg-8{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-lg-9{padding-bottom:4rem!important;padding-top:4rem!important}.py-lg-10{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-lg-11{padding-bottom:5rem!important;padding-top:5rem!important}.py-lg-12{padding-bottom:5.5rem!important;padding-top:5.5rem!important}.py-lg-13{padding-bottom:6rem!important;padding-top:6rem!important}.py-lg-14{padding-bottom:6.5rem!important;padding-top:6.5rem!important}.py-lg-15{padding-bottom:7rem!important;padding-top:7rem!important}.py-lg-16{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-lg-18{padding-bottom:8rem!important;padding-top:8rem!important}.py-lg-19{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-lg-20{padding-bottom:9rem!important;padding-top:9rem!important}.py-lg-21{padding-bottom:9.5rem!important;padding-top:9.5rem!important}.py-lg-22{padding-bottom:10rem!important;padding-top:10rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:2rem!important}.pt-lg-6{padding-top:2.5rem!important}.pt-lg-7{padding-top:3rem!important}.pt-lg-8{padding-top:3.5rem!important}.pt-lg-9{padding-top:4rem!important}.pt-lg-10{padding-top:4.5rem!important}.pt-lg-11{padding-top:5rem!important}.pt-lg-12{padding-top:5.5rem!important}.pt-lg-13{padding-top:6rem!important}.pt-lg-14{padding-top:6.5rem!important}.pt-lg-15{padding-top:7rem!important}.pt-lg-16{padding-top:7.5rem!important}.pt-lg-18{padding-top:8rem!important}.pt-lg-19{padding-top:8.5rem!important}.pt-lg-20{padding-top:9rem!important}.pt-lg-21{padding-top:9.5rem!important}.pt-lg-22{padding-top:10rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:2rem!important}.pe-lg-6{padding-right:2.5rem!important}.pe-lg-7{padding-right:3rem!important}.pe-lg-8{padding-right:3.5rem!important}.pe-lg-9{padding-right:4rem!important}.pe-lg-10{padding-right:4.5rem!important}.pe-lg-11{padding-right:5rem!important}.pe-lg-12{padding-right:5.5rem!important}.pe-lg-13{padding-right:6rem!important}.pe-lg-14{padding-right:6.5rem!important}.pe-lg-15{padding-right:7rem!important}.pe-lg-16{padding-right:7.5rem!important}.pe-lg-18{padding-right:8rem!important}.pe-lg-19{padding-right:8.5rem!important}.pe-lg-20{padding-right:9rem!important}.pe-lg-21{padding-right:9.5rem!important}.pe-lg-22{padding-right:10rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:2rem!important}.pb-lg-6{padding-bottom:2.5rem!important}.pb-lg-7{padding-bottom:3rem!important}.pb-lg-8{padding-bottom:3.5rem!important}.pb-lg-9{padding-bottom:4rem!important}.pb-lg-10{padding-bottom:4.5rem!important}.pb-lg-11{padding-bottom:5rem!important}.pb-lg-12{padding-bottom:5.5rem!important}.pb-lg-13{padding-bottom:6rem!important}.pb-lg-14{padding-bottom:6.5rem!important}.pb-lg-15{padding-bottom:7rem!important}.pb-lg-16{padding-bottom:7.5rem!important}.pb-lg-18{padding-bottom:8rem!important}.pb-lg-19{padding-bottom:8.5rem!important}.pb-lg-20{padding-bottom:9rem!important}.pb-lg-21{padding-bottom:9.5rem!important}.pb-lg-22{padding-bottom:10rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:2rem!important}.ps-lg-6{padding-left:2.5rem!important}.ps-lg-7{padding-left:3rem!important}.ps-lg-8{padding-left:3.5rem!important}.ps-lg-9{padding-left:4rem!important}.ps-lg-10{padding-left:4.5rem!important}.ps-lg-11{padding-left:5rem!important}.ps-lg-12{padding-left:5.5rem!important}.ps-lg-13{padding-left:6rem!important}.ps-lg-14{padding-left:6.5rem!important}.ps-lg-15{padding-left:7rem!important}.ps-lg-16{padding-left:7.5rem!important}.ps-lg-18{padding-left:8rem!important}.ps-lg-19{padding-left:8.5rem!important}.ps-lg-20{padding-left:9rem!important}.ps-lg-21{padding-left:9.5rem!important}.ps-lg-22{padding-left:10rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:2rem!important}.gap-lg-6{gap:2.5rem!important}.gap-lg-7{gap:3rem!important}.gap-lg-8{gap:3.5rem!important}.gap-lg-9{gap:4rem!important}.gap-lg-10{gap:4.5rem!important}.gap-lg-11{gap:5rem!important}.gap-lg-12{gap:5.5rem!important}.gap-lg-13{gap:6rem!important}.gap-lg-14{gap:6.5rem!important}.gap-lg-15{gap:7rem!important}.gap-lg-16{gap:7.5rem!important}.gap-lg-18{gap:8rem!important}.gap-lg-19{gap:8.5rem!important}.gap-lg-20{gap:9rem!important}.gap-lg-21{gap:9.5rem!important}.gap-lg-22{gap:10rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:2rem!important}.row-gap-lg-6{row-gap:2.5rem!important}.row-gap-lg-7{row-gap:3rem!important}.row-gap-lg-8{row-gap:3.5rem!important}.row-gap-lg-9{row-gap:4rem!important}.row-gap-lg-10{row-gap:4.5rem!important}.row-gap-lg-11{row-gap:5rem!important}.row-gap-lg-12{row-gap:5.5rem!important}.row-gap-lg-13{row-gap:6rem!important}.row-gap-lg-14{row-gap:6.5rem!important}.row-gap-lg-15{row-gap:7rem!important}.row-gap-lg-16{row-gap:7.5rem!important}.row-gap-lg-18{row-gap:8rem!important}.row-gap-lg-19{row-gap:8.5rem!important}.row-gap-lg-20{row-gap:9rem!important}.row-gap-lg-21{row-gap:9.5rem!important}.row-gap-lg-22{row-gap:10rem!important}.column-gap-lg-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-lg-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-lg-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-5{-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-lg-6{-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-lg-7{-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-lg-8{-moz-column-gap:3.5rem!important;column-gap:3.5rem!important}.column-gap-lg-9{-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-lg-10{-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-lg-11{-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-lg-12{-moz-column-gap:5.5rem!important;column-gap:5.5rem!important}.column-gap-lg-13{-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-lg-14{-moz-column-gap:6.5rem!important;column-gap:6.5rem!important}.column-gap-lg-15{-moz-column-gap:7rem!important;column-gap:7rem!important}.column-gap-lg-16{-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-lg-18{-moz-column-gap:8rem!important;column-gap:8rem!important}.column-gap-lg-19{-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-lg-20{-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-lg-21{-moz-column-gap:9.5rem!important;column-gap:9.5rem!important}.column-gap-lg-22{-moz-column-gap:10rem!important;column-gap:10rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:2rem!important}.m-xl-6{margin:2.5rem!important}.m-xl-7{margin:3rem!important}.m-xl-8{margin:3.5rem!important}.m-xl-9{margin:4rem!important}.m-xl-10{margin:4.5rem!important}.m-xl-11{margin:5rem!important}.m-xl-12{margin:5.5rem!important}.m-xl-13{margin:6rem!important}.m-xl-14{margin:6.5rem!important}.m-xl-15{margin:7rem!important}.m-xl-16{margin:7.5rem!important}.m-xl-18{margin:8rem!important}.m-xl-19{margin:8.5rem!important}.m-xl-20{margin:9rem!important}.m-xl-21{margin:9.5rem!important}.m-xl-22{margin:10rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:2rem!important;margin-right:2rem!important}.mx-xl-6{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-xl-7{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-8{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-xl-9{margin-left:4rem!important;margin-right:4rem!important}.mx-xl-10{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xl-11{margin-left:5rem!important;margin-right:5rem!important}.mx-xl-12{margin-left:5.5rem!important;margin-right:5.5rem!important}.mx-xl-13{margin-left:6rem!important;margin-right:6rem!important}.mx-xl-14{margin-left:6.5rem!important;margin-right:6.5rem!important}.mx-xl-15{margin-left:7rem!important;margin-right:7rem!important}.mx-xl-16{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-xl-18{margin-left:8rem!important;margin-right:8rem!important}.mx-xl-19{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-xl-20{margin-left:9rem!important;margin-right:9rem!important}.mx-xl-21{margin-left:9.5rem!important;margin-right:9.5rem!important}.mx-xl-22{margin-left:10rem!important;margin-right:10rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:2rem!important;margin-top:2rem!important}.my-xl-6{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-xl-7{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-8{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-xl-9{margin-bottom:4rem!important;margin-top:4rem!important}.my-xl-10{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xl-11{margin-bottom:5rem!important;margin-top:5rem!important}.my-xl-12{margin-bottom:5.5rem!important;margin-top:5.5rem!important}.my-xl-13{margin-bottom:6rem!important;margin-top:6rem!important}.my-xl-14{margin-bottom:6.5rem!important;margin-top:6.5rem!important}.my-xl-15{margin-bottom:7rem!important;margin-top:7rem!important}.my-xl-16{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-xl-18{margin-bottom:8rem!important;margin-top:8rem!important}.my-xl-19{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-xl-20{margin-bottom:9rem!important;margin-top:9rem!important}.my-xl-21{margin-bottom:9.5rem!important;margin-top:9.5rem!important}.my-xl-22{margin-bottom:10rem!important;margin-top:10rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:2rem!important}.mt-xl-6{margin-top:2.5rem!important}.mt-xl-7{margin-top:3rem!important}.mt-xl-8{margin-top:3.5rem!important}.mt-xl-9{margin-top:4rem!important}.mt-xl-10{margin-top:4.5rem!important}.mt-xl-11{margin-top:5rem!important}.mt-xl-12{margin-top:5.5rem!important}.mt-xl-13{margin-top:6rem!important}.mt-xl-14{margin-top:6.5rem!important}.mt-xl-15{margin-top:7rem!important}.mt-xl-16{margin-top:7.5rem!important}.mt-xl-18{margin-top:8rem!important}.mt-xl-19{margin-top:8.5rem!important}.mt-xl-20{margin-top:9rem!important}.mt-xl-21{margin-top:9.5rem!important}.mt-xl-22{margin-top:10rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:2rem!important}.me-xl-6{margin-right:2.5rem!important}.me-xl-7{margin-right:3rem!important}.me-xl-8{margin-right:3.5rem!important}.me-xl-9{margin-right:4rem!important}.me-xl-10{margin-right:4.5rem!important}.me-xl-11{margin-right:5rem!important}.me-xl-12{margin-right:5.5rem!important}.me-xl-13{margin-right:6rem!important}.me-xl-14{margin-right:6.5rem!important}.me-xl-15{margin-right:7rem!important}.me-xl-16{margin-right:7.5rem!important}.me-xl-18{margin-right:8rem!important}.me-xl-19{margin-right:8.5rem!important}.me-xl-20{margin-right:9rem!important}.me-xl-21{margin-right:9.5rem!important}.me-xl-22{margin-right:10rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:2rem!important}.mb-xl-6{margin-bottom:2.5rem!important}.mb-xl-7{margin-bottom:3rem!important}.mb-xl-8{margin-bottom:3.5rem!important}.mb-xl-9{margin-bottom:4rem!important}.mb-xl-10{margin-bottom:4.5rem!important}.mb-xl-11{margin-bottom:5rem!important}.mb-xl-12{margin-bottom:5.5rem!important}.mb-xl-13{margin-bottom:6rem!important}.mb-xl-14{margin-bottom:6.5rem!important}.mb-xl-15{margin-bottom:7rem!important}.mb-xl-16{margin-bottom:7.5rem!important}.mb-xl-18{margin-bottom:8rem!important}.mb-xl-19{margin-bottom:8.5rem!important}.mb-xl-20{margin-bottom:9rem!important}.mb-xl-21{margin-bottom:9.5rem!important}.mb-xl-22{margin-bottom:10rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:2rem!important}.ms-xl-6{margin-left:2.5rem!important}.ms-xl-7{margin-left:3rem!important}.ms-xl-8{margin-left:3.5rem!important}.ms-xl-9{margin-left:4rem!important}.ms-xl-10{margin-left:4.5rem!important}.ms-xl-11{margin-left:5rem!important}.ms-xl-12{margin-left:5.5rem!important}.ms-xl-13{margin-left:6rem!important}.ms-xl-14{margin-left:6.5rem!important}.ms-xl-15{margin-left:7rem!important}.ms-xl-16{margin-left:7.5rem!important}.ms-xl-18{margin-left:8rem!important}.ms-xl-19{margin-left:8.5rem!important}.ms-xl-20{margin-left:9rem!important}.ms-xl-21{margin-left:9.5rem!important}.ms-xl-22{margin-left:10rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:2rem!important}.p-xl-6{padding:2.5rem!important}.p-xl-7{padding:3rem!important}.p-xl-8{padding:3.5rem!important}.p-xl-9{padding:4rem!important}.p-xl-10{padding:4.5rem!important}.p-xl-11{padding:5rem!important}.p-xl-12{padding:5.5rem!important}.p-xl-13{padding:6rem!important}.p-xl-14{padding:6.5rem!important}.p-xl-15{padding:7rem!important}.p-xl-16{padding:7.5rem!important}.p-xl-18{padding:8rem!important}.p-xl-19{padding:8.5rem!important}.p-xl-20{padding:9rem!important}.p-xl-21{padding:9.5rem!important}.p-xl-22{padding:10rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:2rem!important;padding-right:2rem!important}.px-xl-6{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-xl-7{padding-left:3rem!important;padding-right:3rem!important}.px-xl-8{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-xl-9{padding-left:4rem!important;padding-right:4rem!important}.px-xl-10{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xl-11{padding-left:5rem!important;padding-right:5rem!important}.px-xl-12{padding-left:5.5rem!important;padding-right:5.5rem!important}.px-xl-13{padding-left:6rem!important;padding-right:6rem!important}.px-xl-14{padding-left:6.5rem!important;padding-right:6.5rem!important}.px-xl-15{padding-left:7rem!important;padding-right:7rem!important}.px-xl-16{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-xl-18{padding-left:8rem!important;padding-right:8rem!important}.px-xl-19{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-xl-20{padding-left:9rem!important;padding-right:9rem!important}.px-xl-21{padding-left:9.5rem!important;padding-right:9.5rem!important}.px-xl-22{padding-left:10rem!important;padding-right:10rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:2rem!important;padding-top:2rem!important}.py-xl-6{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-xl-7{padding-bottom:3rem!important;padding-top:3rem!important}.py-xl-8{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-xl-9{padding-bottom:4rem!important;padding-top:4rem!important}.py-xl-10{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xl-11{padding-bottom:5rem!important;padding-top:5rem!important}.py-xl-12{padding-bottom:5.5rem!important;padding-top:5.5rem!important}.py-xl-13{padding-bottom:6rem!important;padding-top:6rem!important}.py-xl-14{padding-bottom:6.5rem!important;padding-top:6.5rem!important}.py-xl-15{padding-bottom:7rem!important;padding-top:7rem!important}.py-xl-16{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-xl-18{padding-bottom:8rem!important;padding-top:8rem!important}.py-xl-19{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-xl-20{padding-bottom:9rem!important;padding-top:9rem!important}.py-xl-21{padding-bottom:9.5rem!important;padding-top:9.5rem!important}.py-xl-22{padding-bottom:10rem!important;padding-top:10rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:2rem!important}.pt-xl-6{padding-top:2.5rem!important}.pt-xl-7{padding-top:3rem!important}.pt-xl-8{padding-top:3.5rem!important}.pt-xl-9{padding-top:4rem!important}.pt-xl-10{padding-top:4.5rem!important}.pt-xl-11{padding-top:5rem!important}.pt-xl-12{padding-top:5.5rem!important}.pt-xl-13{padding-top:6rem!important}.pt-xl-14{padding-top:6.5rem!important}.pt-xl-15{padding-top:7rem!important}.pt-xl-16{padding-top:7.5rem!important}.pt-xl-18{padding-top:8rem!important}.pt-xl-19{padding-top:8.5rem!important}.pt-xl-20{padding-top:9rem!important}.pt-xl-21{padding-top:9.5rem!important}.pt-xl-22{padding-top:10rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:2rem!important}.pe-xl-6{padding-right:2.5rem!important}.pe-xl-7{padding-right:3rem!important}.pe-xl-8{padding-right:3.5rem!important}.pe-xl-9{padding-right:4rem!important}.pe-xl-10{padding-right:4.5rem!important}.pe-xl-11{padding-right:5rem!important}.pe-xl-12{padding-right:5.5rem!important}.pe-xl-13{padding-right:6rem!important}.pe-xl-14{padding-right:6.5rem!important}.pe-xl-15{padding-right:7rem!important}.pe-xl-16{padding-right:7.5rem!important}.pe-xl-18{padding-right:8rem!important}.pe-xl-19{padding-right:8.5rem!important}.pe-xl-20{padding-right:9rem!important}.pe-xl-21{padding-right:9.5rem!important}.pe-xl-22{padding-right:10rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:2rem!important}.pb-xl-6{padding-bottom:2.5rem!important}.pb-xl-7{padding-bottom:3rem!important}.pb-xl-8{padding-bottom:3.5rem!important}.pb-xl-9{padding-bottom:4rem!important}.pb-xl-10{padding-bottom:4.5rem!important}.pb-xl-11{padding-bottom:5rem!important}.pb-xl-12{padding-bottom:5.5rem!important}.pb-xl-13{padding-bottom:6rem!important}.pb-xl-14{padding-bottom:6.5rem!important}.pb-xl-15{padding-bottom:7rem!important}.pb-xl-16{padding-bottom:7.5rem!important}.pb-xl-18{padding-bottom:8rem!important}.pb-xl-19{padding-bottom:8.5rem!important}.pb-xl-20{padding-bottom:9rem!important}.pb-xl-21{padding-bottom:9.5rem!important}.pb-xl-22{padding-bottom:10rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:2rem!important}.ps-xl-6{padding-left:2.5rem!important}.ps-xl-7{padding-left:3rem!important}.ps-xl-8{padding-left:3.5rem!important}.ps-xl-9{padding-left:4rem!important}.ps-xl-10{padding-left:4.5rem!important}.ps-xl-11{padding-left:5rem!important}.ps-xl-12{padding-left:5.5rem!important}.ps-xl-13{padding-left:6rem!important}.ps-xl-14{padding-left:6.5rem!important}.ps-xl-15{padding-left:7rem!important}.ps-xl-16{padding-left:7.5rem!important}.ps-xl-18{padding-left:8rem!important}.ps-xl-19{padding-left:8.5rem!important}.ps-xl-20{padding-left:9rem!important}.ps-xl-21{padding-left:9.5rem!important}.ps-xl-22{padding-left:10rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:2rem!important}.gap-xl-6{gap:2.5rem!important}.gap-xl-7{gap:3rem!important}.gap-xl-8{gap:3.5rem!important}.gap-xl-9{gap:4rem!important}.gap-xl-10{gap:4.5rem!important}.gap-xl-11{gap:5rem!important}.gap-xl-12{gap:5.5rem!important}.gap-xl-13{gap:6rem!important}.gap-xl-14{gap:6.5rem!important}.gap-xl-15{gap:7rem!important}.gap-xl-16{gap:7.5rem!important}.gap-xl-18{gap:8rem!important}.gap-xl-19{gap:8.5rem!important}.gap-xl-20{gap:9rem!important}.gap-xl-21{gap:9.5rem!important}.gap-xl-22{gap:10rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:2rem!important}.row-gap-xl-6{row-gap:2.5rem!important}.row-gap-xl-7{row-gap:3rem!important}.row-gap-xl-8{row-gap:3.5rem!important}.row-gap-xl-9{row-gap:4rem!important}.row-gap-xl-10{row-gap:4.5rem!important}.row-gap-xl-11{row-gap:5rem!important}.row-gap-xl-12{row-gap:5.5rem!important}.row-gap-xl-13{row-gap:6rem!important}.row-gap-xl-14{row-gap:6.5rem!important}.row-gap-xl-15{row-gap:7rem!important}.row-gap-xl-16{row-gap:7.5rem!important}.row-gap-xl-18{row-gap:8rem!important}.row-gap-xl-19{row-gap:8.5rem!important}.row-gap-xl-20{row-gap:9rem!important}.row-gap-xl-21{row-gap:9.5rem!important}.row-gap-xl-22{row-gap:10rem!important}.column-gap-xl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-xl-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-5{-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-xl-6{-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-xl-7{-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-xl-8{-moz-column-gap:3.5rem!important;column-gap:3.5rem!important}.column-gap-xl-9{-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-xl-10{-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-xl-11{-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-xl-12{-moz-column-gap:5.5rem!important;column-gap:5.5rem!important}.column-gap-xl-13{-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-xl-14{-moz-column-gap:6.5rem!important;column-gap:6.5rem!important}.column-gap-xl-15{-moz-column-gap:7rem!important;column-gap:7rem!important}.column-gap-xl-16{-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-xl-18{-moz-column-gap:8rem!important;column-gap:8rem!important}.column-gap-xl-19{-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-xl-20{-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-xl-21{-moz-column-gap:9.5rem!important;column-gap:9.5rem!important}.column-gap-xl-22{-moz-column-gap:10rem!important;column-gap:10rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1712px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xxl-none{-o-object-fit:none!important;object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:2rem!important}.m-xxl-6{margin:2.5rem!important}.m-xxl-7{margin:3rem!important}.m-xxl-8{margin:3.5rem!important}.m-xxl-9{margin:4rem!important}.m-xxl-10{margin:4.5rem!important}.m-xxl-11{margin:5rem!important}.m-xxl-12{margin:5.5rem!important}.m-xxl-13{margin:6rem!important}.m-xxl-14{margin:6.5rem!important}.m-xxl-15{margin:7rem!important}.m-xxl-16{margin:7.5rem!important}.m-xxl-18{margin:8rem!important}.m-xxl-19{margin:8.5rem!important}.m-xxl-20{margin:9rem!important}.m-xxl-21{margin:9.5rem!important}.m-xxl-22{margin:10rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:2rem!important;margin-right:2rem!important}.mx-xxl-6{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-xxl-7{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-8{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-xxl-9{margin-left:4rem!important;margin-right:4rem!important}.mx-xxl-10{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xxl-11{margin-left:5rem!important;margin-right:5rem!important}.mx-xxl-12{margin-left:5.5rem!important;margin-right:5.5rem!important}.mx-xxl-13{margin-left:6rem!important;margin-right:6rem!important}.mx-xxl-14{margin-left:6.5rem!important;margin-right:6.5rem!important}.mx-xxl-15{margin-left:7rem!important;margin-right:7rem!important}.mx-xxl-16{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-xxl-18{margin-left:8rem!important;margin-right:8rem!important}.mx-xxl-19{margin-left:8.5rem!important;margin-right:8.5rem!important}.mx-xxl-20{margin-left:9rem!important;margin-right:9rem!important}.mx-xxl-21{margin-left:9.5rem!important;margin-right:9.5rem!important}.mx-xxl-22{margin-left:10rem!important;margin-right:10rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxl-6{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-xxl-7{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-8{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-xxl-9{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxl-10{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xxl-11{margin-bottom:5rem!important;margin-top:5rem!important}.my-xxl-12{margin-bottom:5.5rem!important;margin-top:5.5rem!important}.my-xxl-13{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxl-14{margin-bottom:6.5rem!important;margin-top:6.5rem!important}.my-xxl-15{margin-bottom:7rem!important;margin-top:7rem!important}.my-xxl-16{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-xxl-18{margin-bottom:8rem!important;margin-top:8rem!important}.my-xxl-19{margin-bottom:8.5rem!important;margin-top:8.5rem!important}.my-xxl-20{margin-bottom:9rem!important;margin-top:9rem!important}.my-xxl-21{margin-bottom:9.5rem!important;margin-top:9.5rem!important}.my-xxl-22{margin-bottom:10rem!important;margin-top:10rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:2rem!important}.mt-xxl-6{margin-top:2.5rem!important}.mt-xxl-7{margin-top:3rem!important}.mt-xxl-8{margin-top:3.5rem!important}.mt-xxl-9{margin-top:4rem!important}.mt-xxl-10{margin-top:4.5rem!important}.mt-xxl-11{margin-top:5rem!important}.mt-xxl-12{margin-top:5.5rem!important}.mt-xxl-13{margin-top:6rem!important}.mt-xxl-14{margin-top:6.5rem!important}.mt-xxl-15{margin-top:7rem!important}.mt-xxl-16{margin-top:7.5rem!important}.mt-xxl-18{margin-top:8rem!important}.mt-xxl-19{margin-top:8.5rem!important}.mt-xxl-20{margin-top:9rem!important}.mt-xxl-21{margin-top:9.5rem!important}.mt-xxl-22{margin-top:10rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:2rem!important}.me-xxl-6{margin-right:2.5rem!important}.me-xxl-7{margin-right:3rem!important}.me-xxl-8{margin-right:3.5rem!important}.me-xxl-9{margin-right:4rem!important}.me-xxl-10{margin-right:4.5rem!important}.me-xxl-11{margin-right:5rem!important}.me-xxl-12{margin-right:5.5rem!important}.me-xxl-13{margin-right:6rem!important}.me-xxl-14{margin-right:6.5rem!important}.me-xxl-15{margin-right:7rem!important}.me-xxl-16{margin-right:7.5rem!important}.me-xxl-18{margin-right:8rem!important}.me-xxl-19{margin-right:8.5rem!important}.me-xxl-20{margin-right:9rem!important}.me-xxl-21{margin-right:9.5rem!important}.me-xxl-22{margin-right:10rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:2rem!important}.mb-xxl-6{margin-bottom:2.5rem!important}.mb-xxl-7{margin-bottom:3rem!important}.mb-xxl-8{margin-bottom:3.5rem!important}.mb-xxl-9{margin-bottom:4rem!important}.mb-xxl-10{margin-bottom:4.5rem!important}.mb-xxl-11{margin-bottom:5rem!important}.mb-xxl-12{margin-bottom:5.5rem!important}.mb-xxl-13{margin-bottom:6rem!important}.mb-xxl-14{margin-bottom:6.5rem!important}.mb-xxl-15{margin-bottom:7rem!important}.mb-xxl-16{margin-bottom:7.5rem!important}.mb-xxl-18{margin-bottom:8rem!important}.mb-xxl-19{margin-bottom:8.5rem!important}.mb-xxl-20{margin-bottom:9rem!important}.mb-xxl-21{margin-bottom:9.5rem!important}.mb-xxl-22{margin-bottom:10rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:2rem!important}.ms-xxl-6{margin-left:2.5rem!important}.ms-xxl-7{margin-left:3rem!important}.ms-xxl-8{margin-left:3.5rem!important}.ms-xxl-9{margin-left:4rem!important}.ms-xxl-10{margin-left:4.5rem!important}.ms-xxl-11{margin-left:5rem!important}.ms-xxl-12{margin-left:5.5rem!important}.ms-xxl-13{margin-left:6rem!important}.ms-xxl-14{margin-left:6.5rem!important}.ms-xxl-15{margin-left:7rem!important}.ms-xxl-16{margin-left:7.5rem!important}.ms-xxl-18{margin-left:8rem!important}.ms-xxl-19{margin-left:8.5rem!important}.ms-xxl-20{margin-left:9rem!important}.ms-xxl-21{margin-left:9.5rem!important}.ms-xxl-22{margin-left:10rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:2rem!important}.p-xxl-6{padding:2.5rem!important}.p-xxl-7{padding:3rem!important}.p-xxl-8{padding:3.5rem!important}.p-xxl-9{padding:4rem!important}.p-xxl-10{padding:4.5rem!important}.p-xxl-11{padding:5rem!important}.p-xxl-12{padding:5.5rem!important}.p-xxl-13{padding:6rem!important}.p-xxl-14{padding:6.5rem!important}.p-xxl-15{padding:7rem!important}.p-xxl-16{padding:7.5rem!important}.p-xxl-18{padding:8rem!important}.p-xxl-19{padding:8.5rem!important}.p-xxl-20{padding:9rem!important}.p-xxl-21{padding:9.5rem!important}.p-xxl-22{padding:10rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:2rem!important;padding-right:2rem!important}.px-xxl-6{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-xxl-7{padding-left:3rem!important;padding-right:3rem!important}.px-xxl-8{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-xxl-9{padding-left:4rem!important;padding-right:4rem!important}.px-xxl-10{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xxl-11{padding-left:5rem!important;padding-right:5rem!important}.px-xxl-12{padding-left:5.5rem!important;padding-right:5.5rem!important}.px-xxl-13{padding-left:6rem!important;padding-right:6rem!important}.px-xxl-14{padding-left:6.5rem!important;padding-right:6.5rem!important}.px-xxl-15{padding-left:7rem!important;padding-right:7rem!important}.px-xxl-16{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-xxl-18{padding-left:8rem!important;padding-right:8rem!important}.px-xxl-19{padding-left:8.5rem!important;padding-right:8.5rem!important}.px-xxl-20{padding-left:9rem!important;padding-right:9rem!important}.px-xxl-21{padding-left:9.5rem!important;padding-right:9.5rem!important}.px-xxl-22{padding-left:10rem!important;padding-right:10rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxl-6{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-xxl-7{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxl-8{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-xxl-9{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxl-10{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxl-11{padding-bottom:5rem!important;padding-top:5rem!important}.py-xxl-12{padding-bottom:5.5rem!important;padding-top:5.5rem!important}.py-xxl-13{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxl-14{padding-bottom:6.5rem!important;padding-top:6.5rem!important}.py-xxl-15{padding-bottom:7rem!important;padding-top:7rem!important}.py-xxl-16{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-xxl-18{padding-bottom:8rem!important;padding-top:8rem!important}.py-xxl-19{padding-bottom:8.5rem!important;padding-top:8.5rem!important}.py-xxl-20{padding-bottom:9rem!important;padding-top:9rem!important}.py-xxl-21{padding-bottom:9.5rem!important;padding-top:9.5rem!important}.py-xxl-22{padding-bottom:10rem!important;padding-top:10rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:2rem!important}.pt-xxl-6{padding-top:2.5rem!important}.pt-xxl-7{padding-top:3rem!important}.pt-xxl-8{padding-top:3.5rem!important}.pt-xxl-9{padding-top:4rem!important}.pt-xxl-10{padding-top:4.5rem!important}.pt-xxl-11{padding-top:5rem!important}.pt-xxl-12{padding-top:5.5rem!important}.pt-xxl-13{padding-top:6rem!important}.pt-xxl-14{padding-top:6.5rem!important}.pt-xxl-15{padding-top:7rem!important}.pt-xxl-16{padding-top:7.5rem!important}.pt-xxl-18{padding-top:8rem!important}.pt-xxl-19{padding-top:8.5rem!important}.pt-xxl-20{padding-top:9rem!important}.pt-xxl-21{padding-top:9.5rem!important}.pt-xxl-22{padding-top:10rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:2rem!important}.pe-xxl-6{padding-right:2.5rem!important}.pe-xxl-7{padding-right:3rem!important}.pe-xxl-8{padding-right:3.5rem!important}.pe-xxl-9{padding-right:4rem!important}.pe-xxl-10{padding-right:4.5rem!important}.pe-xxl-11{padding-right:5rem!important}.pe-xxl-12{padding-right:5.5rem!important}.pe-xxl-13{padding-right:6rem!important}.pe-xxl-14{padding-right:6.5rem!important}.pe-xxl-15{padding-right:7rem!important}.pe-xxl-16{padding-right:7.5rem!important}.pe-xxl-18{padding-right:8rem!important}.pe-xxl-19{padding-right:8.5rem!important}.pe-xxl-20{padding-right:9rem!important}.pe-xxl-21{padding-right:9.5rem!important}.pe-xxl-22{padding-right:10rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:2rem!important}.pb-xxl-6{padding-bottom:2.5rem!important}.pb-xxl-7{padding-bottom:3rem!important}.pb-xxl-8{padding-bottom:3.5rem!important}.pb-xxl-9{padding-bottom:4rem!important}.pb-xxl-10{padding-bottom:4.5rem!important}.pb-xxl-11{padding-bottom:5rem!important}.pb-xxl-12{padding-bottom:5.5rem!important}.pb-xxl-13{padding-bottom:6rem!important}.pb-xxl-14{padding-bottom:6.5rem!important}.pb-xxl-15{padding-bottom:7rem!important}.pb-xxl-16{padding-bottom:7.5rem!important}.pb-xxl-18{padding-bottom:8rem!important}.pb-xxl-19{padding-bottom:8.5rem!important}.pb-xxl-20{padding-bottom:9rem!important}.pb-xxl-21{padding-bottom:9.5rem!important}.pb-xxl-22{padding-bottom:10rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:2rem!important}.ps-xxl-6{padding-left:2.5rem!important}.ps-xxl-7{padding-left:3rem!important}.ps-xxl-8{padding-left:3.5rem!important}.ps-xxl-9{padding-left:4rem!important}.ps-xxl-10{padding-left:4.5rem!important}.ps-xxl-11{padding-left:5rem!important}.ps-xxl-12{padding-left:5.5rem!important}.ps-xxl-13{padding-left:6rem!important}.ps-xxl-14{padding-left:6.5rem!important}.ps-xxl-15{padding-left:7rem!important}.ps-xxl-16{padding-left:7.5rem!important}.ps-xxl-18{padding-left:8rem!important}.ps-xxl-19{padding-left:8.5rem!important}.ps-xxl-20{padding-left:9rem!important}.ps-xxl-21{padding-left:9.5rem!important}.ps-xxl-22{padding-left:10rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:2rem!important}.gap-xxl-6{gap:2.5rem!important}.gap-xxl-7{gap:3rem!important}.gap-xxl-8{gap:3.5rem!important}.gap-xxl-9{gap:4rem!important}.gap-xxl-10{gap:4.5rem!important}.gap-xxl-11{gap:5rem!important}.gap-xxl-12{gap:5.5rem!important}.gap-xxl-13{gap:6rem!important}.gap-xxl-14{gap:6.5rem!important}.gap-xxl-15{gap:7rem!important}.gap-xxl-16{gap:7.5rem!important}.gap-xxl-18{gap:8rem!important}.gap-xxl-19{gap:8.5rem!important}.gap-xxl-20{gap:9rem!important}.gap-xxl-21{gap:9.5rem!important}.gap-xxl-22{gap:10rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:2rem!important}.row-gap-xxl-6{row-gap:2.5rem!important}.row-gap-xxl-7{row-gap:3rem!important}.row-gap-xxl-8{row-gap:3.5rem!important}.row-gap-xxl-9{row-gap:4rem!important}.row-gap-xxl-10{row-gap:4.5rem!important}.row-gap-xxl-11{row-gap:5rem!important}.row-gap-xxl-12{row-gap:5.5rem!important}.row-gap-xxl-13{row-gap:6rem!important}.row-gap-xxl-14{row-gap:6.5rem!important}.row-gap-xxl-15{row-gap:7rem!important}.row-gap-xxl-16{row-gap:7.5rem!important}.row-gap-xxl-18{row-gap:8rem!important}.row-gap-xxl-19{row-gap:8.5rem!important}.row-gap-xxl-20{row-gap:9rem!important}.row-gap-xxl-21{row-gap:9.5rem!important}.row-gap-xxl-22{row-gap:10rem!important}.column-gap-xxl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xxl-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-xxl-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xxl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xxl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xxl-5{-moz-column-gap:2rem!important;column-gap:2rem!important}.column-gap-xxl-6{-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.column-gap-xxl-7{-moz-column-gap:3rem!important;column-gap:3rem!important}.column-gap-xxl-8{-moz-column-gap:3.5rem!important;column-gap:3.5rem!important}.column-gap-xxl-9{-moz-column-gap:4rem!important;column-gap:4rem!important}.column-gap-xxl-10{-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.column-gap-xxl-11{-moz-column-gap:5rem!important;column-gap:5rem!important}.column-gap-xxl-12{-moz-column-gap:5.5rem!important;column-gap:5.5rem!important}.column-gap-xxl-13{-moz-column-gap:6rem!important;column-gap:6rem!important}.column-gap-xxl-14{-moz-column-gap:6.5rem!important;column-gap:6.5rem!important}.column-gap-xxl-15{-moz-column-gap:7rem!important;column-gap:7rem!important}.column-gap-xxl-16{-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.column-gap-xxl-18{-moz-column-gap:8rem!important;column-gap:8rem!important}.column-gap-xxl-19{-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.column-gap-xxl-20{-moz-column-gap:9rem!important;column-gap:9rem!important}.column-gap-xxl-21{-moz-column-gap:9.5rem!important;column-gap:9.5rem!important}.column-gap-xxl-22{-moz-column-gap:10rem!important;column-gap:10rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.65625rem!important}.fs-2{font-size:2.125rem!important}.fs-3{font-size:1.859375rem!important}.fs-4{font-size:1.59375rem!important}.fs-5{font-size:1.328125rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}:root{--Messina-40-80:clamp(2.5rem,1.875rem + 3.125vw,5rem);--Messina-40-60:clamp(2.5rem,2.1875rem + 1.5625vw,3.75rem);--Messina-33-60:clamp(2.0625rem,1.6406rem + 2.1094vw,3.75rem);--Messina-28-40:clamp(1.75rem,1.5625rem + 0.9375vw,2.5rem);--Messina-28-36:clamp(1.75rem,1.625rem + 0.625vw,2.25rem);--Messina-23-28:clamp(1.4375rem,1.3594rem + 0.3906vw,1.75rem);--Messina-20-28:clamp(1.25rem,1.125rem + 0.625vw,1.75rem);--Messina-19-20:clamp(1.1875rem,1.1719rem + 0.0781vw,1.25rem);--Messina-18-18:clamp(1.125rem,1.125rem + 0vw,1.125rem);--Fakt-17-19:clamp(1.0625rem,1.0313rem + 0.1563vw,1.1875rem);--Fakt-33-60:clamp(2.0625rem,1.6406rem + 2.1094vw,3.75rem)}.h1,h1{font-size:var(--Messina-40-60)}.h2,h2{font-size:var(--Messina-33-60)}.h3,h3{font-size:var(--Messina-28-36)}.h4,h4{font-size:var(--Messina-23-28)}.h5,h5{font-size:var(--Messina-19-20)}.h6,h6{font-size:1rem}.h1 span,.h2 span,.h3 span,.h4 span,.h5 span,.h6 span,h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{display:inline-block}p{color:#f3f0eb;font-size:var(--Fakt-17-19)}p.lead{font-size:20px}p.small{font-size:17px}.text-bone{color:#f3f0eb!important}.text-charcoal{color:#373737!important}.font-family-sans-serif,.sans-serif{font-family:messina_serifbook,"sans serif"!important}.text-mob-charcoal{color:#373737!important}@media (min-width:1200px){.text-mob-charcoal{color:#f3f0eb!important}}@font-face{font-family:"messina_serifbook";font-style:normal;font-weight:400;src:url(/fonts/Messina_Serif/messinaserif-book.woff2) format("woff2"),url(/fonts/Messina_Serif/messinaserif-book.woff) format("woff")}@font-face{font-family:"messina_serif";font-style:normal;font-weight:300;src:url(/fonts/Messina_Serif/messinaserif-light.woff2) format("woff2"),url(/fonts/Messina_Serif/messinaserif-light.woff) format("woff")}@font-face{font-family:"messina_serif";font-style:italic;font-weight:300;src:url(/fonts/Messina_Serif/messinaserif-lightitalic.woff2) format("woff2"),url(/fonts/Messina_Serif/messinaserif-lightitalic.woff) format("woff")}@font-face{font-family:Fakt;font-style:normal;font-weight:400;src:url(/fonts/Fakt/FaktTT-Normal.woff2) format("woff2"),url(/fonts/Fakt/FaktTT-Normal.woff) format("woff")}.alert{border-radius:.125rem;padding:1rem 1.5rem}.alert.alert-success{background-color:hsla(38,25%,94%,.15);border-width:1px}.alert.alert-success h3,.alert.alert-success h4,.alert.alert-success p{color:#fff!important;margin-bottom:0}.alert.alert-warning{background-color:#fff6e7;border-color:#fcd182;color:#ffa80a!important}.alert.alert-info{background-color:#f2f2f2;border-color:#dee2e6;color:grey!important}.alert.alert-danger{background-color:#fceaea;border-color:#f3a1a1;text-align:left}.alert.alert-danger,.alert.alert-danger li,.alert.alert-danger p{color:#e63535!important}.alert.alert-danger p{margin-bottom:1rem}.alert ul{margin-bottom:0}.bg-bone .alert{border-radius:.125rem;padding:1rem 1.5rem}.bg-bone .alert.alert-success{background-color:rgba(55,55,55,.149);border-width:0!important}.bg-bone .alert.alert-success h3,.bg-bone .alert.alert-success h4,.bg-bone .alert.alert-success p{color:#373737!important;margin-bottom:0}.btn{align-items:center;display:flex}@media (min-width:992px){.btn{font-size:20px;padding:16px 40px}}.btn.btn-outline-primary path{stroke:#f3f0eb}.btn.btn-outline-primary:hover path{stroke:#373737}.btn.btn-outline-secondary{color:#373737}.btn.btn-outline-secondary:hover{color:#f3f0eb}.btn.btn-outline-secondary:hover path{stroke:#373737}.btn:active{border-color:transparent!important}.btn.btn-collapse{font-family:Fakt,"sans serif";font-size:17px}.btn.btn-collapse[aria-expanded=true] .btn-collapse-icon{transform:rotate(180deg);transition:.2s}.btn.btn-collapse[aria-expanded=true] .more{display:block}.btn.btn-collapse[aria-expanded=true] .less{display:none}.btn.btn-collapse[aria-expanded=false] .btn-collapse-icon{transform:rotate(0deg)}.btn.btn-collapse[aria-expanded=false] .more{display:none}.btn.btn-collapse[aria-expanded=false] .less{display:block}.bg-bone .btn-outline-secondary path{stroke:#373737}.bg-bone .btn-outline-secondary:hover path{stroke:#f3f0eb}.btn-show .show-more{display:none}.btn-show .show-less,.btn-show.collapsed .show-more{display:block}.btn-show.collapsed .show-less{display:none}.card-img-fade-hover{background:#373737}.card-img-fade-hover img{opacity:1;transition:.3s}.card-img-fade-hover:hover img{opacity:.7}.card-img-scale-hover{overflow:hidden}.card-img-scale-hover img{transform:scale(1);transition:.4s}.card-img-scale-hover:hover img{transform:scale(1.1)}@media (min-width:992px){.panel--video-full .hero-video{height:100vh;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}.panel--video-full .controls{bottom:0;position:absolute}.panel--two-image .img-two{margin-top:24px}@media (min-width:1712px){.panel--two-image .img-two{margin-top:285px}}.panel--video-embed .video-thumb{opacity:1;transition:opacity .5s}.panel--video-embed .video-link:hover .video-thumb{opacity:.5}.panel--video-embed .video-link:hover .svg-play circle{opacity:1}.panel--video-embed .video-link:hover .svg-play path{fill:#292929}.panel--video-embed .svg-play{width:72px}@media (min-width:992px){.panel--video-embed .svg-play{width:auto}}.panel--video-embed .svg-play circle{transition:opacity .5s}.panel--video-embed .svg-play path{transition:fill .5s}.panel--accordion .accordion-item{border-bottom:1px solid rgba(0,0,0,.25)}.panel--accordion .accordion-item:last-child{border-bottom:0 solid rgba(0,0,0,.25)}.panel--accordion .accordion-button{align-items:flex-start;color:#f3f0eb;font-family:messina_serifbook,"sans serif";font-size:20px}.panel--accordion .accordion-button:focus{box-shadow:none}.panel--accordion .accordion-button:after{background-position:50%;background-size:16px}.panel--magic h1{line-height:1.25}@media (min-width:992px){.container-xxl{padding-left:2.5rem;padding-right:2.5rem}}.modal-open{padding-right:0!important}.modal .btn-close{background-color:transparent;border-width:0;right:4px;top:8px;z-index:10}.modal.modal-bottom.fade .modal-dialog{transform:translateY(700px)}.modal.modal-bottom.show .modal-dialog{transform:none}.mfp-zoom-out-cur .mfp-image-holder .mfp-close{background:url(/img/site/icons/close-wh.svg) no-repeat;color:transparent;opacity:1;right:0;width:50px}@media (min-width:992px){.mfp-zoom-out-cur .mfp-image-holder .mfp-close{right:-65px;top:0}}.mfp-bg,.mfp-wrap{z-index:1070}button.mfp-arrow-left{background:url(/img/site/icons/chevron-left.svg) no-repeat;background-position:50%;background-size:3rem;opacity:1}button.mfp-arrow-left:after,button.mfp-arrow-left:before{display:none}button.mfp-arrow-right{background:url(/img/site/icons/chevron-right.svg) no-repeat;background-position:50%;background-size:3rem;opacity:1}button.mfp-arrow-right:after,button.mfp-arrow-right:before{display:none}.form-control{background-color:#292929;border-radius:3px;border-width:0;height:56px}.bg-bone .form-control{background-color:rgba(41,41,41,.102);color:#373737}.bg-bone .form-control::-moz-placeholder{color:#373737}.bg-bone .form-control::placeholder{color:#373737}textarea.form-control{height:168px}label.label{font-family:messina_serifbook,"sans serif";font-size:20px;font-style:normal;font-weight:300;line-height:26px;margin-bottom:.25rem}.was-validated .form-check-input:invalid+span.checkmark{border:1px solid red}.form-check-input:checked[type=radio],.form-check-input:checked[type=radio]+span{position:relative}.form-check-input:checked[type=radio]+span:before{background:#373737;border-radius:50%;content:"";display:block;height:10px;left:-20.5px;position:absolute;top:9px;width:10px}.bg-bone .form-check-input:checked[type=radio]+span:before{background:#fff}.bg-bone .form-select{background-color:rgba(41,41,41,.102);color:#373737;height:56px}form strong{font-weight:700}.container-checkbox{cursor:pointer;display:flex;font-size:17px;padding-left:32px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.container-checkbox a{text-decoration:underline}.container-checkbox input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.container-checkbox input:checked~.checkmark:after{display:block}.container-checkbox .checkmark:after{border:solid #fff;border-width:0 3px 3px 0;height:16px;left:7px;top:1px;transform:rotate(45deg);width:8px}.container-checkbox .checkmark{background-color:transparent;border:1px solid #fff;border-radius:2px;display:block;height:24px;left:0;position:absolute;top:0;width:24px}.container-checkbox .checkmark:after{content:"";display:none;position:absolute}.grecaptcha-badge{display:none!important}.container-xxl{padding-left:1.5rem;padding-right:1.5rem}@media (min-width:768px){.container-xxl{padding-left:2.5rem;padding-right:2.5rem}}.img-bw{filter:grayscale(100%);transition:.2s}.img-bw:hover{filter:grayscale(0)}.opacity0{opacity:0}@media (min-width:992px){.position-lg-absolute{position:absolute!important}.w-lg-75{width:75%!important}}@media (min-width:1200px){.position-xl-absolute{position:absolute!important}}.copy h2,.copy h3,.copy h4{margin-top:2.5rem}.copy ol li,.copy ul li{font-size:var(--Fakt-17-19);line-height:1.5;margin-bottom:1rem;padding-left:.75rem}.slider-menu{overflow-x:hidden}.slider-menu__container{left:0;position:relative;top:0;transition:left .4s}.slider-menu__menu{list-style:none;margin:0;padding:0}.slider-menu__menu .slider-menu__menu{left:100%;opacity:0;position:absolute;top:0;transition:opacity .4s;visibility:hidden;width:100%}.slider-menu__menu .slider-menu--active{opacity:1;visibility:visible}.slider-menu__item--vertical .slider-menu__back{display:none}.slider-menu__item--vertical .slider-menu__menu{display:none;left:auto;opacity:1;position:relative;top:auto;visibility:visible}.hamburger{background-color:transparent;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;height:24px;margin:0;overflow:visible;position:fixed;right:40px;text-transform:none;top:12px;transition-duration:.15s;transition-property:opacity,filter;transition-timing-function:linear;width:30px}@media (min-width:768px){.hamburger{height:48px;top:36px;top:31px;width:48px}}.bg-bone .hamburger-inner,.bg-bone .hamburger-inner:after,.bg-bone.modal-open .hamburger-inner,.bg-bone.modal-open .hamburger-inner:after{background-color:#373737}.hamburger-box{display:inline-block;height:24px;position:relative;width:32px}@media (min-width:992px){.hamburger-box{height:48px;width:48px}}.hamburger-inner{background-color:#fff;display:block;height:1.3px;position:absolute;top:50%;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;width:32px}@media (min-width:992px){.hamburger-inner{height:2px;width:48px}}.hamburger-inner:before{background-color:transparent;content:"";display:block;height:1.3px;position:absolute;top:-10px;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;width:32px}@media (min-width:992px){.hamburger-inner:before{height:2px;width:48px}}.hamburger-inner:after{background-color:#fff;bottom:-10px;content:"";display:block;height:1.3px;position:absolute;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;width:32px}@media (min-width:992px){.hamburger-inner:after{height:2px;width:48px}}.hamburger--squeeze .hamburger-inner{transition-duration:.1s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top .1s ease .14s,opacity .1s ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom .1s ease .14s,transform .1s cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.14s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{opacity:0;top:0;transition:top .1s ease,opacity .1s ease .14s}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .14s}.slider-menu{background-color:transparent;font-family:messina_serifbook,"sans serif";font-weight:300;height:auto!important;line-height:1.1;width:100%}.slider-menu__back{color:inherit;color:#fff!important;font-size:var(--Messina-20-28)!important;font-weight:300;margin-top:2%;transition:color .2s}@media (min-width:992px){.slider-menu__back{font-size:28px!important}}.slider-menu__back .slider-menu__text{color:#fff;display:block;font-family:messina_serifbook,"sans serif";opacity:1;transition:.3s}.slider-menu__back .slider-menu__text .back-icon{left:0;position:relative;top:-4px;transform:rotate(180deg);transition:.3s;width:33%}.slider-menu__back:hover .slider-menu__text{background-color:transparent;opacity:.7}.slider-menu__back:hover .slider-menu__text .back-icon{left:-16px}.slider-menu__desc{color:inherit;display:inline-block;font-size:.8em;font-weight:400;margin-left:5px;text-transform:none;transition:color .2s;vertical-align:middle}.slider-menu__desc:before{content:"- "}.slider-menu__item{margin-bottom:24px;text-align:center}@media (min-width:992px){.slider-menu__item{margin-bottom:40px}}@media (max-height:1100px){.slider-menu__item{margin-bottom:18px}}.slider-menu__link{color:#fff!important;display:inline-flex;font-size:var(--Messina-40-80);justify-content:center;line-height:1;opacity:1;text-decoration:none;transition:all .2s;white-space:nowrap;width:100%}@media (max-height:1100px){.slider-menu__link{font-size:40px}}.slider-menu__link span{align-items:center;color:#fff!important;display:inline-flex}.slider-menu__link .next-icon{left:100%;margin-top:16px;position:relative;position:absolute;transition:.2s;width:48px}@media (min-width:992px){.slider-menu__link .next-icon{width:64px}}@media (max-height:1100px){.slider-menu__link .next-icon{margin-top:0;width:48px}}.slider-menu__link:hover{color:#fff;opacity:.7}.slider-menu__link:hover .slider-menu__desc{color:#fff}.slider-menu__link:hover .next-icon{left:calc(100% + 16px)}.slider-menu__link--active-link,.slider-menu__link--active-link .slider-menu__desc{color:#fff}.slider-menu--has-children>.slider-menu__link:before{content:"";display:none;float:right;height:12px;margin-top:4px;-moz-mask-size:cover;-webkit-mask-size:cover;mask-size:cover;transition:transform .2s,margin-top .2s;width:12px}.slider-menu--has-children>.slider-menu__link:hover:before{background-color:transparent}.slider-menu__item--vertical .slider-menu__menu{background-color:#373737}.slider-menu__item--vertical .slider-menu__menu .slider-menu__link{color:inherit;font-size:12px;font-weight:300;text-transform:none}.slider-menu__item--vertical .slider-menu__menu .slider-menu__link:hover{color:#fff}.slider-menu__item--vertical.slider-menu--has-children>.slider-menu__link:before{margin-top:6px;transform:rotate(90deg)}.slider-menu__item--vertical.slider-menu--has-children>.slider-menu__link.slider-menu__link--active-link:before{background-color:transparent;margin-top:4px;transform:rotate(270deg)}.navbar-brand{display:block;height:12px;width:167px}@media (min-width:992px){.navbar-brand{height:24px;width:334px}}.navbar-brand .main-logo{left:0;position:absolute;top:0;width:167px}@media (min-width:992px){.navbar-brand .main-logo{height:24px;width:334px}}.bg-bone{background-color:#f3f0eb!important}.bg-bone a,.bg-bone h1,.bg-bone h2,.bg-bone h3,.bg-bone h4,.bg-bone h5,.bg-bone h6,.bg-bone label,.bg-bone li,.bg-bone p,.bg-bone span{color:#373737}.bg-bone hr{border-top:1px solid rgba(55,55,55,.5)}.bg-bone .form-check-input{background:#f3f0eb;border:1px solid #373737}.bg-bone .form-check-input:checked{background:#373737}.bg-bone .container-checkbox .checkmark{border:1px solid #373737}.bg-bone .container-checkbox .checkmark:after{border:solid #373737;border-width:0 3px 3px 0;height:16px;left:7px;top:1px;transform:rotate(45deg);width:8px}.bg-bone .btn-outline-primary{border:1px solid #373737;color:#373737}.bg-bone .btn-outline-primary:hover{background:#373737;color:#fff}.watermark-outside{background-size:375px;position:relative}.watermark-outside:after{background:url(/img/site/logos/gl.png) no-repeat;background-size:100%;content:"";display:block;height:600px;position:absolute;right:-400px;top:40px;width:375px}.watermark{background:url(/img/site/logos/gl.png) no-repeat;background-size:90%}.bg-bone .watermark-outside{background-size:375px;position:relative}.bg-bone .watermark-outside:after{background:url(/img/site/logos/gl-wh.png) no-repeat;background-size:100%;content:"";display:block;height:600px;position:absolute;right:-400px;top:40px;width:375px}.bg-bone .watermark{background:url(/img/site/logos/gl-wh.png) no-repeat;background-size:90%}.img-max-size{max-height:910px}.hero-image,.hero-video{display:block;height:500px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width:992px){.hero-image,.hero-video{height:auto}}@media (max-width:1199.98px){.layout-living-magazine.bg-bone .news-hero a,.layout-living-magazine.bg-bone .news-hero p,.layout-living-magazine.bg-bone .news-hero span{color:#373737!important}}.grid-item,.grid-sizer{width:100%}@media (min-width:576px){.grid-item,.grid-sizer{width:50%}}@media (min-width:992px){.grid-item,.grid-sizer{width:33%}}.grid-item--sm,.grid-sizer--sm{width:50%}@media (min-width:992px){.grid-item--sm,.grid-sizer--sm{width:33%}}.main-nav{background-color:transparent;transition:background-color .3s}.main-nav .logo-bk{left:0;opacity:0;position:absolute;top:0;transition:.3s}.main-nav.down{background-color:#373737}.main-nav.down .logo-wh{opacity:1}.main-nav.down .logo-bk{opacity:0}.bg-bone .main-nav .logo-bk{opacity:1}.bg-bone .main-nav .logo-wh{opacity:0}.bg-bone .main-nav.down{background-color:#f3f0eb}.bg-bone .main-nav.down .logo-wh{opacity:0}.bg-bone .main-nav.down .logo-bk{opacity:1}.bg-bone.modal-open .main-nav{background:#373737}.bg-bone.modal-open .main-nav .logo-wh{opacity:1}.bg-bone.modal-open .main-nav .logo-bk{opacity:0}.bg-bone.modal-open .main-nav .hamburger-inner:after,.bg-bone.modal-open .main-nav .hamburger-inner:before{background-color:#f3f0eb;opacity:1}.footer-nav p{line-height:1.25}.footer-nav .footer-item{display:block;line-height:1;margin:1rem 0;padding:0 1rem}@media (min-width:576px){.footer-nav .footer-item{border-left:1px solid hsla(38,25%,94%,.75);display:inline-block;margin:0}.footer-nav .footer-item--wh{border-left:1px solid rgba(55,55,55,.5)}}.footer-nav .footer-item:first-child{border-width:0}.link-hover span{position:relative}.link-hover span:after{background:#f3f0eb;bottom:-8px;content:"";display:block;height:2.5px;left:0;opacity:0;position:absolute;transition:width .3s;width:0}.link-hover:hover span:after{opacity:1;width:100%}
