@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";@keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@keyframes notyf-fadeinleft{0%{opacity:0;transform:translate(25%)}to{opacity:1;transform:translate(0)}}@keyframes notyf-fadeoutright{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(25%)}}@keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@keyframes ripple{0%{transform:scale(0)translateY(-45%)translate(13%)}to{transform:scale(1)translateY(-45%)translate(13%)}}.notyf{color:#fff;z-index:9999;pointer-events:none;box-sizing:border-box;flex-direction:column;justify-content:flex-end;align-items:flex-end;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.notyf__icon--error,.notyf__icon--success{background:#fff;border-radius:50%;width:21px;height:21px;margin:0 auto;display:block;position:relative}.notyf__icon--error:after,.notyf__icon--error:before{content:"";background:currentColor;border-radius:3px;width:3px;height:12px;display:block;position:absolute;top:5px;left:9px}.notyf__icon--error:after{transform:rotate(-45deg)}.notyf__icon--error:before{transform:rotate(45deg)}.notyf__icon--success:after,.notyf__icon--success:before{content:"";background:currentColor;border-radius:3px;width:3px;display:block;position:absolute}.notyf__icon--success:after{height:6px;top:9px;left:6px;transform:rotate(-45deg)}.notyf__icon--success:before{height:11px;top:5px;left:10px;transform:rotate(45deg)}.notyf__toast{pointer-events:auto;box-sizing:border-box;border-radius:2px;flex-shrink:0;max-width:300px;padding:0 15px;animation:.3s ease-in forwards notyf-fadeinup;display:block;position:relative;overflow:hidden;transform:translateY(25%);box-shadow:0 3px 7px rgba(0,0,0,.25)}.notyf__toast--disappear{animation:.3s .25s forwards notyf-fadeoutdown;transform:translateY(0)}.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{opacity:1;animation:.3s forwards notyf-fadeoutdown;transform:translateY(0)}.notyf__toast--disappear .notyf__dismiss{opacity:1;animation:.3s forwards notyf-fadeoutright;transform:translate(0)}.notyf__toast--disappear .notyf__message{animation-delay:50ms}.notyf__toast--upper{margin-bottom:20px}.notyf__toast--lower{margin-top:20px}.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}.notyf__ripple{transform-origin:100% 100%;z-index:5;border-radius:50%;width:400px;height:400px;animation:.4s ease-out forwards ripple;position:absolute;top:0;right:0;transform:scale(0)translateY(-51%)translate(13%)}.notyf__wrapper{z-index:10;border-radius:3px;align-items:center;padding-top:17px;padding-bottom:17px;padding-right:15px;display:flex;position:relative}.notyf__icon{text-align:center;opacity:0;width:22px;margin-right:13px;font-size:1.3em;animation:.3s .3s forwards notyf-fadeinup}.notyf__dismiss{opacity:0;width:26px;height:100%;margin-right:-15px;animation:.3s .35s forwards notyf-fadeinleft;position:absolute;top:0;right:0}.notyf__dismiss-btn{cursor:pointer;opacity:.35;background-color:rgba(0,0,0,.25);border:none;outline:none;width:100%;height:100%;transition:opacity .2s,background-color .2s}.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{content:"";background:#fff;border-radius:3px;width:2px;height:12px;position:absolute;top:calc(50% - 5px);left:calc(50% - 1px)}.notyf__dismiss-btn:after{transform:rotate(-45deg)}.notyf__dismiss-btn:before{transform:rotate(45deg)}.notyf__dismiss-btn:hover{opacity:.7;background-color:rgba(0,0,0,.15)}.notyf__dismiss-btn:active{opacity:.8}.notyf__message{vertical-align:middle;opacity:0;line-height:1.5em;animation:.3s .25s forwards notyf-fadeinup;position:relative}@media only screen and (max-width:480px){.notyf{padding:0}.notyf__ripple{width:600px;height:600px;animation-duration:.5s}.notyf__toast{border-radius:0;width:100%;max-width:none;box-shadow:0 -2px 7px rgba(0,0,0,.13)}.notyf__dismiss{width:56px}}.react-calendar{background:#fff;border:1px solid #a0a096;width:350px;max-width:100%;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView .react-calendar__viewContainer{margin:-.5em;display:flex}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar :before,.react-calendar :after{box-sizing:border-box}.react-calendar button{border:0;outline:none;margin:0}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{height:44px;margin-bottom:1em;display:flex}.react-calendar__navigation button{background:0 0;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{font:inherit;justify-content:center;align-items:center;font-size:.75em;font-weight:700;display:flex}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{text-align:center;max-width:100%;font:inherit;background:0 0;padding:10px 6.6667px;font-size:.833em}.react-calendar__tile:disabled{color:#ababab;background-color:#f0f0f0}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{color:#fff;background:#006edc}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-bottom:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.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(transparent,rgba(0,0,0,.5))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:transparent;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:-webkit-any(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:-webkit-any(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :-webkit-any(.swiper-button-prev,.swiper-button-next){display:none!important}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:-webkit-any(.swiper-button-prev,.swiper-button-next) ::slotted(svg){object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg){object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}:-webkit-any(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - var(--swiper-navigation-size)/2)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(180deg)}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - var(--swiper-navigation-size)/2);margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(180deg)}.swiper-horizontal .swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal~.swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(180deg)}.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon){transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl~.swiper-button-next ::slotted(.swiper-navigation-icon){transform:rotate(180deg)}.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(0)}.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-horizontal.swiper-rtl~.swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(0)}.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-vertical .swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}.swiper-vertical .swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}.swiper-vertical~.swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon){transform:rotate(90deg)}.swiper-vertical .swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}.swiper-vertical~.swiper-button-next ::slotted(.swiper-navigation-icon){transform:rotate(90deg)}.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.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{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;-webkit-appearance:none;appearance:none;border: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{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px)0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.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-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.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}:root{--mdb--text-white:#fff;--mdb--text-body:#202020;--mdb--text-muted:#909090;--mdb--text-light-gray:#bdbdbd;--mdb--text-gray:#616161;--mdb--text-dark:#262626;--mdb--text-primary:#de2f28;--mdb--text-danger:#de2f28;--mdb--text-warning:#f0a20b;--mdb--text-success:#4ac125;--mdb--text-blue:#0af;--mdb--text-red:#de2f28;--mdb--text-green:#1f9817;--mdb--text-light-green:#4ac125;--mdb--text-orange:#f29f3f;--mdb--theme-light:#fff;--mdb--theme-light-gray:#eaeaea;--mdb--theme-gray:#d9d9d9;--mdb--theme-dark:#909090;--mdb--theme-primary:#de2f28;--mdb--theme-green:#4ac125;--mdb--theme-red:#de2f28;--mdb--theme-blue:#0af;--mdb--theme-light-blue:#cef;--mdb--theme-orange:#f0a20b;--mdb--theme-light-orange:#ffca67;--mdb-font-sans-serif:"Roboto","Helvetica Neue",system-ui,-apple-system,"Segoe UI",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--mdb-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--mdb-gradient:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0))}@media (prefers-reduced-motion:reduce){.fade,.collapsing,.images-previewer .images-previewer-previews-list .images-previewer-preview:after,.react-calendar .react-calendar__tile,.grecaptcha-badge,.file-picker-previews-container.file-picker-previews-scale-on-hover a.file-picker-preview-scaler,.file-picker-previews-container.file-picker-previews-scale-on-hover a.file-picker-preview-scaler+.file-picker-preview-delete,.file-picker-previews-container.file-picker-previews-scale-on-hover a.file-picker-preview-scaler+.file-picker-preview-restore,.file-picker-previews-container.file-picker-previews-scale-on-hover .file-picker-preview,.file-picker-previews-container .file-picker-previews-adder,.file-picker-previews-container .drag-and-drop-item.drag-and-drop-current .file-picker-preview,.form-switch-input,.form-switch-input:after,.form-control,.form-control:focus,.collapsible.vertical,.collapsible.horizontal,.modal.fade .modal-dialog,.nav-link,.progress-bar,.dropdown-item:not(.submenu),.dropdown-toggle.nested,.btn{transition:none}input.form-range-input::-webkit-slider-thumb{transition:none}input.form-range-input::-moz-range-thumb{transition:none}}*,:before,:after{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{font-family:var(--mdb-font-sans-serif);color:#202020;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;background-color:#fafafa;margin:0;font-size:1rem;font-weight:400;line-height:1.6}::selection{color:#fff;background-color:#de2f28}hr{color:inherit;opacity:.25;background-color:currentColor;border:0;margin:1rem 0}hr:not([size]){height:1px}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{color:#313131;margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}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}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-mdb-original-title]{cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{background-color:#ffecb3;padding:.2em}sub,sup{vertical-align:baseline;font-size:.75em;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:var(--mdb-font-monospace);direction:ltr;unicode-bidi:bidi-override;font-size:1em}pre{margin-top:0;margin-bottom:1rem;font-size:.875em;display:block;overflow:auto}pre code{color:inherit;word-break:normal;font-size:inherit}code{color:#e91e63;word-wrap:break-word;font-size:.875em}a>code{color:inherit}kbd{color:#fff;background-color:#262626;border-radius:.2rem;padding:.2rem .4rem;font-size:.875em}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{color:#909090;text-align:left;padding-top:1rem;padding-bottom:1rem}th{text-align:inherit;text-align:-webkit-match-parent;font-weight:500}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{font-family:inherit;line-height:inherit;font-size:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}button{-webkit-appearance:button}[type=button]{-webkit-appearance:button}[type=reset]{-webkit-appearance:button}[type=submit]{-webkit-appearance:button}button:not(:disabled){cursor:pointer}[type=button]:not(:disabled){cursor:pointer}[type=reset]:not(:disabled){cursor:pointer}[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;min-width:0;margin:0;padding:0}legend{float:left;width:100%;line-height:inherit;margin-bottom:.5rem;padding:0;font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit-text{padding:0}::-webkit-datetime-edit-minute{padding:0}::-webkit-datetime-edit-hour-field{padding:0}::-webkit-datetime-edit-day-field{padding:0}::-webkit-datetime-edit-month-field{padding:0}::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}svg.mdi-icon{pointer-events:none;flex-shrink:0}svg.mdi-icon path{fill:#202020}svg.mdi-icon use{color:#202020}svg.mdi-icon path{transition:fill .2s linear}svg.mdi-icon use{transition:color .2s linear}svg.mdi-icon.mdi-rotatable{transform-origin:50%;transition:transform .1s linear;transform:rotate(0)}svg.mdi-icon.text-light path{fill:#fff!important}svg.mdi-icon.text-light use{color:#fff!important}.clickable:hover svg.mdi-icon.text-light path,a:hover svg.mdi-icon.text-light path{fill:#fff!important}.clickable:hover svg.mdi-icon.text-light use,a:hover svg.mdi-icon.text-light use{color:#fff!important}svg.mdi-icon.text-light-gray path{fill:#bdbdbd!important}svg.mdi-icon.text-light-gray use{color:#bdbdbd!important}.clickable:hover svg.mdi-icon.text-light-gray path,a:hover svg.mdi-icon.text-light-gray path{fill:#d7d7d7!important}.clickable:hover svg.mdi-icon.text-light-gray use,a:hover svg.mdi-icon.text-light-gray use{color:#d7d7d7!important}svg.mdi-icon.text-gray path{fill:#616161!important}svg.mdi-icon.text-gray use{color:#616161!important}.clickable:hover svg.mdi-icon.text-gray path,a:hover svg.mdi-icon.text-gray path{fill:#7b7b7b!important}.clickable:hover svg.mdi-icon.text-gray use,a:hover svg.mdi-icon.text-gray use{color:#7b7b7b!important}svg.mdi-icon.text-dark path{fill:#262626!important}svg.mdi-icon.text-dark use{color:#262626!important}.clickable:hover svg.mdi-icon.text-dark path,a:hover svg.mdi-icon.text-dark path{fill:#404040!important}.clickable:hover svg.mdi-icon.text-dark use,a:hover svg.mdi-icon.text-dark use{color:#404040!important}svg.mdi-icon.text-primary path{fill:#de2f28!important}svg.mdi-icon.text-primary use{color:#de2f28!important}.clickable:hover svg.mdi-icon.text-primary path,a:hover svg.mdi-icon.text-primary path{fill:#e55a54!important}.clickable:hover svg.mdi-icon.text-primary use,a:hover svg.mdi-icon.text-primary use{color:#e55a54!important}svg.mdi-icon.text-green path{fill:#1f9817!important}svg.mdi-icon.text-green use{color:#1f9817!important}.clickable:hover svg.mdi-icon.text-green path,a:hover svg.mdi-icon.text-green path{fill:#28c41e!important}.clickable:hover svg.mdi-icon.text-green use,a:hover svg.mdi-icon.text-green use{color:#28c41e!important}svg.mdi-icon.text-red path{fill:#de2f28!important}svg.mdi-icon.text-red use{color:#de2f28!important}.clickable:hover svg.mdi-icon.text-red path,a:hover svg.mdi-icon.text-red path{fill:#e55a54!important}.clickable:hover svg.mdi-icon.text-red use,a:hover svg.mdi-icon.text-red use{color:#e55a54!important}svg.mdi-icon.text-blue path{fill:#0af!important}svg.mdi-icon.text-blue use{color:#0af!important}.clickable:hover svg.mdi-icon.text-blue path,a:hover svg.mdi-icon.text-blue path{fill:#3bf!important}.clickable:hover svg.mdi-icon.text-blue use,a:hover svg.mdi-icon.text-blue use{color:#3bf!important}svg.mdi-icon.text-light-blue path{fill:#cef!important}svg.mdi-icon.text-light-blue use{color:#cef!important}.clickable:hover svg.mdi-icon.text-light-blue path,a:hover svg.mdi-icon.text-light-blue path{fill:#fff!important}.clickable:hover svg.mdi-icon.text-light-blue use,a:hover svg.mdi-icon.text-light-blue use{color:#fff!important}svg.mdi-icon.text-orange path{fill:#f29f3f!important}svg.mdi-icon.text-orange use{color:#f29f3f!important}.clickable:hover svg.mdi-icon.text-orange path,a:hover svg.mdi-icon.text-orange path{fill:#f5b76f!important}.clickable:hover svg.mdi-icon.text-orange use,a:hover svg.mdi-icon.text-orange use{color:#f5b76f!important}svg.mdi-icon.text-light-orange path{fill:#ffca67!important}svg.mdi-icon.text-light-orange use{color:#ffca67!important}.clickable:hover svg.mdi-icon.text-light-orange path,a:hover svg.mdi-icon.text-light-orange path{fill:#ffdc9a!important}.clickable:hover svg.mdi-icon.text-light-orange use,a:hover svg.mdi-icon.text-light-orange use{color:#ffdc9a!important}svg.mdi-icon.text-white path{fill:#fff!important}svg.mdi-icon.text-white use{color:#fff!important}.clickable:hover svg.mdi-icon.text-white path,a:hover svg.mdi-icon.text-white path{fill:#fff!important}.clickable:hover svg.mdi-icon.text-white use,a:hover svg.mdi-icon.text-white use{color:#fff!important}svg.mdi-icon.text-body path{fill:#202020!important}svg.mdi-icon.text-body use{color:#202020!important}.clickable:hover svg.mdi-icon.text-body path,a:hover svg.mdi-icon.text-body path{fill:#3a3a3a!important}.clickable:hover svg.mdi-icon.text-body use,a:hover svg.mdi-icon.text-body use{color:#3a3a3a!important}svg.mdi-icon.text-muted path{fill:#909090!important}svg.mdi-icon.text-muted use{color:#909090!important}.clickable:hover svg.mdi-icon.text-muted path,a:hover svg.mdi-icon.text-muted path{fill:#aaa!important}.clickable:hover svg.mdi-icon.text-muted use,a:hover svg.mdi-icon.text-muted use{color:#aaa!important}svg.mdi-icon.text-danger path{fill:#de2f28!important}svg.mdi-icon.text-danger use{color:#de2f28!important}.clickable:hover svg.mdi-icon.text-danger path,a:hover svg.mdi-icon.text-danger path{fill:#e55a54!important}.clickable:hover svg.mdi-icon.text-danger use,a:hover svg.mdi-icon.text-danger use{color:#e55a54!important}svg.mdi-icon.text-warning path{fill:#f0a20b!important}svg.mdi-icon.text-warning use{color:#f0a20b!important}.clickable:hover svg.mdi-icon.text-warning path,a:hover svg.mdi-icon.text-warning path{fill:#f6b538!important}.clickable:hover svg.mdi-icon.text-warning use,a:hover svg.mdi-icon.text-warning use{color:#f6b538!important}svg.mdi-icon.text-success path{fill:#4ac125!important}svg.mdi-icon.text-success use{color:#4ac125!important}.clickable:hover svg.mdi-icon.text-success path,a:hover svg.mdi-icon.text-success path{fill:#64da3f!important}.clickable:hover svg.mdi-icon.text-success use,a:hover svg.mdi-icon.text-success use{color:#64da3f!important}svg.mdi-icon.text-light-green path{fill:#4ac125!important}svg.mdi-icon.text-light-green use{color:#4ac125!important}.clickable:hover svg.mdi-icon.text-light-green path,a:hover svg.mdi-icon.text-light-green path{fill:#64da3f!important}.clickable:hover svg.mdi-icon.text-light-green use,a:hover svg.mdi-icon.text-light-green use{color:#64da3f!important}svg.custom-icon{pointer-events:none;flex-shrink:0}svg.custom-icon g,svg.custom-icon path,svg.custom-icon rect,svg.custom-icon circle,svg.custom-icon ellipse{transition:fill .2s linear,stroke .2s linear}svg.custom-icon.colored-by-fill{fill:#202020;stroke:none}svg.custom-icon.colored-by-stroke{fill:none;stroke:#202020}svg.custom-icon.custom-icon-rotatable{transform-origin:50%;transition:transform .1s linear;transform:rotate(0)}svg.custom-icon.text-light.colored-by-stroke g{stroke:#fff!important}svg.custom-icon.text-light.colored-by-fill g,svg.custom-icon.text-light.colored-by-various g[fill=\#000],svg.custom-icon.text-light.colored-by-various path[fill=\#000],svg.custom-icon.text-light.colored-by-various circle[fill=\#000],svg.custom-icon.text-light.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-light.colored-by-various rect[fill=\#000]{fill:#fff!important}svg.custom-icon.text-light.colored-by-various g[stroke=\#000],svg.custom-icon.text-light.colored-by-various path[stroke=\#000],svg.custom-icon.text-light.colored-by-various circle[stroke=\#000],svg.custom-icon.text-light.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-light.colored-by-various rect[stroke=\#000],a:hover svg.custom-icon.text-light.colored-by-stroke g{stroke:#fff!important}a:hover svg.custom-icon.text-light.colored-by-fill g,a:hover svg.custom-icon.text-light.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-light.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-light.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-light.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-light.colored-by-various rect[fill=\#000]{fill:#fff!important}a:hover svg.custom-icon.text-light.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-light.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-light.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-light.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-light.colored-by-various rect[stroke=\#000]{stroke:#fff!important}svg.custom-icon.text-light-gray.colored-by-stroke g{stroke:#bdbdbd!important}svg.custom-icon.text-light-gray.colored-by-fill g,svg.custom-icon.text-light-gray.colored-by-various g[fill=\#000],svg.custom-icon.text-light-gray.colored-by-various path[fill=\#000],svg.custom-icon.text-light-gray.colored-by-various circle[fill=\#000],svg.custom-icon.text-light-gray.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-light-gray.colored-by-various rect[fill=\#000]{fill:#bdbdbd!important}svg.custom-icon.text-light-gray.colored-by-various g[stroke=\#000],svg.custom-icon.text-light-gray.colored-by-various path[stroke=\#000],svg.custom-icon.text-light-gray.colored-by-various circle[stroke=\#000],svg.custom-icon.text-light-gray.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-light-gray.colored-by-various rect[stroke=\#000]{stroke:#bdbdbd!important}a:hover svg.custom-icon.text-light-gray.colored-by-stroke g{stroke:#d7d7d7!important}a:hover svg.custom-icon.text-light-gray.colored-by-fill g,a:hover svg.custom-icon.text-light-gray.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-light-gray.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-light-gray.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-light-gray.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-light-gray.colored-by-various rect[fill=\#000]{fill:#d7d7d7!important}a:hover svg.custom-icon.text-light-gray.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-light-gray.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-light-gray.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-light-gray.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-light-gray.colored-by-various rect[stroke=\#000]{stroke:#d7d7d7!important}svg.custom-icon.text-gray.colored-by-stroke g{stroke:#616161!important}svg.custom-icon.text-gray.colored-by-fill g,svg.custom-icon.text-gray.colored-by-various g[fill=\#000],svg.custom-icon.text-gray.colored-by-various path[fill=\#000],svg.custom-icon.text-gray.colored-by-various circle[fill=\#000],svg.custom-icon.text-gray.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-gray.colored-by-various rect[fill=\#000]{fill:#616161!important}svg.custom-icon.text-gray.colored-by-various g[stroke=\#000],svg.custom-icon.text-gray.colored-by-various path[stroke=\#000],svg.custom-icon.text-gray.colored-by-various circle[stroke=\#000],svg.custom-icon.text-gray.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-gray.colored-by-various rect[stroke=\#000]{stroke:#616161!important}a:hover svg.custom-icon.text-gray.colored-by-stroke g{stroke:#7b7b7b!important}a:hover svg.custom-icon.text-gray.colored-by-fill g,a:hover svg.custom-icon.text-gray.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-gray.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-gray.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-gray.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-gray.colored-by-various rect[fill=\#000]{fill:#7b7b7b!important}a:hover svg.custom-icon.text-gray.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-gray.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-gray.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-gray.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-gray.colored-by-various rect[stroke=\#000]{stroke:#7b7b7b!important}svg.custom-icon.text-dark.colored-by-stroke g{stroke:#262626!important}svg.custom-icon.text-dark.colored-by-fill g,svg.custom-icon.text-dark.colored-by-various g[fill=\#000],svg.custom-icon.text-dark.colored-by-various path[fill=\#000],svg.custom-icon.text-dark.colored-by-various circle[fill=\#000],svg.custom-icon.text-dark.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-dark.colored-by-various rect[fill=\#000]{fill:#262626!important}svg.custom-icon.text-dark.colored-by-various g[stroke=\#000],svg.custom-icon.text-dark.colored-by-various path[stroke=\#000],svg.custom-icon.text-dark.colored-by-various circle[stroke=\#000],svg.custom-icon.text-dark.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-dark.colored-by-various rect[stroke=\#000]{stroke:#262626!important}a:hover svg.custom-icon.text-dark.colored-by-stroke g{stroke:#404040!important}a:hover svg.custom-icon.text-dark.colored-by-fill g,a:hover svg.custom-icon.text-dark.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-dark.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-dark.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-dark.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-dark.colored-by-various rect[fill=\#000]{fill:#404040!important}a:hover svg.custom-icon.text-dark.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-dark.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-dark.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-dark.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-dark.colored-by-various rect[stroke=\#000]{stroke:#404040!important}svg.custom-icon.text-primary.colored-by-stroke g{stroke:#de2f28!important}svg.custom-icon.text-primary.colored-by-fill g,svg.custom-icon.text-primary.colored-by-various g[fill=\#000],svg.custom-icon.text-primary.colored-by-various path[fill=\#000],svg.custom-icon.text-primary.colored-by-various circle[fill=\#000],svg.custom-icon.text-primary.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-primary.colored-by-various rect[fill=\#000]{fill:#de2f28!important}svg.custom-icon.text-primary.colored-by-various g[stroke=\#000],svg.custom-icon.text-primary.colored-by-various path[stroke=\#000],svg.custom-icon.text-primary.colored-by-various circle[stroke=\#000],svg.custom-icon.text-primary.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-primary.colored-by-various rect[stroke=\#000]{stroke:#de2f28!important}a:hover svg.custom-icon.text-primary.colored-by-stroke g{stroke:#e55a54!important}a:hover svg.custom-icon.text-primary.colored-by-fill g,a:hover svg.custom-icon.text-primary.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-primary.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-primary.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-primary.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-primary.colored-by-various rect[fill=\#000]{fill:#e55a54!important}a:hover svg.custom-icon.text-primary.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-primary.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-primary.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-primary.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-primary.colored-by-various rect[stroke=\#000]{stroke:#e55a54!important}svg.custom-icon.text-green.colored-by-stroke g{stroke:#1f9817!important}svg.custom-icon.text-green.colored-by-fill g,svg.custom-icon.text-green.colored-by-various g[fill=\#000],svg.custom-icon.text-green.colored-by-various path[fill=\#000],svg.custom-icon.text-green.colored-by-various circle[fill=\#000],svg.custom-icon.text-green.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-green.colored-by-various rect[fill=\#000]{fill:#1f9817!important}svg.custom-icon.text-green.colored-by-various g[stroke=\#000],svg.custom-icon.text-green.colored-by-various path[stroke=\#000],svg.custom-icon.text-green.colored-by-various circle[stroke=\#000],svg.custom-icon.text-green.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-green.colored-by-various rect[stroke=\#000]{stroke:#1f9817!important}a:hover svg.custom-icon.text-green.colored-by-stroke g{stroke:#28c41e!important}a:hover svg.custom-icon.text-green.colored-by-fill g,a:hover svg.custom-icon.text-green.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-green.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-green.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-green.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-green.colored-by-various rect[fill=\#000]{fill:#28c41e!important}a:hover svg.custom-icon.text-green.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-green.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-green.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-green.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-green.colored-by-various rect[stroke=\#000]{stroke:#28c41e!important}svg.custom-icon.text-red.colored-by-stroke g{stroke:#de2f28!important}svg.custom-icon.text-red.colored-by-fill g,svg.custom-icon.text-red.colored-by-various g[fill=\#000],svg.custom-icon.text-red.colored-by-various path[fill=\#000],svg.custom-icon.text-red.colored-by-various circle[fill=\#000],svg.custom-icon.text-red.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-red.colored-by-various rect[fill=\#000]{fill:#de2f28!important}svg.custom-icon.text-red.colored-by-various g[stroke=\#000],svg.custom-icon.text-red.colored-by-various path[stroke=\#000],svg.custom-icon.text-red.colored-by-various circle[stroke=\#000],svg.custom-icon.text-red.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-red.colored-by-various rect[stroke=\#000]{stroke:#de2f28!important}a:hover svg.custom-icon.text-red.colored-by-stroke g{stroke:#e55a54!important}a:hover svg.custom-icon.text-red.colored-by-fill g,a:hover svg.custom-icon.text-red.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-red.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-red.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-red.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-red.colored-by-various rect[fill=\#000]{fill:#e55a54!important}a:hover svg.custom-icon.text-red.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-red.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-red.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-red.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-red.colored-by-various rect[stroke=\#000]{stroke:#e55a54!important}svg.custom-icon.text-blue.colored-by-stroke g{stroke:#0af!important}svg.custom-icon.text-blue.colored-by-fill g,svg.custom-icon.text-blue.colored-by-various g[fill=\#000],svg.custom-icon.text-blue.colored-by-various path[fill=\#000],svg.custom-icon.text-blue.colored-by-various circle[fill=\#000],svg.custom-icon.text-blue.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-blue.colored-by-various rect[fill=\#000]{fill:#0af!important}svg.custom-icon.text-blue.colored-by-various g[stroke=\#000],svg.custom-icon.text-blue.colored-by-various path[stroke=\#000],svg.custom-icon.text-blue.colored-by-various circle[stroke=\#000],svg.custom-icon.text-blue.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-blue.colored-by-various rect[stroke=\#000]{stroke:#0af!important}a:hover svg.custom-icon.text-blue.colored-by-stroke g{stroke:#3bf!important}a:hover svg.custom-icon.text-blue.colored-by-fill g,a:hover svg.custom-icon.text-blue.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-blue.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-blue.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-blue.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-blue.colored-by-various rect[fill=\#000]{fill:#3bf!important}a:hover svg.custom-icon.text-blue.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-blue.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-blue.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-blue.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-blue.colored-by-various rect[stroke=\#000]{stroke:#3bf!important}svg.custom-icon.text-light-blue.colored-by-stroke g{stroke:#cef!important}svg.custom-icon.text-light-blue.colored-by-fill g,svg.custom-icon.text-light-blue.colored-by-various g[fill=\#000],svg.custom-icon.text-light-blue.colored-by-various path[fill=\#000],svg.custom-icon.text-light-blue.colored-by-various circle[fill=\#000],svg.custom-icon.text-light-blue.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-light-blue.colored-by-various rect[fill=\#000]{fill:#cef!important}svg.custom-icon.text-light-blue.colored-by-various g[stroke=\#000],svg.custom-icon.text-light-blue.colored-by-various path[stroke=\#000],svg.custom-icon.text-light-blue.colored-by-various circle[stroke=\#000],svg.custom-icon.text-light-blue.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-light-blue.colored-by-various rect[stroke=\#000]{stroke:#cef!important}a:hover svg.custom-icon.text-light-blue.colored-by-stroke g{stroke:#fff!important}a:hover svg.custom-icon.text-light-blue.colored-by-fill g,a:hover svg.custom-icon.text-light-blue.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-light-blue.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-light-blue.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-light-blue.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-light-blue.colored-by-various rect[fill=\#000]{fill:#fff!important}a:hover svg.custom-icon.text-light-blue.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-light-blue.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-light-blue.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-light-blue.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-light-blue.colored-by-various rect[stroke=\#000]{stroke:#fff!important}svg.custom-icon.text-orange.colored-by-stroke g{stroke:#f29f3f!important}svg.custom-icon.text-orange.colored-by-fill g,svg.custom-icon.text-orange.colored-by-various g[fill=\#000],svg.custom-icon.text-orange.colored-by-various path[fill=\#000],svg.custom-icon.text-orange.colored-by-various circle[fill=\#000],svg.custom-icon.text-orange.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-orange.colored-by-various rect[fill=\#000]{fill:#f29f3f!important}svg.custom-icon.text-orange.colored-by-various g[stroke=\#000],svg.custom-icon.text-orange.colored-by-various path[stroke=\#000],svg.custom-icon.text-orange.colored-by-various circle[stroke=\#000],svg.custom-icon.text-orange.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-orange.colored-by-various rect[stroke=\#000]{stroke:#f29f3f!important}a:hover svg.custom-icon.text-orange.colored-by-stroke g{stroke:#f5b76f!important}a:hover svg.custom-icon.text-orange.colored-by-fill g,a:hover svg.custom-icon.text-orange.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-orange.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-orange.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-orange.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-orange.colored-by-various rect[fill=\#000]{fill:#f5b76f!important}a:hover svg.custom-icon.text-orange.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-orange.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-orange.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-orange.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-orange.colored-by-various rect[stroke=\#000]{stroke:#f5b76f!important}svg.custom-icon.text-light-orange.colored-by-stroke g{stroke:#ffca67!important}svg.custom-icon.text-light-orange.colored-by-fill g,svg.custom-icon.text-light-orange.colored-by-various g[fill=\#000],svg.custom-icon.text-light-orange.colored-by-various path[fill=\#000],svg.custom-icon.text-light-orange.colored-by-various circle[fill=\#000],svg.custom-icon.text-light-orange.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-light-orange.colored-by-various rect[fill=\#000]{fill:#ffca67!important}svg.custom-icon.text-light-orange.colored-by-various g[stroke=\#000],svg.custom-icon.text-light-orange.colored-by-various path[stroke=\#000],svg.custom-icon.text-light-orange.colored-by-various circle[stroke=\#000],svg.custom-icon.text-light-orange.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-light-orange.colored-by-various rect[stroke=\#000]{stroke:#ffca67!important}a:hover svg.custom-icon.text-light-orange.colored-by-stroke g{stroke:#ffdc9a!important}a:hover svg.custom-icon.text-light-orange.colored-by-fill g,a:hover svg.custom-icon.text-light-orange.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-light-orange.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-light-orange.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-light-orange.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-light-orange.colored-by-various rect[fill=\#000]{fill:#ffdc9a!important}a:hover svg.custom-icon.text-light-orange.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-light-orange.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-light-orange.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-light-orange.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-light-orange.colored-by-various rect[stroke=\#000]{stroke:#ffdc9a!important}svg.custom-icon.text-white.colored-by-stroke g{stroke:#fff!important}svg.custom-icon.text-white.colored-by-fill g,svg.custom-icon.text-white.colored-by-various g[fill=\#000],svg.custom-icon.text-white.colored-by-various path[fill=\#000],svg.custom-icon.text-white.colored-by-various circle[fill=\#000],svg.custom-icon.text-white.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-white.colored-by-various rect[fill=\#000]{fill:#fff!important}svg.custom-icon.text-white.colored-by-various g[stroke=\#000],svg.custom-icon.text-white.colored-by-various path[stroke=\#000],svg.custom-icon.text-white.colored-by-various circle[stroke=\#000],svg.custom-icon.text-white.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-white.colored-by-various rect[stroke=\#000],a:hover svg.custom-icon.text-white.colored-by-stroke g{stroke:#fff!important}a:hover svg.custom-icon.text-white.colored-by-fill g,a:hover svg.custom-icon.text-white.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-white.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-white.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-white.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-white.colored-by-various rect[fill=\#000]{fill:#fff!important}a:hover svg.custom-icon.text-white.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-white.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-white.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-white.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-white.colored-by-various rect[stroke=\#000]{stroke:#fff!important}svg.custom-icon.text-body.colored-by-stroke g{stroke:#202020!important}svg.custom-icon.text-body.colored-by-fill g,svg.custom-icon.text-body.colored-by-various g[fill=\#000],svg.custom-icon.text-body.colored-by-various path[fill=\#000],svg.custom-icon.text-body.colored-by-various circle[fill=\#000],svg.custom-icon.text-body.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-body.colored-by-various rect[fill=\#000]{fill:#202020!important}svg.custom-icon.text-body.colored-by-various g[stroke=\#000],svg.custom-icon.text-body.colored-by-various path[stroke=\#000],svg.custom-icon.text-body.colored-by-various circle[stroke=\#000],svg.custom-icon.text-body.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-body.colored-by-various rect[stroke=\#000]{stroke:#202020!important}a:hover svg.custom-icon.text-body.colored-by-stroke g{stroke:#3a3a3a!important}a:hover svg.custom-icon.text-body.colored-by-fill g,a:hover svg.custom-icon.text-body.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-body.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-body.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-body.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-body.colored-by-various rect[fill=\#000]{fill:#3a3a3a!important}a:hover svg.custom-icon.text-body.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-body.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-body.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-body.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-body.colored-by-various rect[stroke=\#000]{stroke:#3a3a3a!important}svg.custom-icon.text-muted.colored-by-stroke g{stroke:#909090!important}svg.custom-icon.text-muted.colored-by-fill g,svg.custom-icon.text-muted.colored-by-various g[fill=\#000],svg.custom-icon.text-muted.colored-by-various path[fill=\#000],svg.custom-icon.text-muted.colored-by-various circle[fill=\#000],svg.custom-icon.text-muted.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-muted.colored-by-various rect[fill=\#000]{fill:#909090!important}svg.custom-icon.text-muted.colored-by-various g[stroke=\#000],svg.custom-icon.text-muted.colored-by-various path[stroke=\#000],svg.custom-icon.text-muted.colored-by-various circle[stroke=\#000],svg.custom-icon.text-muted.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-muted.colored-by-various rect[stroke=\#000]{stroke:#909090!important}a:hover svg.custom-icon.text-muted.colored-by-stroke g{stroke:#aaa!important}a:hover svg.custom-icon.text-muted.colored-by-fill g,a:hover svg.custom-icon.text-muted.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-muted.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-muted.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-muted.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-muted.colored-by-various rect[fill=\#000]{fill:#aaa!important}a:hover svg.custom-icon.text-muted.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-muted.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-muted.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-muted.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-muted.colored-by-various rect[stroke=\#000]{stroke:#aaa!important}svg.custom-icon.text-danger.colored-by-stroke g{stroke:#de2f28!important}svg.custom-icon.text-danger.colored-by-fill g,svg.custom-icon.text-danger.colored-by-various g[fill=\#000],svg.custom-icon.text-danger.colored-by-various path[fill=\#000],svg.custom-icon.text-danger.colored-by-various circle[fill=\#000],svg.custom-icon.text-danger.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-danger.colored-by-various rect[fill=\#000]{fill:#de2f28!important}svg.custom-icon.text-danger.colored-by-various g[stroke=\#000],svg.custom-icon.text-danger.colored-by-various path[stroke=\#000],svg.custom-icon.text-danger.colored-by-various circle[stroke=\#000],svg.custom-icon.text-danger.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-danger.colored-by-various rect[stroke=\#000]{stroke:#de2f28!important}a:hover svg.custom-icon.text-danger.colored-by-stroke g{stroke:#e55a54!important}a:hover svg.custom-icon.text-danger.colored-by-fill g,a:hover svg.custom-icon.text-danger.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-danger.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-danger.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-danger.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-danger.colored-by-various rect[fill=\#000]{fill:#e55a54!important}a:hover svg.custom-icon.text-danger.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-danger.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-danger.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-danger.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-danger.colored-by-various rect[stroke=\#000]{stroke:#e55a54!important}svg.custom-icon.text-warning.colored-by-stroke g{stroke:#f0a20b!important}svg.custom-icon.text-warning.colored-by-fill g,svg.custom-icon.text-warning.colored-by-various g[fill=\#000],svg.custom-icon.text-warning.colored-by-various path[fill=\#000],svg.custom-icon.text-warning.colored-by-various circle[fill=\#000],svg.custom-icon.text-warning.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-warning.colored-by-various rect[fill=\#000]{fill:#f0a20b!important}svg.custom-icon.text-warning.colored-by-various g[stroke=\#000],svg.custom-icon.text-warning.colored-by-various path[stroke=\#000],svg.custom-icon.text-warning.colored-by-various circle[stroke=\#000],svg.custom-icon.text-warning.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-warning.colored-by-various rect[stroke=\#000]{stroke:#f0a20b!important}a:hover svg.custom-icon.text-warning.colored-by-stroke g{stroke:#f6b538!important}a:hover svg.custom-icon.text-warning.colored-by-fill g,a:hover svg.custom-icon.text-warning.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-warning.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-warning.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-warning.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-warning.colored-by-various rect[fill=\#000]{fill:#f6b538!important}a:hover svg.custom-icon.text-warning.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-warning.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-warning.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-warning.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-warning.colored-by-various rect[stroke=\#000]{stroke:#f6b538!important}svg.custom-icon.text-success.colored-by-stroke g{stroke:#4ac125!important}svg.custom-icon.text-success.colored-by-fill g,svg.custom-icon.text-success.colored-by-various g[fill=\#000],svg.custom-icon.text-success.colored-by-various path[fill=\#000],svg.custom-icon.text-success.colored-by-various circle[fill=\#000],svg.custom-icon.text-success.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-success.colored-by-various rect[fill=\#000]{fill:#4ac125!important}svg.custom-icon.text-success.colored-by-various g[stroke=\#000],svg.custom-icon.text-success.colored-by-various path[stroke=\#000],svg.custom-icon.text-success.colored-by-various circle[stroke=\#000],svg.custom-icon.text-success.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-success.colored-by-various rect[stroke=\#000]{stroke:#4ac125!important}a:hover svg.custom-icon.text-success.colored-by-stroke g{stroke:#64da3f!important}a:hover svg.custom-icon.text-success.colored-by-fill g,a:hover svg.custom-icon.text-success.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-success.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-success.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-success.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-success.colored-by-various rect[fill=\#000]{fill:#64da3f!important}a:hover svg.custom-icon.text-success.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-success.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-success.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-success.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-success.colored-by-various rect[stroke=\#000]{stroke:#64da3f!important}svg.custom-icon.text-light-green.colored-by-stroke g{stroke:#4ac125!important}svg.custom-icon.text-light-green.colored-by-fill g,svg.custom-icon.text-light-green.colored-by-various g[fill=\#000],svg.custom-icon.text-light-green.colored-by-various path[fill=\#000],svg.custom-icon.text-light-green.colored-by-various circle[fill=\#000],svg.custom-icon.text-light-green.colored-by-various ellipse[fill=\#000],svg.custom-icon.text-light-green.colored-by-various rect[fill=\#000]{fill:#4ac125!important}svg.custom-icon.text-light-green.colored-by-various g[stroke=\#000],svg.custom-icon.text-light-green.colored-by-various path[stroke=\#000],svg.custom-icon.text-light-green.colored-by-various circle[stroke=\#000],svg.custom-icon.text-light-green.colored-by-various ellipse[stroke=\#000],svg.custom-icon.text-light-green.colored-by-various rect[stroke=\#000]{stroke:#4ac125!important}a:hover svg.custom-icon.text-light-green.colored-by-stroke g{stroke:#64da3f!important}a:hover svg.custom-icon.text-light-green.colored-by-fill g,a:hover svg.custom-icon.text-light-green.colored-by-various g[fill=\#000],a:hover svg.custom-icon.text-light-green.colored-by-various path[fill=\#000],a:hover svg.custom-icon.text-light-green.colored-by-various circle[fill=\#000],a:hover svg.custom-icon.text-light-green.colored-by-various ellipse[fill=\#000],a:hover svg.custom-icon.text-light-green.colored-by-various rect[fill=\#000]{fill:#64da3f!important}a:hover svg.custom-icon.text-light-green.colored-by-various g[stroke=\#000],a:hover svg.custom-icon.text-light-green.colored-by-various path[stroke=\#000],a:hover svg.custom-icon.text-light-green.colored-by-various circle[stroke=\#000],a:hover svg.custom-icon.text-light-green.colored-by-various ellipse[stroke=\#000],a:hover svg.custom-icon.text-light-green.colored-by-various rect[stroke=\#000]{stroke:#64da3f!important}a:not(.btn) svg.mdi-icon path,.clickable svg.mdi-icon path{fill:#202020}a:not(.btn) svg.mdi-icon use,.clickable svg.mdi-icon use{color:#202020}a:not(.btn):hover svg.mdi-icon path,a:not(.btn):focus svg.mdi-icon path,a:not(.btn).active svg.mdi-icon path,.clickable:hover svg.mdi-icon path,.clickable:focus svg.mdi-icon path,.clickable.active svg.mdi-icon path{fill:#de2f28}a:not(.btn):hover svg.mdi-icon use,a:not(.btn):focus svg.mdi-icon use,a:not(.btn).active svg.mdi-icon use,.clickable:hover svg.mdi-icon use,.clickable:focus svg.mdi-icon use,.clickable.active svg.mdi-icon use{color:#de2f28}a:not(.btn).disabled svg.mdi-icon path,a:not(.btn)[disabled] svg.mdi-icon path,.clickable.disabled svg.mdi-icon path,.clickable[disabled] svg.mdi-icon path{fill:#909090}a:not(.btn).disabled svg.mdi-icon use,a:not(.btn)[disabled] svg.mdi-icon use,.clickable.disabled svg.mdi-icon use,.clickable[disabled] svg.mdi-icon use{color:#909090}a:not(.btn) svg.custom-icon.colored-by-stroke g,.clickable svg.custom-icon.colored-by-stroke g{stroke:#202020}a:not(.btn) svg.custom-icon.colored-by-fill g,.clickable svg.custom-icon.colored-by-fill g,a:not(.btn) svg.custom-icon.colored-by-various g[fill=\#000],a:not(.btn) svg.custom-icon.colored-by-various path[fill=\#000],a:not(.btn) svg.custom-icon.colored-by-various circle[fill=\#000],a:not(.btn) svg.custom-icon.colored-by-various ellipse[fill=\#000],a:not(.btn) svg.custom-icon.colored-by-various rect[fill=\#000],.clickable svg.custom-icon.colored-by-various g[fill=\#000],.clickable svg.custom-icon.colored-by-various path[fill=\#000],.clickable svg.custom-icon.colored-by-various circle[fill=\#000],.clickable svg.custom-icon.colored-by-various ellipse[fill=\#000],.clickable svg.custom-icon.colored-by-various rect[fill=\#000]{fill:#202020}a:not(.btn) svg.custom-icon.colored-by-various g[stroke=\#000],a:not(.btn) svg.custom-icon.colored-by-various path[stroke=\#000],a:not(.btn) svg.custom-icon.colored-by-various circle[stroke=\#000],a:not(.btn) svg.custom-icon.colored-by-various ellipse[stroke=\#000],a:not(.btn) svg.custom-icon.colored-by-various rect[stroke=\#000],.clickable svg.custom-icon.colored-by-various g[stroke=\#000],.clickable svg.custom-icon.colored-by-various path[stroke=\#000],.clickable svg.custom-icon.colored-by-various circle[stroke=\#000],.clickable svg.custom-icon.colored-by-various ellipse[stroke=\#000],.clickable svg.custom-icon.colored-by-various rect[stroke=\#000]{stroke:#202020}a:not(.btn):hover svg.custom-icon.colored-by-stroke g,a:not(.btn):focus svg.custom-icon.colored-by-stroke g,a:not(.btn).active svg.custom-icon.colored-by-stroke g,.clickable:hover svg.custom-icon.colored-by-stroke g,.clickable:focus svg.custom-icon.colored-by-stroke g,.clickable.active svg.custom-icon.colored-by-stroke g{stroke:#de2f28}a:not(.btn):hover svg.custom-icon.colored-by-fill g,a:not(.btn):focus svg.custom-icon.colored-by-fill g,a:not(.btn).active svg.custom-icon.colored-by-fill g,.clickable:hover svg.custom-icon.colored-by-fill g,.clickable:focus svg.custom-icon.colored-by-fill g,.clickable.active svg.custom-icon.colored-by-fill g,a:not(.btn):hover svg.custom-icon.colored-by-various g[fill=\#000],a:not(.btn):hover svg.custom-icon.colored-by-various path[fill=\#000],a:not(.btn):hover svg.custom-icon.colored-by-various circle[fill=\#000],a:not(.btn):hover svg.custom-icon.colored-by-various ellipse[fill=\#000],a:not(.btn):hover svg.custom-icon.colored-by-various rect[fill=\#000],a:not(.btn):focus svg.custom-icon.colored-by-various g[fill=\#000],a:not(.btn):focus svg.custom-icon.colored-by-various path[fill=\#000],a:not(.btn):focus svg.custom-icon.colored-by-various circle[fill=\#000],a:not(.btn):focus svg.custom-icon.colored-by-various ellipse[fill=\#000],a:not(.btn):focus svg.custom-icon.colored-by-various rect[fill=\#000],a:not(.btn).active svg.custom-icon.colored-by-various g[fill=\#000],a:not(.btn).active svg.custom-icon.colored-by-various path[fill=\#000],a:not(.btn).active svg.custom-icon.colored-by-various circle[fill=\#000],a:not(.btn).active svg.custom-icon.colored-by-various ellipse[fill=\#000],a:not(.btn).active svg.custom-icon.colored-by-various rect[fill=\#000],.clickable:hover svg.custom-icon.colored-by-various g[fill=\#000],.clickable:hover svg.custom-icon.colored-by-various path[fill=\#000],.clickable:hover svg.custom-icon.colored-by-various circle[fill=\#000],.clickable:hover svg.custom-icon.colored-by-various ellipse[fill=\#000],.clickable:hover svg.custom-icon.colored-by-various rect[fill=\#000],.clickable:focus svg.custom-icon.colored-by-various g[fill=\#000],.clickable:focus svg.custom-icon.colored-by-various path[fill=\#000],.clickable:focus svg.custom-icon.colored-by-various circle[fill=\#000],.clickable:focus svg.custom-icon.colored-by-various ellipse[fill=\#000],.clickable:focus svg.custom-icon.colored-by-various rect[fill=\#000],.clickable.active svg.custom-icon.colored-by-various g[fill=\#000],.clickable.active svg.custom-icon.colored-by-various path[fill=\#000],.clickable.active svg.custom-icon.colored-by-various circle[fill=\#000],.clickable.active svg.custom-icon.colored-by-various ellipse[fill=\#000],.clickable.active svg.custom-icon.colored-by-various rect[fill=\#000]{fill:#de2f28}a:not(.btn):hover svg.custom-icon.colored-by-various g[stroke=\#000],a:not(.btn):hover svg.custom-icon.colored-by-various path[stroke=\#000],a:not(.btn):hover svg.custom-icon.colored-by-various circle[stroke=\#000],a:not(.btn):hover svg.custom-icon.colored-by-various ellipse[stroke=\#000],a:not(.btn):hover svg.custom-icon.colored-by-various rect[stroke=\#000],a:not(.btn):focus svg.custom-icon.colored-by-various g[stroke=\#000],a:not(.btn):focus svg.custom-icon.colored-by-various path[stroke=\#000],a:not(.btn):focus svg.custom-icon.colored-by-various circle[stroke=\#000],a:not(.btn):focus svg.custom-icon.colored-by-various ellipse[stroke=\#000],a:not(.btn):focus svg.custom-icon.colored-by-various rect[stroke=\#000],a:not(.btn).active svg.custom-icon.colored-by-various g[stroke=\#000],a:not(.btn).active svg.custom-icon.colored-by-various path[stroke=\#000],a:not(.btn).active svg.custom-icon.colored-by-various circle[stroke=\#000],a:not(.btn).active svg.custom-icon.colored-by-various ellipse[stroke=\#000],a:not(.btn).active svg.custom-icon.colored-by-various rect[stroke=\#000],.clickable:hover svg.custom-icon.colored-by-various g[stroke=\#000],.clickable:hover svg.custom-icon.colored-by-various path[stroke=\#000],.clickable:hover svg.custom-icon.colored-by-various circle[stroke=\#000],.clickable:hover svg.custom-icon.colored-by-various ellipse[stroke=\#000],.clickable:hover svg.custom-icon.colored-by-various rect[stroke=\#000],.clickable:focus svg.custom-icon.colored-by-various g[stroke=\#000],.clickable:focus svg.custom-icon.colored-by-various path[stroke=\#000],.clickable:focus svg.custom-icon.colored-by-various circle[stroke=\#000],.clickable:focus svg.custom-icon.colored-by-various ellipse[stroke=\#000],.clickable:focus svg.custom-icon.colored-by-various rect[stroke=\#000],.clickable.active svg.custom-icon.colored-by-various g[stroke=\#000],.clickable.active svg.custom-icon.colored-by-various path[stroke=\#000],.clickable.active svg.custom-icon.colored-by-various circle[stroke=\#000],.clickable.active svg.custom-icon.colored-by-various ellipse[stroke=\#000],.clickable.active svg.custom-icon.colored-by-various rect[stroke=\#000]{stroke:#de2f28}a:not(.btn).disabled svg.custom-icon.colored-by-stroke g,a:not(.btn)[disabled] svg.custom-icon.colored-by-stroke g,.clickable.disabled svg.custom-icon.colored-by-stroke g,.clickable[disabled] svg.custom-icon.colored-by-stroke g{stroke:#909090}a:not(.btn).disabled svg.custom-icon.colored-by-fill g,a:not(.btn)[disabled] svg.custom-icon.colored-by-fill g,.clickable.disabled svg.custom-icon.colored-by-fill g,.clickable[disabled] svg.custom-icon.colored-by-fill g,a:not(.btn).disabled svg.custom-icon.colored-by-various g[fill=\#000],a:not(.btn).disabled svg.custom-icon.colored-by-various path[fill=\#000],a:not(.btn).disabled svg.custom-icon.colored-by-various circle[fill=\#000],a:not(.btn).disabled svg.custom-icon.colored-by-various ellipse[fill=\#000],a:not(.btn).disabled svg.custom-icon.colored-by-various rect[fill=\#000],a:not(.btn)[disabled] svg.custom-icon.colored-by-various g[fill=\#000],a:not(.btn)[disabled] svg.custom-icon.colored-by-various path[fill=\#000],a:not(.btn)[disabled] svg.custom-icon.colored-by-various circle[fill=\#000],a:not(.btn)[disabled] svg.custom-icon.colored-by-various ellipse[fill=\#000],a:not(.btn)[disabled] svg.custom-icon.colored-by-various rect[fill=\#000],.clickable.disabled svg.custom-icon.colored-by-various g[fill=\#000],.clickable.disabled svg.custom-icon.colored-by-various path[fill=\#000],.clickable.disabled svg.custom-icon.colored-by-various circle[fill=\#000],.clickable.disabled svg.custom-icon.colored-by-various ellipse[fill=\#000],.clickable.disabled svg.custom-icon.colored-by-various rect[fill=\#000],.clickable[disabled] svg.custom-icon.colored-by-various g[fill=\#000],.clickable[disabled] svg.custom-icon.colored-by-various path[fill=\#000],.clickable[disabled] svg.custom-icon.colored-by-various circle[fill=\#000],.clickable[disabled] svg.custom-icon.colored-by-various ellipse[fill=\#000],.clickable[disabled] svg.custom-icon.colored-by-various rect[fill=\#000]{fill:#909090}a:not(.btn).disabled svg.custom-icon.colored-by-various g[stroke=\#000],a:not(.btn).disabled svg.custom-icon.colored-by-various path[stroke=\#000],a:not(.btn).disabled svg.custom-icon.colored-by-various circle[stroke=\#000],a:not(.btn).disabled svg.custom-icon.colored-by-various ellipse[stroke=\#000],a:not(.btn).disabled svg.custom-icon.colored-by-various rect[stroke=\#000],a:not(.btn)[disabled] svg.custom-icon.colored-by-various g[stroke=\#000],a:not(.btn)[disabled] svg.custom-icon.colored-by-various path[stroke=\#000],a:not(.btn)[disabled] svg.custom-icon.colored-by-various circle[stroke=\#000],a:not(.btn)[disabled] svg.custom-icon.colored-by-various ellipse[stroke=\#000],a:not(.btn)[disabled] svg.custom-icon.colored-by-various rect[stroke=\#000],.clickable.disabled svg.custom-icon.colored-by-various g[stroke=\#000],.clickable.disabled svg.custom-icon.colored-by-various path[stroke=\#000],.clickable.disabled svg.custom-icon.colored-by-various circle[stroke=\#000],.clickable.disabled svg.custom-icon.colored-by-various ellipse[stroke=\#000],.clickable.disabled svg.custom-icon.colored-by-various rect[stroke=\#000],.clickable[disabled] svg.custom-icon.colored-by-various g[stroke=\#000],.clickable[disabled] svg.custom-icon.colored-by-various path[stroke=\#000],.clickable[disabled] svg.custom-icon.colored-by-various circle[stroke=\#000],.clickable[disabled] svg.custom-icon.colored-by-various ellipse[stroke=\#000],.clickable[disabled] svg.custom-icon.colored-by-various rect[stroke=\#000]{stroke:#909090}.link-white svg.mdi-icon path{fill:#fff!important}.link-white svg.mdi-icon use{color:#fff!important}.link-white:hover svg.mdi-icon path,.link-white:focus svg.mdi-icon path,.link-white.active svg.mdi-icon path{fill:#fff!important}.link-white:hover svg.mdi-icon use,.link-white:focus svg.mdi-icon use,.link-white.active svg.mdi-icon use{color:#fff!important}.link-white.disabled svg.mdi-icon path,.link-white[disabled] svg.mdi-icon path{fill:#909090!important}.link-white.disabled svg.mdi-icon use,.link-white[disabled] svg.mdi-icon use{color:#909090!important}.link-body svg.mdi-icon path{fill:#202020!important}.link-body svg.mdi-icon use{color:#202020!important}.link-body:hover svg.mdi-icon path,.link-body:focus svg.mdi-icon path,.link-body.active svg.mdi-icon path{fill:#1a1a1a!important}.link-body:hover svg.mdi-icon use,.link-body:focus svg.mdi-icon use,.link-body.active svg.mdi-icon use{color:#1a1a1a!important}.link-body.disabled svg.mdi-icon path,.link-body[disabled] svg.mdi-icon path{fill:#909090!important}.link-body.disabled svg.mdi-icon use,.link-body[disabled] svg.mdi-icon use{color:#909090!important}.link-muted svg.mdi-icon path{fill:#909090!important}.link-muted svg.mdi-icon use{color:#909090!important}.link-muted:hover svg.mdi-icon path,.link-muted:focus svg.mdi-icon path,.link-muted.active svg.mdi-icon path{fill:#737373!important}.link-muted:hover svg.mdi-icon use,.link-muted:focus svg.mdi-icon use,.link-muted.active svg.mdi-icon use{color:#737373!important}.link-muted.disabled svg.mdi-icon path,.link-muted[disabled] svg.mdi-icon path{fill:#909090!important}.link-muted.disabled svg.mdi-icon use,.link-muted[disabled] svg.mdi-icon use{color:#909090!important}.link-light-gray svg.mdi-icon path{fill:#bdbdbd!important}.link-light-gray svg.mdi-icon use{color:#bdbdbd!important}.link-light-gray:hover svg.mdi-icon path,.link-light-gray:focus svg.mdi-icon path,.link-light-gray.active svg.mdi-icon path{fill:#cacaca!important}.link-light-gray:hover svg.mdi-icon use,.link-light-gray:focus svg.mdi-icon use,.link-light-gray.active svg.mdi-icon use{color:#cacaca!important}.link-light-gray.disabled svg.mdi-icon path,.link-light-gray[disabled] svg.mdi-icon path{fill:#909090!important}.link-light-gray.disabled svg.mdi-icon use,.link-light-gray[disabled] svg.mdi-icon use{color:#909090!important}.link-gray svg.mdi-icon path{fill:#616161!important}.link-gray svg.mdi-icon use{color:#616161!important}.link-gray:hover svg.mdi-icon path,.link-gray:focus svg.mdi-icon path,.link-gray.active svg.mdi-icon path{fill:#4e4e4e!important}.link-gray:hover svg.mdi-icon use,.link-gray:focus svg.mdi-icon use,.link-gray.active svg.mdi-icon use{color:#4e4e4e!important}.link-gray.disabled svg.mdi-icon path,.link-gray[disabled] svg.mdi-icon path{fill:#909090!important}.link-gray.disabled svg.mdi-icon use,.link-gray[disabled] svg.mdi-icon use{color:#909090!important}.link-dark svg.mdi-icon path{fill:#262626!important}.link-dark svg.mdi-icon use{color:#262626!important}.link-dark:hover svg.mdi-icon path,.link-dark:focus svg.mdi-icon path,.link-dark.active svg.mdi-icon path{fill:#1e1e1e!important}.link-dark:hover svg.mdi-icon use,.link-dark:focus svg.mdi-icon use,.link-dark.active svg.mdi-icon use{color:#1e1e1e!important}.link-dark.disabled svg.mdi-icon path,.link-dark[disabled] svg.mdi-icon path{fill:#909090!important}.link-dark.disabled svg.mdi-icon use,.link-dark[disabled] svg.mdi-icon use{color:#909090!important}.link-primary svg.mdi-icon path{fill:#de2f28!important}.link-primary svg.mdi-icon use{color:#de2f28!important}.link-primary:hover svg.mdi-icon path,.link-primary:focus svg.mdi-icon path,.link-primary.active svg.mdi-icon path{fill:#b22620!important}.link-primary:hover svg.mdi-icon use,.link-primary:focus svg.mdi-icon use,.link-primary.active svg.mdi-icon use{color:#b22620!important}.link-primary.disabled svg.mdi-icon path,.link-primary[disabled] svg.mdi-icon path{fill:#909090!important}.link-primary.disabled svg.mdi-icon use,.link-primary[disabled] svg.mdi-icon use{color:#909090!important}.link-danger svg.mdi-icon path{fill:#de2f28!important}.link-danger svg.mdi-icon use{color:#de2f28!important}.link-danger:hover svg.mdi-icon path,.link-danger:focus svg.mdi-icon path,.link-danger.active svg.mdi-icon path{fill:#b22620!important}.link-danger:hover svg.mdi-icon use,.link-danger:focus svg.mdi-icon use,.link-danger.active svg.mdi-icon use{color:#b22620!important}.link-danger.disabled svg.mdi-icon path,.link-danger[disabled] svg.mdi-icon path{fill:#909090!important}.link-danger.disabled svg.mdi-icon use,.link-danger[disabled] svg.mdi-icon use{color:#909090!important}.link-warning svg.mdi-icon path{fill:#f0a20b!important}.link-warning svg.mdi-icon use{color:#f0a20b!important}.link-warning:hover svg.mdi-icon path,.link-warning:focus svg.mdi-icon path,.link-warning.active svg.mdi-icon path{fill:#c08209!important}.link-warning:hover svg.mdi-icon use,.link-warning:focus svg.mdi-icon use,.link-warning.active svg.mdi-icon use{color:#c08209!important}.link-warning.disabled svg.mdi-icon path,.link-warning[disabled] svg.mdi-icon path{fill:#909090!important}.link-warning.disabled svg.mdi-icon use,.link-warning[disabled] svg.mdi-icon use{color:#909090!important}.link-success svg.mdi-icon path{fill:#4ac125!important}.link-success svg.mdi-icon use{color:#4ac125!important}.link-success:hover svg.mdi-icon path,.link-success:focus svg.mdi-icon path,.link-success.active svg.mdi-icon path{fill:#3b9a1e!important}.link-success:hover svg.mdi-icon use,.link-success:focus svg.mdi-icon use,.link-success.active svg.mdi-icon use{color:#3b9a1e!important}.link-success.disabled svg.mdi-icon path,.link-success[disabled] svg.mdi-icon path{fill:#909090!important}.link-success.disabled svg.mdi-icon use,.link-success[disabled] svg.mdi-icon use{color:#909090!important}.link-blue svg.mdi-icon path{fill:#0af!important}.link-blue svg.mdi-icon use{color:#0af!important}.link-blue:hover svg.mdi-icon path,.link-blue:focus svg.mdi-icon path,.link-blue.active svg.mdi-icon path{fill:#08c!important}.link-blue:hover svg.mdi-icon use,.link-blue:focus svg.mdi-icon use,.link-blue.active svg.mdi-icon use{color:#08c!important}.link-blue.disabled svg.mdi-icon path,.link-blue[disabled] svg.mdi-icon path{fill:#909090!important}.link-blue.disabled svg.mdi-icon use,.link-blue[disabled] svg.mdi-icon use{color:#909090!important}.link-red svg.mdi-icon path{fill:#de2f28!important}.link-red svg.mdi-icon use{color:#de2f28!important}.link-red:hover svg.mdi-icon path,.link-red:focus svg.mdi-icon path,.link-red.active svg.mdi-icon path{fill:#b22620!important}.link-red:hover svg.mdi-icon use,.link-red:focus svg.mdi-icon use,.link-red.active svg.mdi-icon use{color:#b22620!important}.link-red.disabled svg.mdi-icon path,.link-red[disabled] svg.mdi-icon path{fill:#909090!important}.link-red.disabled svg.mdi-icon use,.link-red[disabled] svg.mdi-icon use{color:#909090!important}.link-green svg.mdi-icon path{fill:#1f9817!important}.link-green svg.mdi-icon use{color:#1f9817!important}.link-green:hover svg.mdi-icon path,.link-green:focus svg.mdi-icon path,.link-green.active svg.mdi-icon path{fill:#197a12!important}.link-green:hover svg.mdi-icon use,.link-green:focus svg.mdi-icon use,.link-green.active svg.mdi-icon use{color:#197a12!important}.link-green.disabled svg.mdi-icon path,.link-green[disabled] svg.mdi-icon path{fill:#909090!important}.link-green.disabled svg.mdi-icon use,.link-green[disabled] svg.mdi-icon use{color:#909090!important}.link-light-green svg.mdi-icon path{fill:#4ac125!important}.link-light-green svg.mdi-icon use{color:#4ac125!important}.link-light-green:hover svg.mdi-icon path,.link-light-green:focus svg.mdi-icon path,.link-light-green.active svg.mdi-icon path{fill:#3b9a1e!important}.link-light-green:hover svg.mdi-icon use,.link-light-green:focus svg.mdi-icon use,.link-light-green.active svg.mdi-icon use{color:#3b9a1e!important}.link-light-green.disabled svg.mdi-icon path,.link-light-green[disabled] svg.mdi-icon path{fill:#909090!important}.link-light-green.disabled svg.mdi-icon use,.link-light-green[disabled] svg.mdi-icon use{color:#909090!important}.link-orange svg.mdi-icon path{fill:#f29f3f!important}.link-orange svg.mdi-icon use{color:#f29f3f!important}.link-orange:hover svg.mdi-icon path,.link-orange:focus svg.mdi-icon path,.link-orange.active svg.mdi-icon path{fill:#c27f32!important}.link-orange:hover svg.mdi-icon use,.link-orange:focus svg.mdi-icon use,.link-orange.active svg.mdi-icon use{color:#c27f32!important}.link-orange.disabled svg.mdi-icon path,.link-orange[disabled] svg.mdi-icon path{fill:#909090!important}.link-orange.disabled svg.mdi-icon use,.link-orange[disabled] svg.mdi-icon use{color:#909090!important}a,.clickable{color:#202020;text-decoration:none;transition:color .2s linear}a:hover,.clickable:hover{color:#de2f28;text-decoration:none}a.disabled:not(.btn),a:disabled:not(.btn),.clickable.disabled:not(.btn),.clickable:disabled:not(.btn){cursor:not-allowed;color:#909090!important}a[class*=link-]:not(.btn),.clickable[class*=link-]:not(.btn){text-decoration:underline}a[class*=link-]:not(.btn):hover,.clickable[class*=link-]:not(.btn):hover{text-decoration:none}a[class*=link-]:not(.btn).active,.clickable[class*=link-]:not(.btn).active{color:#202020!important}a.with-icon,a.with-icon-flex,a.with-icon[class*=link-]:not(.btn),a.with-icon-flex[class*=link-]:not(.btn),.clickable.with-icon,.clickable.with-icon-flex,.clickable.with-icon[class*=link-]:not(.btn),.clickable.with-icon-flex[class*=link-]:not(.btn),a.with-icon:hover,a.with-icon-flex:hover,a.with-icon[class*=link-]:not(.btn):hover,a.with-icon-flex[class*=link-]:not(.btn):hover,.clickable.with-icon:hover,.clickable.with-icon-flex:hover,.clickable.with-icon[class*=link-]:not(.btn):hover,.clickable.with-icon-flex[class*=link-]:not(.btn):hover{text-decoration:none}a.text-decoration-reversed,.clickable.text-decoration-reversed{text-decoration:underline}a.text-decoration-reversed:hover,.clickable.text-decoration-reversed:hover{text-decoration:none}a.text-decoration-hover-underline:hover,.clickable.text-decoration-hover-underline:hover{text-decoration:underline!important}a.text-decoration-hover-none:hover,.clickable.text-decoration-hover-none:hover{text-decoration:none!important}.clickable{cursor:pointer;display:inline;position:static}.stretched-link:after{z-index:1;content:"";position:absolute;top:0;bottom:0;left:0;right:0}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}.img-fluid{max-width:100%;height:auto}.bg-image{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}.mask{background-attachment:fixed;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.hover-overlay .mask{opacity:0;transition:all .3s ease-in-out}.hover-overlay .mask:hover{opacity:1}.hover-zoom img,.hover-zoom video{transition:all .3s linear}.hover-zoom:hover img,.hover-zoom:hover video{transform:scale(1.1)}.hover-shadow,.card.hover-shadow{box-shadow:none;transition:all .3s ease-in-out}.hover-shadow:hover,.card.hover-shadow:hover{transition:all .3s ease-in-out;box-shadow:0 10px 20px rgba(0,0,0,.21)}.hover-shadow-soft,.card.hover-shadow-soft{box-shadow:none;transition:all .3s ease-in-out}.hover-shadow-soft:hover,.card.hover-shadow-soft:hover{transition:all .3s ease-in-out;box-shadow:0 20px 25px -5px rgba(0,0,0,.07),0 10px 10px -5px rgba(0,0,0,.05)}.img-thumbnail{background-color:#fafafa;border:1px solid #e0e0e0;border-radius:.25rem;max-width:100%;height:auto;padding:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{color:#757575;font-size:.875em}.table{--mdb-table-bg:transparent;--mdb-table-accent-bg:transparent;--mdb-table-striped-color:#202020;--mdb-table-striped-bg:rgba(0,0,0,.02);--mdb-table-active-color:#202020;--mdb-table-active-bg:rgba(0,0,0,.1);--mdb-table-hover-color:#202020;--mdb-table-hover-bg:rgba(0,0,0,.04);color:#202020;vertical-align:top;border-color:#d4d4d4;width:100%;margin-bottom:1rem;font-size:.9rem}.table>:not(caption)>*>*{background-color:var(--mdb-table-bg);box-shadow:inset 0 0 0 9999px var(--mdb-table-accent-bg);border-bottom-width:1px;padding:1rem 1.4rem}.table>tbody{vertical-align:inherit;font-weight:400}.table>tbody>tr.odd>td,.table>tbody>tr.odd>th{background-color:rgba(0,0,0,.02)}.table>thead{vertical-align:bottom}.table th{font-weight:500}.table>:not(:last-child)>:last-child>*{border-bottom-color:inherit}.table.table-no-border-for-last-row tbody>tr:last-child td{border-bottom-width:0!important}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.5rem 1.4rem}.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-striped>tbody>tr:nth-of-type(odd){--mdb-table-accent-bg:var(--mdb-table-striped-bg);color:var(--mdb-table-striped-color)}.table-active{--mdb-table-accent-bg:var(--mdb-table-active-bg);color:var(--mdb-table-active-color)}.table-hover>tbody>tr{transition:all .5s}.table-hover>tbody>tr:hover{--mdb-table-accent-bg:transparent;color:var(--mdb-table-hover-color);background-color:var(--mdb-table-hover-bg)}.table-fixed{table-layout:fixed}.table-auto{table-layout:auto}.table-primary{--mdb-table-bg:#f8d5d4;--mdb-table-striped-bg:#f5d3d1;--mdb-table-striped-color:#4f4f4f;--mdb-table-active-bg:#e7c8c7;--mdb-table-active-color:#4f4f4f;--mdb-table-hover-bg:#f2d0cf;--mdb-table-hover-color:#4f4f4f;color:#4f4f4f;border-color:#e7c8c7}.table-secondary{--mdb-table-bg:#e9e9e9;--mdb-table-striped-bg:#e6e6e6;--mdb-table-striped-color:#4f4f4f;--mdb-table-active-bg:#d9d9d9;--mdb-table-active-color:#4f4f4f;--mdb-table-hover-bg:#e3e3e3;--mdb-table-hover-color:#4f4f4f;color:#4f4f4f;border-color:#d9d9d9}.table-success{--mdb-table-bg:#dbf3d3;--mdb-table-striped-bg:#d8efd1;--mdb-table-striped-color:#4f4f4f;--mdb-table-active-bg:#cde2c6;--mdb-table-active-color:#4f4f4f;--mdb-table-hover-bg:#d5ecce;--mdb-table-hover-color:#4f4f4f;color:#4f4f4f;border-color:#cde2c6}.table-info{--mdb-table-bg:#cef;--mdb-table-striped-bg:#caebfb;--mdb-table-striped-color:#4f4f4f;--mdb-table-active-bg:#c0deed;--mdb-table-active-color:#4f4f4f;--mdb-table-hover-bg:#c7e8f8;--mdb-table-hover-color:#4f4f4f;color:#4f4f4f;border-color:#c0deed}.table-warning{--mdb-table-bg:#fcecce;--mdb-table-striped-bg:#f9e9cc;--mdb-table-striped-color:#4f4f4f;--mdb-table-active-bg:#ebddc1;--mdb-table-active-color:#4f4f4f;--mdb-table-hover-bg:#f5e6c9;--mdb-table-hover-color:#4f4f4f;color:#4f4f4f;border-color:#ebddc1}.table-danger{--mdb-table-bg:#f8d5d4;--mdb-table-striped-bg:#f5d3d1;--mdb-table-striped-color:#4f4f4f;--mdb-table-active-bg:#e7c8c7;--mdb-table-active-color:#4f4f4f;--mdb-table-hover-bg:#f2d0cf;--mdb-table-hover-color:#4f4f4f;color:#4f4f4f;border-color:#e7c8c7}.table-light{--mdb-table-bg:#fbfbfb;--mdb-table-striped-bg:#f8f8f8;--mdb-table-striped-color:#4f4f4f;--mdb-table-active-bg:#eaeaea;--mdb-table-active-color:#4f4f4f;--mdb-table-hover-bg:#f4f4f4;--mdb-table-hover-color:#4f4f4f;color:#4f4f4f;border-color:#eaeaea}.table-dark{--mdb-table-bg:#262626;--mdb-table-striped-bg:#2a2a2a;--mdb-table-striped-color:#fff;--mdb-table-active-bg:#3c3c3c;--mdb-table-active-color:#fff;--mdb-table-hover-bg:#2f2f2f;--mdb-table-hover-color:#fff;color:#fff;border-color:#3c3c3c}.table-highlight-blue,tr.table-highlight-blue>td{background-color:#e6f7ff!important}.table-highlight-red,tr.table-highlight-red>td{background-color:#fceaea!important}.table-highlight-green,tr.table-highlight-green>td{background-color:#edf9e9!important}.table-highlight-orange,tr.table-highlight-orange>td{background-color:#fffaf0!important}.table-highlight-gray,tr.table-highlight-gray>td{background-color:#f5f5f5!important}.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}}.tooltip{z-index:1090;font-family:var(--mdb-font-sans-serif);text-align:left;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;word-wrap:break-word;opacity:0;margin:0 0 .2rem;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.6;text-decoration:none;display:block;position:absolute}.tooltip.show{opacity:1}.tooltip-inner{color:#fff;text-align:center;background-color:#6d6d6d;border-radius:.25rem;max-width:200px;padding:6px 16px}.tooltip-text-red{color:#de2f28}.tooltip-text-blue{color:#0af}.tooltip-text-green{color:#4ac125}.tooltip-text-orange{color:#ffca67}.tooltip-text-muted{color:#909090}svg.mdi-icon.chevron path,.chevron path{fill:#909090}svg.mdi-icon.chevron use,.chevron use{color:#909090}.ripple-surface{vertical-align:bottom;display:inline-block;position:relative;overflow:hidden}.ripple-surface-unbound{overflow:visible}.ripple-waves-wrapper{touch-action:none;pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.ripple-surface-unbound .ripple-waves-wrapper{overflow:visible}.ripple-wave{opacity:.5;pointer-events:none;touch-action:none;z-index:999;background-image:radial-gradient(circle,rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,transparent 70%);border-radius:50%;transition-property:transform,opacity;transition-timing-function:cubic-bezier(0,0,.15,1),cubic-bezier(0,0,.15,1);position:absolute;transform:scale(0)}.ripple-wave.active{opacity:0;transform:scale(1)}.btn .ripple-wave,.ripple-surface-light .ripple-wave{background-image:radial-gradient(circle,rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%)}.ripple-surface-light-gray .ripple-wave{background-image:radial-gradient(circle,rgba(234,234,234,.2) 0,rgba(234,234,234,.3) 40%,rgba(234,234,234,.4) 50%,rgba(234,234,234,.5) 60%,rgba(234,234,234,0) 70%)}.ripple-surface-gray .ripple-wave{background-image:radial-gradient(circle,rgba(217,217,217,.2) 0,rgba(217,217,217,.3) 40%,rgba(217,217,217,.4) 50%,rgba(217,217,217,.5) 60%,rgba(217,217,217,0) 70%)}.ripple-surface-dark .ripple-wave{background-image:radial-gradient(circle,rgba(144,144,144,.2) 0,rgba(144,144,144,.3) 40%,rgba(144,144,144,.4) 50%,rgba(144,144,144,.5) 60%,rgba(144,144,144,0) 70%)}.ripple-surface-primary .ripple-wave{background-image:radial-gradient(circle,rgba(222,47,40,.2) 0,rgba(222,47,40,.3) 40%,rgba(222,47,40,.4) 50%,rgba(222,47,40,.5) 60%,rgba(222,47,40,0) 70%)}.ripple-surface-green .ripple-wave{background-image:radial-gradient(circle,rgba(74,193,37,.2) 0,rgba(74,193,37,.3) 40%,rgba(74,193,37,.4) 50%,rgba(74,193,37,.5) 60%,rgba(74,193,37,0) 70%)}.ripple-surface-red .ripple-wave{background-image:radial-gradient(circle,rgba(222,47,40,.2) 0,rgba(222,47,40,.3) 40%,rgba(222,47,40,.4) 50%,rgba(222,47,40,.5) 60%,rgba(222,47,40,0) 70%)}.ripple-surface-blue .ripple-wave{background-image:radial-gradient(circle,rgba(0,170,255,.2) 0,rgba(0,170,255,.3) 40%,rgba(0,170,255,.4) 50%,rgba(0,170,255,.5) 60%,rgba(0,170,255,0) 70%)}.ripple-surface-light-blue .ripple-wave{background-image:radial-gradient(circle,rgba(204,238,255,.2) 0,rgba(204,238,255,.3) 40%,rgba(204,238,255,.4) 50%,rgba(204,238,255,.5) 60%,rgba(204,238,255,0) 70%)}.ripple-surface-orange .ripple-wave{background-image:radial-gradient(circle,rgba(240,162,11,.2) 0,rgba(240,162,11,.3) 40%,rgba(240,162,11,.4) 50%,rgba(240,162,11,.5) 60%,rgba(240,162,11,0) 70%)}.ripple-surface-light-orange .ripple-wave{background-image:radial-gradient(circle,rgba(255,202,103,.2) 0,rgba(255,202,103,.3) 40%,rgba(255,202,103,.4) 50%,rgba(255,202,103,.5) 60%,rgba(255,202,103,0) 70%)}.btn{color:#202020;text-align:center;text-transform:none;vertical-align:bottom;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;border-radius:.625rem;padding:1rem 1.75rem;font-size:.875rem;font-weight:400;line-height:1.5;transition:color .25s linear,background-color .25s linear,border-color .25s linear,box-shadow .25s linear,opacity .25s linear;display:inline-block}.btn.btn-with-icon{flex-direction:row;justify-content:center;align-items:center;display:flex}.btn.btn-with-icon.icon-before .mdi-icon,.btn.btn-with-icon.icon-before .custom-icon{margin-right:.25rem}.btn.btn-with-icon.icon-after .mdi-icon,.btn.btn-with-icon.icon-after .custom-icon{margin-left:.25rem}.btn:hover{color:#202020;box-shadow:none}.btn:focus,.btn.focus{box-shadow:none;outline:0}.btn:active,.btn.active,.btn:active:focus,.btn.active:focus{box-shadow:none}.btn:disabled,.btn.disabled,fieldset:disabled .btn{pointer-events:auto;cursor:not-allowed;opacity:.65}[class*=btn-outline-]{box-shadow:none;padding:1rem 1.75rem}[class*=btn-outline-]:hover,[class*=btn-outline-]:focus,[class*=btn-outline-].focus{box-shadow:none;text-decoration:none}[class*=btn-outline-]:active,[class*=btn-outline-].active,[class*=btn-outline-]:active:focus,[class*=btn-outline-].active:focus,[class*=btn-outline-]:disabled,[class*=btn-outline-].disabled,fieldset:disabled [class*=btn-outline-]{box-shadow:none}[class*=btn-outline-].btn-lg{padding:.75rem 1.9375rem}[class*=btn-outline-].btn-sm{padding:.75rem 1.25rem}.btn-light,.btn-light:hover,.btn-light:focus,.btn-light:active,.btn-light.active,.show>.btn-light.dropdown-toggle{color:#4f4f4f;background-color:#fff;border-color:#fff}.btn-light:active:focus,.btn-light.active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:none}.btn-light:disabled,.btn-light.disabled{color:#4f4f4f;background-color:#fff;border-color:#fff}.btn-light svg.mdi-icon path{fill:#4f4f4f}.btn-light svg.mdi-icon use{color:#4f4f4f}.btn-light-gray{color:#4f4f4f;background-color:#eaeaea;border-color:#eaeaea}.btn-light-gray:hover,.btn-light-gray:focus{color:#4f4f4f;background-color:#ededed;border-color:#ececec}.btn-light-gray:active,.btn-light-gray.active,.show>.btn-light-gray.dropdown-toggle{color:#4f4f4f;background-color:#eee;border-color:#ececec}.btn-light-gray:active:focus,.btn-light-gray.active:focus,.show>.btn-light-gray.dropdown-toggle:focus{box-shadow:none}.btn-light-gray:disabled,.btn-light-gray.disabled{color:#4f4f4f;background-color:#eaeaea;border-color:#eaeaea}.btn-light-gray svg.mdi-icon path{fill:#4f4f4f}.btn-light-gray svg.mdi-icon use{color:#4f4f4f}.btn-gray{color:#4f4f4f;background-color:#d9d9d9;border-color:#d9d9d9}.btn-gray:hover,.btn-gray:focus{color:#4f4f4f;background-color:#dfdfdf;border-color:#ddd}.btn-gray:active,.btn-gray.active,.show>.btn-gray.dropdown-toggle{color:#4f4f4f;background-color:#e1e1e1;border-color:#ddd}.btn-gray:active:focus,.btn-gray.active:focus,.show>.btn-gray.dropdown-toggle:focus{box-shadow:none}.btn-gray:disabled,.btn-gray.disabled{color:#4f4f4f;background-color:#d9d9d9;border-color:#d9d9d9}.btn-gray svg.mdi-icon path{fill:#4f4f4f}.btn-gray svg.mdi-icon use{color:#4f4f4f}.btn-dark{color:#fff;background-color:#909090;border-color:#909090}.btn-dark:hover,.btn-dark:focus{color:#fff;background-color:#7a7a7a;border-color:#737373}.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#737373;border-color:#6c6c6c}.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:none}.btn-dark:disabled,.btn-dark.disabled{color:#fff;background-color:#909090;border-color:#909090}.btn-dark svg.mdi-icon path{fill:#fff}.btn-dark svg.mdi-icon use{color:#fff}.btn-primary{color:#fff;background-color:#de2f28;border-color:#de2f28}.btn-primary:hover,.btn-primary:focus{color:#fff;background-color:#bd2822;border-color:#b22620}.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#b22620;border-color:#a7231e}.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:none}.btn-primary:disabled,.btn-primary.disabled{color:#fff;background-color:#de2f28;border-color:#de2f28}.btn-primary svg.mdi-icon path{fill:#fff}.btn-primary svg.mdi-icon use{color:#fff}.btn-green{color:#fff;background-color:#4ac125;border-color:#4ac125}.btn-green:hover,.btn-green:focus{color:#fff;background-color:#3fa41f;border-color:#3b9a1e}.btn-green:active,.btn-green.active,.show>.btn-green.dropdown-toggle{color:#fff;background-color:#3b9a1e;border-color:#38911c}.btn-green:active:focus,.btn-green.active:focus,.show>.btn-green.dropdown-toggle:focus{box-shadow:none}.btn-green:disabled,.btn-green.disabled{color:#fff;background-color:#4ac125;border-color:#4ac125}.btn-green svg.mdi-icon path{fill:#fff}.btn-green svg.mdi-icon use{color:#fff}.btn-red{color:#fff;background-color:#de2f28;border-color:#de2f28}.btn-red:hover,.btn-red:focus{color:#fff;background-color:#bd2822;border-color:#b22620}.btn-red:active,.btn-red.active,.show>.btn-red.dropdown-toggle{color:#fff;background-color:#b22620;border-color:#a7231e}.btn-red:active:focus,.btn-red.active:focus,.show>.btn-red.dropdown-toggle:focus{box-shadow:none}.btn-red:disabled,.btn-red.disabled{color:#fff;background-color:#de2f28;border-color:#de2f28}.btn-red svg.mdi-icon path{fill:#fff}.btn-red svg.mdi-icon use{color:#fff}.btn-blue{color:#fff;background-color:#0af;border-color:#0af}.btn-blue:hover,.btn-blue:focus{color:#fff;background-color:#0091d9;border-color:#08c}.btn-blue:active,.btn-blue.active,.show>.btn-blue.dropdown-toggle{color:#fff;background-color:#08c;border-color:#0080bf}.btn-blue:active:focus,.btn-blue.active:focus,.show>.btn-blue.dropdown-toggle:focus{box-shadow:none}.btn-blue:disabled,.btn-blue.disabled{color:#fff;background-color:#0af;border-color:#0af}.btn-blue svg.mdi-icon path{fill:#fff}.btn-blue svg.mdi-icon use{color:#fff}.btn-light-blue{color:#4f4f4f;background-color:#cef;border-color:#cef}.btn-light-blue:hover,.btn-light-blue:focus{color:#4f4f4f;background-color:#d4f1ff;border-color:#d1f0ff}.btn-light-blue:active,.btn-light-blue.active,.show>.btn-light-blue.dropdown-toggle{color:#4f4f4f;background-color:#d6f1ff;border-color:#d1f0ff}.btn-light-blue:active:focus,.btn-light-blue.active:focus,.show>.btn-light-blue.dropdown-toggle:focus{box-shadow:none}.btn-light-blue:disabled,.btn-light-blue.disabled{color:#4f4f4f;background-color:#cef;border-color:#cef}.btn-light-blue svg.mdi-icon path{fill:#4f4f4f}.btn-light-blue svg.mdi-icon use{color:#4f4f4f}.btn-orange{color:#fff;background-color:#f0a20b;border-color:#f0a20b}.btn-orange:hover,.btn-orange:focus{color:#fff;background-color:#cc8a09;border-color:#c08209}.btn-orange:active,.btn-orange.active,.show>.btn-orange.dropdown-toggle{color:#fff;background-color:#c08209;border-color:#b47a08}.btn-orange:active:focus,.btn-orange.active:focus,.show>.btn-orange.dropdown-toggle:focus{box-shadow:none}.btn-orange:disabled,.btn-orange.disabled{color:#fff;background-color:#f0a20b;border-color:#f0a20b}.btn-orange svg.mdi-icon path{fill:#fff}.btn-orange svg.mdi-icon use{color:#fff}.btn-light-orange{color:#4f4f4f;background-color:#ffca67;border-color:#ffca67}.btn-light-orange:hover,.btn-light-orange:focus{color:#4f4f4f;background-color:#ffd27e;border-color:#ffcf76}.btn-light-orange:active,.btn-light-orange.active,.show>.btn-light-orange.dropdown-toggle{color:#4f4f4f;background-color:#ffd585;border-color:#ffcf76}.btn-light-orange:active:focus,.btn-light-orange.active:focus,.show>.btn-light-orange.dropdown-toggle:focus{box-shadow:none}.btn-light-orange:disabled,.btn-light-orange.disabled{color:#4f4f4f;background-color:#ffca67;border-color:#ffca67}.btn-light-orange svg.mdi-icon path{fill:#4f4f4f}.btn-light-orange svg.mdi-icon use{color:#4f4f4f}.btn-outline-light{color:#fff;border-color:#fff}.btn-outline-light:hover{color:#fff;background-color:rgba(255,255,255,.05)}.btn-outline-light:focus{color:#fff;background-color:transparent}.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show{color:#fff;background-color:rgba(255,255,255,.05);border-color:#fff}.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus{box-shadow:none}.btn-outline-light:disabled,.btn-outline-light.disabled{color:#fff;background-color:transparent;border-color:#fff}.btn-outline-light svg.mdi-icon path{fill:#fff}.btn-outline-light svg.mdi-icon use{color:#fff}.btn-outline-light-gray{color:#eaeaea;border-color:#eaeaea}.btn-outline-light-gray:hover{color:#eaeaea;background-color:rgba(234,234,234,.05)}.btn-outline-light-gray:focus{color:#eaeaea;background-color:transparent}.btn-outline-light-gray:active,.btn-outline-light-gray.active,.btn-outline-light-gray.dropdown-toggle.show{color:#eaeaea;background-color:rgba(234,234,234,.05);border-color:#eaeaea}.btn-outline-light-gray:active:focus,.btn-outline-light-gray.active:focus,.btn-outline-light-gray.dropdown-toggle.show:focus{box-shadow:none}.btn-outline-light-gray:disabled,.btn-outline-light-gray.disabled{color:#eaeaea;background-color:transparent;border-color:#eaeaea}.btn-outline-light-gray svg.mdi-icon path{fill:#eaeaea}.btn-outline-light-gray svg.mdi-icon use{color:#eaeaea}.btn-outline-gray{color:#616161;border-color:#616161}.btn-outline-gray:hover{color:#616161;background-color:rgba(97,97,97,.05)}.btn-outline-gray:focus{color:#616161;background-color:transparent}.btn-outline-gray:active,.btn-outline-gray.active,.btn-outline-gray.dropdown-toggle.show{color:#616161;background-color:rgba(97,97,97,.05);border-color:#616161}.btn-outline-gray:active:focus,.btn-outline-gray.active:focus,.btn-outline-gray.dropdown-toggle.show:focus{box-shadow:none}.btn-outline-gray:disabled,.btn-outline-gray.disabled{color:#616161;background-color:transparent;border-color:#616161}.btn-outline-gray svg.mdi-icon path{fill:#616161}.btn-outline-gray svg.mdi-icon use{color:#616161}.btn-outline-dark{color:#909090;border-color:#909090}.btn-outline-dark:hover{color:#909090;background-color:rgba(144,144,144,.05)}.btn-outline-dark:focus{color:#909090;background-color:transparent}.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show{color:#909090;background-color:rgba(144,144,144,.05);border-color:#909090}.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus{box-shadow:none}.btn-outline-dark:disabled,.btn-outline-dark.disabled{color:#909090;background-color:transparent;border-color:#909090}.btn-outline-dark svg.mdi-icon path{fill:#909090}.btn-outline-dark svg.mdi-icon use{color:#909090}.btn-outline-primary{color:#de2f28;border-color:#de2f28}.btn-outline-primary:hover{color:#de2f28;background-color:rgba(222,47,40,.05)}.btn-outline-primary:focus{color:#de2f28;background-color:transparent}.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show{color:#de2f28;background-color:rgba(222,47,40,.05);border-color:#de2f28}.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus{box-shadow:none}.btn-outline-primary:disabled,.btn-outline-primary.disabled{color:#de2f28;background-color:transparent;border-color:#de2f28}.btn-outline-primary svg.mdi-icon path{fill:#de2f28}.btn-outline-primary svg.mdi-icon use{color:#de2f28}.btn-outline-green{color:#4ac125;border-color:#4ac125}.btn-outline-green:hover{color:#4ac125;background-color:rgba(74,193,37,.05)}.btn-outline-green:focus{color:#4ac125;background-color:transparent}.btn-outline-green:active,.btn-outline-green.active,.btn-outline-green.dropdown-toggle.show{color:#4ac125;background-color:rgba(74,193,37,.05);border-color:#4ac125}.btn-outline-green:active:focus,.btn-outline-green.active:focus,.btn-outline-green.dropdown-toggle.show:focus{box-shadow:none}.btn-outline-green:disabled,.btn-outline-green.disabled{color:#4ac125;background-color:transparent;border-color:#4ac125}.btn-outline-green svg.mdi-icon path{fill:#4ac125}.btn-outline-green svg.mdi-icon use{color:#4ac125}.btn-outline-red{color:#de2f28;border-color:#de2f28}.btn-outline-red:hover{color:#de2f28;background-color:rgba(222,47,40,.05)}.btn-outline-red:focus{color:#de2f28;background-color:transparent}.btn-outline-red:active,.btn-outline-red.active,.btn-outline-red.dropdown-toggle.show{color:#de2f28;background-color:rgba(222,47,40,.05);border-color:#de2f28}.btn-outline-red:active:focus,.btn-outline-red.active:focus,.btn-outline-red.dropdown-toggle.show:focus{box-shadow:none}.btn-outline-red:disabled,.btn-outline-red.disabled{color:#de2f28;background-color:transparent;border-color:#de2f28}.btn-outline-red svg.mdi-icon path{fill:#de2f28}.btn-outline-red svg.mdi-icon use{color:#de2f28}.btn-outline-blue{color:#0af;border-color:#0af}.btn-outline-blue:hover{color:#0af;background-color:rgba(0,170,255,.05)}.btn-outline-blue:focus{color:#0af;background-color:transparent}.btn-outline-blue:active,.btn-outline-blue.active,.btn-outline-blue.dropdown-toggle.show{color:#0af;background-color:rgba(0,170,255,.05);border-color:#0af}.btn-outline-blue:active:focus,.btn-outline-blue.active:focus,.btn-outline-blue.dropdown-toggle.show:focus{box-shadow:none}.btn-outline-blue:disabled,.btn-outline-blue.disabled{color:#0af;background-color:transparent;border-color:#0af}.btn-outline-blue svg.mdi-icon path{fill:#0af}.btn-outline-blue svg.mdi-icon use{color:#0af}.btn-outline-light-blue{color:#cef;border-color:#cef}.btn-outline-light-blue:hover{color:#cef;background-color:rgba(204,238,255,.05)}.btn-outline-light-blue:focus{color:#cef;background-color:transparent}.btn-outline-light-blue:active,.btn-outline-light-blue.active,.btn-outline-light-blue.dropdown-toggle.show{color:#cef;background-color:rgba(204,238,255,.05);border-color:#cef}.btn-outline-light-blue:active:focus,.btn-outline-light-blue.active:focus,.btn-outline-light-blue.dropdown-toggle.show:focus{box-shadow:none}.btn-outline-light-blue:disabled,.btn-outline-light-blue.disabled{color:#cef;background-color:transparent;border-color:#cef}.btn-outline-light-blue svg.mdi-icon path{fill:#cef}.btn-outline-light-blue svg.mdi-icon use{color:#cef}.btn-outline-orange{color:#f0a20b;border-color:#f0a20b}.btn-outline-orange:hover{color:#f0a20b;background-color:rgba(240,162,11,.05)}.btn-outline-orange:focus{color:#f0a20b;background-color:transparent}.btn-outline-orange:active,.btn-outline-orange.active,.btn-outline-orange.dropdown-toggle.show{color:#f0a20b;background-color:rgba(240,162,11,.05);border-color:#f0a20b}.btn-outline-orange:active:focus,.btn-outline-orange.active:focus,.btn-outline-orange.dropdown-toggle.show:focus{box-shadow:none}.btn-outline-orange:disabled,.btn-outline-orange.disabled{color:#f0a20b;background-color:transparent;border-color:#f0a20b}.btn-outline-orange svg.mdi-icon path{fill:#f0a20b}.btn-outline-orange svg.mdi-icon use{color:#f0a20b}.btn-outline-light-orange{color:#ffca67;border-color:#ffca67}.btn-outline-light-orange:hover{color:#ffca67;background-color:rgba(255,202,103,.05)}.btn-outline-light-orange:focus{color:#ffca67;background-color:transparent}.btn-outline-light-orange:active,.btn-outline-light-orange.active,.btn-outline-light-orange.dropdown-toggle.show{color:#ffca67;background-color:rgba(255,202,103,.05);border-color:#ffca67}.btn-outline-light-orange:active:focus,.btn-outline-light-orange.active:focus,.btn-outline-light-orange.dropdown-toggle.show:focus{box-shadow:none}.btn-outline-light-orange:disabled,.btn-outline-light-orange.disabled{color:#ffca67;background-color:transparent;border-color:#ffca67}.btn-outline-light-orange svg.mdi-icon path{fill:#ffca67}.btn-outline-light-orange svg.mdi-icon use{color:#ffca67}.btn-block{width:100%;display:block}.btn-block+.btn-block{margin-top:.5rem}.btn-link{box-shadow:none;color:#202020;text-transform:none;padding:0;font-size:1rem;font-weight:400;text-decoration:none}.btn-link:hover,.btn-link:focus,.btn-link.focus,.btn-link:active,.btn-link:active:focus,.btn-link.active,.btn-link.active:focus{box-shadow:none;background-color:transparent;text-decoration:none}.btn-link:hover{color:#de2f28}.btn-link:disabled,.btn-link.disabled{box-shadow:none;color:#909090}.btn-link.text-decoration-reversed{text-decoration:underline}.btn-link.text-decoration-reversed:hover{text-decoration:none}.btn-link.text-decoration-hover-underline:hover{text-decoration:underline!important}.btn-link.text-decoration-hover-none:hover{text-decoration:none!important}.btn-lg{border-radius:.625rem;padding:.75rem 1.9375rem;font-size:1rem;font-weight:400;line-height:1.6}.btn-sm{border-radius:.625rem;padding:.75rem 1.25rem;font-size:.7875rem;font-weight:400;line-height:1.5}.btn-rounded{border-radius:10rem}.dropup,.dropend,.dropdown,.dropstart{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle.btn{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.dropdown-toggle.btn .chevron{margin-left:.25rem;margin-right:-.5rem}.dropdown-menu{z-index:1000;color:#202020;text-align:left;background-color:#fff;background-clip:padding-box;border:0 solid rgba(0,0,0,.15);border-radius:.5rem;min-width:10rem;margin:0;padding:0;font-size:.875rem;list-style:none;display:none;position:absolute;overflow-y:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05)}.dropdown-menu .dropdown-menu-scrollable{scrollbar-width:thin;overflow:auto}.dropdown-menu.animation{animation-duration:.55s;animation-timing-function:ease;display:block}.dropdown-menu.text-nowrap-on-items .dropdown-item{white-space:nowrap}.dropdown-menu:focus-visible{outline:none;box-shadow:0 1px 5px rgba(0,0,0,.21)}.dropend .dropdown-toggle:after,.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid rgba(0,0,0,.15);height:0;margin:.5rem 0;overflow:hidden}.dropdown-item:not(.submenu),.dropdown-toggle.nested{clear:both;color:#202020;width:100%;text-align:inherit;cursor:pointer;background-color:transparent;border:0;padding:.5rem 1rem;font-weight:400;transition:background-color .2s linear}.dropdown-item:not(.submenu) .chevron,.dropdown-toggle.nested .chevron{margin-right:-.75rem}.dropdown-item.item-offset-1{padding-left:2rem}.dropdown-item.item-offset-2{padding-left:3rem}.dropdown-item.item-offset-3{padding-left:4rem}.dropdown-item.item-offset-4{padding-left:5rem}.dropdown-item.item-offset-5{padding-left:6rem}.dropdown-item:hover,.dropdown-item.hover,.dropdown-item:focus{color:#1d1d1d;background-color:#f5f5f5;outline:none!important}.dropdown-item:focus-visible{color:#1d1d1d;background-color:#f5f5f5;outline:none!important}.dropdown-item.active,.dropdown-item:active{color:#202020;background-color:#eaeaea;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{color:#9e9e9e;pointer-events:none;cursor:not-allowed;background-color:transparent}a.dropdown-item{white-space:nowrap;display:block}.dropdown-menu.show{display:block}.dropdown-header{color:#de2f28;white-space:nowrap;margin-bottom:0;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:block}.dropdown-text{color:#202020;padding:.5rem 1rem;display:block}.dropdown-menu-dark{color:#e0e0e0;background-color:#4f4f4f;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#e0e0e0}.dropdown-menu-dark .dropdown-item:hover,.dropdown-menu-dark .dropdown-item:focus{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#202020;background-color:#eaeaea}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#9e9e9e}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-text{color:#e0e0e0}.dropdown-menu-dark .dropdown-header{color:#9e9e9e}.btn-close{box-sizing:content-box;color:#000;opacity:.5;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1em no-repeat;border:0;border-radius:.25rem;width:1em;height:1em;padding:.25em}.btn-close:hover{color:#000;opacity:.75;text-decoration:none}.btn-close:focus{box-shadow:none;opacity:1;outline:0}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert()grayscale()brightness(200%)}.btn-group,.btn-group-vertical{vertical-align:middle;display:inline-flex;position:relative}.btn-group>.btn,.btn-group-vertical>.btn{flex:auto;position:relative}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{flex-wrap:wrap;justify-content:flex-start;display:flex}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-.6px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-left:1.3125rem;padding-right:1.3125rem}.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-left:.9375rem;padding-right:.9375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-left:1.45313rem;padding-right:1.45313rem}.btn-group-vertical{flex-direction:column;justify-content:center;align-items:flex-start}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group,.btn-group-vertical{box-shadow:none;border-radius:.625rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn-group:hover,.btn-group-vertical:hover,.btn-group:focus,.btn-group.focus,.btn-group-vertical:focus,.btn-group-vertical.focus,.btn-group:active,.btn-group.active,.btn-group-vertical:active,.btn-group-vertical.active,.btn-group:active:focus,.btn-group.active:focus,.btn-group-vertical:active:focus,.btn-group-vertical.active:focus{box-shadow:none}.btn-group:disabled,.btn-group.disabled,fieldset:disabled .btn-group,.btn-group-vertical:disabled,.btn-group-vertical.disabled,fieldset:disabled .btn-group-vertical{box-shadow:none;border:0}.btn-group>.btn,.btn-group-vertical>.btn,.btn-group>.btn-group,.btn-group-vertical>.btn-group{box-shadow:none}.btn-group>.btn-link:first-child,.btn-group-vertical>.btn-link:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-link:last-child,.btn-group-vertical>.btn-link:last-child{border-top-right-radius:0;border-bottom-right-radius:0}.badge{color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.27rem;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;display:inline-block}.badge:empty{display:none}.badge.bg-light-orange,.badge.bg-light-blue,.badge.bg-gray,.badge.bg-light-gray,.badge.bg-light,.badge.bg-super-light,.badge.bg-white,.badge.bg-body{color:#4f4f4f}.btn .badge{position:relative;top:-1px}.badge-dot{border-radius:4.5px;width:9px;min-width:0;height:9px;margin-left:.075rem;padding:0;position:absolute}.badge-dot:empty{display:inline-block}.badge-notification{margin-top:-.1rem;margin-left:.2rem;padding:.2em .45em;font-size:.6rem;position:absolute}.alert{border:0 solid transparent;border-radius:.5rem;margin-bottom:1rem;padding:1.25rem 1.5rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4.5rem}.alert-dismissible .btn-close{z-index:3;padding:1.5625rem 1.5rem;position:absolute;top:0;right:0}.alert-light{color:#999;background-color:#fff;border-color:#fff}.alert-light .alert-link{color:#7a7a7a}.alert-light-gray{color:#8c8c8c;background-color:#fbfbfb;border-color:#f9f9f9}.alert-light-gray .alert-link{color:#707070}.alert-gray{color:#828282;background-color:#f7f7f7;border-color:#f4f4f4}.alert-gray .alert-link{color:#686868}.alert-dark{color:#565656;background-color:#e9e9e9;border-color:#dedede}.alert-dark .alert-link{color:#454545}.alert-primary{color:#851c18;background-color:#f8d5d4;border-color:#f5c1bf}.alert-primary .alert-link{color:#6b1713}.alert-green{color:#2c7416;background-color:#dbf3d3;border-color:#c9ecbe}.alert-green .alert-link{color:#245d12}.alert-red{color:#851c18;background-color:#f8d5d4;border-color:#f5c1bf}.alert-red .alert-link{color:#6b1713}.alert-blue{color:#069;background-color:#cef;border-color:#b3e6ff}.alert-blue .alert-link{color:#00527a}.alert-light-blue{color:#7a8f99;background-color:#f5fcff;border-color:#f0faff}.alert-light-blue .alert-link{color:#62727a}.alert-orange{color:#906107;background-color:#fcecce;border-color:#fbe3b6}.alert-orange .alert-link{color:#734e05}.alert-light-orange{color:#99793e;background-color:#fff4e1;border-color:#ffefd1}.alert-light-orange .alert-link{color:#7a6131}.alert-absolute{position:absolute}.alert-fixed{z-index:1070;position:fixed}.parent-alert-relative{position:relative}.note{border-left:6px solid;border-radius:5px;padding:10px}.note strong{font-weight:600}.note p{font-weight:400}.note p b,.note p strong{font-weight:500}.note-primary{background-color:#fbe7e6;border-color:#de2f28}.note-secondary{background-color:#e4e4e4;border-color:#909090}.note-success{background-color:#d6f5cc;border-color:#4ac125}.note-danger{background-color:#f6c9c7;border-color:#de2f28}.note-warning{background-color:#fdefd4;border-color:#f0a20b}.note-info{background-color:#b8e7ff;border-color:#0af}.note-light{background-color:#fbfbfb;border-color:#262626}@keyframes progress-bar-stripes{0%{background-position-x:.25rem}}.progress{background-color:#eee;border-radius:0;height:.25rem;font-size:.75rem;display:flex;overflow:hidden}.progress-bar{color:#fff;text-align:center;white-space:nowrap;background-color:#de2f28;flex-direction:column;justify-content:center;transition:width .6s;display:flex;overflow:hidden}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:.25rem .25rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.nav{flex-wrap:wrap;margin-bottom:0;padding-left:0;list-style:none;display:flex}.nav-link{color:#202020;padding:.5rem 1rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:block}.nav-link:hover,.nav-link:focus{color:#de2f28}.nav-link.disabled{color:#757575;pointer-events:none;cursor:default}.nav-tabs{border-bottom:0 solid #e0e0e0}.nav-tabs .nav-link{text-transform:uppercase;color:rgba(0,0,0,.6);background:0 0;border:0 solid transparent;border-bottom-width:2px;border-top-left-radius:0;border-top-right-radius:0;margin-bottom:0;padding:1.0625rem 1.85rem 1rem;font-size:.75rem;font-weight:500;line-height:1}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;background-color:#f5f5f5;border-color:transparent}.nav-tabs .nav-link.disabled{color:#757575;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#de2f28;background-color:#fafafa;border-color:#de2f28}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:0}.nav-pills{margin-left:-.5rem}.nav-pills .nav-link{text-transform:uppercase;color:rgba(0,0,0,.6);background-color:#f5f5f5;border:0;border-radius:.25rem;margin:.5rem;padding:1.0625rem 1.85rem 1rem;font-size:.75rem;font-weight:500;line-height:1}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#de2f28}.nav-fill>.nav-link,.nav-fill .nav-item{text-align:center;flex:auto}.nav-justified>.nav-link,.nav-justified .nav-item{text-align:center;flex-grow:1;flex-basis:0}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:auto}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.card{word-wrap:break-word;background-color:#fff;background-clip:border-box;border:0 rgba(0,0,0,.125);border-radius:.5rem;flex-direction:column;min-width:0;display:flex;position:relative;box-shadow:0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05)}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card .bg-image{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.card-body{flex:auto;padding:1.5rem}.card-body[class*=bg-]{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.card-title{margin:0;font-size:1.25rem;font-weight:500;line-height:1.2}.card-subtitle{margin-top:0;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.5rem}.card-header{background-color:rgba(255,255,255,0);border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:0;padding:.75rem 1.5rem}.card-header:first-child{border-radius:.5rem .5rem 0 0}.card-footer{background-color:rgba(255,255,255,0);border-top:1px solid rgba(0,0,0,.125);padding:.75rem 1.5rem}.card-footer:last-child{border-radius:0 0 .5rem .5rem}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem;margin-left:-.75rem;margin-right:-.75rem}.card-header-tabs .nav-link.active{background-color:#fff;border-bottom-color:#fff}.card-header-pills{margin-left:-.75rem;margin-right:-.75rem}.card-img-overlay{border-radius:.5rem;padding:1.5rem;position:absolute;top:0;bottom:0;left:0;right:0}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.card-img,.card-img-bottom{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.card-img-left{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{flex-flow:wrap;display:flex}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.modal{z-index:1060;outline:0;width:100%;height:100%;display:none;position:fixed;top:0;left:0;overflow-x:hidden;overflow-y:auto}.modal .btn-close.floating{z-index:1030;position:absolute;top:.75rem;right:.75rem}.modal.depth-2{z-index:1062}.modal.depth-3{z-index:1064}.modal-dialog{pointer-events:none;width:auto;margin:.5rem;position:relative}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-content>.async-data-loading-container{flex-direction:column;width:100%;display:flex;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-scrollable.modal-dialog-scrollbar-visible .modal-body{overflow-y:scroll}.modal-dialog-centered{align-items:center;min-height:calc(100% - 1rem);display:flex}.modal-content{pointer-events:auto;background-color:#fff;background-clip:padding-box;border:0 solid rgba(0,0,0,.2);border-radius:.5rem;outline:0;flex-direction:column;width:100%;display:flex;position:relative;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.modal-backdrop{z-index:1040;background-color:#515151;width:100vw;height:100vh;position:fixed;top:0;left:0}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-backdrop.depth-2{z-index:1061}.modal-backdrop.depth-3{z-index:1063}.modal-header{border-bottom:0 solid #d4d4d4;border-top-left-radius:.5rem;border-top-right-radius:.5rem;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:1rem;display:flex}.modal-header .btn-close{padding:.5rem}.modal-header .modal-title+.btn-close{margin:0 -.25rem 0 0}.layout-mobile .modal-header .modal-title{align-self:center;font-size:1.1rem;line-height:1.5}.modal-title{margin-bottom:0;line-height:1.6}.modal-body{flex:auto;padding:1rem;position:relative}.modal-footer{border-top:0 solid #d4d4d4;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;padding:.75rem;display:flex}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-content{box-shadow:0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.section-divider{color:#616161;flex-direction:row;justify-content:center;align-items:center;display:flex}.section-divider span{white-space:nowrap;padding-left:.5rem;padding-right:.5rem;display:block}.section-divider:before,.section-divider:after{content:"";border-top:1px solid #d4d4d4;flex:1;height:0;display:block}.section-divider.darker:before,.section-divider.darker:after{border-top-color:#bbb}.collapsible{overflow:hidden}.collapsible.vertical{transition:height .35s}.collapsible.vertical.opened:not(.transition){height:auto!important}.collapsible.horizontal{transition:width .35s}.collapsible.horizontal.opened:not(.transition){width:auto!important}.collapsible.opened:not(.transition){overflow:visible}.collapsible.closed:not(.transition){display:none}.form-label{margin-bottom:.5rem}.col-form-label{line-height:1.5;font-size:inherit;margin-bottom:0;padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px)}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{color:#909090;margin-top:.25rem;font-size:.875em}.form-control{color:#202020;-webkit-appearance:none;appearance:none;background-color:#fff;background-clip:padding-box;border:1px solid #cfcfcf;border-radius:.25rem;width:100%;min-height:auto;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;transition:all .2s linear,border-color .3s linear;display:block}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#202020;background-color:#fff;border-color:#de2f28;outline:0;transition:all .1s linear;box-shadow:inset 0 0 0 1px #de2f28}.form-control::placeholder{color:rgba(79,79,79,.6);opacity:1}.form-control:disabled,.form-control.disabled,.form-control[readonly]{opacity:1;cursor:not-allowed;resize:none;outline:none}.form-control:disabled,.form-control.disabled{color:#202020;background-color:#e0e0e0}.form-control[readonly]{color:#202020;background-color:#f5f5f5}.form-control-plaintext{color:#202020;background-color:transparent;border:1px solid transparent;border-width:1px 0;width:100%;margin-bottom:0;padding:.375rem 0;line-height:1.5;display:block}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem}.form-control-sm::-webkit-file-upload-button{margin:-.25rem -.5rem;padding:.25rem .5rem}.form-control-sm:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)))::-webkit-file-upload-button{margin-right:.5rem}.form-control-sm:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)))::-webkit-file-upload-button{margin-right:.5rem}.form-control-sm:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)))::file-selector-button{margin-right:.5rem}.form-control-sm:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))::-webkit-file-upload-button{margin-left:.5rem}.form-control-sm:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))::file-selector-button{margin-left:.5rem}.form-control-lg{border-radius:.3rem;min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1rem}.form-control-lg::-webkit-file-upload-button{margin:-.5rem -1rem;padding:.5rem 1rem}.form-control-lg:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)))::-webkit-file-upload-button{margin-right:1rem}.form-control-lg:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)))::-webkit-file-upload-button{margin-right:1rem}.form-control-lg:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)))::file-selector-button{margin-right:1rem}.form-control-lg:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))::-webkit-file-upload-button{margin-left:1rem}.form-control-lg:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))::file-selector-button{margin-left: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{max-width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border-radius:.25rem;height:1.5em}.form-control-color::-webkit-color-swatch{border-radius:.25rem;height:1.5em}input.autofill-restyle:-webkit-autofill{box-shadow:inset 0 0 0 1000px #fff!important}input.autofill-restyle:-webkit-autofill:hover{box-shadow:inset 0 0 0 1000px #fff!important}input.autofill-restyle:-webkit-autofill:active{box-shadow:inset 0 0 0 1000px #fff!important}input.autofill-restyle:-webkit-autofill:focus{box-shadow:inset 0 0 0 1000px #fff!important}.form-outline{position:relative}.form-outline .form-control{background:#fff;border:0;min-height:2.875rem;padding:.625rem 1rem;font-size:1rem;line-height:1.5;transition:all .2s linear}.form-outline .form-control~.form-label{white-space:nowrap;text-overflow:ellipsis;pointer-events:none;transform-origin:0 0;color:rgba(79,79,79,.6);max-width:90%;margin-bottom:0;padding-top:.671875rem;transition:all .2s linear .15s;position:absolute;top:0;left:1rem;overflow:hidden}.form-outline .form-control~.form-notch{text-align:left;pointer-events:none;width:100%;max-width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.form-outline .form-control~.form-notch div{pointer-events:none;box-sizing:border-box;background:0 0;border:1px solid #cfcfcf}.form-outline .form-control~.form-notch .form-notch-leading{border-right:none;border-radius:.25rem 0 0 .25rem;width:.8rem;min-width:.25rem;height:100%;top:0;left:0}.form-outline .form-control~.form-notch .form-notch-middle{border-left:none;border-right:none;flex:none;width:auto;max-width:calc(100% - 1rem);height:100%}.form-outline .form-control~.form-notch .form-notch-trailing{border-left:none;border-radius:0 .25rem .25rem 0;flex-grow:1;height:100%}.form-outline .form-control:not(.placeholder-active)::placeholder{opacity:0}.form-outline .form-control:focus::placeholder{opacity:1}.form-outline .form-control.active::placeholder{opacity:1}.form-outline .form-control:focus{box-shadow:none!important}.form-outline .form-control:focus~.form-label,.form-outline .form-control.active~.form-label{transition:all .25s linear;transform:translateY(-1.32rem)scale(.9)}.form-outline .form-control:focus~.form-label{color:#de2f28}.form-outline .form-control:focus~.form-notch .form-notch-middle,.form-outline .form-control.active~.form-notch .form-notch-middle{border-top:none;border-left:none;border-right:none;transition:all .2s linear,border-color .3s linear}.form-outline .form-control:focus~.form-notch .form-notch-middle{border-color:#de2f28;border-bottom-style:solid;border-bottom-width:.125rem}.form-outline .form-control:focus~.form-notch .form-notch-leading,.form-outline .form-control.active~.form-notch .form-notch-leading{border-right:none;transition:all .2s linear,border-color .3s linear}.form-outline .form-control:focus~.form-notch .form-notch-leading{border-top:.125rem solid #de2f28;border-bottom:.125rem solid #de2f28;border-left:.125rem solid #de2f28}.form-outline .form-control:focus~.form-notch .form-notch-trailing,.form-outline .form-control.active~.form-notch .form-notch-trailing{border-left:none;transition:all .2s linear,border-color .3s linear}.form-outline .form-control:focus~.form-notch .form-notch-trailing{border-top:.125rem solid #de2f28;border-bottom:.125rem solid #de2f28;border-right:.125rem solid #de2f28}.form-outline .form-control.active~.form-label.unlimited-width{z-index:2;width:auto!important;max-width:none!important}.form-outline .form-control:disabled,.form-outline .form-control.disabled,.form-outline .form-control[readonly]{background-color:#e0e0e0}.form-outline .form-control.no-label::placeholder{color:rgba(79,79,79,.6);opacity:1}.form-outline .form-control.form-control-lg{font-size:1rem;line-height:1.5}.form-outline .form-control.form-control-sm{min-height:2rem;padding:.344rem 1rem;font-size:.875rem;line-height:1.5}.form-outline .form-control.form-control-sm~.form-label{padding-top:.344rem;font-size:.875rem}.form-outline .form-control.form-control-sm:focus~.form-label,.form-outline .form-control.form-control-sm.active~.form-label{transform:translateY(-1rem)translate(.1rem)scale(.9)}.form-outline .form-control.form-control-sm~.form-notch .form-notch-leading{border-radius:.2rem 0 0 .2rem;min-width:.2rem}.form-outline .form-control.form-control-sm~.form-notch .form-notch-trailing{border-radius:0 .2rem .2rem 0}.form-outline.readonly-pseudoinput{position:relative}.form-outline.readonly-pseudoinput div.form-control{cursor:pointer;background-color:#fff;line-height:1.3}.form-outline.readonly-pseudoinput div.form-control.disabled{cursor:not-allowed;background-color:#e0e0e0}.form-outline.readonly-pseudoinput div.form-control.with-chevron{padding-right:30px}.form-outline.readonly-pseudoinput div.form-control>span{vertical-align:middle}.form-outline.readonly-pseudoinput .chevron{margin-top:-10px;position:absolute;top:50%;right:6px}.form-outline.readonly-pseudoinput .chevron path{fill:#909090}.form-outline.readonly-pseudoinput .chevron use{color:#909090}.form-outline .form-outline-textarea-wrapper{border-radius:.25rem;overflow:hidden}.form-outline .form-outline-textarea-wrapper.focus~.form-label{color:#de2f28;transform:translateY(-1.32rem)scale(.9)}.form-outline .form-outline-textarea-wrapper.form-control-sm.focus~.form-label{transform:translateY(-1rem)translate(.1rem)scale(.9)}.form-outline.form-white .form-control{color:#fff}.form-outline.form-white .form-control~.form-label{color:#fbfbfb}.form-outline.form-white .form-control~.form-notch div{border-color:#fbfbfb}.form-outline.form-white .form-control:focus~.form-label{color:#fff}.form-outline.form-white .form-control:focus~.form-notch .form-notch-middle{border-color:#fff}.form-outline.form-white .form-control:focus~.form-notch .form-notch-leading{border-top:.125rem solid #fff;border-bottom:.125rem solid #fff;border-left:.125rem solid #fff}.form-outline.form-white .form-control:focus~.form-notch .form-notch-trailing{border-color:#fff}.valid-feedback{color:#4ac125;width:auto;margin-top:-1.5rem;margin-left:.75rem;font-size:.875rem;display:none;position:absolute}.valid-tooltip{z-index:5;color:#fff;background-color:#4ac125;border-radius:.25rem;max-width:100%;margin-top:.1rem;padding:.25rem .5rem;font-size:.875rem;display:none;position:absolute;top:100%}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{background-image:none;border-color:#4ac125;margin-bottom:1rem}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#4ac125;box-shadow:0 0 0 .25rem rgba(74,193,37,.25)}.was-validated .form-outline .form-control:valid~.form-label,.form-outline .form-control.is-valid~.form-label{color:#4ac125}.was-validated .form-outline .form-control:valid~.form-notch .form-notch-leading,.was-validated .form-outline .form-control:valid~.form-notch .form-notch-middle,.was-validated .form-outline .form-control:valid~.form-notch .form-notch-trailing,.form-outline .form-control.is-valid~.form-notch .form-notch-leading,.form-outline .form-control.is-valid~.form-notch .form-notch-middle,.form-outline .form-control.is-valid~.form-notch .form-notch-trailing,.was-validated .form-select:valid,.form-select.is-valid{border-color:#4ac125}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#4ac125;box-shadow:0 0 0 .25rem rgba(74,193,37,.25)}.was-validated .form-select:valid~.valid-feedback,.form-select.is-valid~.valid-feedback{margin-top:0}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#4ac125}.was-validated .input-group .form-control:valid,.input-group .form-control.is-valid,.was-validated .input-group .form-select:valid,.input-group .form-select.is-valid{z-index:1;margin-bottom:0}.was-validated .input-group .form-control:valid:focus,.input-group .form-control.is-valid:focus,.was-validated .input-group .form-select:valid:focus,.input-group .form-select.is-valid:focus{z-index:3}.was-validated input[type=file].form-control:valid .valid-feedback{margin-top:0}input[type=file].form-control.is-valid .valid-feedback{margin-top:0}.was-validated input[type=file].form-control:valid:focus{border-color:#4ac125;box-shadow:inset 0 0 0 1px #4ac125}input[type=file].form-control.is-valid:focus{border-color:#4ac125;box-shadow:inset 0 0 0 1px #4ac125}.was-validated input[type=file].form-control:valid:focus~.form-file-label{box-shadow:none}input[type=file].form-control.is-valid:focus~.form-file-label{box-shadow:none}.was-validated input[type=file].form-control:valid:focus-within~.form-file-label .form-file-text{border-color:#4ac125}.was-validated input[type=file].form-control:valid:focus-within~.form-file-label .form-file-button{border-color:#4ac125}input[type=file].form-control.is-valid:focus-within~.form-file-label .form-file-text{border-color:#4ac125}input[type=file].form-control.is-valid:focus-within~.form-file-label .form-file-button{border-color:#4ac125}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#4ac125}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#4ac125}.was-validated .form-check-input:valid:checked:focus:before,.form-check-input.is-valid:checked:focus:before{box-shadow:0 0 0 13px #4ac125}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:none}.was-validated .form-check-input:valid:focus:before,.form-check-input.is-valid:focus:before{box-shadow:0 0 0 13px #4ac125}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#4ac125;margin-bottom:1rem}.was-validated .form-check-input:valid[type=checkbox]:checked:focus{background-color:#4ac125;border-color:#4ac125}.form-check-input.is-valid[type=checkbox]:checked:focus{background-color:#4ac125;border-color:#4ac125}.was-validated .form-check-input:valid[type=radio]:checked{background-color:#fff;border-color:#4ac125}.form-check-input.is-valid[type=radio]:checked{background-color:#fff;border-color:#4ac125}.was-validated .form-check-input:valid[type=radio]:checked:focus:before{box-shadow:0 0 0 13px #4ac125}.form-check-input.is-valid[type=radio]:checked:focus:before{box-shadow:0 0 0 13px #4ac125}.was-validated .form-check-input:valid[type=radio]:checked:after{background-color:#4ac125;border-color:#4ac125}.form-check-input.is-valid[type=radio]:checked:after{background-color:#4ac125;border-color:#4ac125}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.invalid-feedback{color:#de2f28;width:auto;margin-top:-1.5rem;margin-left:.75rem;font-size:.875rem;display:none;position:absolute}.invalid-tooltip{z-index:5;color:#fff;background-color:#de2f28;border-radius:.25rem;max-width:100%;margin-top:.1rem;padding:.25rem .5rem;font-size:.875rem;display:none;position:absolute;top:100%}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{background-image:none;border-color:#de2f28;margin-bottom:1rem}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#de2f28;box-shadow:0 0 0 .25rem rgba(222,47,40,.25)}.was-validated .form-outline .form-control:invalid~.form-label,.form-outline .form-control.is-invalid~.form-label{color:#de2f28}.was-validated .form-outline .form-control:invalid~.form-notch .form-notch-leading,.was-validated .form-outline .form-control:invalid~.form-notch .form-notch-middle,.was-validated .form-outline .form-control:invalid~.form-notch .form-notch-trailing,.form-outline .form-control.is-invalid~.form-notch .form-notch-leading,.form-outline .form-control.is-invalid~.form-notch .form-notch-middle,.form-outline .form-control.is-invalid~.form-notch .form-notch-trailing,.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#de2f28}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#de2f28;box-shadow:0 0 0 .25rem rgba(222,47,40,.25)}.was-validated .form-select:invalid~.invalid-feedback,.form-select.is-invalid~.invalid-feedback{margin-top:0}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#de2f28}.was-validated .input-group .form-control:invalid,.input-group .form-control.is-invalid,.was-validated .input-group .form-select:invalid,.input-group .form-select.is-invalid{z-index:2;margin-bottom:0}.was-validated .input-group .form-control:invalid:focus,.input-group .form-control.is-invalid:focus,.was-validated .input-group .form-select:invalid:focus,.input-group .form-select.is-invalid:focus{z-index:3}.was-validated input[type=file].form-control:invalid .invalid-feedback{margin-top:0}input[type=file].form-control.is-invalid .invalid-feedback{margin-top:0}.was-validated input[type=file].form-control:invalid:focus{border-color:#de2f28;box-shadow:inset 0 0 0 1px #de2f28}input[type=file].form-control.is-invalid:focus{border-color:#de2f28;box-shadow:inset 0 0 0 1px #de2f28}.was-validated input[type=file].form-control:invalid:focus~.form-file-label{box-shadow:none}input[type=file].form-control.is-invalid:focus~.form-file-label{box-shadow:none}.was-validated input[type=file].form-control:invalid:focus-within~.form-file-label .form-file-text{border-color:#de2f28}.was-validated input[type=file].form-control:invalid:focus-within~.form-file-label .form-file-button{border-color:#de2f28}input[type=file].form-control.is-invalid:focus-within~.form-file-label .form-file-text{border-color:#de2f28}input[type=file].form-control.is-invalid:focus-within~.form-file-label .form-file-button{border-color:#de2f28}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#de2f28}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#de2f28}.was-validated .form-check-input:invalid:checked:focus:before,.form-check-input.is-invalid:checked:focus:before{box-shadow:0 0 0 13px #de2f28}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:none}.was-validated .form-check-input:invalid:focus:before,.form-check-input.is-invalid:focus:before{box-shadow:0 0 0 13px #de2f28}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#de2f28;margin-bottom:1rem}.was-validated .form-check-input:invalid[type=checkbox]:checked:focus{background-color:#de2f28;border-color:#de2f28}.form-check-input.is-invalid[type=checkbox]:checked:focus{background-color:#de2f28;border-color:#de2f28}.was-validated .form-check-input:invalid[type=radio]:checked{background-color:#fff;border-color:#de2f28}.form-check-input.is-invalid[type=radio]:checked{background-color:#fff;border-color:#de2f28}.was-validated .form-check-input:invalid[type=radio]:checked:focus:before{box-shadow:0 0 0 13px #de2f28}.form-check-input.is-invalid[type=radio]:checked:focus:before{box-shadow:0 0 0 13px #de2f28}.was-validated .form-check-input:invalid[type=radio]:checked:after{background-color:#de2f28;border-color:#de2f28}.form-check-input.is-invalid[type=radio]:checked:after{background-color:#de2f28;border-color:#de2f28}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.form-control.is-invalid,.form-control.is-valid{margin-bottom:1.75rem}.form-control.is-invalid.no-message,.form-control.is-valid.no-message{margin-bottom:0}.was-validated .input-group .invalid-feedback,.was-validated .input-group .valid-feedback,.input-group .invalid-feedback,.input-group .valid-feedback{margin-top:2.5rem}.form-error{color:#de2f28;text-align:center}.form-validation-container{text-align:left;transition:padding .3s}.form-validation-container .form-validation-error-container .invalid-feedback,.form-validation-container .form-validation-error-container .valid-feedback{padding:.25rem 1rem 0;margin-top:0!important;margin-left:0!important;display:block!important;position:relative!important}.form-validation-container .form-validation-input.form-outline .form-control.is-invalid,.form-validation-container .form-validation-input>.form-outline .form-control.is-invalid,.form-validation-container .form-validation-input>.dropdown-toggle .form-control.is-invalid,.form-validation-container .form-validation-input>.input-group .form-control.is-invalid{margin-bottom:0!important}.input-group{flex-flow:wrap;align-items:start;width:100%;display:flex;position:relative}.input-group>.form-control,.input-group>.form-select{flex:auto;width:1%;min-width:0;min-height:2.875rem;padding-top:.27rem;padding-bottom:.27rem;transition:all .2s linear;position:relative}.input-group>.form-control.form-control-sm,.input-group>.form-select.form-control-sm{min-height:2rem}.input-group>.form-control.form-control-lg,.input-group>.form-select.form-control-lg{min-height:2.875rem}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3;border-color:#de2f28;outline:0;transition:all .2s linear;box-shadow:inset 0 0 0 1px #de2f28}.input-group>.form-control.is-invalid,.input-group>.form-validation-container.is-invalid{z-index:3}.input-group .btn{z-index:2;white-space:nowrap;flex-shrink:0;min-height:2.875rem;padding-top:.648438rem;padding-bottom:.648438rem;position:relative}.input-group .btn.btn-sm{min-height:2rem;padding-top:.344rem;padding-bottom:.344rem}.input-group .btn:focus{z-index:3}.input-group.form-outline .input-group-text{border-left:0}.input-group.form-outline input+.input-group-text{border:0;border-left:1px solid #bdbdbd}.input-group .form-outline{margin-bottom:0!important}.input-group>:not(:first-child).form-outline .form-notch-leading,.input-group>:not(:first-child).form-outline .form-control,.input-group>:not(:first-child)>.form-outline .form-notch-leading,.input-group>:not(:first-child)>.form-outline .form-control{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.input-group>:not(:last-child).form-outline .form-notch-trailing,.input-group>:not(:last-child).form-outline .form-control,.input-group>:not(:last-child)>.form-outline .form-notch-trailing,.input-group>:not(:last-child)>.form-outline .form-control{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.input-group.with-input-label .form-outline{flex:1}.input-group-stretched{align-items:stretch}.input-group>[class*=btn-outline-]+[class*=btn-outline-]{border-left:0}.input-group-text{color:#202020;text-align:center;white-space:nowrap;background-color:transparent;border:1px solid #cfcfcf;border-radius:.25rem;flex-shrink:0;align-items:center;min-height:2.875rem;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;display:flex}.input-group-text.input-group-text-sm{min-height:2rem;padding:.25rem .5rem;font-size:.875rem}.input-group-text.input-group-text-lg{min-height:2.875rem;padding:.5rem 1rem;font-size:1rem}.input-group-item{min-height:2.875rem}.input-group-item.first.form-outline,.input-group-item.first.form-outline input,.input-group-item.first.form-outline .form-notch-trailing,.input-group-item.first>.form-outline,.input-group-item.first>.form-outline input,.input-group-item.first>.form-outline .form-notch-trailing{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.input-group-item.center{margin-left:-.6px!important}.input-group-item.center.form-outline,.input-group-item.center.form-outline input,.input-group-item.center.form-outline .form-notch-leading,.input-group-item.center.form-outline .form-notch-trailing,.input-group-item.center>.form-outline,.input-group-item.center>.form-outline input,.input-group-item.center>.form-outline .form-notch-leading,.input-group-item.center>.form-outline .form-notch-trailing{border-radius:0!important}.input-group-item.last{margin-left:-.6px!important}.input-group-item.last.form-outline,.input-group-item.last.form-outline input,.input-group-item.last.form-outline .form-notch-leading,.input-group-item.last>.form-outline,.input-group-item.last>.form-outline input,.input-group-item.last>.form-outline .form-notch-leading{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.form-input-info{color:#616161;margin-top:-1rem;padding-left:1rem;padding-right:1rem;font-size:.875rem}.form-outline .form-input-addon-text{color:rgba(79,79,79,.6);justify-content:center;align-items:center;padding:0 .85rem;display:flex;position:absolute;top:0;bottom:0;right:0}.form-outline .form-input-addon-text .form-input-addon-text-content{text-align:center;flex-direction:row;justify-content:flex-end;align-items:center;min-width:1.5rem;display:flex}.form-inline{flex-direction:row;justify-content:start;align-items:start;gap:1rem;display:flex}.form-inline .btn{white-space:nowrap;flex-shrink:0;min-height:2.875rem;padding-top:.625rem;padding-bottom:.625rem}.form-inline .btn.btn-sm{min-height:2rem;padding-top:.344rem;padding-bottom:.344rem}.form-inline .btn.btn-lg{min-height:2.875rem;padding-top:.625rem;padding-bottom:.625rem}.limited-form-width{max-width:600px}textarea.autogrow{resize:none;height:calc(4rem + 1px);min-height:calc(4rem + 1px);transition:height .1s linear,all .2s linear,border-color .3s linear!important;overflow-y:auto!important}textarea.autogrow.minimal{height:2.875rem;min-height:2.875rem;padding-top:.45rem;padding-bottom:.45rem;line-height:1.6rem}.form-select{color:#202020;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #cfcfcf;border-radius:.25rem;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;display:block}.form-select:focus{border-color:#de2f28;outline:0;box-shadow:0 0 0 .25rem rgba(222,47,40,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:#eee}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 #202020}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1rem}.form-dropdown-select .dropdown-toggle input.form-control{position:relative}.form-dropdown-select .dropdown-toggle input.form-control,.form-dropdown-select .dropdown-toggle input.form-control[readonly]{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#fff;padding-right:2rem}.form-dropdown-select .dropdown-toggle input.form-control[disabled]{cursor:not-allowed;background-color:#e0e0e0}.form-dropdown-select .dropdown-toggle input.form-control.empty-value:focus~.form-label{color:rgba(79,79,79,.6);transform:none}.form-dropdown-select .dropdown-toggle input.form-control.empty-value:focus~.form-notch .form-notch-middle{width:0!important;transition:none!important}.form-dropdown-select:not(.mode-inline) .chevron{margin-top:-12px;position:absolute;top:50%;right:calc(2rem - 24px)}.form-dropdown-select:not(.mode-inline) .chevron path{fill:#909090}.form-dropdown-select:not(.mode-inline) .chevron use{color:#909090}.form-dropdown-select .dropdown-menu{z-index:1070}.form-dropdown-select .dropdown-menu.form-multiselect-dropdown.show{flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex}.form-dropdown-select .dropdown-menu.form-multiselect-dropdown.show.stick-selected-options-to-top .dropdown-item{order:1}.form-dropdown-select .dropdown-menu.form-multiselect-dropdown.show.stick-selected-options-to-top .dropdown-item.active{order:0}.form-dropdown-select .dropdown-item{border-radius:0}.form-dropdown-select .dropdown-item.empty-option:not(.active){color:#909090}.form-dropdown-select .dropdown-item.active{background-color:#eaeaea}.form-dropdown-select .dropdown-item.form-multiselect-dropdown-option.disabled,.form-dropdown-select .dropdown-item.form-multiselect-dropdown-option[disabled]{pointer-events:auto}.form-dropdown-select .dropdown-item.form-multiselect-dropdown-option.active{color:#202020;background-color:transparent}.form-dropdown-select .dropdown-item.form-multiselect-dropdown-option.active:hover,.form-dropdown-select .dropdown-item.form-multiselect-dropdown-option.active.hover,.form-dropdown-select .dropdown-item.form-multiselect-dropdown-option.active:focus{color:#202020;background-color:#f5f5f5}.form-dropdown-select input.empty-option-selected{color:#909090}.form-check{flex-direction:row;justify-content:flex-start;align-items:center;min-height:1.5rem;display:flex}.form-check .form-check-input{flex-shrink:0}.form-check .form-check-label{margin-left:.7rem}.form-validation-container .form-check+.form-validation-error-container .invalid-feedback{padding-left:1.95rem}.form-check.label-before-input .form-check-label{margin-left:0;margin-right:.7rem}.form-check.label-before-input .form-check-input{margin-left:0}.form-validation-container .form-check.label-before-input+.form-validation-error-container .invalid-feedback{padding-left:0}.form-check-input{vertical-align:top;-webkit-appearance:none;appearance:none;print-color-adjust:exact;background-color:transparent;border:.125rem solid #757575;width:1.25rem;height:1.25rem;position:relative}.form-check-input:before{content:"";box-shadow:none;opacity:0;pointer-events:none;background-color:transparent;border-radius:50%;width:1rem;height:1rem;position:absolute;transform:scale(0)}.form-check-input:hover{cursor:pointer}.form-check-input:hover:before{opacity:.04;box-shadow:none}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{box-shadow:none;border-color:#de2f28;outline:0;transition:border-color .2s}.form-check-input:focus:before{opacity:.12;box-shadow:none;transition:box-shadow .2s,transform .2s;transform:scale(1)}.form-check-input:checked{border-color:#de2f28}.form-check-input:checked:before{opacity:.16}.form-check-input:checked:after{content:"";position:absolute}.form-check-input:checked:focus{border-color:#de2f28}.form-check-input:checked:focus:before{box-shadow:none;transition:box-shadow .2s,transform .2s;transform:scale(1)}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{opacity:.5}.form-check-input[type=checkbox]{border-radius:.125rem}.form-check-input[type=checkbox]:focus:after{content:"";z-index:1;background-color:#fff;border-radius:0;width:1rem;height:1rem;display:block;position:absolute}.form-check-input[type=checkbox]:checked{background-color:#fff}.form-check-input[type=checkbox]:checked:after{transform-origin:100% 100%;background-color:transparent;border:.125rem solid #de2f28;border-top:0;border-left:0;width:.375rem;height:.75rem;margin-top:0;margin-left:0;display:block;transform:rotate(45deg)translate(.0625rem,.0625rem)}.form-check-input[type=checkbox]:checked:focus{background-color:#fff}.form-check-input[type=checkbox].form-check-solid:checked{background-color:#de2f28}.form-check-input[type=checkbox].form-check-solid:checked:after{border-color:#fff}.form-check-input[type=checkbox].form-check-solid:checked:focus{background-color:#fff}.form-check-input[type=radio]{border-radius:50%}.form-check-input[type=radio]:before{width:1rem;height:1rem}.form-check-input[type=radio]:focus:after{content:"";z-index:1;background-color:#fff;border-radius:50%;width:1rem;height:1rem;display:block;position:absolute}.form-check-input[type=radio]:checked{background-color:transparent}.form-check-input[type=radio]:checked:after{background-color:#de2f28;border-color:#de2f28;border-radius:50%;width:.625rem;height:.625rem;transition:border-color;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.form-check-input[type=radio]:checked:focus{background-color:transparent}.form-check-red .form-check-input[type=checkbox]:focus{border-color:#ef9794}.form-check-red .form-check-input[type=checkbox]:checked{border-color:#de2f28}.form-check-red .form-check-input[type=checkbox]:checked:after{border-color:#de2f28}.form-check-red .form-check-input[type=checkbox].form-check-solid:checked{background-color:#de2f28}.form-check-red .form-check-input[type=checkbox].form-check-solid:checked:after{border-color:#fff}.form-check-red .form-check-input[type=radio]:focus{border-color:#ef9794}.form-check-red .form-check-input[type=radio]:checked{border-color:#de2f28}.form-check-red .form-check-input[type=radio]:checked:after{background-color:#de2f28}.form-check-green .form-check-input[type=checkbox]:focus{border-color:#a5e092}.form-check-green .form-check-input[type=checkbox]:checked{border-color:#4ac125}.form-check-green .form-check-input[type=checkbox]:checked:after{border-color:#4ac125}.form-check-green .form-check-input[type=checkbox].form-check-solid:checked{background-color:#4ac125}.form-check-green .form-check-input[type=checkbox].form-check-solid:checked:after{border-color:#fff}.form-check-green .form-check-input[type=radio]:focus{border-color:#a5e092}.form-check-green .form-check-input[type=radio]:checked{border-color:#4ac125}.form-check-green .form-check-input[type=radio]:checked:after{background-color:#4ac125}.form-check-blue .form-check-input[type=checkbox]:focus{border-color:#80d4ff}.form-check-blue .form-check-input[type=checkbox]:checked{border-color:#0af}.form-check-blue .form-check-input[type=checkbox]:checked:after{border-color:#0af}.form-check-blue .form-check-input[type=checkbox].form-check-solid:checked{background-color:#0af}.form-check-blue .form-check-input[type=checkbox].form-check-solid:checked:after{border-color:#fff}.form-check-blue .form-check-input[type=radio]:focus{border-color:#80d4ff}.form-check-blue .form-check-input[type=radio]:checked{border-color:#0af}.form-check-blue .form-check-input[type=radio]:checked:after{background-color:#0af}.form-check-orange .form-check-input[type=checkbox]:focus{border-color:#f8d185}.form-check-orange .form-check-input[type=checkbox]:checked{border-color:#f0a20b}.form-check-orange .form-check-input[type=checkbox]:checked:after{border-color:#f0a20b}.form-check-orange .form-check-input[type=checkbox].form-check-solid:checked{background-color:#f0a20b}.form-check-orange .form-check-input[type=checkbox].form-check-solid:checked:after{border-color:#fff}.form-check-orange .form-check-input[type=radio]:focus{border-color:#f8d185}.form-check-orange .form-check-input[type=radio]:checked{border-color:#f0a20b}.form-check-orange .form-check-input[type=radio]:checked:after{background-color:#f0a20b}.form-check-sm .form-check-input{width:1rem;height:1rem}.form-check-sm .form-check-input[type=checkbox]:before{width:.75rem;height:.75rem}.form-check-sm .form-check-input[type=checkbox]:focus:after{width:.75rem;height:.75rem}.form-check-sm .form-check-input[type=checkbox]:checked:after{width:.3125rem;height:.625rem;margin-top:-.09375rem;margin-left:-.0625rem}.form-check-sm .form-check-input[type=radio]:before{width:.75rem;height:.75rem}.form-check-sm .form-check-input[type=radio]:focus:after{width:.75rem;height:.75rem}.form-check-sm .form-check-input[type=radio]:checked:after{width:.5rem;height:.5rem}.form-check-sm .form-check-label{margin-left:.6rem;display:inline}.form-validation-container .form-check-sm+.form-validation-error-container .invalid-feedback{padding-left:1.6rem}.form-check-label{cursor:pointer;-webkit-user-select:none;user-select:none;min-height:1.5rem;line-height:1.5rem}.form-check-inline{margin-right:1rem;display:inline-block}.checkboxes-group .checkboxes-group-label{text-align:center;font-weight:500}.form-switch{flex-direction:row;justify-content:flex-start;align-items:center;padding-top:1px;padding-bottom:1px;display:flex}.form-switch .form-switch-input{flex-shrink:0}.form-switch .form-check-label{margin-left:.7rem}.form-validation-container .form-switch+.form-validation-error-container .invalid-feedback{padding-left:2.95rem}.form-switch.label-before-input .form-check-label{margin-left:0;margin-right:.7rem}.form-switch.label-before-input .form-check-input{margin-left:0}.form-validation-container .form-switch.label-before-input+.form-validation-error-container .invalid-feedback{padding-left:0}.form-switch-input{vertical-align:top;z-index:0;-webkit-appearance:none;appearance:none;print-color-adjust:exact;cursor:pointer;background-color:#cfcfcf;border:0;border-radius:2.25rem;width:2.25rem;height:.875rem;transition:background-position .15s ease-in-out;position:relative}.form-switch-input:after{content:"";z-index:2;background-color:#9e9e9e;border:none;border-radius:50%;width:1.225rem;height:1.225rem;margin-top:-.175rem;transition:background-color .3s,transform .3s,opacity .3s,margin-left .3s;position:absolute;box-shadow:0 1px 3px rgba(0,0,0,.07),0 1px 2px rgba(0,0,0,.05)}.form-switch-input:focus:after,.form-switch-input:active:after{opacity:1;background-color:#757575;border-radius:50%;width:1.225rem;height:1.225rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.21)}.form-switch-input:checked{background-color:#c9ecbe}.form-switch-input:checked:after{background-color:#4ac125;margin-left:1.025rem}.form-switch-input:checked:focus:after,.form-switch-input:checked:active:after{opacity:.7;background-color:#4ac125}.form-switch-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-switch-input[disabled]~.form-check-label,.form-switch-input:disabled~.form-check-label{opacity:.5}.form-switch-red .form-switch-input:checked{background-color:#f5c1bf}.form-switch-red .form-switch-input:checked:after,.form-switch-red .form-switch-input:checked:active:after,.form-switch-red .form-switch-input:checked:focus:after{background-color:#de2f28}.form-switch-green .form-switch-input:checked{background-color:#c9ecbe}.form-switch-green .form-switch-input:checked:after,.form-switch-green .form-switch-input:checked:active:after,.form-switch-green .form-switch-input:checked:focus:after{background-color:#4ac125}.form-switch-blue .form-switch-input:checked{background-color:#b3e6ff}.form-switch-blue .form-switch-input:checked:after,.form-switch-blue .form-switch-input:checked:active:after,.form-switch-blue .form-switch-input:checked:focus:after{background-color:#0af}.form-switch-orange .form-switch-input:checked{background-color:#fbe3b6}.form-switch-orange .form-switch-input:checked:after,.form-switch-orange .form-switch-input:checked:active:after,.form-switch-orange .form-switch-input:checked:focus:after{background-color:#f0a20b}.form-range{padding-top:.5rem;padding-bottom:.25rem}.form-range .range-thumb{color:#de2f28;text-align:center;width:1rem;height:1rem;margin-left:-.5rem;display:block;position:absolute;top:-.5rem}.form-range .form-range-label .selected-value{color:#202020;font-weight:500}.form-range.min-max-value-label-below{padding-bottom:1.25rem}.form-range.min-max-value-label-below .form-range-input-container{position:relative}.form-range.min-max-value-label-below .form-range-min,.form-range.min-max-value-label-below .form-range-max{position:absolute;bottom:-1.35rem}.form-range.min-max-value-label-below .form-range-min{text-align:left;white-space:nowrap;left:0}.form-range.min-max-value-label-below .form-range-max{text-align:right;white-space:nowrap;right:0}input.form-range-input{-webkit-appearance:none;appearance:none;background-color:transparent;width:100%;height:1rem;margin-top:1px;padding:0}input.form-range-input:focus{box-shadow:none;outline:0}input.form-range-input:focus::-webkit-slider-thumb{box-shadow:none}input.form-range-input:focus::-moz-range-thumb{box-shadow:none}input.form-range-input:focus::-ms-thumb{box-shadow:none}input.form-range-input::-moz-focus-outer{border:0}input.form-range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#de2f28;border:0;border-radius:1rem;width: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}input.form-range-input::-webkit-slider-thumb:active{background-color:#ef9794}input.form-range-input::-webkit-slider-runnable-track{color:transparent;cursor:pointer;background-color:#e0e0e0;border-color:transparent;border-radius:1rem;width:100%;height:.5rem}input.form-range-input::-moz-range-thumb{-webkit-appearance:none;appearance:none;background-color:#de2f28;border:0;border-radius:1rem;width:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}input.form-range-input::-moz-range-thumb:active{background-color:#ef9794}input.form-range-input::-moz-range-track{color:transparent;cursor:pointer;background-color:#e0e0e0;border-color:transparent;border-radius:1rem;width:100%;height:.5rem}input.form-range-input:disabled{pointer-events:none}input.form-range-input:disabled::-webkit-slider-thumb{background-color:#9e9e9e}input.form-range-input:disabled::-moz-range-thumb{background-color:#9e9e9e}.file-picker-previews-container.d-flex{gap:1.5rem 1rem}.file-picker-previews-container.file-picker-previews-scale-on-hover .file-picker-preview-wrapper:hover,.file-picker-previews-container.file-picker-previews-scale-on-hover .file-picker-preview-wrapper.active{z-index:999}.file-picker-previews-container.file-picker-previews-scale-on-hover.active a.file-picker-preview-scaler .file-picker-preview,.file-picker-previews-container.file-picker-previews-scale-on-hover a.file-picker-preview-scaler .file-picker-preview:hover{transform-origin:50%;transform:scale(2)}.file-picker-previews-container.file-picker-previews-scale-on-hover a.file-picker-preview-scaler{transition:opacity .1s linear;outline:none!important}.file-picker-previews-container.file-picker-previews-scale-on-hover a.file-picker-preview-scaler:hover,.file-picker-previews-container.file-picker-previews-scale-on-hover a.file-picker-preview-scaler.active{opacity:1!important}.file-picker-previews-container.file-picker-previews-scale-on-hover a.file-picker-preview-scaler+.file-picker-preview-delete,.file-picker-previews-container.file-picker-previews-scale-on-hover a.file-picker-preview-scaler+.file-picker-preview-restore{transition:opacity .1s linear}.file-picker-previews-container.file-picker-previews-scale-on-hover a.file-picker-preview-scaler+.file-picker-preview-delete:hover,.file-picker-previews-container.file-picker-previews-scale-on-hover a.file-picker-preview-scaler+.file-picker-preview-restore:hover{opacity:1!important}.file-picker-previews-container.file-picker-previews-scale-on-hover.without-info .file-picker-preview-wrapper:hover a.file-picker-preview-scaler+.file-picker-preview-delete,.file-picker-previews-container.file-picker-previews-scale-on-hover.without-info .file-picker-preview-wrapper:hover a.file-picker-preview-scaler+.file-picker-preview-restore,.file-picker-previews-container.file-picker-previews-scale-on-hover.without-info .file-picker-preview-wrapper.active a.file-picker-preview-scaler+.file-picker-preview-delete,.file-picker-previews-container.file-picker-previews-scale-on-hover.without-info .file-picker-preview-wrapper.active a.file-picker-preview-scaler+.file-picker-preview-restore{opacity:0}.file-picker-previews-container.file-picker-previews-scale-on-hover .file-picker-preview{transition:transform .1s linear}.file-picker-previews-container .file-picker-preview{background:#e0e0e0;border-radius:.75rem;display:block;box-shadow:0 2px 10px rgba(0,0,0,.21)}.file-picker-previews-container .file-picker-preview canvas{border-radius:.75rem}.file-picker-previews-container .file-picker-preview .file-picker-preview-image{pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:cover}.file-picker-previews-container .file-picker-preview-delete,.file-picker-previews-container .file-picker-preview-restore{z-index:2;width:2.25rem;height:2.25rem;position:absolute;top:-.375rem;right:-.375rem}.file-picker-previews-container .file-picker-preview-delete:after,.file-picker-previews-container .file-picker-preview-restore:after{content:"";z-index:1;background:#fff;border-radius:50%;width:1.0625rem;height:1.0625rem;margin-top:-.53125rem;margin-left:-.53125rem;display:block;position:absolute;top:50%;left:50%}.file-picker-previews-container .file-picker-preview-delete svg,.file-picker-previews-container .file-picker-preview-restore svg{z-index:2}.file-picker-previews-container .file-picker-previews-adder{color:#0af;border:2px dashed #0af;border-radius:.75rem;text-decoration:none;transition:border-color .2s linear}.file-picker-previews-container .file-picker-previews-adder:hover{color:#3bf;border-color:#3bf;text-decoration:none}.file-picker-previews-container .file-picker-previews-adder.disabled{color:#909090;border-color:#909090}.file-picker-previews-container .file-picker-previews-adder svg.mdi-icon path{fill:#0af}.file-picker-previews-container .file-picker-previews-adder svg.mdi-icon use{color:#0af}.file-picker-previews-container .file-picker-previews-adder:hover svg.mdi-icon path,.file-picker-previews-container .file-picker-previews-adder:focus svg.mdi-icon path,.file-picker-previews-container .file-picker-previews-adder.active svg.mdi-icon path{fill:#3bf}.file-picker-previews-container .file-picker-previews-adder:hover svg.mdi-icon use,.file-picker-previews-container .file-picker-previews-adder:focus svg.mdi-icon use,.file-picker-previews-container .file-picker-previews-adder.active svg.mdi-icon use{color:#3bf}.file-picker-previews-container .file-picker-previews-adder.disabled svg.mdi-icon path,.file-picker-previews-container .file-picker-previews-adder[disabled] svg.mdi-icon path{fill:#909090}.file-picker-previews-container .file-picker-previews-adder.disabled svg.mdi-icon use,.file-picker-previews-container .file-picker-previews-adder[disabled] svg.mdi-icon use{color:#909090}.file-picker-previews-container.file-picker-previews-white-bg .file-picker-preview{background-color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -1px rgba(0,0,0,.05)}.file-picker-previews-container .drag-and-drop-item.drag-and-drop-toggler,.file-picker-previews-container .drag-and-drop-item .drag-and-drop-toggler{cursor:move}.file-picker-previews-container .drag-and-drop-item.drag-and-drop-current .file-picker-preview{transition:none!important;transform:scale(1)!important}.file-picker-previews-container .drag-and-drop-item.drag-and-drop-over{position:relative}.file-picker-previews-container .drag-and-drop-item.drag-and-drop-over:before{content:"";background-color:#0af;width:.25rem;height:100%;position:absolute;top:0;left:-.75rem}.buttons-switch-input .btn-group>.btn{min-width:80px}.form-date-input .dropdown-toggle{position:relative}.form-date-input .dropdown-toggle input.form-control,.form-date-input .dropdown-toggle input.form-control[readonly]:not(:disabled){cursor:pointer;background-color:#fff;padding-right:30px}.form-date-input .dropdown-toggle input.form-control[disabled]{cursor:not-allowed;background-color:#e0e0e0}.form-date-input .dropdown-toggle input.form-control.empty-value:not(.active):focus~.form-label{color:rgba(79,79,79,.6);transform:none}.form-date-input .dropdown-toggle input.form-control.empty-value:not(.active):focus~.form-notch .form-notch-middle{width:0!important;transition:none!important}.form-date-input .dropdown-menu.fade-out{animation-duration:0s}.form-date-input .dropdown-menu.fade-in{animation-duration:.4s}.form-date-input .dropdown-menu .react-calendar{border:0}.drag-and-drop-item.drag-and-drop-styled.drag-and-drop-over{background-color:#e6f7ff;transition:background-color .2s linear;position:relative}.drag-and-drop-item.drag-and-drop-styled.drag-and-drop-over:before{content:"";background-color:#0af;width:100%;height:.25rem;position:absolute;top:0;left:0}.drag-and-drop-item.drag-and-drop-styled>.editable{transition:background-color .2s linear}.drag-and-drop-item.drag-and-drop-styled>.editable:hover{background-color:rgba(0,0,0,.03)}.drag-and-drop-item.drag-and-drop-current{opacity:.5;transition:opacity .2s linear}.drag-and-drop-toggler{cursor:ns-resize}.layout-mobile #error-page .logo img{width:290px;height:auto!important}.loading-indicator-enter,.loading-indicator-appear{opacity:0}.loading-indicator-enter-active,.loading-indicator-appear-active,.loading-indicator-enter-done,.loading-indicator-appear-done{opacity:1;transition:opacity .5s linear}.loading-indicator-exit{opacity:1}.loading-indicator-exit-active,.loading-indicator-exit-done{opacity:0;transition:opacity .5s linear}.loading-indicator-exit-active.hide-immediately .loading-indicator,.loading-indicator-exit-done.hide-immediately .loading-indicator{transition:none}.loading-indicator-exit-done{display:none}.loading-indicator-spinner-enter,.loading-indicator-spinner-appear{transform-origin:50%;transform:scale(0)}.loading-indicator-spinner-enter-active,.loading-indicator-spinner-appear-active,.loading-indicator-spinner-enter-done,.loading-indicator-spinner-appear-done{transition:transform .5s;transform:scale(1)}.loading-indicator-spinner-exit{transform-origin:50%;transform:scale(1)}.loading-indicator-spinner-exit-active,.loading-indicator-spinner-exit-done{transition:transform .5s;transform:scale(0)}@keyframes loading-indicator-spinner-animation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.loading-indicator-overlay{z-index:100;background-color:transparent;flex-direction:column;justify-content:center;align-items:center;min-width:50px;min-height:70px;display:flex;position:relative}.loading-indicator-overlay.fill-parent{position:absolute;top:0;bottom:0;left:0;right:0}.loading-indicator-overlay.floating{min-height:100px;position:absolute;top:0;left:0;right:0}.loading-indicator-overlay.with-background,.loading-indicator-overlay.with-background.solid-default{background-color:#fafafa}.loading-indicator-overlay.with-background.semitransparent-default{background-color:rgba(250,250,250,.4)}.loading-indicator-overlay.with-background.solid-white{background-color:#fff}.loading-indicator-overlay.with-background.semitransparent-white{background-color:rgba(255,255,255,.4)}.loading-indicator-overlay .loading-indicator{z-index:2000;flex-direction:column;justify-content:center;align-items:center;display:flex}.loading-indicator-overlay .loading-indicator .loading-indicator-logo{width:50px;height:50px;position:relative}.loading-indicator-overlay .loading-indicator .loading-indicator-logo .loading-indicator-spinner-container{position:absolute;top:-10px;left:-10px}.loading-indicator-overlay .loading-indicator .loading-indicator-logo .loading-indicator-spinner-container .loading-indicator-spinner{width:60px;height:60px}.loading-indicator-overlay .loading-indicator .loading-indicator-logo .loading-indicator-spinner-container .loading-indicator-spinner:before{border-width:2px;border-color:#de2f28;width:60px;height:60px}.loading-indicator-overlay .loading-indicator .loading-indicator-logo .loading-indicator-spinner-container .loading-indicator-spinner:after{border-width:2px;border-color:#de2f28;width:50px;height:50px;margin-top:-20px;margin-left:-20px}.loading-indicator-overlay .loading-indicator .loading-indicator-spinner-container .loading-indicator-spinner{width:50px;height:50px;position:relative}.loading-indicator-overlay .loading-indicator .loading-indicator-spinner-container .loading-indicator-spinner:before{content:"";border:2px solid #de2f28;border-radius:50%;width:50px;height:50px;margin-top:-25px;margin-left:-25px;animation:.725s linear infinite loading-indicator-spinner-animation;position:absolute;top:50%;left:50%;border-left-color:transparent!important;border-right-color:transparent!important}.loading-indicator-overlay .loading-indicator .loading-indicator-spinner-container .loading-indicator-spinner:after{content:"";border:2px solid #de2f28;border-radius:50%;width:36px;height:36px;margin-top:-18px;margin-left:-18px;animation:1.225s linear infinite loading-indicator-spinner-animation;position:absolute;top:50%;left:50%;border-left-color:transparent!important;border-right-color:transparent!important}.loading-indicator-overlay .loading-indicator.white .loading-indicator-spinner-container .loading-indicator-spinner:before,.loading-indicator-overlay .loading-indicator.white .loading-indicator-spinner-container .loading-indicator-spinner:after{border-color:#fff}.loading-indicator-overlay .loading-indicator .loading-indicator-label{color:#616161;margin-top:.5rem;font-size:1.25rem}.loading-indicator-overlay .loading-indicator.with-logo .loading-indicator-label{color:#616161}.async-data-loading-container{z-index:100;min-height:100px;transition:height .2s linear;position:relative}.rating-stars .rating-stars-star svg.mdi-icon path{fill:#ffca67}.rating-stars .rating-stars-star svg.mdi-icon use{color:#ffca67}.rating-stars .rating-stars-star{line-height:1}.rating-stars .rating-stars-star>svg{vertical-align:top}.rating-stars.interactive .rating-stars-star{cursor:pointer}.rating-stars.interactive .rating-stars-star svg.mdi-icon path{fill:#909090}.rating-stars.interactive .rating-stars-star svg.mdi-icon use{color:#909090}.rating-stars.interactive .rating-stars-star:hover svg.mdi-icon path,.rating-stars.interactive .rating-stars-star:focus svg.mdi-icon path,.rating-stars.interactive .rating-stars-star.active svg.mdi-icon path{fill:#ffca67}.rating-stars.interactive .rating-stars-star:hover svg.mdi-icon use,.rating-stars.interactive .rating-stars-star:focus svg.mdi-icon use,.rating-stars.interactive .rating-stars-star.active svg.mdi-icon use{color:#ffca67}.rating-stars.interactive .rating-stars-star.disabled svg.mdi-icon path,.rating-stars.interactive .rating-stars-star[disabled] svg.mdi-icon path{fill:#909090}.rating-stars.interactive .rating-stars-star.disabled svg.mdi-icon use,.rating-stars.interactive .rating-stars-star[disabled] svg.mdi-icon use{color:#909090}.recaptcha>div>div{place-content:center;display:flex}body[data-recaptcha-badge="1"] .grecaptcha-badge{transform:translate(0)!important}.grecaptcha-badge{z-index:1110!important;transition:all .3s!important;transform:translate(100%)!important}.youtube-iframe-container{width:100%;padding-bottom:56.25%;position:relative}.youtube-iframe-container iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.react-calendar{font-family:var(--mdb-font-sans-serif);border-color:#d4d4d4;width:330px}body.layout-mobile.layout-xxs .react-calendar{width:90vw;max-width:330px}.react-calendar .react-calendar__navigation{margin-bottom:0}.react-calendar .react-calendar__navigation button{height:40px;padding-bottom:5px;font-size:calc(1.325rem + .9vw);line-height:20px}@media (min-width:1200px){.react-calendar .react-calendar__navigation button{font-size:2rem}}.react-calendar .react-calendar__navigation button.react-calendar__navigation__label{padding-bottom:0;font-size:1.1rem;line-height:1.2}.react-calendar .react-calendar__tile{font-size:1rem;transition:background-color .2s linear,color .2s linear}.react-calendar .react-calendar__month-view__days__day--weekend{color:#de2f28}.react-calendar .react-calendar__month-view__days__day--neighboringMonth{color:#909090}.react-calendar .react-calendar__tile:disabled{background:#f5f5f5}.react-calendar .react-calendar__tile:enabled:hover,.react-calendar .react-calendar__tile:enabled:focus{background:#eee}.react-calendar .react-calendar__tile--now{background:#f5f5f5}.react-calendar .react-calendar__tile--now:enabled:hover,.react-calendar .react-calendar__tile--now:enabled:focus{background:#eee}.react-calendar .react-calendar__tile--hasActive{color:#fff;background:#0091e6}.react-calendar .react-calendar__tile--hasActive:enabled:hover,.react-calendar .react-calendar__tile--hasActive:enabled:focus{background:#3bf}.react-calendar .react-calendar__tile--active{color:#202020;background:#cef}.react-calendar .react-calendar__tile--active:enabled:hover,.react-calendar .react-calendar__tile--active:enabled:focus{background:#9df}.react-calendar .react-calendar--selectRange .react-calendar__tile--hover{background:#eee}.react-calendar .react-calendar__year-view .react-calendar__tile,.react-calendar .react-calendar__decade-view .react-calendar__tile,.react-calendar .react-calendar__century-view .react-calendar__tile{padding:1.25rem .5rem}.react-calendar--doubleView{width:660px}.images-previewer{flex-shrink:0;width:100%}.images-previewer .images-previewer-current-image{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;min-height:400px;overflow:hidden}.images-previewer .images-previewer-current-image img{width:1px;height:1px;position:absolute;left:-5px}.images-previewer .images-previewer-previews-list .images-previewer-preview{cursor:pointer;z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:.5rem;width:100%;min-width:100px;height:100px;position:relative;overflow:hidden}.images-previewer .images-previewer-previews-list .images-previewer-preview:last-child{margin-right:0!important}.images-previewer .images-previewer-previews-list .images-previewer-preview:after{content:"";pointer-events:none;z-index:2;border:2px solid transparent;border-radius:.5rem;width:100%;height:100%;transition:border .2s linear;position:absolute;top:0;left:0}.images-previewer .images-previewer-previews-list .images-previewer-preview.active:after{border-color:#de2f28}.images-previewer .images-previewer-previews-list .images-previewer-preview img{width:1px;height:1px;position:absolute;left:-5px}.images-carousel-modal .btn-close{z-index:5;background-color:rgba(255,255,255,.9);border-radius:0;padding:1rem;position:absolute;top:0;right:0}.images-carousel-modal .modal-content{box-shadow:none;background-color:transparent;overflow:hidden}.images-carousel-modal .images-carousel-modal-image-container{width:100%;height:100vh;overflow:hidden}.images-carousel-modal .images-carousel-modal-image{flex-direction:column;justify-content:center;align-items:center;width:100%;height:90vh;display:flex}.images-carousel-modal .images-carousel-modal-image img{max-width:100%;max-height:90vh}.data-grid-table-container{z-index:1;background-color:#fff;min-height:120px;position:relative}.data-grid-table-container>table.data-grid,.data-grid-table-container>.animated-content-container>table.data-grid{z-index:1;position:relative}.data-grid-table-container>table.data-grid>tbody,.data-grid-table-container>.animated-content-container>table.data-grid>tbody{font-weight:400}.data-grid-table-container>table.data-grid>tbody>tr.data-grid-row-selected>td,.data-grid-table-container>.animated-content-container>table.data-grid>tbody>tr.data-grid-row-selected>td{background-color:#e6f7ff}.data-grid-table-container>table.data-grid>tbody>tr>td,.data-grid-table-container>table.data-grid>tbody>tr>th,.data-grid-table-container>table.data-grid>tbody>tr .data-grid-column-header,.data-grid-table-container>table.data-grid>thead>tr>td,.data-grid-table-container>table.data-grid>thead>tr>th,.data-grid-table-container>table.data-grid>thead>tr .data-grid-column-header,.data-grid-table-container>table.data-grid>tfoot>tr>td,.data-grid-table-container>table.data-grid>tfoot>tr>th,.data-grid-table-container>table.data-grid>tfoot>tr .data-grid-column-header,.data-grid-table-container>.animated-content-container>table.data-grid>tbody>tr>td,.data-grid-table-container>.animated-content-container>table.data-grid>tbody>tr>th,.data-grid-table-container>.animated-content-container>table.data-grid>tbody>tr .data-grid-column-header,.data-grid-table-container>.animated-content-container>table.data-grid>thead>tr>td,.data-grid-table-container>.animated-content-container>table.data-grid>thead>tr>th,.data-grid-table-container>.animated-content-container>table.data-grid>thead>tr .data-grid-column-header,.data-grid-table-container>.animated-content-container>table.data-grid>tfoot>tr>td,.data-grid-table-container>.animated-content-container>table.data-grid>tfoot>tr>th,.data-grid-table-container>.animated-content-container>table.data-grid>tfoot>tr .data-grid-column-header{padding:1rem;font-weight:400}.data-grid-table-container>table.data-grid.table-sm>tbody>tr>td,.data-grid-table-container>table.data-grid.table-sm>tbody>tr>th,.data-grid-table-container>table.data-grid.table-sm>tbody>tr .data-grid-column-header,.data-grid-table-container>table.data-grid.table-sm>thead>tr>td,.data-grid-table-container>table.data-grid.table-sm>thead>tr>th,.data-grid-table-container>table.data-grid.table-sm>thead>tr .data-grid-column-header,.data-grid-table-container>table.data-grid.table-sm>tfoot>tr>td,.data-grid-table-container>table.data-grid.table-sm>tfoot>tr>th,.data-grid-table-container>table.data-grid.table-sm>tfoot>tr .data-grid-column-header,.data-grid-table-container>.animated-content-container>table.data-grid.table-sm>tbody>tr>td,.data-grid-table-container>.animated-content-container>table.data-grid.table-sm>tbody>tr>th,.data-grid-table-container>.animated-content-container>table.data-grid.table-sm>tbody>tr .data-grid-column-header,.data-grid-table-container>.animated-content-container>table.data-grid.table-sm>thead>tr>td,.data-grid-table-container>.animated-content-container>table.data-grid.table-sm>thead>tr>th,.data-grid-table-container>.animated-content-container>table.data-grid.table-sm>thead>tr .data-grid-column-header,.data-grid-table-container>.animated-content-container>table.data-grid.table-sm>tfoot>tr>td,.data-grid-table-container>.animated-content-container>table.data-grid.table-sm>tfoot>tr>th,.data-grid-table-container>.animated-content-container>table.data-grid.table-sm>tfoot>tr .data-grid-column-header{padding:.5rem 1rem}.data-grid-table-container>table.data-grid>thead>tr th,.data-grid-table-container>.animated-content-container>table.data-grid>thead>tr th{color:#909090;vertical-align:middle;background-color:#fff;border-color:#e6e6e6;position:relative}.data-grid-table-container>table.data-grid>thead>tr th.with-ripple,.data-grid-table-container>.animated-content-container>table.data-grid>thead>tr th.with-ripple{padding:0!important}.data-grid-table-container>table.data-grid>thead>tr th.ripple-surface,.data-grid-table-container>.animated-content-container>table.data-grid>thead>tr th.ripple-surface{display:table-cell}.data-grid-table-container>table.data-grid>thead>tr th .data-grid-column-header.ripple-surface,.data-grid-table-container>.animated-content-container>table.data-grid>thead>tr th .data-grid-column-header.ripple-surface{display:block}.data-grid-table-container>table.data-grid>thead>tr .data-grid-column-header,.data-grid-table-container>.animated-content-container>table.data-grid>thead>tr .data-grid-column-header{height:100%;min-height:24px;padding-top:1rem;padding-bottom:1rem;line-height:1.3;position:static}.data-grid-table-container>table.data-grid>thead>tr .data-grid-column-header.cursor,.data-grid-table-container>.animated-content-container>table.data-grid>thead>tr .data-grid-column-header.cursor{-webkit-user-select:none;user-select:none}.data-grid-table-container>table.data-grid>thead>tr .data-grid-column-header .data-grid-sortable-label,.data-grid-table-container>.animated-content-container>table.data-grid>thead>tr .data-grid-column-header .data-grid-sortable-label{margin-right:7px}.data-grid-table-container>table.data-grid>thead>tr .data-grid-column-header .data-grid-sort-icon,.data-grid-table-container>.animated-content-container>table.data-grid>thead>tr .data-grid-column-header .data-grid-sort-icon{position:absolute;right:4px}.data-grid-table-container>table.data-grid>tfoot>tr>th,.data-grid-table-container>table.data-grid>tfoot>tr>td,.data-grid-table-container>.animated-content-container>table.data-grid>tfoot>tr>th,.data-grid-table-container>.animated-content-container>table.data-grid>tfoot>tr>td{color:#909090;background-color:#fff;border-color:#e6e6e6;font-weight:600}.data-grid-table-container>table.data-grid.table-striped-manually.table-hover>tbody>tr.odd>td,.data-grid-table-container>table.data-grid.table-striped-manually.table-hover>tbody>tr.odd>th,.data-grid-table-container>.animated-content-container>table.data-grid.table-striped-manually.table-hover>tbody>tr.odd>td,.data-grid-table-container>.animated-content-container>table.data-grid.table-striped-manually.table-hover>tbody>tr.odd>th{background-color:rgba(0,0,0,.02)}.data-grid-table-container>table.data-grid.table-striped-manually.table-hover>tbody>tr.odd:hover>td,.data-grid-table-container>table.data-grid.table-striped-manually.table-hover>tbody>tr.odd:hover>th,.data-grid-table-container>.animated-content-container>table.data-grid.table-striped-manually.table-hover>tbody>tr.odd:hover>td,.data-grid-table-container>.animated-content-container>table.data-grid.table-striped-manually.table-hover>tbody>tr.odd:hover>th,.data-grid-table-container>table.data-grid.table-striped-manually.table-hover>tbody>tr.even:hover>td.data-grid-column-sticky-left,.data-grid-table-container>table.data-grid.table-striped-manually.table-hover>tbody>tr.even:hover>td.data-grid-column-sticky-right,.data-grid-table-container>.animated-content-container>table.data-grid.table-striped-manually.table-hover>tbody>tr.even:hover>td.data-grid-column-sticky-left,.data-grid-table-container>.animated-content-container>table.data-grid.table-striped-manually.table-hover>tbody>tr.even:hover>td.data-grid-column-sticky-right{background-color:rgba(0,0,0,.04)}.data-grid-table-container>table.data-grid.table-hover>tbody>tr>td,.data-grid-table-container>table.data-grid.table-hover>tbody>tr>th,.data-grid-table-container>.animated-content-container>table.data-grid.table-hover>tbody>tr>td,.data-grid-table-container>.animated-content-container>table.data-grid.table-hover>tbody>tr>th{transition:all .5s}.data-grid-table-container>table.data-grid.align-top>tbody>tr>td,.data-grid-table-container>table.data-grid.align-top>tbody>tr>th,.data-grid-table-container>.animated-content-container>table.data-grid.align-top>tbody>tr>td,.data-grid-table-container>.animated-content-container>table.data-grid.align-top>tbody>tr>th{vertical-align:top}.data-grid-table-container>table.data-grid.align-middle>tbody>tr>td,.data-grid-table-container>table.data-grid.align-middle>tbody>tr>th,.data-grid-table-container>.animated-content-container>table.data-grid.align-middle>tbody>tr>td,.data-grid-table-container>.animated-content-container>table.data-grid.align-middle>tbody>tr>th{vertical-align:middle}.data-grid-table-container>table.data-grid.align-bottom>tbody>tr>td,.data-grid-table-container>table.data-grid.align-bottom>tbody>tr>th,.data-grid-table-container>.animated-content-container>table.data-grid.align-bottom>tbody>tr>td,.data-grid-table-container>.animated-content-container>table.data-grid.align-bottom>tbody>tr>th{vertical-align:bottom}.data-grid-table-container>table.data-grid table.subtable,.data-grid-table-container>.animated-content-container>table.data-grid table.subtable{background-color:transparent;border-width:0;width:100%}.data-grid-table-container>table.data-grid table.subtable>tbody>tr>td,.data-grid-table-container>table.data-grid table.subtable>tbody>tr>th,.data-grid-table-container>.animated-content-container>table.data-grid table.subtable>tbody>tr>td,.data-grid-table-container>.animated-content-container>table.data-grid table.subtable>tbody>tr>th{padding:0 .25rem .25rem 0}.data-grid-table-container>table.data-grid table.subtable>tbody>tr>td:last-child,.data-grid-table-container>table.data-grid table.subtable>tbody>tr>th:last-child,.data-grid-table-container>.animated-content-container>table.data-grid table.subtable>tbody>tr>td:last-child,.data-grid-table-container>.animated-content-container>table.data-grid table.subtable>tbody>tr>th:last-child{padding-right:0}.data-grid-table-container>table.data-grid table.subtable>tbody>tr:last-child>td,.data-grid-table-container>table.data-grid table.subtable>tbody>tr:last-child>th,.data-grid-table-container>.animated-content-container>table.data-grid table.subtable>tbody>tr:last-child>td,.data-grid-table-container>.animated-content-container>table.data-grid table.subtable>tbody>tr:last-child>th{padding-bottom:0}.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid,.data-grid-table-container.data-grid-flex>table.data-grid{border-top-width:0}.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>thead>tr>th,.data-grid-table-container.data-grid-flex>table.data-grid>thead>tr>th{z-index:10;border-width:0;font-weight:500;position:-webkit-sticky;position:sticky;top:0;overflow:visible}.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>thead>tr>th:after,.data-grid-table-container.data-grid-flex>table.data-grid>thead>tr>th:after{content:"";pointer-events:none;border-bottom:1px solid #e6e6e6;position:absolute;top:0;bottom:-1px;left:0;right:0}.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>thead>tr>th.data-grid-column-sticky-left,.data-grid-table-container.data-grid-flex>table.data-grid>thead>tr>th.data-grid-column-sticky-left{z-index:11}.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>tbody>tr>.data-grid-column-sticky-left,.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>tbody>tr>.data-grid-column-sticky-right,.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>thead>tr>.data-grid-column-sticky-left,.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>thead>tr>.data-grid-column-sticky-right,.data-grid-table-container.data-grid-flex>table.data-grid>tbody>tr>.data-grid-column-sticky-left,.data-grid-table-container.data-grid-flex>table.data-grid>tbody>tr>.data-grid-column-sticky-right,.data-grid-table-container.data-grid-flex>table.data-grid>thead>tr>.data-grid-column-sticky-left,.data-grid-table-container.data-grid-flex>table.data-grid>thead>tr>.data-grid-column-sticky-right{position:-webkit-sticky;position:sticky;top:0}.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>tbody>tr>.data-grid-column-sticky-left:before,.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>tbody>tr>.data-grid-column-sticky-right:before,.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>thead>tr>.data-grid-column-sticky-left:before,.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>thead>tr>.data-grid-column-sticky-right:before,.data-grid-table-container.data-grid-flex>table.data-grid>tbody>tr>.data-grid-column-sticky-left:before,.data-grid-table-container.data-grid-flex>table.data-grid>tbody>tr>.data-grid-column-sticky-right:before,.data-grid-table-container.data-grid-flex>table.data-grid>thead>tr>.data-grid-column-sticky-left:before,.data-grid-table-container.data-grid-flex>table.data-grid>thead>tr>.data-grid-column-sticky-right:before{content:"";background-color:#e6e6e6;width:1px;position:absolute;top:0;bottom:0}.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>tbody>tr>td.data-grid-column-sticky-left,.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>tbody>tr>td.data-grid-column-sticky-right,.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>thead>tr>td.data-grid-column-sticky-left,.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>thead>tr>td.data-grid-column-sticky-right,.data-grid-table-container.data-grid-flex>table.data-grid>tbody>tr>td.data-grid-column-sticky-left,.data-grid-table-container.data-grid-flex>table.data-grid>tbody>tr>td.data-grid-column-sticky-right,.data-grid-table-container.data-grid-flex>table.data-grid>thead>tr>td.data-grid-column-sticky-left,.data-grid-table-container.data-grid-flex>table.data-grid>thead>tr>td.data-grid-column-sticky-right{background-color:#fff}.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>tbody>tr>.data-grid-column-sticky-left,.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>thead>tr>.data-grid-column-sticky-left,.data-grid-table-container.data-grid-flex>table.data-grid>tbody>tr>.data-grid-column-sticky-left,.data-grid-table-container.data-grid-flex>table.data-grid>thead>tr>.data-grid-column-sticky-left{left:0}.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>tbody>tr>.data-grid-column-sticky-right,.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>thead>tr>.data-grid-column-sticky-right,.data-grid-table-container.data-grid-flex>table.data-grid>tbody>tr>.data-grid-column-sticky-right,.data-grid-table-container.data-grid-flex>table.data-grid>thead>tr>.data-grid-column-sticky-right,.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>tbody>tr>.data-grid-column-sticky-left:before,.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>thead>tr>.data-grid-column-sticky-left:before,.data-grid-table-container.data-grid-flex>table.data-grid>tbody>tr>.data-grid-column-sticky-left:before,.data-grid-table-container.data-grid-flex>table.data-grid>thead>tr>.data-grid-column-sticky-left:before{right:0}.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>tbody>tr>.data-grid-column-sticky-right:before,.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid>thead>tr>.data-grid-column-sticky-right:before,.data-grid-table-container.data-grid-flex>table.data-grid>tbody>tr>.data-grid-column-sticky-right:before,.data-grid-table-container.data-grid-flex>table.data-grid>thead>tr>.data-grid-column-sticky-right:before{left:-1px}.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid.table-bordered>thead>tr>th:before,.data-grid-table-container.data-grid-flex>table.data-grid.table-bordered>thead>tr>th:before{content:"";pointer-events:none;border-left:1px solid #e6e6e6;position:absolute;top:0;bottom:0;left:0}.data-grid-table-container.data-grid-flex>.animated-content-container>table.data-grid.table-bordered>thead>tr>th:first-child:after,.data-grid-table-container.data-grid-flex>table.data-grid.table-bordered>thead>tr>th:first-child:after{border-left-width:0}.data-grid-table-container>.data-grid-no-items,.data-grid-table-container>.animated-content-container>.data-grid-no-items{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:120px;display:flex;position:relative}.data-grid-table-container>.data-grid-loading,.data-grid-table-container>.animated-content-container>.data-grid-loading{z-index:1091;position:absolute;top:0;bottom:0;left:0;right:0}.data-grid-table-container>.data-grid-error,.data-grid-table-container>.animated-content-container>.data-grid-error{z-index:1091;background-color:rgba(255,255,255,.6);flex-direction:column;justify-content:center;align-items:center;min-height:120px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.data-grid-table-container.data-grid-with-error{min-height:120px}.data-grid-table-container thead.data-grid-headers-hidden td,.data-grid-table-container thead.data-grid-headers-hidden th{padding:0!important;font-size:0!important;position:relative!important;overflow:hidden!important}.data-grid-table-container thead.data-grid-headers-hidden td *,.data-grid-table-container thead.data-grid-headers-hidden th *,.data-grid-table-container thead.data-grid-headers-hidden td:after,.data-grid-table-container thead.data-grid-headers-hidden td:before,.data-grid-table-container thead.data-grid-headers-hidden th:after,.data-grid-table-container thead.data-grid-headers-hidden th:before{display:none!important}.data-grid-filters{z-index:10;background-color:#fff;position:relative}.data-grid-footer{z-index:9;color:#909090;background-color:#fff;position:relative}.data-grid-footer .data-grid-pagination-filler-dropdown-menu{max-height:18.875rem}.data-grid-footer .data-grid-pagination-filler-dropdown-menu .page-link{height:2.125rem}.data-grid-footer .page-item.dropdown-item{padding:0}.data-grid-footer .page-item:hover svg.mdi-icon path,.data-grid-footer .page-item:focus svg.mdi-icon path,.data-grid-footer .page-item.active svg.mdi-icon path{fill:#de2f28}.data-grid-footer .page-item:hover svg.mdi-icon use,.data-grid-footer .page-item:focus svg.mdi-icon use,.data-grid-footer .page-item.active svg.mdi-icon use{color:#de2f28}.data-grid-footer .page-item.disabled svg.mdi-icon path,.data-grid-footer .page-item[disabled] svg.mdi-icon path{fill:#909090}.data-grid-footer .page-item.disabled svg.mdi-icon use,.data-grid-footer .page-item[disabled] svg.mdi-icon use{color:#909090}.data-grid-footer .page-item.active.disabled .page-link{color:#cfcfcf;background-color:#eee}.data-grid-footer .page-link{cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;min-width:36px;padding-left:.5rem;padding-right:.5rem}.data-grid-footer .data-grid-vertical-separator{height:26px}.data-grid-vertical-separator{border-right:1px solid #d4d4d4;width:0;height:26px;margin:0 .5rem;display:inline-block}.notyf .notyf__toast{background-color:#0af}.notyf .notyf__toast.notyf__toast--success{background-color:#4ac125}.notyf .notyf__toast.notyf__toast--error{background-color:#de2f28}.notyf .notyf__ripple{display:none}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:var(--mdb-gutter-x,.75rem);padding-left:var(--mdb-gutter-x,.75rem);margin-left:auto;margin-right:auto}@media (min-width:576px){.container-sm,.container{max-width:540px}}@media (min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}.row{--mdb-gutter-x:1.5rem;--mdb-gutter-y:0;margin-top:calc(var(--mdb-gutter-y)*-1);margin-right:calc(var(--mdb-gutter-x)/-2);margin-left:calc(var(--mdb-gutter-x)/-2);flex-wrap:wrap;display:flex}.row>*{width:100%;max-width:100%;padding-right:calc(var(--mdb-gutter-x)/2);padding-left:calc(var(--mdb-gutter-x)/2);margin-top:var(--mdb-gutter-y);flex-shrink:0}.col{flex:1 0}.row-cols-auto>*{flex:none;width:auto}.row-cols-1>*{flex:none;width:100%}.row-cols-2>*{flex:none;width:50%}.row-cols-3>*{flex:none;width:33.3333%}.row-cols-4>*{flex:none;width:25%}.row-cols-5>*{flex:none;width:20%}.row-cols-6>*{flex:none;width:16.6667%}.col-auto{flex:none;width:auto}.col-1{flex:none;width:8.33333%}.col-2{flex:none;width:16.6667%}.col-3{flex:none;width:25%}.col-4{flex:none;width:33.3333%}.col-5{flex:none;width:41.6667%}.col-6{flex:none;width:50%}.col-7{flex:none;width:58.3333%}.col-8{flex:none;width:66.6667%}.col-9{flex:none;width:75%}.col-10{flex:none;width:83.3333%}.col-11{flex:none;width:91.6667%}.col-12{flex:none;width:100%}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.6667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333%}.offset-5{margin-left:41.6667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333%}.offset-8{margin-left:66.6667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333%}.offset-11{margin-left:91.6667%}.g-0,.gx-0{--mdb-gutter-x:0}.g-0,.gy-0{--mdb-gutter-y:0}.g-1,.gx-1{--mdb-gutter-x:.25rem}.g-1,.gy-1{--mdb-gutter-y:.25rem}.g-2,.gx-2{--mdb-gutter-x:.5rem}.g-2,.gy-2{--mdb-gutter-y:.5rem}.g-3,.gx-3{--mdb-gutter-x:1rem}.g-3,.gy-3{--mdb-gutter-y:1rem}.g-4,.gx-4{--mdb-gutter-x:1.5rem}.g-4,.gy-4{--mdb-gutter-y:1.5rem}.g-5,.gx-5{--mdb-gutter-x:2rem}.g-5,.gy-5{--mdb-gutter-y:2rem}.g-6,.gx-6{--mdb-gutter-x:2.5rem}.g-6,.gy-6{--mdb-gutter-y:2.5rem}.g-7,.gx-7{--mdb-gutter-x:3rem}.g-7,.gy-7{--mdb-gutter-y:3rem}.g-8,.gx-8{--mdb-gutter-x:4rem}.g-8,.gy-8{--mdb-gutter-y:4rem}.g-9,.gx-9{--mdb-gutter-x:5rem}.g-9,.gy-9{--mdb-gutter-y:5rem}@media (min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*{flex:none;width:auto}.row-cols-sm-1>*{flex:none;width:100%}.row-cols-sm-2>*{flex:none;width:50%}.row-cols-sm-3>*{flex:none;width:33.3333%}.row-cols-sm-4>*{flex:none;width:25%}.row-cols-sm-5>*{flex:none;width:20%}.row-cols-sm-6>*{flex:none;width:16.6667%}.col-sm-auto{flex:none;width:auto}.col-sm-1{flex:none;width:8.33333%}.col-sm-2{flex:none;width:16.6667%}.col-sm-3{flex:none;width:25%}.col-sm-4{flex:none;width:33.3333%}.col-sm-5{flex:none;width:41.6667%}.col-sm-6{flex:none;width:50%}.col-sm-7{flex:none;width:58.3333%}.col-sm-8{flex:none;width:66.6667%}.col-sm-9{flex:none;width:75%}.col-sm-10{flex:none;width:83.3333%}.col-sm-11{flex:none;width:91.6667%}.col-sm-12{flex:none;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.6667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333%}.offset-sm-5{margin-left:41.6667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333%}.offset-sm-8{margin-left:66.6667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333%}.offset-sm-11{margin-left:91.6667%}.g-sm-0,.gx-sm-0{--mdb-gutter-x:0}.g-sm-0,.gy-sm-0{--mdb-gutter-y:0}.g-sm-1,.gx-sm-1{--mdb-gutter-x:.25rem}.g-sm-1,.gy-sm-1{--mdb-gutter-y:.25rem}.g-sm-2,.gx-sm-2{--mdb-gutter-x:.5rem}.g-sm-2,.gy-sm-2{--mdb-gutter-y:.5rem}.g-sm-3,.gx-sm-3{--mdb-gutter-x:1rem}.g-sm-3,.gy-sm-3{--mdb-gutter-y:1rem}.g-sm-4,.gx-sm-4{--mdb-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--mdb-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--mdb-gutter-x:2rem}.g-sm-5,.gy-sm-5{--mdb-gutter-y:2rem}.g-sm-6,.gx-sm-6{--mdb-gutter-x:2.5rem}.g-sm-6,.gy-sm-6{--mdb-gutter-y:2.5rem}.g-sm-7,.gx-sm-7{--mdb-gutter-x:3rem}.g-sm-7,.gy-sm-7{--mdb-gutter-y:3rem}.g-sm-8,.gx-sm-8{--mdb-gutter-x:4rem}.g-sm-8,.gy-sm-8{--mdb-gutter-y:4rem}.g-sm-9,.gx-sm-9{--mdb-gutter-x:5rem}.g-sm-9,.gy-sm-9{--mdb-gutter-y:5rem}}@media (min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*{flex:none;width:auto}.row-cols-md-1>*{flex:none;width:100%}.row-cols-md-2>*{flex:none;width:50%}.row-cols-md-3>*{flex:none;width:33.3333%}.row-cols-md-4>*{flex:none;width:25%}.row-cols-md-5>*{flex:none;width:20%}.row-cols-md-6>*{flex:none;width:16.6667%}.col-md-auto{flex:none;width:auto}.col-md-1{flex:none;width:8.33333%}.col-md-2{flex:none;width:16.6667%}.col-md-3{flex:none;width:25%}.col-md-4{flex:none;width:33.3333%}.col-md-5{flex:none;width:41.6667%}.col-md-6{flex:none;width:50%}.col-md-7{flex:none;width:58.3333%}.col-md-8{flex:none;width:66.6667%}.col-md-9{flex:none;width:75%}.col-md-10{flex:none;width:83.3333%}.col-md-11{flex:none;width:91.6667%}.col-md-12{flex:none;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.6667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333%}.offset-md-5{margin-left:41.6667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333%}.offset-md-8{margin-left:66.6667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333%}.offset-md-11{margin-left:91.6667%}.g-md-0,.gx-md-0{--mdb-gutter-x:0}.g-md-0,.gy-md-0{--mdb-gutter-y:0}.g-md-1,.gx-md-1{--mdb-gutter-x:.25rem}.g-md-1,.gy-md-1{--mdb-gutter-y:.25rem}.g-md-2,.gx-md-2{--mdb-gutter-x:.5rem}.g-md-2,.gy-md-2{--mdb-gutter-y:.5rem}.g-md-3,.gx-md-3{--mdb-gutter-x:1rem}.g-md-3,.gy-md-3{--mdb-gutter-y:1rem}.g-md-4,.gx-md-4{--mdb-gutter-x:1.5rem}.g-md-4,.gy-md-4{--mdb-gutter-y:1.5rem}.g-md-5,.gx-md-5{--mdb-gutter-x:2rem}.g-md-5,.gy-md-5{--mdb-gutter-y:2rem}.g-md-6,.gx-md-6{--mdb-gutter-x:2.5rem}.g-md-6,.gy-md-6{--mdb-gutter-y:2.5rem}.g-md-7,.gx-md-7{--mdb-gutter-x:3rem}.g-md-7,.gy-md-7{--mdb-gutter-y:3rem}.g-md-8,.gx-md-8{--mdb-gutter-x:4rem}.g-md-8,.gy-md-8{--mdb-gutter-y:4rem}.g-md-9,.gx-md-9{--mdb-gutter-x:5rem}.g-md-9,.gy-md-9{--mdb-gutter-y:5rem}}@media (min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*{flex:none;width:auto}.row-cols-lg-1>*{flex:none;width:100%}.row-cols-lg-2>*{flex:none;width:50%}.row-cols-lg-3>*{flex:none;width:33.3333%}.row-cols-lg-4>*{flex:none;width:25%}.row-cols-lg-5>*{flex:none;width:20%}.row-cols-lg-6>*{flex:none;width:16.6667%}.col-lg-auto{flex:none;width:auto}.col-lg-1{flex:none;width:8.33333%}.col-lg-2{flex:none;width:16.6667%}.col-lg-3{flex:none;width:25%}.col-lg-4{flex:none;width:33.3333%}.col-lg-5{flex:none;width:41.6667%}.col-lg-6{flex:none;width:50%}.col-lg-7{flex:none;width:58.3333%}.col-lg-8{flex:none;width:66.6667%}.col-lg-9{flex:none;width:75%}.col-lg-10{flex:none;width:83.3333%}.col-lg-11{flex:none;width:91.6667%}.col-lg-12{flex:none;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.6667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333%}.offset-lg-5{margin-left:41.6667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333%}.offset-lg-8{margin-left:66.6667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333%}.offset-lg-11{margin-left:91.6667%}.g-lg-0,.gx-lg-0{--mdb-gutter-x:0}.g-lg-0,.gy-lg-0{--mdb-gutter-y:0}.g-lg-1,.gx-lg-1{--mdb-gutter-x:.25rem}.g-lg-1,.gy-lg-1{--mdb-gutter-y:.25rem}.g-lg-2,.gx-lg-2{--mdb-gutter-x:.5rem}.g-lg-2,.gy-lg-2{--mdb-gutter-y:.5rem}.g-lg-3,.gx-lg-3{--mdb-gutter-x:1rem}.g-lg-3,.gy-lg-3{--mdb-gutter-y:1rem}.g-lg-4,.gx-lg-4{--mdb-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--mdb-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--mdb-gutter-x:2rem}.g-lg-5,.gy-lg-5{--mdb-gutter-y:2rem}.g-lg-6,.gx-lg-6{--mdb-gutter-x:2.5rem}.g-lg-6,.gy-lg-6{--mdb-gutter-y:2.5rem}.g-lg-7,.gx-lg-7{--mdb-gutter-x:3rem}.g-lg-7,.gy-lg-7{--mdb-gutter-y:3rem}.g-lg-8,.gx-lg-8{--mdb-gutter-x:4rem}.g-lg-8,.gy-lg-8{--mdb-gutter-y:4rem}.g-lg-9,.gx-lg-9{--mdb-gutter-x:5rem}.g-lg-9,.gy-lg-9{--mdb-gutter-y:5rem}}@media (min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*{flex:none;width:auto}.row-cols-xl-1>*{flex:none;width:100%}.row-cols-xl-2>*{flex:none;width:50%}.row-cols-xl-3>*{flex:none;width:33.3333%}.row-cols-xl-4>*{flex:none;width:25%}.row-cols-xl-5>*{flex:none;width:20%}.row-cols-xl-6>*{flex:none;width:16.6667%}.col-xl-auto{flex:none;width:auto}.col-xl-1{flex:none;width:8.33333%}.col-xl-2{flex:none;width:16.6667%}.col-xl-3{flex:none;width:25%}.col-xl-4{flex:none;width:33.3333%}.col-xl-5{flex:none;width:41.6667%}.col-xl-6{flex:none;width:50%}.col-xl-7{flex:none;width:58.3333%}.col-xl-8{flex:none;width:66.6667%}.col-xl-9{flex:none;width:75%}.col-xl-10{flex:none;width:83.3333%}.col-xl-11{flex:none;width:91.6667%}.col-xl-12{flex:none;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.6667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333%}.offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333%}.offset-xl-8{margin-left:66.6667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333%}.offset-xl-11{margin-left:91.6667%}.g-xl-0,.gx-xl-0{--mdb-gutter-x:0}.g-xl-0,.gy-xl-0{--mdb-gutter-y:0}.g-xl-1,.gx-xl-1{--mdb-gutter-x:.25rem}.g-xl-1,.gy-xl-1{--mdb-gutter-y:.25rem}.g-xl-2,.gx-xl-2{--mdb-gutter-x:.5rem}.g-xl-2,.gy-xl-2{--mdb-gutter-y:.5rem}.g-xl-3,.gx-xl-3{--mdb-gutter-x:1rem}.g-xl-3,.gy-xl-3{--mdb-gutter-y:1rem}.g-xl-4,.gx-xl-4{--mdb-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--mdb-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--mdb-gutter-x:2rem}.g-xl-5,.gy-xl-5{--mdb-gutter-y:2rem}.g-xl-6,.gx-xl-6{--mdb-gutter-x:2.5rem}.g-xl-6,.gy-xl-6{--mdb-gutter-y:2.5rem}.g-xl-7,.gx-xl-7{--mdb-gutter-x:3rem}.g-xl-7,.gy-xl-7{--mdb-gutter-y:3rem}.g-xl-8,.gx-xl-8{--mdb-gutter-x:4rem}.g-xl-8,.gy-xl-8{--mdb-gutter-y:4rem}.g-xl-9,.gx-xl-9{--mdb-gutter-x:5rem}.g-xl-9,.gy-xl-9{--mdb-gutter-y:5rem}}@media (min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*{flex:none;width:auto}.row-cols-xxl-1>*{flex:none;width:100%}.row-cols-xxl-2>*{flex:none;width:50%}.row-cols-xxl-3>*{flex:none;width:33.3333%}.row-cols-xxl-4>*{flex:none;width:25%}.row-cols-xxl-5>*{flex:none;width:20%}.row-cols-xxl-6>*{flex:none;width:16.6667%}.col-xxl-auto{flex:none;width:auto}.col-xxl-1{flex:none;width:8.33333%}.col-xxl-2{flex:none;width:16.6667%}.col-xxl-3{flex:none;width:25%}.col-xxl-4{flex:none;width:33.3333%}.col-xxl-5{flex:none;width:41.6667%}.col-xxl-6{flex:none;width:50%}.col-xxl-7{flex:none;width:58.3333%}.col-xxl-8{flex:none;width:66.6667%}.col-xxl-9{flex:none;width:75%}.col-xxl-10{flex:none;width:83.3333%}.col-xxl-11{flex:none;width:91.6667%}.col-xxl-12{flex:none;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.6667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333%}.offset-xxl-5{margin-left:41.6667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333%}.offset-xxl-8{margin-left:66.6667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333%}.offset-xxl-11{margin-left:91.6667%}.g-xxl-0,.gx-xxl-0{--mdb-gutter-x:0}.g-xxl-0,.gy-xxl-0{--mdb-gutter-y:0}.g-xxl-1,.gx-xxl-1{--mdb-gutter-x:.25rem}.g-xxl-1,.gy-xxl-1{--mdb-gutter-y:.25rem}.g-xxl-2,.gx-xxl-2{--mdb-gutter-x:.5rem}.g-xxl-2,.gy-xxl-2{--mdb-gutter-y:.5rem}.g-xxl-3,.gx-xxl-3{--mdb-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--mdb-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--mdb-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--mdb-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--mdb-gutter-x:2rem}.g-xxl-5,.gy-xxl-5{--mdb-gutter-y:2rem}.g-xxl-6,.gx-xxl-6{--mdb-gutter-x:2.5rem}.g-xxl-6,.gy-xxl-6{--mdb-gutter-y:2.5rem}.g-xxl-7,.gx-xxl-7{--mdb-gutter-x:3rem}.g-xxl-7,.gy-xxl-7{--mdb-gutter-y:3rem}.g-xxl-8,.gx-xxl-8{--mdb-gutter-x:4rem}.g-xxl-8,.gy-xxl-8{--mdb-gutter-y:4rem}.g-xxl-9,.gx-xxl-9{--mdb-gutter-x:5rem}.g-xxl-9,.gy-xxl-9{--mdb-gutter-y:5rem}}.d-grid{justify-content:stretch;place-items:flex-start stretch;display:grid}.grid-items-align-top{align-items:flex-start!important}.grid-items-align-middle{align-items:center!important}.grid-items-align-bottom{align-items:flex-end!important}.grid-columns-auto-fit-100{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.grid-columns-auto-fit-200{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.grid-columns-auto-fit-300{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-rows-same-height-auto{grid-auto-rows:auto}.grid-rows-same-height-min-content{grid-auto-rows:min-content}.grid-rows-same-height-max-content{grid-auto-rows:max-content}.grid-columns-1{grid-template-columns:repeat(1,1fr)}.grid-columns-2{grid-template-columns:repeat(2,1fr)}.grid-columns-3{grid-template-columns:repeat(3,1fr)}.grid-columns-4{grid-template-columns:repeat(4,1fr)}.grid-columns-5{grid-template-columns:repeat(5,1fr)}.grid-columns-6{grid-template-columns:repeat(6,1fr)}.grid-columns-7{grid-template-columns:repeat(7,1fr)}.grid-columns-8{grid-template-columns:repeat(8,1fr)}.grid-rows-1{grid-template-rows:repeat(1,1fr)}.grid-rows-2{grid-template-rows:repeat(2,1fr)}.grid-rows-3{grid-template-rows:repeat(3,1fr)}.grid-rows-4{grid-template-rows:repeat(4,1fr)}.grid-rows-5{grid-template-rows:repeat(5,1fr)}.grid-rows-6{grid-template-rows:repeat(6,1fr)}.grid-rows-7{grid-template-rows:repeat(7,1fr)}.grid-rows-8{grid-template-rows:repeat(8,1fr)}.grid-columns-gap-0{grid-column-gap:0}.grid-columns-gap-1{grid-column-gap:.25rem}.grid-columns-gap-2{grid-column-gap:.5rem}.grid-columns-gap-3{grid-column-gap:1rem}.grid-columns-gap-4{grid-column-gap:1.5rem}.grid-columns-gap-5{grid-column-gap:2rem}.grid-columns-gap-6{grid-column-gap:2.5rem}.grid-columns-gap-7{grid-column-gap:3rem}.grid-rows-gap-0{grid-row-gap:0}.grid-rows-gap-1{grid-row-gap:.25rem}.grid-rows-gap-2{grid-row-gap:.5rem}.grid-rows-gap-3{grid-row-gap:1rem}.grid-rows-gap-4{grid-row-gap:1.5rem}.grid-rows-gap-5{grid-row-gap:2rem}.grid-rows-gap-6{grid-row-gap:2.5rem}.grid-rows-gap-7{grid-row-gap:3rem}@media (min-width:576px){.grid-columns-sm-1{grid-template-columns:repeat(1,1fr)}.grid-columns-sm-2{grid-template-columns:repeat(2,1fr)}.grid-columns-sm-3{grid-template-columns:repeat(3,1fr)}.grid-columns-sm-4{grid-template-columns:repeat(4,1fr)}.grid-columns-sm-5{grid-template-columns:repeat(5,1fr)}.grid-columns-sm-6{grid-template-columns:repeat(6,1fr)}.grid-columns-sm-7{grid-template-columns:repeat(7,1fr)}.grid-columns-sm-8{grid-template-columns:repeat(8,1fr)}.grid-rows-sm-1{grid-template-rows:repeat(1,1fr)}.grid-rows-sm-2{grid-template-rows:repeat(2,1fr)}.grid-rows-sm-3{grid-template-rows:repeat(3,1fr)}.grid-rows-sm-4{grid-template-rows:repeat(4,1fr)}.grid-rows-sm-5{grid-template-rows:repeat(5,1fr)}.grid-rows-sm-6{grid-template-rows:repeat(6,1fr)}.grid-rows-sm-7{grid-template-rows:repeat(7,1fr)}.grid-rows-sm-8{grid-template-rows:repeat(8,1fr)}.grid-columns-gap-sm-0{grid-column-gap:0}.grid-columns-gap-sm-1{grid-column-gap:.25rem}.grid-columns-gap-sm-2{grid-column-gap:.5rem}.grid-columns-gap-sm-3{grid-column-gap:1rem}.grid-columns-gap-sm-4{grid-column-gap:1.5rem}.grid-columns-gap-sm-5{grid-column-gap:2rem}.grid-columns-gap-sm-6{grid-column-gap:2.5rem}.grid-columns-gap-sm-7{grid-column-gap:3rem}.grid-rows-gap-sm-0{grid-row-gap:0}.grid-rows-gap-sm-1{grid-row-gap:.25rem}.grid-rows-gap-sm-2{grid-row-gap:.5rem}.grid-rows-gap-sm-3{grid-row-gap:1rem}.grid-rows-gap-sm-4{grid-row-gap:1.5rem}.grid-rows-gap-sm-5{grid-row-gap:2rem}.grid-rows-gap-sm-6{grid-row-gap:2.5rem}.grid-rows-gap-sm-7{grid-row-gap:3rem}}@media (min-width:768px){.grid-columns-md-1{grid-template-columns:repeat(1,1fr)}.grid-columns-md-2{grid-template-columns:repeat(2,1fr)}.grid-columns-md-3{grid-template-columns:repeat(3,1fr)}.grid-columns-md-4{grid-template-columns:repeat(4,1fr)}.grid-columns-md-5{grid-template-columns:repeat(5,1fr)}.grid-columns-md-6{grid-template-columns:repeat(6,1fr)}.grid-columns-md-7{grid-template-columns:repeat(7,1fr)}.grid-columns-md-8{grid-template-columns:repeat(8,1fr)}.grid-rows-md-1{grid-template-rows:repeat(1,1fr)}.grid-rows-md-2{grid-template-rows:repeat(2,1fr)}.grid-rows-md-3{grid-template-rows:repeat(3,1fr)}.grid-rows-md-4{grid-template-rows:repeat(4,1fr)}.grid-rows-md-5{grid-template-rows:repeat(5,1fr)}.grid-rows-md-6{grid-template-rows:repeat(6,1fr)}.grid-rows-md-7{grid-template-rows:repeat(7,1fr)}.grid-rows-md-8{grid-template-rows:repeat(8,1fr)}.grid-columns-gap-md-0{grid-column-gap:0}.grid-columns-gap-md-1{grid-column-gap:.25rem}.grid-columns-gap-md-2{grid-column-gap:.5rem}.grid-columns-gap-md-3{grid-column-gap:1rem}.grid-columns-gap-md-4{grid-column-gap:1.5rem}.grid-columns-gap-md-5{grid-column-gap:2rem}.grid-columns-gap-md-6{grid-column-gap:2.5rem}.grid-columns-gap-md-7{grid-column-gap:3rem}.grid-rows-gap-md-0{grid-row-gap:0}.grid-rows-gap-md-1{grid-row-gap:.25rem}.grid-rows-gap-md-2{grid-row-gap:.5rem}.grid-rows-gap-md-3{grid-row-gap:1rem}.grid-rows-gap-md-4{grid-row-gap:1.5rem}.grid-rows-gap-md-5{grid-row-gap:2rem}.grid-rows-gap-md-6{grid-row-gap:2.5rem}.grid-rows-gap-md-7{grid-row-gap:3rem}}@media (min-width:992px){.grid-columns-lg-1{grid-template-columns:repeat(1,1fr)}.grid-columns-lg-2{grid-template-columns:repeat(2,1fr)}.grid-columns-lg-3{grid-template-columns:repeat(3,1fr)}.grid-columns-lg-4{grid-template-columns:repeat(4,1fr)}.grid-columns-lg-5{grid-template-columns:repeat(5,1fr)}.grid-columns-lg-6{grid-template-columns:repeat(6,1fr)}.grid-columns-lg-7{grid-template-columns:repeat(7,1fr)}.grid-columns-lg-8{grid-template-columns:repeat(8,1fr)}.grid-rows-lg-1{grid-template-rows:repeat(1,1fr)}.grid-rows-lg-2{grid-template-rows:repeat(2,1fr)}.grid-rows-lg-3{grid-template-rows:repeat(3,1fr)}.grid-rows-lg-4{grid-template-rows:repeat(4,1fr)}.grid-rows-lg-5{grid-template-rows:repeat(5,1fr)}.grid-rows-lg-6{grid-template-rows:repeat(6,1fr)}.grid-rows-lg-7{grid-template-rows:repeat(7,1fr)}.grid-rows-lg-8{grid-template-rows:repeat(8,1fr)}.grid-columns-gap-lg-0{grid-column-gap:0}.grid-columns-gap-lg-1{grid-column-gap:.25rem}.grid-columns-gap-lg-2{grid-column-gap:.5rem}.grid-columns-gap-lg-3{grid-column-gap:1rem}.grid-columns-gap-lg-4{grid-column-gap:1.5rem}.grid-columns-gap-lg-5{grid-column-gap:2rem}.grid-columns-gap-lg-6{grid-column-gap:2.5rem}.grid-columns-gap-lg-7{grid-column-gap:3rem}.grid-rows-gap-lg-0{grid-row-gap:0}.grid-rows-gap-lg-1{grid-row-gap:.25rem}.grid-rows-gap-lg-2{grid-row-gap:.5rem}.grid-rows-gap-lg-3{grid-row-gap:1rem}.grid-rows-gap-lg-4{grid-row-gap:1.5rem}.grid-rows-gap-lg-5{grid-row-gap:2rem}.grid-rows-gap-lg-6{grid-row-gap:2.5rem}.grid-rows-gap-lg-7{grid-row-gap:3rem}}@media (min-width:1200px){.grid-columns-xl-1{grid-template-columns:repeat(1,1fr)}.grid-columns-xl-2{grid-template-columns:repeat(2,1fr)}.grid-columns-xl-3{grid-template-columns:repeat(3,1fr)}.grid-columns-xl-4{grid-template-columns:repeat(4,1fr)}.grid-columns-xl-5{grid-template-columns:repeat(5,1fr)}.grid-columns-xl-6{grid-template-columns:repeat(6,1fr)}.grid-columns-xl-7{grid-template-columns:repeat(7,1fr)}.grid-columns-xl-8{grid-template-columns:repeat(8,1fr)}.grid-rows-xl-1{grid-template-rows:repeat(1,1fr)}.grid-rows-xl-2{grid-template-rows:repeat(2,1fr)}.grid-rows-xl-3{grid-template-rows:repeat(3,1fr)}.grid-rows-xl-4{grid-template-rows:repeat(4,1fr)}.grid-rows-xl-5{grid-template-rows:repeat(5,1fr)}.grid-rows-xl-6{grid-template-rows:repeat(6,1fr)}.grid-rows-xl-7{grid-template-rows:repeat(7,1fr)}.grid-rows-xl-8{grid-template-rows:repeat(8,1fr)}.grid-columns-gap-xl-0{grid-column-gap:0}.grid-columns-gap-xl-1{grid-column-gap:.25rem}.grid-columns-gap-xl-2{grid-column-gap:.5rem}.grid-columns-gap-xl-3{grid-column-gap:1rem}.grid-columns-gap-xl-4{grid-column-gap:1.5rem}.grid-columns-gap-xl-5{grid-column-gap:2rem}.grid-columns-gap-xl-6{grid-column-gap:2.5rem}.grid-columns-gap-xl-7{grid-column-gap:3rem}.grid-rows-gap-xl-0{grid-row-gap:0}.grid-rows-gap-xl-1{grid-row-gap:.25rem}.grid-rows-gap-xl-2{grid-row-gap:.5rem}.grid-rows-gap-xl-3{grid-row-gap:1rem}.grid-rows-gap-xl-4{grid-row-gap:1.5rem}.grid-rows-gap-xl-5{grid-row-gap:2rem}.grid-rows-gap-xl-6{grid-row-gap:2.5rem}.grid-rows-gap-xl-7{grid-row-gap:3rem}}@media (min-width:1400px){.grid-columns-xxl-1{grid-template-columns:repeat(1,1fr)}.grid-columns-xxl-2{grid-template-columns:repeat(2,1fr)}.grid-columns-xxl-3{grid-template-columns:repeat(3,1fr)}.grid-columns-xxl-4{grid-template-columns:repeat(4,1fr)}.grid-columns-xxl-5{grid-template-columns:repeat(5,1fr)}.grid-columns-xxl-6{grid-template-columns:repeat(6,1fr)}.grid-columns-xxl-7{grid-template-columns:repeat(7,1fr)}.grid-columns-xxl-8{grid-template-columns:repeat(8,1fr)}.grid-rows-xxl-1{grid-template-rows:repeat(1,1fr)}.grid-rows-xxl-2{grid-template-rows:repeat(2,1fr)}.grid-rows-xxl-3{grid-template-rows:repeat(3,1fr)}.grid-rows-xxl-4{grid-template-rows:repeat(4,1fr)}.grid-rows-xxl-5{grid-template-rows:repeat(5,1fr)}.grid-rows-xxl-6{grid-template-rows:repeat(6,1fr)}.grid-rows-xxl-7{grid-template-rows:repeat(7,1fr)}.grid-rows-xxl-8{grid-template-rows:repeat(8,1fr)}.grid-columns-gap-xxl-0{grid-column-gap:0}.grid-columns-gap-xxl-1{grid-column-gap:.25rem}.grid-columns-gap-xxl-2{grid-column-gap:.5rem}.grid-columns-gap-xxl-3{grid-column-gap:1rem}.grid-columns-gap-xxl-4{grid-column-gap:1.5rem}.grid-columns-gap-xxl-5{grid-column-gap:2rem}.grid-columns-gap-xxl-6{grid-column-gap:2.5rem}.grid-columns-gap-xxl-7{grid-column-gap:3rem}.grid-rows-gap-xxl-0{grid-row-gap:0}.grid-rows-gap-xxl-1{grid-row-gap:.25rem}.grid-rows-gap-xxl-2{grid-row-gap:.5rem}.grid-rows-gap-xxl-3{grid-row-gap:1rem}.grid-rows-gap-xxl-4{grid-row-gap:1.5rem}.grid-rows-gap-xxl-5{grid-row-gap:2rem}.grid-rows-gap-xxl-6{grid-row-gap:2.5rem}.grid-rows-gap-xxl-7{grid-row-gap:3rem}}.fade{transition:opacity .15s linear}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;transition:height .35s;overflow:hidden}.animated-content-container{display:contents}.fade-init,.fade-enter,.fade-appear,.fade-init.animated-content-container>*,.fade-enter.animated-content-container>*,.fade-appear.animated-content-container>*{opacity:0}.fade-enter-active,.fade-appear-active,.fade-enter-done,.fade-appear-done,.fade-enter-active.animated-content-container>*,.fade-appear-active.animated-content-container>*,.fade-enter-done.animated-content-container>*,.fade-appear-done.animated-content-container>*{opacity:1;transition:opacity .3s linear}.fade-exit,.fade-exit.animated-content-container>*{opacity:1}.fade-exit-active,.fade-exit-done,.fade-exit-active.animated-content-container>*,.fade-exit-done.animated-content-container>*{opacity:0;transition:opacity .3s linear}.fade-exit-done{display:none}.fade-long-init,.fade-long-enter,.fade-long-appear,.fade-long-init.animated-content-container>*,.fade-long-enter.animated-content-container>*,.fade-long-appear.animated-content-container>*{opacity:0}.fade-long-enter-active,.fade-long-appear-active,.fade-long-enter-done,.fade-long-appear-done,.fade-long-enter-active.animated-content-container>*,.fade-long-appear-active.animated-content-container>*,.fade-long-enter-done.animated-content-container>*,.fade-long-appear-done.animated-content-container>*{opacity:1;transition:opacity .6s linear}.fade-long-exit,.fade-long-exit.animated-content-container>*{opacity:1}.fade-long-exit-active,.fade-long-exit-done,.fade-long-exit-active.animated-content-container>*,.fade-long-exit-done.animated-content-container>*{opacity:0;transition:opacity .6s linear}.fade-long-exit-done{display:none}.fade-switch-init,.fade-switch-enter,.fade-switch-appear,.fade-switch-init.animated-content-container>*,.fade-switch-enter.animated-content-container>*,.fade-switch-appear.animated-content-container>*{opacity:0}.fade-switch-enter-active,.fade-switch-appear-active,.fade-switch-enter-done,.fade-switch-appear-done,.fade-switch-enter-active.animated-content-container>*,.fade-switch-appear-active.animated-content-container>*,.fade-switch-enter-done.animated-content-container>*,.fade-switch-appear-done.animated-content-container>*{opacity:1;transition:opacity .1s linear}.fade-switch-exit,.fade-switch-exit.animated-content-container>*{opacity:1}.fade-switch-exit-active,.fade-switch-exit-done,.fade-switch-exit-active.animated-content-container>*,.fade-switch-exit-done.animated-content-container>*{opacity:0;transition:opacity .1s linear}.fade-switch-exit-done{display:none}.page-switch-init,.page-switch-enter,.page-switch-appear,.page-switch-init.animated-content-container>*,.page-switch-enter.animated-content-container>*,.page-switch-appear.animated-content-container>*{opacity:0}.page-switch-enter-active,.page-switch-appear-active,.page-switch-enter-done,.page-switch-appear-done,.page-switch-enter-active.animated-content-container>*,.page-switch-appear-active.animated-content-container>*,.page-switch-enter-done.animated-content-container>*,.page-switch-appear-done.animated-content-container>*{opacity:1;transition:opacity .2s linear}.page-switch-exit,.page-switch-exit.animated-content-container>*{opacity:1}.page-switch-exit-active,.page-switch-exit-done,.page-switch-exit-active.animated-content-container>*,.page-switch-exit-done.animated-content-container>*{opacity:0;transition:opacity .2s linear}.page-switch-exit-done{display:none}.scale-and-fade-init,.scale-and-fade-enter,.scale-and-fade-appear{opacity:0;transform:scale(0)}.scale-and-fade-enter-active,.scale-and-fade-appear-active,.scale-and-fade-enter-done,.scale-and-fade-appear-done{opacity:1;transform-origin:50%;transition:opacity .2s,transform .2s;transform:scale(1)}.scale-and-fade-exit{opacity:1;transform:scale(1)}.scale-and-fade-exit-active,.scale-and-fade-exit-done{opacity:0;transform-origin:50%;transition:opacity .2s,transform .2s;transform:scale(0)}.scale-and-fade-exit-done{display:none}@keyframes spin-animation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.spin-animation{animation:2s linear infinite spin-animation}.spin-animation.mdi-icon,.spin-animation.custom-icon{animation:none}.spin-animation.mdi-icon svg,.spin-animation.custom-icon svg{animation:2s linear infinite spin-animation}.visually-hidden{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.display-6,.display-5,.display-4,.display-3,.display-2,.display-1{font-weight:300;line-height:1.2}.display-1{font-size:calc(1.625rem + 4.5vw)}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw)}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw)}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw)}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw)}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.display-6{font-size:2.5rem}}.text-break-all{white-space:normal;word-break:break-all}.text-multiline{white-space:pre-wrap;word-break:normal}.text-multiline-break-all{white-space:pre-wrap;word-break:break-all}.text-transform-none{text-transform:none!important}.limited-text-block-width{max-width:600px}.initialism{text-transform:uppercase;font-size:.875em}.text-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lead{font-size:1.25rem;font-weight:300}.with-icon:not(.btn) svg.mdi-icon,.with-icon:not(.btn) svg.custom-icon{margin-top:-2px;display:inline-block}.btn.with-icon{vertical-align:top;display:inline-block}.btn.with-icon svg.mdi-icon,.btn.with-icon svg.custom-icon{vertical-align:text-top}.with-icon-flex{flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.with-icon-flex svg.mdi-icon,.with-icon-flex svg.custom-icon{vertical-align:top}.link-white,.link-white:hover,.link-white:focus{color:#fff}.link-body{color:#202020}.link-body:hover,.link-body:focus{color:#1a1a1a}.link-muted{color:#909090}.link-muted:hover,.link-muted:focus{color:#737373}.link-light-gray{color:#bdbdbd}.link-light-gray:hover,.link-light-gray:focus{color:#cacaca}.link-gray{color:#616161}.link-gray:hover,.link-gray:focus{color:#4e4e4e}.link-dark{color:#262626}.link-dark:hover,.link-dark:focus{color:#1e1e1e}.link-primary{color:#de2f28}.link-primary:hover,.link-primary:focus{color:#b22620}.link-danger{color:#de2f28}.link-danger:hover,.link-danger:focus{color:#b22620}.link-warning{color:#f0a20b}.link-warning:hover,.link-warning:focus{color:#c08209}.link-success{color:#4ac125}.link-success:hover,.link-success:focus{color:#3b9a1e}.link-blue{color:#0af}.link-blue:hover,.link-blue:focus{color:#08c}.link-red{color:#de2f28}.link-red:hover,.link-red:focus{color:#b22620}.link-green{color:#1f9817}.link-green:hover,.link-green:focus{color:#197a12}.link-light-green{color:#4ac125}.link-light-green:hover,.link-light-green:focus{color:#3b9a1e}.link-orange{color:#f29f3f}.link-orange:hover,.link-orange:focus{color:#c27f32}.smooth-scroll{scroll-behavior:smooth}.no-pointer-events-for-children>*{pointer-events:none}.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,.176)!important}.shadow-none{box-shadow:none!important}.shadow-card{box-shadow:0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05)!important}.shadow-0{box-shadow:none!important}.shadow-1{box-shadow:0 1px 2px rgba(0,0,0,.07)!important}.shadow-2{box-shadow:0 1px 3px rgba(0,0,0,.07),0 1px 2px rgba(0,0,0,.05)!important}.shadow-3{box-shadow:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -1px rgba(0,0,0,.05)!important}.shadow-4{box-shadow:0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05)!important}.shadow-5{box-shadow:0 20px 25px -5px rgba(0,0,0,.07),0 10px 10px -5px rgba(0,0,0,.05)!important}.shadow-6{box-shadow:0 25px 50px -12px rgba(0,0,0,.21)!important}.shadow-1-soft{box-shadow:0 1px 5px rgba(0,0,0,.05)!important}.shadow-2-soft{box-shadow:0 2px 10px rgba(0,0,0,.05)!important}.shadow-3-soft{box-shadow:0 5px 15px rgba(0,0,0,.05)!important}.shadow-4-soft{box-shadow:0 10px 20px rgba(0,0,0,.05)!important}.shadow-5-soft{box-shadow:0 15px 30px rgba(0,0,0,.05)!important}.shadow-6-soft{box-shadow:0 20px 40px rgba(0,0,0,.05)!important}.shadow-1-strong{box-shadow:0 1px 5px rgba(0,0,0,.21)!important}.shadow-2-strong{box-shadow:0 2px 10px rgba(0,0,0,.21)!important}.shadow-3-strong{box-shadow:0 5px 15px rgba(0,0,0,.21)!important}.shadow-4-strong{box-shadow:0 10px 20px rgba(0,0,0,.21)!important}.shadow-5-strong{box-shadow:0 15px 30px rgba(0,0,0,.21)!important}.shadow-6-strong{box-shadow:0 20px 40px rgba(0,0,0,.21)!important}.shadow-inner{box-shadow:inset 0 2px 4px rgba(0,0,0,.06)!important}.opacity-0{opacity:0!important}.opacity-5{opacity:.05!important}.opacity-10{opacity:.1!important}.opacity-20{opacity:.2!important}.opacity-30{opacity:.3!important}.opacity-40{opacity:.4!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.opacity-80{opacity:.8!important}.opacity-90{opacity:.9!important}.opacity-95{opacity:.95!important}.opacity-100{opacity:1!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-4{border-radius:.375rem!important}.rounded-5{border-radius:.5rem!important}.rounded-6{border-radius:.75rem!important}.rounded-7{border-radius:1rem!important}.rounded-8{border-radius:1.25rem!important}.rounded-9{border-radius:1.5rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-start{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.bg-gradient{background-image:var(--mdb-gradient)!important}.bg-body{background-color:#fafafa!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-super-light{background-color:#fbfbfb!important}.bg-light{background-color:#fff!important}.bg-light-gray{background-color:#eaeaea!important}.bg-gray{background-color:#d9d9d9!important}.bg-dark{background-color:#909090!important}.bg-primary{background-color:#de2f28!important}.bg-green{background-color:#4ac125!important}.bg-red{background-color:#de2f28!important}.bg-blue{background-color:#0af!important}.bg-light-blue{background-color:#cef!important}.bg-orange{background-color:#f0a20b!important}.bg-light-orange{background-color:#ffca67!important}.text-reset{color:inherit!important}.text-white{color:#fff!important}.text-body{color:#202020!important}.text-muted{color:#909090!important}.text-light-gray{color:#bdbdbd!important}.text-gray{color:#616161!important}.text-dark{color:#262626!important}.text-primary,.text-danger{color:#de2f28!important}.text-warning{color:#f0a20b!important}.text-success{color:#4ac125!important}.text-blue{color:#0af!important}.text-red{color:#de2f28!important}.text-green{color:#1f9817!important}.text-light-green{color:#4ac125!important}.text-orange{color:#f29f3f!important}.font-monospace{font-family:var(--mdb-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}.fs-7{font-size:.875rem!important}.fs-8{font-size:.75rem!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-bolder{font-weight:bolder!important}.fw-200{font-weight:200!important}.fw-300{font-weight:300!important}.fw-400{font-weight:400!important}.fw-500{font-weight:500!important}.fw-600{font-weight:600!important}.fw-700{font-weight:700!important}.fw-800{font-weight:800!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.6!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}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:2rem!important}.p-6{padding:2.5rem!important}.p-7{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:2rem!important;padding-right:2rem!important}.px-6{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-7{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:2rem!important;padding-bottom:2rem!important}.py-6{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-7{padding-top:3rem!important;padding-bottom:3rem!important}.py-8{padding-top:4rem!important;padding-bottom:4rem!important}.py-9{padding-top:5rem!important;padding-bottom:5rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:2rem!important}.pt-6{padding-top:2.5rem!important}.pt-7{padding-top:3rem!important}.pt-8{padding-top:4rem!important}.pt-9{padding-top:5rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:2rem!important}.pe-6{padding-right:2.5rem!important}.pe-7{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:2rem!important}.pb-6{padding-bottom:2.5rem!important}.pb-7{padding-bottom:3rem!important}.pb-8{padding-bottom:4rem!important}.pb-9{padding-bottom:5rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:2rem!important}.ps-6{padding-left:2.5rem!important}.ps-7{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-2rem!important}.m-n6{margin:-2.5rem!important}.m-n7{margin:-3rem!important}.mx-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-n5{margin-left:-2rem!important;margin-right:-2rem!important}.mx-n6{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-n7{margin-left:-3rem!important;margin-right:-3rem!important}.my-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-n6{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-n7{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-n8{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-n9{margin-top:-5rem!important;margin-bottom:-5rem!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-2rem!important}.mt-n6{margin-top:-2.5rem!important}.mt-n7{margin-top:-3rem!important}.mt-n8{margin-top:-4rem!important}.mt-n9{margin-top:-5rem!important}.me-n1{margin-right:-.25rem!important}.me-n2{margin-right:-.5rem!important}.me-n3{margin-right:-1rem!important}.me-n4{margin-right:-1.5rem!important}.me-n5{margin-right:-2rem!important}.me-n6{margin-right:-2.5rem!important}.me-n7{margin-right:-3rem!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-2rem!important}.mb-n6{margin-bottom:-2.5rem!important}.mb-n7{margin-bottom:-3rem!important}.mb-n8{margin-bottom:-4rem!important}.mb-n9{margin-bottom:-5rem!important}.ms-n1{margin-left:-.25rem!important}.ms-n2{margin-left:-.5rem!important}.ms-n3{margin-left:-1rem!important}.ms-n4{margin-left:-1.5rem!important}.ms-n5{margin-left:-2rem!important}.ms-n6{margin-left:-2.5rem!important}.ms-n7{margin-left:-3rem!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:2rem!important}.m-6{margin:2.5rem!important}.m-7{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:2rem!important;margin-right:2rem!important}.mx-6{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-7{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:2rem!important;margin-bottom:2rem!important}.my-6{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-7{margin-top:3rem!important;margin-bottom:3rem!important}.my-8{margin-top:4rem!important;margin-bottom:4rem!important}.my-9{margin-top:5rem!important;margin-bottom:5rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:2rem!important}.mt-6{margin-top:2.5rem!important}.mt-7{margin-top:3rem!important}.mt-8{margin-top:4rem!important}.mt-9{margin-top: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:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:2rem!important}.me-6{margin-right:2.5rem!important}.me-7{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:2rem!important}.mb-6{margin-bottom:2.5rem!important}.mb-7{margin-bottom:3rem!important}.mb-8{margin-bottom:4rem!important}.mb-9{margin-bottom: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:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:2rem!important}.ms-6{margin-left:2.5rem!important}.ms-7{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.flex-0{flex:0!important}.flex-1{flex:1!important}.flex-fill{flex: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}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:2rem!important}.gap-6{gap:2.5rem!important}.gap-7{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:2rem!important}.row-gap-6{row-gap:2.5rem!important}.row-gap-7{row-gap:3rem!important}.col-gap-0{column-gap:0!important}.col-gap-1{column-gap:.25rem!important}.col-gap-2{column-gap:.5rem!important}.col-gap-3{column-gap:1rem!important}.col-gap-4{column-gap:1.5rem!important}.col-gap-5{column-gap:2rem!important}.col-gap-6{column-gap:2.5rem!important}.col-gap-7{column-gap:3rem!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}.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}.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}.border{border:1px solid #d4d4d4!important}.border-0{border:0!important}.border-top{border-top:1px solid #d4d4d4!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #d4d4d4!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #d4d4d4!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #d4d4d4!important}.border-start-0{border-left:0!important}.border-light{border-color:#fff!important}.border-light-gray{border-color:#eaeaea!important}.border-gray{border-color:#d9d9d9!important}.border-dark{border-color:#909090!important}.border-primary{border-color:#de2f28!important}.border-green{border-color:#4ac125!important}.border-red{border-color:#de2f28!important}.border-blue{border-color:#0af!important}.border-light-blue{border-color:#cef!important}.border-orange{border-color:#f0a20b!important}.border-light-orange{border-color:#ffca67!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.cursor{cursor:pointer!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-default{cursor:default!important}.z-index-1{z-index:1!important}.z-index-2{z-index:2!important}.z-index-3{z-index:3!important}.z-index-4{z-index:4!important}.z-index-5{z-index:5!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}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.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}@media (min-width:576px){.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:2rem!important}.p-sm-6{padding:2.5rem!important}.p-sm-7{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:2rem!important;padding-right:2rem!important}.px-sm-6{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-sm-7{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:2rem!important;padding-bottom:2rem!important}.py-sm-6{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-sm-7{padding-top:3rem!important;padding-bottom:3rem!important}.py-sm-8{padding-top:4rem!important;padding-bottom:4rem!important}.py-sm-9{padding-top:5rem!important;padding-bottom: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:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:2rem!important}.pt-sm-6{padding-top:2.5rem!important}.pt-sm-7{padding-top:3rem!important}.pt-sm-8{padding-top:4rem!important}.pt-sm-9{padding-top: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:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:2rem!important}.pe-sm-6{padding-right:2.5rem!important}.pe-sm-7{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:2rem!important}.pb-sm-6{padding-bottom:2.5rem!important}.pb-sm-7{padding-bottom:3rem!important}.pb-sm-8{padding-bottom:4rem!important}.pb-sm-9{padding-bottom: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:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:2rem!important}.ps-sm-6{padding-left:2.5rem!important}.ps-sm-7{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.m-sm-n3{margin:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-2rem!important}.m-sm-n6{margin:-2.5rem!important}.m-sm-n7{margin:-3rem!important}.mx-sm-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-sm-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-sm-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-sm-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-sm-n5{margin-left:-2rem!important;margin-right:-2rem!important}.mx-sm-n6{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-sm-n7{margin-left:-3rem!important;margin-right:-3rem!important}.my-sm-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-sm-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-sm-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-sm-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-sm-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-sm-n6{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-sm-n7{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-sm-n8{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-sm-n9{margin-top:-5rem!important;margin-bottom:-5rem!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-2rem!important}.mt-sm-n6{margin-top:-2.5rem!important}.mt-sm-n7{margin-top:-3rem!important}.mt-sm-n8{margin-top:-4rem!important}.mt-sm-n9{margin-top:-5rem!important}.me-sm-n1{margin-right:-.25rem!important}.me-sm-n2{margin-right:-.5rem!important}.me-sm-n3{margin-right:-1rem!important}.me-sm-n4{margin-right:-1.5rem!important}.me-sm-n5{margin-right:-2rem!important}.me-sm-n6{margin-right:-2.5rem!important}.me-sm-n7{margin-right:-3rem!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-2rem!important}.mb-sm-n6{margin-bottom:-2.5rem!important}.mb-sm-n7{margin-bottom:-3rem!important}.mb-sm-n8{margin-bottom:-4rem!important}.mb-sm-n9{margin-bottom:-5rem!important}.ms-sm-n1{margin-left:-.25rem!important}.ms-sm-n2{margin-left:-.5rem!important}.ms-sm-n3{margin-left:-1rem!important}.ms-sm-n4{margin-left:-1.5rem!important}.ms-sm-n5{margin-left:-2rem!important}.ms-sm-n6{margin-left:-2.5rem!important}.ms-sm-n7{margin-left:-3rem!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:2rem!important}.m-sm-6{margin:2.5rem!important}.m-sm-7{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:2rem!important;margin-right:2rem!important}.mx-sm-6{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-sm-7{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:2rem!important;margin-bottom:2rem!important}.my-sm-6{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-sm-7{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-8{margin-top:4rem!important;margin-bottom:4rem!important}.my-sm-9{margin-top:5rem!important;margin-bottom:5rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:2rem!important}.mt-sm-6{margin-top:2.5rem!important}.mt-sm-7{margin-top:3rem!important}.mt-sm-8{margin-top:4rem!important}.mt-sm-9{margin-top: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:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:2rem!important}.me-sm-6{margin-right:2.5rem!important}.me-sm-7{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:2rem!important}.mb-sm-6{margin-bottom:2.5rem!important}.mb-sm-7{margin-bottom:3rem!important}.mb-sm-8{margin-bottom:4rem!important}.mb-sm-9{margin-bottom: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:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:2rem!important}.ms-sm-6{margin-left:2.5rem!important}.ms-sm-7{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.flex-sm-0{flex:0!important}.flex-sm-1{flex:1!important}.flex-sm-fill{flex: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}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:2rem!important}.gap-sm-6{gap:2.5rem!important}.gap-sm-7{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:2rem!important}.row-gap-sm-6{row-gap:2.5rem!important}.row-gap-sm-7{row-gap:3rem!important}.col-gap-sm-0{column-gap:0!important}.col-gap-sm-1{column-gap:.25rem!important}.col-gap-sm-2{column-gap:.5rem!important}.col-gap-sm-3{column-gap:1rem!important}.col-gap-sm-4{column-gap:1.5rem!important}.col-gap-sm-5{column-gap:2rem!important}.col-gap-sm-6{column-gap:2.5rem!important}.col-gap-sm-7{column-gap:3rem!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}.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}.overflow-sm-auto{overflow:auto!important}.overflow-sm-hidden{overflow:hidden!important}.overflow-sm-visible{overflow:visible!important}.overflow-sm-scroll{overflow:scroll!important}.overflow-x-sm-auto{overflow-x:auto!important}.overflow-x-sm-hidden{overflow-x:hidden!important}.overflow-x-sm-visible{overflow-x:visible!important}.overflow-x-sm-scroll{overflow-x:scroll!important}.overflow-y-sm-auto{overflow-y:auto!important}.overflow-y-sm-hidden{overflow-y:hidden!important}.overflow-y-sm-visible{overflow-y:visible!important}.overflow-y-sm-scroll{overflow-y:scroll!important}.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:2rem!important}.p-md-6{padding:2.5rem!important}.p-md-7{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:2rem!important;padding-right:2rem!important}.px-md-6{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-md-7{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:2rem!important;padding-bottom:2rem!important}.py-md-6{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-md-7{padding-top:3rem!important;padding-bottom:3rem!important}.py-md-8{padding-top:4rem!important;padding-bottom:4rem!important}.py-md-9{padding-top:5rem!important;padding-bottom: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:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:2rem!important}.pt-md-6{padding-top:2.5rem!important}.pt-md-7{padding-top:3rem!important}.pt-md-8{padding-top:4rem!important}.pt-md-9{padding-top: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:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:2rem!important}.pe-md-6{padding-right:2.5rem!important}.pe-md-7{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:2rem!important}.pb-md-6{padding-bottom:2.5rem!important}.pb-md-7{padding-bottom:3rem!important}.pb-md-8{padding-bottom:4rem!important}.pb-md-9{padding-bottom: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:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:2rem!important}.ps-md-6{padding-left:2.5rem!important}.ps-md-7{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.m-md-n2{margin:-.5rem!important}.m-md-n3{margin:-1rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-2rem!important}.m-md-n6{margin:-2.5rem!important}.m-md-n7{margin:-3rem!important}.mx-md-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-md-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-md-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-md-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-md-n5{margin-left:-2rem!important;margin-right:-2rem!important}.mx-md-n6{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-md-n7{margin-left:-3rem!important;margin-right:-3rem!important}.my-md-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-md-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-md-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-md-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-md-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-md-n6{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-md-n7{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-md-n8{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-md-n9{margin-top:-5rem!important;margin-bottom:-5rem!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-2rem!important}.mt-md-n6{margin-top:-2.5rem!important}.mt-md-n7{margin-top:-3rem!important}.mt-md-n8{margin-top:-4rem!important}.mt-md-n9{margin-top:-5rem!important}.me-md-n1{margin-right:-.25rem!important}.me-md-n2{margin-right:-.5rem!important}.me-md-n3{margin-right:-1rem!important}.me-md-n4{margin-right:-1.5rem!important}.me-md-n5{margin-right:-2rem!important}.me-md-n6{margin-right:-2.5rem!important}.me-md-n7{margin-right:-3rem!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-2rem!important}.mb-md-n6{margin-bottom:-2.5rem!important}.mb-md-n7{margin-bottom:-3rem!important}.mb-md-n8{margin-bottom:-4rem!important}.mb-md-n9{margin-bottom:-5rem!important}.ms-md-n1{margin-left:-.25rem!important}.ms-md-n2{margin-left:-.5rem!important}.ms-md-n3{margin-left:-1rem!important}.ms-md-n4{margin-left:-1.5rem!important}.ms-md-n5{margin-left:-2rem!important}.ms-md-n6{margin-left:-2.5rem!important}.ms-md-n7{margin-left:-3rem!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:2rem!important}.m-md-6{margin:2.5rem!important}.m-md-7{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:2rem!important;margin-right:2rem!important}.mx-md-6{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-md-7{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:2rem!important;margin-bottom:2rem!important}.my-md-6{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-md-7{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-8{margin-top:4rem!important;margin-bottom:4rem!important}.my-md-9{margin-top:5rem!important;margin-bottom:5rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:2rem!important}.mt-md-6{margin-top:2.5rem!important}.mt-md-7{margin-top:3rem!important}.mt-md-8{margin-top:4rem!important}.mt-md-9{margin-top: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:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:2rem!important}.me-md-6{margin-right:2.5rem!important}.me-md-7{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:2rem!important}.mb-md-6{margin-bottom:2.5rem!important}.mb-md-7{margin-bottom:3rem!important}.mb-md-8{margin-bottom:4rem!important}.mb-md-9{margin-bottom: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:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:2rem!important}.ms-md-6{margin-left:2.5rem!important}.ms-md-7{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.flex-md-0{flex:0!important}.flex-md-1{flex:1!important}.flex-md-fill{flex: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}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:2rem!important}.gap-md-6{gap:2.5rem!important}.gap-md-7{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:2rem!important}.row-gap-md-6{row-gap:2.5rem!important}.row-gap-md-7{row-gap:3rem!important}.col-gap-md-0{column-gap:0!important}.col-gap-md-1{column-gap:.25rem!important}.col-gap-md-2{column-gap:.5rem!important}.col-gap-md-3{column-gap:1rem!important}.col-gap-md-4{column-gap:1.5rem!important}.col-gap-md-5{column-gap:2rem!important}.col-gap-md-6{column-gap:2.5rem!important}.col-gap-md-7{column-gap:3rem!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}.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}.overflow-md-auto{overflow:auto!important}.overflow-md-hidden{overflow:hidden!important}.overflow-md-visible{overflow:visible!important}.overflow-md-scroll{overflow:scroll!important}.overflow-x-md-auto{overflow-x:auto!important}.overflow-x-md-hidden{overflow-x:hidden!important}.overflow-x-md-visible{overflow-x:visible!important}.overflow-x-md-scroll{overflow-x:scroll!important}.overflow-y-md-auto{overflow-y:auto!important}.overflow-y-md-hidden{overflow-y:hidden!important}.overflow-y-md-visible{overflow-y:visible!important}.overflow-y-md-scroll{overflow-y:scroll!important}.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:2rem!important}.p-lg-6{padding:2.5rem!important}.p-lg-7{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:2rem!important;padding-right:2rem!important}.px-lg-6{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-lg-7{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:2rem!important;padding-bottom:2rem!important}.py-lg-6{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-lg-7{padding-top:3rem!important;padding-bottom:3rem!important}.py-lg-8{padding-top:4rem!important;padding-bottom:4rem!important}.py-lg-9{padding-top:5rem!important;padding-bottom: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:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:2rem!important}.pt-lg-6{padding-top:2.5rem!important}.pt-lg-7{padding-top:3rem!important}.pt-lg-8{padding-top:4rem!important}.pt-lg-9{padding-top: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:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:2rem!important}.pe-lg-6{padding-right:2.5rem!important}.pe-lg-7{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:2rem!important}.pb-lg-6{padding-bottom:2.5rem!important}.pb-lg-7{padding-bottom:3rem!important}.pb-lg-8{padding-bottom:4rem!important}.pb-lg-9{padding-bottom: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:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:2rem!important}.ps-lg-6{padding-left:2.5rem!important}.ps-lg-7{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.m-lg-n3{margin:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-2rem!important}.m-lg-n6{margin:-2.5rem!important}.m-lg-n7{margin:-3rem!important}.mx-lg-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-lg-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-lg-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-lg-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-lg-n5{margin-left:-2rem!important;margin-right:-2rem!important}.mx-lg-n6{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-lg-n7{margin-left:-3rem!important;margin-right:-3rem!important}.my-lg-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-lg-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-lg-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-lg-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-lg-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-lg-n6{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-lg-n7{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-lg-n8{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-lg-n9{margin-top:-5rem!important;margin-bottom:-5rem!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-2rem!important}.mt-lg-n6{margin-top:-2.5rem!important}.mt-lg-n7{margin-top:-3rem!important}.mt-lg-n8{margin-top:-4rem!important}.mt-lg-n9{margin-top:-5rem!important}.me-lg-n1{margin-right:-.25rem!important}.me-lg-n2{margin-right:-.5rem!important}.me-lg-n3{margin-right:-1rem!important}.me-lg-n4{margin-right:-1.5rem!important}.me-lg-n5{margin-right:-2rem!important}.me-lg-n6{margin-right:-2.5rem!important}.me-lg-n7{margin-right:-3rem!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-2rem!important}.mb-lg-n6{margin-bottom:-2.5rem!important}.mb-lg-n7{margin-bottom:-3rem!important}.mb-lg-n8{margin-bottom:-4rem!important}.mb-lg-n9{margin-bottom:-5rem!important}.ms-lg-n1{margin-left:-.25rem!important}.ms-lg-n2{margin-left:-.5rem!important}.ms-lg-n3{margin-left:-1rem!important}.ms-lg-n4{margin-left:-1.5rem!important}.ms-lg-n5{margin-left:-2rem!important}.ms-lg-n6{margin-left:-2.5rem!important}.ms-lg-n7{margin-left:-3rem!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:2rem!important}.m-lg-6{margin:2.5rem!important}.m-lg-7{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:2rem!important;margin-right:2rem!important}.mx-lg-6{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-lg-7{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:2rem!important;margin-bottom:2rem!important}.my-lg-6{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-lg-7{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-8{margin-top:4rem!important;margin-bottom:4rem!important}.my-lg-9{margin-top:5rem!important;margin-bottom:5rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:2rem!important}.mt-lg-6{margin-top:2.5rem!important}.mt-lg-7{margin-top:3rem!important}.mt-lg-8{margin-top:4rem!important}.mt-lg-9{margin-top: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:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:2rem!important}.me-lg-6{margin-right:2.5rem!important}.me-lg-7{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:2rem!important}.mb-lg-6{margin-bottom:2.5rem!important}.mb-lg-7{margin-bottom:3rem!important}.mb-lg-8{margin-bottom:4rem!important}.mb-lg-9{margin-bottom: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:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:2rem!important}.ms-lg-6{margin-left:2.5rem!important}.ms-lg-7{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.flex-lg-0{flex:0!important}.flex-lg-1{flex:1!important}.flex-lg-fill{flex: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}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:2rem!important}.gap-lg-6{gap:2.5rem!important}.gap-lg-7{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:2rem!important}.row-gap-lg-6{row-gap:2.5rem!important}.row-gap-lg-7{row-gap:3rem!important}.col-gap-lg-0{column-gap:0!important}.col-gap-lg-1{column-gap:.25rem!important}.col-gap-lg-2{column-gap:.5rem!important}.col-gap-lg-3{column-gap:1rem!important}.col-gap-lg-4{column-gap:1.5rem!important}.col-gap-lg-5{column-gap:2rem!important}.col-gap-lg-6{column-gap:2.5rem!important}.col-gap-lg-7{column-gap:3rem!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}.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}.overflow-lg-auto{overflow:auto!important}.overflow-lg-hidden{overflow:hidden!important}.overflow-lg-visible{overflow:visible!important}.overflow-lg-scroll{overflow:scroll!important}.overflow-x-lg-auto{overflow-x:auto!important}.overflow-x-lg-hidden{overflow-x:hidden!important}.overflow-x-lg-visible{overflow-x:visible!important}.overflow-x-lg-scroll{overflow-x:scroll!important}.overflow-y-lg-auto{overflow-y:auto!important}.overflow-y-lg-hidden{overflow-y:hidden!important}.overflow-y-lg-visible{overflow-y:visible!important}.overflow-y-lg-scroll{overflow-y:scroll!important}.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:2rem!important}.p-xl-6{padding:2.5rem!important}.p-xl-7{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:2rem!important;padding-right:2rem!important}.px-xl-6{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-xl-7{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:2rem!important;padding-bottom:2rem!important}.py-xl-6{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-xl-7{padding-top:3rem!important;padding-bottom:3rem!important}.py-xl-8{padding-top:4rem!important;padding-bottom:4rem!important}.py-xl-9{padding-top:5rem!important;padding-bottom: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:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:2rem!important}.pt-xl-6{padding-top:2.5rem!important}.pt-xl-7{padding-top:3rem!important}.pt-xl-8{padding-top:4rem!important}.pt-xl-9{padding-top: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:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:2rem!important}.pe-xl-6{padding-right:2.5rem!important}.pe-xl-7{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:2rem!important}.pb-xl-6{padding-bottom:2.5rem!important}.pb-xl-7{padding-bottom:3rem!important}.pb-xl-8{padding-bottom:4rem!important}.pb-xl-9{padding-bottom: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:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:2rem!important}.ps-xl-6{padding-left:2.5rem!important}.ps-xl-7{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.m-xl-n3{margin:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.m-xl-n5{margin:-2rem!important}.m-xl-n6{margin:-2.5rem!important}.m-xl-n7{margin:-3rem!important}.mx-xl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xl-n5{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xl-n6{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-xl-n7{margin-left:-3rem!important;margin-right:-3rem!important}.my-xl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xl-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-xl-n6{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-xl-n7{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xl-n8{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-xl-n9{margin-top:-5rem!important;margin-bottom:-5rem!important}.mt-xl-n1{margin-top:-.25rem!important}.mt-xl-n2{margin-top:-.5rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-2rem!important}.mt-xl-n6{margin-top:-2.5rem!important}.mt-xl-n7{margin-top:-3rem!important}.mt-xl-n8{margin-top:-4rem!important}.mt-xl-n9{margin-top:-5rem!important}.me-xl-n1{margin-right:-.25rem!important}.me-xl-n2{margin-right:-.5rem!important}.me-xl-n3{margin-right:-1rem!important}.me-xl-n4{margin-right:-1.5rem!important}.me-xl-n5{margin-right:-2rem!important}.me-xl-n6{margin-right:-2.5rem!important}.me-xl-n7{margin-right:-3rem!important}.mb-xl-n1{margin-bottom:-.25rem!important}.mb-xl-n2{margin-bottom:-.5rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-2rem!important}.mb-xl-n6{margin-bottom:-2.5rem!important}.mb-xl-n7{margin-bottom:-3rem!important}.mb-xl-n8{margin-bottom:-4rem!important}.mb-xl-n9{margin-bottom:-5rem!important}.ms-xl-n1{margin-left:-.25rem!important}.ms-xl-n2{margin-left:-.5rem!important}.ms-xl-n3{margin-left:-1rem!important}.ms-xl-n4{margin-left:-1.5rem!important}.ms-xl-n5{margin-left:-2rem!important}.ms-xl-n6{margin-left:-2.5rem!important}.ms-xl-n7{margin-left:-3rem!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:2rem!important}.m-xl-6{margin:2.5rem!important}.m-xl-7{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:2rem!important;margin-right:2rem!important}.mx-xl-6{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-xl-7{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:2rem!important;margin-bottom:2rem!important}.my-xl-6{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-xl-7{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-8{margin-top:4rem!important;margin-bottom:4rem!important}.my-xl-9{margin-top:5rem!important;margin-bottom:5rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:2rem!important}.mt-xl-6{margin-top:2.5rem!important}.mt-xl-7{margin-top:3rem!important}.mt-xl-8{margin-top:4rem!important}.mt-xl-9{margin-top: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:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:2rem!important}.me-xl-6{margin-right:2.5rem!important}.me-xl-7{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:2rem!important}.mb-xl-6{margin-bottom:2.5rem!important}.mb-xl-7{margin-bottom:3rem!important}.mb-xl-8{margin-bottom:4rem!important}.mb-xl-9{margin-bottom: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:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:2rem!important}.ms-xl-6{margin-left:2.5rem!important}.ms-xl-7{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.flex-xl-0{flex:0!important}.flex-xl-1{flex:1!important}.flex-xl-fill{flex: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}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:2rem!important}.gap-xl-6{gap:2.5rem!important}.gap-xl-7{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:2rem!important}.row-gap-xl-6{row-gap:2.5rem!important}.row-gap-xl-7{row-gap:3rem!important}.col-gap-xl-0{column-gap:0!important}.col-gap-xl-1{column-gap:.25rem!important}.col-gap-xl-2{column-gap:.5rem!important}.col-gap-xl-3{column-gap:1rem!important}.col-gap-xl-4{column-gap:1.5rem!important}.col-gap-xl-5{column-gap:2rem!important}.col-gap-xl-6{column-gap:2.5rem!important}.col-gap-xl-7{column-gap:3rem!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}.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}.overflow-xl-auto{overflow:auto!important}.overflow-xl-hidden{overflow:hidden!important}.overflow-xl-visible{overflow:visible!important}.overflow-xl-scroll{overflow:scroll!important}.overflow-x-xl-auto{overflow-x:auto!important}.overflow-x-xl-hidden{overflow-x:hidden!important}.overflow-x-xl-visible{overflow-x:visible!important}.overflow-x-xl-scroll{overflow-x:scroll!important}.overflow-y-xl-auto{overflow-y:auto!important}.overflow-y-xl-hidden{overflow-y:hidden!important}.overflow-y-xl-visible{overflow-y:visible!important}.overflow-y-xl-scroll{overflow-y:scroll!important}.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}}@media (min-width:1400px){.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:2rem!important}.p-xxl-6{padding:2.5rem!important}.p-xxl-7{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:2rem!important;padding-right:2rem!important}.px-xxl-6{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-xxl-7{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:2rem!important;padding-bottom:2rem!important}.py-xxl-6{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-xxl-7{padding-top:3rem!important;padding-bottom:3rem!important}.py-xxl-8{padding-top:4rem!important;padding-bottom:4rem!important}.py-xxl-9{padding-top:5rem!important;padding-bottom: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:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:2rem!important}.pt-xxl-6{padding-top:2.5rem!important}.pt-xxl-7{padding-top:3rem!important}.pt-xxl-8{padding-top:4rem!important}.pt-xxl-9{padding-top: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:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:2rem!important}.pe-xxl-6{padding-right:2.5rem!important}.pe-xxl-7{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:2rem!important}.pb-xxl-6{padding-bottom:2.5rem!important}.pb-xxl-7{padding-bottom:3rem!important}.pb-xxl-8{padding-bottom:4rem!important}.pb-xxl-9{padding-bottom: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:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:2rem!important}.ps-xxl-6{padding-left:2.5rem!important}.ps-xxl-7{padding-left:3rem!important}.m-xxl-n1{margin:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.m-xxl-n5{margin:-2rem!important}.m-xxl-n6{margin:-2.5rem!important}.m-xxl-n7{margin:-3rem!important}.mx-xxl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xxl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xxl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xxl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xxl-n5{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xxl-n6{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.mx-xxl-n7{margin-left:-3rem!important;margin-right:-3rem!important}.my-xxl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xxl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xxl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xxl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xxl-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-xxl-n6{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-xxl-n7{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xxl-n8{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-xxl-n9{margin-top:-5rem!important;margin-bottom:-5rem!important}.mt-xxl-n1{margin-top:-.25rem!important}.mt-xxl-n2{margin-top:-.5rem!important}.mt-xxl-n3{margin-top:-1rem!important}.mt-xxl-n4{margin-top:-1.5rem!important}.mt-xxl-n5{margin-top:-2rem!important}.mt-xxl-n6{margin-top:-2.5rem!important}.mt-xxl-n7{margin-top:-3rem!important}.mt-xxl-n8{margin-top:-4rem!important}.mt-xxl-n9{margin-top:-5rem!important}.me-xxl-n1{margin-right:-.25rem!important}.me-xxl-n2{margin-right:-.5rem!important}.me-xxl-n3{margin-right:-1rem!important}.me-xxl-n4{margin-right:-1.5rem!important}.me-xxl-n5{margin-right:-2rem!important}.me-xxl-n6{margin-right:-2.5rem!important}.me-xxl-n7{margin-right:-3rem!important}.mb-xxl-n1{margin-bottom:-.25rem!important}.mb-xxl-n2{margin-bottom:-.5rem!important}.mb-xxl-n3{margin-bottom:-1rem!important}.mb-xxl-n4{margin-bottom:-1.5rem!important}.mb-xxl-n5{margin-bottom:-2rem!important}.mb-xxl-n6{margin-bottom:-2.5rem!important}.mb-xxl-n7{margin-bottom:-3rem!important}.mb-xxl-n8{margin-bottom:-4rem!important}.mb-xxl-n9{margin-bottom:-5rem!important}.ms-xxl-n1{margin-left:-.25rem!important}.ms-xxl-n2{margin-left:-.5rem!important}.ms-xxl-n3{margin-left:-1rem!important}.ms-xxl-n4{margin-left:-1.5rem!important}.ms-xxl-n5{margin-left:-2rem!important}.ms-xxl-n6{margin-left:-2.5rem!important}.ms-xxl-n7{margin-left:-3rem!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:2rem!important}.m-xxl-6{margin:2.5rem!important}.m-xxl-7{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:2rem!important;margin-right:2rem!important}.mx-xxl-6{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-xxl-7{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:2rem!important;margin-bottom:2rem!important}.my-xxl-6{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-xxl-7{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-8{margin-top:4rem!important;margin-bottom:4rem!important}.my-xxl-9{margin-top:5rem!important;margin-bottom:5rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:2rem!important}.mt-xxl-6{margin-top:2.5rem!important}.mt-xxl-7{margin-top:3rem!important}.mt-xxl-8{margin-top:4rem!important}.mt-xxl-9{margin-top: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:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:2rem!important}.me-xxl-6{margin-right:2.5rem!important}.me-xxl-7{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:2rem!important}.mb-xxl-6{margin-bottom:2.5rem!important}.mb-xxl-7{margin-bottom:3rem!important}.mb-xxl-8{margin-bottom:4rem!important}.mb-xxl-9{margin-bottom: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:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:2rem!important}.ms-xxl-6{margin-left:2.5rem!important}.ms-xxl-7{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.flex-xxl-0{flex:0!important}.flex-xxl-1{flex:1!important}.flex-xxl-fill{flex: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}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:2rem!important}.gap-xxl-6{gap:2.5rem!important}.gap-xxl-7{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:2rem!important}.row-gap-xxl-6{row-gap:2.5rem!important}.row-gap-xxl-7{row-gap:3rem!important}.col-gap-xxl-0{column-gap:0!important}.col-gap-xxl-1{column-gap:.25rem!important}.col-gap-xxl-2{column-gap:.5rem!important}.col-gap-xxl-3{column-gap:1rem!important}.col-gap-xxl-4{column-gap:1.5rem!important}.col-gap-xxl-5{column-gap:2rem!important}.col-gap-xxl-6{column-gap:2.5rem!important}.col-gap-xxl-7{column-gap:3rem!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}.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}.overflow-xxl-auto{overflow:auto!important}.overflow-xxl-hidden{overflow:hidden!important}.overflow-xxl-visible{overflow:visible!important}.overflow-xxl-scroll{overflow:scroll!important}.overflow-x-xxl-auto{overflow-x:auto!important}.overflow-x-xxl-hidden{overflow-x:hidden!important}.overflow-x-xxl-visible{overflow-x:visible!important}.overflow-x-xxl-scroll{overflow-x:scroll!important}.overflow-y-xxl-auto{overflow-y:auto!important}.overflow-y-xxl-hidden{overflow-y:hidden!important}.overflow-y-xxl-visible{overflow-y:visible!important}.overflow-y-xxl-scroll{overflow-y:scroll!important}.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!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}}.flex-center{flex-direction:column;justify-content:center;align-items:center;display:flex!important}.flex-container-column{flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex!important}.flex-container-row{flex-direction:row;justify-content:flex-start;align-items:stretch;display:flex!important}.flex-row-between{flex-direction:row;justify-content:space-between;align-items:center;display:flex!important}.flex-row-center{flex-direction:row;justify-content:center;align-items:center;display:flex!important}.flex-row-center-vertical{flex-direction:row;align-items:center;display:flex!important}@media (min-width:576px){.flex-sm-center{flex-direction:column;justify-content:center;align-items:center;display:flex!important}.flex-sm-container-column{flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex!important}.flex-sm-container-row{flex-direction:row;justify-content:flex-start;align-items:stretch;display:flex!important}.flex-sm-row-between{flex-direction:row;justify-content:space-between;align-items:center;display:flex!important}.flex-sm-row-center{flex-direction:row;justify-content:center;align-items:center;display:flex!important}.flex-sm-row-center-vertical{flex-direction:row;align-items:center;display:flex!important}}@media (min-width:768px){.flex-md-center{flex-direction:column;justify-content:center;align-items:center;display:flex!important}.flex-md-container-column{flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex!important}.flex-md-container-row{flex-direction:row;justify-content:flex-start;align-items:stretch;display:flex!important}.flex-md-row-between{flex-direction:row;justify-content:space-between;align-items:center;display:flex!important}.flex-md-row-center{flex-direction:row;justify-content:center;align-items:center;display:flex!important}.flex-md-row-center-vertical{flex-direction:row;align-items:center;display:flex!important}}@media (min-width:992px){.flex-lg-center{flex-direction:column;justify-content:center;align-items:center;display:flex!important}.flex-lg-container-column{flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex!important}.flex-lg-container-row{flex-direction:row;justify-content:flex-start;align-items:stretch;display:flex!important}.flex-lg-row-between{flex-direction:row;justify-content:space-between;align-items:center;display:flex!important}.flex-lg-row-center{flex-direction:row;justify-content:center;align-items:center;display:flex!important}.flex-lg-row-center-vertical{flex-direction:row;align-items:center;display:flex!important}}@media (min-width:1200px){.flex-xl-center{flex-direction:column;justify-content:center;align-items:center;display:flex!important}.flex-xl-container-column{flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex!important}.flex-xl-container-row{flex-direction:row;justify-content:flex-start;align-items:stretch;display:flex!important}.flex-xl-row-between{flex-direction:row;justify-content:space-between;align-items:center;display:flex!important}.flex-xl-row-center{flex-direction:row;justify-content:center;align-items:center;display:flex!important}.flex-xl-row-center-vertical{flex-direction:row;align-items:center;display:flex!important}}@media (min-width:1400px){.flex-xxl-center{flex-direction:column;justify-content:center;align-items:center;display:flex!important}.flex-xxl-container-column{flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex!important}.flex-xxl-container-row{flex-direction:row;justify-content:flex-start;align-items:stretch;display:flex!important}.flex-xxl-row-between{flex-direction:row;justify-content:space-between;align-items:center;display:flex!important}.flex-xxl-row-center{flex-direction:row;justify-content:center;align-items:center;display:flex!important}.flex-xxl-row-center-vertical{flex-direction:row;align-items:center;display:flex!important}}@media (min-width:1199px){.w-responsive{width:75%}}.full-width{width:100%!important}.auto-width{width:auto!important}.full-height{height:100%!important}.auto-height{height:auto!important}@media (max-width:575.98px){.full-width-sm-down{width:100%!important}.auto-width-sm-down{width:auto!important}.full-height-sm-down{height:100%!important}.auto-height-sm-down{height:auto!important}}@media (min-width:576px){.full-width-sm-up{width:100%!important}.auto-width-sm-up{width:auto!important}.full-height-sm-up{height:100%!important}.auto-height-sm-up{height:auto!important}}@media (max-width:767.98px){.full-width-md-down{width:100%!important}.auto-width-md-down{width:auto!important}.full-height-md-down{height:100%!important}.auto-height-md-down{height:auto!important}}@media (min-width:768px){.full-width-md-up{width:100%!important}.auto-width-md-up{width:auto!important}.full-height-md-up{height:100%!important}.auto-height-md-up{height:auto!important}}@media (max-width:991.98px){.full-width-lg-down{width:100%!important}.auto-width-lg-down{width:auto!important}.full-height-lg-down{height:100%!important}.auto-height-lg-down{height:auto!important}}@media (min-width:992px){.full-width-lg-up{width:100%!important}.auto-width-lg-up{width:auto!important}.full-height-lg-up{height:100%!important}.auto-height-lg-up{height:auto!important}}@media (max-width:1199.98px){.full-width-xl-down{width:100%!important}.auto-width-xl-down{width:auto!important}.full-height-xl-down{height:100%!important}.auto-height-xl-down{height:auto!important}}@media (min-width:1200px){.full-width-xl-up{width:100%!important}.auto-width-xl-up{width:auto!important}.full-height-xl-up{height:100%!important}.auto-height-xl-up{height:auto!important}}@media (max-width:1399.98px){.full-width-xxl-down{width:100%!important}.auto-width-xxl-down{width:auto!important}.full-height-xxl-down{height:100%!important}.auto-height-xxl-down{height:auto!important}}@media (min-width:1400px){.full-width-xxl-up{width:100%!important}.auto-width-xxl-up{width:auto!important}.full-height-xxl-up{height:100%!important}.auto-height-xxl-up{height:auto!important}}@media (max-width:575.98px){.full-width-xs-only{width:100%!important}.auto-width-xs-only{width:auto!important}.full-height-xs-only{height:100%!important}.auto-height-xs-only{height:auto!important}}@media (min-width:576px) and (max-width:767.98px){.full-width-sm-only{width:100%!important}.auto-width-sm-only{width:auto!important}.full-height-sm-only{height:100%!important}.auto-height-sm-only{height:auto!important}}@media (min-width:768px) and (max-width:991.98px){.full-width-md-only{width:100%!important}.auto-width-md-only{width:auto!important}.full-height-md-only{height:100%!important}.auto-height-md-only{height:auto!important}}@media (min-width:992px) and (max-width:1199.98px){.full-width-lg-only{width:100%!important}.auto-width-lg-only{width:auto!important}.full-height-lg-only{height:100%!important}.auto-height-lg-only{height:auto!important}}@media (min-width:1200px) and (max-width:1399.98px){.full-width-xl-only{width:100%!important}.auto-width-xl-only{width:auto!important}.full-height-xl-only{height:100%!important}.auto-height-xl-only{height:auto!important}}@media (min-width:1400px){.full-width-xxl-only{width:100%!important}.auto-width-xxl-only{width:auto!important}.full-height-xxl-only{height:100%!important}.auto-height-xxl-only{height:auto!important}}