.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,0.94))}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,rgba(1,210,232,0.94));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio,1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.006) 8.1%,rgba(0,0,0,0.021) 15.5%,rgba(0,0,0,0.046) 22.5%,rgba(0,0,0,0.077) 29%,rgba(0,0,0,0.114) 35.3%,rgba(0,0,0,0.155) 41.2%,rgba(0,0,0,0.198) 47.1%,rgba(0,0,0,0.242) 52.9%,rgba(0,0,0,0.285) 58.8%,rgba(0,0,0,0.326) 64.7%,rgba(0,0,0,0.363) 71%,rgba(0,0,0,0.394) 77.5%,rgba(0,0,0,0.419) 84.5%,rgba(0,0,0,0.434) 91.9%,rgba(0,0,0,0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(1,210,232,0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}fieldset{border:none;padding:0;margin:0}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5px;line-height:1}.figure-caption{font-size:0.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-xxxl,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x:30px;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width:576px){.container-sm,.container{max-width:420px}}@media(min-width:768px){.container-md,.container-sm,.container{max-width:620px}}@media(min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:840px}}@media(min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1060px}}@media(min-width:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1200px}}@media(min-width:2000px){.container-xxxl,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1800px}}.row{--bs-gutter-x:30px;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-5,.gx-5{--bs-gutter-x:5px}.g-5,.gy-5{--bs-gutter-y:5px}.g-10,.gx-10{--bs-gutter-x:10px}.g-10,.gy-10{--bs-gutter-y:10px}.g-15,.gx-15{--bs-gutter-x:15px}.g-15,.gy-15{--bs-gutter-y:15px}.g-20,.gx-20{--bs-gutter-x:20px}.g-20,.gy-20{--bs-gutter-y:20px}.g-25,.gx-25{--bs-gutter-x:25px}.g-25,.gy-25{--bs-gutter-y:25px}.g-30,.gx-30{--bs-gutter-x:30px}.g-30,.gy-30{--bs-gutter-y:30px}.g-35,.gx-35{--bs-gutter-x:35px}.g-35,.gy-35{--bs-gutter-y:35px}.g-40,.gx-40{--bs-gutter-x:40px}.g-40,.gy-40{--bs-gutter-y:40px}.g-50,.gx-50{--bs-gutter-x:50px}.g-50,.gy-50{--bs-gutter-y:50px}.g-60,.gx-60{--bs-gutter-x:60px}.g-60,.gy-60{--bs-gutter-y:60px}@media(min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-5,.gx-sm-5{--bs-gutter-x:5px}.g-sm-5,.gy-sm-5{--bs-gutter-y:5px}.g-sm-10,.gx-sm-10{--bs-gutter-x:10px}.g-sm-10,.gy-sm-10{--bs-gutter-y:10px}.g-sm-15,.gx-sm-15{--bs-gutter-x:15px}.g-sm-15,.gy-sm-15{--bs-gutter-y:15px}.g-sm-20,.gx-sm-20{--bs-gutter-x:20px}.g-sm-20,.gy-sm-20{--bs-gutter-y:20px}.g-sm-25,.gx-sm-25{--bs-gutter-x:25px}.g-sm-25,.gy-sm-25{--bs-gutter-y:25px}.g-sm-30,.gx-sm-30{--bs-gutter-x:30px}.g-sm-30,.gy-sm-30{--bs-gutter-y:30px}.g-sm-35,.gx-sm-35{--bs-gutter-x:35px}.g-sm-35,.gy-sm-35{--bs-gutter-y:35px}.g-sm-40,.gx-sm-40{--bs-gutter-x:40px}.g-sm-40,.gy-sm-40{--bs-gutter-y:40px}.g-sm-50,.gx-sm-50{--bs-gutter-x:50px}.g-sm-50,.gy-sm-50{--bs-gutter-y:50px}.g-sm-60,.gx-sm-60{--bs-gutter-x:60px}.g-sm-60,.gy-sm-60{--bs-gutter-y:60px}}@media(min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-5,.gx-md-5{--bs-gutter-x:5px}.g-md-5,.gy-md-5{--bs-gutter-y:5px}.g-md-10,.gx-md-10{--bs-gutter-x:10px}.g-md-10,.gy-md-10{--bs-gutter-y:10px}.g-md-15,.gx-md-15{--bs-gutter-x:15px}.g-md-15,.gy-md-15{--bs-gutter-y:15px}.g-md-20,.gx-md-20{--bs-gutter-x:20px}.g-md-20,.gy-md-20{--bs-gutter-y:20px}.g-md-25,.gx-md-25{--bs-gutter-x:25px}.g-md-25,.gy-md-25{--bs-gutter-y:25px}.g-md-30,.gx-md-30{--bs-gutter-x:30px}.g-md-30,.gy-md-30{--bs-gutter-y:30px}.g-md-35,.gx-md-35{--bs-gutter-x:35px}.g-md-35,.gy-md-35{--bs-gutter-y:35px}.g-md-40,.gx-md-40{--bs-gutter-x:40px}.g-md-40,.gy-md-40{--bs-gutter-y:40px}.g-md-50,.gx-md-50{--bs-gutter-x:50px}.g-md-50,.gy-md-50{--bs-gutter-y:50px}.g-md-60,.gx-md-60{--bs-gutter-x:60px}.g-md-60,.gy-md-60{--bs-gutter-y:60px}}@media(min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-5,.gx-lg-5{--bs-gutter-x:5px}.g-lg-5,.gy-lg-5{--bs-gutter-y:5px}.g-lg-10,.gx-lg-10{--bs-gutter-x:10px}.g-lg-10,.gy-lg-10{--bs-gutter-y:10px}.g-lg-15,.gx-lg-15{--bs-gutter-x:15px}.g-lg-15,.gy-lg-15{--bs-gutter-y:15px}.g-lg-20,.gx-lg-20{--bs-gutter-x:20px}.g-lg-20,.gy-lg-20{--bs-gutter-y:20px}.g-lg-25,.gx-lg-25{--bs-gutter-x:25px}.g-lg-25,.gy-lg-25{--bs-gutter-y:25px}.g-lg-30,.gx-lg-30{--bs-gutter-x:30px}.g-lg-30,.gy-lg-30{--bs-gutter-y:30px}.g-lg-35,.gx-lg-35{--bs-gutter-x:35px}.g-lg-35,.gy-lg-35{--bs-gutter-y:35px}.g-lg-40,.gx-lg-40{--bs-gutter-x:40px}.g-lg-40,.gy-lg-40{--bs-gutter-y:40px}.g-lg-50,.gx-lg-50{--bs-gutter-x:50px}.g-lg-50,.gy-lg-50{--bs-gutter-y:50px}.g-lg-60,.gx-lg-60{--bs-gutter-x:60px}.g-lg-60,.gy-lg-60{--bs-gutter-y:60px}}@media(min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-5,.gx-xl-5{--bs-gutter-x:5px}.g-xl-5,.gy-xl-5{--bs-gutter-y:5px}.g-xl-10,.gx-xl-10{--bs-gutter-x:10px}.g-xl-10,.gy-xl-10{--bs-gutter-y:10px}.g-xl-15,.gx-xl-15{--bs-gutter-x:15px}.g-xl-15,.gy-xl-15{--bs-gutter-y:15px}.g-xl-20,.gx-xl-20{--bs-gutter-x:20px}.g-xl-20,.gy-xl-20{--bs-gutter-y:20px}.g-xl-25,.gx-xl-25{--bs-gutter-x:25px}.g-xl-25,.gy-xl-25{--bs-gutter-y:25px}.g-xl-30,.gx-xl-30{--bs-gutter-x:30px}.g-xl-30,.gy-xl-30{--bs-gutter-y:30px}.g-xl-35,.gx-xl-35{--bs-gutter-x:35px}.g-xl-35,.gy-xl-35{--bs-gutter-y:35px}.g-xl-40,.gx-xl-40{--bs-gutter-x:40px}.g-xl-40,.gy-xl-40{--bs-gutter-y:40px}.g-xl-50,.gx-xl-50{--bs-gutter-x:50px}.g-xl-50,.gy-xl-50{--bs-gutter-y:50px}.g-xl-60,.gx-xl-60{--bs-gutter-x:60px}.g-xl-60,.gy-xl-60{--bs-gutter-y:60px}}@media(min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:5px}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:5px}.g-xxl-10,.gx-xxl-10{--bs-gutter-x:10px}.g-xxl-10,.gy-xxl-10{--bs-gutter-y:10px}.g-xxl-15,.gx-xxl-15{--bs-gutter-x:15px}.g-xxl-15,.gy-xxl-15{--bs-gutter-y:15px}.g-xxl-20,.gx-xxl-20{--bs-gutter-x:20px}.g-xxl-20,.gy-xxl-20{--bs-gutter-y:20px}.g-xxl-25,.gx-xxl-25{--bs-gutter-x:25px}.g-xxl-25,.gy-xxl-25{--bs-gutter-y:25px}.g-xxl-30,.gx-xxl-30{--bs-gutter-x:30px}.g-xxl-30,.gy-xxl-30{--bs-gutter-y:30px}.g-xxl-35,.gx-xxl-35{--bs-gutter-x:35px}.g-xxl-35,.gy-xxl-35{--bs-gutter-y:35px}.g-xxl-40,.gx-xxl-40{--bs-gutter-x:40px}.g-xxl-40,.gy-xxl-40{--bs-gutter-y:40px}.g-xxl-50,.gx-xxl-50{--bs-gutter-x:50px}.g-xxl-50,.gy-xxl-50{--bs-gutter-y:50px}.g-xxl-60,.gx-xxl-60{--bs-gutter-x:60px}.g-xxl-60,.gy-xxl-60{--bs-gutter-y:60px}}@media(min-width:2000px){.col-xxxl{flex:1 0 0%}.row-cols-xxxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxxl-auto{flex:0 0 auto;width:auto}.col-xxxl-1{flex:0 0 auto;width:8.33333333%}.col-xxxl-2{flex:0 0 auto;width:16.66666667%}.col-xxxl-3{flex:0 0 auto;width:25%}.col-xxxl-4{flex:0 0 auto;width:33.33333333%}.col-xxxl-5{flex:0 0 auto;width:41.66666667%}.col-xxxl-6{flex:0 0 auto;width:50%}.col-xxxl-7{flex:0 0 auto;width:58.33333333%}.col-xxxl-8{flex:0 0 auto;width:66.66666667%}.col-xxxl-9{flex:0 0 auto;width:75%}.col-xxxl-10{flex:0 0 auto;width:83.33333333%}.col-xxxl-11{flex:0 0 auto;width:91.66666667%}.col-xxxl-12{flex:0 0 auto;width:100%}.offset-xxxl-0{margin-left:0}.offset-xxxl-1{margin-left:8.33333333%}.offset-xxxl-2{margin-left:16.66666667%}.offset-xxxl-3{margin-left:25%}.offset-xxxl-4{margin-left:33.33333333%}.offset-xxxl-5{margin-left:41.66666667%}.offset-xxxl-6{margin-left:50%}.offset-xxxl-7{margin-left:58.33333333%}.offset-xxxl-8{margin-left:66.66666667%}.offset-xxxl-9{margin-left:75%}.offset-xxxl-10{margin-left:83.33333333%}.offset-xxxl-11{margin-left:91.66666667%}.g-xxxl-0,.gx-xxxl-0{--bs-gutter-x:0}.g-xxxl-0,.gy-xxxl-0{--bs-gutter-y:0}.g-xxxl-5,.gx-xxxl-5{--bs-gutter-x:5px}.g-xxxl-5,.gy-xxxl-5{--bs-gutter-y:5px}.g-xxxl-10,.gx-xxxl-10{--bs-gutter-x:10px}.g-xxxl-10,.gy-xxxl-10{--bs-gutter-y:10px}.g-xxxl-15,.gx-xxxl-15{--bs-gutter-x:15px}.g-xxxl-15,.gy-xxxl-15{--bs-gutter-y:15px}.g-xxxl-20,.gx-xxxl-20{--bs-gutter-x:20px}.g-xxxl-20,.gy-xxxl-20{--bs-gutter-y:20px}.g-xxxl-25,.gx-xxxl-25{--bs-gutter-x:25px}.g-xxxl-25,.gy-xxxl-25{--bs-gutter-y:25px}.g-xxxl-30,.gx-xxxl-30{--bs-gutter-x:30px}.g-xxxl-30,.gy-xxxl-30{--bs-gutter-y:30px}.g-xxxl-35,.gx-xxxl-35{--bs-gutter-x:35px}.g-xxxl-35,.gy-xxxl-35{--bs-gutter-y:35px}.g-xxxl-40,.gx-xxxl-40{--bs-gutter-x:40px}.g-xxxl-40,.gy-xxxl-40{--bs-gutter-y:40px}.g-xxxl-50,.gx-xxxl-50{--bs-gutter-x:50px}.g-xxxl-50,.gy-xxxl-50{--bs-gutter-y:50px}.g-xxxl-60,.gx-xxxl-60{--bs-gutter-x:60px}.g-xxxl-60,.gy-xxxl-60{--bs-gutter-y:60px}}.table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0,0,0,0.05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0,0,0,0.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0,0,0,0.075);width:100%;margin-bottom:1px;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#bacbe6;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#cbccce;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#bcd0c7;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#badce3;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#e6dbb9;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#dfc2c4;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#dfe0e1;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#373b3e;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1999.98px){.table-responsive-xxxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.375rem + var(--bs-border-width));padding-bottom:calc(0.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + var(--bs-border-width));padding-bottom:calc(0.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + var(--bs-border-width));padding-bottom:calc(0.25rem + var(--bs-border-width));font-size:0.875rem}.form-text{margin-top:.25rem;font-size:0.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);background-color:var(--bs-form-control-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);appearance:none;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-form-control-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-form-control-disabled-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:0.875rem;border-radius:.25rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:.375rem}.form-control-color::-webkit-color-swatch{border-radius:.375rem}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);background-color:var(--bs-form-control-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-form-control-disabled-bg)}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem;border-radius:.25rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.5rem}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg:var(--bs-form-control-bg);width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);appearance:none;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.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{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255,255,255,0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;background-color:rgba(0,0,0,0);appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-tertiary-bg);border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-tertiary-bg);border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating::before:not(.form-control:disabled){position:absolute;top:var(--bs-border-width);left:var(--bs-border-width);width:calc(100% - (calc(calc(0.375em + 0.1875rem) + calc(0.75em + 0.375rem))));height:1.875em;content:"";background-color:var(--bs-form-control-bg);border-radius:.375rem}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid rgba(0,0,0,0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label{color:#6c757d}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:.375rem}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:0.875rem;border-radius:.25rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{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){margin-left:calc(var(--bs-border-width)*-1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:var(--bs-success-text)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25px .5px;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.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{border-color:var(--bs-success);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-success);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-success)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-success);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),0.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-success)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-success-text)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),0.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-success-text)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:var(--bs-danger-text)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25px .5px;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.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{border-color:var(--bs-danger);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-danger);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-danger)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-danger);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),0.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-danger)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-danger-text)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),0.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-danger-text)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13,110,253,0.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:0.5rem}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:0.25rem}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 .5rem 1rem rgba(var(--bs-body-color-rgb),0.15) !important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(var(--bs-body-color-rgb),0.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(var(--bs-body-color-rgb),0.175) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%,-50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{--bs-border-width:1px}.border-2{--bs-border-width:2px}.border-3{--bs-border-width:3px}.border-4{--bs-border-width:4px}.border-5{--bs-border-width:5px}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-5{margin:5px !important}.m-10{margin:10px !important}.m-15{margin:15px !important}.m-20{margin:20px !important}.m-25{margin:25px !important}.m-30{margin:30px !important}.m-35{margin:35px !important}.m-40{margin:40px !important}.m-50{margin:50px !important}.m-60{margin:60px !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-5{margin-right:5px !important;margin-left:5px !important}.mx-10{margin-right:10px !important;margin-left:10px !important}.mx-15{margin-right:15px !important;margin-left:15px !important}.mx-20{margin-right:20px !important;margin-left:20px !important}.mx-25{margin-right:25px !important;margin-left:25px !important}.mx-30{margin-right:30px !important;margin-left:30px !important}.mx-35{margin-right:35px !important;margin-left:35px !important}.mx-40{margin-right:40px !important;margin-left:40px !important}.mx-50{margin-right:50px !important;margin-left:50px !important}.mx-60{margin-right:60px !important;margin-left:60px !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-5{margin-top:5px !important;margin-bottom:5px !important}.my-10{margin-top:10px !important;margin-bottom:10px !important}.my-15{margin-top:15px !important;margin-bottom:15px !important}.my-20{margin-top:20px !important;margin-bottom:20px !important}.my-25{margin-top:25px !important;margin-bottom:25px !important}.my-30{margin-top:30px !important;margin-bottom:30px !important}.my-35{margin-top:35px !important;margin-bottom:35px !important}.my-40{margin-top:40px !important;margin-bottom:40px !important}.my-50{margin-top:50px !important;margin-bottom:50px !important}.my-60{margin-top:60px !important;margin-bottom:60px !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-5{margin-top:5px !important}.mt-10{margin-top:10px !important}.mt-15{margin-top:15px !important}.mt-20{margin-top:20px !important}.mt-25{margin-top:25px !important}.mt-30{margin-top:30px !important}.mt-35{margin-top:35px !important}.mt-40{margin-top:40px !important}.mt-50{margin-top:50px !important}.mt-60{margin-top:60px !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-5{margin-right:5px !important}.me-10{margin-right:10px !important}.me-15{margin-right:15px !important}.me-20{margin-right:20px !important}.me-25{margin-right:25px !important}.me-30{margin-right:30px !important}.me-35{margin-right:35px !important}.me-40{margin-right:40px !important}.me-50{margin-right:50px !important}.me-60{margin-right:60px !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-5{margin-bottom:5px !important}.mb-10{margin-bottom:10px !important}.mb-15{margin-bottom:15px !important}.mb-20{margin-bottom:20px !important}.mb-25{margin-bottom:25px !important}.mb-30{margin-bottom:30px !important}.mb-35{margin-bottom:35px !important}.mb-40{margin-bottom:40px !important}.mb-50{margin-bottom:50px !important}.mb-60{margin-bottom:60px !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-5{margin-left:5px !important}.ms-10{margin-left:10px !important}.ms-15{margin-left:15px !important}.ms-20{margin-left:20px !important}.ms-25{margin-left:25px !important}.ms-30{margin-left:30px !important}.ms-35{margin-left:35px !important}.ms-40{margin-left:40px !important}.ms-50{margin-left:50px !important}.ms-60{margin-left:60px !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-5{padding:5px !important}.p-10{padding:10px !important}.p-15{padding:15px !important}.p-20{padding:20px !important}.p-25{padding:25px !important}.p-30{padding:30px !important}.p-35{padding:35px !important}.p-40{padding:40px !important}.p-50{padding:50px !important}.p-60{padding:60px !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-5{padding-right:5px !important;padding-left:5px !important}.px-10{padding-right:10px !important;padding-left:10px !important}.px-15{padding-right:15px !important;padding-left:15px !important}.px-20{padding-right:20px !important;padding-left:20px !important}.px-25{padding-right:25px !important;padding-left:25px !important}.px-30{padding-right:30px !important;padding-left:30px !important}.px-35{padding-right:35px !important;padding-left:35px !important}.px-40{padding-right:40px !important;padding-left:40px !important}.px-50{padding-right:50px !important;padding-left:50px !important}.px-60{padding-right:60px !important;padding-left:60px !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-5{padding-top:5px !important;padding-bottom:5px !important}.py-10{padding-top:10px !important;padding-bottom:10px !important}.py-15{padding-top:15px !important;padding-bottom:15px !important}.py-20{padding-top:20px !important;padding-bottom:20px !important}.py-25{padding-top:25px !important;padding-bottom:25px !important}.py-30{padding-top:30px !important;padding-bottom:30px !important}.py-35{padding-top:35px !important;padding-bottom:35px !important}.py-40{padding-top:40px !important;padding-bottom:40px !important}.py-50{padding-top:50px !important;padding-bottom:50px !important}.py-60{padding-top:60px !important;padding-bottom:60px !important}.pt-0{padding-top:0 !important}.pt-5{padding-top:5px !important}.pt-10{padding-top:10px !important}.pt-15{padding-top:15px !important}.pt-20{padding-top:20px !important}.pt-25{padding-top:25px !important}.pt-30{padding-top:30px !important}.pt-35{padding-top:35px !important}.pt-40{padding-top:40px !important}.pt-50{padding-top:50px !important}.pt-60{padding-top:60px !important}.pe-0{padding-right:0 !important}.pe-5{padding-right:5px !important}.pe-10{padding-right:10px !important}.pe-15{padding-right:15px !important}.pe-20{padding-right:20px !important}.pe-25{padding-right:25px !important}.pe-30{padding-right:30px !important}.pe-35{padding-right:35px !important}.pe-40{padding-right:40px !important}.pe-50{padding-right:50px !important}.pe-60{padding-right:60px !important}.pb-0{padding-bottom:0 !important}.pb-5{padding-bottom:5px !important}.pb-10{padding-bottom:10px !important}.pb-15{padding-bottom:15px !important}.pb-20{padding-bottom:20px !important}.pb-25{padding-bottom:25px !important}.pb-30{padding-bottom:30px !important}.pb-35{padding-bottom:35px !important}.pb-40{padding-bottom:40px !important}.pb-50{padding-bottom:50px !important}.pb-60{padding-bottom:60px !important}.ps-0{padding-left:0 !important}.ps-5{padding-left:5px !important}.ps-10{padding-left:10px !important}.ps-15{padding-left:15px !important}.ps-20{padding-left:20px !important}.ps-25{padding-left:25px !important}.ps-30{padding-left:30px !important}.ps-35{padding-left:35px !important}.ps-40{padding-left:40px !important}.ps-50{padding-left:50px !important}.ps-60{padding-left:60px !important}.gap-0{gap:0 !important}.gap-5{gap:5px !important}.gap-10{gap:10px !important}.gap-15{gap:15px !important}.gap-20{gap:20px !important}.gap-25{gap:25px !important}.gap-30{gap:30px !important}.gap-35{gap:35px !important}.gap-40{gap:40px !important}.gap-50{gap:50px !important}.gap-60{gap:60px !important}.row-gap-0{row-gap:0 !important}.row-gap-5{row-gap:5px !important}.row-gap-10{row-gap:10px !important}.row-gap-15{row-gap:15px !important}.row-gap-20{row-gap:20px !important}.row-gap-25{row-gap:25px !important}.row-gap-30{row-gap:30px !important}.row-gap-35{row-gap:35px !important}.row-gap-40{row-gap:40px !important}.row-gap-50{row-gap:50px !important}.row-gap-60{row-gap:60px !important}.column-gap-0{column-gap:0 !important}.column-gap-5{column-gap:5px !important}.column-gap-10{column-gap:10px !important}.column-gap-15{column-gap:15px !important}.column-gap-20{column-gap:20px !important}.column-gap-25{column-gap:25px !important}.column-gap-30{column-gap:30px !important}.column-gap-35{column-gap:35px !important}.column-gap-40{column-gap:40px !important}.column-gap-50{column-gap:50px !important}.column-gap-60{column-gap:60px !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5) !important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity:1;color:inherit !important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text) !important}.text-secondary-emphasis{color:var(--bs-secondary-text) !important}.text-success-emphasis{color:var(--bs-success-text) !important}.text-info-emphasis{color:var(--bs-info-text) !important}.text-warning-emphasis{color:var(--bs-warning-text) !important}.text-danger-emphasis{color:var(--bs-danger-text) !important}.text-light-emphasis{color:var(--bs-light-text) !important}.text-dark-emphasis{color:var(--bs-dark-text) !important}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity:1;background-color:rgba(0,0,0,0) !important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important}.bg-body-emphasis{--bs-bg-opacity:1;background-color:rgba(var(--bs-emphasis-bg-rgb),var(--bs-bg-opacity)) !important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-2xl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-2xl) !important;border-top-right-radius:var(--bs-border-radius-2xl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-2xl) !important;border-bottom-right-radius:var(--bs-border-radius-2xl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-2xl) !important;border-bottom-left-radius:var(--bs-border-radius-2xl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-2xl) !important;border-top-left-radius:var(--bs-border-radius-2xl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media(min-width:576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-5{margin:5px !important}.m-sm-10{margin:10px !important}.m-sm-15{margin:15px !important}.m-sm-20{margin:20px !important}.m-sm-25{margin:25px !important}.m-sm-30{margin:30px !important}.m-sm-35{margin:35px !important}.m-sm-40{margin:40px !important}.m-sm-50{margin:50px !important}.m-sm-60{margin:60px !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-5{margin-right:5px !important;margin-left:5px !important}.mx-sm-10{margin-right:10px !important;margin-left:10px !important}.mx-sm-15{margin-right:15px !important;margin-left:15px !important}.mx-sm-20{margin-right:20px !important;margin-left:20px !important}.mx-sm-25{margin-right:25px !important;margin-left:25px !important}.mx-sm-30{margin-right:30px !important;margin-left:30px !important}.mx-sm-35{margin-right:35px !important;margin-left:35px !important}.mx-sm-40{margin-right:40px !important;margin-left:40px !important}.mx-sm-50{margin-right:50px !important;margin-left:50px !important}.mx-sm-60{margin-right:60px !important;margin-left:60px !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-5{margin-top:5px !important;margin-bottom:5px !important}.my-sm-10{margin-top:10px !important;margin-bottom:10px !important}.my-sm-15{margin-top:15px !important;margin-bottom:15px !important}.my-sm-20{margin-top:20px !important;margin-bottom:20px !important}.my-sm-25{margin-top:25px !important;margin-bottom:25px !important}.my-sm-30{margin-top:30px !important;margin-bottom:30px !important}.my-sm-35{margin-top:35px !important;margin-bottom:35px !important}.my-sm-40{margin-top:40px !important;margin-bottom:40px !important}.my-sm-50{margin-top:50px !important;margin-bottom:50px !important}.my-sm-60{margin-top:60px !important;margin-bottom:60px !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-5{margin-top:5px !important}.mt-sm-10{margin-top:10px !important}.mt-sm-15{margin-top:15px !important}.mt-sm-20{margin-top:20px !important}.mt-sm-25{margin-top:25px !important}.mt-sm-30{margin-top:30px !important}.mt-sm-35{margin-top:35px !important}.mt-sm-40{margin-top:40px !important}.mt-sm-50{margin-top:50px !important}.mt-sm-60{margin-top:60px !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-5{margin-right:5px !important}.me-sm-10{margin-right:10px !important}.me-sm-15{margin-right:15px !important}.me-sm-20{margin-right:20px !important}.me-sm-25{margin-right:25px !important}.me-sm-30{margin-right:30px !important}.me-sm-35{margin-right:35px !important}.me-sm-40{margin-right:40px !important}.me-sm-50{margin-right:50px !important}.me-sm-60{margin-right:60px !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-5{margin-bottom:5px !important}.mb-sm-10{margin-bottom:10px !important}.mb-sm-15{margin-bottom:15px !important}.mb-sm-20{margin-bottom:20px !important}.mb-sm-25{margin-bottom:25px !important}.mb-sm-30{margin-bottom:30px !important}.mb-sm-35{margin-bottom:35px !important}.mb-sm-40{margin-bottom:40px !important}.mb-sm-50{margin-bottom:50px !important}.mb-sm-60{margin-bottom:60px !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-5{margin-left:5px !important}.ms-sm-10{margin-left:10px !important}.ms-sm-15{margin-left:15px !important}.ms-sm-20{margin-left:20px !important}.ms-sm-25{margin-left:25px !important}.ms-sm-30{margin-left:30px !important}.ms-sm-35{margin-left:35px !important}.ms-sm-40{margin-left:40px !important}.ms-sm-50{margin-left:50px !important}.ms-sm-60{margin-left:60px !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-5{padding:5px !important}.p-sm-10{padding:10px !important}.p-sm-15{padding:15px !important}.p-sm-20{padding:20px !important}.p-sm-25{padding:25px !important}.p-sm-30{padding:30px !important}.p-sm-35{padding:35px !important}.p-sm-40{padding:40px !important}.p-sm-50{padding:50px !important}.p-sm-60{padding:60px !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-5{padding-right:5px !important;padding-left:5px !important}.px-sm-10{padding-right:10px !important;padding-left:10px !important}.px-sm-15{padding-right:15px !important;padding-left:15px !important}.px-sm-20{padding-right:20px !important;padding-left:20px !important}.px-sm-25{padding-right:25px !important;padding-left:25px !important}.px-sm-30{padding-right:30px !important;padding-left:30px !important}.px-sm-35{padding-right:35px !important;padding-left:35px !important}.px-sm-40{padding-right:40px !important;padding-left:40px !important}.px-sm-50{padding-right:50px !important;padding-left:50px !important}.px-sm-60{padding-right:60px !important;padding-left:60px !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-5{padding-top:5px !important;padding-bottom:5px !important}.py-sm-10{padding-top:10px !important;padding-bottom:10px !important}.py-sm-15{padding-top:15px !important;padding-bottom:15px !important}.py-sm-20{padding-top:20px !important;padding-bottom:20px !important}.py-sm-25{padding-top:25px !important;padding-bottom:25px !important}.py-sm-30{padding-top:30px !important;padding-bottom:30px !important}.py-sm-35{padding-top:35px !important;padding-bottom:35px !important}.py-sm-40{padding-top:40px !important;padding-bottom:40px !important}.py-sm-50{padding-top:50px !important;padding-bottom:50px !important}.py-sm-60{padding-top:60px !important;padding-bottom:60px !important}.pt-sm-0{padding-top:0 !important}.pt-sm-5{padding-top:5px !important}.pt-sm-10{padding-top:10px !important}.pt-sm-15{padding-top:15px !important}.pt-sm-20{padding-top:20px !important}.pt-sm-25{padding-top:25px !important}.pt-sm-30{padding-top:30px !important}.pt-sm-35{padding-top:35px !important}.pt-sm-40{padding-top:40px !important}.pt-sm-50{padding-top:50px !important}.pt-sm-60{padding-top:60px !important}.pe-sm-0{padding-right:0 !important}.pe-sm-5{padding-right:5px !important}.pe-sm-10{padding-right:10px !important}.pe-sm-15{padding-right:15px !important}.pe-sm-20{padding-right:20px !important}.pe-sm-25{padding-right:25px !important}.pe-sm-30{padding-right:30px !important}.pe-sm-35{padding-right:35px !important}.pe-sm-40{padding-right:40px !important}.pe-sm-50{padding-right:50px !important}.pe-sm-60{padding-right:60px !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-5{padding-bottom:5px !important}.pb-sm-10{padding-bottom:10px !important}.pb-sm-15{padding-bottom:15px !important}.pb-sm-20{padding-bottom:20px !important}.pb-sm-25{padding-bottom:25px !important}.pb-sm-30{padding-bottom:30px !important}.pb-sm-35{padding-bottom:35px !important}.pb-sm-40{padding-bottom:40px !important}.pb-sm-50{padding-bottom:50px !important}.pb-sm-60{padding-bottom:60px !important}.ps-sm-0{padding-left:0 !important}.ps-sm-5{padding-left:5px !important}.ps-sm-10{padding-left:10px !important}.ps-sm-15{padding-left:15px !important}.ps-sm-20{padding-left:20px !important}.ps-sm-25{padding-left:25px !important}.ps-sm-30{padding-left:30px !important}.ps-sm-35{padding-left:35px !important}.ps-sm-40{padding-left:40px !important}.ps-sm-50{padding-left:50px !important}.ps-sm-60{padding-left:60px !important}.gap-sm-0{gap:0 !important}.gap-sm-5{gap:5px !important}.gap-sm-10{gap:10px !important}.gap-sm-15{gap:15px !important}.gap-sm-20{gap:20px !important}.gap-sm-25{gap:25px !important}.gap-sm-30{gap:30px !important}.gap-sm-35{gap:35px !important}.gap-sm-40{gap:40px !important}.gap-sm-50{gap:50px !important}.gap-sm-60{gap:60px !important}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-5{row-gap:5px !important}.row-gap-sm-10{row-gap:10px !important}.row-gap-sm-15{row-gap:15px !important}.row-gap-sm-20{row-gap:20px !important}.row-gap-sm-25{row-gap:25px !important}.row-gap-sm-30{row-gap:30px !important}.row-gap-sm-35{row-gap:35px !important}.row-gap-sm-40{row-gap:40px !important}.row-gap-sm-50{row-gap:50px !important}.row-gap-sm-60{row-gap:60px !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-5{column-gap:5px !important}.column-gap-sm-10{column-gap:10px !important}.column-gap-sm-15{column-gap:15px !important}.column-gap-sm-20{column-gap:20px !important}.column-gap-sm-25{column-gap:25px !important}.column-gap-sm-30{column-gap:30px !important}.column-gap-sm-35{column-gap:35px !important}.column-gap-sm-40{column-gap:40px !important}.column-gap-sm-50{column-gap:50px !important}.column-gap-sm-60{column-gap:60px !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width:768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-5{margin:5px !important}.m-md-10{margin:10px !important}.m-md-15{margin:15px !important}.m-md-20{margin:20px !important}.m-md-25{margin:25px !important}.m-md-30{margin:30px !important}.m-md-35{margin:35px !important}.m-md-40{margin:40px !important}.m-md-50{margin:50px !important}.m-md-60{margin:60px !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-5{margin-right:5px !important;margin-left:5px !important}.mx-md-10{margin-right:10px !important;margin-left:10px !important}.mx-md-15{margin-right:15px !important;margin-left:15px !important}.mx-md-20{margin-right:20px !important;margin-left:20px !important}.mx-md-25{margin-right:25px !important;margin-left:25px !important}.mx-md-30{margin-right:30px !important;margin-left:30px !important}.mx-md-35{margin-right:35px !important;margin-left:35px !important}.mx-md-40{margin-right:40px !important;margin-left:40px !important}.mx-md-50{margin-right:50px !important;margin-left:50px !important}.mx-md-60{margin-right:60px !important;margin-left:60px !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-5{margin-top:5px !important;margin-bottom:5px !important}.my-md-10{margin-top:10px !important;margin-bottom:10px !important}.my-md-15{margin-top:15px !important;margin-bottom:15px !important}.my-md-20{margin-top:20px !important;margin-bottom:20px !important}.my-md-25{margin-top:25px !important;margin-bottom:25px !important}.my-md-30{margin-top:30px !important;margin-bottom:30px !important}.my-md-35{margin-top:35px !important;margin-bottom:35px !important}.my-md-40{margin-top:40px !important;margin-bottom:40px !important}.my-md-50{margin-top:50px !important;margin-bottom:50px !important}.my-md-60{margin-top:60px !important;margin-bottom:60px !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-5{margin-top:5px !important}.mt-md-10{margin-top:10px !important}.mt-md-15{margin-top:15px !important}.mt-md-20{margin-top:20px !important}.mt-md-25{margin-top:25px !important}.mt-md-30{margin-top:30px !important}.mt-md-35{margin-top:35px !important}.mt-md-40{margin-top:40px !important}.mt-md-50{margin-top:50px !important}.mt-md-60{margin-top:60px !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-5{margin-right:5px !important}.me-md-10{margin-right:10px !important}.me-md-15{margin-right:15px !important}.me-md-20{margin-right:20px !important}.me-md-25{margin-right:25px !important}.me-md-30{margin-right:30px !important}.me-md-35{margin-right:35px !important}.me-md-40{margin-right:40px !important}.me-md-50{margin-right:50px !important}.me-md-60{margin-right:60px !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-5{margin-bottom:5px !important}.mb-md-10{margin-bottom:10px !important}.mb-md-15{margin-bottom:15px !important}.mb-md-20{margin-bottom:20px !important}.mb-md-25{margin-bottom:25px !important}.mb-md-30{margin-bottom:30px !important}.mb-md-35{margin-bottom:35px !important}.mb-md-40{margin-bottom:40px !important}.mb-md-50{margin-bottom:50px !important}.mb-md-60{margin-bottom:60px !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-5{margin-left:5px !important}.ms-md-10{margin-left:10px !important}.ms-md-15{margin-left:15px !important}.ms-md-20{margin-left:20px !important}.ms-md-25{margin-left:25px !important}.ms-md-30{margin-left:30px !important}.ms-md-35{margin-left:35px !important}.ms-md-40{margin-left:40px !important}.ms-md-50{margin-left:50px !important}.ms-md-60{margin-left:60px !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-5{padding:5px !important}.p-md-10{padding:10px !important}.p-md-15{padding:15px !important}.p-md-20{padding:20px !important}.p-md-25{padding:25px !important}.p-md-30{padding:30px !important}.p-md-35{padding:35px !important}.p-md-40{padding:40px !important}.p-md-50{padding:50px !important}.p-md-60{padding:60px !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-5{padding-right:5px !important;padding-left:5px !important}.px-md-10{padding-right:10px !important;padding-left:10px !important}.px-md-15{padding-right:15px !important;padding-left:15px !important}.px-md-20{padding-right:20px !important;padding-left:20px !important}.px-md-25{padding-right:25px !important;padding-left:25px !important}.px-md-30{padding-right:30px !important;padding-left:30px !important}.px-md-35{padding-right:35px !important;padding-left:35px !important}.px-md-40{padding-right:40px !important;padding-left:40px !important}.px-md-50{padding-right:50px !important;padding-left:50px !important}.px-md-60{padding-right:60px !important;padding-left:60px !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-5{padding-top:5px !important;padding-bottom:5px !important}.py-md-10{padding-top:10px !important;padding-bottom:10px !important}.py-md-15{padding-top:15px !important;padding-bottom:15px !important}.py-md-20{padding-top:20px !important;padding-bottom:20px !important}.py-md-25{padding-top:25px !important;padding-bottom:25px !important}.py-md-30{padding-top:30px !important;padding-bottom:30px !important}.py-md-35{padding-top:35px !important;padding-bottom:35px !important}.py-md-40{padding-top:40px !important;padding-bottom:40px !important}.py-md-50{padding-top:50px !important;padding-bottom:50px !important}.py-md-60{padding-top:60px !important;padding-bottom:60px !important}.pt-md-0{padding-top:0 !important}.pt-md-5{padding-top:5px !important}.pt-md-10{padding-top:10px !important}.pt-md-15{padding-top:15px !important}.pt-md-20{padding-top:20px !important}.pt-md-25{padding-top:25px !important}.pt-md-30{padding-top:30px !important}.pt-md-35{padding-top:35px !important}.pt-md-40{padding-top:40px !important}.pt-md-50{padding-top:50px !important}.pt-md-60{padding-top:60px !important}.pe-md-0{padding-right:0 !important}.pe-md-5{padding-right:5px !important}.pe-md-10{padding-right:10px !important}.pe-md-15{padding-right:15px !important}.pe-md-20{padding-right:20px !important}.pe-md-25{padding-right:25px !important}.pe-md-30{padding-right:30px !important}.pe-md-35{padding-right:35px !important}.pe-md-40{padding-right:40px !important}.pe-md-50{padding-right:50px !important}.pe-md-60{padding-right:60px !important}.pb-md-0{padding-bottom:0 !important}.pb-md-5{padding-bottom:5px !important}.pb-md-10{padding-bottom:10px !important}.pb-md-15{padding-bottom:15px !important}.pb-md-20{padding-bottom:20px !important}.pb-md-25{padding-bottom:25px !important}.pb-md-30{padding-bottom:30px !important}.pb-md-35{padding-bottom:35px !important}.pb-md-40{padding-bottom:40px !important}.pb-md-50{padding-bottom:50px !important}.pb-md-60{padding-bottom:60px !important}.ps-md-0{padding-left:0 !important}.ps-md-5{padding-left:5px !important}.ps-md-10{padding-left:10px !important}.ps-md-15{padding-left:15px !important}.ps-md-20{padding-left:20px !important}.ps-md-25{padding-left:25px !important}.ps-md-30{padding-left:30px !important}.ps-md-35{padding-left:35px !important}.ps-md-40{padding-left:40px !important}.ps-md-50{padding-left:50px !important}.ps-md-60{padding-left:60px !important}.gap-md-0{gap:0 !important}.gap-md-5{gap:5px !important}.gap-md-10{gap:10px !important}.gap-md-15{gap:15px !important}.gap-md-20{gap:20px !important}.gap-md-25{gap:25px !important}.gap-md-30{gap:30px !important}.gap-md-35{gap:35px !important}.gap-md-40{gap:40px !important}.gap-md-50{gap:50px !important}.gap-md-60{gap:60px !important}.row-gap-md-0{row-gap:0 !important}.row-gap-md-5{row-gap:5px !important}.row-gap-md-10{row-gap:10px !important}.row-gap-md-15{row-gap:15px !important}.row-gap-md-20{row-gap:20px !important}.row-gap-md-25{row-gap:25px !important}.row-gap-md-30{row-gap:30px !important}.row-gap-md-35{row-gap:35px !important}.row-gap-md-40{row-gap:40px !important}.row-gap-md-50{row-gap:50px !important}.row-gap-md-60{row-gap:60px !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-5{column-gap:5px !important}.column-gap-md-10{column-gap:10px !important}.column-gap-md-15{column-gap:15px !important}.column-gap-md-20{column-gap:20px !important}.column-gap-md-25{column-gap:25px !important}.column-gap-md-30{column-gap:30px !important}.column-gap-md-35{column-gap:35px !important}.column-gap-md-40{column-gap:40px !important}.column-gap-md-50{column-gap:50px !important}.column-gap-md-60{column-gap:60px !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width:992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-5{margin:5px !important}.m-lg-10{margin:10px !important}.m-lg-15{margin:15px !important}.m-lg-20{margin:20px !important}.m-lg-25{margin:25px !important}.m-lg-30{margin:30px !important}.m-lg-35{margin:35px !important}.m-lg-40{margin:40px !important}.m-lg-50{margin:50px !important}.m-lg-60{margin:60px !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-5{margin-right:5px !important;margin-left:5px !important}.mx-lg-10{margin-right:10px !important;margin-left:10px !important}.mx-lg-15{margin-right:15px !important;margin-left:15px !important}.mx-lg-20{margin-right:20px !important;margin-left:20px !important}.mx-lg-25{margin-right:25px !important;margin-left:25px !important}.mx-lg-30{margin-right:30px !important;margin-left:30px !important}.mx-lg-35{margin-right:35px !important;margin-left:35px !important}.mx-lg-40{margin-right:40px !important;margin-left:40px !important}.mx-lg-50{margin-right:50px !important;margin-left:50px !important}.mx-lg-60{margin-right:60px !important;margin-left:60px !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-5{margin-top:5px !important;margin-bottom:5px !important}.my-lg-10{margin-top:10px !important;margin-bottom:10px !important}.my-lg-15{margin-top:15px !important;margin-bottom:15px !important}.my-lg-20{margin-top:20px !important;margin-bottom:20px !important}.my-lg-25{margin-top:25px !important;margin-bottom:25px !important}.my-lg-30{margin-top:30px !important;margin-bottom:30px !important}.my-lg-35{margin-top:35px !important;margin-bottom:35px !important}.my-lg-40{margin-top:40px !important;margin-bottom:40px !important}.my-lg-50{margin-top:50px !important;margin-bottom:50px !important}.my-lg-60{margin-top:60px !important;margin-bottom:60px !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-5{margin-top:5px !important}.mt-lg-10{margin-top:10px !important}.mt-lg-15{margin-top:15px !important}.mt-lg-20{margin-top:20px !important}.mt-lg-25{margin-top:25px !important}.mt-lg-30{margin-top:30px !important}.mt-lg-35{margin-top:35px !important}.mt-lg-40{margin-top:40px !important}.mt-lg-50{margin-top:50px !important}.mt-lg-60{margin-top:60px !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-5{margin-right:5px !important}.me-lg-10{margin-right:10px !important}.me-lg-15{margin-right:15px !important}.me-lg-20{margin-right:20px !important}.me-lg-25{margin-right:25px !important}.me-lg-30{margin-right:30px !important}.me-lg-35{margin-right:35px !important}.me-lg-40{margin-right:40px !important}.me-lg-50{margin-right:50px !important}.me-lg-60{margin-right:60px !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-5{margin-bottom:5px !important}.mb-lg-10{margin-bottom:10px !important}.mb-lg-15{margin-bottom:15px !important}.mb-lg-20{margin-bottom:20px !important}.mb-lg-25{margin-bottom:25px !important}.mb-lg-30{margin-bottom:30px !important}.mb-lg-35{margin-bottom:35px !important}.mb-lg-40{margin-bottom:40px !important}.mb-lg-50{margin-bottom:50px !important}.mb-lg-60{margin-bottom:60px !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-5{margin-left:5px !important}.ms-lg-10{margin-left:10px !important}.ms-lg-15{margin-left:15px !important}.ms-lg-20{margin-left:20px !important}.ms-lg-25{margin-left:25px !important}.ms-lg-30{margin-left:30px !important}.ms-lg-35{margin-left:35px !important}.ms-lg-40{margin-left:40px !important}.ms-lg-50{margin-left:50px !important}.ms-lg-60{margin-left:60px !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-5{padding:5px !important}.p-lg-10{padding:10px !important}.p-lg-15{padding:15px !important}.p-lg-20{padding:20px !important}.p-lg-25{padding:25px !important}.p-lg-30{padding:30px !important}.p-lg-35{padding:35px !important}.p-lg-40{padding:40px !important}.p-lg-50{padding:50px !important}.p-lg-60{padding:60px !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-5{padding-right:5px !important;padding-left:5px !important}.px-lg-10{padding-right:10px !important;padding-left:10px !important}.px-lg-15{padding-right:15px !important;padding-left:15px !important}.px-lg-20{padding-right:20px !important;padding-left:20px !important}.px-lg-25{padding-right:25px !important;padding-left:25px !important}.px-lg-30{padding-right:30px !important;padding-left:30px !important}.px-lg-35{padding-right:35px !important;padding-left:35px !important}.px-lg-40{padding-right:40px !important;padding-left:40px !important}.px-lg-50{padding-right:50px !important;padding-left:50px !important}.px-lg-60{padding-right:60px !important;padding-left:60px !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-5{padding-top:5px !important;padding-bottom:5px !important}.py-lg-10{padding-top:10px !important;padding-bottom:10px !important}.py-lg-15{padding-top:15px !important;padding-bottom:15px !important}.py-lg-20{padding-top:20px !important;padding-bottom:20px !important}.py-lg-25{padding-top:25px !important;padding-bottom:25px !important}.py-lg-30{padding-top:30px !important;padding-bottom:30px !important}.py-lg-35{padding-top:35px !important;padding-bottom:35px !important}.py-lg-40{padding-top:40px !important;padding-bottom:40px !important}.py-lg-50{padding-top:50px !important;padding-bottom:50px !important}.py-lg-60{padding-top:60px !important;padding-bottom:60px !important}.pt-lg-0{padding-top:0 !important}.pt-lg-5{padding-top:5px !important}.pt-lg-10{padding-top:10px !important}.pt-lg-15{padding-top:15px !important}.pt-lg-20{padding-top:20px !important}.pt-lg-25{padding-top:25px !important}.pt-lg-30{padding-top:30px !important}.pt-lg-35{padding-top:35px !important}.pt-lg-40{padding-top:40px !important}.pt-lg-50{padding-top:50px !important}.pt-lg-60{padding-top:60px !important}.pe-lg-0{padding-right:0 !important}.pe-lg-5{padding-right:5px !important}.pe-lg-10{padding-right:10px !important}.pe-lg-15{padding-right:15px !important}.pe-lg-20{padding-right:20px !important}.pe-lg-25{padding-right:25px !important}.pe-lg-30{padding-right:30px !important}.pe-lg-35{padding-right:35px !important}.pe-lg-40{padding-right:40px !important}.pe-lg-50{padding-right:50px !important}.pe-lg-60{padding-right:60px !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-5{padding-bottom:5px !important}.pb-lg-10{padding-bottom:10px !important}.pb-lg-15{padding-bottom:15px !important}.pb-lg-20{padding-bottom:20px !important}.pb-lg-25{padding-bottom:25px !important}.pb-lg-30{padding-bottom:30px !important}.pb-lg-35{padding-bottom:35px !important}.pb-lg-40{padding-bottom:40px !important}.pb-lg-50{padding-bottom:50px !important}.pb-lg-60{padding-bottom:60px !important}.ps-lg-0{padding-left:0 !important}.ps-lg-5{padding-left:5px !important}.ps-lg-10{padding-left:10px !important}.ps-lg-15{padding-left:15px !important}.ps-lg-20{padding-left:20px !important}.ps-lg-25{padding-left:25px !important}.ps-lg-30{padding-left:30px !important}.ps-lg-35{padding-left:35px !important}.ps-lg-40{padding-left:40px !important}.ps-lg-50{padding-left:50px !important}.ps-lg-60{padding-left:60px !important}.gap-lg-0{gap:0 !important}.gap-lg-5{gap:5px !important}.gap-lg-10{gap:10px !important}.gap-lg-15{gap:15px !important}.gap-lg-20{gap:20px !important}.gap-lg-25{gap:25px !important}.gap-lg-30{gap:30px !important}.gap-lg-35{gap:35px !important}.gap-lg-40{gap:40px !important}.gap-lg-50{gap:50px !important}.gap-lg-60{gap:60px !important}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-5{row-gap:5px !important}.row-gap-lg-10{row-gap:10px !important}.row-gap-lg-15{row-gap:15px !important}.row-gap-lg-20{row-gap:20px !important}.row-gap-lg-25{row-gap:25px !important}.row-gap-lg-30{row-gap:30px !important}.row-gap-lg-35{row-gap:35px !important}.row-gap-lg-40{row-gap:40px !important}.row-gap-lg-50{row-gap:50px !important}.row-gap-lg-60{row-gap:60px !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-5{column-gap:5px !important}.column-gap-lg-10{column-gap:10px !important}.column-gap-lg-15{column-gap:15px !important}.column-gap-lg-20{column-gap:20px !important}.column-gap-lg-25{column-gap:25px !important}.column-gap-lg-30{column-gap:30px !important}.column-gap-lg-35{column-gap:35px !important}.column-gap-lg-40{column-gap:40px !important}.column-gap-lg-50{column-gap:50px !important}.column-gap-lg-60{column-gap:60px !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width:1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-5{margin:5px !important}.m-xl-10{margin:10px !important}.m-xl-15{margin:15px !important}.m-xl-20{margin:20px !important}.m-xl-25{margin:25px !important}.m-xl-30{margin:30px !important}.m-xl-35{margin:35px !important}.m-xl-40{margin:40px !important}.m-xl-50{margin:50px !important}.m-xl-60{margin:60px !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-5{margin-right:5px !important;margin-left:5px !important}.mx-xl-10{margin-right:10px !important;margin-left:10px !important}.mx-xl-15{margin-right:15px !important;margin-left:15px !important}.mx-xl-20{margin-right:20px !important;margin-left:20px !important}.mx-xl-25{margin-right:25px !important;margin-left:25px !important}.mx-xl-30{margin-right:30px !important;margin-left:30px !important}.mx-xl-35{margin-right:35px !important;margin-left:35px !important}.mx-xl-40{margin-right:40px !important;margin-left:40px !important}.mx-xl-50{margin-right:50px !important;margin-left:50px !important}.mx-xl-60{margin-right:60px !important;margin-left:60px !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-5{margin-top:5px !important;margin-bottom:5px !important}.my-xl-10{margin-top:10px !important;margin-bottom:10px !important}.my-xl-15{margin-top:15px !important;margin-bottom:15px !important}.my-xl-20{margin-top:20px !important;margin-bottom:20px !important}.my-xl-25{margin-top:25px !important;margin-bottom:25px !important}.my-xl-30{margin-top:30px !important;margin-bottom:30px !important}.my-xl-35{margin-top:35px !important;margin-bottom:35px !important}.my-xl-40{margin-top:40px !important;margin-bottom:40px !important}.my-xl-50{margin-top:50px !important;margin-bottom:50px !important}.my-xl-60{margin-top:60px !important;margin-bottom:60px !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-5{margin-top:5px !important}.mt-xl-10{margin-top:10px !important}.mt-xl-15{margin-top:15px !important}.mt-xl-20{margin-top:20px !important}.mt-xl-25{margin-top:25px !important}.mt-xl-30{margin-top:30px !important}.mt-xl-35{margin-top:35px !important}.mt-xl-40{margin-top:40px !important}.mt-xl-50{margin-top:50px !important}.mt-xl-60{margin-top:60px !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-5{margin-right:5px !important}.me-xl-10{margin-right:10px !important}.me-xl-15{margin-right:15px !important}.me-xl-20{margin-right:20px !important}.me-xl-25{margin-right:25px !important}.me-xl-30{margin-right:30px !important}.me-xl-35{margin-right:35px !important}.me-xl-40{margin-right:40px !important}.me-xl-50{margin-right:50px !important}.me-xl-60{margin-right:60px !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-5{margin-bottom:5px !important}.mb-xl-10{margin-bottom:10px !important}.mb-xl-15{margin-bottom:15px !important}.mb-xl-20{margin-bottom:20px !important}.mb-xl-25{margin-bottom:25px !important}.mb-xl-30{margin-bottom:30px !important}.mb-xl-35{margin-bottom:35px !important}.mb-xl-40{margin-bottom:40px !important}.mb-xl-50{margin-bottom:50px !important}.mb-xl-60{margin-bottom:60px !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-5{margin-left:5px !important}.ms-xl-10{margin-left:10px !important}.ms-xl-15{margin-left:15px !important}.ms-xl-20{margin-left:20px !important}.ms-xl-25{margin-left:25px !important}.ms-xl-30{margin-left:30px !important}.ms-xl-35{margin-left:35px !important}.ms-xl-40{margin-left:40px !important}.ms-xl-50{margin-left:50px !important}.ms-xl-60{margin-left:60px !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-5{padding:5px !important}.p-xl-10{padding:10px !important}.p-xl-15{padding:15px !important}.p-xl-20{padding:20px !important}.p-xl-25{padding:25px !important}.p-xl-30{padding:30px !important}.p-xl-35{padding:35px !important}.p-xl-40{padding:40px !important}.p-xl-50{padding:50px !important}.p-xl-60{padding:60px !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-5{padding-right:5px !important;padding-left:5px !important}.px-xl-10{padding-right:10px !important;padding-left:10px !important}.px-xl-15{padding-right:15px !important;padding-left:15px !important}.px-xl-20{padding-right:20px !important;padding-left:20px !important}.px-xl-25{padding-right:25px !important;padding-left:25px !important}.px-xl-30{padding-right:30px !important;padding-left:30px !important}.px-xl-35{padding-right:35px !important;padding-left:35px !important}.px-xl-40{padding-right:40px !important;padding-left:40px !important}.px-xl-50{padding-right:50px !important;padding-left:50px !important}.px-xl-60{padding-right:60px !important;padding-left:60px !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-5{padding-top:5px !important;padding-bottom:5px !important}.py-xl-10{padding-top:10px !important;padding-bottom:10px !important}.py-xl-15{padding-top:15px !important;padding-bottom:15px !important}.py-xl-20{padding-top:20px !important;padding-bottom:20px !important}.py-xl-25{padding-top:25px !important;padding-bottom:25px !important}.py-xl-30{padding-top:30px !important;padding-bottom:30px !important}.py-xl-35{padding-top:35px !important;padding-bottom:35px !important}.py-xl-40{padding-top:40px !important;padding-bottom:40px !important}.py-xl-50{padding-top:50px !important;padding-bottom:50px !important}.py-xl-60{padding-top:60px !important;padding-bottom:60px !important}.pt-xl-0{padding-top:0 !important}.pt-xl-5{padding-top:5px !important}.pt-xl-10{padding-top:10px !important}.pt-xl-15{padding-top:15px !important}.pt-xl-20{padding-top:20px !important}.pt-xl-25{padding-top:25px !important}.pt-xl-30{padding-top:30px !important}.pt-xl-35{padding-top:35px !important}.pt-xl-40{padding-top:40px !important}.pt-xl-50{padding-top:50px !important}.pt-xl-60{padding-top:60px !important}.pe-xl-0{padding-right:0 !important}.pe-xl-5{padding-right:5px !important}.pe-xl-10{padding-right:10px !important}.pe-xl-15{padding-right:15px !important}.pe-xl-20{padding-right:20px !important}.pe-xl-25{padding-right:25px !important}.pe-xl-30{padding-right:30px !important}.pe-xl-35{padding-right:35px !important}.pe-xl-40{padding-right:40px !important}.pe-xl-50{padding-right:50px !important}.pe-xl-60{padding-right:60px !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-5{padding-bottom:5px !important}.pb-xl-10{padding-bottom:10px !important}.pb-xl-15{padding-bottom:15px !important}.pb-xl-20{padding-bottom:20px !important}.pb-xl-25{padding-bottom:25px !important}.pb-xl-30{padding-bottom:30px !important}.pb-xl-35{padding-bottom:35px !important}.pb-xl-40{padding-bottom:40px !important}.pb-xl-50{padding-bottom:50px !important}.pb-xl-60{padding-bottom:60px !important}.ps-xl-0{padding-left:0 !important}.ps-xl-5{padding-left:5px !important}.ps-xl-10{padding-left:10px !important}.ps-xl-15{padding-left:15px !important}.ps-xl-20{padding-left:20px !important}.ps-xl-25{padding-left:25px !important}.ps-xl-30{padding-left:30px !important}.ps-xl-35{padding-left:35px !important}.ps-xl-40{padding-left:40px !important}.ps-xl-50{padding-left:50px !important}.ps-xl-60{padding-left:60px !important}.gap-xl-0{gap:0 !important}.gap-xl-5{gap:5px !important}.gap-xl-10{gap:10px !important}.gap-xl-15{gap:15px !important}.gap-xl-20{gap:20px !important}.gap-xl-25{gap:25px !important}.gap-xl-30{gap:30px !important}.gap-xl-35{gap:35px !important}.gap-xl-40{gap:40px !important}.gap-xl-50{gap:50px !important}.gap-xl-60{gap:60px !important}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-5{row-gap:5px !important}.row-gap-xl-10{row-gap:10px !important}.row-gap-xl-15{row-gap:15px !important}.row-gap-xl-20{row-gap:20px !important}.row-gap-xl-25{row-gap:25px !important}.row-gap-xl-30{row-gap:30px !important}.row-gap-xl-35{row-gap:35px !important}.row-gap-xl-40{row-gap:40px !important}.row-gap-xl-50{row-gap:50px !important}.row-gap-xl-60{row-gap:60px !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-5{column-gap:5px !important}.column-gap-xl-10{column-gap:10px !important}.column-gap-xl-15{column-gap:15px !important}.column-gap-xl-20{column-gap:20px !important}.column-gap-xl-25{column-gap:25px !important}.column-gap-xl-30{column-gap:30px !important}.column-gap-xl-35{column-gap:35px !important}.column-gap-xl-40{column-gap:40px !important}.column-gap-xl-50{column-gap:50px !important}.column-gap-xl-60{column-gap:60px !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width:1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-5{margin:5px !important}.m-xxl-10{margin:10px !important}.m-xxl-15{margin:15px !important}.m-xxl-20{margin:20px !important}.m-xxl-25{margin:25px !important}.m-xxl-30{margin:30px !important}.m-xxl-35{margin:35px !important}.m-xxl-40{margin:40px !important}.m-xxl-50{margin:50px !important}.m-xxl-60{margin:60px !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-5{margin-right:5px !important;margin-left:5px !important}.mx-xxl-10{margin-right:10px !important;margin-left:10px !important}.mx-xxl-15{margin-right:15px !important;margin-left:15px !important}.mx-xxl-20{margin-right:20px !important;margin-left:20px !important}.mx-xxl-25{margin-right:25px !important;margin-left:25px !important}.mx-xxl-30{margin-right:30px !important;margin-left:30px !important}.mx-xxl-35{margin-right:35px !important;margin-left:35px !important}.mx-xxl-40{margin-right:40px !important;margin-left:40px !important}.mx-xxl-50{margin-right:50px !important;margin-left:50px !important}.mx-xxl-60{margin-right:60px !important;margin-left:60px !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-5{margin-top:5px !important;margin-bottom:5px !important}.my-xxl-10{margin-top:10px !important;margin-bottom:10px !important}.my-xxl-15{margin-top:15px !important;margin-bottom:15px !important}.my-xxl-20{margin-top:20px !important;margin-bottom:20px !important}.my-xxl-25{margin-top:25px !important;margin-bottom:25px !important}.my-xxl-30{margin-top:30px !important;margin-bottom:30px !important}.my-xxl-35{margin-top:35px !important;margin-bottom:35px !important}.my-xxl-40{margin-top:40px !important;margin-bottom:40px !important}.my-xxl-50{margin-top:50px !important;margin-bottom:50px !important}.my-xxl-60{margin-top:60px !important;margin-bottom:60px !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-5{margin-top:5px !important}.mt-xxl-10{margin-top:10px !important}.mt-xxl-15{margin-top:15px !important}.mt-xxl-20{margin-top:20px !important}.mt-xxl-25{margin-top:25px !important}.mt-xxl-30{margin-top:30px !important}.mt-xxl-35{margin-top:35px !important}.mt-xxl-40{margin-top:40px !important}.mt-xxl-50{margin-top:50px !important}.mt-xxl-60{margin-top:60px !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-5{margin-right:5px !important}.me-xxl-10{margin-right:10px !important}.me-xxl-15{margin-right:15px !important}.me-xxl-20{margin-right:20px !important}.me-xxl-25{margin-right:25px !important}.me-xxl-30{margin-right:30px !important}.me-xxl-35{margin-right:35px !important}.me-xxl-40{margin-right:40px !important}.me-xxl-50{margin-right:50px !important}.me-xxl-60{margin-right:60px !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-5{margin-bottom:5px !important}.mb-xxl-10{margin-bottom:10px !important}.mb-xxl-15{margin-bottom:15px !important}.mb-xxl-20{margin-bottom:20px !important}.mb-xxl-25{margin-bottom:25px !important}.mb-xxl-30{margin-bottom:30px !important}.mb-xxl-35{margin-bottom:35px !important}.mb-xxl-40{margin-bottom:40px !important}.mb-xxl-50{margin-bottom:50px !important}.mb-xxl-60{margin-bottom:60px !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-5{margin-left:5px !important}.ms-xxl-10{margin-left:10px !important}.ms-xxl-15{margin-left:15px !important}.ms-xxl-20{margin-left:20px !important}.ms-xxl-25{margin-left:25px !important}.ms-xxl-30{margin-left:30px !important}.ms-xxl-35{margin-left:35px !important}.ms-xxl-40{margin-left:40px !important}.ms-xxl-50{margin-left:50px !important}.ms-xxl-60{margin-left:60px !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-5{padding:5px !important}.p-xxl-10{padding:10px !important}.p-xxl-15{padding:15px !important}.p-xxl-20{padding:20px !important}.p-xxl-25{padding:25px !important}.p-xxl-30{padding:30px !important}.p-xxl-35{padding:35px !important}.p-xxl-40{padding:40px !important}.p-xxl-50{padding:50px !important}.p-xxl-60{padding:60px !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-5{padding-right:5px !important;padding-left:5px !important}.px-xxl-10{padding-right:10px !important;padding-left:10px !important}.px-xxl-15{padding-right:15px !important;padding-left:15px !important}.px-xxl-20{padding-right:20px !important;padding-left:20px !important}.px-xxl-25{padding-right:25px !important;padding-left:25px !important}.px-xxl-30{padding-right:30px !important;padding-left:30px !important}.px-xxl-35{padding-right:35px !important;padding-left:35px !important}.px-xxl-40{padding-right:40px !important;padding-left:40px !important}.px-xxl-50{padding-right:50px !important;padding-left:50px !important}.px-xxl-60{padding-right:60px !important;padding-left:60px !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-5{padding-top:5px !important;padding-bottom:5px !important}.py-xxl-10{padding-top:10px !important;padding-bottom:10px !important}.py-xxl-15{padding-top:15px !important;padding-bottom:15px !important}.py-xxl-20{padding-top:20px !important;padding-bottom:20px !important}.py-xxl-25{padding-top:25px !important;padding-bottom:25px !important}.py-xxl-30{padding-top:30px !important;padding-bottom:30px !important}.py-xxl-35{padding-top:35px !important;padding-bottom:35px !important}.py-xxl-40{padding-top:40px !important;padding-bottom:40px !important}.py-xxl-50{padding-top:50px !important;padding-bottom:50px !important}.py-xxl-60{padding-top:60px !important;padding-bottom:60px !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-5{padding-top:5px !important}.pt-xxl-10{padding-top:10px !important}.pt-xxl-15{padding-top:15px !important}.pt-xxl-20{padding-top:20px !important}.pt-xxl-25{padding-top:25px !important}.pt-xxl-30{padding-top:30px !important}.pt-xxl-35{padding-top:35px !important}.pt-xxl-40{padding-top:40px !important}.pt-xxl-50{padding-top:50px !important}.pt-xxl-60{padding-top:60px !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-5{padding-right:5px !important}.pe-xxl-10{padding-right:10px !important}.pe-xxl-15{padding-right:15px !important}.pe-xxl-20{padding-right:20px !important}.pe-xxl-25{padding-right:25px !important}.pe-xxl-30{padding-right:30px !important}.pe-xxl-35{padding-right:35px !important}.pe-xxl-40{padding-right:40px !important}.pe-xxl-50{padding-right:50px !important}.pe-xxl-60{padding-right:60px !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-5{padding-bottom:5px !important}.pb-xxl-10{padding-bottom:10px !important}.pb-xxl-15{padding-bottom:15px !important}.pb-xxl-20{padding-bottom:20px !important}.pb-xxl-25{padding-bottom:25px !important}.pb-xxl-30{padding-bottom:30px !important}.pb-xxl-35{padding-bottom:35px !important}.pb-xxl-40{padding-bottom:40px !important}.pb-xxl-50{padding-bottom:50px !important}.pb-xxl-60{padding-bottom:60px !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-5{padding-left:5px !important}.ps-xxl-10{padding-left:10px !important}.ps-xxl-15{padding-left:15px !important}.ps-xxl-20{padding-left:20px !important}.ps-xxl-25{padding-left:25px !important}.ps-xxl-30{padding-left:30px !important}.ps-xxl-35{padding-left:35px !important}.ps-xxl-40{padding-left:40px !important}.ps-xxl-50{padding-left:50px !important}.ps-xxl-60{padding-left:60px !important}.gap-xxl-0{gap:0 !important}.gap-xxl-5{gap:5px !important}.gap-xxl-10{gap:10px !important}.gap-xxl-15{gap:15px !important}.gap-xxl-20{gap:20px !important}.gap-xxl-25{gap:25px !important}.gap-xxl-30{gap:30px !important}.gap-xxl-35{gap:35px !important}.gap-xxl-40{gap:40px !important}.gap-xxl-50{gap:50px !important}.gap-xxl-60{gap:60px !important}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-5{row-gap:5px !important}.row-gap-xxl-10{row-gap:10px !important}.row-gap-xxl-15{row-gap:15px !important}.row-gap-xxl-20{row-gap:20px !important}.row-gap-xxl-25{row-gap:25px !important}.row-gap-xxl-30{row-gap:30px !important}.row-gap-xxl-35{row-gap:35px !important}.row-gap-xxl-40{row-gap:40px !important}.row-gap-xxl-50{row-gap:50px !important}.row-gap-xxl-60{row-gap:60px !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-5{column-gap:5px !important}.column-gap-xxl-10{column-gap:10px !important}.column-gap-xxl-15{column-gap:15px !important}.column-gap-xxl-20{column-gap:20px !important}.column-gap-xxl-25{column-gap:25px !important}.column-gap-xxl-30{column-gap:30px !important}.column-gap-xxl-35{column-gap:35px !important}.column-gap-xxl-40{column-gap:40px !important}.column-gap-xxl-50{column-gap:50px !important}.column-gap-xxl-60{column-gap:60px !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width:2000px){.float-xxxl-start{float:left !important}.float-xxxl-end{float:right !important}.float-xxxl-none{float:none !important}.object-fit-xxxl-contain{object-fit:contain !important}.object-fit-xxxl-cover{object-fit:cover !important}.object-fit-xxxl-fill{object-fit:fill !important}.object-fit-xxxl-scale{object-fit:scale-down !important}.object-fit-xxxl-none{object-fit:none !important}.d-xxxl-inline{display:inline !important}.d-xxxl-inline-block{display:inline-block !important}.d-xxxl-block{display:block !important}.d-xxxl-grid{display:grid !important}.d-xxxl-table{display:table !important}.d-xxxl-table-row{display:table-row !important}.d-xxxl-table-cell{display:table-cell !important}.d-xxxl-flex{display:flex !important}.d-xxxl-inline-flex{display:inline-flex !important}.d-xxxl-none{display:none !important}.flex-xxxl-fill{flex:1 1 auto !important}.flex-xxxl-row{flex-direction:row !important}.flex-xxxl-column{flex-direction:column !important}.flex-xxxl-row-reverse{flex-direction:row-reverse !important}.flex-xxxl-column-reverse{flex-direction:column-reverse !important}.flex-xxxl-grow-0{flex-grow:0 !important}.flex-xxxl-grow-1{flex-grow:1 !important}.flex-xxxl-shrink-0{flex-shrink:0 !important}.flex-xxxl-shrink-1{flex-shrink:1 !important}.flex-xxxl-wrap{flex-wrap:wrap !important}.flex-xxxl-nowrap{flex-wrap:nowrap !important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxxl-start{justify-content:flex-start !important}.justify-content-xxxl-end{justify-content:flex-end !important}.justify-content-xxxl-center{justify-content:center !important}.justify-content-xxxl-between{justify-content:space-between !important}.justify-content-xxxl-around{justify-content:space-around !important}.justify-content-xxxl-evenly{justify-content:space-evenly !important}.align-items-xxxl-start{align-items:flex-start !important}.align-items-xxxl-end{align-items:flex-end !important}.align-items-xxxl-center{align-items:center !important}.align-items-xxxl-baseline{align-items:baseline !important}.align-items-xxxl-stretch{align-items:stretch !important}.align-content-xxxl-start{align-content:flex-start !important}.align-content-xxxl-end{align-content:flex-end !important}.align-content-xxxl-center{align-content:center !important}.align-content-xxxl-between{align-content:space-between !important}.align-content-xxxl-around{align-content:space-around !important}.align-content-xxxl-stretch{align-content:stretch !important}.align-self-xxxl-auto{align-self:auto !important}.align-self-xxxl-start{align-self:flex-start !important}.align-self-xxxl-end{align-self:flex-end !important}.align-self-xxxl-center{align-self:center !important}.align-self-xxxl-baseline{align-self:baseline !important}.align-self-xxxl-stretch{align-self:stretch !important}.order-xxxl-first{order:-1 !important}.order-xxxl-0{order:0 !important}.order-xxxl-1{order:1 !important}.order-xxxl-2{order:2 !important}.order-xxxl-3{order:3 !important}.order-xxxl-4{order:4 !important}.order-xxxl-5{order:5 !important}.order-xxxl-last{order:6 !important}.m-xxxl-0{margin:0 !important}.m-xxxl-5{margin:5px !important}.m-xxxl-10{margin:10px !important}.m-xxxl-15{margin:15px !important}.m-xxxl-20{margin:20px !important}.m-xxxl-25{margin:25px !important}.m-xxxl-30{margin:30px !important}.m-xxxl-35{margin:35px !important}.m-xxxl-40{margin:40px !important}.m-xxxl-50{margin:50px !important}.m-xxxl-60{margin:60px !important}.m-xxxl-auto{margin:auto !important}.mx-xxxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxxl-5{margin-right:5px !important;margin-left:5px !important}.mx-xxxl-10{margin-right:10px !important;margin-left:10px !important}.mx-xxxl-15{margin-right:15px !important;margin-left:15px !important}.mx-xxxl-20{margin-right:20px !important;margin-left:20px !important}.mx-xxxl-25{margin-right:25px !important;margin-left:25px !important}.mx-xxxl-30{margin-right:30px !important;margin-left:30px !important}.mx-xxxl-35{margin-right:35px !important;margin-left:35px !important}.mx-xxxl-40{margin-right:40px !important;margin-left:40px !important}.mx-xxxl-50{margin-right:50px !important;margin-left:50px !important}.mx-xxxl-60{margin-right:60px !important;margin-left:60px !important}.mx-xxxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxxl-5{margin-top:5px !important;margin-bottom:5px !important}.my-xxxl-10{margin-top:10px !important;margin-bottom:10px !important}.my-xxxl-15{margin-top:15px !important;margin-bottom:15px !important}.my-xxxl-20{margin-top:20px !important;margin-bottom:20px !important}.my-xxxl-25{margin-top:25px !important;margin-bottom:25px !important}.my-xxxl-30{margin-top:30px !important;margin-bottom:30px !important}.my-xxxl-35{margin-top:35px !important;margin-bottom:35px !important}.my-xxxl-40{margin-top:40px !important;margin-bottom:40px !important}.my-xxxl-50{margin-top:50px !important;margin-bottom:50px !important}.my-xxxl-60{margin-top:60px !important;margin-bottom:60px !important}.my-xxxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxxl-0{margin-top:0 !important}.mt-xxxl-5{margin-top:5px !important}.mt-xxxl-10{margin-top:10px !important}.mt-xxxl-15{margin-top:15px !important}.mt-xxxl-20{margin-top:20px !important}.mt-xxxl-25{margin-top:25px !important}.mt-xxxl-30{margin-top:30px !important}.mt-xxxl-35{margin-top:35px !important}.mt-xxxl-40{margin-top:40px !important}.mt-xxxl-50{margin-top:50px !important}.mt-xxxl-60{margin-top:60px !important}.mt-xxxl-auto{margin-top:auto !important}.me-xxxl-0{margin-right:0 !important}.me-xxxl-5{margin-right:5px !important}.me-xxxl-10{margin-right:10px !important}.me-xxxl-15{margin-right:15px !important}.me-xxxl-20{margin-right:20px !important}.me-xxxl-25{margin-right:25px !important}.me-xxxl-30{margin-right:30px !important}.me-xxxl-35{margin-right:35px !important}.me-xxxl-40{margin-right:40px !important}.me-xxxl-50{margin-right:50px !important}.me-xxxl-60{margin-right:60px !important}.me-xxxl-auto{margin-right:auto !important}.mb-xxxl-0{margin-bottom:0 !important}.mb-xxxl-5{margin-bottom:5px !important}.mb-xxxl-10{margin-bottom:10px !important}.mb-xxxl-15{margin-bottom:15px !important}.mb-xxxl-20{margin-bottom:20px !important}.mb-xxxl-25{margin-bottom:25px !important}.mb-xxxl-30{margin-bottom:30px !important}.mb-xxxl-35{margin-bottom:35px !important}.mb-xxxl-40{margin-bottom:40px !important}.mb-xxxl-50{margin-bottom:50px !important}.mb-xxxl-60{margin-bottom:60px !important}.mb-xxxl-auto{margin-bottom:auto !important}.ms-xxxl-0{margin-left:0 !important}.ms-xxxl-5{margin-left:5px !important}.ms-xxxl-10{margin-left:10px !important}.ms-xxxl-15{margin-left:15px !important}.ms-xxxl-20{margin-left:20px !important}.ms-xxxl-25{margin-left:25px !important}.ms-xxxl-30{margin-left:30px !important}.ms-xxxl-35{margin-left:35px !important}.ms-xxxl-40{margin-left:40px !important}.ms-xxxl-50{margin-left:50px !important}.ms-xxxl-60{margin-left:60px !important}.ms-xxxl-auto{margin-left:auto !important}.p-xxxl-0{padding:0 !important}.p-xxxl-5{padding:5px !important}.p-xxxl-10{padding:10px !important}.p-xxxl-15{padding:15px !important}.p-xxxl-20{padding:20px !important}.p-xxxl-25{padding:25px !important}.p-xxxl-30{padding:30px !important}.p-xxxl-35{padding:35px !important}.p-xxxl-40{padding:40px !important}.p-xxxl-50{padding:50px !important}.p-xxxl-60{padding:60px !important}.px-xxxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxxl-5{padding-right:5px !important;padding-left:5px !important}.px-xxxl-10{padding-right:10px !important;padding-left:10px !important}.px-xxxl-15{padding-right:15px !important;padding-left:15px !important}.px-xxxl-20{padding-right:20px !important;padding-left:20px !important}.px-xxxl-25{padding-right:25px !important;padding-left:25px !important}.px-xxxl-30{padding-right:30px !important;padding-left:30px !important}.px-xxxl-35{padding-right:35px !important;padding-left:35px !important}.px-xxxl-40{padding-right:40px !important;padding-left:40px !important}.px-xxxl-50{padding-right:50px !important;padding-left:50px !important}.px-xxxl-60{padding-right:60px !important;padding-left:60px !important}.py-xxxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxxl-5{padding-top:5px !important;padding-bottom:5px !important}.py-xxxl-10{padding-top:10px !important;padding-bottom:10px !important}.py-xxxl-15{padding-top:15px !important;padding-bottom:15px !important}.py-xxxl-20{padding-top:20px !important;padding-bottom:20px !important}.py-xxxl-25{padding-top:25px !important;padding-bottom:25px !important}.py-xxxl-30{padding-top:30px !important;padding-bottom:30px !important}.py-xxxl-35{padding-top:35px !important;padding-bottom:35px !important}.py-xxxl-40{padding-top:40px !important;padding-bottom:40px !important}.py-xxxl-50{padding-top:50px !important;padding-bottom:50px !important}.py-xxxl-60{padding-top:60px !important;padding-bottom:60px !important}.pt-xxxl-0{padding-top:0 !important}.pt-xxxl-5{padding-top:5px !important}.pt-xxxl-10{padding-top:10px !important}.pt-xxxl-15{padding-top:15px !important}.pt-xxxl-20{padding-top:20px !important}.pt-xxxl-25{padding-top:25px !important}.pt-xxxl-30{padding-top:30px !important}.pt-xxxl-35{padding-top:35px !important}.pt-xxxl-40{padding-top:40px !important}.pt-xxxl-50{padding-top:50px !important}.pt-xxxl-60{padding-top:60px !important}.pe-xxxl-0{padding-right:0 !important}.pe-xxxl-5{padding-right:5px !important}.pe-xxxl-10{padding-right:10px !important}.pe-xxxl-15{padding-right:15px !important}.pe-xxxl-20{padding-right:20px !important}.pe-xxxl-25{padding-right:25px !important}.pe-xxxl-30{padding-right:30px !important}.pe-xxxl-35{padding-right:35px !important}.pe-xxxl-40{padding-right:40px !important}.pe-xxxl-50{padding-right:50px !important}.pe-xxxl-60{padding-right:60px !important}.pb-xxxl-0{padding-bottom:0 !important}.pb-xxxl-5{padding-bottom:5px !important}.pb-xxxl-10{padding-bottom:10px !important}.pb-xxxl-15{padding-bottom:15px !important}.pb-xxxl-20{padding-bottom:20px !important}.pb-xxxl-25{padding-bottom:25px !important}.pb-xxxl-30{padding-bottom:30px !important}.pb-xxxl-35{padding-bottom:35px !important}.pb-xxxl-40{padding-bottom:40px !important}.pb-xxxl-50{padding-bottom:50px !important}.pb-xxxl-60{padding-bottom:60px !important}.ps-xxxl-0{padding-left:0 !important}.ps-xxxl-5{padding-left:5px !important}.ps-xxxl-10{padding-left:10px !important}.ps-xxxl-15{padding-left:15px !important}.ps-xxxl-20{padding-left:20px !important}.ps-xxxl-25{padding-left:25px !important}.ps-xxxl-30{padding-left:30px !important}.ps-xxxl-35{padding-left:35px !important}.ps-xxxl-40{padding-left:40px !important}.ps-xxxl-50{padding-left:50px !important}.ps-xxxl-60{padding-left:60px !important}.gap-xxxl-0{gap:0 !important}.gap-xxxl-5{gap:5px !important}.gap-xxxl-10{gap:10px !important}.gap-xxxl-15{gap:15px !important}.gap-xxxl-20{gap:20px !important}.gap-xxxl-25{gap:25px !important}.gap-xxxl-30{gap:30px !important}.gap-xxxl-35{gap:35px !important}.gap-xxxl-40{gap:40px !important}.gap-xxxl-50{gap:50px !important}.gap-xxxl-60{gap:60px !important}.row-gap-xxxl-0{row-gap:0 !important}.row-gap-xxxl-5{row-gap:5px !important}.row-gap-xxxl-10{row-gap:10px !important}.row-gap-xxxl-15{row-gap:15px !important}.row-gap-xxxl-20{row-gap:20px !important}.row-gap-xxxl-25{row-gap:25px !important}.row-gap-xxxl-30{row-gap:30px !important}.row-gap-xxxl-35{row-gap:35px !important}.row-gap-xxxl-40{row-gap:40px !important}.row-gap-xxxl-50{row-gap:50px !important}.row-gap-xxxl-60{row-gap:60px !important}.column-gap-xxxl-0{column-gap:0 !important}.column-gap-xxxl-5{column-gap:5px !important}.column-gap-xxxl-10{column-gap:10px !important}.column-gap-xxxl-15{column-gap:15px !important}.column-gap-xxxl-20{column-gap:20px !important}.column-gap-xxxl-25{column-gap:25px !important}.column-gap-xxxl-30{column-gap:30px !important}.column-gap-xxxl-35{column-gap:35px !important}.column-gap-xxxl-40{column-gap:40px !important}.column-gap-xxxl-50{column-gap:50px !important}.column-gap-xxxl-60{column-gap:60px !important}.text-xxxl-start{text-align:left !important}.text-xxxl-end{text-align:right !important}.text-xxxl-center{text-align:center !important}}@media(min-width:1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}:root{--co-primary:#3627BE;--co-primary-light:#59A0E6;--co-secondary:#EB7221;--co-white:#fff;--co-off-white:#FAF9F8;--co-black:#000;--co-grey:#646262;--co-font:#000;--body-bg-color:white;--co-focus:#EB7221;--co-selection-foreground:#fff;--co-selection-background:#EB7221;--scrollbar:rgba(100,98,98,0.5);--scrollbar-thumb:rgba(54,39,190,0.8);--mmenu-background-color:#333}@font-face{font-family:"icomoon";src:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Icons/Icomoon/fonts/icomoon.eot?5npswa');src:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Icons/Icomoon/fonts/icomoon.eot?5npswa#iefix') format("embedded-opentype"),url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Icons/Icomoon/fonts/icomoon.woff2?5npswa') format("woff2"),url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Icons/Icomoon/fonts/icomoon.ttf?5npswa') format("truetype"),url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Icons/Icomoon/fonts/icomoon.woff?5npswa') format("woff"),url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Icons/Icomoon/fonts/icomoon.svg?5npswa#icomoon') format("svg");font-weight:normal;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-menu::before{content:"\e906"}.icon-arrow-left::before{content:"\e907"}.icon-arrow-right::before{content:"\e908"}.icon-arrow-up::before{content:"\e909"}.icon-arrow-down::before{content:"\e90a"}.icon-school::before{content:"\e90b"}.icon-child-care::before{content:"\e90c"}.icon-graduation-hat::before{content:"\e90d"}.icon-smile::before{content:"\e90e"}.icon-handshake::before{content:"\e90f"}.icon-walking::before{content:"\e910"}.icon-group::before{content:"\e911"}.icon-rocket::before{content:"\e900"}.icon-money::before{content:"\e912"}.icon-list::before{content:"\e913"}.icon-calendar::before{content:"\e914"}.icon-university-student::before{content:"\e915"}.icon-award::before{content:"\e916"}.icon-team::before{content:"\e917"}.icon-cyclist::before{content:"\e918"}.icon-pencil::before{content:"\e903"}.icon-envelope::before{content:"\e901"}.icon-phone::before{content:"\e902"}.icon-facebook::before{content:"\e904"}.icon-instagram::before{content:"\e905"}.icon-settings::before{content:"\e919"}.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s,opacity 0s}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel::after{content:"";display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{transition:opacity .6s;opacity:.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.33333333%;position:absolute;right:0}.tns-t-ct::after{content:"";display:table;clear:both}.tns-t-ct>div{width:1.4285714286%;height:10px;float:left}.environment{right:0;top:100px;color:#fff;font-size:1em;position:fixed;transform-origin:right;transform:rotate(45deg) skewX(45deg);width:250px;text-align:center;padding:20px 40px}.environment span{display:inline-block;padding-left:50px;transform:skewX(-45deg)}.environment.development{background-color:#eb7221}.environment.staging{background-color:#000}.imageSlider{position:relative}.imageSlider .image{display:none;width:100%}.imageSlider .image:first-child{display:inline-block}@font-face{font-family:"Rubik";font-display:swap;font-weight:400;src:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Fonts/Rubik/Rubik-Regular.ttf') format("truetype")}@font-face{font-family:"Rubik";font-display:swap;font-weight:500;src:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Fonts/Rubik/Rubik-Medium.ttf') format("truetype")}@font-face{font-family:"Rubik";font-display:swap;font-weight:800;src:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Fonts/Rubik/Rubik-ExtraBold.ttf') format("truetype")}body{font-family:Rubik,sans-serif;font-weight:500;font-style:normal}body strong,body b{font-family:Rubik,sans-serif;font-weight:800;font-style:normal}.frame-type-mask_motive_slider .stdheader .mainline,.frame-type-mask_motive_slider .stdheader .subline,.frame-type-mask_teaser .text-wrap .stdheader.large .mainline,.frame-type-mask_teaser .text-wrap .stdheader.large .subline,.frame-type-mask_page_header .text-wrap .stdheader.large .mainline,.frame-type-mask_page_header .text-wrap .stdheader.large .subline,.frame-type-mask_homepage_header .text-content .stdheader .mainline,.frame-type-mask_homepage_header .text-content .stdheader .subline,.stdheader.large .mainline,.stdheader.large .subline{font-size:30px;line-height:1.2;letter-spacing:-1.6px}@media screen and (min-width:768px){.frame-type-mask_motive_slider .stdheader .mainline,.frame-type-mask_motive_slider .stdheader .subline,.frame-type-mask_teaser .text-wrap .stdheader.large .mainline,.frame-type-mask_teaser .text-wrap .stdheader.large .subline,.frame-type-mask_page_header .text-wrap .stdheader.large .mainline,.frame-type-mask_page_header .text-wrap .stdheader.large .subline,.frame-type-mask_homepage_header .text-content .stdheader .mainline,.frame-type-mask_homepage_header .text-content .stdheader .subline,.stdheader.large .mainline,.stdheader.large .subline{font-size:35px}}@media screen and (min-width:1200px){.frame-type-mask_motive_slider .stdheader .mainline,.frame-type-mask_motive_slider .stdheader .subline,.frame-type-mask_teaser .text-wrap .stdheader.large .mainline,.frame-type-mask_teaser .text-wrap .stdheader.large .subline,.frame-type-mask_page_header .text-wrap .stdheader.large .mainline,.frame-type-mask_page_header .text-wrap .stdheader.large .subline,.frame-type-mask_homepage_header .text-content .stdheader .mainline,.frame-type-mask_homepage_header .text-content .stdheader .subline,.stdheader.large .mainline,.stdheader.large .subline{font-size:40px}}@media screen and (min-width:2000px){.frame-type-mask_motive_slider .stdheader .mainline,.frame-type-mask_motive_slider .stdheader .subline,.frame-type-mask_teaser .text-wrap .stdheader.large .mainline,.frame-type-mask_teaser .text-wrap .stdheader.large .subline,.frame-type-mask_page_header .text-wrap .stdheader.large .mainline,.frame-type-mask_page_header .text-wrap .stdheader.large .subline,.frame-type-mask_homepage_header .text-content .stdheader .mainline,.frame-type-mask_homepage_header .text-content .stdheader .subline,.stdheader.large .mainline,.stdheader.large .subline{font-size:68px}}.frame-type-mask_map .text-wrap .stdheader .mainline,.frame-type-mask_map .text-wrap .stdheader .subline,.frame-type-mask_teaser_collection .item .text-wrap .headline,.frame-type-mask_teaser .text-wrap .stdheader.mid .mainline,.frame-type-mask_teaser .text-wrap .stdheader.mid .subline,.frame-type-mask_page_header .text-wrap .stdheader.mid .mainline,.frame-type-mask_page_header .text-wrap .stdheader.mid .subline,.frame-type-mask_accordion .accordion-wrap .header,.stdheader .subline,body h1.subline.level-1,body h2.subline.level-1,body h3.subline.level-1,body p.subline.level-1,.stdheader .mainline,body h1.mainline.level-1,body h2.mainline.level-1,body h3.mainline.level-1,body p.mainline.level-1{font-size:30px;line-height:1.2;letter-spacing:-0.8px}@media screen and (min-width:768px){.frame-type-mask_map .text-wrap .stdheader .mainline,.frame-type-mask_map .text-wrap .stdheader .subline,.frame-type-mask_teaser_collection .item .text-wrap .headline,.frame-type-mask_teaser .text-wrap .stdheader.mid .mainline,.frame-type-mask_teaser .text-wrap .stdheader.mid .subline,.frame-type-mask_page_header .text-wrap .stdheader.mid .mainline,.frame-type-mask_page_header .text-wrap .stdheader.mid .subline,.frame-type-mask_accordion .accordion-wrap .header,.stdheader .subline,body h1.subline.level-1,body h2.subline.level-1,body h3.subline.level-1,body p.subline.level-1,.stdheader .mainline,body h1.mainline.level-1,body h2.mainline.level-1,body h3.mainline.level-1,body p.mainline.level-1{font-size:35px}}@media screen and (min-width:1200px){.frame-type-mask_map .text-wrap .stdheader .mainline,.frame-type-mask_map .text-wrap .stdheader .subline,.frame-type-mask_teaser_collection .item .text-wrap .headline,.frame-type-mask_teaser .text-wrap .stdheader.mid .mainline,.frame-type-mask_teaser .text-wrap .stdheader.mid .subline,.frame-type-mask_page_header .text-wrap .stdheader.mid .mainline,.frame-type-mask_page_header .text-wrap .stdheader.mid .subline,.frame-type-mask_accordion .accordion-wrap .header,.stdheader .subline,body h1.subline.level-1,body h2.subline.level-1,body h3.subline.level-1,body p.subline.level-1,.stdheader .mainline,body h1.mainline.level-1,body h2.mainline.level-1,body h3.mainline.level-1,body p.mainline.level-1{font-size:40px}}.frame-type-mask_contact_info .tiles-wrap .tile .area,.frame-type-mask_contact_info .accordion-wrap .title,.frame-type-mask_map .accordion-wrap .title,.frame-type-mask_teaser .text-wrap .stdheader.small .mainline,.frame-type-mask_teaser .text-wrap .stdheader.small .subline,.frame-type-mask_page_header .text-wrap .stdheader.small .mainline,.frame-type-mask_page_header .text-wrap .stdheader.small .subline,.frame-type-mask_homepage_header .image-content .image-wrap .eyecatcher a .large-text,.stdheader.small .mainline,.stdheader.small .subline,body h1.subline.level-2,body h2.subline.level-2,body h3.subline.level-2,body p.subline.level-2,body h1.mainline.level-2,body h2.mainline.level-2,body h3.mainline.level-2,body p.mainline.level-2{font-size:24px;line-height:1.5;letter-spacing:-0.6px}@media screen and (min-width:768px){.frame-type-mask_contact_info .tiles-wrap .tile .area,.frame-type-mask_contact_info .accordion-wrap .title,.frame-type-mask_map .accordion-wrap .title,.frame-type-mask_teaser .text-wrap .stdheader.small .mainline,.frame-type-mask_teaser .text-wrap .stdheader.small .subline,.frame-type-mask_page_header .text-wrap .stdheader.small .mainline,.frame-type-mask_page_header .text-wrap .stdheader.small .subline,.frame-type-mask_homepage_header .image-content .image-wrap .eyecatcher a .large-text,.stdheader.small .mainline,.stdheader.small .subline,body h1.subline.level-2,body h2.subline.level-2,body h3.subline.level-2,body p.subline.level-2,body h1.mainline.level-2,body h2.mainline.level-2,body h3.mainline.level-2,body p.mainline.level-2{font-size:28px}}@media screen and (min-width:1200px){.frame-type-mask_contact_info .tiles-wrap .tile .area,.frame-type-mask_contact_info .accordion-wrap .title,.frame-type-mask_map .accordion-wrap .title,.frame-type-mask_teaser .text-wrap .stdheader.small .mainline,.frame-type-mask_teaser .text-wrap .stdheader.small .subline,.frame-type-mask_page_header .text-wrap .stdheader.small .mainline,.frame-type-mask_page_header .text-wrap .stdheader.small .subline,.frame-type-mask_homepage_header .image-content .image-wrap .eyecatcher a .large-text,.stdheader.small .mainline,.stdheader.small .subline,body h1.subline.level-2,body h2.subline.level-2,body h3.subline.level-2,body p.subline.level-2,body h1.mainline.level-2,body h2.mainline.level-2,body h3.mainline.level-2,body p.mainline.level-2{font-size:32px}}.frame-type-mask_contact_info .tiles-wrap .tile .text-wrap .contact-name,.frame-type-mask_info_boxes .box .title .headline,.frame-type-mask_homepage_header .text-content .boxes .box .headline,.accordion-wrap .accordion-item .accordion-title .acc-title,footer .info .content .frame-default p.mainline,footer .info .content .frame-default p.subline,body h1.subline.level-3,body h2.subline.level-3,body h3.subline.level-3,body p.subline.level-3,body h1.mainline.level-3,body h2.mainline.level-3,body h3.mainline.level-3,body p.mainline.level-3{font-size:19px;line-height:1.5;letter-spacing:-0.4px}@media screen and (min-width:768px){.frame-type-mask_contact_info .tiles-wrap .tile .text-wrap .contact-name,.frame-type-mask_info_boxes .box .title .headline,.frame-type-mask_homepage_header .text-content .boxes .box .headline,.accordion-wrap .accordion-item .accordion-title .acc-title,footer .info .content .frame-default p.mainline,footer .info .content .frame-default p.subline,body h1.subline.level-3,body h2.subline.level-3,body h3.subline.level-3,body p.subline.level-3,body h1.mainline.level-3,body h2.mainline.level-3,body h3.mainline.level-3,body p.mainline.level-3{font-size:22px}}@media screen and (min-width:1200px){.frame-type-mask_contact_info .tiles-wrap .tile .text-wrap .contact-name,.frame-type-mask_info_boxes .box .title .headline,.frame-type-mask_homepage_header .text-content .boxes .box .headline,.accordion-wrap .accordion-item .accordion-title .acc-title,footer .info .content .frame-default p.mainline,footer .info .content .frame-default p.subline,body h1.subline.level-3,body h2.subline.level-3,body h3.subline.level-3,body p.subline.level-3,body h1.mainline.level-3,body h2.mainline.level-3,body h3.mainline.level-3,body p.mainline.level-3{font-size:25px}}.btn,body{font-size:16px;line-height:1.5;letter-spacing:-0.04px}@media screen and (min-width:768px){.btn,body{font-size:18px}}@media screen and (min-width:1200px){.btn,body{font-size:20px}}.frame-type-mask_contact_info .tiles-wrap .tile .text-wrap a,.frame-type-mask_map .text-wrap .info-wrap .info .contact-link a,.frame-type-mask_map .text-wrap .info-wrap .info .contact-links{font-size:12px;line-height:1.5}@media screen and (min-width:768px){.frame-type-mask_contact_info .tiles-wrap .tile .text-wrap a,.frame-type-mask_map .text-wrap .info-wrap .info .contact-link a,.frame-type-mask_map .text-wrap .info-wrap .info .contact-links{font-size:14px}}@media screen and (min-width:1200px){.frame-type-mask_contact_info .tiles-wrap .tile .text-wrap a,.frame-type-mask_map .text-wrap .info-wrap .info .contact-link a,.frame-type-mask_map .text-wrap .info-wrap .info .contact-links{font-size:16px}}.stdheader .subline,body h1.subline.level-1,body h2.subline.level-1,body h3.subline.level-1,body p.subline.level-1{color:var(--co-primary)}body{color:var(--co-font)}.btn{position:relative;display:inline-flex;padding:24px 32px 24px 54px;border-radius:0;border:none;text-decoration:none;overflow:hidden;transition:padding .4s ease-in-out}.btn::before{content:" ";position:absolute;left:32px;top:50%;transform:translateY(-50%);height:14px;width:14px;border-radius:50%;z-index:-1;transition:transform .4s ease-in-out}.btn::after{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;z-index:-2}.btn:hover{padding:24px 43px}.btn:hover::before{transform:scale(100)}.btn.btn-default{background:none;color:var(--co-white)}.btn.btn-default::before{background:var(--co-secondary)}.btn.btn-default::after{background:var(--co-primary)}.btn.btn-white{background:none;color:var(--co-primary);transition:padding .2s ease-in-out,color .2s ease-in-out}.btn.btn-white::before{background:var(--co-secondary)}.btn.btn-white::after{background:var(--co-white)}.btn.btn-white:hover{color:var(--co-white)}.align-center{text-align:center}.align-left{text-align:left}.align-right{text-align:right}.align-justify{text-align:justify}h1,h2,h3,h4,h5,h6{margin-bottom:calc(20px - 5px);margin-top:0}body h1.mainline,body h2.mainline,body h3.mainline,body p.mainline{margin-bottom:0}body h1.subline,body h2.subline,body h3.subline,body p.subline{color:var(--co-primary)}body p{margin-bottom:20px}body p:last-child{margin-bottom:0}body p a{color:var(--co-primary)}body p a:hover{color:var(--co-secondary)}body a.link-default{color:var(--co-primary);text-decoration:none}body a.link-default:hover{color:var(--co-secondary)}body ol,body ul{margin-bottom:20px}body ol:last-child,body ul:last-child{margin-bottom:0}body ol li,body ul li{position:relative;list-style:none;padding-left:24px}body ol li:not(:last-child),body ul li:not(:last-child){margin-bottom:16px}body ol li::before,body ul li::before{content:" ";position:absolute;top:10px;left:4px;display:flex;width:4px;height:4px;background:var(--co-primary);border-radius:50%}@media screen and (min-width:1200px){body ol li::before,body ul li::before{top:13px}}body ol li a,body ul li a{color:var(--co-primary);text-decoration:underline}body ol li a:hover,body ul li a:hover{color:var(--co-secondary)}body ol li span,body ul li span{display:inline-block}body ol.no-list-style,body ul.no-list-style{margin-bottom:0}body ol.no-list-style li,body ul.no-list-style li{position:static;padding-left:0;margin-bottom:0}body ol.no-list-style li::before,body ul.no-list-style li::before{display:none}body .ck-editor__editable .ck-list-bogus-paragraph{display:inline-block !important}body ol li{list-style:decimal}body em{font-style:italic}body sup,body sub{font-size:smaller;vertical-align:super}body sub{vertical-align:sub}.rte-icon{display:inline-flex;align-items:center;margin:5px 0;padding-left:34px;position:relative;text-decoration:none}.rte-icon:hover{text-decoration:underline;color:var(--co-primary)}.rte-icon::before{font-family:icomoon,sans-serif;margin-right:8px;position:absolute;left:0;font-size:26px;color:var(--co-secondary)}.rte-icon.phone::before{content:"\e902"}.rte-icon.envelope::before{content:"\e901"}.text-color.blue{color:var(--co-primary)}.text-color.orange{color:var(--co-secondary)}.stdheader{margin-bottom:32px}@media screen and (min-width:768px){.stdheader{margin-bottom:40px}}@media screen and (min-width:1200px){.stdheader{margin-bottom:48px}}.stdheader .mainline.single{margin-bottom:0}.stdheader .mainline a{color:inherit;text-decoration:none}.stdheader .mainline a:hover{text-decoration:underline}.stdheader .subline{margin-bottom:0}.stdheader .subline a{color:inherit;text-decoration:none}.stdheader .subline a:hover{text-decoration:underline}table{width:100%}table tr{border-bottom:1px solid var(--co-primary)}table tr th{padding:24px 0;text-align:start;color:var(--co-primary)}table tr td{padding:24px 0}.tx-indexedsearch,#tx_indexedsearch .sub-form-input,.indexedsearch-results{margin-bottom:40px}.sub-form-input .form-control{width:auto}.sub-form-input .submitwrap button{padding-right:50px;margin-right:-40px;cursor:pointer}.page-navigation{display:block;margin:20px;width:100%;text-align:center}.page-navigation ul{display:flex;justify-content:center;list-style:none}.page-navigation ul li{min-width:30px;height:30px;border:solid 1px #000;padding:0;margin-right:-1px;line-height:28px;color:gray}.page-navigation ul li::before{padding:0;display:none}.page-navigation ul li a{display:block;height:28px;min-width:28px;padding:0 10px;color:#000;text-decoration:none;transition:.3s ease}.page-navigation ul li a:hover{background:#000;color:#fff}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:40px;height:4px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:rgba(0,0,0,0);border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#000}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(0.68,-0.55,0.265,1.55)}.hamburger--elastic .hamburger-inner::before{top:10px;transition:opacity .125s .275s ease}.hamburger--elastic .hamburger-inner::after{top:20px;transition:transform .275s cubic-bezier(0.68,-0.55,0.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:.075s}.hamburger--elastic.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner::after{transform:translate3d(0,-20px,0) rotate(-270deg);transition-delay:.075s}html{scroll-behavior:smooth}body{hyphens:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%;background:var(--co-off-white)}body::before{visibility:hidden;display:none;content:"xs"}@media screen and (min-width:576px){body::before{content:"sm"}}@media screen and (min-width:768px){body::before{content:"md"}}@media screen and (min-width:992px){body::before{content:"lg"}}@media screen and (min-width:1200px){body::before{content:"xl"}}.environment{display:none}.default-container{--bs-gutter-x:30px;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media screen and (min-width:576px){.container.wide{max-width:504px}}@media screen and (min-width:768px){.container.wide{max-width:744px}}@media screen and (min-width:992px){.container.wide{max-width:1008px}}@media screen and (min-width:1200px){.container.wide{max-width:1272px}}*:focus-visible{outline:4px solid var(--co-focus);outline-offset:8px}.slick-slider *,.slick-arrow,.slick-dots *{outline:none}::selection{color:var(--co-selection-foreground);background:var(--co-selection-background)}::-webkit-scrollbar{background:var(--scrollbar);width:10px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)}::-webkit-scrollbar-thumb:vertical{background-color:var(--scrollbar-thumb);height:8px}.frame{scroll-margin-top:200px;margin-bottom:40px}@media screen and (min-width:576px){.frame{margin-bottom:50px}}@media screen and (min-width:992px){.frame{margin-bottom:100px}}.frame-type-twocolumn-container{margin-bottom:0}.frame-type-twocolumn-container .frame{padding:0}.frame-type-twocolumn-container .frame .col-12{width:100%;margin-left:0}.frame-space-after-extra-small{margin-bottom:0}.frame-space-after-small{margin-bottom:24px}.frame-space-after-medium{margin-bottom:48px}.frame-space-after-large{margin-bottom:72px}.frame-space-after-extra-large{margin-bottom:96px}.frame-space-before-extra-small{margin-top:0}.frame-space-before-small{margin-top:24px}.frame-space-before-medium{margin-top:48px}.frame-space-before-large{margin-top:72px}.frame-space-before-extra-large{margin-top:96px}.img-lazy{width:100%;height:auto}.blur-up{filter:blur(5px);transition:filter 400ms}.blur-up.lazyloaded{filter:blur(0)}.focus-contain,.focus-cover{--position-x:0%;--position-y:0%;position:relative;width:100%;height:500px;overflow:hidden}.focus-contain img,.focus-cover img{object-fit:cover;object-position:var(--position-x,50%) var(--position-y,50%);height:100%;width:100%}.focus-contain img{object-fit:contain}.fancybox__container .fancybox__button--play,.fancybox__container .fancybox__button--zoom,.fancybox__container .fancybox__button--slideshow,.fancybox__container .fancybox__button--fullscreen,.fancybox__container .fancybox__button--thumbs,.fancybox__container .fancybox__button--share{display:none !important}#mm-main-nav{background-color:var(--mmenu-background-color)}.textpic-wrap .intext-textblock{display:block}@media(max-width:575.98px){.p-xs-0,.ce-gallery{padding:0}}.image-ratio-default picture{aspect-ratio:4/3;overflow:hidden}.image-ratio-default picture img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.image-ratio-default picture img:hover{transform:scale(1.02)}.image-ratio-default-inverted picture{aspect-ratio:3/4;overflow:hidden}.image-ratio-default-inverted picture img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.image-ratio-default-inverted picture img:hover{transform:scale(1.02)}.background-white{background-image:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Images/Frontend//Backgrounds/background-white.jpg');background-size:cover}.background-blue{background-image:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Images/Frontend//Backgrounds/background-blue.jpg');background-size:cover}.background-blue *:focus-within{outline-color:var(--co-white)}.background-orange{background-image:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Images/Frontend//Backgrounds/background-orange.jpg');background-size:cover}.background-orange *:focus-within{outline-color:var(--co-white)}main{overflow:hidden}.design-layout{position:relative}.design-layout::after{content:" ";position:absolute;display:flex;aspect-ratio:16/9;background-size:100%;background-repeat:no-repeat;z-index:-5}@media(max-width:575.98px){.design-layout::after{display:none}}.design-layout.design-blot-left::after{background-image:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Images/Frontend/Backgrounds/background-grain-2.webp');width:1800px;top:50%;left:0;transform:translate(-84%,-50%) rotate(-45deg)}@media screen and (min-width:576px){.design-layout.design-blot-left::after{left:calc((100vw - 420px)/2)}}@media screen and (min-width:768px){.design-layout.design-blot-left::after{left:calc((100vw - 620px)/2)}}@media screen and (min-width:992px){.design-layout.design-blot-left::after{left:calc((100vw - 840px)/2)}}@media screen and (min-width:1200px){.design-layout.design-blot-left::after{left:calc((100vw - 1060px)/2)}}@media screen and (min-width:1400px){.design-layout.design-blot-left::after{left:calc((100vw - 1200px)/2)}}@media screen and (min-width:2000px){.design-layout.design-blot-left::after{left:calc((100vw - 1800px)/2)}}.design-layout.design-blot-right::after{background-image:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Images/Frontend/Backgrounds/background-grain-2.webp');width:1800px;top:50%;right:0;transform:translate(76%,-50%) rotate(-45deg)}@media screen and (min-width:576px){.design-layout.design-blot-right::after{right:calc((100vw - 420px)/2)}}@media screen and (min-width:768px){.design-layout.design-blot-right::after{right:calc((100vw - 620px)/2)}}@media screen and (min-width:992px){.design-layout.design-blot-right::after{right:calc((100vw - 840px)/2)}}@media screen and (min-width:1200px){.design-layout.design-blot-right::after{right:calc((100vw - 1060px)/2)}}@media screen and (min-width:1400px){.design-layout.design-blot-right::after{right:calc((100vw - 1200px)/2)}}@media screen and (min-width:2000px){.design-layout.design-blot-right::after{right:calc((100vw - 1800px)/2)}}@media(min-width:2000px){.design-layout.design-blot-right::after{transform:translate(72%,-50%) rotate(-45deg)}}.design-layout.design-blot-bottom-right::after{background-image:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Images/Frontend/Backgrounds/background-grain-2.webp');width:2000px;bottom:0;right:0;transform:translate(45%,80%)}@media screen and (min-width:576px){.design-layout.design-blot-bottom-right::after{right:calc((100vw - 420px)/2)}}@media screen and (min-width:768px){.design-layout.design-blot-bottom-right::after{right:calc((100vw - 620px)/2)}}@media screen and (min-width:992px){.design-layout.design-blot-bottom-right::after{right:calc((100vw - 840px)/2)}}@media screen and (min-width:1200px){.design-layout.design-blot-bottom-right::after{right:calc((100vw - 1060px)/2)}}@media screen and (min-width:1400px){.design-layout.design-blot-bottom-right::after{right:calc((100vw - 1200px)/2)}}@media screen and (min-width:2000px){.design-layout.design-blot-bottom-right::after{right:calc((100vw - 1800px)/2)}}.design-layout.design-blot-both-sides::before{content:" ";position:absolute;display:flex;aspect-ratio:16/9;background-size:100%;background-repeat:no-repeat;z-index:-5;background-image:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Images/Frontend/Backgrounds/background-grain-2.webp');width:2500px;top:50%;left:0;transform:translate(-86%,-50%)}@media screen and (min-width:576px){.design-layout.design-blot-both-sides::before{left:calc((100vw - 420px)/2)}}@media screen and (min-width:768px){.design-layout.design-blot-both-sides::before{left:calc((100vw - 620px)/2)}}@media screen and (min-width:992px){.design-layout.design-blot-both-sides::before{left:calc((100vw - 840px)/2)}}@media screen and (min-width:1200px){.design-layout.design-blot-both-sides::before{left:calc((100vw - 1060px)/2)}}@media screen and (min-width:1400px){.design-layout.design-blot-both-sides::before{left:calc((100vw - 1200px)/2)}}@media screen and (min-width:2000px){.design-layout.design-blot-both-sides::before{left:calc((100vw - 1800px)/2)}}@media(max-width:575.98px){.design-layout.design-blot-both-sides::before{display:none}}.design-layout.design-blot-both-sides::after{background-image:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Images/Frontend/Backgrounds/background-grain-2.webp');width:2500px;bottom:0;right:0;transform:translate(72%,50%)}@media screen and (min-width:576px){.design-layout.design-blot-both-sides::after{right:calc((100vw - 420px)/2)}}@media screen and (min-width:768px){.design-layout.design-blot-both-sides::after{right:calc((100vw - 620px)/2)}}@media screen and (min-width:992px){.design-layout.design-blot-both-sides::after{right:calc((100vw - 840px)/2)}}@media screen and (min-width:1200px){.design-layout.design-blot-both-sides::after{right:calc((100vw - 1060px)/2)}}@media screen and (min-width:1400px){.design-layout.design-blot-both-sides::after{right:calc((100vw - 1200px)/2)}}@media screen and (min-width:2000px){.design-layout.design-blot-both-sides::after{right:calc((100vw - 1800px)/2)}}.design-layout.design-swirl-diagonal::after{background-image:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Images/Frontend/Backgrounds/background-grain-1.jpg');width:3200px;top:50%;left:70%;transform:translate(-50%,-50%) rotate(-24deg)}.design-layout.design-swirl-straight::after{background-image:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Images/Frontend/Backgrounds/background-grain-1.jpg');width:3200px;top:25%;left:55%;transform:translate(-50%,-50%)}.tns-ovh{overflow:visible}.tns-controls{display:flex;justify-content:space-between;margin-top:24px}.tns-controls button{width:48px;height:48px;border:none;background:var(--co-primary);color:var(--co-white);font-size:24px;transition:background-color .2s}.tns-controls button:hover{background:var(--co-secondary)}.social-nav{margin-bottom:32px}@media screen and (min-width:768px){.social-nav{margin-bottom:48px}}.social-nav ul{display:flex;gap:16px}@media(min-width:992px){.social-nav ul{justify-content:start}}.social-nav ul a{display:flex;font-size:46px;color:var(--co-secondary);text-decoration:none}.social-nav ul a:hover{color:var(--co-primary)}#uc-settings{position:fixed;bottom:95px;left:15px;display:flex;align-items:center;justify-content:center;height:60px;width:60px;border-radius:50%;border:1px solid var(--co-primary);background:var(--co-primary);color:var(--co-white);font-size:32px;text-decoration:none;cursor:pointer;z-index:5}@media screen and (min-width:576px){#uc-settings{bottom:20px}}@media screen and (min-width:768px){#uc-settings{bottom:40px}}@media screen and (min-width:576px){#uc-settings{left:20px}}@media screen and (min-width:768px){#uc-settings{left:40px}}header{padding-top:116px}@media screen and (min-width:1200px){header{padding-top:154px}}header #nav-wrap{position:fixed;top:0;left:0;width:100vw;background:var(--co-white);z-index:100}header #nav-wrap .top-nav{display:flex;gap:24px;align-items:center;justify-content:space-between;padding-top:24px;padding-bottom:24px;margin-top:20px;font-size:20px}@media screen and (min-width:768px){header #nav-wrap .top-nav{gap:48px}}header #nav-wrap .top-nav::before{content:" ";position:absolute;top:0;left:0;display:flex;width:100%;height:20px;background-image:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Images/Frontend//Backgrounds/background-topnav.jpg');background-size:cover}header #nav-wrap .top-nav .logo-wrap{display:flex;height:46px}@media(min-width:1200px){header #nav-wrap .top-nav .logo-wrap{height:86px}}header #nav-wrap .top-nav .logo-wrap svg,header #nav-wrap .top-nav .logo-wrap img{height:100%;width:auto}header #nav-wrap .top-nav #nav-btn{border:none;background:rgba(0,0,0,0);padding:0;font-size:32px;color:var(--co-primary)}@media(min-width:1400px){header #nav-wrap .top-nav #nav-btn{display:none}}header #nav-wrap .top-nav #main-nav{position:absolute;top:114px;right:-280px;width:280px;height:calc(100vh - 114px);display:flex;flex-direction:column;justify-content:space-between;gap:24px 32px;padding:32px;background:var(--co-white);border-top:2px solid var(--co-primary);z-index:10;transition:right .4s}@media screen and (min-width:576px){header #nav-wrap .top-nav #main-nav{padding:48px}}header #nav-wrap .top-nav #main-nav.open{right:0}@media(min-width:576px){header #nav-wrap .top-nav #main-nav{right:-320px;width:320px}}@media(min-width:768px){header #nav-wrap .top-nav #main-nav{right:-400px;width:400px}}@media(min-width:1200px){header #nav-wrap .top-nav #main-nav{top:154px;height:calc(100vh - 154px)}}@media(min-width:1400px){header #nav-wrap .top-nav #main-nav{position:static;width:auto;height:auto;flex-direction:row;padding:0;border:none}header #nav-wrap .top-nav #main-nav .social-nav{display:none}}header #nav-wrap .top-nav #main-nav #main-nav-list{display:flex;flex-direction:column;gap:24px 32px}@media(min-width:1400px){header #nav-wrap .top-nav #main-nav #main-nav-list{flex-flow:row wrap;gap:8px 24px;align-items:center;justify-content:end;align-self:center}}header #nav-wrap .top-nav #main-nav #main-nav-list li ul{display:none}header #nav-wrap .top-nav #main-nav .bottom-section{flex-shrink:0}#shortcut-list{position:fixed;width:100vw;height:80px;bottom:0;left:0;display:flex;flex-direction:row;background-image:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Images/Frontend//Backgrounds/background-blue.jpg');background-size:cover;z-index:5}@media(min-width:576px){#shortcut-list{top:400px;bottom:unset;width:unset;height:unset;gap:15px;flex-direction:column;align-items:start;background-image:none}}#shortcut-list li{position:relative;width:100%;color:var(--co-white);transition:background-color .2s,width .2s}@media(min-width:576px){#shortcut-list li{width:unset;background:var(--co-primary)}}#shortcut-list li a{position:relative;height:100%;display:flex;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden;padding:12px 16px;color:inherit;text-decoration:none;transition:max-width .3s;z-index:101}@media screen and (min-width:576px){#shortcut-list li a{padding:16px 20px}}@media screen and (min-width:1400px){#shortcut-list li a{padding:24px 32px}}@media(min-width:576px){#shortcut-list li a{width:100%}}@media screen and (min-width:576px)and (min-width:576px){#shortcut-list li a{max-width:62px}}@media screen and (min-width:576px)and (min-width:1400px){#shortcut-list li a{max-width:96px}}#shortcut-list li a i{position:static;left:16px;font-size:32px;opacity:1;transition:opacity .3s}@media screen and (min-width:576px){#shortcut-list li a i{position:absolute}}@media screen and (min-width:576px){#shortcut-list li a i{left:20px}}@media screen and (min-width:1400px){#shortcut-list li a i{left:32px}}@media screen and (min-width:576px){#shortcut-list li a i{font-size:24px}}@media screen and (min-width:1400px){#shortcut-list li a i{font-size:32px}}#shortcut-list li a span{display:none;opacity:0;transition:opacity .3s}@media screen and (min-width:576px){#shortcut-list li a span{display:block}}#shortcut-list li:hover:not(.no-hover),#shortcut-list li:focus-within:not(.no-hover){background:var(--co-secondary)}#shortcut-list li:hover:not(.no-hover) a,#shortcut-list li:focus-within:not(.no-hover) a{max-width:400px}@media(min-width:576px){#shortcut-list li:hover:not(.no-hover) a i,#shortcut-list li:focus-within:not(.no-hover) a i{opacity:0}}#shortcut-list li:hover:not(.no-hover) a span,#shortcut-list li:focus-within:not(.no-hover) a span{opacity:1}footer{background:var(--co-white);padding:40px 0;margin-bottom:80px}@media screen and (min-width:576px){footer{margin-bottom:0}}footer .info{color:var(--co-primary)}footer .info .content{margin-bottom:32}@media screen and (min-width:2000px){footer .info .content{margin-bottom:64px}}footer .info .content .frame-default{padding:0;margin:0 24px 0 0;width:auto;flex-shrink:0}@media(min-width:2000px){footer .info .content .frame-default{min-width:420px}}footer .info .content .frame-default .container{padding:0 calc(var(--bs-gutter-x)/2)}footer .info .content .frame-default a{text-decoration:none}footer .info .content .frame-default [class*=offset]{margin:0}footer .info .content .content-elements{display:flex;flex-direction:column;gap:24px;justify-content:start;margin-bottom:24px}@media screen and (min-width:2000px){footer .info .content .content-elements{flex-direction:row}}@media screen and (min-width:2000px){footer .info .content .content-elements{justify-content:space-between}}@media screen and (min-width:992px){footer .info .content .content-elements{margin-bottom:48px}}footer .info .content .nav-list{margin-bottom:24px}footer .info #footer-main-nav-list{display:flex;flex-direction:column;gap:24px 32px}@media(min-width:1400px){footer .info #footer-main-nav-list{flex-wrap:wrap;max-height:140px;padding-left:96px;width:600px}footer .info #footer-main-nav-list li{width:180px}}footer .info #footer-main-nav-list .sub ul{display:none}footer .info #meta-nav-list{display:flex;flex-wrap:wrap;gap:24px 32px}.accordion-wrap .accordion-item{scroll-margin-top:112px;border-top:1px solid var(--co-primary);padding:24px 0}@media screen and (min-width:1200px){.accordion-wrap .accordion-item{scroll-margin-top:132px}}.accordion-wrap .accordion-item:last-child{border-bottom:1px solid var(--co-primary)}.accordion-wrap .accordion-item .accordion-title{position:relative;cursor:pointer}.accordion-wrap .accordion-item .accordion-title .acc-title{display:flex;gap:24px;align-items:center;justify-content:space-between}.accordion-wrap .accordion-item .accordion-title .acc-title i{font-size:32px;color:var(--co-primary);transition:transform .3s}.accordion-wrap .accordion-item .accordion-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out;pointer-events:none;margin-top:0}.accordion-wrap .accordion-item .accordion-content .inner-body{overflow:hidden}.accordion-wrap .accordion-item.is-open .accordion-title i{transform:scaleY(-1)}.accordion-wrap .accordion-item.is-open .accordion-content{grid-template-rows:1fr;pointer-events:auto;padding-top:20px}.frame-type-mask_accordion{padding:0}.frame-type-mask_accordion .accordion-wrap .header{margin-bottom:32px}@media screen and (min-width:768px){.frame-type-mask_accordion .accordion-wrap .header{margin-bottom:40px}}@media screen and (min-width:1200px){.frame-type-mask_accordion .accordion-wrap .header{margin-bottom:48px}}.frame-type-mask_accordion .accordion-wrap .header .subheadline{color:var(--co-primary)}.frame-type-mask_accordion .accordion-wrap .bodytext{margin-bottom:32px}@media screen and (min-width:768px){.frame-type-mask_accordion .accordion-wrap .bodytext{margin-bottom:40px}}@media screen and (min-width:1200px){.frame-type-mask_accordion .accordion-wrap .bodytext{margin-bottom:48px}}.frame-type-mask_accordion .content-wrap{gap:40px 0}@media screen and (min-width:768px){.frame-type-mask_accordion .content-wrap{gap:80px 0}}@media screen and (min-width:1200px){.frame-type-mask_accordion .content-wrap{gap:120px 0}}@media screen and (min-width:1200px){.frame-type-mask_accordion .content-wrap:not(.no-image).image-position-left .accordion-wrap{padding-left:33px}}@media screen and (min-width:2000px){.frame-type-mask_accordion .content-wrap:not(.no-image).image-position-left .accordion-wrap{padding-left:95px}}@media(min-width:992px){.frame-type-mask_accordion .content-wrap:not(.no-image).image-position-right{flex-direction:row-reverse;justify-content:space-between}}@media screen and (min-width:1200px){.frame-type-mask_accordion .content-wrap:not(.no-image).image-position-right .accordion-wrap{padding-right:33px}}@media screen and (min-width:2000px){.frame-type-mask_accordion .content-wrap:not(.no-image).image-position-right .accordion-wrap{padding-right:95px}}.frame-type-mask_homepage_header{padding-top:0}@media screen and (min-width:768px){.frame-type-mask_homepage_header{padding-top:48px}}@media screen and (min-width:992px){.frame-type-mask_homepage_header{padding-top:96px}}@media(max-width:575.98px){.frame-type-mask_homepage_header .text-content{padding:0}}@media(min-width:768px)and (max-width:991.98px){.frame-type-mask_homepage_header .text-content{padding:0}}@media(max-width:767.98px){.frame-type-mask_homepage_header>.container{max-width:unset;padding:0}.frame-type-mask_homepage_header>.container .image-content{padding:0}}.frame-type-mask_homepage_header .scribble-wrap{position:relative}@media(min-width:2000px){.frame-type-mask_homepage_header .scribble-wrap::after{content:" ";position:absolute;bottom:-180px;right:76%;height:360px;width:1200px;background-image:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Images/Frontend/Backgrounds/background-scribble.svg');background-position:right;background-repeat:no-repeat;z-index:-1}}.frame-type-mask_homepage_header .content-wrap{display:flex;flex-direction:column}@media(min-width:992px){.frame-type-mask_homepage_header .content-wrap{flex-direction:row-reverse}}.frame-type-mask_homepage_header .text-content .text-wrap{margin-bottom:32px;margin-bottom:32px;max-width:580px}@media screen and (min-width:768px){.frame-type-mask_homepage_header .text-content .text-wrap{margin-bottom:48px}}@media screen and (min-width:2000px){.frame-type-mask_homepage_header .text-content .text-wrap{margin-bottom:64px}}.frame-type-mask_homepage_header .text-content .boxes{display:flex;gap:24px;justify-content:stretch}.frame-type-mask_homepage_header .text-content .boxes .image-wrap{display:none}@media screen and (min-width:2000px){.frame-type-mask_homepage_header .text-content .boxes .image-wrap{display:block}}.frame-type-mask_homepage_header .text-content .boxes .image-wrap picture{display:flex;height:100%}.frame-type-mask_homepage_header .text-content .boxes .image-wrap picture img{width:100%;height:100%;object-fit:cover}.frame-type-mask_homepage_header .text-content .boxes .box{flex-shrink:0;display:flex;flex-direction:column;align-items:start;justify-content:space-between;padding:32px}.frame-type-mask_homepage_header .text-content .boxes .box .headline{margin-bottom:24px}.frame-type-mask_homepage_header .text-content .boxes .box .headline .subline{color:var(--co-primary)}.frame-type-mask_homepage_header .image-content{margin-bottom:24px}.frame-type-mask_homepage_header .image-content .image-wrap{position:relative}.frame-type-mask_homepage_header .image-content .image-wrap .eyecatcher{display:none;position:absolute;bottom:-100px;right:-54px;transition:transform .2s;background-image:url('../../../_assets/6020ad64298e304d8b844c8dc69c472e/Images/Frontend/Backgrounds/eyecatcher-background.svg');background-size:contain;background-repeat:no-repeat}@media screen and (min-width:992px){.frame-type-mask_homepage_header .image-content .image-wrap .eyecatcher{display:flex}}.frame-type-mask_homepage_header .image-content .image-wrap .eyecatcher:hover{transform:scale(1.02)}.frame-type-mask_homepage_header .image-content .image-wrap .eyecatcher a{display:flex;flex-direction:column;align-items:center;justify-content:center;width:min-content;aspect-ratio:1;padding:24px 24px 48px;line-height:1;color:var(--co-white);text-decoration:none;text-align:center;hyphens:none;margin:0}@media(min-width:2000px){.frame-type-mask_homepage_header .image-content .image-wrap .eyecatcher a{padding:64px 64px 96px;font-size:25px}.frame-type-mask_homepage_header .image-content .image-wrap .eyecatcher a .large-text{font-size:40px}}.frame-type-mask_page_header{padding:0}.frame-type-mask_page_header .image picture{height:320px;overflow:hidden}@media screen and (min-width:1400px){.frame-type-mask_page_header .image picture{height:560px}}.frame-type-mask_page_header .image picture img{width:100%;height:100%;object-fit:cover}.frame-type-mask_page_header .text-wrap{margin-top:48px}@media screen and (min-width:992px){.frame-type-mask_page_header .text-wrap{margin-top:96px}}.frame-type-mask_page_header .text-wrap .stdheader{margin-bottom:0}.frame-type-mask_page_header .text-wrap .btn{margin-top:24px}@media screen and (min-width:768px){.frame-type-mask_page_header .text-wrap .btn{margin-top:48px}}.frame-type-mask_page_header .text-wrap .bodytext{margin-top:24px}@media screen and (min-width:768px){.frame-type-mask_page_header .text-wrap .bodytext{margin-top:48px}}@media screen and (min-width:1400px){.frame-type-mask_page_header .text-wrap .bodytext{margin-top:0}}.frame-type-mask_teaser{padding:0}@media(min-width:992px){.frame-type-mask_teaser .image-position-right{flex-direction:row-reverse;justify-content:space-between}}@media(min-width:1200px){.frame-type-mask_teaser .image-position-right .text-wrap{padding-left:calc(var(--bs-gutter-x)/2)}}.frame-type-mask_teaser .image-wrap{margin-bottom:24px}@media screen and (min-width:768px){.frame-type-mask_teaser .image-wrap{margin-bottom:48px}}@media screen and (min-width:1200px){.frame-type-mask_teaser .image-wrap{margin-bottom:0}}.frame-type-mask_teaser .text-wrap{align-self:center}@media screen and (min-width:1200px){.frame-type-mask_teaser .text-wrap{padding-left:33px}}@media screen and (min-width:2000px){.frame-type-mask_teaser .text-wrap{padding-left:95px}}.frame-type-mask_teaser .text-wrap .bodytext{max-width:800px}.frame-type-mask_teaser .text-wrap .btn{margin-top:32px}@media screen and (min-width:768px){.frame-type-mask_teaser .text-wrap .btn{margin-top:40px}}@media screen and (min-width:1200px){.frame-type-mask_teaser .text-wrap .btn{margin-top:48px}}.frame-type-mask_teaser_collection{padding:0}.frame-type-mask_teaser_collection .row{gap:24px 0;margin-left:-12px;margin-right:-12px}.frame-type-mask_teaser_collection .row>*{padding-left:12px;padding-right:12px}.frame-type-mask_teaser_collection .item{display:flex;flex-direction:column}.frame-type-mask_teaser_collection .item .text-wrap{height:100%;display:flex;flex-direction:column;align-items:start;justify-content:space-between;padding:24px;padding:24px;color:var(--co-white)}@media screen and (min-width:768px){.frame-type-mask_teaser_collection .item .text-wrap{padding:48px}}.frame-type-mask_teaser_collection .item .text-wrap .headline{margin-bottom:24px}.frame-type-mask_teaser_collection .item .text-wrap .btn{margin-top:24px}.frame-type-mask_teaser_collection .item .text-wrap .btn::before{z-index:2}.frame-type-mask_teaser_collection .item .text-wrap .btn span{z-index:3}.frame-type-mask_teaser_collection .item .text-wrap .btn::after{z-index:1}@media(min-width:992px)and (max-width:1399.98px){.frame-type-mask_teaser_collection .item.layout-row{flex-direction:row}.frame-type-mask_teaser_collection .item.layout-row .image-wrap,.frame-type-mask_teaser_collection .item.layout-row .text-wrap{width:50%}.frame-type-mask_teaser_collection .item.layout-row .image,.frame-type-mask_teaser_collection .item.layout-row picture{height:100%;aspect-ratio:auto}}.frame-type-mask_motive_slider{padding:0}.frame-type-mask_motive_slider .inner-wrapper{overflow:hidden}.frame-type-mask_motive_slider .text-wrap{margin-bottom:24px}@media screen and (min-width:576px){.frame-type-mask_motive_slider .text-wrap{margin-bottom:48px}}@media screen and (min-width:992px){.frame-type-mask_motive_slider .text-wrap{margin-bottom:96px}}.frame-type-mask_motive_slider .text-wrap .btn{margin-bottom:24px}@media screen and (min-width:992px){.frame-type-mask_motive_slider .text-wrap .btn{margin-bottom:0}}.frame-type-mask_motive_slider .motive-slider picture{overflow:hidden}.frame-type-mask_motive_slider .motive-slider picture img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.frame-type-mask_motive_slider .motive-slider picture img:hover{transform:scale(1.02)}.frame-type-mask_info_boxes{padding:0}.frame-type-mask_info_boxes.design-swirl-diagonal::after{top:400px}@media screen and (min-width:2000px){.frame-type-mask_info_boxes.design-swirl-diagonal::after{top:200px}}@media(min-width:992px){.frame-type-mask_info_boxes .text-wrap .header:not(.no-bodytext){margin-bottom:0}}.frame-type-mask_info_boxes .text-wrap:not(.no-bodytext){margin-bottom:24px}@media screen and (min-width:768px){.frame-type-mask_info_boxes .text-wrap:not(.no-bodytext){margin-bottom:48px}}@media screen and (min-width:1200px){.frame-type-mask_info_boxes .text-wrap:not(.no-bodytext){margin-bottom:64px}}.frame-type-mask_info_boxes .box-wrap{gap:24px 0;margin-left:-12px;margin-right:-12px}.frame-type-mask_info_boxes .box-wrap>*{padding:0 12px}.frame-type-mask_info_boxes .box{padding:24px 32px;color:var(--co-white)}.frame-type-mask_info_boxes .box .title{display:flex;gap:16px 24px;align-items:center}@media(min-width:768px){.frame-type-mask_info_boxes .box .title{flex-direction:column;align-items:start}}.frame-type-mask_info_boxes .box .title .icon{font-size:64px;padding:10px 0}.frame-type-mask_info_boxes .box.background-white{color:var(--co-primary)}.frame-type-mask_info_boxes .box.content-visible{height:100%}.frame-type-mask_info_boxes .box.content-visible .bodytext{margin-top:24px}@media screen and (min-width:768px){.frame-type-mask_info_boxes .box.content-visible .bodytext{margin-top:16px}}.frame-type-mask_info_boxes .box.content-hidden .bodytext{margin-top:0;max-height:0;overflow:hidden;transition:margin-top .2s,max-height .2s}.frame-type-mask_info_boxes .box.content-hidden:hover:not(.no-hover) .bodytext,.frame-type-mask_info_boxes .box.content-hidden:focus-visible:not(.no-hover) .bodytext{margin-top:24px;max-height:200px}.frame-type-mask_map{position:relative;padding:120px 0;padding:40px 0;background:var(--co-white)}@media screen and (min-width:576px){.frame-type-mask_map{padding:50px 0}}@media screen and (min-width:992px){.frame-type-mask_map{padding:100px 0}}.frame-type-mask_map .text-wrap{padding-right:40px}.frame-type-mask_map .text-wrap .bodytext{max-width:600px}.frame-type-mask_map .text-wrap .stdheader,.frame-type-mask_map .text-wrap .bodytext{margin-bottom:24px;padding-right:24px}@media screen and (min-width:768px){.frame-type-mask_map .text-wrap .stdheader,.frame-type-mask_map .text-wrap .bodytext{margin-bottom:48px}}.frame-type-mask_map .text-wrap .area-info{display:none;flex-direction:column;gap:12px}@media(min-width:1200px){.frame-type-mask_map .text-wrap .area-info.active{display:flex}}.frame-type-mask_map .text-wrap .area-info.area-info-default{max-width:440px}.frame-type-mask_map .text-wrap .info-wrap{gap:32px;width:100%;max-width:720px;padding:16px;border:1px solid var(--co-primary)}.frame-type-mask_map .text-wrap .info-wrap .icon{position:relative;width:48px;height:48px;overflow:hidden;background:var(--co-primary);color:var(--co-white);transition:background-color .6s}.frame-type-mask_map .text-wrap .info-wrap .icon .inner-wrap{position:absolute;gap:48px;top:0;left:-96px;transition:left 0s}.frame-type-mask_map .text-wrap .info-wrap .icon .inner-wrap i{width:48px;height:48px}.frame-type-mask_map .text-wrap .info-wrap .icon.active{background-color:var(--co-secondary);transition:background-color .4s}.frame-type-mask_map .text-wrap .info-wrap .icon.active .inner-wrap{left:0;transition:left .4s ease-in-out}.frame-type-mask_map .text-wrap .info-wrap .info{display:flex;flex-direction:column;gap:12px 32px}@media screen and (min-width:2000px){.frame-type-mask_map .text-wrap .info-wrap .info{flex-direction:row}}.frame-type-mask_map .text-wrap .info-wrap .info .contact-name{color:var(--co-primary)}.frame-type-mask_map .text-wrap .info-wrap .info .contact-links{display:flex;flex-direction:column;justify-content:end;gap:4px}.frame-type-mask_map .text-wrap .info-wrap .info .contact-link{display:flex;align-items:center;gap:10px}.frame-type-mask_map .text-wrap .info-wrap .info .contact-link a{color:var(--co-primary);text-decoration:none}.frame-type-mask_map .text-wrap .info-wrap .info .contact-link a:hover{text-decoration:underline}.frame-type-mask_map .text-wrap .info-wrap .info .contact-link i{color:var(--co-secondary)}@media(min-width:1200px){.frame-type-mask_map .accordion-wrap{display:none}}.frame-type-mask_map .accordion-wrap .title{color:var(--co-primary)}.frame-type-mask_map .accordion-wrap .item:not(:last-child){margin-bottom:24px}.frame-type-mask_map .accordion-wrap .item>*:not(:last-child){margin-bottom:8px}.frame-type-mask_map .accordion-wrap .item .headline{color:var(--co-primary)}.frame-type-mask_map .accordion-wrap .item .contact-link{display:flex;gap:10px}.frame-type-mask_map .accordion-wrap .item .contact-link a{color:var(--co-font);text-decoration:none}.frame-type-mask_map .accordion-wrap .item .contact-link a:hover{text-decoration:underline}.frame-type-mask_map .accordion-wrap .item .contact-link i{font-size:20px;color:var(--co-secondary)}.frame-type-mask_map .map-placeholder{display:none}@media(min-width:1200px){.frame-type-mask_map .map-placeholder{display:flex;height:820px;height:840px}}@media screen and (min-width:1200px)and (min-width:1400px){.frame-type-mask_map .map-placeholder{height:820px}}@media screen and (min-width:1200px)and (min-width:2000px){.frame-type-mask_map .map-placeholder{height:620px}}.frame-type-mask_map .map-wrap{display:none;background:var(--co-off-white)}@media(min-width:1200px){.frame-type-mask_map .map-wrap{position:absolute;right:0;top:0;display:flex;align-items:end;height:100%;width:50vw;aspect-ratio:3/4;overflow:hidden}.frame-type-mask_map .map-wrap .inner-wrap{position:relative;height:100%;width:100%}.frame-type-mask_map .map-wrap svg,.frame-type-mask_map .map-wrap img{position:absolute;bottom:0;left:52%;transform:translate(-50%,0);height:85%;padding-top:80px}.frame-type-mask_map .map-wrap svg path,.frame-type-mask_map .map-wrap img path{stroke:var(--co-primary-light);stroke-width:1px;transition:fill .2s}.frame-type-mask_map .map-wrap svg .title path,.frame-type-mask_map .map-wrap img .title path{stroke-width:0}.frame-type-mask_map .map-wrap svg .area:hover,.frame-type-mask_map .map-wrap img .area:hover{cursor:pointer}.frame-type-mask_map .map-wrap svg .area.active,.frame-type-mask_map .map-wrap img .area.active{fill:var(--co-secondary)}.frame-type-mask_map .map-wrap svg .area:focus,.frame-type-mask_map .map-wrap svg .area:focus-visible,.frame-type-mask_map .map-wrap img .area:focus,.frame-type-mask_map .map-wrap img .area:focus-visible{outline:none}.frame-type-mask_map .map-wrap svg *:not(.area),.frame-type-mask_map .map-wrap img *:not(.area){pointer-events:none}.frame-type-mask_map .map-wrap svg.map-single,.frame-type-mask_map .map-wrap img.map-single{pointer-events:none;opacity:0;transition:opacity .2s}.frame-type-mask_map .map-wrap svg.map-single .map path,.frame-type-mask_map .map-wrap img.map-single .map path{fill:none;stroke:var(--co-white)}.frame-type-mask_map .map-wrap svg.map-single.visible,.frame-type-mask_map .map-wrap img.map-single.visible{opacity:1}.frame-type-mask_map .map-wrap svg.map-single .title,.frame-type-mask_map .map-wrap img.map-single .title{display:none}}@media(min-width:1400px){.frame-type-mask_map .map-wrap svg,.frame-type-mask_map .map-wrap img{left:52%;height:95%}}@media(min-width:2000px){.frame-type-mask_map .map-wrap svg,.frame-type-mask_map .map-wrap img{bottom:unset;top:0;left:50%;height:120%;padding-top:0}}.frame-type-mask_contact_info{padding:0}.frame-type-mask_contact_info .stdheader,.frame-type-mask_contact_info .bodytext{margin-bottom:24px}@media screen and (min-width:768px){.frame-type-mask_contact_info .stdheader,.frame-type-mask_contact_info .bodytext{margin-bottom:48px}}@media(min-width:992px){.frame-type-mask_contact_info .accordion-wrap{display:none}}.frame-type-mask_contact_info .accordion-wrap .item>*:not(:last-child){margin-bottom:8px}.frame-type-mask_contact_info .accordion-wrap .item .contact-link{display:flex;gap:10px}.frame-type-mask_contact_info .accordion-wrap .item .contact-link a{color:var(--co-font);text-decoration:none}.frame-type-mask_contact_info .accordion-wrap .item .contact-link a:hover{text-decoration:underline}.frame-type-mask_contact_info .accordion-wrap .item .contact-link i{font-size:20px;color:var(--co-secondary)}.frame-type-mask_contact_info .tiles-wrap{display:none}@media(min-width:992px){.frame-type-mask_contact_info .tiles-wrap{display:flex}}.frame-type-mask_contact_info .tiles-wrap .row{gap:24px 0;margin-left:-12px;margin-right:-12px}.frame-type-mask_contact_info .tiles-wrap .row>*{padding-left:12px;padding-right:12px}@media(min-width:2000px){.frame-type-mask_contact_info .tiles-wrap .row>*{width:20%}}.frame-type-mask_contact_info .tiles-wrap .tile{display:flex;flex-direction:column}.frame-type-mask_contact_info .tiles-wrap .tile .text-wrap{height:100%;display:flex;flex-direction:column;gap:64px;justify-content:space-between;padding:32px;color:var(--co-white)}.frame-type-mask_contact_info .tiles-wrap .tile .text-wrap .info{display:flex;flex-direction:column;gap:16px}.frame-type-mask_contact_info .tiles-wrap .tile .text-wrap .contact-link{display:flex;gap:8px;align-items:center}.frame-type-mask_contact_info .tiles-wrap .tile .text-wrap .contact-link i{font-size:26px}.frame-type-mask_contact_info .tiles-wrap .tile .text-wrap a{color:inherit;text-decoration:none}.frame-type-mask_contact_info .tiles-wrap .tile .text-wrap a:hover{text-decoration:underline}.frame-type-mask_list{padding:0}.frame-type-mask_list .content-wrap{gap:40px 0}@media screen and (min-width:768px){.frame-type-mask_list .content-wrap{gap:80px 0}}@media screen and (min-width:1200px){.frame-type-mask_list .content-wrap{gap:120px 0}}.frame-type-mask_list .list-wrap,.frame-type-mask_list .text-wrap{margin-bottom:32px}@media screen and (min-width:768px){.frame-type-mask_list .list-wrap,.frame-type-mask_list .text-wrap{margin-bottom:48px}}.frame-type-mask_list .list-wrap{display:flex;flex-direction:column}@media screen and (min-width:992px){.frame-type-mask_list .list-wrap{flex-direction:row}}.frame-type-mask_list .list-wrap ul{color:var(--co-primary);margin-bottom:0;max-width:500px}.frame-type-mask_list .list-wrap ul:first-child{margin-bottom:16px}@media screen and (min-width:992px){.frame-type-mask_list .list-wrap ul:first-child{margin-bottom:0}}.frame-type-mask_list .list-wrap ul li{hyphens:none}.frame-type-mask_list .list-wrap ul li::before{background:var(--co-primary)}@media(min-width:1400px){.frame-type-mask_list .text-wrap{padding-right:24px}}.frame-type-mask_job_portal{padding:48px 0;background:var(--co-white)}@media screen and (min-width:768px){.frame-type-mask_job_portal{padding:96px 0}}.frame-type-mask_job_portal .container{padding:0}.frame-type-mask_job_portal .text-wrap{margin-bottom:48px;padding-left:calc(var(--bs-gutter-x)/2);padding-right:calc(var(--bs-gutter-x)/2)}.frame-type-mask_job_portal #jobs-iframe-notice{padding-left:calc(var(--bs-gutter-x)/2);padding-right:calc(var(--bs-gutter-x)/2)}
