@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;700&display=swap);/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-property:none;-o-transition-property:none;transition-property:none;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}:root{--mm-blocker-visibility-delay:0.4s;--mm-blocker-opacity-delay:0s}.mm-blocker{background:var(--mm-color-background);bottom:100%;display:block;left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;-o-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease,-webkit-transform .4s ease;z-index:3}.mm-blocker:focus-visible{opacity:.75}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;-ms-flex-negative:0;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:0;flex-shrink:0;justify-content:center;padding:0;position:relative;width:50px}.mm-btn--next,[dir=rtl] .mm-btn--prev{--mm-btn-rotate:135deg}.mm-btn--prev,[dir=rtl] .mm-btn--next{--mm-btn-rotate:-45deg}.mm-btn--next:after,.mm-btn--prev:before{border:2px solid var(--mm-color-icon);border-bottom:none;border-right:none;bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";display:block;height:8px;margin:auto;position:absolute;top:0;-webkit-transform:rotate(var(--mm-btn-rotate));-ms-transform:rotate(var(--mm-btn-rotate));transform:rotate(var(--mm-btn-rotate));width:8px}.mm-btn--prev:before{inset-inline-start:23px}.mm-btn--next:after{inset-inline-end:23px}.mm-btn--close:before{content:"×";font-size:150%}.mm-btnreset{background:0 0;border:none;cursor:pointer;padding:0}.mm-divider{background:var(--mm-color-background);background-image:-webkit-gradient(linear,left top,left bottom,from(var(--mm-color-background-highlight)),to(var(--mm-color-background-highlight)));background-image:-o-linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));font-size:75%;min-height:var(--mm-lineheight);opacity:1;overflow:hidden;padding:calc((var(--mm-listitem-size)*0.65 - var(--mm-lineheight))*.5) 20px;position:-webkit-sticky;position:sticky;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:uppercase;top:0;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;white-space:nowrap;z-index:2}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}:root{--mm-listitem-size:50px}.mm-listitem{border-color:var(--mm-color-border);color:var(--mm-color-text);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;position:relative}.mm-listitem:after{border-bottom-style:solid;border-bottom-width:1px;border-color:inherit;bottom:0;content:"";display:block;inset-inline-end:0;inset-inline-start:20px;position:absolute}.mm-listitem__btn,.mm-listitem__text{padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/2) 0}.mm-listitem__text{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:10%;display:block;flex-basis:10%;flex-grow:1;overflow:hidden;padding-left:20px;padding-right:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.mm-listitem__btn{-webkit-padding-end:50px;background:rgba(3,2,1,0);border-color:inherit;display:block;padding-inline-end: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)}.mm-listview{display:block;list-style:none;margin:0;padding:0}.mm-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-scroll-chaining:none;-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:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;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 ::-webkit-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu :-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.mm-menu,.mm-menu *{-webkit-box-sizing:border-box;box-sizing:border-box}.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{outline:0}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:0}.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:-5px}.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:2px}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{color:inherit;text-decoration:none}:root{--mm-navbar-size:50px}.mm-navbar{background:var(--mm-color-background);border-bottom:1px solid var(--mm-color-border);color:var(--mm-color-text-dimmed);min-height:var(--mm-navbar-size);opacity:1;padding-top:env(safe-area-inset-top);position:-webkit-sticky;position:sticky;text-align:center;top:0;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;z-index:2}.mm-navbar,.mm-navbar>*{display:-webkit-box;display:-ms-flexbox;display:flex}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;flex-grow:1;justify-content:center}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 1 50%;flex:1 1 50%;overflow:hidden;padding:0 20px}.mm-navbar__title[href="#"]{pointer-events:none}.mm-navbar__title>span{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){-webkit-padding-start:60px;-webkit-padding-end:10px;padding-inline-end:10px;padding-inline-start:60px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{-webkit-padding-start:10px;-webkit-padding-end:60px;padding-inline-end:60px;padding-inline-start:10px}.mm-panel{--mm-panel-child-offset:100%;--mm-panel-parent-offset:-30%;-webkit-overflow-scrolling:touch;-ms-scroll-chaining:none;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;-webkit-transform:translate3d(var(--mm-panel-child-offset),0,0);transform:translate3d(var(--mm-panel-child-offset),0,0);-webkit-transition-property:inset-inline-start,-webkit-transform;transition-property:inset-inline-start,-webkit-transform;-o-transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start,-webkit-transform;z-index:1}[dir=rtl] .mm-panel{--mm-panel-child-offset:-100%;--mm-panel-parent-offset:30%}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel:focus{outline:0}.mm-panel--opened{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;z-index:2}.mm-panel--parent{-webkit-transform:translate3d(var(--mm-panel-parent-offset),0,0);transform:translate3d(var(--mm-panel-parent-offset),0,0);z-index:0}.mm-panel--highest{z-index:3}.mm-menu--opened .mm-panel--noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important}.mm-panel__content{padding:20px}.mm-panels{-webkit-box-flex:1;-ms-flex-positive:1;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);flex-grow:1;height:100%;overflow:hidden;position:relative}.mm-panels:focus{outline:0}:root{--mm-toggle-size:34px}.mm-toggle{-ms-flex-item-align:center;-webkit-box-flex:calc(var(--mm-toggle-size)*1.75);-webkit-margin-end:10px;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:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:calc(var(--mm-toggle-size)*1.75) 0 0px;flex:calc(var(--mm-toggle-size)*1.75) 0 0;height:var(--mm-toggle-size);margin-inline-end:10px;-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}.mm-toggle:before{aspect-ratio:1;background:var(--mm-color-background);border-radius:100%;content:"";margin:2px;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size)*.75));-ms-transform:translateX(calc(var(--mm-toggle-size)*.75));transform:translateX(calc(var(--mm-toggle-size)*.75))}[dir=rtl] .mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size)*-.75));-ms-transform:translateX(calc(var(--mm-toggle-size)*-.75));transform:translateX(calc(var(--mm-toggle-size)*-.75))}.mm-listitem--vertical>.mm-panel{padding:10px 0 10px 20px;position:static;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important;width:100%}.mm-listitem--vertical>.mm-panel:after{content:none;display:none}.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{display:none}.mm-listitem--vertical>.mm-listitem__btn{bottom:auto;height:var(--mm-listitem-size)}.mm-listitem--vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem--opened>.mm-listitem__btn:after{right:19px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}:root{--mm-size:80%}.mm-menu--offcanvas{position:fixed;z-index:0}.mm-page{background:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh}:where(.mm-slideout){position:relative;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;width:100%;z-index:1}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:rgba(0,0,0,.4)}.mm-wrapper--opened .mm-wrapper__blocker{--mm-blocker-visibility-delay:0s;--mm-blocker-opacity-delay:0.4s;bottom:0;opacity:.5}.mm-menu{--mm-translate-horizontal:0;--mm-translate-vertical:0}.mm-menu--position-left,.mm-menu--position-left-front{right:auto}.mm-menu--position-right,.mm-menu--position-right-front{left:auto}.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-left-front{--mm-translate-horizontal:-100%}.mm-menu--position-right-front{--mm-translate-horizontal:100%}.mm-menu--position-top{bottom:auto}.mm-menu--position-bottom{top:auto}.mm-menu--position-bottom,.mm-menu--position-top{height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size));width:100%}.mm-menu--position-top{--mm-translate-vertical:-100%}.mm-menu--position-bottom{--mm-translate-vertical:100%}.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{-webkit-transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;z-index:2}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{-webkit-transform:translateZ(0);transform:translateZ(0)}.mm-wrapper--position-left{--mm-translate-horizontal:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-wrapper--position-right{--mm-translate-horizontal:clamp(calc(var(--mm-max-size)*-1),calc(var(--mm-size)*-1),calc(var(--mm-min-size)*-1))}.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{-webkit-transform:translateZ(0);transform:translateZ(0)}.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{-webkit-transform:translate3d(var(--mm-translate-horizontal),0,0);transform:translate3d(var(--mm-translate-horizontal),0,0)}.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{z-index:1}.mm-menu--theme-light{--mm-color-background:#f3f3f3;--mm-color-border:rgba(0,0,0,.15);--mm-color-icon:rgba(0,0,0,.4);--mm-color-text:rgba(0,0,0,.8);--mm-color-text-dimmed:rgba(0,0,0,.4);--mm-color-background-highlight:rgba(0,0,0,.05);--mm-color-background-emphasis:hsla(0,0%,100%,.75);--mm-color-focusring:#06c}.mm-menu--theme-light-contrast{--mm-color-background:#f3f3f3;--mm-color-border:rgba(0,0,0,.5);--mm-color-icon:rgba(0,0,0,.5);--mm-color-text:#000;--mm-color-text-dimmed:rgba(0,0,0,.7);--mm-color-background-highlight:rgba(0,0,0,.05);--mm-color-background-emphasis:hsla(0,0%,100%,.9);--mm-color-focusring:#06c}.mm-menu--theme-dark{--mm-color-background:#333;--mm-color-border:rgba(0,0,0,.4);--mm-color-icon:hsla(0,0%,100%,.4);--mm-color-text:hsla(0,0%,100%,.8);--mm-color-text-dimmed:hsla(0,0%,100%,.4);--mm-color-background-highlight:hsla(0,0%,100%,.08);--mm-color-background-emphasis:rgba(0,0,0,.1);--mm-color-focusring:#06c}.mm-menu--theme-dark-contrast{--mm-color-background:#333;--mm-color-border:hsla(0,0%,100%,.5);--mm-color-icon:hsla(0,0%,100%,.5);--mm-color-text:#fff;--mm-color-text-dimmed:hsla(0,0%,100%,.7);--mm-color-background-highlight:hsla(0,0%,100%,.1);--mm-color-background-emphasis:rgba(0,0,0,.3);--mm-color-focusring:#06c}.mm-menu--theme-white{--mm-color-background:#fff;--mm-color-border:rgba(0,0,0,.15);--mm-color-icon:rgba(0,0,0,.3);--mm-color-text:rgba(0,0,0,.8);--mm-color-text-dimmed:rgba(0,0,0,.3);--mm-color-background-highlight:rgba(0,0,0,.06);--mm-color-background-emphasis:rgba(0,0,0,.03);--mm-color-focusring:#06c}.mm-menu--theme-white-contrast{--mm-color-background:#fff;--mm-color-border:rgba(0,0,0,.5);--mm-color-icon:rgba(0,0,0,.5);--mm-color-text:#000;--mm-color-text-dimmed:rgba(0,0,0,.7);--mm-color-background-highlight:rgba(0,0,0,.07);--mm-color-background-emphasis:rgba(0,0,0,.035);--mm-color-focusring:#06c}.mm-menu--theme-black{--mm-color-background:#000;--mm-color-border:hsla(0,0%,100%,.2);--mm-color-icon:hsla(0,0%,100%,.4);--mm-color-text:hsla(0,0%,100%,.7);--mm-color-text-dimmed:hsla(0,0%,100%,.4);--mm-color-background-highlight:hsla(0,0%,100%,.1);--mm-color-background-emphasis:hsla(0,0%,100%,.06);--mm-color-focusring:#06c}.mm-menu--theme-black-contrast{--mm-color-background:#000;--mm-color-border:hsla(0,0%,100%,.5);--mm-color-icon:hsla(0,0%,100%,.5);--mm-color-text:#fff;--mm-color-text-dimmed:hsla(0,0%,100%,.6);--mm-color-background-highlight:hsla(0,0%,100%,.125);--mm-color-background-emphasis:hsla(0,0%,100%,.1);--mm-color-focusring:#06c}.mm-counter{-webkit-padding-start:20px;color:var(--mm-color-text-dimmed);display:block;float:right;padding-inline-start:20px}[dir=rtl] .mm-counter{float:left}:root{--mm-iconbar-size:50px}.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{margin-right:var(--mm-iconbar-size)}.mm-iconbar{background:var(--mm-color-background);border:0 solid;border-color:var(--mm-color-border);bottom:0;-webkit-box-sizing:border-box;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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;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;-ms-scroll-chaining:none;overflow:hidden;overflow-y:auto;overscroll-behavior:contain;width:100%}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{inset-inline-start:calc(var(--mm-iconpanel-size)*0)}.mm-panel--iconpanel-1{inset-inline-start:calc(var(--mm-iconpanel-size)*1)}.mm-panel--iconpanel-2{inset-inline-start:calc(var(--mm-iconpanel-size)*2)}.mm-panel--iconpanel-3{inset-inline-start:calc(var(--mm-iconpanel-size)*3)}.mm-panel--iconpanel-4{inset-inline-start:calc(var(--mm-iconpanel-size)*4)}.mm-panel--iconpanel-first~.mm-panel{inset-inline-start:var(--mm-iconpanel-size)}.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{opacity:0}.mm-menu--iconpanel .mm-panels>.mm-panel--parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-inline-start-style:solid;border-inline-start-width:1px}.mm-navbars{-ms-flex-negative:0;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-box-flex:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-overflow-scrolling:touch;-ms-flex:1 1 50%;flex:1 1 50%;justify-content:flex-start;overflow:hidden;overflow-x:auto;padding:0 20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.mm-navbar__breadcrumbs,.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:flex}.mm-navbar__breadcrumbs>*{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-padding-end:6px;align-items:center;justify-content:center;padding-inline-end:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){-webkit-padding-end:0;padding-inline-end:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{-webkit-padding-start:0;padding-inline-start: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-inline-start-color:var(--mm-color-border)}.mm-navbar__tab--selected:not(:last-child){border-inline-end-color:var(--mm-color-border)}.mm-navbars--top.mm-navbars--has-tabs{border-bottom:none}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab{border-bottom-color:var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab--selected{border-bottom-color:transparent;border-top-color:var(--mm-color-border)}.mm-navbars--bottom.mm-navbar--has-tabs{border-top:none}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{background:var(--mm-color-background)}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--bottom .mm-navbar__tab{border-top-color:var(--mm-color-border)}.mm-navbars--bottom .mm-navbar__tab--selected{border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-searchfield{-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;height:var(--mm-navbar-size);overflow:hidden;padding:0}.mm-searchfield__input{-webkit-box-flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;position:relative}.mm-searchfield__input,.mm-searchfield__input input{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;padding:0 10px;width:100%}.mm-searchfield__input input{border:none;border-radius:4px;display:block;font-size:inherit;height:calc(var(--mm-navbar-size)*.7);line-height:calc(var(--mm-navbar-size)*.7);font:inherit;margin:0;max-height:auto;min-height:auto}.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-menu[class*=-contrast] .mm-searchfield__input input{border:1px solid var(--mm-color-border)}.mm-searchfield__input input::-ms-clear{display:none}.mm-searchfield__btn{bottom:0;display:none;inset-inline-end:0;position:absolute;top:0}.mm-searchfield--searching .mm-searchfield__btn{display:block}.mm-searchfield__cancel{-webkit-margin-end:-100px;-webkit-padding-start:5px;-webkit-padding-end:20px;display:block;line-height:var(--mm-navbar-size);margin-inline-end:-100px;padding-inline-end:20px;padding-inline-start:5px;position:relative;text-decoration:none;-webkit-transition-property:visibility,margin;-o-transition-property:visibility,margin;transition-property:visibility,margin;visibility:hidden}.mm-searchfield--cancelable .mm-searchfield__cancel{-webkit-margin-end:0;margin-inline-end:0;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%;line-height:1.4;padding:40px 20px;text-align:center}.mm-panel--noresults .mm-panel__noresults{display:block}:root{--mm-sectionindexer-size:20px}.mm-sectionindexer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;background:inherit;bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:12px;inset-inline-end:calc(var(--mm-sectionindexer-size)*-1);justify-content:space-evenly;position:absolute;text-align:center;top:0;-webkit-transition-property:inset-inline-end;-o-transition-property:inset-inline-end;transition-property:inset-inline-end;width:var(--mm-sectionindexer-size);z-index:5}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);display:block;line-height:1;text-decoration:none}.mm-sectionindexer~.mm-panel{-webkit-padding-end:0;padding-inline-end:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{-webkit-padding-end:var(--mm-sectionindexer-size);padding-inline-end:var(--mm-sectionindexer-size)}.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:0 0}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:var(--mm-max-size)}.mm-wrapper--sidebar-collapsed .mm-slideout{-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);width:calc(100% - var(--mm-sidebar-collapsed-size))}[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{opacity:0}.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{border-right-style:solid;border-right-width:1px;width:var(--mm-sidebar-expanded-size)}.mm-wrapper--sidebar-expanded.mm-wrapper--opened{overflow:auto}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{display:none}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0);width:calc(100% - var(--mm-sidebar-expanded-size))}[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-zoomInUp{animation:f-zoomInUp .2s ease-out .1s both}.f-zoomOutDown{animation:f-zoomOutDown .2s ease-out both}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975) translate3d(0,16px,0)}}.f-throwOutUp{animation:f-throwOutUp .175s ease-out both}.f-throwOutDown{animation:f-throwOutDown .175s ease-out both}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,-150px,0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,150px,0)}}.f-fadeIn{animation:f-fadeIn .2s ease both;z-index:2}.f-fadeOut{animation:f-fadeOut .2s ease both;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeSlowIn{animation:f-fadeSlowIn .5s ease both;z-index:2}.f-fadeSlowOut{animation:f-fadeSlowOut .5s ease both;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-fadeFastIn{animation:f-fadeFastIn .2s ease-out both;z-index:2}.f-fadeFastOut{animation:f-fadeFastOut .2s ease-out both;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-crossfadeIn{animation:f-crossfadeIn .2s ease-out both;z-index:2}.f-crossfadeOut{animation:f-crossfadeOut .1s linear .1s both;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:f-slideInNext .85s cubic-bezier(.16,1,.3,1)}.f-slideIn.from-prev{animation:f-slideInPrev .85s cubic-bezier(.16,1,.3,1)}.f-slideOut.to-next{animation:f-slideOutNext .85s cubic-bezier(.16,1,.3,1)}.f-slideOut.to-prev{animation:f-slideOutPrev .85s cubic-bezier(.16,1,.3,1)}@keyframes f-slideInPrev{0%{transform:translateX(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translateX(-100%)}}@keyframes f-slideOutPrev{to{transform:translateX(100%)}}.f-classicIn.from-next{animation:f-classicInNext .85s cubic-bezier(.16,1,.3,1);z-index:2}.f-classicIn.from-prev{animation:f-classicInPrev .85s cubic-bezier(.16,1,.3,1);z-index:2}.f-classicOut.to-next{animation:f-classicOutNext .85s cubic-bezier(.16,1,.3,1);z-index:1}.f-classicOut.to-prev{animation:f-classicOutPrev .85s cubic-bezier(.16,1,.3,1);z-index:1}@keyframes f-classicInNext{0%{opacity:0;transform:translateX(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translateX(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translateX(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translateX(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:content-box;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);height:var(--f-button-svg-height);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease;width:var(--f-button-svg-width)}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:hsla(0,0%,100%,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;bottom:0;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:visible;overscroll-behavior-y:contain;padding:0;position:fixed;right:0;top:0;z-index:1050}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{box-sizing:border-box;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__track{display:flex;height:100%;margin:0 auto}.fancybox__slide{align-items:center;backface-visibility:hidden;display:flex;flex:0 0 auto;flex-direction:column;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;padding:4px;position:relative;transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:flex;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{backface-visibility:hidden;background:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;transform:translateZ(0);transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0);will-change:transform,width,height}.fancybox-image{display:block;height:100%;margin:auto;min-height:0;object-fit:contain;user-select:none;width:100%}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;right:8px;top:0;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:rgba(24,24,27,.5);bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;right:5px;top:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:f-fadeIn .25s ease .1s backwards}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:f-fadeIn .35s ease backwards}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:f-fadeOut .15s ease forwards}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:f-fadeOut .35s ease forwards}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:100%;width:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(1px,1px,1px,1px)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px}.f-thumbs{-webkit-tap-highlight-color:rgba(0,0,0,0);flex:0 0 auto;margin:0;overflow:hidden;perspective:1000px;position:relative;transform:translateZ(0);user-select:none}.f-thumbs .f-spinner{background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{height:auto;overflow:hidden;width:100%}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;height:var(--f-thumb-height);justify-content:center;margin:0;min-width:var(--f-thumb-width);overflow:visible;padding:0;position:relative;width:var(--f-thumb-width)}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{bottom:0;content:"";cursor:pointer;left:calc(var(--left, 0)*1px);position:absolute;top:0;width:calc(100% - var(--width, 0)*1px)}.is-modern .f-thumbs__slide{--clip-path:inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))*0.5*(1 - var(--progress, 0))) round var(--f-thumb-border-radius,0));pointer-events:none;transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transition:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide,.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;background:transparent;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;touch-action:manipulation;transition:opacity .2s ease;width:100%}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{opacity:var(--f-thumb-selected-opacity);outline:none}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button:after{animation:f-fadeIn .2s ease-out;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);bottom:0;content:"";height:auto;left:0;position:absolute;right:0;top:0;z-index:10}.f-thumbs__slide__img{bottom:0;box-sizing:border-box;height:100%;left:0;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;position:absolute;right:0;top:0;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-hidden{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;color:var(--fancybox-color,currentColor);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{display:flex;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{-webkit-font-smoothing:subpixel-antialiased;cursor:default;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));height:3px;left:0;pointer-events:none;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;user-select:none;z-index:30}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important;text-transform:none}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-horizontal>.swiper-scrollbar{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}html body{--bs-body-font-family:Outfit,sans-serif;--bs-body-font-weight:300;--bs-body-font-size:18px;--bs-body-line-height:$line-height-base-value}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:Outfit,sans-serif;--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:#0d6efd;--bs-link-hover-color:#0a58ca;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd}*,: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(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}hr{border:0;border-top:1px solid;color:inherit;margin:1rem 0;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;text-decoration:underline dotted;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,small{font-size:.875em}.mark,mark{background-color:var(--bs-highlight-bg);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-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(--bs-code-color);font-size:.875em}a>code{color:inherit}kbd{background-color:var(--bs-body-color);border-radius:.25rem;color:var(--bs-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:#6c757d;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}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid var(--bs-border-color);border-radius:.375rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#6c757d;font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-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:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-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.3333333333%}.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.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:0.75rem}.g-3,.gy-3{--bs-gutter-y:0.75rem}.g-4,.gx-4{--bs-gutter-x:1rem}.g-4,.gy-4{--bs-gutter-y:1rem}.g-5,.gx-5{--bs-gutter-x:2rem}.g-5,.gy-5{--bs-gutter-y:2rem}.g-6,.gx-6{--bs-gutter-x:3rem}.g-6,.gy-6{--bs-gutter-y:3rem}.g-7,.gx-7{--bs-gutter-x:4rem}.g-7,.gy-7{--bs-gutter-y:4rem}.g-8,.gx-8{--bs-gutter-x:5rem}.g-8,.gy-8{--bs-gutter-y:5rem}.g-9,.gx-9{--bs-gutter-x:6.25rem}.g-9,.gy-9{--bs-gutter-y:6.25rem}.g-10,.gx-10{--bs-gutter-x:7.5rem}.g-10,.gy-10{--bs-gutter-y:7.5rem}.g-11,.gx-11{--bs-gutter-x:9.375rem}.g-11,.gy-11{--bs-gutter-y:9.375rem}.g-12,.gx-12{--bs-gutter-x:10rem}.g-12,.gy-12{--bs-gutter-y:10rem}.g-13,.gx-13{--bs-gutter-x:11.25rem}.g-13,.gy-13{--bs-gutter-y:11.25rem}.g-14,.gx-14{--bs-gutter-x:12.5rem}.g-14,.gy-14{--bs-gutter-y:12.5rem}@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.3333333333%}.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.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:0.75rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:0.75rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:2rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:2rem}.g-sm-6,.gx-sm-6{--bs-gutter-x:3rem}.g-sm-6,.gy-sm-6{--bs-gutter-y:3rem}.g-sm-7,.gx-sm-7{--bs-gutter-x:4rem}.g-sm-7,.gy-sm-7{--bs-gutter-y:4rem}.g-sm-8,.gx-sm-8{--bs-gutter-x:5rem}.g-sm-8,.gy-sm-8{--bs-gutter-y:5rem}.g-sm-9,.gx-sm-9{--bs-gutter-x:6.25rem}.g-sm-9,.gy-sm-9{--bs-gutter-y:6.25rem}.g-sm-10,.gx-sm-10{--bs-gutter-x:7.5rem}.g-sm-10,.gy-sm-10{--bs-gutter-y:7.5rem}.g-sm-11,.gx-sm-11{--bs-gutter-x:9.375rem}.g-sm-11,.gy-sm-11{--bs-gutter-y:9.375rem}.g-sm-12,.gx-sm-12{--bs-gutter-x:10rem}.g-sm-12,.gy-sm-12{--bs-gutter-y:10rem}.g-sm-13,.gx-sm-13{--bs-gutter-x:11.25rem}.g-sm-13,.gy-sm-13{--bs-gutter-y:11.25rem}.g-sm-14,.gx-sm-14{--bs-gutter-x:12.5rem}.g-sm-14,.gy-sm-14{--bs-gutter-y:12.5rem}}@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.3333333333%}.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.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:0.75rem}.g-md-3,.gy-md-3{--bs-gutter-y:0.75rem}.g-md-4,.gx-md-4{--bs-gutter-x:1rem}.g-md-4,.gy-md-4{--bs-gutter-y:1rem}.g-md-5,.gx-md-5{--bs-gutter-x:2rem}.g-md-5,.gy-md-5{--bs-gutter-y:2rem}.g-md-6,.gx-md-6{--bs-gutter-x:3rem}.g-md-6,.gy-md-6{--bs-gutter-y:3rem}.g-md-7,.gx-md-7{--bs-gutter-x:4rem}.g-md-7,.gy-md-7{--bs-gutter-y:4rem}.g-md-8,.gx-md-8{--bs-gutter-x:5rem}.g-md-8,.gy-md-8{--bs-gutter-y:5rem}.g-md-9,.gx-md-9{--bs-gutter-x:6.25rem}.g-md-9,.gy-md-9{--bs-gutter-y:6.25rem}.g-md-10,.gx-md-10{--bs-gutter-x:7.5rem}.g-md-10,.gy-md-10{--bs-gutter-y:7.5rem}.g-md-11,.gx-md-11{--bs-gutter-x:9.375rem}.g-md-11,.gy-md-11{--bs-gutter-y:9.375rem}.g-md-12,.gx-md-12{--bs-gutter-x:10rem}.g-md-12,.gy-md-12{--bs-gutter-y:10rem}.g-md-13,.gx-md-13{--bs-gutter-x:11.25rem}.g-md-13,.gy-md-13{--bs-gutter-y:11.25rem}.g-md-14,.gx-md-14{--bs-gutter-x:12.5rem}.g-md-14,.gy-md-14{--bs-gutter-y:12.5rem}}@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.3333333333%}.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.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:0.75rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:0.75rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:2rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:2rem}.g-lg-6,.gx-lg-6{--bs-gutter-x:3rem}.g-lg-6,.gy-lg-6{--bs-gutter-y:3rem}.g-lg-7,.gx-lg-7{--bs-gutter-x:4rem}.g-lg-7,.gy-lg-7{--bs-gutter-y:4rem}.g-lg-8,.gx-lg-8{--bs-gutter-x:5rem}.g-lg-8,.gy-lg-8{--bs-gutter-y:5rem}.g-lg-9,.gx-lg-9{--bs-gutter-x:6.25rem}.g-lg-9,.gy-lg-9{--bs-gutter-y:6.25rem}.g-lg-10,.gx-lg-10{--bs-gutter-x:7.5rem}.g-lg-10,.gy-lg-10{--bs-gutter-y:7.5rem}.g-lg-11,.gx-lg-11{--bs-gutter-x:9.375rem}.g-lg-11,.gy-lg-11{--bs-gutter-y:9.375rem}.g-lg-12,.gx-lg-12{--bs-gutter-x:10rem}.g-lg-12,.gy-lg-12{--bs-gutter-y:10rem}.g-lg-13,.gx-lg-13{--bs-gutter-x:11.25rem}.g-lg-13,.gy-lg-13{--bs-gutter-y:11.25rem}.g-lg-14,.gx-lg-14{--bs-gutter-x:12.5rem}.g-lg-14,.gy-lg-14{--bs-gutter-y:12.5rem}}@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.3333333333%}.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.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:0.75rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:0.75rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:2rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:2rem}.g-xl-6,.gx-xl-6{--bs-gutter-x:3rem}.g-xl-6,.gy-xl-6{--bs-gutter-y:3rem}.g-xl-7,.gx-xl-7{--bs-gutter-x:4rem}.g-xl-7,.gy-xl-7{--bs-gutter-y:4rem}.g-xl-8,.gx-xl-8{--bs-gutter-x:5rem}.g-xl-8,.gy-xl-8{--bs-gutter-y:5rem}.g-xl-9,.gx-xl-9{--bs-gutter-x:6.25rem}.g-xl-9,.gy-xl-9{--bs-gutter-y:6.25rem}.g-xl-10,.gx-xl-10{--bs-gutter-x:7.5rem}.g-xl-10,.gy-xl-10{--bs-gutter-y:7.5rem}.g-xl-11,.gx-xl-11{--bs-gutter-x:9.375rem}.g-xl-11,.gy-xl-11{--bs-gutter-y:9.375rem}.g-xl-12,.gx-xl-12{--bs-gutter-x:10rem}.g-xl-12,.gy-xl-12{--bs-gutter-y:10rem}.g-xl-13,.gx-xl-13{--bs-gutter-x:11.25rem}.g-xl-13,.gy-xl-13{--bs-gutter-y:11.25rem}.g-xl-14,.gx-xl-14{--bs-gutter-x:12.5rem}.g-xl-14,.gy-xl-14{--bs-gutter-y:12.5rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.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.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:0.75rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:0.75rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:2rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:2rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:3rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:3rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x:4rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y:4rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:5rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:5rem}.g-xxl-9,.gx-xxl-9{--bs-gutter-x:6.25rem}.g-xxl-9,.gy-xxl-9{--bs-gutter-y:6.25rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x:7.5rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y:7.5rem}.g-xxl-11,.gx-xxl-11{--bs-gutter-x:9.375rem}.g-xxl-11,.gy-xxl-11{--bs-gutter-y:9.375rem}.g-xxl-12,.gx-xxl-12{--bs-gutter-x:10rem}.g-xxl-12,.gy-xxl-12{--bs-gutter-y:10rem}.g-xxl-13,.gx-xxl-13{--bs-gutter-x:11.25rem}.g-xxl-13,.gy-xxl-13{--bs-gutter-y:11.25rem}.g-xxl-14,.gx-xxl-14{--bs-gutter-x:12.5rem}.g-xxl-14,.gy-xxl-14{--bs-gutter-y:12.5rem}}.table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0,0,0,.075);border-color:var(--bs-table-border-color);color:var(--bs-table-color);margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.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)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#bacbe6;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000}.table-primary,.table-secondary{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#cbccce;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#bcd0c7;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000}.table-info,.table-success{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#badce3;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#e6dbb9;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000}.table-danger,.table-warning{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#dfc2c4;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#dfe0e1;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000}.table-dark,.table-light{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#373b3e;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-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:1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-text{color:#6c757d;font-size:.875em;margin-top:.25rem}.form-control{appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.375rem;color:#212529;display:block;font-size:1rem;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:#fff;border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);color:#212529;outline:0}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{background-color:#e9ecef;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#212529;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:#dde0e3}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#212529;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:.25rem;font-size:.875rem;min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem}.form-control-sm::file-selector-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{border-radius:.5rem;font-size:1.25rem;min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem}.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 + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{height:calc(1.5em + .75rem + 2px);padding:.375rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:.375rem}.form-control-color::-webkit-color-swatch{border-radius:.375rem}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + 2px)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + 2px)}.form-select{-moz-padding-start:calc(.75rem - 3px);appearance:none;background-color:#fff;background-image: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");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #ced4da;border-radius:.375rem;color:#212529;display:block;font-size:1rem;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:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{border-radius:.25rem;font-size:.875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.form-select-lg{border-radius:.5rem;font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.form-check{display:block;margin-bottom:.125rem;min-height:1.5rem;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{appearance:none;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid rgba(0,0,0,.25);height:1em;margin-top:.25em;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:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-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]{background-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{background-color:#0d6efd;background-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");border-color:#0d6efd}.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{background-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='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");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{background-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='3' fill='%2386b7fe'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-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='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}.form-range{appearance:none;background-color:transparent;height:1.5rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;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{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;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{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{background-color:#dee2e6;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:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{border:1px 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;width:100%}@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::placeholder,.form-floating>.form-control::placeholder{color:transparent}.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-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.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:#e9ecef;border:1px solid #ced4da;border-radius:.375rem;color:#212529;display:flex;font-size:1rem;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:.5rem;font-size:1.25rem;padding:.5rem 1rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:.25rem;font-size:.875rem;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:-1px}.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:#198754;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(25,135,84,.9);border-radius:.375rem;color:#fff;display:none;font-size:.875rem;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:#198754;padding-right:calc(1.5em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.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:#198754}.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"]{background-image: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"),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:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.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:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.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:#dc3545;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(220,53,69,.9);border-radius:.375rem;color:#fff;display:none;font-size:.875rem;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:#dc3545;padding-right:calc(1.5em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.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:#dc3545}.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"]{background-image: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"),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:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.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:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.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}.clearfix:after{clear:both;content:"";display:block}.text-bg-primary{background-color:RGBA(13,110,253,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-secondary{background-color:RGBA(108,117,125,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-success{background-color:RGBA(25,135,84,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-info{background-color:RGBA(13,202,240,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-warning{background-color:RGBA(255,193,7,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-danger{background-color:RGBA(220,53,69,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-light{background-color:RGBA(248,249,250,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-dark{background-color:RGBA(33,37,41,var(--bs-bg-opacity,1))!important;color:#fff!important}.link-primary{color:#0d6efd!important}.link-primary:focus,.link-primary:hover{color:#0a58ca!important}.link-secondary{color:#6c757d!important}.link-secondary:focus,.link-secondary:hover{color:#565e64!important}.link-success{color:#198754!important}.link-success:focus,.link-success:hover{color:#146c43!important}.link-info{color:#0dcaf0!important}.link-info:focus,.link-info:hover{color:#3dd5f3!important}.link-warning{color:#ffc107!important}.link-warning:focus,.link-warning:hover{color:#ffcd39!important}.link-danger{color:#dc3545!important}.link-danger:focus,.link-danger:hover{color:#b02a37!important}.link-light{color:#f8f9fa!important}.link-light:focus,.link-light:hover{color:#f9fafb!important}.link-dark{color:#212529!important}.link-dark:focus,.link-dark:hover{color:#1a1e21!important}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.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:1400px){.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;position:absolute!important;white-space:nowrap!important;width:1px!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:.25;width:1px}.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}.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}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display: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:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.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(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-1{--bs-border-width:1px}.border-2{--bs-border-width:2px}.border-3{--bs-border-width:3px}.border-4{--bs-border-width:4px}.border-5{--bs-border-width:5px}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:.75rem!important}.m-4{margin:1rem!important}.m-5{margin:2rem!important}.m-6{margin:3rem!important}.m-7{margin:4rem!important}.m-8{margin:5rem!important}.m-9{margin:6.25rem!important}.m-10{margin:7.5rem!important}.m-11{margin:9.375rem!important}.m-12{margin:10rem!important}.m-13{margin:11.25rem!important}.m-14{margin:12.5rem!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:.75rem!important;margin-right:.75rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.mx-5{margin-left:2rem!important;margin-right:2rem!important}.mx-6{margin-left:3rem!important;margin-right:3rem!important}.mx-7{margin-left:4rem!important;margin-right:4rem!important}.mx-8{margin-left:5rem!important;margin-right:5rem!important}.mx-9{margin-left:6.25rem!important;margin-right:6.25rem!important}.mx-10{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-11{margin-left:9.375rem!important;margin-right:9.375rem!important}.mx-12{margin-left:10rem!important;margin-right:10rem!important}.mx-13{margin-left:11.25rem!important;margin-right:11.25rem!important}.mx-14{margin-left:12.5rem!important;margin-right:12.5rem!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:.75rem!important;margin-top:.75rem!important}.my-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-5{margin-bottom:2rem!important;margin-top:2rem!important}.my-6{margin-bottom:3rem!important;margin-top:3rem!important}.my-7{margin-bottom:4rem!important;margin-top:4rem!important}.my-8{margin-bottom:5rem!important;margin-top:5rem!important}.my-9{margin-bottom:6.25rem!important;margin-top:6.25rem!important}.my-10{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-11{margin-bottom:9.375rem!important;margin-top:9.375rem!important}.my-12{margin-bottom:10rem!important;margin-top:10rem!important}.my-13{margin-bottom:11.25rem!important;margin-top:11.25rem!important}.my-14{margin-bottom:12.5rem!important;margin-top:12.5rem!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:.75rem!important}.mt-4{margin-top:1rem!important}.mt-5{margin-top:2rem!important}.mt-6{margin-top:3rem!important}.mt-7{margin-top:4rem!important}.mt-8{margin-top:5rem!important}.mt-9{margin-top:6.25rem!important}.mt-10{margin-top:7.5rem!important}.mt-11{margin-top:9.375rem!important}.mt-12{margin-top:10rem!important}.mt-13{margin-top:11.25rem!important}.mt-14{margin-top:12.5rem!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:.75rem!important}.me-4{margin-right:1rem!important}.me-5{margin-right:2rem!important}.me-6{margin-right:3rem!important}.me-7{margin-right:4rem!important}.me-8{margin-right:5rem!important}.me-9{margin-right:6.25rem!important}.me-10{margin-right:7.5rem!important}.me-11{margin-right:9.375rem!important}.me-12{margin-right:10rem!important}.me-13{margin-right:11.25rem!important}.me-14{margin-right:12.5rem!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:.75rem!important}.mb-4{margin-bottom:1rem!important}.mb-5{margin-bottom:2rem!important}.mb-6{margin-bottom:3rem!important}.mb-7{margin-bottom:4rem!important}.mb-8{margin-bottom:5rem!important}.mb-9{margin-bottom:6.25rem!important}.mb-10{margin-bottom:7.5rem!important}.mb-11{margin-bottom:9.375rem!important}.mb-12{margin-bottom:10rem!important}.mb-13{margin-bottom:11.25rem!important}.mb-14{margin-bottom:12.5rem!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:.75rem!important}.ms-4{margin-left:1rem!important}.ms-5{margin-left:2rem!important}.ms-6{margin-left:3rem!important}.ms-7{margin-left:4rem!important}.ms-8{margin-left:5rem!important}.ms-9{margin-left:6.25rem!important}.ms-10{margin-left:7.5rem!important}.ms-11{margin-left:9.375rem!important}.ms-12{margin-left:10rem!important}.ms-13{margin-left:11.25rem!important}.ms-14{margin-left:12.5rem!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:.75rem!important}.p-4{padding:1rem!important}.p-5{padding:2rem!important}.p-6{padding:3rem!important}.p-7{padding:4rem!important}.p-8{padding:5rem!important}.p-9{padding:6.25rem!important}.p-10{padding:7.5rem!important}.p-11{padding:9.375rem!important}.p-12{padding:10rem!important}.p-13{padding:11.25rem!important}.p-14{padding:12.5rem!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:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-5{padding-left:2rem!important;padding-right:2rem!important}.px-6{padding-left:3rem!important;padding-right:3rem!important}.px-7{padding-left:4rem!important;padding-right:4rem!important}.px-8{padding-left:5rem!important;padding-right:5rem!important}.px-9{padding-left:6.25rem!important;padding-right:6.25rem!important}.px-10{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-11{padding-left:9.375rem!important;padding-right:9.375rem!important}.px-12{padding-left:10rem!important;padding-right:10rem!important}.px-13{padding-left:11.25rem!important;padding-right:11.25rem!important}.px-14{padding-left:12.5rem!important;padding-right:12.5rem!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:.75rem!important;padding-top:.75rem!important}.py-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-5{padding-bottom:2rem!important;padding-top:2rem!important}.py-6{padding-bottom:3rem!important;padding-top:3rem!important}.py-7{padding-bottom:4rem!important;padding-top:4rem!important}.py-8{padding-bottom:5rem!important;padding-top:5rem!important}.py-9{padding-bottom:6.25rem!important;padding-top:6.25rem!important}.py-10{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-11{padding-bottom:9.375rem!important;padding-top:9.375rem!important}.py-12{padding-bottom:10rem!important;padding-top:10rem!important}.py-13{padding-bottom:11.25rem!important;padding-top:11.25rem!important}.py-14{padding-bottom:12.5rem!important;padding-top:12.5rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:.75rem!important}.pt-4{padding-top:1rem!important}.pt-5{padding-top:2rem!important}.pt-6{padding-top:3rem!important}.pt-7{padding-top:4rem!important}.pt-8{padding-top:5rem!important}.pt-9{padding-top:6.25rem!important}.pt-10{padding-top:7.5rem!important}.pt-11{padding-top:9.375rem!important}.pt-12{padding-top:10rem!important}.pt-13{padding-top:11.25rem!important}.pt-14{padding-top:12.5rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:.75rem!important}.pe-4{padding-right:1rem!important}.pe-5{padding-right:2rem!important}.pe-6{padding-right:3rem!important}.pe-7{padding-right:4rem!important}.pe-8{padding-right:5rem!important}.pe-9{padding-right:6.25rem!important}.pe-10{padding-right:7.5rem!important}.pe-11{padding-right:9.375rem!important}.pe-12{padding-right:10rem!important}.pe-13{padding-right:11.25rem!important}.pe-14{padding-right:12.5rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:.75rem!important}.pb-4{padding-bottom:1rem!important}.pb-5{padding-bottom:2rem!important}.pb-6{padding-bottom:3rem!important}.pb-7{padding-bottom:4rem!important}.pb-8{padding-bottom:5rem!important}.pb-9{padding-bottom:6.25rem!important}.pb-10{padding-bottom:7.5rem!important}.pb-11{padding-bottom:9.375rem!important}.pb-12{padding-bottom:10rem!important}.pb-13{padding-bottom:11.25rem!important}.pb-14{padding-bottom:12.5rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:.75rem!important}.ps-4{padding-left:1rem!important}.ps-5{padding-left:2rem!important}.ps-6{padding-left:3rem!important}.ps-7{padding-left:4rem!important}.ps-8{padding-left:5rem!important}.ps-9{padding-left:6.25rem!important}.ps-10{padding-left:7.5rem!important}.ps-11{padding-left:9.375rem!important}.ps-12{padding-left:10rem!important}.ps-13{padding-left:11.25rem!important}.ps-14{padding-left:12.5rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-5{gap:2rem!important}.gap-6{gap:3rem!important}.gap-7{gap:4rem!important}.gap-8{gap:5rem!important}.gap-9{gap:6.25rem!important}.gap-10{gap:7.5rem!important}.gap-11{gap:9.375rem!important}.gap-12{gap:10rem!important}.gap-13{gap:11.25rem!important}.gap-14{gap:12.5rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-semibold{font-weight:600!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-2xl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important}.rounded-end,.rounded-top{border-top-right-radius:var(--bs-border-radius)!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-start{border-top-left-radius:var(--bs-border-radius)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float: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-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:.75rem!important}.m-sm-4{margin:1rem!important}.m-sm-5{margin:2rem!important}.m-sm-6{margin:3rem!important}.m-sm-7{margin:4rem!important}.m-sm-8{margin:5rem!important}.m-sm-9{margin:6.25rem!important}.m-sm-10{margin:7.5rem!important}.m-sm-11{margin:9.375rem!important}.m-sm-12{margin:10rem!important}.m-sm-13{margin:11.25rem!important}.m-sm-14{margin:12.5rem!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:.75rem!important;margin-right:.75rem!important}.mx-sm-4{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-5{margin-left:2rem!important;margin-right:2rem!important}.mx-sm-6{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-7{margin-left:4rem!important;margin-right:4rem!important}.mx-sm-8{margin-left:5rem!important;margin-right:5rem!important}.mx-sm-9{margin-left:6.25rem!important;margin-right:6.25rem!important}.mx-sm-10{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-sm-11{margin-left:9.375rem!important;margin-right:9.375rem!important}.mx-sm-12{margin-left:10rem!important;margin-right:10rem!important}.mx-sm-13{margin-left:11.25rem!important;margin-right:11.25rem!important}.mx-sm-14{margin-left:12.5rem!important;margin-right:12.5rem!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:.75rem!important;margin-top:.75rem!important}.my-sm-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-5{margin-bottom:2rem!important;margin-top:2rem!important}.my-sm-6{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-7{margin-bottom:4rem!important;margin-top:4rem!important}.my-sm-8{margin-bottom:5rem!important;margin-top:5rem!important}.my-sm-9{margin-bottom:6.25rem!important;margin-top:6.25rem!important}.my-sm-10{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-sm-11{margin-bottom:9.375rem!important;margin-top:9.375rem!important}.my-sm-12{margin-bottom:10rem!important;margin-top:10rem!important}.my-sm-13{margin-bottom:11.25rem!important;margin-top:11.25rem!important}.my-sm-14{margin-bottom:12.5rem!important;margin-top:12.5rem!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:.75rem!important}.mt-sm-4{margin-top:1rem!important}.mt-sm-5{margin-top:2rem!important}.mt-sm-6{margin-top:3rem!important}.mt-sm-7{margin-top:4rem!important}.mt-sm-8{margin-top:5rem!important}.mt-sm-9{margin-top:6.25rem!important}.mt-sm-10{margin-top:7.5rem!important}.mt-sm-11{margin-top:9.375rem!important}.mt-sm-12{margin-top:10rem!important}.mt-sm-13{margin-top:11.25rem!important}.mt-sm-14{margin-top:12.5rem!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:.75rem!important}.me-sm-4{margin-right:1rem!important}.me-sm-5{margin-right:2rem!important}.me-sm-6{margin-right:3rem!important}.me-sm-7{margin-right:4rem!important}.me-sm-8{margin-right:5rem!important}.me-sm-9{margin-right:6.25rem!important}.me-sm-10{margin-right:7.5rem!important}.me-sm-11{margin-right:9.375rem!important}.me-sm-12{margin-right:10rem!important}.me-sm-13{margin-right:11.25rem!important}.me-sm-14{margin-right:12.5rem!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:.75rem!important}.mb-sm-4{margin-bottom:1rem!important}.mb-sm-5{margin-bottom:2rem!important}.mb-sm-6{margin-bottom:3rem!important}.mb-sm-7{margin-bottom:4rem!important}.mb-sm-8{margin-bottom:5rem!important}.mb-sm-9{margin-bottom:6.25rem!important}.mb-sm-10{margin-bottom:7.5rem!important}.mb-sm-11{margin-bottom:9.375rem!important}.mb-sm-12{margin-bottom:10rem!important}.mb-sm-13{margin-bottom:11.25rem!important}.mb-sm-14{margin-bottom:12.5rem!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:.75rem!important}.ms-sm-4{margin-left:1rem!important}.ms-sm-5{margin-left:2rem!important}.ms-sm-6{margin-left:3rem!important}.ms-sm-7{margin-left:4rem!important}.ms-sm-8{margin-left:5rem!important}.ms-sm-9{margin-left:6.25rem!important}.ms-sm-10{margin-left:7.5rem!important}.ms-sm-11{margin-left:9.375rem!important}.ms-sm-12{margin-left:10rem!important}.ms-sm-13{margin-left:11.25rem!important}.ms-sm-14{margin-left:12.5rem!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:.75rem!important}.p-sm-4{padding:1rem!important}.p-sm-5{padding:2rem!important}.p-sm-6{padding:3rem!important}.p-sm-7{padding:4rem!important}.p-sm-8{padding:5rem!important}.p-sm-9{padding:6.25rem!important}.p-sm-10{padding:7.5rem!important}.p-sm-11{padding:9.375rem!important}.p-sm-12{padding:10rem!important}.p-sm-13{padding:11.25rem!important}.p-sm-14{padding:12.5rem!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:.75rem!important;padding-right:.75rem!important}.px-sm-4{padding-left:1rem!important;padding-right:1rem!important}.px-sm-5{padding-left:2rem!important;padding-right:2rem!important}.px-sm-6{padding-left:3rem!important;padding-right:3rem!important}.px-sm-7{padding-left:4rem!important;padding-right:4rem!important}.px-sm-8{padding-left:5rem!important;padding-right:5rem!important}.px-sm-9{padding-left:6.25rem!important;padding-right:6.25rem!important}.px-sm-10{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-sm-11{padding-left:9.375rem!important;padding-right:9.375rem!important}.px-sm-12{padding-left:10rem!important;padding-right:10rem!important}.px-sm-13{padding-left:11.25rem!important;padding-right:11.25rem!important}.px-sm-14{padding-left:12.5rem!important;padding-right:12.5rem!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:.75rem!important;padding-top:.75rem!important}.py-sm-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-5{padding-bottom:2rem!important;padding-top:2rem!important}.py-sm-6{padding-bottom:3rem!important;padding-top:3rem!important}.py-sm-7{padding-bottom:4rem!important;padding-top:4rem!important}.py-sm-8{padding-bottom:5rem!important;padding-top:5rem!important}.py-sm-9{padding-bottom:6.25rem!important;padding-top:6.25rem!important}.py-sm-10{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-sm-11{padding-bottom:9.375rem!important;padding-top:9.375rem!important}.py-sm-12{padding-bottom:10rem!important;padding-top:10rem!important}.py-sm-13{padding-bottom:11.25rem!important;padding-top:11.25rem!important}.py-sm-14{padding-bottom:12.5rem!important;padding-top:12.5rem!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:.75rem!important}.pt-sm-4{padding-top:1rem!important}.pt-sm-5{padding-top:2rem!important}.pt-sm-6{padding-top:3rem!important}.pt-sm-7{padding-top:4rem!important}.pt-sm-8{padding-top:5rem!important}.pt-sm-9{padding-top:6.25rem!important}.pt-sm-10{padding-top:7.5rem!important}.pt-sm-11{padding-top:9.375rem!important}.pt-sm-12{padding-top:10rem!important}.pt-sm-13{padding-top:11.25rem!important}.pt-sm-14{padding-top:12.5rem!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:.75rem!important}.pe-sm-4{padding-right:1rem!important}.pe-sm-5{padding-right:2rem!important}.pe-sm-6{padding-right:3rem!important}.pe-sm-7{padding-right:4rem!important}.pe-sm-8{padding-right:5rem!important}.pe-sm-9{padding-right:6.25rem!important}.pe-sm-10{padding-right:7.5rem!important}.pe-sm-11{padding-right:9.375rem!important}.pe-sm-12{padding-right:10rem!important}.pe-sm-13{padding-right:11.25rem!important}.pe-sm-14{padding-right:12.5rem!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:.75rem!important}.pb-sm-4{padding-bottom:1rem!important}.pb-sm-5{padding-bottom:2rem!important}.pb-sm-6{padding-bottom:3rem!important}.pb-sm-7{padding-bottom:4rem!important}.pb-sm-8{padding-bottom:5rem!important}.pb-sm-9{padding-bottom:6.25rem!important}.pb-sm-10{padding-bottom:7.5rem!important}.pb-sm-11{padding-bottom:9.375rem!important}.pb-sm-12{padding-bottom:10rem!important}.pb-sm-13{padding-bottom:11.25rem!important}.pb-sm-14{padding-bottom:12.5rem!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:.75rem!important}.ps-sm-4{padding-left:1rem!important}.ps-sm-5{padding-left:2rem!important}.ps-sm-6{padding-left:3rem!important}.ps-sm-7{padding-left:4rem!important}.ps-sm-8{padding-left:5rem!important}.ps-sm-9{padding-left:6.25rem!important}.ps-sm-10{padding-left:7.5rem!important}.ps-sm-11{padding-left:9.375rem!important}.ps-sm-12{padding-left:10rem!important}.ps-sm-13{padding-left:11.25rem!important}.ps-sm-14{padding-left:12.5rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:.75rem!important}.gap-sm-4{gap:1rem!important}.gap-sm-5{gap:2rem!important}.gap-sm-6{gap:3rem!important}.gap-sm-7{gap:4rem!important}.gap-sm-8{gap:5rem!important}.gap-sm-9{gap:6.25rem!important}.gap-sm-10{gap:7.5rem!important}.gap-sm-11{gap:9.375rem!important}.gap-sm-12{gap:10rem!important}.gap-sm-13{gap:11.25rem!important}.gap-sm-14{gap:12.5rem!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}.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-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:.75rem!important}.m-md-4{margin:1rem!important}.m-md-5{margin:2rem!important}.m-md-6{margin:3rem!important}.m-md-7{margin:4rem!important}.m-md-8{margin:5rem!important}.m-md-9{margin:6.25rem!important}.m-md-10{margin:7.5rem!important}.m-md-11{margin:9.375rem!important}.m-md-12{margin:10rem!important}.m-md-13{margin:11.25rem!important}.m-md-14{margin:12.5rem!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:.75rem!important;margin-right:.75rem!important}.mx-md-4{margin-left:1rem!important;margin-right:1rem!important}.mx-md-5{margin-left:2rem!important;margin-right:2rem!important}.mx-md-6{margin-left:3rem!important;margin-right:3rem!important}.mx-md-7{margin-left:4rem!important;margin-right:4rem!important}.mx-md-8{margin-left:5rem!important;margin-right:5rem!important}.mx-md-9{margin-left:6.25rem!important;margin-right:6.25rem!important}.mx-md-10{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-md-11{margin-left:9.375rem!important;margin-right:9.375rem!important}.mx-md-12{margin-left:10rem!important;margin-right:10rem!important}.mx-md-13{margin-left:11.25rem!important;margin-right:11.25rem!important}.mx-md-14{margin-left:12.5rem!important;margin-right:12.5rem!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:.75rem!important;margin-top:.75rem!important}.my-md-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-5{margin-bottom:2rem!important;margin-top:2rem!important}.my-md-6{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-7{margin-bottom:4rem!important;margin-top:4rem!important}.my-md-8{margin-bottom:5rem!important;margin-top:5rem!important}.my-md-9{margin-bottom:6.25rem!important;margin-top:6.25rem!important}.my-md-10{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-md-11{margin-bottom:9.375rem!important;margin-top:9.375rem!important}.my-md-12{margin-bottom:10rem!important;margin-top:10rem!important}.my-md-13{margin-bottom:11.25rem!important;margin-top:11.25rem!important}.my-md-14{margin-bottom:12.5rem!important;margin-top:12.5rem!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:.75rem!important}.mt-md-4{margin-top:1rem!important}.mt-md-5{margin-top:2rem!important}.mt-md-6{margin-top:3rem!important}.mt-md-7{margin-top:4rem!important}.mt-md-8{margin-top:5rem!important}.mt-md-9{margin-top:6.25rem!important}.mt-md-10{margin-top:7.5rem!important}.mt-md-11{margin-top:9.375rem!important}.mt-md-12{margin-top:10rem!important}.mt-md-13{margin-top:11.25rem!important}.mt-md-14{margin-top:12.5rem!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:.75rem!important}.me-md-4{margin-right:1rem!important}.me-md-5{margin-right:2rem!important}.me-md-6{margin-right:3rem!important}.me-md-7{margin-right:4rem!important}.me-md-8{margin-right:5rem!important}.me-md-9{margin-right:6.25rem!important}.me-md-10{margin-right:7.5rem!important}.me-md-11{margin-right:9.375rem!important}.me-md-12{margin-right:10rem!important}.me-md-13{margin-right:11.25rem!important}.me-md-14{margin-right:12.5rem!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:.75rem!important}.mb-md-4{margin-bottom:1rem!important}.mb-md-5{margin-bottom:2rem!important}.mb-md-6{margin-bottom:3rem!important}.mb-md-7{margin-bottom:4rem!important}.mb-md-8{margin-bottom:5rem!important}.mb-md-9{margin-bottom:6.25rem!important}.mb-md-10{margin-bottom:7.5rem!important}.mb-md-11{margin-bottom:9.375rem!important}.mb-md-12{margin-bottom:10rem!important}.mb-md-13{margin-bottom:11.25rem!important}.mb-md-14{margin-bottom:12.5rem!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:.75rem!important}.ms-md-4{margin-left:1rem!important}.ms-md-5{margin-left:2rem!important}.ms-md-6{margin-left:3rem!important}.ms-md-7{margin-left:4rem!important}.ms-md-8{margin-left:5rem!important}.ms-md-9{margin-left:6.25rem!important}.ms-md-10{margin-left:7.5rem!important}.ms-md-11{margin-left:9.375rem!important}.ms-md-12{margin-left:10rem!important}.ms-md-13{margin-left:11.25rem!important}.ms-md-14{margin-left:12.5rem!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:.75rem!important}.p-md-4{padding:1rem!important}.p-md-5{padding:2rem!important}.p-md-6{padding:3rem!important}.p-md-7{padding:4rem!important}.p-md-8{padding:5rem!important}.p-md-9{padding:6.25rem!important}.p-md-10{padding:7.5rem!important}.p-md-11{padding:9.375rem!important}.p-md-12{padding:10rem!important}.p-md-13{padding:11.25rem!important}.p-md-14{padding:12.5rem!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:.75rem!important;padding-right:.75rem!important}.px-md-4{padding-left:1rem!important;padding-right:1rem!important}.px-md-5{padding-left:2rem!important;padding-right:2rem!important}.px-md-6{padding-left:3rem!important;padding-right:3rem!important}.px-md-7{padding-left:4rem!important;padding-right:4rem!important}.px-md-8{padding-left:5rem!important;padding-right:5rem!important}.px-md-9{padding-left:6.25rem!important;padding-right:6.25rem!important}.px-md-10{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-md-11{padding-left:9.375rem!important;padding-right:9.375rem!important}.px-md-12{padding-left:10rem!important;padding-right:10rem!important}.px-md-13{padding-left:11.25rem!important;padding-right:11.25rem!important}.px-md-14{padding-left:12.5rem!important;padding-right:12.5rem!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:.75rem!important;padding-top:.75rem!important}.py-md-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-5{padding-bottom:2rem!important;padding-top:2rem!important}.py-md-6{padding-bottom:3rem!important;padding-top:3rem!important}.py-md-7{padding-bottom:4rem!important;padding-top:4rem!important}.py-md-8{padding-bottom:5rem!important;padding-top:5rem!important}.py-md-9{padding-bottom:6.25rem!important;padding-top:6.25rem!important}.py-md-10{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-md-11{padding-bottom:9.375rem!important;padding-top:9.375rem!important}.py-md-12{padding-bottom:10rem!important;padding-top:10rem!important}.py-md-13{padding-bottom:11.25rem!important;padding-top:11.25rem!important}.py-md-14{padding-bottom:12.5rem!important;padding-top:12.5rem!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:.75rem!important}.pt-md-4{padding-top:1rem!important}.pt-md-5{padding-top:2rem!important}.pt-md-6{padding-top:3rem!important}.pt-md-7{padding-top:4rem!important}.pt-md-8{padding-top:5rem!important}.pt-md-9{padding-top:6.25rem!important}.pt-md-10{padding-top:7.5rem!important}.pt-md-11{padding-top:9.375rem!important}.pt-md-12{padding-top:10rem!important}.pt-md-13{padding-top:11.25rem!important}.pt-md-14{padding-top:12.5rem!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:.75rem!important}.pe-md-4{padding-right:1rem!important}.pe-md-5{padding-right:2rem!important}.pe-md-6{padding-right:3rem!important}.pe-md-7{padding-right:4rem!important}.pe-md-8{padding-right:5rem!important}.pe-md-9{padding-right:6.25rem!important}.pe-md-10{padding-right:7.5rem!important}.pe-md-11{padding-right:9.375rem!important}.pe-md-12{padding-right:10rem!important}.pe-md-13{padding-right:11.25rem!important}.pe-md-14{padding-right:12.5rem!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:.75rem!important}.pb-md-4{padding-bottom:1rem!important}.pb-md-5{padding-bottom:2rem!important}.pb-md-6{padding-bottom:3rem!important}.pb-md-7{padding-bottom:4rem!important}.pb-md-8{padding-bottom:5rem!important}.pb-md-9{padding-bottom:6.25rem!important}.pb-md-10{padding-bottom:7.5rem!important}.pb-md-11{padding-bottom:9.375rem!important}.pb-md-12{padding-bottom:10rem!important}.pb-md-13{padding-bottom:11.25rem!important}.pb-md-14{padding-bottom:12.5rem!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:.75rem!important}.ps-md-4{padding-left:1rem!important}.ps-md-5{padding-left:2rem!important}.ps-md-6{padding-left:3rem!important}.ps-md-7{padding-left:4rem!important}.ps-md-8{padding-left:5rem!important}.ps-md-9{padding-left:6.25rem!important}.ps-md-10{padding-left:7.5rem!important}.ps-md-11{padding-left:9.375rem!important}.ps-md-12{padding-left:10rem!important}.ps-md-13{padding-left:11.25rem!important}.ps-md-14{padding-left:12.5rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:.75rem!important}.gap-md-4{gap:1rem!important}.gap-md-5{gap:2rem!important}.gap-md-6{gap:3rem!important}.gap-md-7{gap:4rem!important}.gap-md-8{gap:5rem!important}.gap-md-9{gap:6.25rem!important}.gap-md-10{gap:7.5rem!important}.gap-md-11{gap:9.375rem!important}.gap-md-12{gap:10rem!important}.gap-md-13{gap:11.25rem!important}.gap-md-14{gap:12.5rem!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}.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-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:.75rem!important}.m-lg-4{margin:1rem!important}.m-lg-5{margin:2rem!important}.m-lg-6{margin:3rem!important}.m-lg-7{margin:4rem!important}.m-lg-8{margin:5rem!important}.m-lg-9{margin:6.25rem!important}.m-lg-10{margin:7.5rem!important}.m-lg-11{margin:9.375rem!important}.m-lg-12{margin:10rem!important}.m-lg-13{margin:11.25rem!important}.m-lg-14{margin:12.5rem!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:.75rem!important;margin-right:.75rem!important}.mx-lg-4{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-5{margin-left:2rem!important;margin-right:2rem!important}.mx-lg-6{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-7{margin-left:4rem!important;margin-right:4rem!important}.mx-lg-8{margin-left:5rem!important;margin-right:5rem!important}.mx-lg-9{margin-left:6.25rem!important;margin-right:6.25rem!important}.mx-lg-10{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-lg-11{margin-left:9.375rem!important;margin-right:9.375rem!important}.mx-lg-12{margin-left:10rem!important;margin-right:10rem!important}.mx-lg-13{margin-left:11.25rem!important;margin-right:11.25rem!important}.mx-lg-14{margin-left:12.5rem!important;margin-right:12.5rem!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:.75rem!important;margin-top:.75rem!important}.my-lg-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-5{margin-bottom:2rem!important;margin-top:2rem!important}.my-lg-6{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-7{margin-bottom:4rem!important;margin-top:4rem!important}.my-lg-8{margin-bottom:5rem!important;margin-top:5rem!important}.my-lg-9{margin-bottom:6.25rem!important;margin-top:6.25rem!important}.my-lg-10{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-lg-11{margin-bottom:9.375rem!important;margin-top:9.375rem!important}.my-lg-12{margin-bottom:10rem!important;margin-top:10rem!important}.my-lg-13{margin-bottom:11.25rem!important;margin-top:11.25rem!important}.my-lg-14{margin-bottom:12.5rem!important;margin-top:12.5rem!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:.75rem!important}.mt-lg-4{margin-top:1rem!important}.mt-lg-5{margin-top:2rem!important}.mt-lg-6{margin-top:3rem!important}.mt-lg-7{margin-top:4rem!important}.mt-lg-8{margin-top:5rem!important}.mt-lg-9{margin-top:6.25rem!important}.mt-lg-10{margin-top:7.5rem!important}.mt-lg-11{margin-top:9.375rem!important}.mt-lg-12{margin-top:10rem!important}.mt-lg-13{margin-top:11.25rem!important}.mt-lg-14{margin-top:12.5rem!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:.75rem!important}.me-lg-4{margin-right:1rem!important}.me-lg-5{margin-right:2rem!important}.me-lg-6{margin-right:3rem!important}.me-lg-7{margin-right:4rem!important}.me-lg-8{margin-right:5rem!important}.me-lg-9{margin-right:6.25rem!important}.me-lg-10{margin-right:7.5rem!important}.me-lg-11{margin-right:9.375rem!important}.me-lg-12{margin-right:10rem!important}.me-lg-13{margin-right:11.25rem!important}.me-lg-14{margin-right:12.5rem!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:.75rem!important}.mb-lg-4{margin-bottom:1rem!important}.mb-lg-5{margin-bottom:2rem!important}.mb-lg-6{margin-bottom:3rem!important}.mb-lg-7{margin-bottom:4rem!important}.mb-lg-8{margin-bottom:5rem!important}.mb-lg-9{margin-bottom:6.25rem!important}.mb-lg-10{margin-bottom:7.5rem!important}.mb-lg-11{margin-bottom:9.375rem!important}.mb-lg-12{margin-bottom:10rem!important}.mb-lg-13{margin-bottom:11.25rem!important}.mb-lg-14{margin-bottom:12.5rem!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:.75rem!important}.ms-lg-4{margin-left:1rem!important}.ms-lg-5{margin-left:2rem!important}.ms-lg-6{margin-left:3rem!important}.ms-lg-7{margin-left:4rem!important}.ms-lg-8{margin-left:5rem!important}.ms-lg-9{margin-left:6.25rem!important}.ms-lg-10{margin-left:7.5rem!important}.ms-lg-11{margin-left:9.375rem!important}.ms-lg-12{margin-left:10rem!important}.ms-lg-13{margin-left:11.25rem!important}.ms-lg-14{margin-left:12.5rem!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:.75rem!important}.p-lg-4{padding:1rem!important}.p-lg-5{padding:2rem!important}.p-lg-6{padding:3rem!important}.p-lg-7{padding:4rem!important}.p-lg-8{padding:5rem!important}.p-lg-9{padding:6.25rem!important}.p-lg-10{padding:7.5rem!important}.p-lg-11{padding:9.375rem!important}.p-lg-12{padding:10rem!important}.p-lg-13{padding:11.25rem!important}.p-lg-14{padding:12.5rem!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:.75rem!important;padding-right:.75rem!important}.px-lg-4{padding-left:1rem!important;padding-right:1rem!important}.px-lg-5{padding-left:2rem!important;padding-right:2rem!important}.px-lg-6{padding-left:3rem!important;padding-right:3rem!important}.px-lg-7{padding-left:4rem!important;padding-right:4rem!important}.px-lg-8{padding-left:5rem!important;padding-right:5rem!important}.px-lg-9{padding-left:6.25rem!important;padding-right:6.25rem!important}.px-lg-10{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-lg-11{padding-left:9.375rem!important;padding-right:9.375rem!important}.px-lg-12{padding-left:10rem!important;padding-right:10rem!important}.px-lg-13{padding-left:11.25rem!important;padding-right:11.25rem!important}.px-lg-14{padding-left:12.5rem!important;padding-right:12.5rem!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:.75rem!important;padding-top:.75rem!important}.py-lg-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-5{padding-bottom:2rem!important;padding-top:2rem!important}.py-lg-6{padding-bottom:3rem!important;padding-top:3rem!important}.py-lg-7{padding-bottom:4rem!important;padding-top:4rem!important}.py-lg-8{padding-bottom:5rem!important;padding-top:5rem!important}.py-lg-9{padding-bottom:6.25rem!important;padding-top:6.25rem!important}.py-lg-10{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-lg-11{padding-bottom:9.375rem!important;padding-top:9.375rem!important}.py-lg-12{padding-bottom:10rem!important;padding-top:10rem!important}.py-lg-13{padding-bottom:11.25rem!important;padding-top:11.25rem!important}.py-lg-14{padding-bottom:12.5rem!important;padding-top:12.5rem!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:.75rem!important}.pt-lg-4{padding-top:1rem!important}.pt-lg-5{padding-top:2rem!important}.pt-lg-6{padding-top:3rem!important}.pt-lg-7{padding-top:4rem!important}.pt-lg-8{padding-top:5rem!important}.pt-lg-9{padding-top:6.25rem!important}.pt-lg-10{padding-top:7.5rem!important}.pt-lg-11{padding-top:9.375rem!important}.pt-lg-12{padding-top:10rem!important}.pt-lg-13{padding-top:11.25rem!important}.pt-lg-14{padding-top:12.5rem!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:.75rem!important}.pe-lg-4{padding-right:1rem!important}.pe-lg-5{padding-right:2rem!important}.pe-lg-6{padding-right:3rem!important}.pe-lg-7{padding-right:4rem!important}.pe-lg-8{padding-right:5rem!important}.pe-lg-9{padding-right:6.25rem!important}.pe-lg-10{padding-right:7.5rem!important}.pe-lg-11{padding-right:9.375rem!important}.pe-lg-12{padding-right:10rem!important}.pe-lg-13{padding-right:11.25rem!important}.pe-lg-14{padding-right:12.5rem!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:.75rem!important}.pb-lg-4{padding-bottom:1rem!important}.pb-lg-5{padding-bottom:2rem!important}.pb-lg-6{padding-bottom:3rem!important}.pb-lg-7{padding-bottom:4rem!important}.pb-lg-8{padding-bottom:5rem!important}.pb-lg-9{padding-bottom:6.25rem!important}.pb-lg-10{padding-bottom:7.5rem!important}.pb-lg-11{padding-bottom:9.375rem!important}.pb-lg-12{padding-bottom:10rem!important}.pb-lg-13{padding-bottom:11.25rem!important}.pb-lg-14{padding-bottom:12.5rem!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:.75rem!important}.ps-lg-4{padding-left:1rem!important}.ps-lg-5{padding-left:2rem!important}.ps-lg-6{padding-left:3rem!important}.ps-lg-7{padding-left:4rem!important}.ps-lg-8{padding-left:5rem!important}.ps-lg-9{padding-left:6.25rem!important}.ps-lg-10{padding-left:7.5rem!important}.ps-lg-11{padding-left:9.375rem!important}.ps-lg-12{padding-left:10rem!important}.ps-lg-13{padding-left:11.25rem!important}.ps-lg-14{padding-left:12.5rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:.75rem!important}.gap-lg-4{gap:1rem!important}.gap-lg-5{gap:2rem!important}.gap-lg-6{gap:3rem!important}.gap-lg-7{gap:4rem!important}.gap-lg-8{gap:5rem!important}.gap-lg-9{gap:6.25rem!important}.gap-lg-10{gap:7.5rem!important}.gap-lg-11{gap:9.375rem!important}.gap-lg-12{gap:10rem!important}.gap-lg-13{gap:11.25rem!important}.gap-lg-14{gap:12.5rem!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}.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-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:.75rem!important}.m-xl-4{margin:1rem!important}.m-xl-5{margin:2rem!important}.m-xl-6{margin:3rem!important}.m-xl-7{margin:4rem!important}.m-xl-8{margin:5rem!important}.m-xl-9{margin:6.25rem!important}.m-xl-10{margin:7.5rem!important}.m-xl-11{margin:9.375rem!important}.m-xl-12{margin:10rem!important}.m-xl-13{margin:11.25rem!important}.m-xl-14{margin:12.5rem!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:.75rem!important;margin-right:.75rem!important}.mx-xl-4{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-5{margin-left:2rem!important;margin-right:2rem!important}.mx-xl-6{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-7{margin-left:4rem!important;margin-right:4rem!important}.mx-xl-8{margin-left:5rem!important;margin-right:5rem!important}.mx-xl-9{margin-left:6.25rem!important;margin-right:6.25rem!important}.mx-xl-10{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-xl-11{margin-left:9.375rem!important;margin-right:9.375rem!important}.mx-xl-12{margin-left:10rem!important;margin-right:10rem!important}.mx-xl-13{margin-left:11.25rem!important;margin-right:11.25rem!important}.mx-xl-14{margin-left:12.5rem!important;margin-right:12.5rem!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:.75rem!important;margin-top:.75rem!important}.my-xl-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-5{margin-bottom:2rem!important;margin-top:2rem!important}.my-xl-6{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-7{margin-bottom:4rem!important;margin-top:4rem!important}.my-xl-8{margin-bottom:5rem!important;margin-top:5rem!important}.my-xl-9{margin-bottom:6.25rem!important;margin-top:6.25rem!important}.my-xl-10{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-xl-11{margin-bottom:9.375rem!important;margin-top:9.375rem!important}.my-xl-12{margin-bottom:10rem!important;margin-top:10rem!important}.my-xl-13{margin-bottom:11.25rem!important;margin-top:11.25rem!important}.my-xl-14{margin-bottom:12.5rem!important;margin-top:12.5rem!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:.75rem!important}.mt-xl-4{margin-top:1rem!important}.mt-xl-5{margin-top:2rem!important}.mt-xl-6{margin-top:3rem!important}.mt-xl-7{margin-top:4rem!important}.mt-xl-8{margin-top:5rem!important}.mt-xl-9{margin-top:6.25rem!important}.mt-xl-10{margin-top:7.5rem!important}.mt-xl-11{margin-top:9.375rem!important}.mt-xl-12{margin-top:10rem!important}.mt-xl-13{margin-top:11.25rem!important}.mt-xl-14{margin-top:12.5rem!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:.75rem!important}.me-xl-4{margin-right:1rem!important}.me-xl-5{margin-right:2rem!important}.me-xl-6{margin-right:3rem!important}.me-xl-7{margin-right:4rem!important}.me-xl-8{margin-right:5rem!important}.me-xl-9{margin-right:6.25rem!important}.me-xl-10{margin-right:7.5rem!important}.me-xl-11{margin-right:9.375rem!important}.me-xl-12{margin-right:10rem!important}.me-xl-13{margin-right:11.25rem!important}.me-xl-14{margin-right:12.5rem!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:.75rem!important}.mb-xl-4{margin-bottom:1rem!important}.mb-xl-5{margin-bottom:2rem!important}.mb-xl-6{margin-bottom:3rem!important}.mb-xl-7{margin-bottom:4rem!important}.mb-xl-8{margin-bottom:5rem!important}.mb-xl-9{margin-bottom:6.25rem!important}.mb-xl-10{margin-bottom:7.5rem!important}.mb-xl-11{margin-bottom:9.375rem!important}.mb-xl-12{margin-bottom:10rem!important}.mb-xl-13{margin-bottom:11.25rem!important}.mb-xl-14{margin-bottom:12.5rem!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:.75rem!important}.ms-xl-4{margin-left:1rem!important}.ms-xl-5{margin-left:2rem!important}.ms-xl-6{margin-left:3rem!important}.ms-xl-7{margin-left:4rem!important}.ms-xl-8{margin-left:5rem!important}.ms-xl-9{margin-left:6.25rem!important}.ms-xl-10{margin-left:7.5rem!important}.ms-xl-11{margin-left:9.375rem!important}.ms-xl-12{margin-left:10rem!important}.ms-xl-13{margin-left:11.25rem!important}.ms-xl-14{margin-left:12.5rem!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:.75rem!important}.p-xl-4{padding:1rem!important}.p-xl-5{padding:2rem!important}.p-xl-6{padding:3rem!important}.p-xl-7{padding:4rem!important}.p-xl-8{padding:5rem!important}.p-xl-9{padding:6.25rem!important}.p-xl-10{padding:7.5rem!important}.p-xl-11{padding:9.375rem!important}.p-xl-12{padding:10rem!important}.p-xl-13{padding:11.25rem!important}.p-xl-14{padding:12.5rem!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:.75rem!important;padding-right:.75rem!important}.px-xl-4{padding-left:1rem!important;padding-right:1rem!important}.px-xl-5{padding-left:2rem!important;padding-right:2rem!important}.px-xl-6{padding-left:3rem!important;padding-right:3rem!important}.px-xl-7{padding-left:4rem!important;padding-right:4rem!important}.px-xl-8{padding-left:5rem!important;padding-right:5rem!important}.px-xl-9{padding-left:6.25rem!important;padding-right:6.25rem!important}.px-xl-10{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-xl-11{padding-left:9.375rem!important;padding-right:9.375rem!important}.px-xl-12{padding-left:10rem!important;padding-right:10rem!important}.px-xl-13{padding-left:11.25rem!important;padding-right:11.25rem!important}.px-xl-14{padding-left:12.5rem!important;padding-right:12.5rem!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:.75rem!important;padding-top:.75rem!important}.py-xl-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-5{padding-bottom:2rem!important;padding-top:2rem!important}.py-xl-6{padding-bottom:3rem!important;padding-top:3rem!important}.py-xl-7{padding-bottom:4rem!important;padding-top:4rem!important}.py-xl-8{padding-bottom:5rem!important;padding-top:5rem!important}.py-xl-9{padding-bottom:6.25rem!important;padding-top:6.25rem!important}.py-xl-10{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-xl-11{padding-bottom:9.375rem!important;padding-top:9.375rem!important}.py-xl-12{padding-bottom:10rem!important;padding-top:10rem!important}.py-xl-13{padding-bottom:11.25rem!important;padding-top:11.25rem!important}.py-xl-14{padding-bottom:12.5rem!important;padding-top:12.5rem!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:.75rem!important}.pt-xl-4{padding-top:1rem!important}.pt-xl-5{padding-top:2rem!important}.pt-xl-6{padding-top:3rem!important}.pt-xl-7{padding-top:4rem!important}.pt-xl-8{padding-top:5rem!important}.pt-xl-9{padding-top:6.25rem!important}.pt-xl-10{padding-top:7.5rem!important}.pt-xl-11{padding-top:9.375rem!important}.pt-xl-12{padding-top:10rem!important}.pt-xl-13{padding-top:11.25rem!important}.pt-xl-14{padding-top:12.5rem!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:.75rem!important}.pe-xl-4{padding-right:1rem!important}.pe-xl-5{padding-right:2rem!important}.pe-xl-6{padding-right:3rem!important}.pe-xl-7{padding-right:4rem!important}.pe-xl-8{padding-right:5rem!important}.pe-xl-9{padding-right:6.25rem!important}.pe-xl-10{padding-right:7.5rem!important}.pe-xl-11{padding-right:9.375rem!important}.pe-xl-12{padding-right:10rem!important}.pe-xl-13{padding-right:11.25rem!important}.pe-xl-14{padding-right:12.5rem!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:.75rem!important}.pb-xl-4{padding-bottom:1rem!important}.pb-xl-5{padding-bottom:2rem!important}.pb-xl-6{padding-bottom:3rem!important}.pb-xl-7{padding-bottom:4rem!important}.pb-xl-8{padding-bottom:5rem!important}.pb-xl-9{padding-bottom:6.25rem!important}.pb-xl-10{padding-bottom:7.5rem!important}.pb-xl-11{padding-bottom:9.375rem!important}.pb-xl-12{padding-bottom:10rem!important}.pb-xl-13{padding-bottom:11.25rem!important}.pb-xl-14{padding-bottom:12.5rem!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:.75rem!important}.ps-xl-4{padding-left:1rem!important}.ps-xl-5{padding-left:2rem!important}.ps-xl-6{padding-left:3rem!important}.ps-xl-7{padding-left:4rem!important}.ps-xl-8{padding-left:5rem!important}.ps-xl-9{padding-left:6.25rem!important}.ps-xl-10{padding-left:7.5rem!important}.ps-xl-11{padding-left:9.375rem!important}.ps-xl-12{padding-left:10rem!important}.ps-xl-13{padding-left:11.25rem!important}.ps-xl-14{padding-left:12.5rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:.75rem!important}.gap-xl-4{gap:1rem!important}.gap-xl-5{gap:2rem!important}.gap-xl-6{gap:3rem!important}.gap-xl-7{gap:4rem!important}.gap-xl-8{gap:5rem!important}.gap-xl-9{gap:6.25rem!important}.gap-xl-10{gap:7.5rem!important}.gap-xl-11{gap:9.375rem!important}.gap-xl-12{gap:10rem!important}.gap-xl-13{gap:11.25rem!important}.gap-xl-14{gap:12.5rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.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-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:.75rem!important}.m-xxl-4{margin:1rem!important}.m-xxl-5{margin:2rem!important}.m-xxl-6{margin:3rem!important}.m-xxl-7{margin:4rem!important}.m-xxl-8{margin:5rem!important}.m-xxl-9{margin:6.25rem!important}.m-xxl-10{margin:7.5rem!important}.m-xxl-11{margin:9.375rem!important}.m-xxl-12{margin:10rem!important}.m-xxl-13{margin:11.25rem!important}.m-xxl-14{margin:12.5rem!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:.75rem!important;margin-right:.75rem!important}.mx-xxl-4{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-5{margin-left:2rem!important;margin-right:2rem!important}.mx-xxl-6{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-7{margin-left:4rem!important;margin-right:4rem!important}.mx-xxl-8{margin-left:5rem!important;margin-right:5rem!important}.mx-xxl-9{margin-left:6.25rem!important;margin-right:6.25rem!important}.mx-xxl-10{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-xxl-11{margin-left:9.375rem!important;margin-right:9.375rem!important}.mx-xxl-12{margin-left:10rem!important;margin-right:10rem!important}.mx-xxl-13{margin-left:11.25rem!important;margin-right:11.25rem!important}.mx-xxl-14{margin-left:12.5rem!important;margin-right:12.5rem!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:.75rem!important;margin-top:.75rem!important}.my-xxl-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-5{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxl-6{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-7{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxl-8{margin-bottom:5rem!important;margin-top:5rem!important}.my-xxl-9{margin-bottom:6.25rem!important;margin-top:6.25rem!important}.my-xxl-10{margin-bottom:7.5rem!important;margin-top:7.5rem!important}.my-xxl-11{margin-bottom:9.375rem!important;margin-top:9.375rem!important}.my-xxl-12{margin-bottom:10rem!important;margin-top:10rem!important}.my-xxl-13{margin-bottom:11.25rem!important;margin-top:11.25rem!important}.my-xxl-14{margin-bottom:12.5rem!important;margin-top:12.5rem!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:.75rem!important}.mt-xxl-4{margin-top:1rem!important}.mt-xxl-5{margin-top:2rem!important}.mt-xxl-6{margin-top:3rem!important}.mt-xxl-7{margin-top:4rem!important}.mt-xxl-8{margin-top:5rem!important}.mt-xxl-9{margin-top:6.25rem!important}.mt-xxl-10{margin-top:7.5rem!important}.mt-xxl-11{margin-top:9.375rem!important}.mt-xxl-12{margin-top:10rem!important}.mt-xxl-13{margin-top:11.25rem!important}.mt-xxl-14{margin-top:12.5rem!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:.75rem!important}.me-xxl-4{margin-right:1rem!important}.me-xxl-5{margin-right:2rem!important}.me-xxl-6{margin-right:3rem!important}.me-xxl-7{margin-right:4rem!important}.me-xxl-8{margin-right:5rem!important}.me-xxl-9{margin-right:6.25rem!important}.me-xxl-10{margin-right:7.5rem!important}.me-xxl-11{margin-right:9.375rem!important}.me-xxl-12{margin-right:10rem!important}.me-xxl-13{margin-right:11.25rem!important}.me-xxl-14{margin-right:12.5rem!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:.75rem!important}.mb-xxl-4{margin-bottom:1rem!important}.mb-xxl-5{margin-bottom:2rem!important}.mb-xxl-6{margin-bottom:3rem!important}.mb-xxl-7{margin-bottom:4rem!important}.mb-xxl-8{margin-bottom:5rem!important}.mb-xxl-9{margin-bottom:6.25rem!important}.mb-xxl-10{margin-bottom:7.5rem!important}.mb-xxl-11{margin-bottom:9.375rem!important}.mb-xxl-12{margin-bottom:10rem!important}.mb-xxl-13{margin-bottom:11.25rem!important}.mb-xxl-14{margin-bottom:12.5rem!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:.75rem!important}.ms-xxl-4{margin-left:1rem!important}.ms-xxl-5{margin-left:2rem!important}.ms-xxl-6{margin-left:3rem!important}.ms-xxl-7{margin-left:4rem!important}.ms-xxl-8{margin-left:5rem!important}.ms-xxl-9{margin-left:6.25rem!important}.ms-xxl-10{margin-left:7.5rem!important}.ms-xxl-11{margin-left:9.375rem!important}.ms-xxl-12{margin-left:10rem!important}.ms-xxl-13{margin-left:11.25rem!important}.ms-xxl-14{margin-left:12.5rem!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:.75rem!important}.p-xxl-4{padding:1rem!important}.p-xxl-5{padding:2rem!important}.p-xxl-6{padding:3rem!important}.p-xxl-7{padding:4rem!important}.p-xxl-8{padding:5rem!important}.p-xxl-9{padding:6.25rem!important}.p-xxl-10{padding:7.5rem!important}.p-xxl-11{padding:9.375rem!important}.p-xxl-12{padding:10rem!important}.p-xxl-13{padding:11.25rem!important}.p-xxl-14{padding:12.5rem!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:.75rem!important;padding-right:.75rem!important}.px-xxl-4{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-5{padding-left:2rem!important;padding-right:2rem!important}.px-xxl-6{padding-left:3rem!important;padding-right:3rem!important}.px-xxl-7{padding-left:4rem!important;padding-right:4rem!important}.px-xxl-8{padding-left:5rem!important;padding-right:5rem!important}.px-xxl-9{padding-left:6.25rem!important;padding-right:6.25rem!important}.px-xxl-10{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-xxl-11{padding-left:9.375rem!important;padding-right:9.375rem!important}.px-xxl-12{padding-left:10rem!important;padding-right:10rem!important}.px-xxl-13{padding-left:11.25rem!important;padding-right:11.25rem!important}.px-xxl-14{padding-left:12.5rem!important;padding-right:12.5rem!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:.75rem!important;padding-top:.75rem!important}.py-xxl-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-5{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxl-6{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxl-7{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxl-8{padding-bottom:5rem!important;padding-top:5rem!important}.py-xxl-9{padding-bottom:6.25rem!important;padding-top:6.25rem!important}.py-xxl-10{padding-bottom:7.5rem!important;padding-top:7.5rem!important}.py-xxl-11{padding-bottom:9.375rem!important;padding-top:9.375rem!important}.py-xxl-12{padding-bottom:10rem!important;padding-top:10rem!important}.py-xxl-13{padding-bottom:11.25rem!important;padding-top:11.25rem!important}.py-xxl-14{padding-bottom:12.5rem!important;padding-top:12.5rem!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:.75rem!important}.pt-xxl-4{padding-top:1rem!important}.pt-xxl-5{padding-top:2rem!important}.pt-xxl-6{padding-top:3rem!important}.pt-xxl-7{padding-top:4rem!important}.pt-xxl-8{padding-top:5rem!important}.pt-xxl-9{padding-top:6.25rem!important}.pt-xxl-10{padding-top:7.5rem!important}.pt-xxl-11{padding-top:9.375rem!important}.pt-xxl-12{padding-top:10rem!important}.pt-xxl-13{padding-top:11.25rem!important}.pt-xxl-14{padding-top:12.5rem!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:.75rem!important}.pe-xxl-4{padding-right:1rem!important}.pe-xxl-5{padding-right:2rem!important}.pe-xxl-6{padding-right:3rem!important}.pe-xxl-7{padding-right:4rem!important}.pe-xxl-8{padding-right:5rem!important}.pe-xxl-9{padding-right:6.25rem!important}.pe-xxl-10{padding-right:7.5rem!important}.pe-xxl-11{padding-right:9.375rem!important}.pe-xxl-12{padding-right:10rem!important}.pe-xxl-13{padding-right:11.25rem!important}.pe-xxl-14{padding-right:12.5rem!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:.75rem!important}.pb-xxl-4{padding-bottom:1rem!important}.pb-xxl-5{padding-bottom:2rem!important}.pb-xxl-6{padding-bottom:3rem!important}.pb-xxl-7{padding-bottom:4rem!important}.pb-xxl-8{padding-bottom:5rem!important}.pb-xxl-9{padding-bottom:6.25rem!important}.pb-xxl-10{padding-bottom:7.5rem!important}.pb-xxl-11{padding-bottom:9.375rem!important}.pb-xxl-12{padding-bottom:10rem!important}.pb-xxl-13{padding-bottom:11.25rem!important}.pb-xxl-14{padding-bottom:12.5rem!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:.75rem!important}.ps-xxl-4{padding-left:1rem!important}.ps-xxl-5{padding-left:2rem!important}.ps-xxl-6{padding-left:3rem!important}.ps-xxl-7{padding-left:4rem!important}.ps-xxl-8{padding-left:5rem!important}.ps-xxl-9{padding-left:6.25rem!important}.ps-xxl-10{padding-left:7.5rem!important}.ps-xxl-11{padding-left:9.375rem!important}.ps-xxl-12{padding-left:10rem!important}.ps-xxl-13{padding-left:11.25rem!important}.ps-xxl-14{padding-left:12.5rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:.75rem!important}.gap-xxl-4{gap:1rem!important}.gap-xxl-5{gap:2rem!important}.gap-xxl-6{gap:3rem!important}.gap-xxl-7{gap:4rem!important}.gap-xxl-8{gap:5rem!important}.gap-xxl-9{gap:6.25rem!important}.gap-xxl-10{gap:7.5rem!important}.gap-xxl-11{gap:9.375rem!important}.gap-xxl-12{gap:10rem!important}.gap-xxl-13{gap:11.25rem!important}.gap-xxl-14{gap:12.5rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media(min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-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}}body,button,input,select,textarea{color:#000;font-family:Outfit,sans-serif}html{font-size:18px}.site-container{overflow:hidden}.h1,.h2,h1,h2{font-size:3.3333333333rem;font-weight:600;margin-bottom:0;text-transform:uppercase}@media(max-width:991.98px){.h1,.h2,h1,h2{font-size:2.7777777778rem}}@media(max-width:767.98px){.h1,.h2,h1,h2{font-size:2.2222222222rem}}@media(max-width:575.98px){.h1,.h2,h1,h2{font-size:1.6666666667rem}}.h3,h3{font-size:2.6666666667rem;font-weight:300;margin-bottom:0}@media(max-width:991.98px){.h3,h3{font-size:2.2222222222rem}}@media(max-width:767.98px){.h3,h3{font-size:1.6666666667rem}}@media(max-width:575.98px){.h3,h3{font-size:1.3333333333rem}}.h4,h4{font-size:1.3333333333rem;font-weight:300;line-height:1.67;margin-bottom:0}@media(max-width:991.98px){.h4,h4{font-size:1.2222222222rem}}@media(max-width:767.98px){.h4,h4{font-size:1.1111111111rem}}@media(max-width:575.98px){.h4,h4{font-size:1rem}}.h5,h5{font-size:3.3333333333rem;font-weight:300;margin-bottom:0}@media(max-width:991.98px){.h5,h5{font-size:2.7777777778rem}}@media(max-width:767.98px){.h5,h5{font-size:2.2222222222rem}}@media(max-width:575.98px){.h5,h5{font-size:1.6666666667rem}}.h6,h6{font-size:1rem;font-weight:300;text-transform:uppercase}.custom-a{display:inline-block;text-decoration:none}.custom-a,.custom-a:hover{color:#efc500}.custom-a:after{background:#efc500;content:"";display:block;height:1px;transition:width .3s;width:0}.custom-a:hover:after{width:100%}.text-container{font-weight:300;line-height:1.67}.text-container>:last-child{margin-bottom:0}.text-container p{font-size:24px}@media(max-width:991.98px){.text-container p{font-size:22px}}@media(max-width:767.98px){.text-container p{font-size:20px}}@media(max-width:575.98px){.text-container p{font-size:18px}}.text-container .h1 a,.text-container .h2 a,.text-container .h3 a,.text-container .h4 a,.text-container .h5 a,.text-container .h6 a,.text-container h1 a,.text-container h2 a,.text-container h3 a,.text-container h4 a,.text-container h5 a,.text-container h6 a,.text-container p a{color:#efc500;display:inline-block;text-decoration:none}.text-container .h1 a:hover,.text-container .h2 a:hover,.text-container .h3 a:hover,.text-container .h4 a:hover,.text-container .h5 a:hover,.text-container .h6 a:hover,.text-container h1 a:hover,.text-container h2 a:hover,.text-container h3 a:hover,.text-container h4 a:hover,.text-container h5 a:hover,.text-container h6 a:hover,.text-container p a:hover{color:#efc500}.text-container .h1 a:after,.text-container .h2 a:after,.text-container .h3 a:after,.text-container .h4 a:after,.text-container .h5 a:after,.text-container .h6 a:after,.text-container h1 a:after,.text-container h2 a:after,.text-container h3 a:after,.text-container h4 a:after,.text-container h5 a:after,.text-container h6 a:after,.text-container p a:after{background:#efc500;content:"";display:block;height:1px;transition:width .3s;width:0}.text-container .h1 a:hover:after,.text-container .h2 a:hover:after,.text-container .h3 a:hover:after,.text-container .h4 a:hover:after,.text-container .h5 a:hover:after,.text-container .h6 a:hover:after,.text-container h1 a:hover:after,.text-container h2 a:hover:after,.text-container h3 a:hover:after,.text-container h4 a:hover:after,.text-container h5 a:hover:after,.text-container h6 a:hover:after,.text-container p a:hover:after{width:100%}.text-container ul{list-style:none;margin:0 0 1.5em;padding:0}.text-container ul li{padding-left:2rem;position:relative}.text-container ul li:before{background-color:#efc500;content:"";height:6px;left:1rem;position:absolute;top:calc(.5em + 1px);width:6px}.text-container ol{margin:0 0 1em;padding-left:2rem}.alignleft{display:inline;float:left;margin-right:1.5em}@media(max-width:991.98px){.alignleft{display:block;float:none;margin-right:0}}.alignright{display:inline;float:right;margin-left:1.5em}@media(max-width:991.98px){.alignright{display:block;float:none;margin-left:0}}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}strong{font-weight:700}img{height:auto;max-width:100%}figure{margin:0}figure svg{height:auto;max-width:100%}.wp-block-cover{padding:0!important}table,table td,table tr{height:auto!important}.wp-block-table th{border:0 solid transparent!important}.wp-block-table td{border:0!important}@media(max-width:991.98px){table{display:block;margin:0 auto;max-width:90%!important;width:auto!important}}table thead{background-color:transparent;border-bottom:0!important;color:#fff;position:relative}table thead:before{background-color:#efc500;border-radius:10px;content:"";height:100%;position:absolute;width:100%;z-index:-1}table tbody tr{border-bottom:1px solid #c7c6c9}table td,table th{border:0;padding:14px 16px}@media(max-width:991.98px){table td,table th{padding:12px 14px}}@media(max-width:575.98px){table td,table th{padding:8px 12px}}iframe{border:none;display:table;margin:0 auto 3rem;max-width:100%}a{text-decoration:none}a,a:hover{color:#000}.site-container{background:#fff;margin:0 auto;max-width:1920px;min-height:100vh}.swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0)}.swiper-wrapper{-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}.button{background:#000;background-image:-webkit-linear-gradient(30deg,#efc500 50%,transparent 0);background-image:linear-gradient(30deg,#efc500 50%,transparent 0);background-position:0;background-repeat:no-repeat;background-size:600px;border:0;border-radius:0;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2);color:#fff;cursor:pointer;display:inline-block;font-size:24px;font-weight:300;line-height:1;min-width:100px;overflow:hidden;padding:1.5555555556rem 2.1111111111rem;position:relative;text-align:center;text-decoration:none;-webkit-transition:background .4s ease-in-out;transition:background .4s ease-in-out}@media(max-width:991.98px){.button{padding:1.3888888889rem 1.9444444444rem}}@media(max-width:767.98px){.button{padding:1.1111111111rem 1.6666666667rem}}@media(max-width:575.98px){.button{padding:.8333333333rem 1.3888888889rem}}.button:hover{background-position:100%;text-decoration:unset}.button.has-background:hover{filter:brightness(80%)}.button .has-small-font-size{font-size:80%}.button--disabled{opacity:.7}.button--disabled:hover{cursor:not-allowed!important;filter:unset!important}.button--outline{background:transparent;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.button--outline:not(.has-text-color){border:2px solid #efc500;color:#efc500}.button--outline:not(.has-text-color):hover{background:transparent;border:2px solid #000;color:#000}.button--outline.has-text-color:hover{filter:brightness(80%)}.button--small{font-size:.8rem!important;padding:.8333333333rem 1.3888888889rem}.button--medium{font-size:1rem!important;padding:1.1111111111rem 1.6666666667rem}.button--large{font-size:1.5rem!important;padding:1.3888888889rem 1.9444444444rem}.button--x-large{font-size:1.75rem!important;padding:1.6666666667rem 2.2222222222rem}.button__input{background:#000;background-image:-webkit-linear-gradient(30deg,#efc500 50%,transparent 0);background-image:linear-gradient(30deg,#efc500 50%,transparent 0);background-position:0;background-repeat:no-repeat;background-size:600px;border:0;border-radius:0;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2);color:#fff;cursor:pointer;display:inline-block;font-size:24px;font-weight:300;line-height:1;min-width:100px;overflow:hidden;padding:1.5555555556rem 2.1111111111rem;position:relative;text-align:center;text-decoration:none;-webkit-transition:background .4s ease-in-out;transition:background .4s ease-in-out}@media(max-width:991.98px){.button__input{padding:1.3888888889rem 1.9444444444rem}}@media(max-width:767.98px){.button__input{padding:1.1111111111rem 1.6666666667rem}}@media(max-width:575.98px){.button__input{padding:.8333333333rem 1.3888888889rem}}.button__input:hover{background-position:100%;text-decoration:unset}.button__input.has-background:hover{filter:brightness(80%)}.button__input .has-small-font-size{font-size:80%}.button .wpcf7-spinner{background:#efc500!important;left:-35px;margin:0!important;position:absolute!important;top:calc(50% - 12px)}body.woocommerce .button,body.woocommerce a.button,body.woocommerce button.button,body.woocommerce input.button{background:#000;background-image:-webkit-linear-gradient(30deg,#efc500 50%,transparent 0);background-image:linear-gradient(30deg,#efc500 50%,transparent 0);background-position:0;background-repeat:no-repeat;background-size:600px;border:0;border-radius:0;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2);color:#fff;cursor:pointer;display:inline-block;font-size:24px;font-weight:300;line-height:1;min-width:100px;overflow:hidden;padding:1.5555555556rem 2.1111111111rem;position:relative;text-align:center;text-decoration:none;-webkit-transition:background .4s ease-in-out;transition:background .4s ease-in-out}@media(max-width:991.98px){body.woocommerce .button,body.woocommerce a.button,body.woocommerce button.button,body.woocommerce input.button{padding:1.3888888889rem 1.9444444444rem}}@media(max-width:767.98px){body.woocommerce .button,body.woocommerce a.button,body.woocommerce button.button,body.woocommerce input.button{padding:1.1111111111rem 1.6666666667rem}}@media(max-width:575.98px){body.woocommerce .button,body.woocommerce a.button,body.woocommerce button.button,body.woocommerce input.button{padding:.8333333333rem 1.3888888889rem}}body.woocommerce .button:hover,body.woocommerce a.button:hover,body.woocommerce button.button:hover,body.woocommerce input.button:hover{background-position:100%;text-decoration:unset}body.woocommerce .button.has-background:hover,body.woocommerce a.button.has-background:hover,body.woocommerce button.button.has-background:hover,body.woocommerce input.button.has-background:hover{filter:brightness(80%)}body.woocommerce .button .has-small-font-size,body.woocommerce a.button .has-small-font-size,body.woocommerce button.button .has-small-font-size,body.woocommerce input.button .has-small-font-size{font-size:80%}body.woocommerce .button--outline,body.woocommerce a.button--outline,body.woocommerce button.button--outline,body.woocommerce input.button--outline{background:transparent;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body.woocommerce .button--outline:not(.has-text-color),body.woocommerce a.button--outline:not(.has-text-color),body.woocommerce button.button--outline:not(.has-text-color),body.woocommerce input.button--outline:not(.has-text-color){border:2px solid #efc500;color:#efc500}body.woocommerce .button--outline:not(.has-text-color):hover,body.woocommerce a.button--outline:not(.has-text-color):hover,body.woocommerce button.button--outline:not(.has-text-color):hover,body.woocommerce input.button--outline:not(.has-text-color):hover{background:transparent;border:2px solid #000;color:#000}body.woocommerce .button--outline.has-text-color:hover,body.woocommerce a.button--outline.has-text-color:hover,body.woocommerce button.button--outline.has-text-color:hover,body.woocommerce input.button--outline.has-text-color:hover{filter:brightness(80%)}.wp-block-buttons>.wp-block-button>.wp-block-button__link{background:#000;background-image:-webkit-linear-gradient(30deg,#efc500 50%,transparent 0);background-image:linear-gradient(30deg,#efc500 50%,transparent 0);background-position:0;background-repeat:no-repeat;background-size:600px;border:0;border-radius:0;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2);color:#fff;cursor:pointer;display:inline-block;font-size:24px;font-weight:300;line-height:1;min-width:100px;overflow:hidden;padding:1.5555555556rem 2.1111111111rem;position:relative;text-align:center;text-decoration:none;-webkit-transition:background .4s ease-in-out;transition:background .4s ease-in-out}@media(max-width:991.98px){.wp-block-buttons>.wp-block-button>.wp-block-button__link{padding:1.3888888889rem 1.9444444444rem}}@media(max-width:767.98px){.wp-block-buttons>.wp-block-button>.wp-block-button__link{padding:1.1111111111rem 1.6666666667rem}}@media(max-width:575.98px){.wp-block-buttons>.wp-block-button>.wp-block-button__link{padding:.8333333333rem 1.3888888889rem}}.wp-block-buttons>.wp-block-button>.wp-block-button__link:hover{background-position:100%;text-decoration:unset}.wp-block-buttons>.wp-block-button>.wp-block-button__link.has-background:hover{filter:brightness(80%)}.wp-block-buttons>.wp-block-button>.wp-block-button__link .has-small-font-size{font-size:80%}.wp-block-buttons>.wp-block-button>.wp-block-button__link:not([href]){opacity:.7}.wp-block-buttons>.wp-block-button>.wp-block-button__link:not([href]):hover{cursor:not-allowed!important;filter:unset!important}.wp-block-buttons>.wp-block-button.is-style-outline>.wp-block-button__link{background:transparent;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.wp-block-buttons>.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){border:2px solid #efc500;color:#efc500}.wp-block-buttons>.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color):hover{background:transparent;border:2px solid #000;color:#000}.wp-block-buttons>.wp-block-button.is-style-outline>.wp-block-button__link.has-text-color:hover{filter:brightness(80%)}.wp-block-buttons>.wp-block-button.has-small-font-size>.wp-block-button__link{font-size:.8rem!important;padding:.8333333333rem 1.3888888889rem}.wp-block-buttons>.wp-block-button.has-medium-font-size>.wp-block-button__link{font-size:1rem!important;padding:1.1111111111rem 1.6666666667rem}.wp-block-buttons>.wp-block-button.has-large-font-size>.wp-block-button__link{font-size:1.5rem!important;padding:1.3888888889rem 1.9444444444rem}.wp-block-buttons>.wp-block-button.has-x-large-font-size>.wp-block-button__link{font-size:1.75rem!important;padding:1.6666666667rem 2.2222222222rem}.wp-block-image img{height:auto;max-width:100%}.wp-block-columns{margin-bottom:0!important}.block-collapse__accordion{border-bottom:1px solid #c7c6c9;border-top:1px solid #c7c6c9}.block-collapse__accordion__header__content{width:100%}.block-collapse__accordion__header__icon{display:grid;justify-self:center;min-width:1.6666666667rem;transform:rotate(90deg);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.block-collapse__accordion__header__icon img{width:100%}.block-collapse__accordion__content__image{height:auto;width:100%}.block-collapse__accordion__item{border-bottom:1px solid #c7c6c9}.block-collapse__accordion__item:last-child{border-bottom:none}.block-collapse__accordion__item .block-collapse__accordion__header{cursor:pointer;padding:24px 24px 24px 0}.block-collapse__accordion__item .block-collapse__accordion__content,.block-collapse__accordion__item .block-collapse__accordion__header{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.block-collapse__accordion__item .block-collapse__accordion__content{max-height:0;overflow:hidden}.block-collapse__accordion__item.active .block-collapse__accordion__content{max-height:100%}.block-collapse__accordion__item.active .block-collapse__accordion__header__icon{transform:rotate(-90deg)}.block-files{overflow:hidden}.block-files__element{border-bottom:1px solid #e6e6e6;height:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.block-files__element:hover{background-color:#fff;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2);text-decoration:none}.block-files__element:hover .block-files__element__background{background-color:#efc500}.block-files__element:hover .block-files__element__background:before{color:#fff}.block-files__element__image{align-items:center;background:url(/app/themes/venti/assets/dist/images/pdf.svg);background-position:50%;background-repeat:no-repeat;background-size:3.3333333333rem 3.3333333333rem;display:flex;height:3.3333333333rem;justify-content:center;min-width:3.3333333333rem;overflow:hidden;position:relative;width:3.3333333333rem}.block-files__element__image:before{align-items:flex-end;bottom:.8333333333rem;color:#fff;content:attr(data-extension);display:flex;font-size:.7777777778rem;font-weight:500;height:100%;justify-content:center;position:absolute;text-transform:uppercase;width:100%}.block-files__element__background,.block-files__element__image:before{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.block-files__element__background{border:3px solid #efc500;border-radius:.4444444444rem;height:3.3888888889rem;min-width:2.8333333333rem;position:relative;width:2.8333333333rem}.block-files__element__background:before{align-items:flex-end;bottom:.5555555556rem;color:#efc500;content:attr(data-extension);display:flex;font-size:.7777777778rem;font-weight:500;height:100%;justify-content:center;position:absolute;text-transform:uppercase;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%}.block-files__accordion__toggle:hover{cursor:pointer}.block-gallery__grid{grid-gap:20px;display:grid;grid-auto-flow:row;grid-template-columns:repeat(var(--elements-count),1fr)}@media(max-width:1199.98px){.block-gallery__grid{grid-template-columns:repeat(max(var(--elements-count) - 1,1),1fr)}}@media(max-width:991.98px){.block-gallery__grid{grid-template-columns:repeat(max(var(--elements-count) - 2,1),1fr)}}@media(max-width:767.98px){.block-gallery__grid{grid-template-columns:repeat(max(var(--elements-count) - 3,1),1fr)}}@media(max-width:575.98px){.block-gallery__grid{grid-template-columns:repeat(max(var(--elements-count) - 4,1),1fr)}}.block-gallery__item{aspect-ratio:1/1;overflow:hidden;position:relative}.block-gallery__item--effect:hover img{transform:scale(1.1)}.block-gallery__item img{height:100%;left:0;object-fit:cover;position:absolute;top:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%}@media(min-width:1944px){.image-slider{margin:0 auto;max-width:1920px}}.image-slider__item{position:relative}.image-slider__image{background:#000;position:relative}.image-slider__image:after{content:"";display:block;padding-top:48.9583%}@media(max-width:767.98px){.image-slider__image:after{padding-top:54%}}.image-slider__img{object-fit:cover;opacity:.8}.image-slider__content,.image-slider__img{height:100%;left:0;position:absolute;top:0;width:100%}.image-slider__content{flex-direction:column;text-align:center}.image-slider__arrow,.image-slider__content{align-items:center;display:flex;justify-content:center;z-index:2}.image-slider__arrow{background:#fff;border:0;height:30px;position:absolute;top:24%;width:30px}.image-slider__arrow svg{height:12px;width:12px}.image-slider__arrow--prev{left:0}.image-slider__arrow--prev svg{transform:rotate(180deg)}.image-slider__arrow--next{right:0}.block-logotypes a{text-decoration:none}.block-logotypes a:after{display:none}.block-logotypes a:hover{color:#fff}.block-logotypes__top-title{line-height:1;margin:0}.block-logotypes__title{font-weight:700;line-height:1;margin:0}.logotypes-slider{cursor:grab;position:relative}.logotypes-slider .swiper-wrapper{align-items:stretch}.logotypes-slider__item{height:auto}.logotypes-slider__image{height:100%}.logotypes-slider__img-container{padding:0 1.6666666667rem;text-align:center}.logotypes-slider__img{display:inline-block;height:auto;margin:0!important;max-height:100%;max-width:100%;object-fit:cover;width:11.1111111111rem}.logotypes-slider__arrow{align-items:center;background:#fff;border:0;display:flex;height:40px;justify-content:center;position:absolute;top:calc(50% - 20px);width:40px;z-index:2}@media(min-width:992px){.logotypes-slider__arrow{height:50px;width:50px}}.logotypes-slider__arrow svg{height:11px;width:11px}.logotypes-slider__arrow--prev{left:0}.logotypes-slider__arrow--prev svg{transform:rotate(180deg)}.logotypes-slider__arrow--next{right:0}.block-map-osm a{color:#000}.block-map-osm__map .leaflet-layer{filter:grayscale(1) contrast(.5) brightness(1.3)}.block-map-osm__map .leaflet-control-attribution{filter:greyscale(1)!important;font-size:10px}.block-post-list{position:relative;z-index:0}.block-post-list a{text-decoration:none}.block-post-list a:after{display:none}.block-post-list a:hover{color:#fff}.block-post-list__big-background{background:#0f2b8e;display:flex;position:relative}.block-post-list__big-background .block-post-list__post-description{color:#fff!important}.block-post-list__big-background .block-post-list__post-date,.block-post-list__big-background .block-post-list__post-title{color:#fff}.block-post-list__subtitle{line-height:1;margin:0}.block-post-list__title{font-weight:700;line-height:1;margin:0}.block-post-list__arrow{background:url(/app/themes/venti/assets/dist/images/right-arrow.svg),#efc500;background-position:50%;background-repeat:no-repeat;background-size:2.6666666667rem auto;border-radius:0;height:4.4444444444rem;opacity:0;transform:scale(0);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:4.4444444444rem;z-index:1}.block-post-list__link{display:block}.block-post-list__link--big:hover .block-post-list__arrow{opacity:1;transform:scale(1)}.block-post-list__link--custom{transform:translateY(100px)}@media(max-width:991.98px){.block-post-list__link--custom{transform:unset}}.block-post-list__link:hover .block-post-list__thumbnail-container:before{opacity:1;transform:scale(1)}.block-post-list__link:hover .block-post-list__post-date{color:#efc500}.block-post-list__link:hover .block-post-list__line{background-color:#efc500}.block-post-list__link:hover .block-post-list__thumbnail img{transform:scale(1.1)}.block-post-list__thumbnail-container{position:relative}.block-post-list__thumbnail-container--big:before{display:none}@media(max-width:991.98px){.block-post-list__thumbnail-container--big:before{display:block}}.block-post-list__thumbnail-container:before{background:url(/app/themes/venti/assets/dist/images/right-arrow.svg),#efc500;background-position:50%;background-repeat:no-repeat;background-size:2.6666666667rem auto;bottom:-2.2222222222rem;content:"";height:4.4444444444rem;opacity:0;position:absolute;right:1.6666666667rem;transform:scale(0);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:4.4444444444rem;z-index:1}.block-post-list__thumbnail{aspect-ratio:1/1;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2);height:auto;overflow:hidden;position:relative}@media(max-width:991.98px){.block-post-list__thumbnail{aspect-ratio:unset;height:16.6666666667rem;width:100%}}.block-post-list__thumbnail:after{content:"";display:block;padding-top:68%}.block-post-list__thumbnail img{height:100%;object-fit:cover;position:absolute;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%}.block-post-list__post-description{color:#000;font-size:1.3333333333rem;font-weight:300;line-height:1.67}.block-post-list__post-date{color:#000;margin-bottom:10px}.block-post-list__line,.block-post-list__post-date{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.block-post-list__line{background-color:#000;height:2px;width:80px}.block-post-list__pattern{animation:gradient-mask-move 2s ease-in-out infinite alternate;background:url(/app/themes/venti/assets/dist/images/sygnet_bialy.svg) no-repeat;background-size:contain;bottom:0;height:33.3333333333rem;left:100px;mask-image:linear-gradient(120deg,transparent 20%,#000 50%,transparent 80%);mask-size:200% 100%;opacity:.1;pointer-events:none;position:absolute;width:48rem;z-index:0}@media(max-width:991.98px){.block-post-list__pattern{aspect-ratio:864/600;height:auto;left:0;width:50%}}@media(max-width:767.98px){.block-post-list__pattern{width:70%}}.block-post-list__post-title{color:#000;font-size:1.3333333333rem;font-weight:500;text-transform:uppercase}.block-post-list__post-title--big{font-size:2rem;font-weight:700}.block-post-list__post-excerpt{color:#000!important;margin-bottom:100px}.block-post-list__post-more{font-weight:900}.block-post-list__filter-select{border:1px solid;padding:10px 18px;width:100%}.products-slider{margin:0 auto;position:relative}.products-slider .swiper-wrapper{align-items:stretch}.products-slider__item{height:auto;padding-bottom:60px;text-align:center}.products-slider a{border:1px solid transparent;display:block;height:100%;padding:10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.products-slider a:hover .products-slider__img-default{opacity:0}.products-slider__image{position:relative}.products-slider__image:after{content:"";display:block}.products-slider__image--6col:after{padding-top:117.1875%}.products-slider__image--4col:after{padding-top:60.837%}.products-slider__img{height:100%!important;left:0;object-fit:cover;position:absolute;top:0;-webkit-transition:all .6s ease;-moz-transition:all .6s ease;-o-transition:all .6s ease;transition:all .6s ease;width:100%}.products-slider__img-default{z-index:2}.products-slider__name{line-height:normal;margin-bottom:12px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.products-slider__arrow{align-items:center;background:#fff;border:0;display:flex;height:40px;justify-content:center;position:absolute;top:110px;width:40px;z-index:2}@media(min-width:992px){.products-slider__arrow{height:50px;width:50px}}.products-slider__arrow svg{height:11px;width:11px}.products-slider__arrow--prev{left:0}.products-slider__arrow--prev svg{transform:rotate(180deg)}.products-slider__arrow--next{right:0}.block-text-form{padding:50px 0}.block-text-form__text--light,.block-text-form__text--light .h1,.block-text-form__text--light .h2,.block-text-form__text--light .h3,.block-text-form__text--light .h4,.block-text-form__text--light .h5,.block-text-form__text--light .h6,.block-text-form__text--light h1,.block-text-form__text--light h2,.block-text-form__text--light h3,.block-text-form__text--light h4,.block-text-form__text--light h5,.block-text-form__text--light h6,.block-text-form__text--light p{color:#fff}.block-text-form__button{margin-right:15px}.block-text-image{align-items:center;display:flex;min-height:600px;position:relative}@media(max-width:991.98px){.block-text-image{flex-direction:column}}.block-text-image__background{height:100%;position:absolute;width:70%;z-index:0}.block-text-image__background--right{right:0}.block-text-image__background--left{left:0}@media(max-width:991.98px){.block-text-image__background{position:relative;width:100%!important}}.block-text-image__container-background{align-items:center;display:flex;height:100%;position:relative;width:100%}.block-text-image__container-background img{backface-visibility:hidden;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2);height:100%;left:0;object-fit:cover;object-position:center;position:absolute;right:0;width:100%;z-index:1}@media(max-width:991.98px){.block-text-image__container-background img{margin:12px;position:relative}}.block-text-image__container{display:flex;flex-direction:column;justify-content:center;z-index:1}.block-text-with-background{padding:50px 0}.block-text-with-background__text--light,.block-text-with-background__text--light .h1,.block-text-with-background__text--light .h2,.block-text-with-background__text--light .h3,.block-text-with-background__text--light .h4,.block-text-with-background__text--light .h5,.block-text-with-background__text--light .h6,.block-text-with-background__text--light h1,.block-text-with-background__text--light h2,.block-text-with-background__text--light h3,.block-text-with-background__text--light h4,.block-text-with-background__text--light h5,.block-text-with-background__text--light h6,.block-text-with-background__text--light p{color:#fff}.block-text-with-background__button{margin-right:15px}.block-text-container{position:relative;z-index:1}.block-text-container__image{background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.block-text-container__image:before{background-color:#000;content:"";height:100%;opacity:.3;position:absolute;width:100%}.block-text-container__image--parallax{background-attachment:fixed}.block-text-container__pattern{animation:gradient-mask-move 2s ease-in-out infinite alternate;background:url(/app/themes/venti/assets/dist/images/sygnet_bialy.svg) no-repeat;background-size:contain;bottom:0;height:33.3333333333rem;mask-image:linear-gradient(120deg,transparent 20%,#000 50%,transparent 80%);mask-size:200% 100%;opacity:.1!important;pointer-events:none;position:absolute;width:48rem;z-index:-1}@media(max-width:991.98px){.block-text-container__pattern{aspect-ratio:864/600;height:auto;width:50%}}@media(max-width:767.98px){.block-text-container__pattern{width:70%}}.block-text-container__pattern--left{left:100px}@media(max-width:991.98px){.block-text-container__pattern--left{left:0}}.block-text-container__pattern--right{right:100px}@media(max-width:991.98px){.block-text-container__pattern--right{right:0}}.block-box-list__item{background-color:currentColor;height:100%;min-height:500px;position:relative}@media(max-width:991.98px){.block-box-list__item{min-height:300px}}.block-box-list__item:hover{cursor:pointer}.block-box-list__item:hover .block-box-list__overlay{opacity:1}.block-box-list__image{height:100%;position:absolute;width:100%}.block-box-list__image img{height:100%;object-fit:cover;width:100%}.block-box-list__content{bottom:0;color:#fff;height:100%;position:relative;right:0;width:100%;z-index:1}@media(max-width:991.98px){.block-box-list__content{width:100%}}.block-box-list__content .h2,.block-box-list__content .h3,.block-box-list__content .h4,.block-box-list__content .h5,.block-box-list__content .h6,.block-box-list__content h2,.block-box-list__content h3,.block-box-list__content h4,.block-box-list__content h5,.block-box-list__content h6{color:#fff}.block-box-list__overlay{bottom:0;height:100%;opacity:.7;position:absolute;right:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%}.block-icon-boxes{overflow:unset;position:relative}.block-icon-boxes a{text-decoration:none}.block-icon-boxes a:after{display:none}.block-icon-boxes a:hover{color:#fff}.block-icon-boxes:before{background-color:#0f2b8e;content:"";height:75%;left:0;position:absolute;top:0;width:100%;z-index:1}.block-icon-boxes__pattern{animation:gradient-mask-move 2s ease-in-out infinite alternate;background:url(/app/themes/venti/assets/dist/images/sygnet_bialy.svg) no-repeat;background-size:contain;height:33.3333333333rem;left:100px;mask-image:linear-gradient(120deg,transparent 20%,#000 50%,transparent 80%);mask-size:200% 100%;opacity:.1!important;pointer-events:none;position:absolute;top:0;width:48rem;z-index:1}@media(max-width:991.98px){.block-icon-boxes__pattern{aspect-ratio:864/600;height:auto;left:0;width:50%}}@media(max-width:767.98px){.block-icon-boxes__pattern{width:70%}}.block-icon-boxes__slider{margin-right:unset;width:60%;z-index:3}@media(max-width:991.98px){.block-icon-boxes__slider{width:100%}}.block-icon-boxes__front{left:0;position:absolute;right:0;z-index:2}.block-icon-boxes__front__title{color:#fff;font-size:6.3em;font-weight:700}@media(max-width:1199.98px){.block-icon-boxes__front__title{font-size:5.3em}}@media(max-width:991.98px){.block-icon-boxes__front__title{font-size:4em}}@media(max-width:767.98px){.block-icon-boxes__front__title{font-size:3em}}@media(max-width:575.98px){.block-icon-boxes__front__title{font-size:1.5em}}@media(max-width:991.98px){.block-icon-boxes__front{position:relative}}.block-icon-boxes__title{color:#fff}.block-icon-boxes__swiper-slide{align-items:center;background-color:#fff;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2);display:flex;flex-direction:column;height:unset;min-height:30.5555555556rem;position:relative;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:400px}.block-icon-boxes__swiper-slide--custom{background-image:linear-gradient(0deg,#efc500,#ffd200);transform:translateY(-50px)}@media(max-width:991.98px){.block-icon-boxes__swiper-slide{min-height:25rem;width:350px}}@media(max-width:767.98px){.block-icon-boxes__swiper-slide{min-height:19.4444444444rem;width:300px}}@media(max-width:575.98px){.block-icon-boxes__swiper-slide{min-height:13.8888888889rem;width:250px}}.block-icon-boxes__thumbnail__image{background-size:contain}.block-icon-boxes__link{color:#000;display:flex;flex-direction:column;height:100%;justify-content:center}.block-icon-boxes__link:before{background:url(/app/themes/venti/assets/dist/images/right-arrow.svg),#efc500;background-position:50%;background-repeat:no-repeat;background-size:2.6666666667rem auto;bottom:-2.2222222222rem;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2);content:"";height:4.4444444444rem;opacity:0;position:absolute;right:1.6666666667rem;transform:scale(0);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:4.4444444444rem;z-index:1}.block-icon-boxes__link--custom:before{background:url(/app/themes/venti/assets/dist/images/right-arrow-orange.svg),#fff;background-position:50%;background-repeat:no-repeat;background-size:2.6666666667rem auto}.block-icon-boxes__link:hover{color:#000!important;cursor:pointer;text-decoration:none}.block-icon-boxes__link:hover:before{opacity:1;transform:scale(1)}.block-icon-boxes__item__title{color:#efc500;font-size:2.6666666667rem;font-weight:300}.block-icon-boxes__item__title--custom{color:#fff}.block-icon-boxes__item__content a:hover{color:#efc500}.block-icon-boxes__item__content--custom{color:#000}.block-icon-boxes__item__content--custom a{color:#fff}.block-icon-boxes__item__content--custom a:hover{color:#000}.block-icon-boxes__item__description{font-size:1.3333333333rem;font-weight:300;line-height:1.67}.block-numbers{text-align:center}.block-numbers__item{color:#fff}.block-numbers__item__logotype{height:5.5555555556rem;width:5.5555555556rem}.block-numbers__item__number{color:#efc500;font-size:3.3333333333rem;font-weight:700;line-height:1}.block-numbers__item__title{font-size:1rem}.block-gallery-grid__gallery{display:flex;flex-wrap:wrap;margin:-12px}.block-gallery-grid__gallery__link{display:block;flex-grow:1;height:350px;margin:12px;overflow:hidden;position:relative}@media(max-width:1399.98px){.block-gallery-grid__gallery__link{height:300px}}.block-gallery-grid__gallery__link:focus{outline:0}.block-gallery-grid__gallery__image{height:350px;max-width:100%;min-width:100%;object-fit:cover;vertical-align:bottom}@media(max-width:1399.98px){.block-gallery-grid__gallery__image{height:300px}}@media(max-width:1199.98px){.block-gallery-grid__gallery__image{max-width:none}}@media(max-width:1399.99px){.block-gallery-grid__more{backface-visibility:hidden;display:block;height:624px;overflow:hidden}}@media(min-width:1400px){.block-gallery-grid__more{backface-visibility:hidden;display:block;height:724px;overflow:hidden}}.block-gallery-grid__button{text-align:right}.block-gallery-section .gallery{display:flex;flex-wrap:wrap;margin:-12px}.block-gallery-section .gallery__link{display:block;flex-grow:1;height:350px;margin:12px;overflow:hidden;position:relative}@media(max-width:1399.98px){.block-gallery-section .gallery__link{height:300px}}.block-gallery-section .gallery__link:focus{outline:0}.block-gallery-section .gallery__image{height:350px;max-width:100%;min-width:100%;object-fit:cover;vertical-align:bottom}@media(max-width:1399.98px){.block-gallery-section .gallery__image{height:300px}}@media(max-width:1199.98px){.block-gallery-section .gallery__image{max-width:none}}.block-gallery-section .gallery_sections{display:flex;flex-wrap:wrap;font-size:1.3333333333rem;font-weight:700;gap:.5555555556rem;justify-content:center;margin-bottom:50px;margin-left:auto;margin-right:auto;max-width:942px;row-gap:1.1111111111rem;width:100%}.block-gallery-section .btn{border-color:#efc500;color:#efc500;padding:.5555555556rem;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.block-gallery-section .btn:hover{cursor:pointer}.block-gallery-section .btn-act span{border-bottom:3px solid #efc500}.block-gallery-section .gallery__link{display:none}.block-gallery-section .gallery-show{display:block}.block-gallery-section .site_gallery_title{color:#efc500;font-size:30px;letter-spacing:0;position:relative;text-align:center;text-transform:uppercase}.block-gallery-section .site_gallery_block_heightener{align-items:center;border:1px solid #efc500;display:flex;height:calc(100% - 24px);justify-content:center;margin:12px;width:calc(100% - 24px)}.block-gallery-section .site_gallery_block{border:1px solid #efc500;margin:12px;min-height:300px;width:100%}@media(min-width:767px){.block-gallery-section .site_gallery_block{width:50%}}@media(min-width:992px){.block-gallery-section .site_gallery_block{width:456px}}@media(min-width:1200px){.block-gallery-section .site_gallery_block{width:450px}}.block-gallery-section .site_gallery_block{display:none}.block-gallery-section .section-show{display:block}.block-home-slider{background-color:#000}.block-home-slider__title{color:#fff;font-size:2.6666666667rem;font-weight:700;text-transform:unset}.block-home-slider__title__item--animate{animation:slide-in .5s forwards;opacity:0}@media(max-width:1199.98px){.block-home-slider__title{font-size:2.2222222222rem}}@media(max-width:991.98px){.block-home-slider__title{font-size:1.6666666667rem}}@media(max-width:767.98px){.block-home-slider__title{font-size:1.3888888889rem}}@media(max-width:575.98px){.block-home-slider__title{font-size:1.1111111111rem}}.block-home-slider__pattern{margin-bottom:40px;pointer-events:none}.block-home-slider__pattern__logo{color:#fff;height:6.6666666667rem;width:6.6666666667rem}@media(max-width:991.98px){.block-home-slider__pattern__logo{height:5.8333333333rem;width:5.8333333333rem}}@media(max-width:767.98px){.block-home-slider__pattern__logo{height:5rem;width:5rem}}.block-home-slider__item{align-items:center;display:flex;justify-content:center;min-height:930px;position:relative;z-index:1}.block-home-slider__item:before{background:radial-gradient(circle,rgba(0,0,0,.5) 20%,rgba(0,0,0,.6) 50%,rgba(0,0,0,.8) 100%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.block-home-slider__item__background{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.block-home-slider__item__background--active{animation:zoom-background-image 7s cubic-bezier(.55,.09,.68,.53) both}@media(max-width:991.98px){.block-home-slider__item{min-height:70vh}}@media(max-width:575.98px){.block-home-slider__item{min-height:60vh}}.block-home-slider__content{border-bottom-left-radius:2.7777777778rem;border-top-right-radius:2.7777777778rem;color:#fff;position:relative;text-align:center;z-index:1}.block-home-slider .slider__arrow svg *{fill:#fff}.block-home-slider__progress{display:flex;flex-direction:row;justify-content:space-between;width:100%}.block-home-slider__progress__container{bottom:2.7777777778rem;left:0;position:absolute;right:0;width:100%;z-index:1}@media(max-width:991.98px){.block-home-slider__progress__container{bottom:.5555555556rem}}@media(max-width:767.98px){.block-home-slider__progress__container{bottom:.5555555556rem}}.block-home-slider__progress__item{cursor:pointer;flex:1}.block-home-slider__progress__item__number{color:#efc500;font-size:2.5555555556rem;font-weight:400;line-height:1}@media(max-width:991.98px){.block-home-slider__progress__item__number{font-size:1.1111111111rem}}@media(max-width:767.98px){.block-home-slider__progress__item__number{font-size:1rem}}@media(max-width:575.98px){.block-home-slider__progress__item__number{font-size:.8888888889rem}}.block-home-slider__progress__item__title{color:#fff;font-size:.8888888889rem;font-weight:400;max-width:320px}@media(max-width:991.98px){.block-home-slider__progress__item__title{font-size:.7777777778rem}}@media(max-width:767.98px){.block-home-slider__progress__item__title{font-size:.6666666667rem}}@media(max-width:575.98px){.block-home-slider__progress__item__title{font-size:.5555555556rem}}.block-home-slider__progress__item__line{background-color:#d3d3d3;height:2px;margin-bottom:2.2222222222rem;opacity:.5;width:100%}@media(max-width:991.98px){.block-home-slider__progress__item__line{margin-bottom:.5555555556rem}}@media(max-width:767.98px){.block-home-slider__progress__item__line{margin-bottom:.5555555556rem}}.block-home-slider__progress__item--before .block-home-slider__progress__item__line{background-color:#efc500}.block-home-slider__progress__item--active .block-home-slider__progress__item__line{overflow:unset;position:relative}.block-home-slider__progress__item--active .block-home-slider__progress__item__line:before{animation:progress 7s ease-in-out forwards;background-color:#efc500;border-bottom-right-radius:100px;border-top-right-radius:100px;content:"";height:100%;left:0;position:absolute;top:0;z-index:1}.animation__logo{animation:rotate-logo 3s infinite forwards;animation-iteration-count:infinite}@keyframes progress{0%{width:0}to{width:101%}}@keyframes zoom-background-image{0%{transform:scale(1)}to{transform:scale(1.2)}}@keyframes slide-in{0%{opacity:0;perspective:500px;transform:rotateX(32deg) rotateY(52deg) scale(100);transform-style:preserve-3d}70%{opacity:.05}to{opacity:1;transform:scale(1)}}.block-movie p{margin-bottom:0}.block-movie__movie{align-items:center;display:flex;pointer-events:none;position:relative}.block-movie__movie__title{color:#fff;font-size:13.8888888889rem;font-weight:700;line-height:1;position:absolute;z-index:1}@media(max-width:991.98px){.block-movie__movie__title{font-size:11.1111111111rem}}@media(max-width:767.98px){.block-movie__movie__title{font-size:5.5555555556rem}}@media(max-width:575.98px){.block-movie__movie__title{font-size:2.7777777778rem}}.block-movie__movie__title__wrapper{max-width:100%;overflow:hidden}.block-movie__movie__title__marquee{animation:marquee 20s linear infinite;display:inline-block;overflow:hidden;white-space:nowrap}.block-movie__movie__title__line{display:inline-block}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.block-movie__movie video{height:auto;width:100%}.block-movie__door{display:flex;justify-content:center;min-height:48rem;transform:translateY(-100px);width:100%}@media(max-width:991.98px){.block-movie__door{min-height:36.6666666667rem;transform:translateY(-70px)}}@media(max-width:767.98px){.block-movie__door{min-height:18.3333333333rem;transform:translateY(-55px)}}@media(max-width:575.98px){.block-movie__door{min-height:9.1666666667rem;transform:translateY(-30px)}}.brands-categories__button{font-size:1rem!important;padding:1.1111111111rem 1.6666666667rem}@media(max-width:767.98px){.brands-categories__button{font-size:.8rem!important;padding:.8333333333rem 1.3888888889rem}}.brands-categories__button--active{background:#000!important;color:#fff!important}.brands-list__category{max-height:0;opacity:0;overflow:auto;padding:20px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.brands-list__category--active{max-height:3000px;opacity:1}.brands-list__item{flex:0 0 33.2%;width:33.2%}.brands-list__item:nth-child(3n+1) .brands-list__content{transform:translateX(0)}.brands-list__item:nth-child(3n+2) .brands-list__content{transform:translateX(-33.3333333333%)}.brands-list__item:nth-child(3n+3) .brands-list__content{transform:translateX(-66.6666666667%)}@media(min-width:1200px){.brands-list__item{flex:0 0 16.6%;width:16.6%}.brands-list__item:nth-child(6n+1) .brands-list__content{transform:translateX(0)}.brands-list__item:nth-child(6n+2) .brands-list__content{transform:translateX(-16.6666666667%)}.brands-list__item:nth-child(6n+3) .brands-list__content{transform:translateX(-33.3333333333%)}.brands-list__item:nth-child(6n+4) .brands-list__content{transform:translateX(-50%)}.brands-list__item:nth-child(6n+5) .brands-list__content{transform:translateX(-66.6666666667%)}.brands-list__item:nth-child(6n+6) .brands-list__content{transform:translateX(-83.3333333333%)}}.brands-list__item--active .brands-list__content{max-height:2000px}.brands-list__item--active .brands-list__logo{-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2)}.brands-list__item--no-desc .brands-list__logo{cursor:default}.brands-list__item--no-desc .brands-list__logo:hover{box-shadow:unset!important}.brands-list__item--no-desc .brands-list__content{display:none!important}.brands-list__logo{align-items:center;cursor:pointer;display:flex;height:175px;justify-content:center;padding:10px;position:relative;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;width:100%}@media(max-width:767.98px){.brands-list__logo{height:100px}}.brands-list__logo:hover{-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2)}.brands-list__logo-img{height:120px!important;margin:0!important;object-fit:contain;width:120px!important}@media(max-width:767.98px){.brands-list__logo-img{height:70px!important;width:100px!important}}.brands-list__content{max-height:0;overflow:hidden;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;width:300%}@media(min-width:1200px){.brands-list__content{width:600%}}.brands-list__content-inner{background:#fff}.brands-list__brand-desc-col{line-height:normal}.slider__pagination{align-items:center;border:0;display:flex;height:2rem;justify-content:center;width:100%;z-index:5}.slider__pagination .swiper-pagination-bullet{background-color:#fff;opacity:.5}.slider__pagination .swiper-pagination-bullet-active{background-color:#efc500;opacity:1}.slider__arrows--white svg *{fill:#fff!important}.slider__arrow{align-items:center;background-color:#fff;border:0;display:flex;height:2.7777777778rem;justify-content:center;padding:.7777777778rem;position:absolute;top:calc(50% - 1.11111rem);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:2.7777777778rem;z-index:2}.slider__arrow:hover{background-color:#efc500}.slider__arrow:hover svg *{fill:#fff!important}.slider__arrow svg{height:2.2222222222rem;width:2.2222222222rem}.slider__arrow--prev svg{transform:rotate(180deg)}.slider__arrow--prev{left:3.3333333333rem}@media(max-width:1199.98px){.slider__arrow--prev{left:1.1111111111rem}}@media(max-width:767.98px){.slider__arrow--prev{left:.2777777778rem}}.slider__arrow--next{right:3.3333333333rem}@media(max-width:1199.98px){.slider__arrow--next{right:1.1111111111rem}}@media(max-width:767.98px){.slider__arrow--next{right:.2777777778rem}}.logo-container{margin-bottom:0}.logo-container--mobile__link{border-bottom:1px solid var(--mm-color-border);padding:20px}.logo-container--mobile__main-logo{max-width:100%}.logo-container__link{display:flex}.header{background-color:transparent;left:0;position:absolute;width:100%;z-index:10000}.header--page{background-color:#fff;position:relative}.header--page mm-burger{color:#000}.header__social_media a:after{display:none}.header__social_media__link{height:1.2222222222rem;width:1.2222222222rem}.header__social_media__link svg{fill:#fff;height:auto;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:1.1111111111rem}.header__social_media__link--page svg{fill:#000}.header__social_media__link:hover path,.header__social_media__link:hover svg{fill:#efc500}.footer{background-color:#0d2478;font-size:1rem;font-weight:300}.footer,.footer__main a{color:#fff}.footer__main a:after{background:#fff}.footer__main a:hover{color:#fff}.footer__main__newsletter{font-size:1.3333333333rem;font-weight:300;line-height:normal}.footer__main__newsletter__title{font-size:2.6666666667rem;font-weight:700;line-height:.8}.footer__main__newsletter__form .wpcf7-spinner{display:none}.footer__main__newsletter__form input[type=email]{margin-bottom:0}.footer__main__newsletter__form .wpcf7-acceptance{font-size:1rem}.footer__main__newsletter__form .wpcf7-acceptance .wpcf7-list-item{width:100%}.footer__top{background:url(/app/themes/venti/assets/dist/images/footer_bg.png) no-repeat 50%;background-size:cover}.footer__top__container{border-bottom:1px solid #fff}.footer__top__logo{height:6.6666666667rem;width:6.6666666667rem}@media(max-width:991.98px){.footer__top__logo{height:5.8333333333rem;width:5.8333333333rem}}@media(max-width:767.98px){.footer__top__logo{height:5rem;width:5rem}}.footer__menu{display:flex;flex-wrap:wrap;gap:.3333333333rem;opacity:.4}@media(max-width:991.98px){.footer__menu{justify-content:center}}.footer__row--top{display:flex;justify-content:center}.footer__row--middle__logo{height:45px;width:auto}.footer__row--bottom{border-top:1px solid hsla(0,0%,100%,.1);font-size:.8888888889rem;font-weight:300}.footer__social_media a:after{display:none}.footer__social_media__title{font-size:1.3333333333rem;font-weight:300}.footer__social_media__link{height:1.2222222222rem;width:1.2222222222rem}.footer__social_media__link svg{fill:#fff;height:auto;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:1.1111111111rem}.footer__social_media__link:hover path,.footer__social_media__link:hover svg{fill:#efc500}.designer-box{opacity:.4;text-align:right}@media(max-width:991.98px){.designer-box{text-align:center}}.menu{margin:0;padding:0}.menu li:before{display:none}.menu__link{cursor:pointer}.menu__link--current{color:#efc500}.menu--mobile{padding:0}.menu--mobile .menu__link--level-2{background:#000}.menu--primary{column-gap:2.2222222222rem;display:flex;flex-wrap:wrap;justify-content:flex-end;list-style:none;row-gap:.2777777778rem}.menu--primary .menu__item{font-size:1rem;font-weight:300;padding:0;position:relative;vertical-align:top}.menu--primary .menu__link{color:#efc500;color:#fff;display:inline-block;text-decoration:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu--primary .menu__link:hover{color:#efc500}.menu--primary .menu__link:after{background:#efc500;content:"";display:block;height:1px;transition:width .3s;width:0}.menu--primary .menu__link:hover:after{width:100%}.menu--primary .menu__link--black{color:#000}.menu--primary .menu__link--current{color:#efc500;display:inline-block;text-decoration:none}.menu--primary .menu__link--current:hover{color:#efc500}.menu--primary .menu__link--current:after{background:#efc500;content:"";display:block;height:1px;transition:width .3s;width:0}.menu--primary .menu__link--current:hover:after{width:100%}.menu--primary .menu--level-2{background:#fff;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2);display:flex;flex-direction:column;gap:0;max-width:27.7777777778rem;padding:.5555555556rem 0;position:relative}.menu--primary .menu--level-2 .menu__item:hover .menu--level-3{opacity:1;visibility:visible;z-index:2}.menu--primary .menu--level-2 .menu__link{border-bottom:0;color:#000;display:block;font-size:.8333333333rem;font-weight:500;margin-right:1.6666666667rem;padding:.2777777778rem .8333333333rem;text-align:left;white-space:nowrap}.menu--primary .menu--level-2 .menu__link,.menu--primary .menu--level-2 .menu__link:before{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu--primary .menu--level-2 .menu__link:before{background:url(/app/themes/venti/assets/dist/images/caret.svg) no-repeat 50%;background-size:contain;content:"";height:.7777777778rem;opacity:0;position:absolute;right:10px;transform:translateX(-30px);width:.7777777778rem}.menu--primary .menu--level-2 .menu__link:after{display:none}.menu--primary .menu--level-2 .menu__link--current:before{background:url(/app/themes/venti/assets/dist/images/caret-orange.svg) no-repeat 50%;background-size:contain;content:"";height:.7777777778rem;opacity:1;position:absolute;right:10px;transform:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:.7777777778rem}.menu--primary .menu--level-2 .menu__link:hover:before{background:url(/app/themes/venti/assets/dist/images/caret-orange.svg) no-repeat 50%;opacity:1;transform:none}.menu--primary .menu--level-2 .menu__link--current,.menu--primary .menu--level-2 .menu__link:hover{color:#efc500;text-decoration:none}.menu--primary .menu--level-2 .menu__link:hover .menu--level-3{opacity:1;visibility:visible;z-index:2}.menu--primary .menu--level-3{background:#fff;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2);display:flex;flex-direction:column;gap:0;left:100%;max-width:27.7777777778rem;opacity:0;padding:.5555555556rem;position:absolute;top:-10px;visibility:hidden}.menu--primary .menu--level-3 .menu__link{border-bottom:0;color:#000;display:block;font-size:.8333333333rem;font-weight:500;margin-right:1.6666666667rem;padding:.3333333333rem;text-align:left;white-space:nowrap}.menu--primary .menu--level-3 .menu__link,.menu--primary .menu--level-3 .menu__link:before{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu--primary .menu--level-3 .menu__link:before{background:url(/app/themes/venti/assets/dist/images/caret.svg) no-repeat 50%;background-size:contain;content:"";height:.7777777778rem;opacity:0;position:absolute;right:10px;transform:translateX(-30px);width:.7777777778rem}.menu--primary .menu--level-3 .menu__link:after{display:none}.menu--primary .menu--level-3 .menu__link--current:before{background:url(/app/themes/venti/assets/dist/images/caret-orange.svg) no-repeat 50%;background-size:contain;content:"";height:.7777777778rem;opacity:1;position:absolute;right:10px;transform:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:.7777777778rem}.menu--primary .menu--level-3 .menu__link:hover:before{background:url(/app/themes/venti/assets/dist/images/caret-orange.svg) no-repeat 50%;opacity:1;transform:none}.menu--primary .menu--level-3 .menu__link--current,.menu--primary .menu--level-3 .menu__link:hover{color:#efc500;text-decoration:none}.menu--footer{display:flex;gap:1.5rem;justify-content:center;list-style:none}.menu--footer .menu__item{padding:0;position:relative;vertical-align:top}.menu--footer .menu__link{color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu--footer .menu__link--current,.menu--footer .menu__link:hover{color:#efc500;text-decoration:none}.menu__item:hover .menu__submenu-container{opacity:1;visibility:visible;z-index:2}.menu__submenu-container{opacity:0;padding-top:.5555555556rem;position:absolute;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;visibility:hidden;z-index:2}:root{--mm-size:80vw;--mm-min-size:240px;--mm-max-size:440px}mm-burger{--mb-bar-width:30px;--mb-bar-height:3px;--mb-bar-spacing:7px;color:#fff}.mm-wrapper--position-left .mm-slideout{transform:none;transition:transform .4s ease}.mm-menu:not(.mm-menu--opened){opacity:0;transition:all .5s ease}.breadcrumbs__list{font-size:0;margin:0;padding:0}.breadcrumbs__item{display:inline-block;font-size:16px;margin-right:10px}.breadcrumbs__item:last-child .breadcrumbs__separator{display:none}.breadcrumbs__item:last-child .breadcrumbs__link{color:#efc500}.breadcrumbs__separator{color:#121037;font-weight:300;margin-left:6px}.breadcrumbs__link{color:#121037;display:inline-block;font-weight:300;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.breadcrumbs__link:hover{color:#efc500}.breadcrumbs__link--last{color:#121037}.pagination{align-items:center;padding-top:10px}.pagination,.pagination__list{display:flex;justify-content:center}.pagination__list{flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:11px}.pagination__item{margin-bottom:5px;margin-right:5px;padding-left:0}.pagination__item:last-child{margin-right:0}.pagination__item--current .pagination__link{background-color:#efc500;color:#fff;text-decoration:none}.pagination__item--next .pagination__link,.pagination__item--prev .pagination__link{padding:0 11.5px;width:auto}.pagination__item--next svg,.pagination__item--prev svg{height:auto;width:7px}.pagination__item--next svg *,.pagination__item--prev svg *{fill:#000;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pagination__item--prev svg{transform:rotate(180deg)}.pagination__item.dots .pagination__link{color:#000;font-weight:600;text-decoration:none}.pagination__item.dots .pagination__link:hover{background-color:transparent;color:#000}.pagination__link{align-content:center;align-items:center;color:#000;display:flex;font-size:.7777777778rem;font-weight:600;height:30px;justify-content:center;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:30px}.pagination__link:hover{background-color:#efc500;color:#fff;text-decoration:none}.pagination__link:hover svg *{fill:#fff}.input-field,form input[type=date],form input[type=email],form input[type=file],form input[type=password],form input[type=search],form input[type=tel],form input[type=text],form textarea{background:transparent;border:0;border-bottom:1px solid #dcdcdc;color:#fff;font-size:1rem;font-weight:300;margin-bottom:20px;outline:none;padding:12px 15px;position:relative;width:100%}@media(max-width:767.98px){.input-field,form input[type=date],form input[type=email],form input[type=file],form input[type=password],form input[type=search],form input[type=tel],form input[type=text],form textarea{padding:11px 15px 10px}}.input-field::-webkit-input-placeholder,form input[type=date]::-webkit-input-placeholder,form input[type=email]::-webkit-input-placeholder,form input[type=file]::-webkit-input-placeholder,form input[type=password]::-webkit-input-placeholder,form input[type=search]::-webkit-input-placeholder,form input[type=tel]::-webkit-input-placeholder,form input[type=text]::-webkit-input-placeholder,form textarea::-webkit-input-placeholder{color:#fff;opacity:1}.input-field:-moz-placeholder,.input-field::-moz-placeholder,form input[type=date]:-moz-placeholder,form input[type=date]::-moz-placeholder,form input[type=email]:-moz-placeholder,form input[type=email]::-moz-placeholder,form input[type=file]:-moz-placeholder,form input[type=file]::-moz-placeholder,form input[type=password]:-moz-placeholder,form input[type=password]::-moz-placeholder,form input[type=search]:-moz-placeholder,form input[type=search]::-moz-placeholder,form input[type=tel]:-moz-placeholder,form input[type=tel]::-moz-placeholder,form input[type=text]:-moz-placeholder,form input[type=text]::-moz-placeholder,form textarea:-moz-placeholder,form textarea::-moz-placeholder{color:#fff;opacity:1}.input-field:-ms-input-placeholder,form input[type=date]:-ms-input-placeholder,form input[type=email]:-ms-input-placeholder,form input[type=file]:-ms-input-placeholder,form input[type=password]:-ms-input-placeholder,form input[type=search]:-ms-input-placeholder,form input[type=tel]:-ms-input-placeholder,form input[type=text]:-ms-input-placeholder,form textarea:-ms-input-placeholder{color:#fff;opacity:1}form label{display:unset;margin-top:15px}form input[type=checkbox]{appearance:none;background-image:url(/app/themes/venti/assets/dist/images/checkbox-marker.svg);background-position:50% 50%;background-position:50%;background-repeat:no-repeat;background-size:0 0;border:1px solid #dcdcdc;border-radius:3px;float:left;height:1.6666666667rem;margin-right:10px!important;min-width:1.6666666667rem;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}form input[type=checkbox]:checked{background-size:1.1111111111rem 1.3888888889rem}form label{width:100%}form label:has(>input[type=checkbox]+span) input[type=checkbox],form label:has(>input[type=checkbox]+span) span{display:inline-block}form label:has(>input[type=checkbox]+span) span{line-height:1.2em;max-width:calc(100% - 2.77778rem)}form label:has(>input[type=checkbox]+span) span{font-size:.7777777778rem}form label:has(>input[type=checkbox]+span) span a{text-decoration:underline}.wpcf7-acceptance label{align-items:center;display:flex;margin-bottom:0}.wpcf7-list-item-label{font-weight:300}.wpcf7-not-valid-tip{background-color:#efc500;color:#fff!important;font-weight:300!important;margin-top:10px;padding:10px 15px!important}.wpcf7-response-output{border-radius:3px;border-width:1px!important;margin:20px 0 0!important;padding:10px!important}.wpcf7-list-item{margin:0!important}.wpcf7-not-valid{border:1px solid #efc500!important}.wpcf7-form-control-wrap{display:flex;flex-direction:column-reverse}[data-aos=transition-top]{transform:translateY(0);transition-property:transform,opacity}[data-aos=transition-top].aos-animate{transform:translateY(20px)}[data-aos=transition-bottom]{transform:translateY(0);transition-property:transform,opacity}[data-aos=transition-bottom].aos-animate{transform:translateY(-40px)}.pattern-sygnet-once svg,[data-aos=svg-animation] svg{height:100%;width:100%}.pattern-sygnet-once svg .svg-elem-1,[data-aos=svg-animation] svg .svg-elem-1{stroke-dashoffset:523.4838256836px;stroke-dasharray:523.4838256836px;fill:transparent;-webkit-transition:stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0s,fill .7s cubic-bezier(.47,0,.745,.715) .8s;transition:stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0s,fill .7s cubic-bezier(.47,0,.745,.715) .8s}.pattern-sygnet-once svg .svg-elem-2,[data-aos=svg-animation] svg .svg-elem-2{stroke-dashoffset:887.5px;stroke-dasharray:887.5px;-webkit-transition:stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) .12s,fill .7s cubic-bezier(.47,0,.745,.715) .9s;transition:stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) .12s,fill .7s cubic-bezier(.47,0,.745,.715) .9s}.pattern-sygnet-once.aos-animate svg .svg-elem-1,[data-aos=svg-animation].aos-animate svg .svg-elem-1{stroke-dashoffset:0;fill:currentColor}.pattern-sygnet-once.aos-animate svg .svg-elem-2,[data-aos=svg-animation].aos-animate svg .svg-elem-2{stroke-dashoffset:0}@keyframes gradient-mask-move{0%{mask-position:0 0}to{mask-position:100% 0}}.single-post__excerpt{font-weight:300;text-transform:unset}.search-page{padding:20px 0 70px}.search-page__form{margin-bottom:24px}.search-page__form__button{border-bottom-left-radius:0;border-top-left-radius:0;font-size:1rem;padding:20px}.search-page__form__field{background-color:#202325!important;border:1px solid #202325!important;border-bottom-left-radius:30px;border-top-left-radius:30px;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2);height:100%;margin-bottom:0!important}.search-page__results a,.search-page__results a:hover{text-decoration:none}.search-page__results__item{border-bottom:1px solid #c7c6c9;margin:12px 0;padding:12px 0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.search-page__results__item:hover{border-bottom:1px solid #efc500;cursor:pointer}.search-page__results__item:hover .search-page__results__item__title{color:#efc500}.search-page__results__item__title{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
/*# sourceMappingURL=global.min.css.map*/