:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance, 150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, .2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, .1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translate(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translate(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translate(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translate(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: .65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media (hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, .98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, .1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__container::backdrop{background-color:#0000}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translateZ(0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:#0000;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translateZ(0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;-webkit-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:#18181b80}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, .6);--f-button-active-bg: rgba(0, 0, 0, .6);--f-button-hover-bg: rgba(0, 0, 0, .6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, .3);--f-button-active-bg: rgba(24, 24, 27, .5);--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .5));--f-button-svg-disabled-opacity: .65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;-webkit-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, .25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, .35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, .15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, .35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:#18181be6;color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:#0000}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translateZ(0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:#0000;outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * .5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, .94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, .65);--f-button-hover-bg: rgba(70, 70, 73, .65);--f-button-active-bg: rgba(90, 90, 93, .65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;user-select:none;pointer-events:none}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(/_assets/dly_site_package/static/fonts/roboto/Roboto-Regular.ttf);src:local(""),url(/_assets/dly_site_package/static/fonts/roboto/Roboto-Regular.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(/_assets/dly_site_package/static/fonts/roboto/Roboto-Medium.ttf);src:local(""),url(/_assets/dly_site_package/static/fonts/roboto/Roboto-Medium.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:600;font-display:swap;src:url(/_assets/dly_site_package/static/fonts/roboto/Roboto-Bold.ttf);src:local(""),url(/_assets/dly_site_package/static/fonts/roboto/Roboto-Bold.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:url(/_assets/dly_site_package/static/fonts/roboto/Roboto-Bold.ttf);src:local(""),url(/_assets/dly_site_package/static/fonts/roboto/Roboto-Bold.ttf) format("truetype")}@font-face{font-family:Europa;font-style:normal;font-weight:400;font-display:swap;src:url(/_assets/dly_site_package/static/fonts/europa-condensed/EuropaGroSBOP-MedCon.otf);src:local(""),url(/_assets/dly_site_package/static/fonts/europa-condensed/EuropaGroSBOP-MedCon.otf) format("opentype")}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #004A89;--bs-primary-l: #AAB9C5;--bs-secondary: #BC0F28;--bs-white: #fff;--bs-black: #1B2228;--bs-gray-l: #E3EBF2;--bs-gray: rgba(27, 34, 40, .2980392157);--bs-white-t: rgba(255, 255, 255, .2);--bs-primary-rgb: 0, 74, 137;--bs-primary-l-rgb: 170, 185, 197;--bs-secondary-rgb: 188, 15, 40;--bs-gray-l-rgb: 227, 235, 242;--bs-gray-rgb: 27, 34, 40;--bs-white-t-rgb: 255, 255, 255;--bs-primary-text-emphasis: rgb(0, 29.6, 54.8);--bs-secondary-text-emphasis: rgb(75.2, 6, 16);--bs-success-text-emphasis: rgb(10, 54, 33.6);--bs-info-text-emphasis: rgb(5.2, 80.8, 96);--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);--bs-danger-text-emphasis: rgb(88, 21.2, 27.6);--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: rgb(204, 218.8, 231.4);--bs-secondary-bg-subtle: rgb(241.6, 207, 212);--bs-success-bg-subtle: rgb(209, 231, 220.8);--bs-info-bg-subtle: rgb(206.6, 244.4, 252);--bs-warning-bg-subtle: rgb(255, 242.6, 205.4);--bs-danger-bg-subtle: rgb(248, 214.6, 217.8);--bs-light-bg-subtle: rgb(251.5, 252, 252.5);--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: rgb(153, 182.6, 207.8);--bs-secondary-border-subtle: rgb(228.2, 159, 169);--bs-success-border-subtle: rgb(163, 207, 186.6);--bs-info-border-subtle: rgb(158.2, 233.8, 249);--bs-warning-border-subtle: rgb(255, 230.2, 155.8);--bs-danger-border-subtle: rgb(241, 174.2, 180.6);--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 27, 34, 40;--bs-font-sans-serif: "Roboto", sans-serif;--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: "Roboto", sans-serif;--bs-body-font-size: calc(1.325rem + .9vw) ;--bs-body-font-weight: 400;--bs-body-line-height: 1.875;--bs-body-color: #1B2228;--bs-body-color-rgb: 27, 34, 40;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #1B2228;--bs-emphasis-color-rgb: 27, 34, 40;--bs-secondary-color: rgba(27, 34, 40, .75);--bs-secondary-color-rgb: 27, 34, 40;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(27, 34, 40, .5);--bs-tertiary-color-rgb: 27, 34, 40;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #004A89;--bs-link-color-rgb: 0, 74, 137;--bs-link-decoration: underline;--bs-link-hover-color: rgb(0, 59.2, 109.6);--bs-link-hover-color-rgb: 0, 59, 110;--bs-code-color: #d63384;--bs-highlight-color: #1B2228;--bs-highlight-bg: rgb(255, 242.6, 205.4);--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(27, 34, 40, .175);--bs-border-radius: .375rem;--bs-border-radius-sm: .25rem;--bs-border-radius-lg: .5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(27, 34, 40, .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(27, 34, 40, .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(27, 34, 40, .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(27, 34, 40, .075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: .25;--bs-focus-ring-color: rgba(0, 74, 137, .25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}@media (min-width: 1200px){:root,[data-bs-theme=light]{--bs-body-font-size: 2rem}}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, .75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, .5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: rgb(42.5, 47.5, 52.5);--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: rgb(102, 146.4, 184.2);--bs-secondary-text-emphasis: rgb(214.8, 111, 126);--bs-success-text-emphasis: rgb(117, 183, 152.4);--bs-info-text-emphasis: rgb(109.8, 223.2, 246);--bs-warning-text-emphasis: rgb(255, 217.8, 106.2);--bs-danger-text-emphasis: rgb(234, 133.8, 143.4);--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: rgb(0, 14.8, 27.4);--bs-secondary-bg-subtle: rgb(37.6, 3, 8);--bs-success-bg-subtle: rgb(5, 27, 16.8);--bs-info-bg-subtle: rgb(2.6, 40.4, 48);--bs-warning-bg-subtle: rgb(51, 38.6, 1.4);--bs-danger-bg-subtle: rgb(44, 10.6, 13.8);--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: rgb(39.5, 46, 52);--bs-primary-border-subtle: rgb(0, 44.4, 82.2);--bs-secondary-border-subtle: rgb(112.8, 9, 24);--bs-success-border-subtle: rgb(15, 81, 50.4);--bs-info-border-subtle: rgb(7.8, 121.2, 144);--bs-warning-border-subtle: rgb(153, 115.8, 4.2);--bs-danger-border-subtle: rgb(132, 31.8, 41.4);--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: rgb(102, 146.4, 184.2);--bs-link-hover-color: rgb(132.6, 168.12, 198.36);--bs-link-color-rgb: 102, 146, 184;--bs-link-hover-color-rgb: 133, 168, 198;--bs-code-color: rgb(230.4, 132.6, 181.2);--bs-highlight-color: #dee2e6;--bs-highlight-bg: rgb(102, 77.2, 2.8);--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, .15);--bs-form-valid-color: rgb(117, 183, 152.4);--bs-form-valid-border-color: rgb(117, 183, 152.4);--bs-form-invalid-color: rgb(234, 133.8, 143.4);--bs-form-invalid-border-color: rgb(234, 133.8, 143.4)}.container,.container-fluid,.container-xxxl,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container-xs{--bs-gutter-x: 16px;--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}.container{max-width:95%}@media (min-width: 576px){.container-sm,.container{max-width:540px}}@media (min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width: 1440px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1400px}}@media (min-width: 1800px){.container-xxxl,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1640px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1440px;--bs-breakpoint-xxxl: 1800px}.row{--bs-gutter-x: 16px;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;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.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .5rem}.g-1,.gy-1{--bs-gutter-y: .5rem}.g-2,.gx-2{--bs-gutter-x: 1rem}.g-2,.gy-2{--bs-gutter-y: 1rem}.g-3,.gx-3{--bs-gutter-x: 1.5rem}.g-3,.gy-3{--bs-gutter-y: 1.5rem}.g-4,.gx-4{--bs-gutter-x: 2rem}.g-4,.gy-4{--bs-gutter-y: 2rem}.g-5,.gx-5{--bs-gutter-x: 2.5rem}.g-5,.gy-5{--bs-gutter-y: 2.5rem}.g-6,.gx-6{--bs-gutter-x: 3rem}.g-6,.gy-6{--bs-gutter-y: 3rem}.g-7,.gx-7{--bs-gutter-x: 3.5rem}.g-7,.gy-7{--bs-gutter-y: 3.5rem}.g-8,.gx-8{--bs-gutter-x: 4rem}.g-8,.gy-8{--bs-gutter-y: 4rem}.g-9,.gx-9{--bs-gutter-x: 4.5rem}.g-9,.gy-9{--bs-gutter-y: 4.5rem}.g-10,.gx-10{--bs-gutter-x: 5rem}.g-10,.gy-10{--bs-gutter-y: 5rem}.g-11,.gx-11{--bs-gutter-x: 5.5rem}.g-11,.gy-11{--bs-gutter-y: 5.5rem}.g-12,.gx-12{--bs-gutter-x: 6rem}.g-12,.gy-12{--bs-gutter-y: 6rem}.g-13,.gx-13{--bs-gutter-x: 6.5rem}.g-13,.gy-13{--bs-gutter-y: 6.5rem}.g-14,.gx-14{--bs-gutter-x: 7rem}.g-14,.gy-14{--bs-gutter-y: 7rem}.g-15,.gx-15{--bs-gutter-x: 7.5rem}.g-15,.gy-15{--bs-gutter-y: 7.5rem}.g-16,.gx-16{--bs-gutter-x: 8rem}.g-16,.gy-16{--bs-gutter-y: 8rem}.g-17,.gx-17{--bs-gutter-x: 8.5rem}.g-17,.gy-17{--bs-gutter-y: 8.5rem}.g-18,.gx-18{--bs-gutter-x: 9rem}.g-18,.gy-18{--bs-gutter-y: 9rem}.g-19,.gx-19{--bs-gutter-x: 9.5rem}.g-19,.gy-19{--bs-gutter-y: 9.5rem}.g-20,.gx-20{--bs-gutter-x: 10rem}.g-20,.gy-20{--bs-gutter-y: 10rem}.g-21,.gx-21{--bs-gutter-x: 11rem}.g-21,.gy-21{--bs-gutter-y: 11rem}.g-22,.gx-22{--bs-gutter-x: 12rem}.g-22,.gy-22{--bs-gutter-y: 12rem}.g-23,.gx-23{--bs-gutter-x: 13rem}.g-23,.gy-23{--bs-gutter-y: 13rem}.g-24,.gx-24{--bs-gutter-x: 14rem}.g-24,.gy-24{--bs-gutter-y: 14rem}.g-25,.gx-25{--bs-gutter-x: 15rem}.g-25,.gy-25{--bs-gutter-y: 15rem}.g-26,.gx-26{--bs-gutter-x: 16rem}.g-26,.gy-26{--bs-gutter-y: 16rem}.g-27,.gx-27{--bs-gutter-x: 17rem}.g-27,.gy-27{--bs-gutter-y: 17rem}.g-28,.gx-28{--bs-gutter-x: 18rem}.g-28,.gy-28{--bs-gutter-y: 18rem}.g-29,.gx-29{--bs-gutter-x: 19rem}.g-29,.gy-29{--bs-gutter-y: 19rem}.g-30,.gx-30{--bs-gutter-x: 20rem}.g-30,.gy-30{--bs-gutter-y: 20rem}@media (min-width: 576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .5rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .5rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 1rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 1rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1.5rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1.5rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 2rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 2rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 2.5rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 2.5rem}.g-sm-6,.gx-sm-6{--bs-gutter-x: 3rem}.g-sm-6,.gy-sm-6{--bs-gutter-y: 3rem}.g-sm-7,.gx-sm-7{--bs-gutter-x: 3.5rem}.g-sm-7,.gy-sm-7{--bs-gutter-y: 3.5rem}.g-sm-8,.gx-sm-8{--bs-gutter-x: 4rem}.g-sm-8,.gy-sm-8{--bs-gutter-y: 4rem}.g-sm-9,.gx-sm-9{--bs-gutter-x: 4.5rem}.g-sm-9,.gy-sm-9{--bs-gutter-y: 4.5rem}.g-sm-10,.gx-sm-10{--bs-gutter-x: 5rem}.g-sm-10,.gy-sm-10{--bs-gutter-y: 5rem}.g-sm-11,.gx-sm-11{--bs-gutter-x: 5.5rem}.g-sm-11,.gy-sm-11{--bs-gutter-y: 5.5rem}.g-sm-12,.gx-sm-12{--bs-gutter-x: 6rem}.g-sm-12,.gy-sm-12{--bs-gutter-y: 6rem}.g-sm-13,.gx-sm-13{--bs-gutter-x: 6.5rem}.g-sm-13,.gy-sm-13{--bs-gutter-y: 6.5rem}.g-sm-14,.gx-sm-14{--bs-gutter-x: 7rem}.g-sm-14,.gy-sm-14{--bs-gutter-y: 7rem}.g-sm-15,.gx-sm-15{--bs-gutter-x: 7.5rem}.g-sm-15,.gy-sm-15{--bs-gutter-y: 7.5rem}.g-sm-16,.gx-sm-16{--bs-gutter-x: 8rem}.g-sm-16,.gy-sm-16{--bs-gutter-y: 8rem}.g-sm-17,.gx-sm-17{--bs-gutter-x: 8.5rem}.g-sm-17,.gy-sm-17{--bs-gutter-y: 8.5rem}.g-sm-18,.gx-sm-18{--bs-gutter-x: 9rem}.g-sm-18,.gy-sm-18{--bs-gutter-y: 9rem}.g-sm-19,.gx-sm-19{--bs-gutter-x: 9.5rem}.g-sm-19,.gy-sm-19{--bs-gutter-y: 9.5rem}.g-sm-20,.gx-sm-20{--bs-gutter-x: 10rem}.g-sm-20,.gy-sm-20{--bs-gutter-y: 10rem}.g-sm-21,.gx-sm-21{--bs-gutter-x: 11rem}.g-sm-21,.gy-sm-21{--bs-gutter-y: 11rem}.g-sm-22,.gx-sm-22{--bs-gutter-x: 12rem}.g-sm-22,.gy-sm-22{--bs-gutter-y: 12rem}.g-sm-23,.gx-sm-23{--bs-gutter-x: 13rem}.g-sm-23,.gy-sm-23{--bs-gutter-y: 13rem}.g-sm-24,.gx-sm-24{--bs-gutter-x: 14rem}.g-sm-24,.gy-sm-24{--bs-gutter-y: 14rem}.g-sm-25,.gx-sm-25{--bs-gutter-x: 15rem}.g-sm-25,.gy-sm-25{--bs-gutter-y: 15rem}.g-sm-26,.gx-sm-26{--bs-gutter-x: 16rem}.g-sm-26,.gy-sm-26{--bs-gutter-y: 16rem}.g-sm-27,.gx-sm-27{--bs-gutter-x: 17rem}.g-sm-27,.gy-sm-27{--bs-gutter-y: 17rem}.g-sm-28,.gx-sm-28{--bs-gutter-x: 18rem}.g-sm-28,.gy-sm-28{--bs-gutter-y: 18rem}.g-sm-29,.gx-sm-29{--bs-gutter-x: 19rem}.g-sm-29,.gy-sm-29{--bs-gutter-y: 19rem}.g-sm-30,.gx-sm-30{--bs-gutter-x: 20rem}.g-sm-30,.gy-sm-30{--bs-gutter-y: 20rem}}@media (min-width: 768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .5rem}.g-md-1,.gy-md-1{--bs-gutter-y: .5rem}.g-md-2,.gx-md-2{--bs-gutter-x: 1rem}.g-md-2,.gy-md-2{--bs-gutter-y: 1rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1.5rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1.5rem}.g-md-4,.gx-md-4{--bs-gutter-x: 2rem}.g-md-4,.gy-md-4{--bs-gutter-y: 2rem}.g-md-5,.gx-md-5{--bs-gutter-x: 2.5rem}.g-md-5,.gy-md-5{--bs-gutter-y: 2.5rem}.g-md-6,.gx-md-6{--bs-gutter-x: 3rem}.g-md-6,.gy-md-6{--bs-gutter-y: 3rem}.g-md-7,.gx-md-7{--bs-gutter-x: 3.5rem}.g-md-7,.gy-md-7{--bs-gutter-y: 3.5rem}.g-md-8,.gx-md-8{--bs-gutter-x: 4rem}.g-md-8,.gy-md-8{--bs-gutter-y: 4rem}.g-md-9,.gx-md-9{--bs-gutter-x: 4.5rem}.g-md-9,.gy-md-9{--bs-gutter-y: 4.5rem}.g-md-10,.gx-md-10{--bs-gutter-x: 5rem}.g-md-10,.gy-md-10{--bs-gutter-y: 5rem}.g-md-11,.gx-md-11{--bs-gutter-x: 5.5rem}.g-md-11,.gy-md-11{--bs-gutter-y: 5.5rem}.g-md-12,.gx-md-12{--bs-gutter-x: 6rem}.g-md-12,.gy-md-12{--bs-gutter-y: 6rem}.g-md-13,.gx-md-13{--bs-gutter-x: 6.5rem}.g-md-13,.gy-md-13{--bs-gutter-y: 6.5rem}.g-md-14,.gx-md-14{--bs-gutter-x: 7rem}.g-md-14,.gy-md-14{--bs-gutter-y: 7rem}.g-md-15,.gx-md-15{--bs-gutter-x: 7.5rem}.g-md-15,.gy-md-15{--bs-gutter-y: 7.5rem}.g-md-16,.gx-md-16{--bs-gutter-x: 8rem}.g-md-16,.gy-md-16{--bs-gutter-y: 8rem}.g-md-17,.gx-md-17{--bs-gutter-x: 8.5rem}.g-md-17,.gy-md-17{--bs-gutter-y: 8.5rem}.g-md-18,.gx-md-18{--bs-gutter-x: 9rem}.g-md-18,.gy-md-18{--bs-gutter-y: 9rem}.g-md-19,.gx-md-19{--bs-gutter-x: 9.5rem}.g-md-19,.gy-md-19{--bs-gutter-y: 9.5rem}.g-md-20,.gx-md-20{--bs-gutter-x: 10rem}.g-md-20,.gy-md-20{--bs-gutter-y: 10rem}.g-md-21,.gx-md-21{--bs-gutter-x: 11rem}.g-md-21,.gy-md-21{--bs-gutter-y: 11rem}.g-md-22,.gx-md-22{--bs-gutter-x: 12rem}.g-md-22,.gy-md-22{--bs-gutter-y: 12rem}.g-md-23,.gx-md-23{--bs-gutter-x: 13rem}.g-md-23,.gy-md-23{--bs-gutter-y: 13rem}.g-md-24,.gx-md-24{--bs-gutter-x: 14rem}.g-md-24,.gy-md-24{--bs-gutter-y: 14rem}.g-md-25,.gx-md-25{--bs-gutter-x: 15rem}.g-md-25,.gy-md-25{--bs-gutter-y: 15rem}.g-md-26,.gx-md-26{--bs-gutter-x: 16rem}.g-md-26,.gy-md-26{--bs-gutter-y: 16rem}.g-md-27,.gx-md-27{--bs-gutter-x: 17rem}.g-md-27,.gy-md-27{--bs-gutter-y: 17rem}.g-md-28,.gx-md-28{--bs-gutter-x: 18rem}.g-md-28,.gy-md-28{--bs-gutter-y: 18rem}.g-md-29,.gx-md-29{--bs-gutter-x: 19rem}.g-md-29,.gy-md-29{--bs-gutter-y: 19rem}.g-md-30,.gx-md-30{--bs-gutter-x: 20rem}.g-md-30,.gy-md-30{--bs-gutter-y: 20rem}}@media (min-width: 992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .5rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .5rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 1rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 1rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1.5rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1.5rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 2rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 2rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 2.5rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 2.5rem}.g-lg-6,.gx-lg-6{--bs-gutter-x: 3rem}.g-lg-6,.gy-lg-6{--bs-gutter-y: 3rem}.g-lg-7,.gx-lg-7{--bs-gutter-x: 3.5rem}.g-lg-7,.gy-lg-7{--bs-gutter-y: 3.5rem}.g-lg-8,.gx-lg-8{--bs-gutter-x: 4rem}.g-lg-8,.gy-lg-8{--bs-gutter-y: 4rem}.g-lg-9,.gx-lg-9{--bs-gutter-x: 4.5rem}.g-lg-9,.gy-lg-9{--bs-gutter-y: 4.5rem}.g-lg-10,.gx-lg-10{--bs-gutter-x: 5rem}.g-lg-10,.gy-lg-10{--bs-gutter-y: 5rem}.g-lg-11,.gx-lg-11{--bs-gutter-x: 5.5rem}.g-lg-11,.gy-lg-11{--bs-gutter-y: 5.5rem}.g-lg-12,.gx-lg-12{--bs-gutter-x: 6rem}.g-lg-12,.gy-lg-12{--bs-gutter-y: 6rem}.g-lg-13,.gx-lg-13{--bs-gutter-x: 6.5rem}.g-lg-13,.gy-lg-13{--bs-gutter-y: 6.5rem}.g-lg-14,.gx-lg-14{--bs-gutter-x: 7rem}.g-lg-14,.gy-lg-14{--bs-gutter-y: 7rem}.g-lg-15,.gx-lg-15{--bs-gutter-x: 7.5rem}.g-lg-15,.gy-lg-15{--bs-gutter-y: 7.5rem}.g-lg-16,.gx-lg-16{--bs-gutter-x: 8rem}.g-lg-16,.gy-lg-16{--bs-gutter-y: 8rem}.g-lg-17,.gx-lg-17{--bs-gutter-x: 8.5rem}.g-lg-17,.gy-lg-17{--bs-gutter-y: 8.5rem}.g-lg-18,.gx-lg-18{--bs-gutter-x: 9rem}.g-lg-18,.gy-lg-18{--bs-gutter-y: 9rem}.g-lg-19,.gx-lg-19{--bs-gutter-x: 9.5rem}.g-lg-19,.gy-lg-19{--bs-gutter-y: 9.5rem}.g-lg-20,.gx-lg-20{--bs-gutter-x: 10rem}.g-lg-20,.gy-lg-20{--bs-gutter-y: 10rem}.g-lg-21,.gx-lg-21{--bs-gutter-x: 11rem}.g-lg-21,.gy-lg-21{--bs-gutter-y: 11rem}.g-lg-22,.gx-lg-22{--bs-gutter-x: 12rem}.g-lg-22,.gy-lg-22{--bs-gutter-y: 12rem}.g-lg-23,.gx-lg-23{--bs-gutter-x: 13rem}.g-lg-23,.gy-lg-23{--bs-gutter-y: 13rem}.g-lg-24,.gx-lg-24{--bs-gutter-x: 14rem}.g-lg-24,.gy-lg-24{--bs-gutter-y: 14rem}.g-lg-25,.gx-lg-25{--bs-gutter-x: 15rem}.g-lg-25,.gy-lg-25{--bs-gutter-y: 15rem}.g-lg-26,.gx-lg-26{--bs-gutter-x: 16rem}.g-lg-26,.gy-lg-26{--bs-gutter-y: 16rem}.g-lg-27,.gx-lg-27{--bs-gutter-x: 17rem}.g-lg-27,.gy-lg-27{--bs-gutter-y: 17rem}.g-lg-28,.gx-lg-28{--bs-gutter-x: 18rem}.g-lg-28,.gy-lg-28{--bs-gutter-y: 18rem}.g-lg-29,.gx-lg-29{--bs-gutter-x: 19rem}.g-lg-29,.gy-lg-29{--bs-gutter-y: 19rem}.g-lg-30,.gx-lg-30{--bs-gutter-x: 20rem}.g-lg-30,.gy-lg-30{--bs-gutter-y: 20rem}}@media (min-width: 1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .5rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .5rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 1rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 1rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1.5rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1.5rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 2rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 2rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 2.5rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 2.5rem}.g-xl-6,.gx-xl-6{--bs-gutter-x: 3rem}.g-xl-6,.gy-xl-6{--bs-gutter-y: 3rem}.g-xl-7,.gx-xl-7{--bs-gutter-x: 3.5rem}.g-xl-7,.gy-xl-7{--bs-gutter-y: 3.5rem}.g-xl-8,.gx-xl-8{--bs-gutter-x: 4rem}.g-xl-8,.gy-xl-8{--bs-gutter-y: 4rem}.g-xl-9,.gx-xl-9{--bs-gutter-x: 4.5rem}.g-xl-9,.gy-xl-9{--bs-gutter-y: 4.5rem}.g-xl-10,.gx-xl-10{--bs-gutter-x: 5rem}.g-xl-10,.gy-xl-10{--bs-gutter-y: 5rem}.g-xl-11,.gx-xl-11{--bs-gutter-x: 5.5rem}.g-xl-11,.gy-xl-11{--bs-gutter-y: 5.5rem}.g-xl-12,.gx-xl-12{--bs-gutter-x: 6rem}.g-xl-12,.gy-xl-12{--bs-gutter-y: 6rem}.g-xl-13,.gx-xl-13{--bs-gutter-x: 6.5rem}.g-xl-13,.gy-xl-13{--bs-gutter-y: 6.5rem}.g-xl-14,.gx-xl-14{--bs-gutter-x: 7rem}.g-xl-14,.gy-xl-14{--bs-gutter-y: 7rem}.g-xl-15,.gx-xl-15{--bs-gutter-x: 7.5rem}.g-xl-15,.gy-xl-15{--bs-gutter-y: 7.5rem}.g-xl-16,.gx-xl-16{--bs-gutter-x: 8rem}.g-xl-16,.gy-xl-16{--bs-gutter-y: 8rem}.g-xl-17,.gx-xl-17{--bs-gutter-x: 8.5rem}.g-xl-17,.gy-xl-17{--bs-gutter-y: 8.5rem}.g-xl-18,.gx-xl-18{--bs-gutter-x: 9rem}.g-xl-18,.gy-xl-18{--bs-gutter-y: 9rem}.g-xl-19,.gx-xl-19{--bs-gutter-x: 9.5rem}.g-xl-19,.gy-xl-19{--bs-gutter-y: 9.5rem}.g-xl-20,.gx-xl-20{--bs-gutter-x: 10rem}.g-xl-20,.gy-xl-20{--bs-gutter-y: 10rem}.g-xl-21,.gx-xl-21{--bs-gutter-x: 11rem}.g-xl-21,.gy-xl-21{--bs-gutter-y: 11rem}.g-xl-22,.gx-xl-22{--bs-gutter-x: 12rem}.g-xl-22,.gy-xl-22{--bs-gutter-y: 12rem}.g-xl-23,.gx-xl-23{--bs-gutter-x: 13rem}.g-xl-23,.gy-xl-23{--bs-gutter-y: 13rem}.g-xl-24,.gx-xl-24{--bs-gutter-x: 14rem}.g-xl-24,.gy-xl-24{--bs-gutter-y: 14rem}.g-xl-25,.gx-xl-25{--bs-gutter-x: 15rem}.g-xl-25,.gy-xl-25{--bs-gutter-y: 15rem}.g-xl-26,.gx-xl-26{--bs-gutter-x: 16rem}.g-xl-26,.gy-xl-26{--bs-gutter-y: 16rem}.g-xl-27,.gx-xl-27{--bs-gutter-x: 17rem}.g-xl-27,.gy-xl-27{--bs-gutter-y: 17rem}.g-xl-28,.gx-xl-28{--bs-gutter-x: 18rem}.g-xl-28,.gy-xl-28{--bs-gutter-y: 18rem}.g-xl-29,.gx-xl-29{--bs-gutter-x: 19rem}.g-xl-29,.gy-xl-29{--bs-gutter-y: 19rem}.g-xl-30,.gx-xl-30{--bs-gutter-x: 20rem}.g-xl-30,.gy-xl-30{--bs-gutter-y: 20rem}}@media (min-width: 1440px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .5rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .5rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 1rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 1rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1.5rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1.5rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 2rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 2rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 2.5rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 2.5rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x: 3rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y: 3rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x: 3.5rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y: 3.5rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x: 4rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y: 4rem}.g-xxl-9,.gx-xxl-9{--bs-gutter-x: 4.5rem}.g-xxl-9,.gy-xxl-9{--bs-gutter-y: 4.5rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x: 5rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y: 5rem}.g-xxl-11,.gx-xxl-11{--bs-gutter-x: 5.5rem}.g-xxl-11,.gy-xxl-11{--bs-gutter-y: 5.5rem}.g-xxl-12,.gx-xxl-12{--bs-gutter-x: 6rem}.g-xxl-12,.gy-xxl-12{--bs-gutter-y: 6rem}.g-xxl-13,.gx-xxl-13{--bs-gutter-x: 6.5rem}.g-xxl-13,.gy-xxl-13{--bs-gutter-y: 6.5rem}.g-xxl-14,.gx-xxl-14{--bs-gutter-x: 7rem}.g-xxl-14,.gy-xxl-14{--bs-gutter-y: 7rem}.g-xxl-15,.gx-xxl-15{--bs-gutter-x: 7.5rem}.g-xxl-15,.gy-xxl-15{--bs-gutter-y: 7.5rem}.g-xxl-16,.gx-xxl-16{--bs-gutter-x: 8rem}.g-xxl-16,.gy-xxl-16{--bs-gutter-y: 8rem}.g-xxl-17,.gx-xxl-17{--bs-gutter-x: 8.5rem}.g-xxl-17,.gy-xxl-17{--bs-gutter-y: 8.5rem}.g-xxl-18,.gx-xxl-18{--bs-gutter-x: 9rem}.g-xxl-18,.gy-xxl-18{--bs-gutter-y: 9rem}.g-xxl-19,.gx-xxl-19{--bs-gutter-x: 9.5rem}.g-xxl-19,.gy-xxl-19{--bs-gutter-y: 9.5rem}.g-xxl-20,.gx-xxl-20{--bs-gutter-x: 10rem}.g-xxl-20,.gy-xxl-20{--bs-gutter-y: 10rem}.g-xxl-21,.gx-xxl-21{--bs-gutter-x: 11rem}.g-xxl-21,.gy-xxl-21{--bs-gutter-y: 11rem}.g-xxl-22,.gx-xxl-22{--bs-gutter-x: 12rem}.g-xxl-22,.gy-xxl-22{--bs-gutter-y: 12rem}.g-xxl-23,.gx-xxl-23{--bs-gutter-x: 13rem}.g-xxl-23,.gy-xxl-23{--bs-gutter-y: 13rem}.g-xxl-24,.gx-xxl-24{--bs-gutter-x: 14rem}.g-xxl-24,.gy-xxl-24{--bs-gutter-y: 14rem}.g-xxl-25,.gx-xxl-25{--bs-gutter-x: 15rem}.g-xxl-25,.gy-xxl-25{--bs-gutter-y: 15rem}.g-xxl-26,.gx-xxl-26{--bs-gutter-x: 16rem}.g-xxl-26,.gy-xxl-26{--bs-gutter-y: 16rem}.g-xxl-27,.gx-xxl-27{--bs-gutter-x: 17rem}.g-xxl-27,.gy-xxl-27{--bs-gutter-y: 17rem}.g-xxl-28,.gx-xxl-28{--bs-gutter-x: 18rem}.g-xxl-28,.gy-xxl-28{--bs-gutter-y: 18rem}.g-xxl-29,.gx-xxl-29{--bs-gutter-x: 19rem}.g-xxl-29,.gy-xxl-29{--bs-gutter-y: 19rem}.g-xxl-30,.gx-xxl-30{--bs-gutter-x: 20rem}.g-xxl-30,.gy-xxl-30{--bs-gutter-y: 20rem}}@media (min-width: 1800px){.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.33333333%}.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.66666667%}.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-1,.gx-xxxl-1{--bs-gutter-x: .5rem}.g-xxxl-1,.gy-xxxl-1{--bs-gutter-y: .5rem}.g-xxxl-2,.gx-xxxl-2{--bs-gutter-x: 1rem}.g-xxxl-2,.gy-xxxl-2{--bs-gutter-y: 1rem}.g-xxxl-3,.gx-xxxl-3{--bs-gutter-x: 1.5rem}.g-xxxl-3,.gy-xxxl-3{--bs-gutter-y: 1.5rem}.g-xxxl-4,.gx-xxxl-4{--bs-gutter-x: 2rem}.g-xxxl-4,.gy-xxxl-4{--bs-gutter-y: 2rem}.g-xxxl-5,.gx-xxxl-5{--bs-gutter-x: 2.5rem}.g-xxxl-5,.gy-xxxl-5{--bs-gutter-y: 2.5rem}.g-xxxl-6,.gx-xxxl-6{--bs-gutter-x: 3rem}.g-xxxl-6,.gy-xxxl-6{--bs-gutter-y: 3rem}.g-xxxl-7,.gx-xxxl-7{--bs-gutter-x: 3.5rem}.g-xxxl-7,.gy-xxxl-7{--bs-gutter-y: 3.5rem}.g-xxxl-8,.gx-xxxl-8{--bs-gutter-x: 4rem}.g-xxxl-8,.gy-xxxl-8{--bs-gutter-y: 4rem}.g-xxxl-9,.gx-xxxl-9{--bs-gutter-x: 4.5rem}.g-xxxl-9,.gy-xxxl-9{--bs-gutter-y: 4.5rem}.g-xxxl-10,.gx-xxxl-10{--bs-gutter-x: 5rem}.g-xxxl-10,.gy-xxxl-10{--bs-gutter-y: 5rem}.g-xxxl-11,.gx-xxxl-11{--bs-gutter-x: 5.5rem}.g-xxxl-11,.gy-xxxl-11{--bs-gutter-y: 5.5rem}.g-xxxl-12,.gx-xxxl-12{--bs-gutter-x: 6rem}.g-xxxl-12,.gy-xxxl-12{--bs-gutter-y: 6rem}.g-xxxl-13,.gx-xxxl-13{--bs-gutter-x: 6.5rem}.g-xxxl-13,.gy-xxxl-13{--bs-gutter-y: 6.5rem}.g-xxxl-14,.gx-xxxl-14{--bs-gutter-x: 7rem}.g-xxxl-14,.gy-xxxl-14{--bs-gutter-y: 7rem}.g-xxxl-15,.gx-xxxl-15{--bs-gutter-x: 7.5rem}.g-xxxl-15,.gy-xxxl-15{--bs-gutter-y: 7.5rem}.g-xxxl-16,.gx-xxxl-16{--bs-gutter-x: 8rem}.g-xxxl-16,.gy-xxxl-16{--bs-gutter-y: 8rem}.g-xxxl-17,.gx-xxxl-17{--bs-gutter-x: 8.5rem}.g-xxxl-17,.gy-xxxl-17{--bs-gutter-y: 8.5rem}.g-xxxl-18,.gx-xxxl-18{--bs-gutter-x: 9rem}.g-xxxl-18,.gy-xxxl-18{--bs-gutter-y: 9rem}.g-xxxl-19,.gx-xxxl-19{--bs-gutter-x: 9.5rem}.g-xxxl-19,.gy-xxxl-19{--bs-gutter-y: 9.5rem}.g-xxxl-20,.gx-xxxl-20{--bs-gutter-x: 10rem}.g-xxxl-20,.gy-xxxl-20{--bs-gutter-y: 10rem}.g-xxxl-21,.gx-xxxl-21{--bs-gutter-x: 11rem}.g-xxxl-21,.gy-xxxl-21{--bs-gutter-y: 11rem}.g-xxxl-22,.gx-xxxl-22{--bs-gutter-x: 12rem}.g-xxxl-22,.gy-xxxl-22{--bs-gutter-y: 12rem}.g-xxxl-23,.gx-xxxl-23{--bs-gutter-x: 13rem}.g-xxxl-23,.gy-xxxl-23{--bs-gutter-y: 13rem}.g-xxxl-24,.gx-xxxl-24{--bs-gutter-x: 14rem}.g-xxxl-24,.gy-xxxl-24{--bs-gutter-y: 14rem}.g-xxxl-25,.gx-xxxl-25{--bs-gutter-x: 15rem}.g-xxxl-25,.gy-xxxl-25{--bs-gutter-y: 15rem}.g-xxxl-26,.gx-xxxl-26{--bs-gutter-x: 16rem}.g-xxxl-26,.gy-xxxl-26{--bs-gutter-y: 16rem}.g-xxxl-27,.gx-xxxl-27{--bs-gutter-x: 17rem}.g-xxxl-27,.gy-xxxl-27{--bs-gutter-y: 17rem}.g-xxxl-28,.gx-xxxl-28{--bs-gutter-x: 18rem}.g-xxxl-28,.gy-xxxl-28{--bs-gutter-y: 18rem}.g-xxxl-29,.gx-xxxl-29{--bs-gutter-x: 19rem}.g-xxxl-29,.gy-xxxl-29{--bs-gutter-y: 19rem}.g-xxxl-30,.gx-xxxl-30{--bs-gutter-x: 20rem}.g-xxxl-30,.gy-xxxl-30{--bs-gutter-y: 20rem}}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.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}.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}.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}.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-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.5rem!important}.m-2{margin:1rem!important}.m-3{margin:1.5rem!important}.m-4{margin:2rem!important}.m-5{margin:2.5rem!important}.m-6{margin:3rem!important}.m-7{margin:3.5rem!important}.m-8{margin:4rem!important}.m-9{margin:4.5rem!important}.m-10{margin:5rem!important}.m-11{margin:5.5rem!important}.m-12{margin:6rem!important}.m-13{margin:6.5rem!important}.m-14{margin:7rem!important}.m-15{margin:7.5rem!important}.m-16{margin:8rem!important}.m-17{margin:8.5rem!important}.m-18{margin:9rem!important}.m-19{margin:9.5rem!important}.m-20{margin:10rem!important}.m-21{margin:11rem!important}.m-22{margin:12rem!important}.m-23{margin:13rem!important}.m-24{margin:14rem!important}.m-25{margin:15rem!important}.m-26{margin:16rem!important}.m-27{margin:17rem!important}.m-28{margin:18rem!important}.m-29{margin:19rem!important}.m-30{margin:20rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.5rem!important;margin-left:.5rem!important}.mx-2{margin-right:1rem!important;margin-left:1rem!important}.mx-3{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-4{margin-right:2rem!important;margin-left:2rem!important}.mx-5{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-6{margin-right:3rem!important;margin-left:3rem!important}.mx-7{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-8{margin-right:4rem!important;margin-left:4rem!important}.mx-9{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-10{margin-right:5rem!important;margin-left:5rem!important}.mx-11{margin-right:5.5rem!important;margin-left:5.5rem!important}.mx-12{margin-right:6rem!important;margin-left:6rem!important}.mx-13{margin-right:6.5rem!important;margin-left:6.5rem!important}.mx-14{margin-right:7rem!important;margin-left:7rem!important}.mx-15{margin-right:7.5rem!important;margin-left:7.5rem!important}.mx-16{margin-right:8rem!important;margin-left:8rem!important}.mx-17{margin-right:8.5rem!important;margin-left:8.5rem!important}.mx-18{margin-right:9rem!important;margin-left:9rem!important}.mx-19{margin-right:9.5rem!important;margin-left:9.5rem!important}.mx-20{margin-right:10rem!important;margin-left:10rem!important}.mx-21{margin-right:11rem!important;margin-left:11rem!important}.mx-22{margin-right:12rem!important;margin-left:12rem!important}.mx-23{margin-right:13rem!important;margin-left:13rem!important}.mx-24{margin-right:14rem!important;margin-left:14rem!important}.mx-25{margin-right:15rem!important;margin-left:15rem!important}.mx-26{margin-right:16rem!important;margin-left:16rem!important}.mx-27{margin-right:17rem!important;margin-left:17rem!important}.mx-28{margin-right:18rem!important;margin-left:18rem!important}.mx-29{margin-right:19rem!important;margin-left:19rem!important}.mx-30{margin-right:20rem!important;margin-left:20rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-2{margin-top:1rem!important;margin-bottom:1rem!important}.my-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-5{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.my-7{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-8{margin-top:4rem!important;margin-bottom:4rem!important}.my-9{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-10{margin-top:5rem!important;margin-bottom:5rem!important}.my-11{margin-top:5.5rem!important;margin-bottom:5.5rem!important}.my-12{margin-top:6rem!important;margin-bottom:6rem!important}.my-13{margin-top:6.5rem!important;margin-bottom:6.5rem!important}.my-14{margin-top:7rem!important;margin-bottom:7rem!important}.my-15{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-16{margin-top:8rem!important;margin-bottom:8rem!important}.my-17{margin-top:8.5rem!important;margin-bottom:8.5rem!important}.my-18{margin-top:9rem!important;margin-bottom:9rem!important}.my-19{margin-top:9.5rem!important;margin-bottom:9.5rem!important}.my-20{margin-top:10rem!important;margin-bottom:10rem!important}.my-21{margin-top:11rem!important;margin-bottom:11rem!important}.my-22{margin-top:12rem!important;margin-bottom:12rem!important}.my-23{margin-top:13rem!important;margin-bottom:13rem!important}.my-24{margin-top:14rem!important;margin-bottom:14rem!important}.my-25{margin-top:15rem!important;margin-bottom:15rem!important}.my-26{margin-top:16rem!important;margin-bottom:16rem!important}.my-27{margin-top:17rem!important;margin-bottom:17rem!important}.my-28{margin-top:18rem!important;margin-bottom:18rem!important}.my-29{margin-top:19rem!important;margin-bottom:19rem!important}.my-30{margin-top:20rem!important;margin-bottom:20rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.5rem!important}.mt-2{margin-top:1rem!important}.mt-3{margin-top:1.5rem!important}.mt-4{margin-top:2rem!important}.mt-5{margin-top:2.5rem!important}.mt-6{margin-top:3rem!important}.mt-7{margin-top:3.5rem!important}.mt-8{margin-top:4rem!important}.mt-9{margin-top:4.5rem!important}.mt-10{margin-top:5rem!important}.mt-11{margin-top:5.5rem!important}.mt-12{margin-top:6rem!important}.mt-13{margin-top:6.5rem!important}.mt-14{margin-top:7rem!important}.mt-15{margin-top:7.5rem!important}.mt-16{margin-top:8rem!important}.mt-17{margin-top:8.5rem!important}.mt-18{margin-top:9rem!important}.mt-19{margin-top:9.5rem!important}.mt-20{margin-top:10rem!important}.mt-21{margin-top:11rem!important}.mt-22{margin-top:12rem!important}.mt-23{margin-top:13rem!important}.mt-24{margin-top:14rem!important}.mt-25{margin-top:15rem!important}.mt-26{margin-top:16rem!important}.mt-27{margin-top:17rem!important}.mt-28{margin-top:18rem!important}.mt-29{margin-top:19rem!important}.mt-30{margin-top:20rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.5rem!important}.me-2{margin-right:1rem!important}.me-3{margin-right:1.5rem!important}.me-4{margin-right:2rem!important}.me-5{margin-right:2.5rem!important}.me-6{margin-right:3rem!important}.me-7{margin-right:3.5rem!important}.me-8{margin-right:4rem!important}.me-9{margin-right:4.5rem!important}.me-10{margin-right:5rem!important}.me-11{margin-right:5.5rem!important}.me-12{margin-right:6rem!important}.me-13{margin-right:6.5rem!important}.me-14{margin-right:7rem!important}.me-15{margin-right:7.5rem!important}.me-16{margin-right:8rem!important}.me-17{margin-right:8.5rem!important}.me-18{margin-right:9rem!important}.me-19{margin-right:9.5rem!important}.me-20{margin-right:10rem!important}.me-21{margin-right:11rem!important}.me-22{margin-right:12rem!important}.me-23{margin-right:13rem!important}.me-24{margin-right:14rem!important}.me-25{margin-right:15rem!important}.me-26{margin-right:16rem!important}.me-27{margin-right:17rem!important}.me-28{margin-right:18rem!important}.me-29{margin-right:19rem!important}.me-30{margin-right:20rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.5rem!important}.mb-2{margin-bottom:1rem!important}.mb-3{margin-bottom:1.5rem!important}.mb-4{margin-bottom:2rem!important}.mb-5{margin-bottom:2.5rem!important}.mb-6{margin-bottom:3rem!important}.mb-7{margin-bottom:3.5rem!important}.mb-8{margin-bottom:4rem!important}.mb-9{margin-bottom:4.5rem!important}.mb-10{margin-bottom:5rem!important}.mb-11{margin-bottom:5.5rem!important}.mb-12{margin-bottom:6rem!important}.mb-13{margin-bottom:6.5rem!important}.mb-14{margin-bottom:7rem!important}.mb-15{margin-bottom:7.5rem!important}.mb-16{margin-bottom:8rem!important}.mb-17{margin-bottom:8.5rem!important}.mb-18{margin-bottom:9rem!important}.mb-19{margin-bottom:9.5rem!important}.mb-20{margin-bottom:10rem!important}.mb-21{margin-bottom:11rem!important}.mb-22{margin-bottom:12rem!important}.mb-23{margin-bottom:13rem!important}.mb-24{margin-bottom:14rem!important}.mb-25{margin-bottom:15rem!important}.mb-26{margin-bottom:16rem!important}.mb-27{margin-bottom:17rem!important}.mb-28{margin-bottom:18rem!important}.mb-29{margin-bottom:19rem!important}.mb-30{margin-bottom:20rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.5rem!important}.ms-2{margin-left:1rem!important}.ms-3{margin-left:1.5rem!important}.ms-4{margin-left:2rem!important}.ms-5{margin-left:2.5rem!important}.ms-6{margin-left:3rem!important}.ms-7{margin-left:3.5rem!important}.ms-8{margin-left:4rem!important}.ms-9{margin-left:4.5rem!important}.ms-10{margin-left:5rem!important}.ms-11{margin-left:5.5rem!important}.ms-12{margin-left:6rem!important}.ms-13{margin-left:6.5rem!important}.ms-14{margin-left:7rem!important}.ms-15{margin-left:7.5rem!important}.ms-16{margin-left:8rem!important}.ms-17{margin-left:8.5rem!important}.ms-18{margin-left:9rem!important}.ms-19{margin-left:9.5rem!important}.ms-20{margin-left:10rem!important}.ms-21{margin-left:11rem!important}.ms-22{margin-left:12rem!important}.ms-23{margin-left:13rem!important}.ms-24{margin-left:14rem!important}.ms-25{margin-left:15rem!important}.ms-26{margin-left:16rem!important}.ms-27{margin-left:17rem!important}.ms-28{margin-left:18rem!important}.ms-29{margin-left:19rem!important}.ms-30{margin-left:20rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.5rem!important}.p-2{padding:1rem!important}.p-3{padding:1.5rem!important}.p-4{padding:2rem!important}.p-5{padding:2.5rem!important}.p-6{padding:3rem!important}.p-7{padding:3.5rem!important}.p-8{padding:4rem!important}.p-9{padding:4.5rem!important}.p-10{padding:5rem!important}.p-11{padding:5.5rem!important}.p-12{padding:6rem!important}.p-13{padding:6.5rem!important}.p-14{padding:7rem!important}.p-15{padding:7.5rem!important}.p-16{padding:8rem!important}.p-17{padding:8.5rem!important}.p-18{padding:9rem!important}.p-19{padding:9.5rem!important}.p-20{padding:10rem!important}.p-21{padding:11rem!important}.p-22{padding:12rem!important}.p-23{padding:13rem!important}.p-24{padding:14rem!important}.p-25{padding:15rem!important}.p-26{padding:16rem!important}.p-27{padding:17rem!important}.p-28{padding:18rem!important}.p-29{padding:19rem!important}.p-30{padding:20rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.5rem!important;padding-left:.5rem!important}.px-2{padding-right:1rem!important;padding-left:1rem!important}.px-3{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-4{padding-right:2rem!important;padding-left:2rem!important}.px-5{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-6{padding-right:3rem!important;padding-left:3rem!important}.px-7{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-8{padding-right:4rem!important;padding-left:4rem!important}.px-9{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-10{padding-right:5rem!important;padding-left:5rem!important}.px-11{padding-right:5.5rem!important;padding-left:5.5rem!important}.px-12{padding-right:6rem!important;padding-left:6rem!important}.px-13{padding-right:6.5rem!important;padding-left:6.5rem!important}.px-14{padding-right:7rem!important;padding-left:7rem!important}.px-15{padding-right:7.5rem!important;padding-left:7.5rem!important}.px-16{padding-right:8rem!important;padding-left:8rem!important}.px-17{padding-right:8.5rem!important;padding-left:8.5rem!important}.px-18{padding-right:9rem!important;padding-left:9rem!important}.px-19{padding-right:9.5rem!important;padding-left:9.5rem!important}.px-20{padding-right:10rem!important;padding-left:10rem!important}.px-21{padding-right:11rem!important;padding-left:11rem!important}.px-22{padding-right:12rem!important;padding-left:12rem!important}.px-23{padding-right:13rem!important;padding-left:13rem!important}.px-24{padding-right:14rem!important;padding-left:14rem!important}.px-25{padding-right:15rem!important;padding-left:15rem!important}.px-26{padding-right:16rem!important;padding-left:16rem!important}.px-27{padding-right:17rem!important;padding-left:17rem!important}.px-28{padding-right:18rem!important;padding-left:18rem!important}.px-29{padding-right:19rem!important;padding-left:19rem!important}.px-30{padding-right:20rem!important;padding-left:20rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-2{padding-top:1rem!important;padding-bottom:1rem!important}.py-3,.c-header{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-5{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-6{padding-top:3rem!important;padding-bottom:3rem!important}.py-7{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-8{padding-top:4rem!important;padding-bottom:4rem!important}.py-9{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-10{padding-top:5rem!important;padding-bottom:5rem!important}.py-11{padding-top:5.5rem!important;padding-bottom:5.5rem!important}.py-12{padding-top:6rem!important;padding-bottom:6rem!important}.py-13{padding-top:6.5rem!important;padding-bottom:6.5rem!important}.py-14{padding-top:7rem!important;padding-bottom:7rem!important}.py-15{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.py-16{padding-top:8rem!important;padding-bottom:8rem!important}.py-17{padding-top:8.5rem!important;padding-bottom:8.5rem!important}.py-18{padding-top:9rem!important;padding-bottom:9rem!important}.py-19{padding-top:9.5rem!important;padding-bottom:9.5rem!important}.py-20{padding-top:10rem!important;padding-bottom:10rem!important}.py-21{padding-top:11rem!important;padding-bottom:11rem!important}.py-22{padding-top:12rem!important;padding-bottom:12rem!important}.py-23{padding-top:13rem!important;padding-bottom:13rem!important}.py-24{padding-top:14rem!important;padding-bottom:14rem!important}.py-25{padding-top:15rem!important;padding-bottom:15rem!important}.py-26{padding-top:16rem!important;padding-bottom:16rem!important}.py-27{padding-top:17rem!important;padding-bottom:17rem!important}.py-28{padding-top:18rem!important;padding-bottom:18rem!important}.py-29{padding-top:19rem!important;padding-bottom:19rem!important}.py-30{padding-top:20rem!important;padding-bottom:20rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.5rem!important}.pt-2{padding-top:1rem!important}.pt-3{padding-top:1.5rem!important}.pt-4{padding-top:2rem!important}.pt-5{padding-top:2.5rem!important}.pt-6{padding-top:3rem!important}.pt-7{padding-top:3.5rem!important}.pt-8{padding-top:4rem!important}.pt-9{padding-top:4.5rem!important}.pt-10{padding-top:5rem!important}.pt-11{padding-top:5.5rem!important}.pt-12{padding-top:6rem!important}.pt-13{padding-top:6.5rem!important}.pt-14{padding-top:7rem!important}.pt-15{padding-top:7.5rem!important}.pt-16{padding-top:8rem!important}.pt-17{padding-top:8.5rem!important}.pt-18{padding-top:9rem!important}.pt-19{padding-top:9.5rem!important}.pt-20{padding-top:10rem!important}.pt-21{padding-top:11rem!important}.pt-22{padding-top:12rem!important}.pt-23{padding-top:13rem!important}.pt-24{padding-top:14rem!important}.pt-25{padding-top:15rem!important}.pt-26{padding-top:16rem!important}.pt-27{padding-top:17rem!important}.pt-28{padding-top:18rem!important}.pt-29{padding-top:19rem!important}.pt-30{padding-top:20rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.5rem!important}.pe-2{padding-right:1rem!important}.pe-3{padding-right:1.5rem!important}.pe-4{padding-right:2rem!important}.pe-5{padding-right:2.5rem!important}.pe-6{padding-right:3rem!important}.pe-7{padding-right:3.5rem!important}.pe-8{padding-right:4rem!important}.pe-9{padding-right:4.5rem!important}.pe-10{padding-right:5rem!important}.pe-11{padding-right:5.5rem!important}.pe-12{padding-right:6rem!important}.pe-13{padding-right:6.5rem!important}.pe-14{padding-right:7rem!important}.pe-15{padding-right:7.5rem!important}.pe-16{padding-right:8rem!important}.pe-17{padding-right:8.5rem!important}.pe-18{padding-right:9rem!important}.pe-19{padding-right:9.5rem!important}.pe-20{padding-right:10rem!important}.pe-21{padding-right:11rem!important}.pe-22{padding-right:12rem!important}.pe-23{padding-right:13rem!important}.pe-24{padding-right:14rem!important}.pe-25{padding-right:15rem!important}.pe-26{padding-right:16rem!important}.pe-27{padding-right:17rem!important}.pe-28{padding-right:18rem!important}.pe-29{padding-right:19rem!important}.pe-30{padding-right:20rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.5rem!important}.pb-2{padding-bottom:1rem!important}.pb-3{padding-bottom:1.5rem!important}.pb-4{padding-bottom:2rem!important}.pb-5{padding-bottom:2.5rem!important}.pb-6{padding-bottom:3rem!important}.pb-7{padding-bottom:3.5rem!important}.pb-8{padding-bottom:4rem!important}.pb-9{padding-bottom:4.5rem!important}.pb-10{padding-bottom:5rem!important}.pb-11{padding-bottom:5.5rem!important}.pb-12{padding-bottom:6rem!important}.pb-13{padding-bottom:6.5rem!important}.pb-14{padding-bottom:7rem!important}.pb-15{padding-bottom:7.5rem!important}.pb-16{padding-bottom:8rem!important}.pb-17{padding-bottom:8.5rem!important}.pb-18{padding-bottom:9rem!important}.pb-19{padding-bottom:9.5rem!important}.pb-20{padding-bottom:10rem!important}.pb-21{padding-bottom:11rem!important}.pb-22{padding-bottom:12rem!important}.pb-23{padding-bottom:13rem!important}.pb-24{padding-bottom:14rem!important}.pb-25{padding-bottom:15rem!important}.pb-26{padding-bottom:16rem!important}.pb-27{padding-bottom:17rem!important}.pb-28{padding-bottom:18rem!important}.pb-29{padding-bottom:19rem!important}.pb-30{padding-bottom:20rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.5rem!important}.ps-2{padding-left:1rem!important}.ps-3{padding-left:1.5rem!important}.ps-4{padding-left:2rem!important}.ps-5{padding-left:2.5rem!important}.ps-6{padding-left:3rem!important}.ps-7{padding-left:3.5rem!important}.ps-8{padding-left:4rem!important}.ps-9{padding-left:4.5rem!important}.ps-10{padding-left:5rem!important}.ps-11{padding-left:5.5rem!important}.ps-12{padding-left:6rem!important}.ps-13{padding-left:6.5rem!important}.ps-14{padding-left:7rem!important}.ps-15{padding-left:7.5rem!important}.ps-16{padding-left:8rem!important}.ps-17{padding-left:8.5rem!important}.ps-18{padding-left:9rem!important}.ps-19{padding-left:9.5rem!important}.ps-20{padding-left:10rem!important}.ps-21{padding-left:11rem!important}.ps-22{padding-left:12rem!important}.ps-23{padding-left:13rem!important}.ps-24{padding-left:14rem!important}.ps-25{padding-left:15rem!important}.ps-26{padding-left:16rem!important}.ps-27{padding-left:17rem!important}.ps-28{padding-left:18rem!important}.ps-29{padding-left:19rem!important}.ps-30{padding-left:20rem!important}.gap-0{gap:0!important}.gap-1{gap:.5rem!important}.gap-2{gap:1rem!important}.gap-3{gap:1.5rem!important}.gap-4{gap:2rem!important}.gap-5{gap:2.5rem!important}.gap-6{gap:3rem!important}.gap-7{gap:3.5rem!important}.gap-8{gap:4rem!important}.gap-9{gap:4.5rem!important}.gap-10{gap:5rem!important}.gap-11{gap:5.5rem!important}.gap-12{gap:6rem!important}.gap-13{gap:6.5rem!important}.gap-14{gap:7rem!important}.gap-15{gap:7.5rem!important}.gap-16{gap:8rem!important}.gap-17{gap:8.5rem!important}.gap-18{gap:9rem!important}.gap-19{gap:9.5rem!important}.gap-20{gap:10rem!important}.gap-21{gap:11rem!important}.gap-22{gap:12rem!important}.gap-23{gap:13rem!important}.gap-24{gap:14rem!important}.gap-25{gap:15rem!important}.gap-26{gap:16rem!important}.gap-27{gap:17rem!important}.gap-28{gap:18rem!important}.gap-29{gap:19rem!important}.gap-30{gap:20rem!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-primary-l{--bs-text-opacity: 1;color:rgba(var(--bs-primary-l-rgb),var(--bs-text-opacity))!important}.text-secondary,.c-pagination .active{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-white,.bg-primary,.c-card--event--date,.bg-image-overlay,.bg-gradient-primary,.c-solution-finder{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-black,.bg-white,.c-nav--children{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-gray-l{--bs-text-opacity: 1;color:rgba(var(--bs-gray-l-rgb),var(--bs-text-opacity))!important}.text-gray{--bs-text-opacity: 1;color:rgba(var(--bs-gray-rgb),var(--bs-text-opacity))!important}.text-white-t{--bs-text-opacity: 1;color:rgba(var(--bs-white-t-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:#1b222880!important}.text-white-50{--bs-text-opacity: 1;color:#ffffff80!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}.bg-primary,.c-card--event--date{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-primary-l{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-l-rgb),var(--bs-bg-opacity))!important}.bg-secondary,.o-button--language{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-white,.c-nav--children{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-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-gray-l,.c-card--product,.c-card--product__loading{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-l-rgb),var(--bs-bg-opacity))!important}.bg-gray{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-rgb),var(--bs-bg-opacity))!important}.bg-white-t{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-t-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}.bg-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}@media (min-width: 576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.5rem!important}.m-sm-2{margin:1rem!important}.m-sm-3{margin:1.5rem!important}.m-sm-4{margin:2rem!important}.m-sm-5{margin:2.5rem!important}.m-sm-6{margin:3rem!important}.m-sm-7{margin:3.5rem!important}.m-sm-8{margin:4rem!important}.m-sm-9{margin:4.5rem!important}.m-sm-10{margin:5rem!important}.m-sm-11{margin:5.5rem!important}.m-sm-12{margin:6rem!important}.m-sm-13{margin:6.5rem!important}.m-sm-14{margin:7rem!important}.m-sm-15{margin:7.5rem!important}.m-sm-16{margin:8rem!important}.m-sm-17{margin:8.5rem!important}.m-sm-18{margin:9rem!important}.m-sm-19{margin:9.5rem!important}.m-sm-20{margin:10rem!important}.m-sm-21{margin:11rem!important}.m-sm-22{margin:12rem!important}.m-sm-23{margin:13rem!important}.m-sm-24{margin:14rem!important}.m-sm-25{margin:15rem!important}.m-sm-26{margin:16rem!important}.m-sm-27{margin:17rem!important}.m-sm-28{margin:18rem!important}.m-sm-29{margin:19rem!important}.m-sm-30{margin:20rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-2{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-3{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-4{margin-right:2rem!important;margin-left:2rem!important}.mx-sm-5{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-sm-6{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-7{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-sm-8{margin-right:4rem!important;margin-left:4rem!important}.mx-sm-9{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-sm-10{margin-right:5rem!important;margin-left:5rem!important}.mx-sm-11{margin-right:5.5rem!important;margin-left:5.5rem!important}.mx-sm-12{margin-right:6rem!important;margin-left:6rem!important}.mx-sm-13{margin-right:6.5rem!important;margin-left:6.5rem!important}.mx-sm-14{margin-right:7rem!important;margin-left:7rem!important}.mx-sm-15{margin-right:7.5rem!important;margin-left:7.5rem!important}.mx-sm-16{margin-right:8rem!important;margin-left:8rem!important}.mx-sm-17{margin-right:8.5rem!important;margin-left:8.5rem!important}.mx-sm-18{margin-right:9rem!important;margin-left:9rem!important}.mx-sm-19{margin-right:9.5rem!important;margin-left:9.5rem!important}.mx-sm-20{margin-right:10rem!important;margin-left:10rem!important}.mx-sm-21{margin-right:11rem!important;margin-left:11rem!important}.mx-sm-22{margin-right:12rem!important;margin-left:12rem!important}.mx-sm-23{margin-right:13rem!important;margin-left:13rem!important}.mx-sm-24{margin-right:14rem!important;margin-left:14rem!important}.mx-sm-25{margin-right:15rem!important;margin-left:15rem!important}.mx-sm-26{margin-right:16rem!important;margin-left:16rem!important}.mx-sm-27{margin-right:17rem!important;margin-left:17rem!important}.mx-sm-28{margin-right:18rem!important;margin-left:18rem!important}.mx-sm-29{margin-right:19rem!important;margin-left:19rem!important}.mx-sm-30{margin-right:20rem!important;margin-left:20rem!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-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-2{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-sm-5{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-sm-6{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-7{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-sm-8{margin-top:4rem!important;margin-bottom:4rem!important}.my-sm-9{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-sm-10{margin-top:5rem!important;margin-bottom:5rem!important}.my-sm-11{margin-top:5.5rem!important;margin-bottom:5.5rem!important}.my-sm-12{margin-top:6rem!important;margin-bottom:6rem!important}.my-sm-13{margin-top:6.5rem!important;margin-bottom:6.5rem!important}.my-sm-14{margin-top:7rem!important;margin-bottom:7rem!important}.my-sm-15{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-sm-16{margin-top:8rem!important;margin-bottom:8rem!important}.my-sm-17{margin-top:8.5rem!important;margin-bottom:8.5rem!important}.my-sm-18{margin-top:9rem!important;margin-bottom:9rem!important}.my-sm-19{margin-top:9.5rem!important;margin-bottom:9.5rem!important}.my-sm-20{margin-top:10rem!important;margin-bottom:10rem!important}.my-sm-21{margin-top:11rem!important;margin-bottom:11rem!important}.my-sm-22{margin-top:12rem!important;margin-bottom:12rem!important}.my-sm-23{margin-top:13rem!important;margin-bottom:13rem!important}.my-sm-24{margin-top:14rem!important;margin-bottom:14rem!important}.my-sm-25{margin-top:15rem!important;margin-bottom:15rem!important}.my-sm-26{margin-top:16rem!important;margin-bottom:16rem!important}.my-sm-27{margin-top:17rem!important;margin-bottom:17rem!important}.my-sm-28{margin-top:18rem!important;margin-bottom:18rem!important}.my-sm-29{margin-top:19rem!important;margin-bottom:19rem!important}.my-sm-30{margin-top:20rem!important;margin-bottom:20rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.5rem!important}.mt-sm-2{margin-top:1rem!important}.mt-sm-3{margin-top:1.5rem!important}.mt-sm-4{margin-top:2rem!important}.mt-sm-5{margin-top:2.5rem!important}.mt-sm-6{margin-top:3rem!important}.mt-sm-7{margin-top:3.5rem!important}.mt-sm-8{margin-top:4rem!important}.mt-sm-9{margin-top:4.5rem!important}.mt-sm-10{margin-top:5rem!important}.mt-sm-11{margin-top:5.5rem!important}.mt-sm-12{margin-top:6rem!important}.mt-sm-13{margin-top:6.5rem!important}.mt-sm-14{margin-top:7rem!important}.mt-sm-15{margin-top:7.5rem!important}.mt-sm-16{margin-top:8rem!important}.mt-sm-17{margin-top:8.5rem!important}.mt-sm-18{margin-top:9rem!important}.mt-sm-19{margin-top:9.5rem!important}.mt-sm-20{margin-top:10rem!important}.mt-sm-21{margin-top:11rem!important}.mt-sm-22{margin-top:12rem!important}.mt-sm-23{margin-top:13rem!important}.mt-sm-24{margin-top:14rem!important}.mt-sm-25{margin-top:15rem!important}.mt-sm-26{margin-top:16rem!important}.mt-sm-27{margin-top:17rem!important}.mt-sm-28{margin-top:18rem!important}.mt-sm-29{margin-top:19rem!important}.mt-sm-30{margin-top:20rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.5rem!important}.me-sm-2{margin-right:1rem!important}.me-sm-3{margin-right:1.5rem!important}.me-sm-4{margin-right:2rem!important}.me-sm-5{margin-right:2.5rem!important}.me-sm-6{margin-right:3rem!important}.me-sm-7{margin-right:3.5rem!important}.me-sm-8{margin-right:4rem!important}.me-sm-9{margin-right:4.5rem!important}.me-sm-10{margin-right:5rem!important}.me-sm-11{margin-right:5.5rem!important}.me-sm-12{margin-right:6rem!important}.me-sm-13{margin-right:6.5rem!important}.me-sm-14{margin-right:7rem!important}.me-sm-15{margin-right:7.5rem!important}.me-sm-16{margin-right:8rem!important}.me-sm-17{margin-right:8.5rem!important}.me-sm-18{margin-right:9rem!important}.me-sm-19{margin-right:9.5rem!important}.me-sm-20{margin-right:10rem!important}.me-sm-21{margin-right:11rem!important}.me-sm-22{margin-right:12rem!important}.me-sm-23{margin-right:13rem!important}.me-sm-24{margin-right:14rem!important}.me-sm-25{margin-right:15rem!important}.me-sm-26{margin-right:16rem!important}.me-sm-27{margin-right:17rem!important}.me-sm-28{margin-right:18rem!important}.me-sm-29{margin-right:19rem!important}.me-sm-30{margin-right:20rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.5rem!important}.mb-sm-2{margin-bottom:1rem!important}.mb-sm-3{margin-bottom:1.5rem!important}.mb-sm-4{margin-bottom:2rem!important}.mb-sm-5{margin-bottom:2.5rem!important}.mb-sm-6{margin-bottom:3rem!important}.mb-sm-7{margin-bottom:3.5rem!important}.mb-sm-8{margin-bottom:4rem!important}.mb-sm-9{margin-bottom:4.5rem!important}.mb-sm-10{margin-bottom:5rem!important}.mb-sm-11{margin-bottom:5.5rem!important}.mb-sm-12{margin-bottom:6rem!important}.mb-sm-13{margin-bottom:6.5rem!important}.mb-sm-14{margin-bottom:7rem!important}.mb-sm-15{margin-bottom:7.5rem!important}.mb-sm-16{margin-bottom:8rem!important}.mb-sm-17{margin-bottom:8.5rem!important}.mb-sm-18{margin-bottom:9rem!important}.mb-sm-19{margin-bottom:9.5rem!important}.mb-sm-20{margin-bottom:10rem!important}.mb-sm-21{margin-bottom:11rem!important}.mb-sm-22{margin-bottom:12rem!important}.mb-sm-23{margin-bottom:13rem!important}.mb-sm-24{margin-bottom:14rem!important}.mb-sm-25{margin-bottom:15rem!important}.mb-sm-26{margin-bottom:16rem!important}.mb-sm-27{margin-bottom:17rem!important}.mb-sm-28{margin-bottom:18rem!important}.mb-sm-29{margin-bottom:19rem!important}.mb-sm-30{margin-bottom:20rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.5rem!important}.ms-sm-2{margin-left:1rem!important}.ms-sm-3{margin-left:1.5rem!important}.ms-sm-4{margin-left:2rem!important}.ms-sm-5{margin-left:2.5rem!important}.ms-sm-6{margin-left:3rem!important}.ms-sm-7{margin-left:3.5rem!important}.ms-sm-8{margin-left:4rem!important}.ms-sm-9{margin-left:4.5rem!important}.ms-sm-10{margin-left:5rem!important}.ms-sm-11{margin-left:5.5rem!important}.ms-sm-12{margin-left:6rem!important}.ms-sm-13{margin-left:6.5rem!important}.ms-sm-14{margin-left:7rem!important}.ms-sm-15{margin-left:7.5rem!important}.ms-sm-16{margin-left:8rem!important}.ms-sm-17{margin-left:8.5rem!important}.ms-sm-18{margin-left:9rem!important}.ms-sm-19{margin-left:9.5rem!important}.ms-sm-20{margin-left:10rem!important}.ms-sm-21{margin-left:11rem!important}.ms-sm-22{margin-left:12rem!important}.ms-sm-23{margin-left:13rem!important}.ms-sm-24{margin-left:14rem!important}.ms-sm-25{margin-left:15rem!important}.ms-sm-26{margin-left:16rem!important}.ms-sm-27{margin-left:17rem!important}.ms-sm-28{margin-left:18rem!important}.ms-sm-29{margin-left:19rem!important}.ms-sm-30{margin-left:20rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.5rem!important}.p-sm-2{padding:1rem!important}.p-sm-3{padding:1.5rem!important}.p-sm-4{padding:2rem!important}.p-sm-5{padding:2.5rem!important}.p-sm-6{padding:3rem!important}.p-sm-7{padding:3.5rem!important}.p-sm-8{padding:4rem!important}.p-sm-9{padding:4.5rem!important}.p-sm-10{padding:5rem!important}.p-sm-11{padding:5.5rem!important}.p-sm-12{padding:6rem!important}.p-sm-13{padding:6.5rem!important}.p-sm-14{padding:7rem!important}.p-sm-15{padding:7.5rem!important}.p-sm-16{padding:8rem!important}.p-sm-17{padding:8.5rem!important}.p-sm-18{padding:9rem!important}.p-sm-19{padding:9.5rem!important}.p-sm-20{padding:10rem!important}.p-sm-21{padding:11rem!important}.p-sm-22{padding:12rem!important}.p-sm-23{padding:13rem!important}.p-sm-24{padding:14rem!important}.p-sm-25{padding:15rem!important}.p-sm-26{padding:16rem!important}.p-sm-27{padding:17rem!important}.p-sm-28{padding:18rem!important}.p-sm-29{padding:19rem!important}.p-sm-30{padding:20rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-2{padding-right:1rem!important;padding-left:1rem!important}.px-sm-3{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-4{padding-right:2rem!important;padding-left:2rem!important}.px-sm-5{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-sm-6{padding-right:3rem!important;padding-left:3rem!important}.px-sm-7{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-sm-8{padding-right:4rem!important;padding-left:4rem!important}.px-sm-9{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-sm-10{padding-right:5rem!important;padding-left:5rem!important}.px-sm-11{padding-right:5.5rem!important;padding-left:5.5rem!important}.px-sm-12{padding-right:6rem!important;padding-left:6rem!important}.px-sm-13{padding-right:6.5rem!important;padding-left:6.5rem!important}.px-sm-14{padding-right:7rem!important;padding-left:7rem!important}.px-sm-15{padding-right:7.5rem!important;padding-left:7.5rem!important}.px-sm-16{padding-right:8rem!important;padding-left:8rem!important}.px-sm-17{padding-right:8.5rem!important;padding-left:8.5rem!important}.px-sm-18{padding-right:9rem!important;padding-left:9rem!important}.px-sm-19{padding-right:9.5rem!important;padding-left:9.5rem!important}.px-sm-20{padding-right:10rem!important;padding-left:10rem!important}.px-sm-21{padding-right:11rem!important;padding-left:11rem!important}.px-sm-22{padding-right:12rem!important;padding-left:12rem!important}.px-sm-23{padding-right:13rem!important;padding-left:13rem!important}.px-sm-24{padding-right:14rem!important;padding-left:14rem!important}.px-sm-25{padding-right:15rem!important;padding-left:15rem!important}.px-sm-26{padding-right:16rem!important;padding-left:16rem!important}.px-sm-27{padding-right:17rem!important;padding-left:17rem!important}.px-sm-28{padding-right:18rem!important;padding-left:18rem!important}.px-sm-29{padding-right:19rem!important;padding-left:19rem!important}.px-sm-30{padding-right:20rem!important;padding-left:20rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-2{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-sm-5{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-sm-6{padding-top:3rem!important;padding-bottom:3rem!important}.py-sm-7{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-sm-8{padding-top:4rem!important;padding-bottom:4rem!important}.py-sm-9{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-sm-10{padding-top:5rem!important;padding-bottom:5rem!important}.py-sm-11{padding-top:5.5rem!important;padding-bottom:5.5rem!important}.py-sm-12{padding-top:6rem!important;padding-bottom:6rem!important}.py-sm-13{padding-top:6.5rem!important;padding-bottom:6.5rem!important}.py-sm-14{padding-top:7rem!important;padding-bottom:7rem!important}.py-sm-15{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.py-sm-16{padding-top:8rem!important;padding-bottom:8rem!important}.py-sm-17{padding-top:8.5rem!important;padding-bottom:8.5rem!important}.py-sm-18{padding-top:9rem!important;padding-bottom:9rem!important}.py-sm-19{padding-top:9.5rem!important;padding-bottom:9.5rem!important}.py-sm-20{padding-top:10rem!important;padding-bottom:10rem!important}.py-sm-21{padding-top:11rem!important;padding-bottom:11rem!important}.py-sm-22{padding-top:12rem!important;padding-bottom:12rem!important}.py-sm-23{padding-top:13rem!important;padding-bottom:13rem!important}.py-sm-24{padding-top:14rem!important;padding-bottom:14rem!important}.py-sm-25{padding-top:15rem!important;padding-bottom:15rem!important}.py-sm-26{padding-top:16rem!important;padding-bottom:16rem!important}.py-sm-27{padding-top:17rem!important;padding-bottom:17rem!important}.py-sm-28{padding-top:18rem!important;padding-bottom:18rem!important}.py-sm-29{padding-top:19rem!important;padding-bottom:19rem!important}.py-sm-30{padding-top:20rem!important;padding-bottom:20rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.5rem!important}.pt-sm-2{padding-top:1rem!important}.pt-sm-3{padding-top:1.5rem!important}.pt-sm-4{padding-top:2rem!important}.pt-sm-5{padding-top:2.5rem!important}.pt-sm-6{padding-top:3rem!important}.pt-sm-7{padding-top:3.5rem!important}.pt-sm-8{padding-top:4rem!important}.pt-sm-9{padding-top:4.5rem!important}.pt-sm-10{padding-top:5rem!important}.pt-sm-11{padding-top:5.5rem!important}.pt-sm-12{padding-top:6rem!important}.pt-sm-13{padding-top:6.5rem!important}.pt-sm-14{padding-top:7rem!important}.pt-sm-15{padding-top:7.5rem!important}.pt-sm-16{padding-top:8rem!important}.pt-sm-17{padding-top:8.5rem!important}.pt-sm-18{padding-top:9rem!important}.pt-sm-19{padding-top:9.5rem!important}.pt-sm-20{padding-top:10rem!important}.pt-sm-21{padding-top:11rem!important}.pt-sm-22{padding-top:12rem!important}.pt-sm-23{padding-top:13rem!important}.pt-sm-24{padding-top:14rem!important}.pt-sm-25{padding-top:15rem!important}.pt-sm-26{padding-top:16rem!important}.pt-sm-27{padding-top:17rem!important}.pt-sm-28{padding-top:18rem!important}.pt-sm-29{padding-top:19rem!important}.pt-sm-30{padding-top:20rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.5rem!important}.pe-sm-2{padding-right:1rem!important}.pe-sm-3{padding-right:1.5rem!important}.pe-sm-4{padding-right:2rem!important}.pe-sm-5{padding-right:2.5rem!important}.pe-sm-6{padding-right:3rem!important}.pe-sm-7{padding-right:3.5rem!important}.pe-sm-8{padding-right:4rem!important}.pe-sm-9{padding-right:4.5rem!important}.pe-sm-10{padding-right:5rem!important}.pe-sm-11{padding-right:5.5rem!important}.pe-sm-12{padding-right:6rem!important}.pe-sm-13{padding-right:6.5rem!important}.pe-sm-14{padding-right:7rem!important}.pe-sm-15{padding-right:7.5rem!important}.pe-sm-16{padding-right:8rem!important}.pe-sm-17{padding-right:8.5rem!important}.pe-sm-18{padding-right:9rem!important}.pe-sm-19{padding-right:9.5rem!important}.pe-sm-20{padding-right:10rem!important}.pe-sm-21{padding-right:11rem!important}.pe-sm-22{padding-right:12rem!important}.pe-sm-23{padding-right:13rem!important}.pe-sm-24{padding-right:14rem!important}.pe-sm-25{padding-right:15rem!important}.pe-sm-26{padding-right:16rem!important}.pe-sm-27{padding-right:17rem!important}.pe-sm-28{padding-right:18rem!important}.pe-sm-29{padding-right:19rem!important}.pe-sm-30{padding-right:20rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.5rem!important}.pb-sm-2{padding-bottom:1rem!important}.pb-sm-3{padding-bottom:1.5rem!important}.pb-sm-4{padding-bottom:2rem!important}.pb-sm-5{padding-bottom:2.5rem!important}.pb-sm-6{padding-bottom:3rem!important}.pb-sm-7{padding-bottom:3.5rem!important}.pb-sm-8{padding-bottom:4rem!important}.pb-sm-9{padding-bottom:4.5rem!important}.pb-sm-10{padding-bottom:5rem!important}.pb-sm-11{padding-bottom:5.5rem!important}.pb-sm-12{padding-bottom:6rem!important}.pb-sm-13{padding-bottom:6.5rem!important}.pb-sm-14{padding-bottom:7rem!important}.pb-sm-15{padding-bottom:7.5rem!important}.pb-sm-16{padding-bottom:8rem!important}.pb-sm-17{padding-bottom:8.5rem!important}.pb-sm-18{padding-bottom:9rem!important}.pb-sm-19{padding-bottom:9.5rem!important}.pb-sm-20{padding-bottom:10rem!important}.pb-sm-21{padding-bottom:11rem!important}.pb-sm-22{padding-bottom:12rem!important}.pb-sm-23{padding-bottom:13rem!important}.pb-sm-24{padding-bottom:14rem!important}.pb-sm-25{padding-bottom:15rem!important}.pb-sm-26{padding-bottom:16rem!important}.pb-sm-27{padding-bottom:17rem!important}.pb-sm-28{padding-bottom:18rem!important}.pb-sm-29{padding-bottom:19rem!important}.pb-sm-30{padding-bottom:20rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.5rem!important}.ps-sm-2{padding-left:1rem!important}.ps-sm-3{padding-left:1.5rem!important}.ps-sm-4{padding-left:2rem!important}.ps-sm-5{padding-left:2.5rem!important}.ps-sm-6{padding-left:3rem!important}.ps-sm-7{padding-left:3.5rem!important}.ps-sm-8{padding-left:4rem!important}.ps-sm-9{padding-left:4.5rem!important}.ps-sm-10{padding-left:5rem!important}.ps-sm-11{padding-left:5.5rem!important}.ps-sm-12{padding-left:6rem!important}.ps-sm-13{padding-left:6.5rem!important}.ps-sm-14{padding-left:7rem!important}.ps-sm-15{padding-left:7.5rem!important}.ps-sm-16{padding-left:8rem!important}.ps-sm-17{padding-left:8.5rem!important}.ps-sm-18{padding-left:9rem!important}.ps-sm-19{padding-left:9.5rem!important}.ps-sm-20{padding-left:10rem!important}.ps-sm-21{padding-left:11rem!important}.ps-sm-22{padding-left:12rem!important}.ps-sm-23{padding-left:13rem!important}.ps-sm-24{padding-left:14rem!important}.ps-sm-25{padding-left:15rem!important}.ps-sm-26{padding-left:16rem!important}.ps-sm-27{padding-left:17rem!important}.ps-sm-28{padding-left:18rem!important}.ps-sm-29{padding-left:19rem!important}.ps-sm-30{padding-left:20rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.5rem!important}.gap-sm-2{gap:1rem!important}.gap-sm-3{gap:1.5rem!important}.gap-sm-4{gap:2rem!important}.gap-sm-5{gap:2.5rem!important}.gap-sm-6{gap:3rem!important}.gap-sm-7{gap:3.5rem!important}.gap-sm-8{gap:4rem!important}.gap-sm-9{gap:4.5rem!important}.gap-sm-10{gap:5rem!important}.gap-sm-11{gap:5.5rem!important}.gap-sm-12{gap:6rem!important}.gap-sm-13{gap:6.5rem!important}.gap-sm-14{gap:7rem!important}.gap-sm-15{gap:7.5rem!important}.gap-sm-16{gap:8rem!important}.gap-sm-17{gap:8.5rem!important}.gap-sm-18{gap:9rem!important}.gap-sm-19{gap:9.5rem!important}.gap-sm-20{gap:10rem!important}.gap-sm-21{gap:11rem!important}.gap-sm-22{gap:12rem!important}.gap-sm-23{gap:13rem!important}.gap-sm-24{gap:14rem!important}.gap-sm-25{gap:15rem!important}.gap-sm-26{gap:16rem!important}.gap-sm-27{gap:17rem!important}.gap-sm-28{gap:18rem!important}.gap-sm-29{gap:19rem!important}.gap-sm-30{gap:20rem!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){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.5rem!important}.m-md-2{margin:1rem!important}.m-md-3{margin:1.5rem!important}.m-md-4{margin:2rem!important}.m-md-5{margin:2.5rem!important}.m-md-6{margin:3rem!important}.m-md-7{margin:3.5rem!important}.m-md-8{margin:4rem!important}.m-md-9{margin:4.5rem!important}.m-md-10{margin:5rem!important}.m-md-11{margin:5.5rem!important}.m-md-12{margin:6rem!important}.m-md-13{margin:6.5rem!important}.m-md-14{margin:7rem!important}.m-md-15{margin:7.5rem!important}.m-md-16{margin:8rem!important}.m-md-17{margin:8.5rem!important}.m-md-18{margin:9rem!important}.m-md-19{margin:9.5rem!important}.m-md-20{margin:10rem!important}.m-md-21{margin:11rem!important}.m-md-22{margin:12rem!important}.m-md-23{margin:13rem!important}.m-md-24{margin:14rem!important}.m-md-25{margin:15rem!important}.m-md-26{margin:16rem!important}.m-md-27{margin:17rem!important}.m-md-28{margin:18rem!important}.m-md-29{margin:19rem!important}.m-md-30{margin:20rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-2{margin-right:1rem!important;margin-left:1rem!important}.mx-md-3{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-4{margin-right:2rem!important;margin-left:2rem!important}.mx-md-5{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-md-6{margin-right:3rem!important;margin-left:3rem!important}.mx-md-7{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-md-8{margin-right:4rem!important;margin-left:4rem!important}.mx-md-9{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-md-10{margin-right:5rem!important;margin-left:5rem!important}.mx-md-11{margin-right:5.5rem!important;margin-left:5.5rem!important}.mx-md-12{margin-right:6rem!important;margin-left:6rem!important}.mx-md-13{margin-right:6.5rem!important;margin-left:6.5rem!important}.mx-md-14{margin-right:7rem!important;margin-left:7rem!important}.mx-md-15{margin-right:7.5rem!important;margin-left:7.5rem!important}.mx-md-16{margin-right:8rem!important;margin-left:8rem!important}.mx-md-17{margin-right:8.5rem!important;margin-left:8.5rem!important}.mx-md-18{margin-right:9rem!important;margin-left:9rem!important}.mx-md-19{margin-right:9.5rem!important;margin-left:9.5rem!important}.mx-md-20{margin-right:10rem!important;margin-left:10rem!important}.mx-md-21{margin-right:11rem!important;margin-left:11rem!important}.mx-md-22{margin-right:12rem!important;margin-left:12rem!important}.mx-md-23{margin-right:13rem!important;margin-left:13rem!important}.mx-md-24{margin-right:14rem!important;margin-left:14rem!important}.mx-md-25{margin-right:15rem!important;margin-left:15rem!important}.mx-md-26{margin-right:16rem!important;margin-left:16rem!important}.mx-md-27{margin-right:17rem!important;margin-left:17rem!important}.mx-md-28{margin-right:18rem!important;margin-left:18rem!important}.mx-md-29{margin-right:19rem!important;margin-left:19rem!important}.mx-md-30{margin-right:20rem!important;margin-left:20rem!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-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-2{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-md-5{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-md-6{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-7{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-md-8{margin-top:4rem!important;margin-bottom:4rem!important}.my-md-9{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-md-10{margin-top:5rem!important;margin-bottom:5rem!important}.my-md-11{margin-top:5.5rem!important;margin-bottom:5.5rem!important}.my-md-12{margin-top:6rem!important;margin-bottom:6rem!important}.my-md-13{margin-top:6.5rem!important;margin-bottom:6.5rem!important}.my-md-14{margin-top:7rem!important;margin-bottom:7rem!important}.my-md-15{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-md-16{margin-top:8rem!important;margin-bottom:8rem!important}.my-md-17{margin-top:8.5rem!important;margin-bottom:8.5rem!important}.my-md-18{margin-top:9rem!important;margin-bottom:9rem!important}.my-md-19{margin-top:9.5rem!important;margin-bottom:9.5rem!important}.my-md-20{margin-top:10rem!important;margin-bottom:10rem!important}.my-md-21{margin-top:11rem!important;margin-bottom:11rem!important}.my-md-22{margin-top:12rem!important;margin-bottom:12rem!important}.my-md-23{margin-top:13rem!important;margin-bottom:13rem!important}.my-md-24{margin-top:14rem!important;margin-bottom:14rem!important}.my-md-25{margin-top:15rem!important;margin-bottom:15rem!important}.my-md-26{margin-top:16rem!important;margin-bottom:16rem!important}.my-md-27{margin-top:17rem!important;margin-bottom:17rem!important}.my-md-28{margin-top:18rem!important;margin-bottom:18rem!important}.my-md-29{margin-top:19rem!important;margin-bottom:19rem!important}.my-md-30{margin-top:20rem!important;margin-bottom:20rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.5rem!important}.mt-md-2{margin-top:1rem!important}.mt-md-3{margin-top:1.5rem!important}.mt-md-4{margin-top:2rem!important}.mt-md-5{margin-top:2.5rem!important}.mt-md-6{margin-top:3rem!important}.mt-md-7{margin-top:3.5rem!important}.mt-md-8{margin-top:4rem!important}.mt-md-9{margin-top:4.5rem!important}.mt-md-10{margin-top:5rem!important}.mt-md-11{margin-top:5.5rem!important}.mt-md-12{margin-top:6rem!important}.mt-md-13{margin-top:6.5rem!important}.mt-md-14{margin-top:7rem!important}.mt-md-15{margin-top:7.5rem!important}.mt-md-16{margin-top:8rem!important}.mt-md-17{margin-top:8.5rem!important}.mt-md-18{margin-top:9rem!important}.mt-md-19{margin-top:9.5rem!important}.mt-md-20{margin-top:10rem!important}.mt-md-21{margin-top:11rem!important}.mt-md-22{margin-top:12rem!important}.mt-md-23{margin-top:13rem!important}.mt-md-24{margin-top:14rem!important}.mt-md-25{margin-top:15rem!important}.mt-md-26{margin-top:16rem!important}.mt-md-27{margin-top:17rem!important}.mt-md-28{margin-top:18rem!important}.mt-md-29{margin-top:19rem!important}.mt-md-30{margin-top:20rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.5rem!important}.me-md-2{margin-right:1rem!important}.me-md-3{margin-right:1.5rem!important}.me-md-4{margin-right:2rem!important}.me-md-5{margin-right:2.5rem!important}.me-md-6{margin-right:3rem!important}.me-md-7{margin-right:3.5rem!important}.me-md-8{margin-right:4rem!important}.me-md-9{margin-right:4.5rem!important}.me-md-10{margin-right:5rem!important}.me-md-11{margin-right:5.5rem!important}.me-md-12{margin-right:6rem!important}.me-md-13{margin-right:6.5rem!important}.me-md-14{margin-right:7rem!important}.me-md-15{margin-right:7.5rem!important}.me-md-16{margin-right:8rem!important}.me-md-17{margin-right:8.5rem!important}.me-md-18{margin-right:9rem!important}.me-md-19{margin-right:9.5rem!important}.me-md-20{margin-right:10rem!important}.me-md-21{margin-right:11rem!important}.me-md-22{margin-right:12rem!important}.me-md-23{margin-right:13rem!important}.me-md-24{margin-right:14rem!important}.me-md-25{margin-right:15rem!important}.me-md-26{margin-right:16rem!important}.me-md-27{margin-right:17rem!important}.me-md-28{margin-right:18rem!important}.me-md-29{margin-right:19rem!important}.me-md-30{margin-right:20rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.5rem!important}.mb-md-2{margin-bottom:1rem!important}.mb-md-3{margin-bottom:1.5rem!important}.mb-md-4{margin-bottom:2rem!important}.mb-md-5{margin-bottom:2.5rem!important}.mb-md-6{margin-bottom:3rem!important}.mb-md-7{margin-bottom:3.5rem!important}.mb-md-8{margin-bottom:4rem!important}.mb-md-9{margin-bottom:4.5rem!important}.mb-md-10{margin-bottom:5rem!important}.mb-md-11{margin-bottom:5.5rem!important}.mb-md-12{margin-bottom:6rem!important}.mb-md-13{margin-bottom:6.5rem!important}.mb-md-14{margin-bottom:7rem!important}.mb-md-15{margin-bottom:7.5rem!important}.mb-md-16{margin-bottom:8rem!important}.mb-md-17{margin-bottom:8.5rem!important}.mb-md-18{margin-bottom:9rem!important}.mb-md-19{margin-bottom:9.5rem!important}.mb-md-20{margin-bottom:10rem!important}.mb-md-21{margin-bottom:11rem!important}.mb-md-22{margin-bottom:12rem!important}.mb-md-23{margin-bottom:13rem!important}.mb-md-24{margin-bottom:14rem!important}.mb-md-25{margin-bottom:15rem!important}.mb-md-26{margin-bottom:16rem!important}.mb-md-27{margin-bottom:17rem!important}.mb-md-28{margin-bottom:18rem!important}.mb-md-29{margin-bottom:19rem!important}.mb-md-30{margin-bottom:20rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.5rem!important}.ms-md-2{margin-left:1rem!important}.ms-md-3{margin-left:1.5rem!important}.ms-md-4{margin-left:2rem!important}.ms-md-5{margin-left:2.5rem!important}.ms-md-6{margin-left:3rem!important}.ms-md-7{margin-left:3.5rem!important}.ms-md-8{margin-left:4rem!important}.ms-md-9{margin-left:4.5rem!important}.ms-md-10{margin-left:5rem!important}.ms-md-11{margin-left:5.5rem!important}.ms-md-12{margin-left:6rem!important}.ms-md-13{margin-left:6.5rem!important}.ms-md-14{margin-left:7rem!important}.ms-md-15{margin-left:7.5rem!important}.ms-md-16{margin-left:8rem!important}.ms-md-17{margin-left:8.5rem!important}.ms-md-18{margin-left:9rem!important}.ms-md-19{margin-left:9.5rem!important}.ms-md-20{margin-left:10rem!important}.ms-md-21{margin-left:11rem!important}.ms-md-22{margin-left:12rem!important}.ms-md-23{margin-left:13rem!important}.ms-md-24{margin-left:14rem!important}.ms-md-25{margin-left:15rem!important}.ms-md-26{margin-left:16rem!important}.ms-md-27{margin-left:17rem!important}.ms-md-28{margin-left:18rem!important}.ms-md-29{margin-left:19rem!important}.ms-md-30{margin-left:20rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.5rem!important}.p-md-2{padding:1rem!important}.p-md-3{padding:1.5rem!important}.p-md-4{padding:2rem!important}.p-md-5{padding:2.5rem!important}.p-md-6{padding:3rem!important}.p-md-7{padding:3.5rem!important}.p-md-8{padding:4rem!important}.p-md-9{padding:4.5rem!important}.p-md-10{padding:5rem!important}.p-md-11{padding:5.5rem!important}.p-md-12{padding:6rem!important}.p-md-13{padding:6.5rem!important}.p-md-14{padding:7rem!important}.p-md-15{padding:7.5rem!important}.p-md-16{padding:8rem!important}.p-md-17{padding:8.5rem!important}.p-md-18{padding:9rem!important}.p-md-19{padding:9.5rem!important}.p-md-20{padding:10rem!important}.p-md-21{padding:11rem!important}.p-md-22{padding:12rem!important}.p-md-23{padding:13rem!important}.p-md-24{padding:14rem!important}.p-md-25{padding:15rem!important}.p-md-26{padding:16rem!important}.p-md-27{padding:17rem!important}.p-md-28{padding:18rem!important}.p-md-29{padding:19rem!important}.p-md-30{padding:20rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-2{padding-right:1rem!important;padding-left:1rem!important}.px-md-3{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-4{padding-right:2rem!important;padding-left:2rem!important}.px-md-5{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-md-6{padding-right:3rem!important;padding-left:3rem!important}.px-md-7{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-md-8{padding-right:4rem!important;padding-left:4rem!important}.px-md-9{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-md-10{padding-right:5rem!important;padding-left:5rem!important}.px-md-11{padding-right:5.5rem!important;padding-left:5.5rem!important}.px-md-12{padding-right:6rem!important;padding-left:6rem!important}.px-md-13{padding-right:6.5rem!important;padding-left:6.5rem!important}.px-md-14{padding-right:7rem!important;padding-left:7rem!important}.px-md-15{padding-right:7.5rem!important;padding-left:7.5rem!important}.px-md-16{padding-right:8rem!important;padding-left:8rem!important}.px-md-17{padding-right:8.5rem!important;padding-left:8.5rem!important}.px-md-18{padding-right:9rem!important;padding-left:9rem!important}.px-md-19{padding-right:9.5rem!important;padding-left:9.5rem!important}.px-md-20{padding-right:10rem!important;padding-left:10rem!important}.px-md-21{padding-right:11rem!important;padding-left:11rem!important}.px-md-22{padding-right:12rem!important;padding-left:12rem!important}.px-md-23{padding-right:13rem!important;padding-left:13rem!important}.px-md-24{padding-right:14rem!important;padding-left:14rem!important}.px-md-25{padding-right:15rem!important;padding-left:15rem!important}.px-md-26{padding-right:16rem!important;padding-left:16rem!important}.px-md-27{padding-right:17rem!important;padding-left:17rem!important}.px-md-28{padding-right:18rem!important;padding-left:18rem!important}.px-md-29{padding-right:19rem!important;padding-left:19rem!important}.px-md-30{padding-right:20rem!important;padding-left:20rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-2{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-md-5{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-md-6{padding-top:3rem!important;padding-bottom:3rem!important}.py-md-7{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-md-8{padding-top:4rem!important;padding-bottom:4rem!important}.py-md-9{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-md-10{padding-top:5rem!important;padding-bottom:5rem!important}.py-md-11{padding-top:5.5rem!important;padding-bottom:5.5rem!important}.py-md-12{padding-top:6rem!important;padding-bottom:6rem!important}.py-md-13{padding-top:6.5rem!important;padding-bottom:6.5rem!important}.py-md-14{padding-top:7rem!important;padding-bottom:7rem!important}.py-md-15{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.py-md-16{padding-top:8rem!important;padding-bottom:8rem!important}.py-md-17{padding-top:8.5rem!important;padding-bottom:8.5rem!important}.py-md-18{padding-top:9rem!important;padding-bottom:9rem!important}.py-md-19{padding-top:9.5rem!important;padding-bottom:9.5rem!important}.py-md-20{padding-top:10rem!important;padding-bottom:10rem!important}.py-md-21{padding-top:11rem!important;padding-bottom:11rem!important}.py-md-22{padding-top:12rem!important;padding-bottom:12rem!important}.py-md-23{padding-top:13rem!important;padding-bottom:13rem!important}.py-md-24{padding-top:14rem!important;padding-bottom:14rem!important}.py-md-25{padding-top:15rem!important;padding-bottom:15rem!important}.py-md-26{padding-top:16rem!important;padding-bottom:16rem!important}.py-md-27{padding-top:17rem!important;padding-bottom:17rem!important}.py-md-28{padding-top:18rem!important;padding-bottom:18rem!important}.py-md-29{padding-top:19rem!important;padding-bottom:19rem!important}.py-md-30{padding-top:20rem!important;padding-bottom:20rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.5rem!important}.pt-md-2{padding-top:1rem!important}.pt-md-3{padding-top:1.5rem!important}.pt-md-4{padding-top:2rem!important}.pt-md-5{padding-top:2.5rem!important}.pt-md-6{padding-top:3rem!important}.pt-md-7{padding-top:3.5rem!important}.pt-md-8{padding-top:4rem!important}.pt-md-9{padding-top:4.5rem!important}.pt-md-10{padding-top:5rem!important}.pt-md-11{padding-top:5.5rem!important}.pt-md-12{padding-top:6rem!important}.pt-md-13{padding-top:6.5rem!important}.pt-md-14{padding-top:7rem!important}.pt-md-15{padding-top:7.5rem!important}.pt-md-16{padding-top:8rem!important}.pt-md-17{padding-top:8.5rem!important}.pt-md-18{padding-top:9rem!important}.pt-md-19{padding-top:9.5rem!important}.pt-md-20{padding-top:10rem!important}.pt-md-21{padding-top:11rem!important}.pt-md-22{padding-top:12rem!important}.pt-md-23{padding-top:13rem!important}.pt-md-24{padding-top:14rem!important}.pt-md-25{padding-top:15rem!important}.pt-md-26{padding-top:16rem!important}.pt-md-27{padding-top:17rem!important}.pt-md-28{padding-top:18rem!important}.pt-md-29{padding-top:19rem!important}.pt-md-30{padding-top:20rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.5rem!important}.pe-md-2{padding-right:1rem!important}.pe-md-3{padding-right:1.5rem!important}.pe-md-4{padding-right:2rem!important}.pe-md-5{padding-right:2.5rem!important}.pe-md-6{padding-right:3rem!important}.pe-md-7{padding-right:3.5rem!important}.pe-md-8{padding-right:4rem!important}.pe-md-9{padding-right:4.5rem!important}.pe-md-10{padding-right:5rem!important}.pe-md-11{padding-right:5.5rem!important}.pe-md-12{padding-right:6rem!important}.pe-md-13{padding-right:6.5rem!important}.pe-md-14{padding-right:7rem!important}.pe-md-15{padding-right:7.5rem!important}.pe-md-16{padding-right:8rem!important}.pe-md-17{padding-right:8.5rem!important}.pe-md-18{padding-right:9rem!important}.pe-md-19{padding-right:9.5rem!important}.pe-md-20{padding-right:10rem!important}.pe-md-21{padding-right:11rem!important}.pe-md-22{padding-right:12rem!important}.pe-md-23{padding-right:13rem!important}.pe-md-24{padding-right:14rem!important}.pe-md-25{padding-right:15rem!important}.pe-md-26{padding-right:16rem!important}.pe-md-27{padding-right:17rem!important}.pe-md-28{padding-right:18rem!important}.pe-md-29{padding-right:19rem!important}.pe-md-30{padding-right:20rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.5rem!important}.pb-md-2{padding-bottom:1rem!important}.pb-md-3{padding-bottom:1.5rem!important}.pb-md-4{padding-bottom:2rem!important}.pb-md-5{padding-bottom:2.5rem!important}.pb-md-6{padding-bottom:3rem!important}.pb-md-7{padding-bottom:3.5rem!important}.pb-md-8{padding-bottom:4rem!important}.pb-md-9{padding-bottom:4.5rem!important}.pb-md-10{padding-bottom:5rem!important}.pb-md-11{padding-bottom:5.5rem!important}.pb-md-12{padding-bottom:6rem!important}.pb-md-13{padding-bottom:6.5rem!important}.pb-md-14{padding-bottom:7rem!important}.pb-md-15{padding-bottom:7.5rem!important}.pb-md-16{padding-bottom:8rem!important}.pb-md-17{padding-bottom:8.5rem!important}.pb-md-18{padding-bottom:9rem!important}.pb-md-19{padding-bottom:9.5rem!important}.pb-md-20{padding-bottom:10rem!important}.pb-md-21{padding-bottom:11rem!important}.pb-md-22{padding-bottom:12rem!important}.pb-md-23{padding-bottom:13rem!important}.pb-md-24{padding-bottom:14rem!important}.pb-md-25{padding-bottom:15rem!important}.pb-md-26{padding-bottom:16rem!important}.pb-md-27{padding-bottom:17rem!important}.pb-md-28{padding-bottom:18rem!important}.pb-md-29{padding-bottom:19rem!important}.pb-md-30{padding-bottom:20rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.5rem!important}.ps-md-2{padding-left:1rem!important}.ps-md-3{padding-left:1.5rem!important}.ps-md-4{padding-left:2rem!important}.ps-md-5{padding-left:2.5rem!important}.ps-md-6{padding-left:3rem!important}.ps-md-7{padding-left:3.5rem!important}.ps-md-8{padding-left:4rem!important}.ps-md-9{padding-left:4.5rem!important}.ps-md-10{padding-left:5rem!important}.ps-md-11{padding-left:5.5rem!important}.ps-md-12{padding-left:6rem!important}.ps-md-13{padding-left:6.5rem!important}.ps-md-14{padding-left:7rem!important}.ps-md-15{padding-left:7.5rem!important}.ps-md-16{padding-left:8rem!important}.ps-md-17{padding-left:8.5rem!important}.ps-md-18{padding-left:9rem!important}.ps-md-19{padding-left:9.5rem!important}.ps-md-20{padding-left:10rem!important}.ps-md-21{padding-left:11rem!important}.ps-md-22{padding-left:12rem!important}.ps-md-23{padding-left:13rem!important}.ps-md-24{padding-left:14rem!important}.ps-md-25{padding-left:15rem!important}.ps-md-26{padding-left:16rem!important}.ps-md-27{padding-left:17rem!important}.ps-md-28{padding-left:18rem!important}.ps-md-29{padding-left:19rem!important}.ps-md-30{padding-left:20rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.5rem!important}.gap-md-2{gap:1rem!important}.gap-md-3{gap:1.5rem!important}.gap-md-4{gap:2rem!important}.gap-md-5{gap:2.5rem!important}.gap-md-6{gap:3rem!important}.gap-md-7{gap:3.5rem!important}.gap-md-8{gap:4rem!important}.gap-md-9{gap:4.5rem!important}.gap-md-10{gap:5rem!important}.gap-md-11{gap:5.5rem!important}.gap-md-12{gap:6rem!important}.gap-md-13{gap:6.5rem!important}.gap-md-14{gap:7rem!important}.gap-md-15{gap:7.5rem!important}.gap-md-16{gap:8rem!important}.gap-md-17{gap:8.5rem!important}.gap-md-18{gap:9rem!important}.gap-md-19{gap:9.5rem!important}.gap-md-20{gap:10rem!important}.gap-md-21{gap:11rem!important}.gap-md-22{gap:12rem!important}.gap-md-23{gap:13rem!important}.gap-md-24{gap:14rem!important}.gap-md-25{gap:15rem!important}.gap-md-26{gap:16rem!important}.gap-md-27{gap:17rem!important}.gap-md-28{gap:18rem!important}.gap-md-29{gap:19rem!important}.gap-md-30{gap:20rem!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){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.5rem!important}.m-lg-2{margin:1rem!important}.m-lg-3{margin:1.5rem!important}.m-lg-4{margin:2rem!important}.m-lg-5{margin:2.5rem!important}.m-lg-6{margin:3rem!important}.m-lg-7{margin:3.5rem!important}.m-lg-8{margin:4rem!important}.m-lg-9{margin:4.5rem!important}.m-lg-10{margin:5rem!important}.m-lg-11{margin:5.5rem!important}.m-lg-12{margin:6rem!important}.m-lg-13{margin:6.5rem!important}.m-lg-14{margin:7rem!important}.m-lg-15{margin:7.5rem!important}.m-lg-16{margin:8rem!important}.m-lg-17{margin:8.5rem!important}.m-lg-18{margin:9rem!important}.m-lg-19{margin:9.5rem!important}.m-lg-20{margin:10rem!important}.m-lg-21{margin:11rem!important}.m-lg-22{margin:12rem!important}.m-lg-23{margin:13rem!important}.m-lg-24{margin:14rem!important}.m-lg-25{margin:15rem!important}.m-lg-26{margin:16rem!important}.m-lg-27{margin:17rem!important}.m-lg-28{margin:18rem!important}.m-lg-29{margin:19rem!important}.m-lg-30{margin:20rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-2{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-3{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-4{margin-right:2rem!important;margin-left:2rem!important}.mx-lg-5{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-lg-6{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-7{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-lg-8{margin-right:4rem!important;margin-left:4rem!important}.mx-lg-9{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-lg-10{margin-right:5rem!important;margin-left:5rem!important}.mx-lg-11{margin-right:5.5rem!important;margin-left:5.5rem!important}.mx-lg-12{margin-right:6rem!important;margin-left:6rem!important}.mx-lg-13{margin-right:6.5rem!important;margin-left:6.5rem!important}.mx-lg-14{margin-right:7rem!important;margin-left:7rem!important}.mx-lg-15{margin-right:7.5rem!important;margin-left:7.5rem!important}.mx-lg-16{margin-right:8rem!important;margin-left:8rem!important}.mx-lg-17{margin-right:8.5rem!important;margin-left:8.5rem!important}.mx-lg-18{margin-right:9rem!important;margin-left:9rem!important}.mx-lg-19{margin-right:9.5rem!important;margin-left:9.5rem!important}.mx-lg-20{margin-right:10rem!important;margin-left:10rem!important}.mx-lg-21{margin-right:11rem!important;margin-left:11rem!important}.mx-lg-22{margin-right:12rem!important;margin-left:12rem!important}.mx-lg-23{margin-right:13rem!important;margin-left:13rem!important}.mx-lg-24{margin-right:14rem!important;margin-left:14rem!important}.mx-lg-25{margin-right:15rem!important;margin-left:15rem!important}.mx-lg-26{margin-right:16rem!important;margin-left:16rem!important}.mx-lg-27{margin-right:17rem!important;margin-left:17rem!important}.mx-lg-28{margin-right:18rem!important;margin-left:18rem!important}.mx-lg-29{margin-right:19rem!important;margin-left:19rem!important}.mx-lg-30{margin-right:20rem!important;margin-left:20rem!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-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-2{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-lg-5{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-lg-6{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-7{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-lg-8{margin-top:4rem!important;margin-bottom:4rem!important}.my-lg-9{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-lg-10{margin-top:5rem!important;margin-bottom:5rem!important}.my-lg-11{margin-top:5.5rem!important;margin-bottom:5.5rem!important}.my-lg-12{margin-top:6rem!important;margin-bottom:6rem!important}.my-lg-13{margin-top:6.5rem!important;margin-bottom:6.5rem!important}.my-lg-14{margin-top:7rem!important;margin-bottom:7rem!important}.my-lg-15{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-lg-16{margin-top:8rem!important;margin-bottom:8rem!important}.my-lg-17{margin-top:8.5rem!important;margin-bottom:8.5rem!important}.my-lg-18{margin-top:9rem!important;margin-bottom:9rem!important}.my-lg-19{margin-top:9.5rem!important;margin-bottom:9.5rem!important}.my-lg-20{margin-top:10rem!important;margin-bottom:10rem!important}.my-lg-21{margin-top:11rem!important;margin-bottom:11rem!important}.my-lg-22{margin-top:12rem!important;margin-bottom:12rem!important}.my-lg-23{margin-top:13rem!important;margin-bottom:13rem!important}.my-lg-24{margin-top:14rem!important;margin-bottom:14rem!important}.my-lg-25{margin-top:15rem!important;margin-bottom:15rem!important}.my-lg-26{margin-top:16rem!important;margin-bottom:16rem!important}.my-lg-27{margin-top:17rem!important;margin-bottom:17rem!important}.my-lg-28{margin-top:18rem!important;margin-bottom:18rem!important}.my-lg-29{margin-top:19rem!important;margin-bottom:19rem!important}.my-lg-30{margin-top:20rem!important;margin-bottom:20rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.5rem!important}.mt-lg-2{margin-top:1rem!important}.mt-lg-3{margin-top:1.5rem!important}.mt-lg-4{margin-top:2rem!important}.mt-lg-5{margin-top:2.5rem!important}.mt-lg-6{margin-top:3rem!important}.mt-lg-7{margin-top:3.5rem!important}.mt-lg-8{margin-top:4rem!important}.mt-lg-9{margin-top:4.5rem!important}.mt-lg-10{margin-top:5rem!important}.mt-lg-11{margin-top:5.5rem!important}.mt-lg-12{margin-top:6rem!important}.mt-lg-13{margin-top:6.5rem!important}.mt-lg-14{margin-top:7rem!important}.mt-lg-15{margin-top:7.5rem!important}.mt-lg-16{margin-top:8rem!important}.mt-lg-17{margin-top:8.5rem!important}.mt-lg-18{margin-top:9rem!important}.mt-lg-19{margin-top:9.5rem!important}.mt-lg-20{margin-top:10rem!important}.mt-lg-21{margin-top:11rem!important}.mt-lg-22{margin-top:12rem!important}.mt-lg-23{margin-top:13rem!important}.mt-lg-24{margin-top:14rem!important}.mt-lg-25{margin-top:15rem!important}.mt-lg-26{margin-top:16rem!important}.mt-lg-27{margin-top:17rem!important}.mt-lg-28{margin-top:18rem!important}.mt-lg-29{margin-top:19rem!important}.mt-lg-30{margin-top:20rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.5rem!important}.me-lg-2{margin-right:1rem!important}.me-lg-3{margin-right:1.5rem!important}.me-lg-4{margin-right:2rem!important}.me-lg-5{margin-right:2.5rem!important}.me-lg-6{margin-right:3rem!important}.me-lg-7{margin-right:3.5rem!important}.me-lg-8{margin-right:4rem!important}.me-lg-9{margin-right:4.5rem!important}.me-lg-10{margin-right:5rem!important}.me-lg-11{margin-right:5.5rem!important}.me-lg-12{margin-right:6rem!important}.me-lg-13{margin-right:6.5rem!important}.me-lg-14{margin-right:7rem!important}.me-lg-15{margin-right:7.5rem!important}.me-lg-16{margin-right:8rem!important}.me-lg-17{margin-right:8.5rem!important}.me-lg-18{margin-right:9rem!important}.me-lg-19{margin-right:9.5rem!important}.me-lg-20{margin-right:10rem!important}.me-lg-21{margin-right:11rem!important}.me-lg-22{margin-right:12rem!important}.me-lg-23{margin-right:13rem!important}.me-lg-24{margin-right:14rem!important}.me-lg-25{margin-right:15rem!important}.me-lg-26{margin-right:16rem!important}.me-lg-27{margin-right:17rem!important}.me-lg-28{margin-right:18rem!important}.me-lg-29{margin-right:19rem!important}.me-lg-30{margin-right:20rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.5rem!important}.mb-lg-2{margin-bottom:1rem!important}.mb-lg-3{margin-bottom:1.5rem!important}.mb-lg-4{margin-bottom:2rem!important}.mb-lg-5{margin-bottom:2.5rem!important}.mb-lg-6{margin-bottom:3rem!important}.mb-lg-7{margin-bottom:3.5rem!important}.mb-lg-8{margin-bottom:4rem!important}.mb-lg-9{margin-bottom:4.5rem!important}.mb-lg-10{margin-bottom:5rem!important}.mb-lg-11{margin-bottom:5.5rem!important}.mb-lg-12{margin-bottom:6rem!important}.mb-lg-13{margin-bottom:6.5rem!important}.mb-lg-14{margin-bottom:7rem!important}.mb-lg-15{margin-bottom:7.5rem!important}.mb-lg-16{margin-bottom:8rem!important}.mb-lg-17{margin-bottom:8.5rem!important}.mb-lg-18{margin-bottom:9rem!important}.mb-lg-19{margin-bottom:9.5rem!important}.mb-lg-20{margin-bottom:10rem!important}.mb-lg-21{margin-bottom:11rem!important}.mb-lg-22{margin-bottom:12rem!important}.mb-lg-23{margin-bottom:13rem!important}.mb-lg-24{margin-bottom:14rem!important}.mb-lg-25{margin-bottom:15rem!important}.mb-lg-26{margin-bottom:16rem!important}.mb-lg-27{margin-bottom:17rem!important}.mb-lg-28{margin-bottom:18rem!important}.mb-lg-29{margin-bottom:19rem!important}.mb-lg-30{margin-bottom:20rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.5rem!important}.ms-lg-2{margin-left:1rem!important}.ms-lg-3{margin-left:1.5rem!important}.ms-lg-4{margin-left:2rem!important}.ms-lg-5{margin-left:2.5rem!important}.ms-lg-6{margin-left:3rem!important}.ms-lg-7{margin-left:3.5rem!important}.ms-lg-8{margin-left:4rem!important}.ms-lg-9{margin-left:4.5rem!important}.ms-lg-10{margin-left:5rem!important}.ms-lg-11{margin-left:5.5rem!important}.ms-lg-12{margin-left:6rem!important}.ms-lg-13{margin-left:6.5rem!important}.ms-lg-14{margin-left:7rem!important}.ms-lg-15{margin-left:7.5rem!important}.ms-lg-16{margin-left:8rem!important}.ms-lg-17{margin-left:8.5rem!important}.ms-lg-18{margin-left:9rem!important}.ms-lg-19{margin-left:9.5rem!important}.ms-lg-20{margin-left:10rem!important}.ms-lg-21{margin-left:11rem!important}.ms-lg-22{margin-left:12rem!important}.ms-lg-23{margin-left:13rem!important}.ms-lg-24{margin-left:14rem!important}.ms-lg-25{margin-left:15rem!important}.ms-lg-26{margin-left:16rem!important}.ms-lg-27{margin-left:17rem!important}.ms-lg-28{margin-left:18rem!important}.ms-lg-29{margin-left:19rem!important}.ms-lg-30{margin-left:20rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.5rem!important}.p-lg-2{padding:1rem!important}.p-lg-3{padding:1.5rem!important}.p-lg-4{padding:2rem!important}.p-lg-5{padding:2.5rem!important}.p-lg-6{padding:3rem!important}.p-lg-7{padding:3.5rem!important}.p-lg-8{padding:4rem!important}.p-lg-9{padding:4.5rem!important}.p-lg-10{padding:5rem!important}.p-lg-11{padding:5.5rem!important}.p-lg-12{padding:6rem!important}.p-lg-13{padding:6.5rem!important}.p-lg-14{padding:7rem!important}.p-lg-15{padding:7.5rem!important}.p-lg-16{padding:8rem!important}.p-lg-17{padding:8.5rem!important}.p-lg-18{padding:9rem!important}.p-lg-19{padding:9.5rem!important}.p-lg-20{padding:10rem!important}.p-lg-21{padding:11rem!important}.p-lg-22{padding:12rem!important}.p-lg-23{padding:13rem!important}.p-lg-24{padding:14rem!important}.p-lg-25{padding:15rem!important}.p-lg-26{padding:16rem!important}.p-lg-27{padding:17rem!important}.p-lg-28{padding:18rem!important}.p-lg-29{padding:19rem!important}.p-lg-30{padding:20rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-2{padding-right:1rem!important;padding-left:1rem!important}.px-lg-3{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-4{padding-right:2rem!important;padding-left:2rem!important}.px-lg-5{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-lg-6{padding-right:3rem!important;padding-left:3rem!important}.px-lg-7{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-lg-8{padding-right:4rem!important;padding-left:4rem!important}.px-lg-9{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-lg-10{padding-right:5rem!important;padding-left:5rem!important}.px-lg-11{padding-right:5.5rem!important;padding-left:5.5rem!important}.px-lg-12{padding-right:6rem!important;padding-left:6rem!important}.px-lg-13{padding-right:6.5rem!important;padding-left:6.5rem!important}.px-lg-14{padding-right:7rem!important;padding-left:7rem!important}.px-lg-15{padding-right:7.5rem!important;padding-left:7.5rem!important}.px-lg-16{padding-right:8rem!important;padding-left:8rem!important}.px-lg-17{padding-right:8.5rem!important;padding-left:8.5rem!important}.px-lg-18{padding-right:9rem!important;padding-left:9rem!important}.px-lg-19{padding-right:9.5rem!important;padding-left:9.5rem!important}.px-lg-20{padding-right:10rem!important;padding-left:10rem!important}.px-lg-21{padding-right:11rem!important;padding-left:11rem!important}.px-lg-22{padding-right:12rem!important;padding-left:12rem!important}.px-lg-23{padding-right:13rem!important;padding-left:13rem!important}.px-lg-24{padding-right:14rem!important;padding-left:14rem!important}.px-lg-25{padding-right:15rem!important;padding-left:15rem!important}.px-lg-26{padding-right:16rem!important;padding-left:16rem!important}.px-lg-27{padding-right:17rem!important;padding-left:17rem!important}.px-lg-28{padding-right:18rem!important;padding-left:18rem!important}.px-lg-29{padding-right:19rem!important;padding-left:19rem!important}.px-lg-30{padding-right:20rem!important;padding-left:20rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-2{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-lg-5{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-lg-6{padding-top:3rem!important;padding-bottom:3rem!important}.py-lg-7{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-lg-8{padding-top:4rem!important;padding-bottom:4rem!important}.py-lg-9{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-lg-10{padding-top:5rem!important;padding-bottom:5rem!important}.py-lg-11{padding-top:5.5rem!important;padding-bottom:5.5rem!important}.py-lg-12{padding-top:6rem!important;padding-bottom:6rem!important}.py-lg-13{padding-top:6.5rem!important;padding-bottom:6.5rem!important}.py-lg-14{padding-top:7rem!important;padding-bottom:7rem!important}.py-lg-15{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.py-lg-16{padding-top:8rem!important;padding-bottom:8rem!important}.py-lg-17{padding-top:8.5rem!important;padding-bottom:8.5rem!important}.py-lg-18{padding-top:9rem!important;padding-bottom:9rem!important}.py-lg-19{padding-top:9.5rem!important;padding-bottom:9.5rem!important}.py-lg-20{padding-top:10rem!important;padding-bottom:10rem!important}.py-lg-21{padding-top:11rem!important;padding-bottom:11rem!important}.py-lg-22{padding-top:12rem!important;padding-bottom:12rem!important}.py-lg-23{padding-top:13rem!important;padding-bottom:13rem!important}.py-lg-24{padding-top:14rem!important;padding-bottom:14rem!important}.py-lg-25{padding-top:15rem!important;padding-bottom:15rem!important}.py-lg-26{padding-top:16rem!important;padding-bottom:16rem!important}.py-lg-27{padding-top:17rem!important;padding-bottom:17rem!important}.py-lg-28{padding-top:18rem!important;padding-bottom:18rem!important}.py-lg-29{padding-top:19rem!important;padding-bottom:19rem!important}.py-lg-30{padding-top:20rem!important;padding-bottom:20rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.5rem!important}.pt-lg-2{padding-top:1rem!important}.pt-lg-3{padding-top:1.5rem!important}.pt-lg-4{padding-top:2rem!important}.pt-lg-5{padding-top:2.5rem!important}.pt-lg-6{padding-top:3rem!important}.pt-lg-7{padding-top:3.5rem!important}.pt-lg-8{padding-top:4rem!important}.pt-lg-9{padding-top:4.5rem!important}.pt-lg-10{padding-top:5rem!important}.pt-lg-11{padding-top:5.5rem!important}.pt-lg-12{padding-top:6rem!important}.pt-lg-13{padding-top:6.5rem!important}.pt-lg-14{padding-top:7rem!important}.pt-lg-15{padding-top:7.5rem!important}.pt-lg-16{padding-top:8rem!important}.pt-lg-17{padding-top:8.5rem!important}.pt-lg-18{padding-top:9rem!important}.pt-lg-19{padding-top:9.5rem!important}.pt-lg-20{padding-top:10rem!important}.pt-lg-21{padding-top:11rem!important}.pt-lg-22{padding-top:12rem!important}.pt-lg-23{padding-top:13rem!important}.pt-lg-24{padding-top:14rem!important}.pt-lg-25{padding-top:15rem!important}.pt-lg-26{padding-top:16rem!important}.pt-lg-27{padding-top:17rem!important}.pt-lg-28{padding-top:18rem!important}.pt-lg-29{padding-top:19rem!important}.pt-lg-30{padding-top:20rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.5rem!important}.pe-lg-2{padding-right:1rem!important}.pe-lg-3{padding-right:1.5rem!important}.pe-lg-4{padding-right:2rem!important}.pe-lg-5{padding-right:2.5rem!important}.pe-lg-6{padding-right:3rem!important}.pe-lg-7{padding-right:3.5rem!important}.pe-lg-8{padding-right:4rem!important}.pe-lg-9{padding-right:4.5rem!important}.pe-lg-10{padding-right:5rem!important}.pe-lg-11{padding-right:5.5rem!important}.pe-lg-12{padding-right:6rem!important}.pe-lg-13{padding-right:6.5rem!important}.pe-lg-14{padding-right:7rem!important}.pe-lg-15{padding-right:7.5rem!important}.pe-lg-16{padding-right:8rem!important}.pe-lg-17{padding-right:8.5rem!important}.pe-lg-18{padding-right:9rem!important}.pe-lg-19{padding-right:9.5rem!important}.pe-lg-20{padding-right:10rem!important}.pe-lg-21{padding-right:11rem!important}.pe-lg-22{padding-right:12rem!important}.pe-lg-23{padding-right:13rem!important}.pe-lg-24{padding-right:14rem!important}.pe-lg-25{padding-right:15rem!important}.pe-lg-26{padding-right:16rem!important}.pe-lg-27{padding-right:17rem!important}.pe-lg-28{padding-right:18rem!important}.pe-lg-29{padding-right:19rem!important}.pe-lg-30{padding-right:20rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.5rem!important}.pb-lg-2{padding-bottom:1rem!important}.pb-lg-3{padding-bottom:1.5rem!important}.pb-lg-4{padding-bottom:2rem!important}.pb-lg-5{padding-bottom:2.5rem!important}.pb-lg-6{padding-bottom:3rem!important}.pb-lg-7{padding-bottom:3.5rem!important}.pb-lg-8{padding-bottom:4rem!important}.pb-lg-9{padding-bottom:4.5rem!important}.pb-lg-10{padding-bottom:5rem!important}.pb-lg-11{padding-bottom:5.5rem!important}.pb-lg-12{padding-bottom:6rem!important}.pb-lg-13{padding-bottom:6.5rem!important}.pb-lg-14{padding-bottom:7rem!important}.pb-lg-15{padding-bottom:7.5rem!important}.pb-lg-16{padding-bottom:8rem!important}.pb-lg-17{padding-bottom:8.5rem!important}.pb-lg-18{padding-bottom:9rem!important}.pb-lg-19{padding-bottom:9.5rem!important}.pb-lg-20{padding-bottom:10rem!important}.pb-lg-21{padding-bottom:11rem!important}.pb-lg-22{padding-bottom:12rem!important}.pb-lg-23{padding-bottom:13rem!important}.pb-lg-24{padding-bottom:14rem!important}.pb-lg-25{padding-bottom:15rem!important}.pb-lg-26{padding-bottom:16rem!important}.pb-lg-27{padding-bottom:17rem!important}.pb-lg-28{padding-bottom:18rem!important}.pb-lg-29{padding-bottom:19rem!important}.pb-lg-30{padding-bottom:20rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.5rem!important}.ps-lg-2{padding-left:1rem!important}.ps-lg-3{padding-left:1.5rem!important}.ps-lg-4{padding-left:2rem!important}.ps-lg-5{padding-left:2.5rem!important}.ps-lg-6{padding-left:3rem!important}.ps-lg-7{padding-left:3.5rem!important}.ps-lg-8{padding-left:4rem!important}.ps-lg-9{padding-left:4.5rem!important}.ps-lg-10{padding-left:5rem!important}.ps-lg-11{padding-left:5.5rem!important}.ps-lg-12{padding-left:6rem!important}.ps-lg-13{padding-left:6.5rem!important}.ps-lg-14{padding-left:7rem!important}.ps-lg-15{padding-left:7.5rem!important}.ps-lg-16{padding-left:8rem!important}.ps-lg-17{padding-left:8.5rem!important}.ps-lg-18{padding-left:9rem!important}.ps-lg-19{padding-left:9.5rem!important}.ps-lg-20{padding-left:10rem!important}.ps-lg-21{padding-left:11rem!important}.ps-lg-22{padding-left:12rem!important}.ps-lg-23{padding-left:13rem!important}.ps-lg-24{padding-left:14rem!important}.ps-lg-25{padding-left:15rem!important}.ps-lg-26{padding-left:16rem!important}.ps-lg-27{padding-left:17rem!important}.ps-lg-28{padding-left:18rem!important}.ps-lg-29{padding-left:19rem!important}.ps-lg-30{padding-left:20rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.5rem!important}.gap-lg-2{gap:1rem!important}.gap-lg-3{gap:1.5rem!important}.gap-lg-4{gap:2rem!important}.gap-lg-5{gap:2.5rem!important}.gap-lg-6{gap:3rem!important}.gap-lg-7{gap:3.5rem!important}.gap-lg-8{gap:4rem!important}.gap-lg-9{gap:4.5rem!important}.gap-lg-10{gap:5rem!important}.gap-lg-11{gap:5.5rem!important}.gap-lg-12{gap:6rem!important}.gap-lg-13{gap:6.5rem!important}.gap-lg-14{gap:7rem!important}.gap-lg-15{gap:7.5rem!important}.gap-lg-16{gap:8rem!important}.gap-lg-17{gap:8.5rem!important}.gap-lg-18{gap:9rem!important}.gap-lg-19{gap:9.5rem!important}.gap-lg-20{gap:10rem!important}.gap-lg-21{gap:11rem!important}.gap-lg-22{gap:12rem!important}.gap-lg-23{gap:13rem!important}.gap-lg-24{gap:14rem!important}.gap-lg-25{gap:15rem!important}.gap-lg-26{gap:16rem!important}.gap-lg-27{gap:17rem!important}.gap-lg-28{gap:18rem!important}.gap-lg-29{gap:19rem!important}.gap-lg-30{gap:20rem!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){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.5rem!important}.m-xl-2{margin:1rem!important}.m-xl-3{margin:1.5rem!important}.m-xl-4{margin:2rem!important}.m-xl-5{margin:2.5rem!important}.m-xl-6{margin:3rem!important}.m-xl-7{margin:3.5rem!important}.m-xl-8{margin:4rem!important}.m-xl-9{margin:4.5rem!important}.m-xl-10{margin:5rem!important}.m-xl-11{margin:5.5rem!important}.m-xl-12{margin:6rem!important}.m-xl-13{margin:6.5rem!important}.m-xl-14{margin:7rem!important}.m-xl-15{margin:7.5rem!important}.m-xl-16{margin:8rem!important}.m-xl-17{margin:8.5rem!important}.m-xl-18{margin:9rem!important}.m-xl-19{margin:9.5rem!important}.m-xl-20{margin:10rem!important}.m-xl-21{margin:11rem!important}.m-xl-22{margin:12rem!important}.m-xl-23{margin:13rem!important}.m-xl-24{margin:14rem!important}.m-xl-25{margin:15rem!important}.m-xl-26{margin:16rem!important}.m-xl-27{margin:17rem!important}.m-xl-28{margin:18rem!important}.m-xl-29{margin:19rem!important}.m-xl-30{margin:20rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-2{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-3{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-4{margin-right:2rem!important;margin-left:2rem!important}.mx-xl-5{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-xl-6{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-7{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-xl-8{margin-right:4rem!important;margin-left:4rem!important}.mx-xl-9{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-xl-10{margin-right:5rem!important;margin-left:5rem!important}.mx-xl-11{margin-right:5.5rem!important;margin-left:5.5rem!important}.mx-xl-12{margin-right:6rem!important;margin-left:6rem!important}.mx-xl-13{margin-right:6.5rem!important;margin-left:6.5rem!important}.mx-xl-14{margin-right:7rem!important;margin-left:7rem!important}.mx-xl-15{margin-right:7.5rem!important;margin-left:7.5rem!important}.mx-xl-16{margin-right:8rem!important;margin-left:8rem!important}.mx-xl-17{margin-right:8.5rem!important;margin-left:8.5rem!important}.mx-xl-18{margin-right:9rem!important;margin-left:9rem!important}.mx-xl-19{margin-right:9.5rem!important;margin-left:9.5rem!important}.mx-xl-20{margin-right:10rem!important;margin-left:10rem!important}.mx-xl-21{margin-right:11rem!important;margin-left:11rem!important}.mx-xl-22{margin-right:12rem!important;margin-left:12rem!important}.mx-xl-23{margin-right:13rem!important;margin-left:13rem!important}.mx-xl-24{margin-right:14rem!important;margin-left:14rem!important}.mx-xl-25{margin-right:15rem!important;margin-left:15rem!important}.mx-xl-26{margin-right:16rem!important;margin-left:16rem!important}.mx-xl-27{margin-right:17rem!important;margin-left:17rem!important}.mx-xl-28{margin-right:18rem!important;margin-left:18rem!important}.mx-xl-29{margin-right:19rem!important;margin-left:19rem!important}.mx-xl-30{margin-right:20rem!important;margin-left:20rem!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-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-2{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-xl-5{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-xl-6{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-7{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-xl-8{margin-top:4rem!important;margin-bottom:4rem!important}.my-xl-9{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-xl-10{margin-top:5rem!important;margin-bottom:5rem!important}.my-xl-11{margin-top:5.5rem!important;margin-bottom:5.5rem!important}.my-xl-12{margin-top:6rem!important;margin-bottom:6rem!important}.my-xl-13{margin-top:6.5rem!important;margin-bottom:6.5rem!important}.my-xl-14{margin-top:7rem!important;margin-bottom:7rem!important}.my-xl-15{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-xl-16{margin-top:8rem!important;margin-bottom:8rem!important}.my-xl-17{margin-top:8.5rem!important;margin-bottom:8.5rem!important}.my-xl-18{margin-top:9rem!important;margin-bottom:9rem!important}.my-xl-19{margin-top:9.5rem!important;margin-bottom:9.5rem!important}.my-xl-20{margin-top:10rem!important;margin-bottom:10rem!important}.my-xl-21{margin-top:11rem!important;margin-bottom:11rem!important}.my-xl-22{margin-top:12rem!important;margin-bottom:12rem!important}.my-xl-23{margin-top:13rem!important;margin-bottom:13rem!important}.my-xl-24{margin-top:14rem!important;margin-bottom:14rem!important}.my-xl-25{margin-top:15rem!important;margin-bottom:15rem!important}.my-xl-26{margin-top:16rem!important;margin-bottom:16rem!important}.my-xl-27{margin-top:17rem!important;margin-bottom:17rem!important}.my-xl-28{margin-top:18rem!important;margin-bottom:18rem!important}.my-xl-29{margin-top:19rem!important;margin-bottom:19rem!important}.my-xl-30{margin-top:20rem!important;margin-bottom:20rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.5rem!important}.mt-xl-2{margin-top:1rem!important}.mt-xl-3{margin-top:1.5rem!important}.mt-xl-4{margin-top:2rem!important}.mt-xl-5{margin-top:2.5rem!important}.mt-xl-6{margin-top:3rem!important}.mt-xl-7{margin-top:3.5rem!important}.mt-xl-8{margin-top:4rem!important}.mt-xl-9{margin-top:4.5rem!important}.mt-xl-10{margin-top:5rem!important}.mt-xl-11{margin-top:5.5rem!important}.mt-xl-12{margin-top:6rem!important}.mt-xl-13{margin-top:6.5rem!important}.mt-xl-14{margin-top:7rem!important}.mt-xl-15{margin-top:7.5rem!important}.mt-xl-16{margin-top:8rem!important}.mt-xl-17{margin-top:8.5rem!important}.mt-xl-18{margin-top:9rem!important}.mt-xl-19{margin-top:9.5rem!important}.mt-xl-20{margin-top:10rem!important}.mt-xl-21{margin-top:11rem!important}.mt-xl-22{margin-top:12rem!important}.mt-xl-23{margin-top:13rem!important}.mt-xl-24{margin-top:14rem!important}.mt-xl-25{margin-top:15rem!important}.mt-xl-26{margin-top:16rem!important}.mt-xl-27{margin-top:17rem!important}.mt-xl-28{margin-top:18rem!important}.mt-xl-29{margin-top:19rem!important}.mt-xl-30{margin-top:20rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.5rem!important}.me-xl-2{margin-right:1rem!important}.me-xl-3{margin-right:1.5rem!important}.me-xl-4{margin-right:2rem!important}.me-xl-5{margin-right:2.5rem!important}.me-xl-6{margin-right:3rem!important}.me-xl-7{margin-right:3.5rem!important}.me-xl-8{margin-right:4rem!important}.me-xl-9{margin-right:4.5rem!important}.me-xl-10{margin-right:5rem!important}.me-xl-11{margin-right:5.5rem!important}.me-xl-12{margin-right:6rem!important}.me-xl-13{margin-right:6.5rem!important}.me-xl-14{margin-right:7rem!important}.me-xl-15{margin-right:7.5rem!important}.me-xl-16{margin-right:8rem!important}.me-xl-17{margin-right:8.5rem!important}.me-xl-18{margin-right:9rem!important}.me-xl-19{margin-right:9.5rem!important}.me-xl-20{margin-right:10rem!important}.me-xl-21{margin-right:11rem!important}.me-xl-22{margin-right:12rem!important}.me-xl-23{margin-right:13rem!important}.me-xl-24{margin-right:14rem!important}.me-xl-25{margin-right:15rem!important}.me-xl-26{margin-right:16rem!important}.me-xl-27{margin-right:17rem!important}.me-xl-28{margin-right:18rem!important}.me-xl-29{margin-right:19rem!important}.me-xl-30{margin-right:20rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.5rem!important}.mb-xl-2{margin-bottom:1rem!important}.mb-xl-3{margin-bottom:1.5rem!important}.mb-xl-4{margin-bottom:2rem!important}.mb-xl-5{margin-bottom:2.5rem!important}.mb-xl-6{margin-bottom:3rem!important}.mb-xl-7{margin-bottom:3.5rem!important}.mb-xl-8{margin-bottom:4rem!important}.mb-xl-9{margin-bottom:4.5rem!important}.mb-xl-10{margin-bottom:5rem!important}.mb-xl-11{margin-bottom:5.5rem!important}.mb-xl-12{margin-bottom:6rem!important}.mb-xl-13{margin-bottom:6.5rem!important}.mb-xl-14{margin-bottom:7rem!important}.mb-xl-15{margin-bottom:7.5rem!important}.mb-xl-16{margin-bottom:8rem!important}.mb-xl-17{margin-bottom:8.5rem!important}.mb-xl-18{margin-bottom:9rem!important}.mb-xl-19{margin-bottom:9.5rem!important}.mb-xl-20{margin-bottom:10rem!important}.mb-xl-21{margin-bottom:11rem!important}.mb-xl-22{margin-bottom:12rem!important}.mb-xl-23{margin-bottom:13rem!important}.mb-xl-24{margin-bottom:14rem!important}.mb-xl-25{margin-bottom:15rem!important}.mb-xl-26{margin-bottom:16rem!important}.mb-xl-27{margin-bottom:17rem!important}.mb-xl-28{margin-bottom:18rem!important}.mb-xl-29{margin-bottom:19rem!important}.mb-xl-30{margin-bottom:20rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.5rem!important}.ms-xl-2{margin-left:1rem!important}.ms-xl-3{margin-left:1.5rem!important}.ms-xl-4{margin-left:2rem!important}.ms-xl-5{margin-left:2.5rem!important}.ms-xl-6{margin-left:3rem!important}.ms-xl-7{margin-left:3.5rem!important}.ms-xl-8{margin-left:4rem!important}.ms-xl-9{margin-left:4.5rem!important}.ms-xl-10{margin-left:5rem!important}.ms-xl-11{margin-left:5.5rem!important}.ms-xl-12{margin-left:6rem!important}.ms-xl-13{margin-left:6.5rem!important}.ms-xl-14{margin-left:7rem!important}.ms-xl-15{margin-left:7.5rem!important}.ms-xl-16{margin-left:8rem!important}.ms-xl-17{margin-left:8.5rem!important}.ms-xl-18{margin-left:9rem!important}.ms-xl-19{margin-left:9.5rem!important}.ms-xl-20{margin-left:10rem!important}.ms-xl-21{margin-left:11rem!important}.ms-xl-22{margin-left:12rem!important}.ms-xl-23{margin-left:13rem!important}.ms-xl-24{margin-left:14rem!important}.ms-xl-25{margin-left:15rem!important}.ms-xl-26{margin-left:16rem!important}.ms-xl-27{margin-left:17rem!important}.ms-xl-28{margin-left:18rem!important}.ms-xl-29{margin-left:19rem!important}.ms-xl-30{margin-left:20rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.5rem!important}.p-xl-2{padding:1rem!important}.p-xl-3{padding:1.5rem!important}.p-xl-4{padding:2rem!important}.p-xl-5{padding:2.5rem!important}.p-xl-6{padding:3rem!important}.p-xl-7{padding:3.5rem!important}.p-xl-8{padding:4rem!important}.p-xl-9{padding:4.5rem!important}.p-xl-10{padding:5rem!important}.p-xl-11{padding:5.5rem!important}.p-xl-12{padding:6rem!important}.p-xl-13{padding:6.5rem!important}.p-xl-14{padding:7rem!important}.p-xl-15{padding:7.5rem!important}.p-xl-16{padding:8rem!important}.p-xl-17{padding:8.5rem!important}.p-xl-18{padding:9rem!important}.p-xl-19{padding:9.5rem!important}.p-xl-20{padding:10rem!important}.p-xl-21{padding:11rem!important}.p-xl-22{padding:12rem!important}.p-xl-23{padding:13rem!important}.p-xl-24{padding:14rem!important}.p-xl-25{padding:15rem!important}.p-xl-26{padding:16rem!important}.p-xl-27{padding:17rem!important}.p-xl-28{padding:18rem!important}.p-xl-29{padding:19rem!important}.p-xl-30{padding:20rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-2{padding-right:1rem!important;padding-left:1rem!important}.px-xl-3{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-4{padding-right:2rem!important;padding-left:2rem!important}.px-xl-5{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-xl-6{padding-right:3rem!important;padding-left:3rem!important}.px-xl-7{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-xl-8{padding-right:4rem!important;padding-left:4rem!important}.px-xl-9{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-xl-10{padding-right:5rem!important;padding-left:5rem!important}.px-xl-11{padding-right:5.5rem!important;padding-left:5.5rem!important}.px-xl-12{padding-right:6rem!important;padding-left:6rem!important}.px-xl-13{padding-right:6.5rem!important;padding-left:6.5rem!important}.px-xl-14{padding-right:7rem!important;padding-left:7rem!important}.px-xl-15{padding-right:7.5rem!important;padding-left:7.5rem!important}.px-xl-16{padding-right:8rem!important;padding-left:8rem!important}.px-xl-17{padding-right:8.5rem!important;padding-left:8.5rem!important}.px-xl-18{padding-right:9rem!important;padding-left:9rem!important}.px-xl-19{padding-right:9.5rem!important;padding-left:9.5rem!important}.px-xl-20{padding-right:10rem!important;padding-left:10rem!important}.px-xl-21{padding-right:11rem!important;padding-left:11rem!important}.px-xl-22{padding-right:12rem!important;padding-left:12rem!important}.px-xl-23{padding-right:13rem!important;padding-left:13rem!important}.px-xl-24{padding-right:14rem!important;padding-left:14rem!important}.px-xl-25{padding-right:15rem!important;padding-left:15rem!important}.px-xl-26{padding-right:16rem!important;padding-left:16rem!important}.px-xl-27{padding-right:17rem!important;padding-left:17rem!important}.px-xl-28{padding-right:18rem!important;padding-left:18rem!important}.px-xl-29{padding-right:19rem!important;padding-left:19rem!important}.px-xl-30{padding-right:20rem!important;padding-left:20rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-2{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-xl-5{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-xl-6{padding-top:3rem!important;padding-bottom:3rem!important}.py-xl-7{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-xl-8{padding-top:4rem!important;padding-bottom:4rem!important}.py-xl-9{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-xl-10{padding-top:5rem!important;padding-bottom:5rem!important}.py-xl-11{padding-top:5.5rem!important;padding-bottom:5.5rem!important}.py-xl-12{padding-top:6rem!important;padding-bottom:6rem!important}.py-xl-13{padding-top:6.5rem!important;padding-bottom:6.5rem!important}.py-xl-14{padding-top:7rem!important;padding-bottom:7rem!important}.py-xl-15{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.py-xl-16{padding-top:8rem!important;padding-bottom:8rem!important}.py-xl-17{padding-top:8.5rem!important;padding-bottom:8.5rem!important}.py-xl-18{padding-top:9rem!important;padding-bottom:9rem!important}.py-xl-19{padding-top:9.5rem!important;padding-bottom:9.5rem!important}.py-xl-20{padding-top:10rem!important;padding-bottom:10rem!important}.py-xl-21{padding-top:11rem!important;padding-bottom:11rem!important}.py-xl-22{padding-top:12rem!important;padding-bottom:12rem!important}.py-xl-23{padding-top:13rem!important;padding-bottom:13rem!important}.py-xl-24{padding-top:14rem!important;padding-bottom:14rem!important}.py-xl-25{padding-top:15rem!important;padding-bottom:15rem!important}.py-xl-26{padding-top:16rem!important;padding-bottom:16rem!important}.py-xl-27{padding-top:17rem!important;padding-bottom:17rem!important}.py-xl-28{padding-top:18rem!important;padding-bottom:18rem!important}.py-xl-29{padding-top:19rem!important;padding-bottom:19rem!important}.py-xl-30{padding-top:20rem!important;padding-bottom:20rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.5rem!important}.pt-xl-2{padding-top:1rem!important}.pt-xl-3{padding-top:1.5rem!important}.pt-xl-4{padding-top:2rem!important}.pt-xl-5{padding-top:2.5rem!important}.pt-xl-6{padding-top:3rem!important}.pt-xl-7{padding-top:3.5rem!important}.pt-xl-8{padding-top:4rem!important}.pt-xl-9{padding-top:4.5rem!important}.pt-xl-10{padding-top:5rem!important}.pt-xl-11{padding-top:5.5rem!important}.pt-xl-12{padding-top:6rem!important}.pt-xl-13{padding-top:6.5rem!important}.pt-xl-14{padding-top:7rem!important}.pt-xl-15{padding-top:7.5rem!important}.pt-xl-16{padding-top:8rem!important}.pt-xl-17{padding-top:8.5rem!important}.pt-xl-18{padding-top:9rem!important}.pt-xl-19{padding-top:9.5rem!important}.pt-xl-20{padding-top:10rem!important}.pt-xl-21{padding-top:11rem!important}.pt-xl-22{padding-top:12rem!important}.pt-xl-23{padding-top:13rem!important}.pt-xl-24{padding-top:14rem!important}.pt-xl-25{padding-top:15rem!important}.pt-xl-26{padding-top:16rem!important}.pt-xl-27{padding-top:17rem!important}.pt-xl-28{padding-top:18rem!important}.pt-xl-29{padding-top:19rem!important}.pt-xl-30{padding-top:20rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.5rem!important}.pe-xl-2{padding-right:1rem!important}.pe-xl-3{padding-right:1.5rem!important}.pe-xl-4{padding-right:2rem!important}.pe-xl-5{padding-right:2.5rem!important}.pe-xl-6{padding-right:3rem!important}.pe-xl-7{padding-right:3.5rem!important}.pe-xl-8{padding-right:4rem!important}.pe-xl-9{padding-right:4.5rem!important}.pe-xl-10{padding-right:5rem!important}.pe-xl-11{padding-right:5.5rem!important}.pe-xl-12{padding-right:6rem!important}.pe-xl-13{padding-right:6.5rem!important}.pe-xl-14{padding-right:7rem!important}.pe-xl-15{padding-right:7.5rem!important}.pe-xl-16{padding-right:8rem!important}.pe-xl-17{padding-right:8.5rem!important}.pe-xl-18{padding-right:9rem!important}.pe-xl-19{padding-right:9.5rem!important}.pe-xl-20{padding-right:10rem!important}.pe-xl-21{padding-right:11rem!important}.pe-xl-22{padding-right:12rem!important}.pe-xl-23{padding-right:13rem!important}.pe-xl-24{padding-right:14rem!important}.pe-xl-25{padding-right:15rem!important}.pe-xl-26{padding-right:16rem!important}.pe-xl-27{padding-right:17rem!important}.pe-xl-28{padding-right:18rem!important}.pe-xl-29{padding-right:19rem!important}.pe-xl-30{padding-right:20rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.5rem!important}.pb-xl-2{padding-bottom:1rem!important}.pb-xl-3{padding-bottom:1.5rem!important}.pb-xl-4{padding-bottom:2rem!important}.pb-xl-5{padding-bottom:2.5rem!important}.pb-xl-6{padding-bottom:3rem!important}.pb-xl-7{padding-bottom:3.5rem!important}.pb-xl-8{padding-bottom:4rem!important}.pb-xl-9{padding-bottom:4.5rem!important}.pb-xl-10{padding-bottom:5rem!important}.pb-xl-11{padding-bottom:5.5rem!important}.pb-xl-12{padding-bottom:6rem!important}.pb-xl-13{padding-bottom:6.5rem!important}.pb-xl-14{padding-bottom:7rem!important}.pb-xl-15{padding-bottom:7.5rem!important}.pb-xl-16{padding-bottom:8rem!important}.pb-xl-17{padding-bottom:8.5rem!important}.pb-xl-18{padding-bottom:9rem!important}.pb-xl-19{padding-bottom:9.5rem!important}.pb-xl-20{padding-bottom:10rem!important}.pb-xl-21{padding-bottom:11rem!important}.pb-xl-22{padding-bottom:12rem!important}.pb-xl-23{padding-bottom:13rem!important}.pb-xl-24{padding-bottom:14rem!important}.pb-xl-25{padding-bottom:15rem!important}.pb-xl-26{padding-bottom:16rem!important}.pb-xl-27{padding-bottom:17rem!important}.pb-xl-28{padding-bottom:18rem!important}.pb-xl-29{padding-bottom:19rem!important}.pb-xl-30{padding-bottom:20rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.5rem!important}.ps-xl-2{padding-left:1rem!important}.ps-xl-3{padding-left:1.5rem!important}.ps-xl-4{padding-left:2rem!important}.ps-xl-5{padding-left:2.5rem!important}.ps-xl-6{padding-left:3rem!important}.ps-xl-7{padding-left:3.5rem!important}.ps-xl-8{padding-left:4rem!important}.ps-xl-9{padding-left:4.5rem!important}.ps-xl-10{padding-left:5rem!important}.ps-xl-11{padding-left:5.5rem!important}.ps-xl-12{padding-left:6rem!important}.ps-xl-13{padding-left:6.5rem!important}.ps-xl-14{padding-left:7rem!important}.ps-xl-15{padding-left:7.5rem!important}.ps-xl-16{padding-left:8rem!important}.ps-xl-17{padding-left:8.5rem!important}.ps-xl-18{padding-left:9rem!important}.ps-xl-19{padding-left:9.5rem!important}.ps-xl-20{padding-left:10rem!important}.ps-xl-21{padding-left:11rem!important}.ps-xl-22{padding-left:12rem!important}.ps-xl-23{padding-left:13rem!important}.ps-xl-24{padding-left:14rem!important}.ps-xl-25{padding-left:15rem!important}.ps-xl-26{padding-left:16rem!important}.ps-xl-27{padding-left:17rem!important}.ps-xl-28{padding-left:18rem!important}.ps-xl-29{padding-left:19rem!important}.ps-xl-30{padding-left:20rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.5rem!important}.gap-xl-2{gap:1rem!important}.gap-xl-3{gap:1.5rem!important}.gap-xl-4{gap:2rem!important}.gap-xl-5{gap:2.5rem!important}.gap-xl-6{gap:3rem!important}.gap-xl-7{gap:3.5rem!important}.gap-xl-8{gap:4rem!important}.gap-xl-9{gap:4.5rem!important}.gap-xl-10{gap:5rem!important}.gap-xl-11{gap:5.5rem!important}.gap-xl-12{gap:6rem!important}.gap-xl-13{gap:6.5rem!important}.gap-xl-14{gap:7rem!important}.gap-xl-15{gap:7.5rem!important}.gap-xl-16{gap:8rem!important}.gap-xl-17{gap:8.5rem!important}.gap-xl-18{gap:9rem!important}.gap-xl-19{gap:9.5rem!important}.gap-xl-20{gap:10rem!important}.gap-xl-21{gap:11rem!important}.gap-xl-22{gap:12rem!important}.gap-xl-23{gap:13rem!important}.gap-xl-24{gap:14rem!important}.gap-xl-25{gap:15rem!important}.gap-xl-26{gap:16rem!important}.gap-xl-27{gap:17rem!important}.gap-xl-28{gap:18rem!important}.gap-xl-29{gap:19rem!important}.gap-xl-30{gap:20rem!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: 1440px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none,.c-nav--overview{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-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.5rem!important}.m-xxl-2{margin:1rem!important}.m-xxl-3{margin:1.5rem!important}.m-xxl-4{margin:2rem!important}.m-xxl-5{margin:2.5rem!important}.m-xxl-6{margin:3rem!important}.m-xxl-7{margin:3.5rem!important}.m-xxl-8{margin:4rem!important}.m-xxl-9{margin:4.5rem!important}.m-xxl-10{margin:5rem!important}.m-xxl-11{margin:5.5rem!important}.m-xxl-12{margin:6rem!important}.m-xxl-13{margin:6.5rem!important}.m-xxl-14{margin:7rem!important}.m-xxl-15{margin:7.5rem!important}.m-xxl-16{margin:8rem!important}.m-xxl-17{margin:8.5rem!important}.m-xxl-18{margin:9rem!important}.m-xxl-19{margin:9.5rem!important}.m-xxl-20{margin:10rem!important}.m-xxl-21{margin:11rem!important}.m-xxl-22{margin:12rem!important}.m-xxl-23{margin:13rem!important}.m-xxl-24{margin:14rem!important}.m-xxl-25{margin:15rem!important}.m-xxl-26{margin:16rem!important}.m-xxl-27{margin:17rem!important}.m-xxl-28{margin:18rem!important}.m-xxl-29{margin:19rem!important}.m-xxl-30{margin:20rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-2{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-3{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-4{margin-right:2rem!important;margin-left:2rem!important}.mx-xxl-5{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-xxl-6{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-7{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-xxl-8{margin-right:4rem!important;margin-left:4rem!important}.mx-xxl-9{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-xxl-10{margin-right:5rem!important;margin-left:5rem!important}.mx-xxl-11{margin-right:5.5rem!important;margin-left:5.5rem!important}.mx-xxl-12{margin-right:6rem!important;margin-left:6rem!important}.mx-xxl-13{margin-right:6.5rem!important;margin-left:6.5rem!important}.mx-xxl-14{margin-right:7rem!important;margin-left:7rem!important}.mx-xxl-15{margin-right:7.5rem!important;margin-left:7.5rem!important}.mx-xxl-16{margin-right:8rem!important;margin-left:8rem!important}.mx-xxl-17{margin-right:8.5rem!important;margin-left:8.5rem!important}.mx-xxl-18{margin-right:9rem!important;margin-left:9rem!important}.mx-xxl-19{margin-right:9.5rem!important;margin-left:9.5rem!important}.mx-xxl-20{margin-right:10rem!important;margin-left:10rem!important}.mx-xxl-21{margin-right:11rem!important;margin-left:11rem!important}.mx-xxl-22{margin-right:12rem!important;margin-left:12rem!important}.mx-xxl-23{margin-right:13rem!important;margin-left:13rem!important}.mx-xxl-24{margin-right:14rem!important;margin-left:14rem!important}.mx-xxl-25{margin-right:15rem!important;margin-left:15rem!important}.mx-xxl-26{margin-right:16rem!important;margin-left:16rem!important}.mx-xxl-27{margin-right:17rem!important;margin-left:17rem!important}.mx-xxl-28{margin-right:18rem!important;margin-left:18rem!important}.mx-xxl-29{margin-right:19rem!important;margin-left:19rem!important}.mx-xxl-30{margin-right:20rem!important;margin-left:20rem!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-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-2{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-xxl-5{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-xxl-6{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-7{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-xxl-8{margin-top:4rem!important;margin-bottom:4rem!important}.my-xxl-9{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-xxl-10{margin-top:5rem!important;margin-bottom:5rem!important}.my-xxl-11{margin-top:5.5rem!important;margin-bottom:5.5rem!important}.my-xxl-12{margin-top:6rem!important;margin-bottom:6rem!important}.my-xxl-13{margin-top:6.5rem!important;margin-bottom:6.5rem!important}.my-xxl-14{margin-top:7rem!important;margin-bottom:7rem!important}.my-xxl-15{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-xxl-16{margin-top:8rem!important;margin-bottom:8rem!important}.my-xxl-17{margin-top:8.5rem!important;margin-bottom:8.5rem!important}.my-xxl-18{margin-top:9rem!important;margin-bottom:9rem!important}.my-xxl-19{margin-top:9.5rem!important;margin-bottom:9.5rem!important}.my-xxl-20{margin-top:10rem!important;margin-bottom:10rem!important}.my-xxl-21{margin-top:11rem!important;margin-bottom:11rem!important}.my-xxl-22{margin-top:12rem!important;margin-bottom:12rem!important}.my-xxl-23{margin-top:13rem!important;margin-bottom:13rem!important}.my-xxl-24{margin-top:14rem!important;margin-bottom:14rem!important}.my-xxl-25{margin-top:15rem!important;margin-bottom:15rem!important}.my-xxl-26{margin-top:16rem!important;margin-bottom:16rem!important}.my-xxl-27{margin-top:17rem!important;margin-bottom:17rem!important}.my-xxl-28{margin-top:18rem!important;margin-bottom:18rem!important}.my-xxl-29{margin-top:19rem!important;margin-bottom:19rem!important}.my-xxl-30{margin-top:20rem!important;margin-bottom:20rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.5rem!important}.mt-xxl-2{margin-top:1rem!important}.mt-xxl-3{margin-top:1.5rem!important}.mt-xxl-4{margin-top:2rem!important}.mt-xxl-5{margin-top:2.5rem!important}.mt-xxl-6{margin-top:3rem!important}.mt-xxl-7{margin-top:3.5rem!important}.mt-xxl-8{margin-top:4rem!important}.mt-xxl-9{margin-top:4.5rem!important}.mt-xxl-10{margin-top:5rem!important}.mt-xxl-11{margin-top:5.5rem!important}.mt-xxl-12{margin-top:6rem!important}.mt-xxl-13{margin-top:6.5rem!important}.mt-xxl-14{margin-top:7rem!important}.mt-xxl-15{margin-top:7.5rem!important}.mt-xxl-16{margin-top:8rem!important}.mt-xxl-17{margin-top:8.5rem!important}.mt-xxl-18{margin-top:9rem!important}.mt-xxl-19{margin-top:9.5rem!important}.mt-xxl-20{margin-top:10rem!important}.mt-xxl-21{margin-top:11rem!important}.mt-xxl-22{margin-top:12rem!important}.mt-xxl-23{margin-top:13rem!important}.mt-xxl-24{margin-top:14rem!important}.mt-xxl-25{margin-top:15rem!important}.mt-xxl-26{margin-top:16rem!important}.mt-xxl-27{margin-top:17rem!important}.mt-xxl-28{margin-top:18rem!important}.mt-xxl-29{margin-top:19rem!important}.mt-xxl-30{margin-top:20rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.5rem!important}.me-xxl-2{margin-right:1rem!important}.me-xxl-3{margin-right:1.5rem!important}.me-xxl-4{margin-right:2rem!important}.me-xxl-5{margin-right:2.5rem!important}.me-xxl-6{margin-right:3rem!important}.me-xxl-7{margin-right:3.5rem!important}.me-xxl-8{margin-right:4rem!important}.me-xxl-9{margin-right:4.5rem!important}.me-xxl-10{margin-right:5rem!important}.me-xxl-11{margin-right:5.5rem!important}.me-xxl-12{margin-right:6rem!important}.me-xxl-13{margin-right:6.5rem!important}.me-xxl-14{margin-right:7rem!important}.me-xxl-15{margin-right:7.5rem!important}.me-xxl-16{margin-right:8rem!important}.me-xxl-17{margin-right:8.5rem!important}.me-xxl-18{margin-right:9rem!important}.me-xxl-19{margin-right:9.5rem!important}.me-xxl-20{margin-right:10rem!important}.me-xxl-21{margin-right:11rem!important}.me-xxl-22{margin-right:12rem!important}.me-xxl-23{margin-right:13rem!important}.me-xxl-24{margin-right:14rem!important}.me-xxl-25{margin-right:15rem!important}.me-xxl-26{margin-right:16rem!important}.me-xxl-27{margin-right:17rem!important}.me-xxl-28{margin-right:18rem!important}.me-xxl-29{margin-right:19rem!important}.me-xxl-30{margin-right:20rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.5rem!important}.mb-xxl-2{margin-bottom:1rem!important}.mb-xxl-3{margin-bottom:1.5rem!important}.mb-xxl-4{margin-bottom:2rem!important}.mb-xxl-5{margin-bottom:2.5rem!important}.mb-xxl-6{margin-bottom:3rem!important}.mb-xxl-7{margin-bottom:3.5rem!important}.mb-xxl-8{margin-bottom:4rem!important}.mb-xxl-9{margin-bottom:4.5rem!important}.mb-xxl-10{margin-bottom:5rem!important}.mb-xxl-11{margin-bottom:5.5rem!important}.mb-xxl-12{margin-bottom:6rem!important}.mb-xxl-13{margin-bottom:6.5rem!important}.mb-xxl-14{margin-bottom:7rem!important}.mb-xxl-15{margin-bottom:7.5rem!important}.mb-xxl-16{margin-bottom:8rem!important}.mb-xxl-17{margin-bottom:8.5rem!important}.mb-xxl-18{margin-bottom:9rem!important}.mb-xxl-19{margin-bottom:9.5rem!important}.mb-xxl-20{margin-bottom:10rem!important}.mb-xxl-21{margin-bottom:11rem!important}.mb-xxl-22{margin-bottom:12rem!important}.mb-xxl-23{margin-bottom:13rem!important}.mb-xxl-24{margin-bottom:14rem!important}.mb-xxl-25{margin-bottom:15rem!important}.mb-xxl-26{margin-bottom:16rem!important}.mb-xxl-27{margin-bottom:17rem!important}.mb-xxl-28{margin-bottom:18rem!important}.mb-xxl-29{margin-bottom:19rem!important}.mb-xxl-30{margin-bottom:20rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.5rem!important}.ms-xxl-2{margin-left:1rem!important}.ms-xxl-3{margin-left:1.5rem!important}.ms-xxl-4{margin-left:2rem!important}.ms-xxl-5{margin-left:2.5rem!important}.ms-xxl-6{margin-left:3rem!important}.ms-xxl-7{margin-left:3.5rem!important}.ms-xxl-8{margin-left:4rem!important}.ms-xxl-9{margin-left:4.5rem!important}.ms-xxl-10{margin-left:5rem!important}.ms-xxl-11{margin-left:5.5rem!important}.ms-xxl-12{margin-left:6rem!important}.ms-xxl-13{margin-left:6.5rem!important}.ms-xxl-14{margin-left:7rem!important}.ms-xxl-15{margin-left:7.5rem!important}.ms-xxl-16{margin-left:8rem!important}.ms-xxl-17{margin-left:8.5rem!important}.ms-xxl-18{margin-left:9rem!important}.ms-xxl-19{margin-left:9.5rem!important}.ms-xxl-20{margin-left:10rem!important}.ms-xxl-21{margin-left:11rem!important}.ms-xxl-22{margin-left:12rem!important}.ms-xxl-23{margin-left:13rem!important}.ms-xxl-24{margin-left:14rem!important}.ms-xxl-25{margin-left:15rem!important}.ms-xxl-26{margin-left:16rem!important}.ms-xxl-27{margin-left:17rem!important}.ms-xxl-28{margin-left:18rem!important}.ms-xxl-29{margin-left:19rem!important}.ms-xxl-30{margin-left:20rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.5rem!important}.p-xxl-2{padding:1rem!important}.p-xxl-3{padding:1.5rem!important}.p-xxl-4{padding:2rem!important}.p-xxl-5{padding:2.5rem!important}.p-xxl-6{padding:3rem!important}.p-xxl-7{padding:3.5rem!important}.p-xxl-8{padding:4rem!important}.p-xxl-9{padding:4.5rem!important}.p-xxl-10{padding:5rem!important}.p-xxl-11{padding:5.5rem!important}.p-xxl-12{padding:6rem!important}.p-xxl-13{padding:6.5rem!important}.p-xxl-14{padding:7rem!important}.p-xxl-15{padding:7.5rem!important}.p-xxl-16{padding:8rem!important}.p-xxl-17{padding:8.5rem!important}.p-xxl-18{padding:9rem!important}.p-xxl-19{padding:9.5rem!important}.p-xxl-20{padding:10rem!important}.p-xxl-21{padding:11rem!important}.p-xxl-22{padding:12rem!important}.p-xxl-23{padding:13rem!important}.p-xxl-24{padding:14rem!important}.p-xxl-25{padding:15rem!important}.p-xxl-26{padding:16rem!important}.p-xxl-27{padding:17rem!important}.p-xxl-28{padding:18rem!important}.p-xxl-29{padding:19rem!important}.p-xxl-30{padding:20rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-2{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-3{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-4{padding-right:2rem!important;padding-left:2rem!important}.px-xxl-5{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-xxl-6{padding-right:3rem!important;padding-left:3rem!important}.px-xxl-7{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-xxl-8{padding-right:4rem!important;padding-left:4rem!important}.px-xxl-9{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-xxl-10{padding-right:5rem!important;padding-left:5rem!important}.px-xxl-11{padding-right:5.5rem!important;padding-left:5.5rem!important}.px-xxl-12{padding-right:6rem!important;padding-left:6rem!important}.px-xxl-13{padding-right:6.5rem!important;padding-left:6.5rem!important}.px-xxl-14{padding-right:7rem!important;padding-left:7rem!important}.px-xxl-15{padding-right:7.5rem!important;padding-left:7.5rem!important}.px-xxl-16{padding-right:8rem!important;padding-left:8rem!important}.px-xxl-17{padding-right:8.5rem!important;padding-left:8.5rem!important}.px-xxl-18{padding-right:9rem!important;padding-left:9rem!important}.px-xxl-19{padding-right:9.5rem!important;padding-left:9.5rem!important}.px-xxl-20{padding-right:10rem!important;padding-left:10rem!important}.px-xxl-21{padding-right:11rem!important;padding-left:11rem!important}.px-xxl-22{padding-right:12rem!important;padding-left:12rem!important}.px-xxl-23{padding-right:13rem!important;padding-left:13rem!important}.px-xxl-24{padding-right:14rem!important;padding-left:14rem!important}.px-xxl-25{padding-right:15rem!important;padding-left:15rem!important}.px-xxl-26{padding-right:16rem!important;padding-left:16rem!important}.px-xxl-27{padding-right:17rem!important;padding-left:17rem!important}.px-xxl-28{padding-right:18rem!important;padding-left:18rem!important}.px-xxl-29{padding-right:19rem!important;padding-left:19rem!important}.px-xxl-30{padding-right:20rem!important;padding-left:20rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-2{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-xxl-5{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-xxl-6{padding-top:3rem!important;padding-bottom:3rem!important}.py-xxl-7{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-xxl-8{padding-top:4rem!important;padding-bottom:4rem!important}.py-xxl-9{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-xxl-10{padding-top:5rem!important;padding-bottom:5rem!important}.py-xxl-11{padding-top:5.5rem!important;padding-bottom:5.5rem!important}.py-xxl-12{padding-top:6rem!important;padding-bottom:6rem!important}.py-xxl-13{padding-top:6.5rem!important;padding-bottom:6.5rem!important}.py-xxl-14{padding-top:7rem!important;padding-bottom:7rem!important}.py-xxl-15{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.py-xxl-16{padding-top:8rem!important;padding-bottom:8rem!important}.py-xxl-17{padding-top:8.5rem!important;padding-bottom:8.5rem!important}.py-xxl-18{padding-top:9rem!important;padding-bottom:9rem!important}.py-xxl-19{padding-top:9.5rem!important;padding-bottom:9.5rem!important}.py-xxl-20{padding-top:10rem!important;padding-bottom:10rem!important}.py-xxl-21{padding-top:11rem!important;padding-bottom:11rem!important}.py-xxl-22{padding-top:12rem!important;padding-bottom:12rem!important}.py-xxl-23{padding-top:13rem!important;padding-bottom:13rem!important}.py-xxl-24{padding-top:14rem!important;padding-bottom:14rem!important}.py-xxl-25{padding-top:15rem!important;padding-bottom:15rem!important}.py-xxl-26{padding-top:16rem!important;padding-bottom:16rem!important}.py-xxl-27{padding-top:17rem!important;padding-bottom:17rem!important}.py-xxl-28{padding-top:18rem!important;padding-bottom:18rem!important}.py-xxl-29{padding-top:19rem!important;padding-bottom:19rem!important}.py-xxl-30{padding-top:20rem!important;padding-bottom:20rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.5rem!important}.pt-xxl-2{padding-top:1rem!important}.pt-xxl-3{padding-top:1.5rem!important}.pt-xxl-4{padding-top:2rem!important}.pt-xxl-5{padding-top:2.5rem!important}.pt-xxl-6{padding-top:3rem!important}.pt-xxl-7{padding-top:3.5rem!important}.pt-xxl-8{padding-top:4rem!important}.pt-xxl-9{padding-top:4.5rem!important}.pt-xxl-10{padding-top:5rem!important}.pt-xxl-11{padding-top:5.5rem!important}.pt-xxl-12{padding-top:6rem!important}.pt-xxl-13{padding-top:6.5rem!important}.pt-xxl-14{padding-top:7rem!important}.pt-xxl-15{padding-top:7.5rem!important}.pt-xxl-16{padding-top:8rem!important}.pt-xxl-17{padding-top:8.5rem!important}.pt-xxl-18{padding-top:9rem!important}.pt-xxl-19{padding-top:9.5rem!important}.pt-xxl-20{padding-top:10rem!important}.pt-xxl-21{padding-top:11rem!important}.pt-xxl-22{padding-top:12rem!important}.pt-xxl-23{padding-top:13rem!important}.pt-xxl-24{padding-top:14rem!important}.pt-xxl-25{padding-top:15rem!important}.pt-xxl-26{padding-top:16rem!important}.pt-xxl-27{padding-top:17rem!important}.pt-xxl-28{padding-top:18rem!important}.pt-xxl-29{padding-top:19rem!important}.pt-xxl-30{padding-top:20rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.5rem!important}.pe-xxl-2{padding-right:1rem!important}.pe-xxl-3{padding-right:1.5rem!important}.pe-xxl-4{padding-right:2rem!important}.pe-xxl-5{padding-right:2.5rem!important}.pe-xxl-6{padding-right:3rem!important}.pe-xxl-7{padding-right:3.5rem!important}.pe-xxl-8{padding-right:4rem!important}.pe-xxl-9{padding-right:4.5rem!important}.pe-xxl-10{padding-right:5rem!important}.pe-xxl-11{padding-right:5.5rem!important}.pe-xxl-12{padding-right:6rem!important}.pe-xxl-13{padding-right:6.5rem!important}.pe-xxl-14{padding-right:7rem!important}.pe-xxl-15{padding-right:7.5rem!important}.pe-xxl-16{padding-right:8rem!important}.pe-xxl-17{padding-right:8.5rem!important}.pe-xxl-18{padding-right:9rem!important}.pe-xxl-19{padding-right:9.5rem!important}.pe-xxl-20{padding-right:10rem!important}.pe-xxl-21{padding-right:11rem!important}.pe-xxl-22{padding-right:12rem!important}.pe-xxl-23{padding-right:13rem!important}.pe-xxl-24{padding-right:14rem!important}.pe-xxl-25{padding-right:15rem!important}.pe-xxl-26{padding-right:16rem!important}.pe-xxl-27{padding-right:17rem!important}.pe-xxl-28{padding-right:18rem!important}.pe-xxl-29{padding-right:19rem!important}.pe-xxl-30{padding-right:20rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.5rem!important}.pb-xxl-2{padding-bottom:1rem!important}.pb-xxl-3{padding-bottom:1.5rem!important}.pb-xxl-4{padding-bottom:2rem!important}.pb-xxl-5{padding-bottom:2.5rem!important}.pb-xxl-6{padding-bottom:3rem!important}.pb-xxl-7{padding-bottom:3.5rem!important}.pb-xxl-8{padding-bottom:4rem!important}.pb-xxl-9{padding-bottom:4.5rem!important}.pb-xxl-10{padding-bottom:5rem!important}.pb-xxl-11{padding-bottom:5.5rem!important}.pb-xxl-12{padding-bottom:6rem!important}.pb-xxl-13{padding-bottom:6.5rem!important}.pb-xxl-14{padding-bottom:7rem!important}.pb-xxl-15{padding-bottom:7.5rem!important}.pb-xxl-16{padding-bottom:8rem!important}.pb-xxl-17{padding-bottom:8.5rem!important}.pb-xxl-18{padding-bottom:9rem!important}.pb-xxl-19{padding-bottom:9.5rem!important}.pb-xxl-20{padding-bottom:10rem!important}.pb-xxl-21{padding-bottom:11rem!important}.pb-xxl-22{padding-bottom:12rem!important}.pb-xxl-23{padding-bottom:13rem!important}.pb-xxl-24{padding-bottom:14rem!important}.pb-xxl-25{padding-bottom:15rem!important}.pb-xxl-26{padding-bottom:16rem!important}.pb-xxl-27{padding-bottom:17rem!important}.pb-xxl-28{padding-bottom:18rem!important}.pb-xxl-29{padding-bottom:19rem!important}.pb-xxl-30{padding-bottom:20rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.5rem!important}.ps-xxl-2{padding-left:1rem!important}.ps-xxl-3{padding-left:1.5rem!important}.ps-xxl-4{padding-left:2rem!important}.ps-xxl-5{padding-left:2.5rem!important}.ps-xxl-6{padding-left:3rem!important}.ps-xxl-7{padding-left:3.5rem!important}.ps-xxl-8{padding-left:4rem!important}.ps-xxl-9{padding-left:4.5rem!important}.ps-xxl-10{padding-left:5rem!important}.ps-xxl-11{padding-left:5.5rem!important}.ps-xxl-12{padding-left:6rem!important}.ps-xxl-13{padding-left:6.5rem!important}.ps-xxl-14{padding-left:7rem!important}.ps-xxl-15{padding-left:7.5rem!important}.ps-xxl-16{padding-left:8rem!important}.ps-xxl-17{padding-left:8.5rem!important}.ps-xxl-18{padding-left:9rem!important}.ps-xxl-19{padding-left:9.5rem!important}.ps-xxl-20{padding-left:10rem!important}.ps-xxl-21{padding-left:11rem!important}.ps-xxl-22{padding-left:12rem!important}.ps-xxl-23{padding-left:13rem!important}.ps-xxl-24{padding-left:14rem!important}.ps-xxl-25{padding-left:15rem!important}.ps-xxl-26{padding-left:16rem!important}.ps-xxl-27{padding-left:17rem!important}.ps-xxl-28{padding-left:18rem!important}.ps-xxl-29{padding-left:19rem!important}.ps-xxl-30{padding-left:20rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.5rem!important}.gap-xxl-2{gap:1rem!important}.gap-xxl-3{gap:1.5rem!important}.gap-xxl-4{gap:2rem!important}.gap-xxl-5{gap:2.5rem!important}.gap-xxl-6{gap:3rem!important}.gap-xxl-7{gap:3.5rem!important}.gap-xxl-8{gap:4rem!important}.gap-xxl-9{gap:4.5rem!important}.gap-xxl-10{gap:5rem!important}.gap-xxl-11{gap:5.5rem!important}.gap-xxl-12{gap:6rem!important}.gap-xxl-13{gap:6.5rem!important}.gap-xxl-14{gap:7rem!important}.gap-xxl-15{gap:7.5rem!important}.gap-xxl-16{gap:8rem!important}.gap-xxl-17{gap:8.5rem!important}.gap-xxl-18{gap:9rem!important}.gap-xxl-19{gap:9.5rem!important}.gap-xxl-20{gap:10rem!important}.gap-xxl-21{gap:11rem!important}.gap-xxl-22{gap:12rem!important}.gap-xxl-23{gap:13rem!important}.gap-xxl-24{gap:14rem!important}.gap-xxl-25{gap:15rem!important}.gap-xxl-26{gap:16rem!important}.gap-xxl-27{gap:17rem!important}.gap-xxl-28{gap:18rem!important}.gap-xxl-29{gap:19rem!important}.gap-xxl-30{gap:20rem!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: 1800px){.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-inline-grid{display:inline-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-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-1{margin:.5rem!important}.m-xxxl-2{margin:1rem!important}.m-xxxl-3{margin:1.5rem!important}.m-xxxl-4{margin:2rem!important}.m-xxxl-5{margin:2.5rem!important}.m-xxxl-6{margin:3rem!important}.m-xxxl-7{margin:3.5rem!important}.m-xxxl-8{margin:4rem!important}.m-xxxl-9{margin:4.5rem!important}.m-xxxl-10{margin:5rem!important}.m-xxxl-11{margin:5.5rem!important}.m-xxxl-12{margin:6rem!important}.m-xxxl-13{margin:6.5rem!important}.m-xxxl-14{margin:7rem!important}.m-xxxl-15{margin:7.5rem!important}.m-xxxl-16{margin:8rem!important}.m-xxxl-17{margin:8.5rem!important}.m-xxxl-18{margin:9rem!important}.m-xxxl-19{margin:9.5rem!important}.m-xxxl-20{margin:10rem!important}.m-xxxl-21{margin:11rem!important}.m-xxxl-22{margin:12rem!important}.m-xxxl-23{margin:13rem!important}.m-xxxl-24{margin:14rem!important}.m-xxxl-25{margin:15rem!important}.m-xxxl-26{margin:16rem!important}.m-xxxl-27{margin:17rem!important}.m-xxxl-28{margin:18rem!important}.m-xxxl-29{margin:19rem!important}.m-xxxl-30{margin:20rem!important}.m-xxxl-auto{margin:auto!important}.mx-xxxl-0{margin-right:0!important;margin-left:0!important}.mx-xxxl-1{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxxl-2{margin-right:1rem!important;margin-left:1rem!important}.mx-xxxl-3{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxxl-4{margin-right:2rem!important;margin-left:2rem!important}.mx-xxxl-5{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-xxxl-6{margin-right:3rem!important;margin-left:3rem!important}.mx-xxxl-7{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-xxxl-8{margin-right:4rem!important;margin-left:4rem!important}.mx-xxxl-9{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-xxxl-10{margin-right:5rem!important;margin-left:5rem!important}.mx-xxxl-11{margin-right:5.5rem!important;margin-left:5.5rem!important}.mx-xxxl-12{margin-right:6rem!important;margin-left:6rem!important}.mx-xxxl-13{margin-right:6.5rem!important;margin-left:6.5rem!important}.mx-xxxl-14{margin-right:7rem!important;margin-left:7rem!important}.mx-xxxl-15{margin-right:7.5rem!important;margin-left:7.5rem!important}.mx-xxxl-16{margin-right:8rem!important;margin-left:8rem!important}.mx-xxxl-17{margin-right:8.5rem!important;margin-left:8.5rem!important}.mx-xxxl-18{margin-right:9rem!important;margin-left:9rem!important}.mx-xxxl-19{margin-right:9.5rem!important;margin-left:9.5rem!important}.mx-xxxl-20{margin-right:10rem!important;margin-left:10rem!important}.mx-xxxl-21{margin-right:11rem!important;margin-left:11rem!important}.mx-xxxl-22{margin-right:12rem!important;margin-left:12rem!important}.mx-xxxl-23{margin-right:13rem!important;margin-left:13rem!important}.mx-xxxl-24{margin-right:14rem!important;margin-left:14rem!important}.mx-xxxl-25{margin-right:15rem!important;margin-left:15rem!important}.mx-xxxl-26{margin-right:16rem!important;margin-left:16rem!important}.mx-xxxl-27{margin-right:17rem!important;margin-left:17rem!important}.mx-xxxl-28{margin-right:18rem!important;margin-left:18rem!important}.mx-xxxl-29{margin-right:19rem!important;margin-left:19rem!important}.mx-xxxl-30{margin-right:20rem!important;margin-left:20rem!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-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxxl-2{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxxl-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxxl-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-xxxl-5{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-xxxl-6{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxxl-7{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-xxxl-8{margin-top:4rem!important;margin-bottom:4rem!important}.my-xxxl-9{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-xxxl-10{margin-top:5rem!important;margin-bottom:5rem!important}.my-xxxl-11{margin-top:5.5rem!important;margin-bottom:5.5rem!important}.my-xxxl-12{margin-top:6rem!important;margin-bottom:6rem!important}.my-xxxl-13{margin-top:6.5rem!important;margin-bottom:6.5rem!important}.my-xxxl-14{margin-top:7rem!important;margin-bottom:7rem!important}.my-xxxl-15{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-xxxl-16{margin-top:8rem!important;margin-bottom:8rem!important}.my-xxxl-17{margin-top:8.5rem!important;margin-bottom:8.5rem!important}.my-xxxl-18{margin-top:9rem!important;margin-bottom:9rem!important}.my-xxxl-19{margin-top:9.5rem!important;margin-bottom:9.5rem!important}.my-xxxl-20{margin-top:10rem!important;margin-bottom:10rem!important}.my-xxxl-21{margin-top:11rem!important;margin-bottom:11rem!important}.my-xxxl-22{margin-top:12rem!important;margin-bottom:12rem!important}.my-xxxl-23{margin-top:13rem!important;margin-bottom:13rem!important}.my-xxxl-24{margin-top:14rem!important;margin-bottom:14rem!important}.my-xxxl-25{margin-top:15rem!important;margin-bottom:15rem!important}.my-xxxl-26{margin-top:16rem!important;margin-bottom:16rem!important}.my-xxxl-27{margin-top:17rem!important;margin-bottom:17rem!important}.my-xxxl-28{margin-top:18rem!important;margin-bottom:18rem!important}.my-xxxl-29{margin-top:19rem!important;margin-bottom:19rem!important}.my-xxxl-30{margin-top:20rem!important;margin-bottom:20rem!important}.my-xxxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxxl-0{margin-top:0!important}.mt-xxxl-1{margin-top:.5rem!important}.mt-xxxl-2{margin-top:1rem!important}.mt-xxxl-3{margin-top:1.5rem!important}.mt-xxxl-4{margin-top:2rem!important}.mt-xxxl-5{margin-top:2.5rem!important}.mt-xxxl-6{margin-top:3rem!important}.mt-xxxl-7{margin-top:3.5rem!important}.mt-xxxl-8{margin-top:4rem!important}.mt-xxxl-9{margin-top:4.5rem!important}.mt-xxxl-10{margin-top:5rem!important}.mt-xxxl-11{margin-top:5.5rem!important}.mt-xxxl-12{margin-top:6rem!important}.mt-xxxl-13{margin-top:6.5rem!important}.mt-xxxl-14{margin-top:7rem!important}.mt-xxxl-15{margin-top:7.5rem!important}.mt-xxxl-16{margin-top:8rem!important}.mt-xxxl-17{margin-top:8.5rem!important}.mt-xxxl-18{margin-top:9rem!important}.mt-xxxl-19{margin-top:9.5rem!important}.mt-xxxl-20{margin-top:10rem!important}.mt-xxxl-21{margin-top:11rem!important}.mt-xxxl-22{margin-top:12rem!important}.mt-xxxl-23{margin-top:13rem!important}.mt-xxxl-24{margin-top:14rem!important}.mt-xxxl-25{margin-top:15rem!important}.mt-xxxl-26{margin-top:16rem!important}.mt-xxxl-27{margin-top:17rem!important}.mt-xxxl-28{margin-top:18rem!important}.mt-xxxl-29{margin-top:19rem!important}.mt-xxxl-30{margin-top:20rem!important}.mt-xxxl-auto{margin-top:auto!important}.me-xxxl-0{margin-right:0!important}.me-xxxl-1{margin-right:.5rem!important}.me-xxxl-2{margin-right:1rem!important}.me-xxxl-3{margin-right:1.5rem!important}.me-xxxl-4{margin-right:2rem!important}.me-xxxl-5{margin-right:2.5rem!important}.me-xxxl-6{margin-right:3rem!important}.me-xxxl-7{margin-right:3.5rem!important}.me-xxxl-8{margin-right:4rem!important}.me-xxxl-9{margin-right:4.5rem!important}.me-xxxl-10{margin-right:5rem!important}.me-xxxl-11{margin-right:5.5rem!important}.me-xxxl-12{margin-right:6rem!important}.me-xxxl-13{margin-right:6.5rem!important}.me-xxxl-14{margin-right:7rem!important}.me-xxxl-15{margin-right:7.5rem!important}.me-xxxl-16{margin-right:8rem!important}.me-xxxl-17{margin-right:8.5rem!important}.me-xxxl-18{margin-right:9rem!important}.me-xxxl-19{margin-right:9.5rem!important}.me-xxxl-20{margin-right:10rem!important}.me-xxxl-21{margin-right:11rem!important}.me-xxxl-22{margin-right:12rem!important}.me-xxxl-23{margin-right:13rem!important}.me-xxxl-24{margin-right:14rem!important}.me-xxxl-25{margin-right:15rem!important}.me-xxxl-26{margin-right:16rem!important}.me-xxxl-27{margin-right:17rem!important}.me-xxxl-28{margin-right:18rem!important}.me-xxxl-29{margin-right:19rem!important}.me-xxxl-30{margin-right:20rem!important}.me-xxxl-auto{margin-right:auto!important}.mb-xxxl-0{margin-bottom:0!important}.mb-xxxl-1{margin-bottom:.5rem!important}.mb-xxxl-2{margin-bottom:1rem!important}.mb-xxxl-3{margin-bottom:1.5rem!important}.mb-xxxl-4{margin-bottom:2rem!important}.mb-xxxl-5{margin-bottom:2.5rem!important}.mb-xxxl-6{margin-bottom:3rem!important}.mb-xxxl-7{margin-bottom:3.5rem!important}.mb-xxxl-8{margin-bottom:4rem!important}.mb-xxxl-9{margin-bottom:4.5rem!important}.mb-xxxl-10{margin-bottom:5rem!important}.mb-xxxl-11{margin-bottom:5.5rem!important}.mb-xxxl-12{margin-bottom:6rem!important}.mb-xxxl-13{margin-bottom:6.5rem!important}.mb-xxxl-14{margin-bottom:7rem!important}.mb-xxxl-15{margin-bottom:7.5rem!important}.mb-xxxl-16{margin-bottom:8rem!important}.mb-xxxl-17{margin-bottom:8.5rem!important}.mb-xxxl-18{margin-bottom:9rem!important}.mb-xxxl-19{margin-bottom:9.5rem!important}.mb-xxxl-20{margin-bottom:10rem!important}.mb-xxxl-21{margin-bottom:11rem!important}.mb-xxxl-22{margin-bottom:12rem!important}.mb-xxxl-23{margin-bottom:13rem!important}.mb-xxxl-24{margin-bottom:14rem!important}.mb-xxxl-25{margin-bottom:15rem!important}.mb-xxxl-26{margin-bottom:16rem!important}.mb-xxxl-27{margin-bottom:17rem!important}.mb-xxxl-28{margin-bottom:18rem!important}.mb-xxxl-29{margin-bottom:19rem!important}.mb-xxxl-30{margin-bottom:20rem!important}.mb-xxxl-auto{margin-bottom:auto!important}.ms-xxxl-0{margin-left:0!important}.ms-xxxl-1{margin-left:.5rem!important}.ms-xxxl-2{margin-left:1rem!important}.ms-xxxl-3{margin-left:1.5rem!important}.ms-xxxl-4{margin-left:2rem!important}.ms-xxxl-5{margin-left:2.5rem!important}.ms-xxxl-6{margin-left:3rem!important}.ms-xxxl-7{margin-left:3.5rem!important}.ms-xxxl-8{margin-left:4rem!important}.ms-xxxl-9{margin-left:4.5rem!important}.ms-xxxl-10{margin-left:5rem!important}.ms-xxxl-11{margin-left:5.5rem!important}.ms-xxxl-12{margin-left:6rem!important}.ms-xxxl-13{margin-left:6.5rem!important}.ms-xxxl-14{margin-left:7rem!important}.ms-xxxl-15{margin-left:7.5rem!important}.ms-xxxl-16{margin-left:8rem!important}.ms-xxxl-17{margin-left:8.5rem!important}.ms-xxxl-18{margin-left:9rem!important}.ms-xxxl-19{margin-left:9.5rem!important}.ms-xxxl-20{margin-left:10rem!important}.ms-xxxl-21{margin-left:11rem!important}.ms-xxxl-22{margin-left:12rem!important}.ms-xxxl-23{margin-left:13rem!important}.ms-xxxl-24{margin-left:14rem!important}.ms-xxxl-25{margin-left:15rem!important}.ms-xxxl-26{margin-left:16rem!important}.ms-xxxl-27{margin-left:17rem!important}.ms-xxxl-28{margin-left:18rem!important}.ms-xxxl-29{margin-left:19rem!important}.ms-xxxl-30{margin-left:20rem!important}.ms-xxxl-auto{margin-left:auto!important}.p-xxxl-0{padding:0!important}.p-xxxl-1{padding:.5rem!important}.p-xxxl-2{padding:1rem!important}.p-xxxl-3{padding:1.5rem!important}.p-xxxl-4{padding:2rem!important}.p-xxxl-5{padding:2.5rem!important}.p-xxxl-6{padding:3rem!important}.p-xxxl-7{padding:3.5rem!important}.p-xxxl-8{padding:4rem!important}.p-xxxl-9{padding:4.5rem!important}.p-xxxl-10{padding:5rem!important}.p-xxxl-11{padding:5.5rem!important}.p-xxxl-12{padding:6rem!important}.p-xxxl-13{padding:6.5rem!important}.p-xxxl-14{padding:7rem!important}.p-xxxl-15{padding:7.5rem!important}.p-xxxl-16{padding:8rem!important}.p-xxxl-17{padding:8.5rem!important}.p-xxxl-18{padding:9rem!important}.p-xxxl-19{padding:9.5rem!important}.p-xxxl-20{padding:10rem!important}.p-xxxl-21{padding:11rem!important}.p-xxxl-22{padding:12rem!important}.p-xxxl-23{padding:13rem!important}.p-xxxl-24{padding:14rem!important}.p-xxxl-25{padding:15rem!important}.p-xxxl-26{padding:16rem!important}.p-xxxl-27{padding:17rem!important}.p-xxxl-28{padding:18rem!important}.p-xxxl-29{padding:19rem!important}.p-xxxl-30{padding:20rem!important}.px-xxxl-0{padding-right:0!important;padding-left:0!important}.px-xxxl-1{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxxl-2{padding-right:1rem!important;padding-left:1rem!important}.px-xxxl-3{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxxl-4{padding-right:2rem!important;padding-left:2rem!important}.px-xxxl-5{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-xxxl-6{padding-right:3rem!important;padding-left:3rem!important}.px-xxxl-7{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-xxxl-8{padding-right:4rem!important;padding-left:4rem!important}.px-xxxl-9{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-xxxl-10{padding-right:5rem!important;padding-left:5rem!important}.px-xxxl-11{padding-right:5.5rem!important;padding-left:5.5rem!important}.px-xxxl-12{padding-right:6rem!important;padding-left:6rem!important}.px-xxxl-13{padding-right:6.5rem!important;padding-left:6.5rem!important}.px-xxxl-14{padding-right:7rem!important;padding-left:7rem!important}.px-xxxl-15{padding-right:7.5rem!important;padding-left:7.5rem!important}.px-xxxl-16{padding-right:8rem!important;padding-left:8rem!important}.px-xxxl-17{padding-right:8.5rem!important;padding-left:8.5rem!important}.px-xxxl-18{padding-right:9rem!important;padding-left:9rem!important}.px-xxxl-19{padding-right:9.5rem!important;padding-left:9.5rem!important}.px-xxxl-20{padding-right:10rem!important;padding-left:10rem!important}.px-xxxl-21{padding-right:11rem!important;padding-left:11rem!important}.px-xxxl-22{padding-right:12rem!important;padding-left:12rem!important}.px-xxxl-23{padding-right:13rem!important;padding-left:13rem!important}.px-xxxl-24{padding-right:14rem!important;padding-left:14rem!important}.px-xxxl-25{padding-right:15rem!important;padding-left:15rem!important}.px-xxxl-26{padding-right:16rem!important;padding-left:16rem!important}.px-xxxl-27{padding-right:17rem!important;padding-left:17rem!important}.px-xxxl-28{padding-right:18rem!important;padding-left:18rem!important}.px-xxxl-29{padding-right:19rem!important;padding-left:19rem!important}.px-xxxl-30{padding-right:20rem!important;padding-left:20rem!important}.py-xxxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxxl-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxxl-2{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxxl-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxxl-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-xxxl-5{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-xxxl-6{padding-top:3rem!important;padding-bottom:3rem!important}.py-xxxl-7{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-xxxl-8{padding-top:4rem!important;padding-bottom:4rem!important}.py-xxxl-9{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-xxxl-10{padding-top:5rem!important;padding-bottom:5rem!important}.py-xxxl-11{padding-top:5.5rem!important;padding-bottom:5.5rem!important}.py-xxxl-12{padding-top:6rem!important;padding-bottom:6rem!important}.py-xxxl-13{padding-top:6.5rem!important;padding-bottom:6.5rem!important}.py-xxxl-14{padding-top:7rem!important;padding-bottom:7rem!important}.py-xxxl-15{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.py-xxxl-16{padding-top:8rem!important;padding-bottom:8rem!important}.py-xxxl-17{padding-top:8.5rem!important;padding-bottom:8.5rem!important}.py-xxxl-18{padding-top:9rem!important;padding-bottom:9rem!important}.py-xxxl-19{padding-top:9.5rem!important;padding-bottom:9.5rem!important}.py-xxxl-20{padding-top:10rem!important;padding-bottom:10rem!important}.py-xxxl-21{padding-top:11rem!important;padding-bottom:11rem!important}.py-xxxl-22{padding-top:12rem!important;padding-bottom:12rem!important}.py-xxxl-23{padding-top:13rem!important;padding-bottom:13rem!important}.py-xxxl-24{padding-top:14rem!important;padding-bottom:14rem!important}.py-xxxl-25{padding-top:15rem!important;padding-bottom:15rem!important}.py-xxxl-26{padding-top:16rem!important;padding-bottom:16rem!important}.py-xxxl-27{padding-top:17rem!important;padding-bottom:17rem!important}.py-xxxl-28{padding-top:18rem!important;padding-bottom:18rem!important}.py-xxxl-29{padding-top:19rem!important;padding-bottom:19rem!important}.py-xxxl-30{padding-top:20rem!important;padding-bottom:20rem!important}.pt-xxxl-0{padding-top:0!important}.pt-xxxl-1{padding-top:.5rem!important}.pt-xxxl-2{padding-top:1rem!important}.pt-xxxl-3{padding-top:1.5rem!important}.pt-xxxl-4{padding-top:2rem!important}.pt-xxxl-5{padding-top:2.5rem!important}.pt-xxxl-6{padding-top:3rem!important}.pt-xxxl-7{padding-top:3.5rem!important}.pt-xxxl-8{padding-top:4rem!important}.pt-xxxl-9{padding-top:4.5rem!important}.pt-xxxl-10{padding-top:5rem!important}.pt-xxxl-11{padding-top:5.5rem!important}.pt-xxxl-12{padding-top:6rem!important}.pt-xxxl-13{padding-top:6.5rem!important}.pt-xxxl-14{padding-top:7rem!important}.pt-xxxl-15{padding-top:7.5rem!important}.pt-xxxl-16{padding-top:8rem!important}.pt-xxxl-17{padding-top:8.5rem!important}.pt-xxxl-18{padding-top:9rem!important}.pt-xxxl-19{padding-top:9.5rem!important}.pt-xxxl-20{padding-top:10rem!important}.pt-xxxl-21{padding-top:11rem!important}.pt-xxxl-22{padding-top:12rem!important}.pt-xxxl-23{padding-top:13rem!important}.pt-xxxl-24{padding-top:14rem!important}.pt-xxxl-25{padding-top:15rem!important}.pt-xxxl-26{padding-top:16rem!important}.pt-xxxl-27{padding-top:17rem!important}.pt-xxxl-28{padding-top:18rem!important}.pt-xxxl-29{padding-top:19rem!important}.pt-xxxl-30{padding-top:20rem!important}.pe-xxxl-0{padding-right:0!important}.pe-xxxl-1{padding-right:.5rem!important}.pe-xxxl-2{padding-right:1rem!important}.pe-xxxl-3{padding-right:1.5rem!important}.pe-xxxl-4{padding-right:2rem!important}.pe-xxxl-5{padding-right:2.5rem!important}.pe-xxxl-6{padding-right:3rem!important}.pe-xxxl-7{padding-right:3.5rem!important}.pe-xxxl-8{padding-right:4rem!important}.pe-xxxl-9{padding-right:4.5rem!important}.pe-xxxl-10{padding-right:5rem!important}.pe-xxxl-11{padding-right:5.5rem!important}.pe-xxxl-12{padding-right:6rem!important}.pe-xxxl-13{padding-right:6.5rem!important}.pe-xxxl-14{padding-right:7rem!important}.pe-xxxl-15{padding-right:7.5rem!important}.pe-xxxl-16{padding-right:8rem!important}.pe-xxxl-17{padding-right:8.5rem!important}.pe-xxxl-18{padding-right:9rem!important}.pe-xxxl-19{padding-right:9.5rem!important}.pe-xxxl-20{padding-right:10rem!important}.pe-xxxl-21{padding-right:11rem!important}.pe-xxxl-22{padding-right:12rem!important}.pe-xxxl-23{padding-right:13rem!important}.pe-xxxl-24{padding-right:14rem!important}.pe-xxxl-25{padding-right:15rem!important}.pe-xxxl-26{padding-right:16rem!important}.pe-xxxl-27{padding-right:17rem!important}.pe-xxxl-28{padding-right:18rem!important}.pe-xxxl-29{padding-right:19rem!important}.pe-xxxl-30{padding-right:20rem!important}.pb-xxxl-0{padding-bottom:0!important}.pb-xxxl-1{padding-bottom:.5rem!important}.pb-xxxl-2{padding-bottom:1rem!important}.pb-xxxl-3{padding-bottom:1.5rem!important}.pb-xxxl-4{padding-bottom:2rem!important}.pb-xxxl-5{padding-bottom:2.5rem!important}.pb-xxxl-6{padding-bottom:3rem!important}.pb-xxxl-7{padding-bottom:3.5rem!important}.pb-xxxl-8{padding-bottom:4rem!important}.pb-xxxl-9{padding-bottom:4.5rem!important}.pb-xxxl-10{padding-bottom:5rem!important}.pb-xxxl-11{padding-bottom:5.5rem!important}.pb-xxxl-12{padding-bottom:6rem!important}.pb-xxxl-13{padding-bottom:6.5rem!important}.pb-xxxl-14{padding-bottom:7rem!important}.pb-xxxl-15{padding-bottom:7.5rem!important}.pb-xxxl-16{padding-bottom:8rem!important}.pb-xxxl-17{padding-bottom:8.5rem!important}.pb-xxxl-18{padding-bottom:9rem!important}.pb-xxxl-19{padding-bottom:9.5rem!important}.pb-xxxl-20{padding-bottom:10rem!important}.pb-xxxl-21{padding-bottom:11rem!important}.pb-xxxl-22{padding-bottom:12rem!important}.pb-xxxl-23{padding-bottom:13rem!important}.pb-xxxl-24{padding-bottom:14rem!important}.pb-xxxl-25{padding-bottom:15rem!important}.pb-xxxl-26{padding-bottom:16rem!important}.pb-xxxl-27{padding-bottom:17rem!important}.pb-xxxl-28{padding-bottom:18rem!important}.pb-xxxl-29{padding-bottom:19rem!important}.pb-xxxl-30{padding-bottom:20rem!important}.ps-xxxl-0{padding-left:0!important}.ps-xxxl-1{padding-left:.5rem!important}.ps-xxxl-2{padding-left:1rem!important}.ps-xxxl-3{padding-left:1.5rem!important}.ps-xxxl-4{padding-left:2rem!important}.ps-xxxl-5{padding-left:2.5rem!important}.ps-xxxl-6{padding-left:3rem!important}.ps-xxxl-7{padding-left:3.5rem!important}.ps-xxxl-8{padding-left:4rem!important}.ps-xxxl-9{padding-left:4.5rem!important}.ps-xxxl-10{padding-left:5rem!important}.ps-xxxl-11{padding-left:5.5rem!important}.ps-xxxl-12{padding-left:6rem!important}.ps-xxxl-13{padding-left:6.5rem!important}.ps-xxxl-14{padding-left:7rem!important}.ps-xxxl-15{padding-left:7.5rem!important}.ps-xxxl-16{padding-left:8rem!important}.ps-xxxl-17{padding-left:8.5rem!important}.ps-xxxl-18{padding-left:9rem!important}.ps-xxxl-19{padding-left:9.5rem!important}.ps-xxxl-20{padding-left:10rem!important}.ps-xxxl-21{padding-left:11rem!important}.ps-xxxl-22{padding-left:12rem!important}.ps-xxxl-23{padding-left:13rem!important}.ps-xxxl-24{padding-left:14rem!important}.ps-xxxl-25{padding-left:15rem!important}.ps-xxxl-26{padding-left:16rem!important}.ps-xxxl-27{padding-left:17rem!important}.ps-xxxl-28{padding-left:18rem!important}.ps-xxxl-29{padding-left:19rem!important}.ps-xxxl-30{padding-left:20rem!important}.gap-xxxl-0{gap:0!important}.gap-xxxl-1{gap:.5rem!important}.gap-xxxl-2{gap:1rem!important}.gap-xxxl-3{gap:1.5rem!important}.gap-xxxl-4{gap:2rem!important}.gap-xxxl-5{gap:2.5rem!important}.gap-xxxl-6{gap:3rem!important}.gap-xxxl-7{gap:3.5rem!important}.gap-xxxl-8{gap:4rem!important}.gap-xxxl-9{gap:4.5rem!important}.gap-xxxl-10{gap:5rem!important}.gap-xxxl-11{gap:5.5rem!important}.gap-xxxl-12{gap:6rem!important}.gap-xxxl-13{gap:6.5rem!important}.gap-xxxl-14{gap:7rem!important}.gap-xxxl-15{gap:7.5rem!important}.gap-xxxl-16{gap:8rem!important}.gap-xxxl-17{gap:8.5rem!important}.gap-xxxl-18{gap:9rem!important}.gap-xxxl-19{gap:9.5rem!important}.gap-xxxl-20{gap:10rem!important}.gap-xxxl-21{gap:11rem!important}.gap-xxxl-22{gap:12rem!important}.gap-xxxl-23{gap:13rem!important}.gap-xxxl-24{gap:14rem!important}.gap-xxxl-25{gap:15rem!important}.gap-xxxl-26{gap:16rem!important}.gap-xxxl-27{gap:17rem!important}.gap-xxxl-28{gap:18rem!important}.gap-xxxl-29{gap:19rem!important}.gap-xxxl-30{gap:20rem!important}.text-xxxl-start{text-align:left!important}.text-xxxl-end{text-align:right!important}.text-xxxl-center{text-align:center!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.c-header{transition:padding .3s ease-in-out;box-shadow:0 .5rem .5rem #0000004d;position:relative;z-index:101}.c-header .row-gap{row-gap:0}.c-header--logo{transition:.3s ease-in-out;height:6.3rem}@media (max-width: 767.98px){.c-header--logo{height:4.5rem}}@media (max-width: 575.98px){.c-header--logo{height:4rem}}.c-header--logo img{height:100%;width:100%}.c-header--search{height:2rem;cursor:pointer}.c-header--search:hover path{stroke:#bc0f28}.c-header--search svg{height:100%}.c-header--search svg path{transition:.3s ease-in-out}.c-header--burger{height:2rem;cursor:pointer;display:none}@media (max-width: 1439.98px){.c-header--burger{display:block}}.c-header--burger:hover path{stroke:#bc0f28}.c-header--burger svg{height:100%}.c-header--burger svg path{transition:.3s ease-in-out}.c-header-sticky{position:fixed;width:100%;background-color:#fff;padding-top:1rem!important;padding-bottom:1rem!important}.c-header-sticky .c-header--logo{height:4rem}.c-header-sticky .d-flex{align-items:center}.c-header-sticky .c-search--container{height:calc(100dvh - var(--header-height-sticky))}.c-motive-subpage{overflow:hidden;padding:0}@media (max-width: 1199.98px){.c-motive-subpage{padding-bottom:70px}}.c-motive-subpage--foreground{position:absolute;top:0;left:0}.c-motive-subpage--foreground:before{content:"";width:100%;height:100%;position:absolute;background:linear-gradient(180deg,#c4e6ff99,#16436499)}.c-motive-subpage--foreground img{position:relative}.c-motive-subpage figure{width:50vw;max-width:none;position:relative}.c-motive-subpage figure img{width:100%}@media (max-width: 1199.98px){.c-motive-subpage figure{margin-bottom:0!important;width:100%}}.c-motive{position:relative;padding:0}.c-motive figure{height:auto;width:100%;position:relative;z-index:0;max-width:none;margin:0 auto}.c-motive figure img,.c-motive figure video{width:100%;display:block;height:auto}.c-motive figure:not(.bg-video):before{content:"";width:100%;height:100%;position:absolute;display:block;background:linear-gradient(180deg,#c4e6ff99,#16436499);pointer-events:none}.c-motive--background{position:relative;z-index:-1;width:100%}.c-motive--background-item{width:100%}.c-motive--background-item:not(:first-child){position:absolute;top:0;left:0;width:100%;height:100%}.c-motive--background-item:not(:first-child) picture,.c-motive--background-item:not(:first-child) img{height:100%;object-fit:cover}.c-motive--foreground{position:absolute;top:0;left:0;width:100%;height:100%}.c-motive--foreground-item{width:100%;height:100%}.c-motive--foreground-item:not(:first-child){position:absolute;top:0;left:0}.c-motive--fade .c-motive--background-item,.c-motive--fade .c-motive--foreground-item{opacity:0;transition:opacity var(--motive-fade-duration, .25s) ease-in-out}.c-motive--fade .c-motive--background-item.is-active,.c-motive--fade .c-motive--foreground-item.is-active{opacity:1}.c-motive--content{height:100%;width:100%;position:absolute;top:0;left:0}@media (max-width: 1199.98px){.c-motive--content{position:static;height:initial}}.c-motive--content-box-wrapper{height:100%;width:100%}.c-motive--content-box{position:absolute;background-color:#fff;padding:4rem;bottom:3rem;width:100%}@media (max-width: 1199.98px){.c-motive--content-box{padding:4rem 0;position:static}}@media (min-width: 1200px){.c-motive--content-box{width:fit-content;max-height:70%;max-width:55%}}@media (min-width: 1440px){.c-motive--content-box{max-width:40%}}.c-motive--content-box__right{right:0}.main_content .c-motive{max-height:750px;overflow:hidden}.c-footer--content{position:relative;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/img/footer_bg.svg);background-size:cover;background-size:contain;background-position:center right}@media (max-width: 767.98px){.c-footer--content{background-image:initial}}.c-footer .o-icon--bubble{background:none}.c-footer .o-icon--bubble img,.c-footer .o-icon--bubble svg{height:100%}.c-fixed-menu{position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:100}@media (max-width: 767.98px){.c-fixed-menu{position:sticky;bottom:0;top:initial;transform:initial}.c-fixed-menu menu{display:flex;width:100%}.c-fixed-menu menu li{flex:1 0 33%}.c-fixed-menu menu a{margin-bottom:0!important;width:100%!important}}.c-fixed-menu menu{list-style:none}.c-fixed-menu menu li a{display:flex;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:2rem;background-color:#004a89}.c-fixed-menu menu li a:hover{background-color:#bc0f28}.c-fixed-menu menu li img{transition:.3s ease-in-out}.c-fixed-menu menu li a:hover img{transform:scale(1.1)}.c-fixed-menu menu li.c-fixed-menu--red a{background-color:#bc0f28}.c-fixed-menu menu li.c-fixed-menu--red a:hover{background-color:#004a89}.c-burger-menu{position:fixed;top:0;height:100%;width:100%;z-index:99;pointer-events:none;overflow:hidden}.c-burger-menu--content{height:100%;width:100%;background-color:#fff;pointer-events:all;transform:translate(100%);transition:.3s ease-in-out}.c-burger-menu.active .c-burger-menu--content{transform:initial}.c-solution-finder{padding:10rem 0;position:relative;z-index:20}.c-solution-finder .row{row-gap:4rem}.c-disturber{padding:0;position:relative;overflow:hidden}.c-disturber figure{height:100%}.c-disturber figure img{object-fit:cover;height:100%}.c-disturber--content-box{padding:5rem 0}@media (max-width: 1199.98px){.c-disturber--content-box{padding-top:3rem}}.c-disturber--voices{background-color:#fff;display:grid;margin-top:8rem;grid-template-columns:6fr 10fr}@media (max-width: 1199.98px){.c-disturber--voices{grid-template-columns:1fr}}.c-disturber--voices.reversed{grid-template-columns:10fr 6fr}@media (max-width: 1199.98px){.c-disturber--voices.reversed{display:flex;flex-direction:column}}@media (max-width: 1199.98px){.c-disturber--voices.reversed figure{order:-1}}.c-disturber--voices.reversed figure:before{right:-8rem;left:initial}@media (max-width: 1199.98px){.c-disturber--voices.reversed figure:before{right:-4rem;left:initial}}.c-disturber--voices.reversed .c-disturber--voices--content{padding:10rem 10rem 10rem 6rem}@media (max-width: 1199.98px){.c-disturber--voices.reversed .c-disturber--voices--content{padding:7rem 5rem}}.c-disturber--voices figure{height:100%;width:100%;position:relative}.c-disturber--voices figure:before{content:"";display:block;width:100%;height:100%;position:absolute;top:-8rem;left:-8rem;z-index:-1;border:solid #E3EBF2 var(--border-width);transition:.3s ease-in-out}@media (max-width: 1199.98px){.c-disturber--voices figure:before{top:-4rem;left:-4rem;--border-width: 2rem}}.c-disturber--voices--content{padding:10rem 2rem 10rem 14rem}@media (max-width: 1199.98px){.c-disturber--voices--content{padding:7rem 5rem}}.bg-gradient-primary .c-disturber--voices figure:before,.c-solution-finder .c-disturber--voices figure:before{border-color:#bc0f28}.bg-gray-l .c-disturber--voices figure:before,.c-card--product .c-disturber--voices figure:before,.c-card--product__loading .c-disturber--voices figure:before{border-color:#fff}.bg-white .c-disturber--voices,.c-nav--children .c-disturber--voices{background-color:#e3ebf2!important}.bg-white .c-disturber--voices figure:before,.c-nav--children .c-disturber--voices figure:before{border-color:#e3ebf2}@media (min-width: 768px){.col-pull-left{transform:translate(-16.6666666667%);align-self:stretch}.col-pull-right{transform:translate(16.6666666667%);align-self:stretch}}.c-gallery--grayscale img{filter:grayscale(1)}.c-gallery--grayscale img:hover{filter:grayscale(0)}.c-teaser{padding:10rem 0 0;position:relative;overflow:hidden}.c-teaser__right .c-teaser--content-wrapper{justify-content:end}@media (max-width: 1199.98px){.c-teaser__right .c-teaser--content-wrapper{align-items:end}}@media (min-width: 992px){.c-teaser__right .c-teaser--content-box{left:10%}}@media (min-width: 1200px){.c-teaser__right .c-teaser--content-box{left:20%}}.c-teaser:last-child{margin-bottom:0}.c-teaser figure{width:calc((136.6666666667px) + 50%);aspect-ratio:8/5}@media (max-width: 1439.98px){.c-teaser figure{width:calc(95px + 50%)}}@media (max-width: 1199.98px){.c-teaser figure{width:calc(80px + 50%)}}@media (max-width: 991.98px){.c-teaser figure{width:calc(60px + 50%)}}.c-teaser figure:before{transition:.6s ease-in-out}@media (max-width: 991.98px){.c-teaser figure{width:80%;margin-inline:auto}}@media (max-width: 767.98px){.c-teaser figure{width:90%}}.c-teaser--content-wrapper{position:relative;max-width:1920px;margin:0 auto}@media (min-width: 992px){.c-teaser--content-wrapper{display:flex;flex-direction:column}}@media (min-width: 1200px){.c-teaser--content-wrapper{flex-direction:initial}}.c-teaser--content-box{padding:4rem;background-color:#fff;color:#1b2228;width:calc((136.6666666667px) + 50%)}@media (max-width: 1199.98px){.c-teaser--content-box{width:calc(80px + 50%)}}@media (max-width: 991.98px){.c-teaser--content-box{width:80%;margin-inline:auto}}@media (max-width: 767.98px){.c-teaser--content-box{width:90%}}@media (min-width: 1200px){.c-teaser--content-box{position:absolute;bottom:4rem;z-index:2;right:20%;left:initial;width:40%}}@media (min-width: 992px){.c-slider,.c-slider--career{overflow:hidden}}.c-slider--prev,.c-slider--next--white,.c-slider--next,.c-slider--prev--white{background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/chevron-primary-left.svg);background-size:cover;background-size:contain;height:2rem;width:1.5rem;cursor:pointer;transition:.3s ease-in-out}.c-slider--prev--white{background-image:url(/_assets/dly_site_package/static/icons/chevron-white-left.svg)}.c-slider--prev.swiper-button-disabled,.swiper-button-disabled.c-slider--next--white,.swiper-button-disabled.c-slider--next,.swiper-button-disabled.c-slider--prev--white{opacity:.4}.c-slider--next{background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/chevron-primary.svg);background-size:cover;background-size:contain}.c-slider--next--white{background-image:url(/_assets/dly_site_package/static/icons/chevron-white.svg)}.c-slider--career{padding:1rem 1rem 3rem;position:relative}@media (min-width: 768px){.c-slider--career:before{content:"";display:flex;height:80%;aspect-ratio:1;border:solid #E3EBF2 var(--border-width);position:absolute;top:10%;left:50%;transform:translate(-50%);z-index:-1}}.c-slider--career .swiper-slide{display:grid;grid-template-columns:1fr 1fr;gap:6rem}@media (max-width: 767.98px){.c-slider--career .swiper-slide{grid-template-columns:1fr}}.c-slider--career .swiper-slide>a>figure{padding:1rem;background-color:#fff;box-shadow:0 .4rem .4rem #00000040;position:relative;aspect-ratio:7/4;display:flex;align-items:center;justify-content:center}.c-slider--career .swiper-slide>a:nth-of-type(4n+1)>figure{transform:rotate(1.718deg)}.c-slider--career .swiper-slide>a:nth-of-type(4n+2)>figure{transform:rotate(-1.272deg)}.c-slider--career .swiper-slide>a:nth-of-type(4n+3)>figure{transform:rotate(-3.503deg)}.c-slider--career .swiper-slide>a:nth-of-type(4n+4)>figure{transform:rotate(2.664deg)}.c-slider--career .swiper-slide .berufseinsteiger{border:15px solid #004A89}.c-slider--career .swiper-slide .berufserfahrene{border:15px solid #BC0F28}.c-slider--career .swiper-slide .auszubildende{border:15px solid #BC0F28;border-bottom-color:#004a89;border-right-color:#004a89}.c-slider--career .swiper-slide .berufseinsteiger,.c-slider--career .swiper-slide .berufserfahrene,.c-slider--career .swiper-slide .auszubildende{position:relative;overflow:hidden}.c-slider--career .swiper-slide .berufseinsteiger:after,.c-slider--career .swiper-slide .berufserfahrene:after,.c-slider--career .swiper-slide .auszubildende:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#e4ebf2;background-image:url(/_assets/dly_site_package/static/icons/search.svg);background-repeat:no-repeat;background-position:center;background-size:100px 100px;opacity:0;pointer-events:none;transform:scale(1.15);transition:opacity .25s ease,transform .35s cubic-bezier(.16,1,.3,1)}.c-slider--career .swiper-slide .berufseinsteiger:hover:after,.c-slider--career .swiper-slide .berufserfahrene:hover:after,.c-slider--career .swiper-slide .auszubildende:hover:after{opacity:1;transform:scale(1)}.c-slider--career--title{padding:1.2rem 2.9rem;color:#1b2228;text-align:center;z-index:1}@media (min-width: 992px) and (max-width: 1199.98px){.c-slider--career--title{font-size:1.5rem;padding:.5rem 1.1rem}}.c-slider--testimonial .c-slider--prev,.c-slider--testimonial .c-slider--prev--white,.c-slider--testimonial .c-slider--next--white,.c-slider--testimonial .c-slider--next{height:3.8rem;width:2rem;position:absolute;top:50%;left:0;transform:translateY(-50%);background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/chevron-left.svg);background-size:cover;background-size:contain}.c-slider--testimonial .c-slider--next{right:0;left:initial;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/chevron.svg);background-size:cover;background-size:contain}.c-slider--testimonial [data-slider=testimonial] .swiper-wrapper{align-items:stretch}.c-slider--testimonial [data-slider=testimonial] .swiper-slide{height:auto}.c-slider--buttons{display:flex;justify-content:center;gap:7.2rem;padding:7rem 0 10rem}@media (max-width: 991.98px){.c-slider--buttons{padding:4rem 0 0}}.c-joboffers .row{row-gap:7rem}@media (max-width: 767.98px){.c-joboffers .row{row-gap:2rem}}.c-joboffers--joblist{--bs-gutter-x: 16px;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));row-gap:3.2rem;container-type:inline-size}.c-joboffers--joblist-item{width:100%;background-color:#fff;display:flex;justify-content:space-between;align-items:stretch}.c-joboffers--joblist-item-content{padding:40px 0;margin-left:12.5%;flex:0 0 auto;width:62.5%}.c-joboffers--joblist-item-content .metadata{color:#004a89;display:grid;grid-template-columns:1fr 1fr}.c-joboffers--joblist-item-content .metadata>span{margin-right:5rem}.c-joboffers--joblist-item-content .metadata span{vertical-align:middle}.c-joboffers--joblist-item-apply{flex:0 0 auto;width:25%}.c-joboffers--joblist-item-apply a{justify-content:center;height:100%;width:100%}@container (max-width: 799px){.c-joboffers--joblist-item{flex-direction:column}.c-joboffers--joblist-item-content{width:100%;margin:initial;padding:4rem}.c-joboffers--joblist-item-apply{width:100%}}@container (max-width: 600px){.c-joboffers--joblist-item .metadata{grid-template-columns:1fr}.c-joboffers--joblist-item .metadata>span{display:grid;grid-template-columns:2.4rem 1fr;align-items:center}.c-joboffers--joblist-item .metadata>span i{margin:initial}}.c-joboffers--multiselect{position:relative}@media (max-width: 767.98px){.c-joboffers--multiselect--label{background-color:#fff!important;color:#1b2228;width:100%;border:solid #004A89 .2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:1.4rem 3.1rem;cursor:pointer;margin-bottom:0}.c-joboffers--multiselect--label:after{content:"";display:block;height:2rem;aspect-ratio:1;transition:.3s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/chevron-gray-down.svg);background-size:cover;background-size:contain}.c-joboffers--multiselect--label.open:after{rotate:-180deg}.c-joboffers--multiselect--label.open+.c-joboffers--multiselect--inputs{grid-template-rows:1fr;border:solid #004A89 .2rem;border-top:initial;opacity:1}}@media (max-width: 767.98px){.c-joboffers--multiselect--inputs{display:grid;grid-template-rows:0fr;transition:.3s ease-in-out;background-color:#fff;color:#1b2228;width:100%;border:solid transparent .2rem;opacity:0}.c-joboffers--multiselect--inputs--inner{overflow:hidden}.c-joboffers--multiselect--inputs .formgroup{margin:0;padding:1rem 3rem}.c-joboffers--multiselect--inputs .formgroup input[type=checkbox],.c-joboffers--multiselect--inputs .formgroup:hover{background-color:#e3ebf2}.c-joboffers--multiselect--inputs .formgroup:hover input[type=checkbox]{background-color:#fff}}.c-anchor--navigation{row-gap:2rem;column-gap:2rem;display:flex;flex-wrap:wrap}.c-pagination{margin-inline:auto;display:flex;justify-content:center;align-items:center;gap:1rem;-webkit-user-select:none;user-select:none}.c-pagination form{padding:unset}.c-pagination--prev,.c-pagination--next{transition:.3s ease-in-out}.c-pagination--prev:before,.c-pagination--next:before{content:"";display:flex;height:2rem;aspect-ratio:1;cursor:pointer;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/chevron-primary-left.svg);background-size:cover;background-size:contain}.c-pagination--prev.disabled,.disabled.c-pagination--next{opacity:.4;pointer-events:none}.c-pagination--next:before{background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/chevron-primary.svg);background-size:cover;background-size:contain}.c-pagination--input{background-color:#fff!important;color:#1b2228!important;padding:0!important;width:3rem;text-align:center;font-size:2rem!important}.c-pagination--input::-webkit-inner-spin-button,.c-pagination--input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.c-pagination__numbers{display:flex;gap:1.5rem;justify-content:center;align-items:center}.c-pagination__numbers--item{color:#004a89;font-weight:700;cursor:pointer}.c-pagination__numbers--item.active{color:#bc0f28}.c-card--testimonial{padding:0 0 11rem 7rem;position:relative}@media (max-width: 767.98px){.c-card--testimonial{padding:0 0 5rem}}.c-card--testimonial:before{content:"";display:block;width:26rem;aspect-ratio:1;border:solid #BC0F28 4rem;position:absolute;bottom:0;left:0;z-index:-1}@media (max-width: 767.98px){.c-card--testimonial:before{left:-5rem}}.c-card--testimonial--content{-webkit-user-select:none;user-select:none;padding:0 4rem 2rem;position:relative;height:fit-content}.c-card--testimonial--content:before{content:"";display:block;width:100%;height:calc(100% - 11.5rem);position:absolute;bottom:0;left:0;box-shadow:24px 56px 61px #00000021;background-color:#fff;z-index:-1}.c-card--testimonial--content.no-image{margin-top:14.5rem}.c-card--testimonial--content.no-image:before{height:calc(100% + 3rem)}.c-card--testimonial--content figure{width:50%;aspect-ratio:10/13;margin:0 auto}@media (max-width: 767.98px){.c-card--testimonial--content figure{width:60%}}.c-card--testimonial--content figure img{height:100%;width:100%;object-fit:cover}.c-card--testimonial--left{padding:0 7rem 0 0}@media (max-width: 767.98px){.c-card--testimonial--left{padding:0}}.c-card--testimonial--left:before{top:2rem;right:5px;bottom:initial;left:initial;height:26rem;aspect-ratio:1}@media (max-width: 767.98px){.c-card--testimonial--left:before{right:-7rem;top:4rem}}.c-card--product:hover .c-card--product--img-container,.c-card--product__loading:hover .c-card--product--img-container{padding:1rem 1rem 0}.c-card--product--img-container{transition:.3s ease-in-out padding}.c-card--product--figure{width:100%;aspect-ratio:16/9;transition:.3s ease-in-out;background-color:#fff}.c-card--product--animal-indicator{width:3.6rem;cursor:pointer}.c-card--product--brand{height:2.5rem}.c-card--product--button{width:100%;padding:.7rem 1.5rem;background-color:#004a89;transition:.3s ease-in-out;display:flex;gap:1rem;justify-content:center;align-items:center}.c-card--product--button:hover{background-color:#bc0f28}.c-card--product--button:after{content:"";display:block;height:2rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/external.svg);background-size:contain}.c-card--product--button a{color:#fff!important}.c-card--product--button.disabled{background-color:#1b22284c;pointer-events:none}.c-card--product--button.disabled:after{content:initial}.c-card--product__loading svg.image{background-color:#fff;width:100%;aspect-ratio:16/9}.c-card--product__loading svg.title{background-color:#fff;width:60%;height:3rem}.c-card--product__loading svg.subline{width:70%;height:2rem}.c-card--product__loading svg.cat-img{height:4rem;width:4rem;border-radius:.5rem}.c-card--product__loading svg.button{width:100%;height:4rem}.c-card--product__loading svg rect{width:100%;height:100%;object-fit:cover}.c-card--event{display:flex;box-shadow:.3rem .3rem .6rem .2rem #00000026}.c-card--event--date{padding:2.5rem 1rem;flex:0 0 25%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-width:11rem}@media (max-width: 767.98px){.c-card--event--date{justify-content:center;gap:.5rem}}.c-card--event--date a{color:#fff}.c-card--event--date a:hover{color:#bc0f28}.c-card--event--content{flex:0 0 75%;padding:2.5rem 3rem}@media (max-width: 767.98px){.c-card--event--content{padding:2rem 2.5rem}}.c-card--linkedIn{background:#fff;box-shadow:.4rem .4rem .8rem #00000040}.c-card--linkedIn--top{display:flex;justify-content:space-between;padding:2rem 1.5rem 0;align-items:flex-start}.c-card--linkedIn--profile-name p{margin-bottom:0}.c-card--linkedIn--profile-img,.c-card--linkedIn--logo{height:4.8rem;width:4.8rem;aspect-ratio:1;border-radius:50%;overflow:hidden}.c-card--linkedIn--content p{-webkit-hyphens:auto;hyphens:auto}.c-card--linkedIn--logo{height:3.2rem;width:3.2rem}.c-card--linkedIn--img{width:100%;aspect-ratio:3/2}.c-card--news{width:100%;background-color:#fff;display:flex;flex-direction:column}.c-card--news--img{width:100%;aspect-ratio:20/9}.c-card--news .text-secondary:hover,.c-card--news .c-pagination .active:hover,.c-pagination .c-card--news .active:hover{color:#004a89!important}.c-card--contact{display:flex;width:100%;align-items:stretch}@media (max-width: 575.98px){.c-card--contact{flex-direction:column}}.c-card--contact figure{width:100%;max-width:27rem;height:auto}@media (max-width: 575.98px){.c-card--contact figure{max-width:initial}}.c-card--contact figure img{height:100%;width:100%;object-fit:cover}.c-search--content--inner .c-card--contact{flex:0 0 calc(50% - .8rem)}.c-card--search-result{padding:2.5rem}.ce-gallery .ce-inner .row{row-gap:1.6rem}.ce-gallery .ce-inner figure{width:100%;aspect-ratio:1}.ce-gallery .ce-inner figure picture,.ce-gallery .ce-inner figure a,.ce-gallery .ce-inner figure img{width:100%;height:100%;display:block;object-fit:cover}@media (max-width: 767.98px){.ce-gallery .ce-inner figure{aspect-ratio:initial}.ce-gallery .ce-inner figure img{object-fit:initial;height:initial}}@media (max-width: 1439.98px){.c-nav{position:fixed;top:0;left:0;height:100dvh;width:100%;pointer-events:none;transition:.3s ease-in-out;z-index:15}.c-nav.active{background-color:#ffffff80;pointer-events:all}.c-nav.active .c-nav--inner{transform:translate(-100%)}.c-nav.active .c-nav--top-bar{pointer-events:all}.c-nav.active .c-nav--close{opacity:1}}.c-nav--inner{display:flex;gap:3rem;align-items:center;transition:.3s ease-in-out}@media (max-width: 1439.98px){.c-nav--inner{position:absolute;top:0;left:100%;height:100%;width:40%;background-color:#fff;transform:translate(0);flex-direction:column;align-items:initial;padding:14rem 2rem 2rem 6rem}}@media (max-width: 991.98px){.c-nav--inner{width:70%;padding-left:4rem}}@media (max-width: 575.98px){.c-nav--inner{width:100%}}.c-nav--top-bar{pointer-events:none}@media (max-width: 1439.98px){.c-nav--top-bar{position:absolute;top:1rem;left:0;width:100%;height:var(--header-height)}.c-nav--top-bar div{height:100%}}.c-nav--close{height:2rem;aspect-ratio:1;cursor:pointer;display:none;transition:.3s ease-in-out;opacity:0}@media (max-width: 1439.98px){.c-nav--close{display:flex;justify-content:flex-end;align-items:center;width:100%}}.c-nav--item{position:relative}@media (min-width: 1440px){.c-nav--item:hover .c-nav--children{opacity:1;pointer-events:all}}.c-nav--item.active .c-nav--children{padding-top:2rem;grid-template-rows:1fr}@media (min-width: 1440px){.c-nav--children{padding-top:2rem;padding-bottom:1rem;position:absolute;top:100%;left:-2rem;pointer-events:none;opacity:0;display:block;width:max-content;max-width:40rem}}@media (max-width: 1439.98px){.c-nav--children{display:grid;grid-template-rows:0fr;transition:.3s ease-in-out}}.c-nav--child{padding:.5rem 2rem;color:#004a89;cursor:pointer;display:block}.c-nav--child:hover{color:#bc0f28}@media (min-width: 1440px){.c-nav--child:hover{background-color:#e3ebf2;color:initial}}.c-nav--overview{display:block;padding:.5rem 2rem;margin:0 0 1rem;border-radius:.4rem;background-color:#e3ebf2;width:fit-content}.bg-white form,.c-nav--children form{padding:4rem}form .row{row-gap:0}form legend{opacity:.5}form .o-input--radio>label{opacity:.5}form .form-label{opacity:.5}form .o-input--radio input[type=radio]+label{background-color:#e3ebf2;color:#1b2228!important;opacity:.5}form .o-input--radio input[type=radio]:checked+label{background-color:#bc0f28;color:#fff!important;opacity:1}form .o-input--radio input[type=radio]:hover+label{background-color:#bc0f28;color:#fff!important;opacity:1}form label{font-family:Roboto,sans-serif}form label.form-check-label{opacity:1}form label.control-label{transform:scale(.85)}form select{width:100%;display:block;padding:.9rem 0;background-color:transparent;border:none;border-bottom:.2rem #004A89 solid;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.6rem 1.2rem}form select:focus{outline:none}form input[type=text],form input[type=email],form input[type=password],form input[type=tel],form input[type=file]{width:100%;display:block;padding:.9rem 0;background-color:transparent;border:none;border-bottom:.2rem #004A89 solid}form input[type=text]:focus,form input[type=email]:focus,form input[type=password]:focus,form input[type=tel]:focus,form input[type=file]:focus{outline:none}form textarea{font-family:Roboto,sans-serif;width:100%;display:block;padding:2rem;background-color:transparent;border:.2rem #004A89 solid}form fieldset{border:none}form .frc-captcha{margin-bottom:1.5rem}form .form-navigation{display:flex;gap:2rem}.c-show-more--buttons{display:flex;flex-direction:column}.c-show-more p{margin:0}.c-show-more--trigger{cursor:pointer;margin-top:6rem;display:flex;gap:2rem;align-items:center}.c-show-more--trigger:after{content:"";display:block;height:1.8rem;aspect-ratio:1;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/chevron-down.svg);background-size:cover;background-size:contain;transition:.3s ease-in-out}.c-show-more--trigger.active:after{transform:rotate(-180deg)}.c-search--inner{height:100%;width:100%;background-color:#fff;pointer-events:all;transition:.3s ease-in-out;transform:translateY(-100%);display:flex}.c-search--container{position:fixed;bottom:0;left:0;height:calc(100dvh - var(--header-height));width:100%;z-index:22;overflow:hidden;pointer-events:none;opacity:0;transition:.1s ease-in-out;transition-delay:.3s}.c-search--container.open{opacity:1;transition-delay:0s}.c-search--container.open .c-search--inner{transform:translateY(0)}@media (max-width: 1199.98px){.c-search--container.open .c-search--inner{flex-wrap:wrap}}@media (max-width: 1199.98px){.c-search--container.open{background-color:#fff;overflow:auto}}.c-search--content{overflow-y:auto;width:100%;padding:6rem 0}.c-search--content::-webkit-scrollbar{width:.5rem}.c-search--content::-webkit-scrollbar-track{background:#fff;border-radius:1rem}.c-search--content::-webkit-scrollbar-thumb{background:#004a89;border-radius:1rem;transition:.3s ease-in-out;background:#bc0f28}.c-search--content::-webkit-scrollbar-thumb:hover{background:#1b22284c}@media (min-width: 1200px){.c-search--content{width:calc(50% + 285px)}}@media (min-width: 1440px){.c-search--content{width:calc(50% + 350px)}}@media (min-width: 1800px){.c-search--content{width:calc(50% + 410px)}}.c-search--content--inner{padding:4rem 0}.c-search--content--inner:not(:has(.o-input--dropdown)){overflow:hidden;position:relative;z-index:1}@media (max-width: 575.98px){.c-search--content--inner .o-input--dropdown,.c-search--content--inner .o-input--dropdown__no-border{min-width:initial;width:100%}}.c-search--content--inner .o-input--dropdown--container{z-index:10;position:relative}.c-search--menu{background-color:#004a89;overflow-y:auto;color:#fff;display:flex;align-items:center;width:100%;height:auto;padding:2rem}.c-search--menu a{color:#fff}.c-search--menu a:hover,.c-search--menu a:focus{color:red}.c-search--menu::-webkit-scrollbar{width:.5rem}.c-search--menu::-webkit-scrollbar-track{background:#fff;border-radius:1rem}.c-search--menu::-webkit-scrollbar-thumb{background:#004a89;border-radius:1rem;transition:.3s ease-in-out;background:#bc0f28}.c-search--menu::-webkit-scrollbar-thumb:hover{background:#1b22284c}@media (min-width: 1200px){.c-search--menu{height:100%;width:calc(50% - 285px)}}@media (min-width: 1440px){.c-search--menu{width:calc(50% - 350px)}}@media (min-width: 1800px){.c-search--menu{width:calc(50% - 410px)}}.c-search--menu--inner{padding:2rem;width:100%}@media (min-width: 1200px){.c-search--menu--inner{width:285px;padding-left:4rem}}@media (min-width: 1440px){.c-search--menu--inner{width:350px}}@media (min-width: 1800px){.c-search--menu--inner{width:410px;padding-left:calc((136.6666666667px))}}.c-search--input{background-color:transparent;border:none!important}.c-search--input:focus{outline:none}.c-search--tab{padding:1.2rem;color:#004a89;cursor:pointer}.c-search--tab.active{background-color:#e3ebf2}.c-accordion--row.active .c-accordion--header:after{opacity:0}.c-accordion--row.active .c-accordion--wrapper{grid-template-rows:1fr}.c-accordion--row.active .c-accordion--content{padding-bottom:3rem}.c-accordion--row:nth-child(1) .c-accordion--header{border-top:initial}.c-accordion--header{display:flex;gap:3rem;padding:3.6rem 6rem 3.6rem 0;border-top:.2rem solid #004A89;font-weight:600;position:relative;cursor:pointer}.c-accordion--header:before,.c-accordion--header:after{content:"";display:block;position:absolute;right:2rem;top:50%;transform:translateY(-50%);width:2rem;height:.4rem;background-color:#004a89;border-radius:.1rem}.c-accordion--header:after{transform:translateY(-50%) rotate(90deg);transition:.3s ease-in-out}.c-accordion--header a{font-size:18px;font-weight:600;color:#004a89!important}.c-accordion--header a:hover{color:#bc0f28!important}.c-accordion--header .o-icon-text--left--call:before,.c-accordion--header .o-icon-text--left--mail:before{filter:brightness(0) saturate(100%) invert(21%) sepia(95%) saturate(1734%) hue-rotate(187deg) brightness(92%) contrast(97%)!important}.c-accordion--header .o-icon-text--left--call:hover:before,.c-accordion--header .o-icon-text--left--mail:hover:before{filter:unset!important}.c-accordion--wrapper{display:grid;grid-template-rows:0fr;transition:.3s ease-in-out}.c-accordion--content{overflow:hidden;transition:.3s ease-in-out}.c-news{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:1.6rem}.c-social-gallery .c-news .c-card--news{background:#fff;box-shadow:.4rem .4rem .8rem #00000040}.c-news.c-news-3col{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}@media (max-width: 1439.98px){.c-news.c-news-3col{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1199.98px){.c-news.c-news-3col{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767.98px){.c-news.c-news-3col{grid-template-columns:1fr}}@media (max-width: 1439.98px){.c-news{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1199.98px){.c-news{grid-template-columns:repeat(2,1fr)}}@media (max-width: 991.98px){.c-news{grid-template-columns:1fr}}.c-news__highlight>div:nth-child(1){grid-area:1/1/3/3}.c-news__highlight>div:nth-child(2){grid-area:1/3/2/4}.c-news__highlight>div:nth-child(3){grid-area:2/3/3/4}.c-news__highlight>div:nth-child(4){grid-area:1/4/2/5}.c-news__highlight>div:nth-child(5){grid-area:2/4/3/5}@media (max-width: 1439.98px){.c-news__highlight{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr)}.c-news__highlight>div:nth-child(1){grid-area:1/1/3/3}.c-news__highlight>div:nth-child(2){grid-area:3/1/4/2}.c-news__highlight>div:nth-child(3){grid-area:3/2/4/3}.c-news__highlight>div:nth-child(4){grid-area:4/1/5/2}.c-news__highlight>div:nth-child(5){grid-area:4/2/5/3}}@media (max-width: 767.98px){.c-news__highlight{grid-template-columns:1fr;grid-template-rows:initial}.c-news__highlight>div:nth-child(1),.c-news__highlight>div:nth-child(2),.c-news__highlight>div:nth-child(3),.c-news__highlight>div:nth-child(4),.c-news__highlight>div:nth-child(5){grid-area:initial}}.c-contact--img{position:relative}.c-contact--img:before{content:"";display:block;height:100%;width:100%;position:absolute;top:-8rem;left:-8rem;border:solid #fff var(--border-width);z-index:-1}.tx-ttaddress a:hover{color:#004a89!important}.tx-ttaddress .o-icon-text--left--call:has(a:first-of-type:hover):before{filter:brightness(0) saturate(100%) invert(21%) sepia(95%) saturate(1734%) hue-rotate(187deg) brightness(92%) contrast(97%)}.tx-ttaddress .o-icon-text--left--mail:hover:before{filter:brightness(0) saturate(100%) invert(21%) sepia(95%) saturate(1734%) hue-rotate(187deg) brightness(92%) contrast(97%)}.tx-ttaddress .o-icon-text--left--location:hover:before{filter:brightness(0) saturate(100%) invert(21%) sepia(95%) saturate(1734%) hue-rotate(187deg) brightness(92%) contrast(97%)}.comments-container{margin:0 0 6rem;max-width:100%}.comments-container .comment-box .comment-date{line-height:inherit}#writeComment{margin:0;max-width:100%}.comments-list .comment-box{width:100%}.c-user-list--headline{font-weight:600;margin:0 0 1rem}.c-user-list--table{margin:0 0 2rem}.c-user-list--table--row{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:solid #004A89 .1rem;margin-bottom:.2rem}@media (max-width: 991.98px){.c-user-list--table--row{grid-template-columns:auto;margin-bottom:1rem}}.c-user-list--search{display:flex;align-items:center;margin-bottom:4rem}.c-user-list--search input[type=text]{margin:0 1rem 0 0}.breadcrumbs{padding-left:0;list-style:none;font-size:14px;display:flex;flex-wrap:wrap;margin:0;color:inherit;gap:.5em;margin-bottom:4rem;line-height:12px}@media (min-width: 768px){.breadcrumbs{line-height:1.4285714286}}.breadcrumbs li{padding-left:0}.breadcrumbs li a{color:inherit;text-decoration:none}.breadcrumbs li:before{content:"";display:inline-block;background:none;position:static;margin:0;width:auto;height:auto}.breadcrumbs li:not(:first-child):before{margin-right:.5em;content:">"}.reaction-container{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.comment-head .reaction-container{float:right;margin-left:.5rem}@media (max-width: 575.98px){.comment-head .reaction-container{float:left;margin-left:0;margin-top:1rem;width:100%}}.page-reactions{padding-bottom:0;padding-top:40px;width:100%;margin:0 auto;max-width:1600px}.reaction-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border:1px solid var(--bs-border-color, #dee2e6);border-radius:1rem;background:transparent;cursor:pointer;font-size:1.5rem;line-height:1.4;transition:border-color .15s ease,background-color .15s ease}.reaction-btn:hover{border-color:var(--bs-primary, #0d6efd);background-color:var(--bs-light, #f8f9fa)}.reaction-btn--active{border-color:var(--bs-primary, #0d6efd);background-color:rgba(var(--bs-primary-rgb, 13, 110, 253),.1)}.reaction-btn:disabled{opacity:.6;cursor:wait}.reaction-btn__emoji{font-size:1.5rem;line-height:1}.reaction-btn__count{font-weight:600;min-width:.75rem;text-align:center}.c-back-to-top{position:fixed;bottom:0;right:0;z-index:100;display:flex;justify-content:center;align-items:center;width:7rem;height:7rem;background-color:#004a89;border:none;cursor:pointer;opacity:0;pointer-events:none;transition:.3s ease-in-out}.c-back-to-top.is-visible{opacity:1;pointer-events:auto}.c-back-to-top:hover{background-color:#bc0f28}.c-back-to-top svg{transition:transform .3s ease-in-out}.c-back-to-top:hover svg{transform:scale(1.2)}.o-img--cover,.c-disturber--voices figure img,.c-teaser figure img,.c-card--linkedIn--profile-img img,.c-card--linkedIn--logo img,.c-card--linkedIn--img img,.c-card--news--img img{height:100%;width:100%;object-fit:cover}.o-img--contain,.c-card--product--figure img{height:100%;width:100%;object-fit:contain}.o-img--overlay{position:relative;cursor:pointer}.o-img--overlay:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#004a89;opacity:.3;transition:.3s ease-in-out}.o-img--overlay:hover:before{opacity:0}.o-img--aspect-1{width:100%;aspect-ratio:1}@media (max-width: 767.98px){div[class*=col]:not(.ce-gallery *,.c-disturber *)>figure:last-child{margin-bottom:8rem}}@media (max-width: 767.98px) and (max-width: 767.98px){div[class*=col]:not(.ce-gallery *,.c-disturber *)>figure:last-child{margin-bottom:2rem}}figure{max-width:100%;margin:0;-webkit-user-select:none;user-select:none}figure img,figure svg{display:block;max-width:100%;height:auto}figure.ce-center img{margin:0 auto}figure.ce-above{margin-bottom:4rem}.ce-textpic img,.ce-textpic svg{display:block;max-width:100%;height:auto}.ce-textpic.ce-center img{margin:0 auto}.ce-textpic .ce-column{margin-bottom:4rem}.o-button{padding:1.4rem 3.1rem;display:inline-flex;align-items:center;border:none;border-radius:0;transition:.3s ease-in-out;cursor:pointer;-webkit-user-select:none;user-select:none;height:fit-content;width:fit-content;white-space:nowrap;color:#fff!important;background-color:#004a89}@media (max-width: 767.98px){.o-button{padding:1.2rem 2rem}}.o-button:hover{background-color:#bc0f28}.o-button:after{filter:brightness(0) invert(1)}.bg-primary .o-button:hover,.c-card--event--date .o-button:hover{background-color:#fff;color:#bc0f28}.o-button--primary,form .form-navigation .btn{padding:1.4rem 3.1rem;display:inline-flex;align-items:center;border:none;border-radius:0;transition:.3s ease-in-out;cursor:pointer;-webkit-user-select:none;user-select:none;height:fit-content;width:fit-content;white-space:nowrap;color:#fff!important;background-color:#004a89}@media (max-width: 767.98px){.o-button--primary,form .form-navigation .btn{padding:1.2rem 2rem}}.o-button--primary:hover,form .form-navigation .btn:hover{background-color:#bc0f28}.o-button--primary:after,form .form-navigation .btn:after{filter:brightness(0) invert(1)}.bg-primary .o-button--primary:hover,.c-card--event--date .o-button--primary:hover,.bg-primary form .form-navigation .btn:hover,form .form-navigation .bg-primary .btn:hover,.c-card--event--date form .form-navigation .btn:hover,form .form-navigation .c-card--event--date .btn:hover{background-color:#fff;color:#bc0f28}.o-button--secondary{padding:1.4rem 3.1rem;display:inline-flex;align-items:center;border:none;border-radius:0;transition:.3s ease-in-out;cursor:pointer;-webkit-user-select:none;user-select:none;height:fit-content;width:fit-content;white-space:nowrap;color:#fff!important;background-color:#bc0f28}@media (max-width: 767.98px){.o-button--secondary{padding:1.2rem 2rem}}.o-button--secondary:hover{background-color:#004a89;color:#fff!important}.bg-primary .o-button--secondary:hover,.c-card--event--date .o-button--secondary:hover{background-color:#fff;color:#bc0f28!important}.bg-gray-l .o-button--secondary:hover,.c-card--product .o-button--secondary:hover,.c-card--product__loading .o-button--secondary:hover{color:#fff!important}.bg-gradient-primary .o-button--secondary:hover,.c-solution-finder .o-button--secondary:hover{background-color:#fff;color:#bc0f28!important}.bg-gradient-primary .o-button--secondary:hover:after,.c-solution-finder .o-button--secondary:hover:after{filter:unset}.bg-gradient-primary .o-button--secondary:after,.c-solution-finder .o-button--secondary:after{filter:brightness(0) invert(1)}.o-button--secondary.p-small{padding:.8rem}.o-button--tag{padding:1.4rem 3.1rem;display:inline-flex;align-items:center;border:none;border-radius:0;transition:.3s ease-in-out;cursor:pointer;-webkit-user-select:none;user-select:none;height:fit-content;width:fit-content;white-space:nowrap;color:#fff!important;background-color:#004a89;padding:.9rem 1.4rem;font-size:1.6rem}@media (max-width: 767.98px){.o-button--tag{padding:1.2rem 2rem}}.o-button--tag:hover,.o-button--tag.disabled{background-color:#aab9c5}.o-button--search{padding:1.4rem 3.1rem;display:inline-flex;align-items:center;border:none;border-radius:0;transition:.3s ease-in-out;cursor:pointer;-webkit-user-select:none;user-select:none;height:fit-content;width:fit-content;white-space:nowrap;color:#fff!important;background-color:#bc0f28;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/search.svg);background-size:cover;background-size:auto 50%;height:4.8rem;width:4.8rem}@media (max-width: 767.98px){.o-button--search{padding:1.2rem 2rem}}.o-button--search:hover{background-color:#004a89}.o-button--next{padding:1.4rem 3.1rem;display:inline-flex;align-items:center;border:none;border-radius:0;transition:.3s ease-in-out;cursor:pointer;-webkit-user-select:none;user-select:none;height:fit-content;width:fit-content;white-space:nowrap;color:#fff!important;background-color:#bc0f28;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/chevron.svg);background-size:cover;background-size:auto 50%;height:4.8rem;width:4.8rem}@media (max-width: 767.98px){.o-button--next{padding:1.2rem 2rem}}.o-button--next:hover{background-color:#004a89}.o-button--back{margin-bottom:1.5rem;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/chevron-black-left.svg);background-size:cover;background-size:auto 50%;background-position:left center;padding-left:2.5rem;cursor:pointer}.o-button--back:hover{color:#004a89}.o-button--language{padding:.6rem 1rem;display:flex;gap:.5rem;cursor:pointer;width:fit-content}.o-button--language a{color:#ffffff80}.o-button--language .active{font-weight:700;color:#fff;cursor:initial}.o-button[href^="#"]{padding:2.75rem 3.1rem;display:inline-flex}.o-icon-text--left--arrow{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--left--arrow:before{content:"";display:block;height:1.8rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/arrow-secondary.svg);background-size:cover;background-size:contain}.o-icon-text--left--call{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--left--call:before{content:"";display:block;height:1.8rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/tel.svg);background-size:cover;background-size:contain}.o-icon-text--left--call.text-secondary:before,.c-pagination .o-icon-text--left--call.active:before{background-image:url(/_assets/dly_site_package/static/icons/tel-secondary.svg)}.o-icon-text--left--download{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--left--download:before{content:"";display:block;height:1.8rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/download.svg);background-size:cover;background-size:contain}.o-icon-text--left--apply{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--left--apply:before{content:"";display:block;height:1.8rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/chevron-double.svg);background-size:cover;background-size:contain}.o-icon-text--left--mail{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--left--mail:before{content:"";display:block;height:1.8rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/mail.svg);background-size:cover;background-size:contain}.o-icon-text--left--attachment{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--left--attachment:before{content:"";display:block;height:1.8rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/attachment.svg);background-size:cover;background-size:contain}.o-icon-text--left--send{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--left--send:before{content:"";display:block;height:1.8rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/send.svg);background-size:cover;background-size:contain}.o-icon-text--left--extern{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--left--extern:before{content:"";display:block;height:1.8rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/external-secondary.svg);background-size:cover;background-size:contain}.o-icon-text--left--location{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--left--location:before{content:"";display:block;height:1.8rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/location.svg);background-size:cover;background-size:contain}.o-icon-text--left--location.text-secondary:before,.c-pagination .o-icon-text--left--location.active:before{background-image:url(/_assets/dly_site_package/static/icons/location-secondary.svg)}.o-icon-text--left--small,.o-icon-text--right--arrow{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--right--arrow:after{content:"";display:block;height:2rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/arrow-secondary.svg);background-size:cover;background-size:contain}.o-icon-text--right--arrow:hover:after{transform:scale(1.1)}.o-icon-text--right--call{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--right--call:after{content:"";display:block;height:2rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/tel.svg);background-size:cover;background-size:contain}.o-icon-text--right--call:hover:after{transform:scale(1.1)}.o-icon-text--right--download{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--right--download:after{content:"";display:block;height:2rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/download.svg);background-size:cover;background-size:contain}.o-icon-text--right--download:hover:after{transform:scale(1.1)}.bg-primary .o-icon-text--right--download:hover:after,.c-card--event--date .o-icon-text--right--download:hover:after{background-image:url(/_assets/dly_site_package/static/icons/download-secondary.svg)}.bg-gradient-primary .o-icon-text--right--download:hover:after,.c-solution-finder .o-icon-text--right--download:hover:after{background-image:url(/_assets/dly_site_package/static/icons/download-secondary.svg)}.o-icon-text--right--download--secondary{color:#bc0f28;display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--right--download--secondary:after{content:"";display:block;height:2rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/download-secondary.svg);background-size:cover;background-size:contain}.o-icon-text--right--download--secondary:hover:after{transform:scale(1.1)}.o-icon-text--right--apply{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--right--apply:after{content:"";display:block;height:2rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/chevron-double.svg);background-size:cover;background-size:contain}.o-icon-text--right--apply:hover:after{transform:scale(1.1)}.o-icon-text--right--next{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--right--next:after{content:"";display:block;height:2rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/chevron.svg);background-size:cover;background-size:contain}.o-icon-text--right--next:hover:after{transform:scale(1.1)}.o-icon-text--right--attachment{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--right--attachment:after{content:"";display:block;height:2rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/attachment.svg);background-size:cover;background-size:contain}.o-icon-text--right--attachment:hover:after{transform:scale(1.1)}.o-icon-text--right--send{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--right--send:after{content:"";display:block;height:2rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/send.svg);background-size:cover;background-size:contain}.o-icon-text--right--send:hover:after{transform:scale(1.1)}.o-icon-text--right--extern{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--right--extern:after{content:"";display:block;height:2rem;aspect-ratio:1;transition:.2s ease-in-out;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/external.svg);background-size:cover;background-size:contain}.o-icon-text--right--extern:hover:after{transform:scale(1.1)}.o-icon-text--right--small{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out}.o-icon-text--right--dot{display:flex;gap:.6rem;align-items:center;cursor:pointer;transition:.2s ease-in-out;color:#bc0f28}.o-icon-text--right--dot a{color:inherit!important}.o-icon-text--right--dot a:hover{color:#004a89!important}.o-icon-text--right--dot:after{content:"";display:block;width:.7rem;aspect-ratio:1;background-color:#bc0f28;transform:translate(-.2rem,.4rem);flex-shrink:0}.formgroup{margin-bottom:2rem}.formgroup *{vertical-align:middle}.form-floating{position:relative;margin-top:1.5rem}.form-floating input::placeholder,.form-floating textarea::placeholder{color:transparent}.form-floating label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;opacity:.7;transition:opacity .1s ease-in-out,transform .1s ease-in-out}.form-floating input:focus~label,.form-floating input:not(:placeholder-shown)~label,.form-floating select~label,.form-floating input:-webkit-autofill+label,.form-floating input[type=radio]~label,.form-floating input[type=file]~label{opacity:.5;transform:scale(.85) translateY(-3rem) translate(-.7rem)}.form-floating textarea:focus~label,.form-floating textarea:not(:placeholder-shown)~label{opacity:.5;transform:scale(.85) translateY(-3.6rem) translate(-.7rem)}.o-input,.o-input--dropdown--title,.o-input--text,.c-pagination--input{background-color:#fff3;color:#ffffff80;padding:1.4rem 3.1rem;border:none}.o-input::placeholder,.o-input--dropdown--title::placeholder,.o-input--text::placeholder,.c-pagination--input::placeholder{color:#ffffff80}.o-input--checkbox,input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background-color:#e3ebf2;position:relative;margin-right:.8rem;cursor:pointer;vertical-align:middle}.o-input--checkbox:checked:before,input[type=checkbox]:checked:before{content:"";position:absolute;left:14%;top:14%;width:72%;height:72%;background-color:#bc0f28}.bg-gray-l .bg-white .o-input--checkbox,.bg-gray-l .bg-white input[type=checkbox],.c-card--product .bg-white .o-input--checkbox,.c-card--product .bg-white input[type=checkbox],.c-card--product__loading .bg-white .o-input--checkbox,.c-card--product__loading .bg-white input[type=checkbox],.bg-gray-l .c-nav--children .o-input--checkbox,.bg-gray-l .c-nav--children input[type=checkbox],.c-card--product .c-nav--children .o-input--checkbox,.c-card--product .c-nav--children input[type=checkbox],.c-card--product__loading .c-nav--children .o-input--checkbox,.c-card--product__loading .c-nav--children input[type=checkbox],.bg-white .o-input--checkbox,.bg-white input[type=checkbox],.c-nav--children .o-input--checkbox,.c-nav--children input[type=checkbox]{background-color:#e3ebf2}.bg-gray-l .o-input--checkbox,.bg-gray-l input[type=checkbox],.c-card--product .o-input--checkbox,.c-card--product input[type=checkbox],.c-card--product__loading .o-input--checkbox,.c-card--product__loading input[type=checkbox]{background-color:#fff}.o-input--radio>label{width:100%}.o-input--radio input[type=radio]{margin-right:-5px;width:0;z-index:-1;position:relative}.o-input--radio input[type=radio]+label{padding:1.4rem 3.1rem;display:inline-flex;align-items:center;border:none;border-radius:0;transition:.3s ease-in-out;cursor:pointer;-webkit-user-select:none;user-select:none;height:fit-content;width:fit-content;white-space:nowrap;color:#fff!important;background-color:#004a89;padding:.9rem 1.4rem;font-size:1.6rem}@media (max-width: 767.98px){.o-input--radio input[type=radio]+label{padding:1.2rem 2rem}}.o-input--radio input[type=radio]+label:hover,.o-input--radio input[type=radio]+label.disabled{background-color:#aab9c5}.o-input--radio input[type=radio]:checked+label{background-color:#1b22284c}.o-input--file{position:relative}.o-input--file input[type=file]{position:absolute;width:0;left:0;z-index:-1}.o-input--file label,.o-input--file input{display:inline-flex}.o-input--file--list{margin-top:10px;padding-left:0;list-style:none}.o-input--file--list--item{font-size:1.5rem}.o-input--dropdown,.o-input--dropdown__no-border{position:relative;cursor:pointer;min-width:36rem}.o-input--dropdown.disabled:before,.disabled.o-input--dropdown__no-border:before{content:"";display:block;height:100%;width:100%;position:absolute;top:0;left:0;z-index:5;background-color:#ffffff80;cursor:not-allowed}.o-input--dropdown--wrapper{overflow:hidden;position:absolute;pointer-events:none;top:100%;left:0;min-width:100%;max-height:40rem;z-index:15}.o-input--dropdown--wrapper::-webkit-scrollbar{width:.5rem}.o-input--dropdown--wrapper::-webkit-scrollbar-track{background:#fff;border-radius:1rem}.o-input--dropdown--wrapper::-webkit-scrollbar-thumb{background:#004a89;border-radius:1rem;transition:.3s ease-in-out}.o-input--dropdown--wrapper::-webkit-scrollbar-thumb:hover{background:#1b22284c}.o-input--dropdown--container{transform:translateY(-100%);transition:.3s ease-in-out;background-color:#fff;color:#1b2228;pointer-events:all;width:100%;padding-top:1.5rem;border:solid #004A89 .2rem;border-top:initial}.o-input--dropdown--option{padding:.5rem 2rem;color:#004a89}.o-input--dropdown--option:hover{background-color:#e3ebf2}.o-input--dropdown--title{background-color:#fff!important;color:#1b2228;width:100%;border:solid #004A89 .2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.o-input--dropdown--title:after{content:"";display:block;height:2rem;aspect-ratio:1;background-repeat:no-repeat;background-position:center;background-image:url(/_assets/dly_site_package/static/icons/chevron-gray-down.svg);background-size:cover;background-size:contain;transition:.3s ease-in-out}.o-input--dropdown--title.open:after{transform:rotate(-180deg)}.o-input--dropdown--title.open+.o-input--dropdown--wrapper{pointer-events:all;overflow-y:auto}.o-input--dropdown--title.open+.o-input--dropdown--wrapper .o-input--dropdown--container{transform:translateY(0)}.o-input--dropdown__no-border .o-input--dropdown--title{border-color:transparent}.o-icon--bubble{width:4.8rem;height:4.8rem;border-radius:50%;background-color:#fff;display:grid;place-items:center}.o-icon--bubble svg,.o-icon--bubble img{height:60%;width:auto}.o-icon--map-marker{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDEyIDE4IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgMEM5LjMxMTA3IDAgMTEuOTk1MiAyLjY4NDE1IDExLjk5NTIgNS45OTUyM0MxMi4xMTUxIDguNjc1OTUgOS45NjU0MSAxMi4yNDc0IDYuNjkzNzMgMTYuNzY5NUM2LjUzMjY2IDE2Ljk5MiA2LjI3NDY2IDE3LjEyMzcgNiAxNy4xMjM3QzUuNzI1MzQgMTcuMTIzNyA1LjQ2NzM0IDE2Ljk5MiA1LjMwNjI3IDE2Ljc2OTVDMi4wMzQ1OSAxMi4yMzg4IC0wLjExNTEzMiA4LjY2NzM5IDAuMDA0NzcyMyA1Ljk5NTIzQzAuMDA0NzcyMzUgMi42ODQxNSAyLjY4ODkzIDAgNiAwWk02LjAwNTkyIDE0LjgyNTNDOC4yOTI2NyAxMS41ODc5IDEwLjQwODEgOC4xNzA2MSAxMC4yODgyIDYuMDcyMjhWNi4wNDY1OFY1Ljk5NTJDMTAuMjg4MiAzLjYzMDE0IDguMzcwOTcgMS43MTI4OSA2LjAwNTkyIDEuNzEyODlDMy42NDA4NyAxLjcxMjg5IDEuNzIzNjEgMy42MzAxNCAxLjcyMzYxIDUuOTk1MlY2LjA0NjU4QzEuNjAzNzEgOC4xNDQ5MSAzLjcxOTE3IDExLjU2MjIgNi4wMDU5MiAxNC44MjUzWk01Ljk5OTA3IDMuNDI1NzhDNC41ODAwNCAzLjQyNTc4IDMuNDI5NjkgNC41NzYxMyAzLjQyOTY5IDUuOTk1MTZDMy40Mjk2OSA3LjQxNDIgNC41ODAwNCA4LjU2NDU1IDUuOTk5MDcgOC41NjQ1NUM3LjQxODEgOC41NjQ1NSA4LjU2ODQ1IDcuNDE0MiA4LjU2ODQ1IDUuOTk1MTZDOC41Njg0NSA1LjMxMzcyIDguMjk3NzUgNC42NjAxOSA3LjgxNTkgNC4xNzgzNEM3LjMzNDA1IDMuNjk2NDggNi42ODA1MSAzLjQyNTc4IDUuOTk5MDcgMy40MjU3OFpNNS4xNDA2MiA1Ljk5NTEzQzUuMTQwNjIgNi40NjgxNCA1LjUyNDA4IDYuODUxNTkgNS45OTcwOSA2Ljg1MTU5QzYuNDcwMSA2Ljg1MTU5IDYuODUzNTUgNi40NjgxNCA2Ljg1MzU1IDUuOTk1MTNDNi44NTM1NSA1LjUyMjEyIDYuNDcwMSA1LjEzODY3IDUuOTk3MDkgNS4xMzg2N0M1LjUyNDA4IDUuMTM4NjcgNS4xNDA2MiA1LjUyMjEyIDUuMTQwNjIgNS45OTUxM1oiIGZpbGw9IiMwMDRBODkiLz4KPC9zdmc+);background-repeat:no-repeat;width:12px;display:inline-block;height:18px;vertical-align:middle;margin-right:1.2rem}.o-icon--calendar{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE2IDE4IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuOCAwQzUuMjQxODMgMCA1LjYgMC4zNTgxNzIgNS42IDAuOFY0QzUuNiA0LjQ0MTgzIDUuMjQxODMgNC44IDQuOCA0LjhDNC4zNTgxNyA0LjggNCA0LjQ0MTgzIDQgNFYwLjhDNCAwLjM1ODE3MiA0LjM1ODE3IDAgNC44IDBaIiBmaWxsPSIjMDA0QTg5Ii8+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4xOTg0IDBDMTEuNjQwMyAwIDExLjk5ODQgMC4zNTgxNzIgMTEuOTk4NCAwLjhWNEMxMS45OTg0IDQuNDQxODMgMTEuNjQwMyA0LjggMTEuMTk4NCA0LjhDMTAuNzU2NiA0LjggMTAuMzk4NCA0LjQ0MTgzIDEwLjM5ODQgNFYwLjhDMTAuMzk4NCAwLjM1ODE3MiAxMC43NTY2IDAgMTEuMTk4NCAwWiIgZmlsbD0iIzAwNEE4OSIvPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi40IDMuMTk5NjFDMS45NTgxNyAzLjE5OTYxIDEuNiAzLjU1Nzc4IDEuNiAzLjk5OTYxVjE1LjE5OTZDMS42IDE1LjY0MTQgMS45NTgxNyAxNS45OTk2IDIuNCAxNS45OTk2SDEzLjZDMTQuMDQxOCAxNS45OTk2IDE0LjQgMTUuNjQxNCAxNC40IDE1LjE5OTZWMy45OTk2MUMxNC40IDMuNTU3NzggMTQuMDQxOCAzLjE5OTYxIDEzLjYgMy4xOTk2MUgyLjRaTTAgMy45OTk2MUMwIDIuNjc0MTMgMS4wNzQ1MiAxLjU5OTYxIDIuNCAxLjU5OTYxSDEzLjZDMTQuOTI1NSAxLjU5OTYxIDE2IDIuNjc0MTMgMTYgMy45OTk2MVYxNS4xOTk2QzE2IDE2LjUyNTEgMTQuOTI1NSAxNy41OTk2IDEzLjYgMTcuNTk5NkgyLjRDMS4wNzQ1MiAxNy41OTk2IDAgMTYuNTI1MSAwIDE1LjE5OTZWMy45OTk2MVoiIGZpbGw9IiMwMDRBODkiLz4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgNy4yMDAzOUMwIDYuNzU4NTYgMC4zNTgxNzIgNi40MDAzOSAwLjggNi40MDAzOUgxNS4yQzE1LjY0MTggNi40MDAzOSAxNiA2Ljc1ODU2IDE2IDcuMjAwMzlDMTYgNy42NDIyMiAxNS42NDE4IDguMDAwMzkgMTUuMiA4LjAwMDM5SDAuOEMwLjM1ODE3MiA4LjAwMDM5IDAgNy42NDIyMiAwIDcuMjAwMzlaIiBmaWxsPSIjMDA0QTg5Ii8+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDEwLjM5OTZDNCA5Ljk1Nzc4IDQuMzU4MTcgOS41OTk2MSA0LjggOS41OTk2MUg0LjgwOEM1LjI0OTgzIDkuNTk5NjEgNS42MDggOS45NTc3OCA1LjYwOCAxMC4zOTk2QzUuNjA4IDEwLjg0MTQgNS4yNDk4MyAxMS4xOTk2IDQuODA4IDExLjE5OTZINC44QzQuMzU4MTcgMTEuMTk5NiA0IDEwLjg0MTQgNCAxMC4zOTk2WiIgZmlsbD0iIzAwNEE4OSIvPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy4yMDMxMiAxMC4zOTk2QzcuMjAzMTIgOS45NTc3OCA3LjU2MTMgOS41OTk2MSA4LjAwMzEzIDkuNTk5NjFIOC4wMTExM0M4LjQ1Mjk1IDkuNTk5NjEgOC44MTExMyA5Ljk1Nzc4IDguODExMTMgMTAuMzk5NkM4LjgxMTEzIDEwLjg0MTQgOC40NTI5NSAxMS4xOTk2IDguMDExMTMgMTEuMTk5Nkg4LjAwMzEzQzcuNTYxMyAxMS4xOTk2IDcuMjAzMTIgMTAuODQxNCA3LjIwMzEyIDEwLjM5OTZaIiBmaWxsPSIjMDA0QTg5Ii8+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4zOTg0IDEwLjM5OTZDMTAuMzk4NCA5Ljk1Nzc4IDEwLjc1NjYgOS41OTk2MSAxMS4xOTg0IDkuNTk5NjFIMTEuMjA2NEMxMS42NDgzIDkuNTk5NjEgMTIuMDA2NCA5Ljk1Nzc4IDEyLjAwNjQgMTAuMzk5NkMxMi4wMDY0IDEwLjg0MTQgMTEuNjQ4MyAxMS4xOTk2IDExLjIwNjQgMTEuMTk5NkgxMS4xOTg0QzEwLjc1NjYgMTEuMTk5NiAxMC4zOTg0IDEwLjg0MTQgMTAuMzk4NCAxMC4zOTk2WiIgZmlsbD0iIzAwNEE4OSIvPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNCAxMy42MDA4QzQgMTMuMTU5IDQuMzU4MTcgMTIuODAwOCA0LjggMTIuODAwOEg0LjgwOEM1LjI0OTgzIDEyLjgwMDggNS42MDggMTMuMTU5IDUuNjA4IDEzLjYwMDhDNS42MDggMTQuMDQyNiA1LjI0OTgzIDE0LjQwMDggNC44MDggMTQuNDAwOEg0LjhDNC4zNTgxNyAxNC40MDA4IDQgMTQuMDQyNiA0IDEzLjYwMDhaIiBmaWxsPSIjMDA0QTg5Ii8+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjIwMzEyIDEzLjYwMDhDNy4yMDMxMiAxMy4xNTkgNy41NjEzIDEyLjgwMDggOC4wMDMxMyAxMi44MDA4SDguMDExMTNDOC40NTI5NSAxMi44MDA4IDguODExMTMgMTMuMTU5IDguODExMTMgMTMuNjAwOEM4LjgxMTEzIDE0LjA0MjYgOC40NTI5NSAxNC40MDA4IDguMDExMTMgMTQuNDAwOEg4LjAwMzEzQzcuNTYxMyAxNC40MDA4IDcuMjAzMTIgMTQuMDQyNiA3LjIwMzEyIDEzLjYwMDhaIiBmaWxsPSIjMDA0QTg5Ii8+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4zOTg0IDEzLjYwMDhDMTAuMzk4NCAxMy4xNTkgMTAuNzU2NiAxMi44MDA4IDExLjE5ODQgMTIuODAwOEgxMS4yMDY0QzExLjY0ODMgMTIuODAwOCAxMi4wMDY0IDEzLjE1OSAxMi4wMDY0IDEzLjYwMDhDMTIuMDA2NCAxNC4wNDI2IDExLjY0ODMgMTQuNDAwOCAxMS4yMDY0IDE0LjQwMDhIMTEuMTk4NEMxMC43NTY2IDE0LjQwMDggMTAuMzk4NCAxNC4wNDI2IDEwLjM5ODQgMTMuNjAwOFoiIGZpbGw9IiMwMDRBODkiLz4KPC9zdmc+);background-repeat:no-repeat;width:16px;display:inline-block;height:18px;vertical-align:middle;margin-right:.8rem}.o-icon--industry{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik05IDBDNC4wMyAwIDAgNC4wNCAwIDlzNC4wMyA5IDkgOWM0Ljk2IDAgOS00LjA0IDktOXMtNC4wNC05LTktOVptNi45MyA4aC0yLjc5Yy0uMTktMi0uODMtMy45Mi0xLjg3LTUuNjIgMi40NC44NCA0LjI3IDMgNC42NSA1LjYyaC4wMVpNMi4wNyAxMGgyLjc5Yy4xOSAyIC44MyAzLjkyIDEuODYgNS42Mi0yLjQ0LS44NC00LjI3LTMtNC42NS01LjYyWm0yLjc5LTJIMi4wN2E3LjAyNiA3LjAyNiAwIDAgMSA0LjY1LTUuNjJDNS42OSA0LjA4IDUuMDUgNS45OSA0Ljg2IDhaTTkgMTUuNDNjLTEuMTgtMS42LTEuOTItMy40Ny0yLjEzLTUuNDNoNC4yN2MtLjIyIDEuOTctLjk2IDMuODQtMi4xMyA1LjQzSDlaTTYuODcgOGMuMjItMS45Ny45Ni0zLjg0IDIuMTMtNS40MyAxLjE4IDEuNiAxLjkyIDMuNDggMi4xNCA1LjQzSDYuODdabTQuNDEgNy42MmMxLjAzLTEuNyAxLjY3LTMuNjEgMS44Ni01LjYyaDIuNzlhNy4wMjYgNy4wMjYgMCAwIDEtNC42NSA1LjYyWiIgZmlsbD0iIzAwNEE4OSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTh2MThIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4K);background-repeat:no-repeat;width:16px;display:inline-block;height:16px;vertical-align:middle;margin-right:.8rem}.o-icon--experience{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjEgMTgiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuOTc2IDE4SDQuMDA1Yy0xLjE4MyAwLTEuODMyIDAtMi40NDItLjI5N2EyLjc1MiAyLjc1MiAwIDAgMS0xLjI1LTEuMTc4QzAgMTUuOTQ5IDAgMTUuMzI4IDAgMTQuMjIyVjcuMzg1QzAgNi4yNyAwIDUuNjU4LjMxNSA1LjA4MmEyLjc1MSAyLjc1MSAwIDAgMSAxLjI0OS0xLjE3OGMuNjEtLjI5NyAxLjI2OC0uMjk3IDIuNDQxLS4yOTdoMS43MjdjLjAxLS4zNzguMDM4LS42NTYuMTI0LS45MzVDNi4yMDggMS40MyA3LjIzOC40NTkgOC41NTQuMTI2IDkuMDQxIDAgOS41MjcgMCAxMC41IDBzMS40NiAwIDEuOTQ1LjEyNmMxLjMxNy4zMzMgMi4zNDYgMS4zMDQgMi43IDIuNTQ2LjA3Ni4yNzkuMTA0LjU1Ny4xMjMuOTM1aDEuNzI2YzEuMTgzIDAgMS44MzIgMCAyLjQ0Mi4yOTcuNTQ0LjI2Ljk3My42NjYgMS4yNSAxLjE3OEMyMSA1LjY1OCAyMSA2LjI3IDIxIDcuMzg1djYuODM3YzAgMS4xMTUgMCAxLjcyNy0uMzE1IDIuMzAzYTIuNzUyIDIuNzUyIDAgMCAxLTEuMjQ5IDEuMTc4Yy0uNjEuMjk3LTEuMjY4LjI5Ny0yLjQ0Mi4yOTdoLS4wMThaTTQuMDA1IDUuNDA2Yy0uODMgMC0xLjM3NCAwLTEuNTc0LjFhLjk2NC45NjQgMCAwIDAtLjQyLjM5NWMtLjEwNS4xODktLjEwNS43MS0uMTA1IDEuNDg0djYuODM3YzAgLjc4MyAwIDEuMjk1LjEwNSAxLjQ5My4wOTYuMTcxLjIzOS4zMDYuNDIuMzk2LjIuMDk5Ljc1My4wOTkgMS41NzMuMDk5aDEyLjk3Yy44MyAwIDEuMzc0IDAgMS41NzQtLjA5OWEuOTY0Ljk2NCAwIDAgMCAuNDItLjM5NmMuMTA1LS4xODkuMTA1LS43MS4xMDUtMS40ODRWNy4zOTRjMC0uNzgyIDAtMS4yOTUtLjEwNS0xLjQ5M2EuOTE2LjkxNiAwIDAgMC0uNDItLjM5NmMtLjItLjA5OS0uNzUzLS4wOTktMS41NzMtLjA5OUg0LjAwNVptMy42MzMtMS43OTloNS43MDNjMC0uMjA3LS4wMjktLjM2LS4wNTctLjQ2OC0uMTcyLS42Mi0uNjk2LTEuMTA2LTEuMzQ1LTEuMjY4LS4yMzgtLjA2My0uNjY3LS4wNjMtMS40NS0uMDYzLS43ODIgMC0xLjIwMSAwLTEuNDUuMDYzLS42NTcuMTYyLTEuMTcyLjY1Ny0xLjM0NCAxLjI2OC0uMDI4LjEwOC0uMDQ4LjI2MS0uMDU3LjQ2OFoiIGZpbGw9IiMwMDRBODkiLz48L3N2Zz4K);background-repeat:no-repeat;width:16px;display:inline-block;height:20px;vertical-align:middle;margin-right:.8rem}.o-icon--arrow-right{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE1IDEyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMS41IDExTDYuNSA2TDEuNSAxTTguNSAxMUwxMy41IDZMOC41IDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==);background-repeat:no-repeat;width:15px;height:12px;display:inline-block;vertical-align:middle;margin-left:.8rem}.container{position:relative;z-index:10}body{--border-width: 4rem}@media (max-width: 767.98px){body{--border-width: 2.5rem}body:before{--border-width: 2.5rem}}@media (max-width: 575.98px){body{--border-width: 1.5rem}body:before{--border-width: 1.5rem}}.o-frame--left__bottom,.o-frame--left__top,.o-frame--center__bottom,.o-frame--right__top,.o-frame--right__bottom{position:absolute;bottom:0;left:0;height:80%;width:55%;overflow:hidden}.o-frame--left__bottom:before,.o-frame--left__top:before,.o-frame--center__bottom:before,.o-frame--right__top:before,.o-frame--right__bottom:before{content:"";display:block;position:absolute;right:0;top:0;border:rgba(255,255,255,.2) solid var(--border-width);width:calc(100% + var(--border-width));height:calc(100% + var(--border-width))}.o-frame--left__top,.o-frame--center__bottom,.o-frame--right__top,.o-frame--right__bottom{top:0;bottom:initial}.o-frame--left__top:before,.o-frame--center__bottom:before,.o-frame--right__top:before,.o-frame--right__bottom:before{bottom:0;top:initial}.o-frame--right__bottom{bottom:0;right:0;top:initial;left:initial}.o-frame--right__bottom:before{left:0;top:0}.o-frame--right__top{top:0;right:0;bottom:initial;left:initial}.o-frame--right__top:before{left:0}.o-frame--center__bottom{bottom:0;left:50%;top:initial;right:initial;transform:translate(-50%);width:75%}.o-frame--center__bottom:before{left:0;top:0;height:calc(100% + var(--border-width));width:100%}.o-frame--small{height:60%;width:11%}.o-frame--full__left,.o-frame--full__right{position:relative;z-index:2}.o-frame--full__left:before,.o-frame--full__right:before{content:"";display:block;height:100%;aspect-ratio:1;border:solid var(--border-width) rgba(255,255,255,.5);position:absolute;top:-10rem;left:0;transform:translate(-75%);z-index:-1}.o-frame--full__right:before{right:0;left:initial;transform:translate(75%)}.o-frame--primary:before{border-color:#004a89!important}.o-frame--secondary:before{border-color:#bc0f28!important}.o-frame--active:before{border-color:#004a89!important}.bg-white .o-frame--active:before,.c-nav--children .o-frame--active:before{border-color:#004a89!important}.bg-gradient-primary .o-frame--active:before,.c-solution-finder .o-frame--active:before{border-color:#e3ebf2!important}.bg-gray-l .o-frame--active:before,.c-card--product .o-frame--active:before,.c-card--product__loading .o-frame--active:before{border-color:#004a89!important}figure{position:relative}figure.with-frame{position:relative;width:fit-content;max-width:100%;margin-right:auto}figure.with-frame picture{display:block;width:fit-content;max-width:100%}figure.with-frame img{position:relative;margin-bottom:min(5vw,90px)}figure.with-frame:before{transition:.6s ease-in-out;content:"";position:absolute;display:block;height:100%;aspect-ratio:1/1;border:solid var(--border-width) #E3EBF2;top:min(5vw,90px);right:max(-5vw,-90px)}@media (max-width: 767.98px){figure.with-frame:before{top:10vw;right:-10vw}}figure.with-frame.with-frame-top-left{margin-right:0;margin-left:auto}figure.with-frame.with-frame-top-left img{margin-top:min(5vw,90px);margin-bottom:auto}figure.with-frame.with-frame-top-left:before{left:max(-5vw,-90px);top:max(-5vw,-90px);right:auto}@media (max-width: 767.98px){figure.with-frame.with-frame-top-left:before{left:-10vw;top:10vw;right:auto}}.o-filter-tag{padding:.5rem 1rem;background-color:#004a89;border-radius:2rem;color:#fff;text-transform:capitalize}.u-font-weight--400{font-weight:400}.u-font-weight--500{font-weight:500}.u-font-weight--600{font-weight:600}.u-font-weight--700,.headline.h5{font-weight:700}.u-owl--0>*+*{margin-top:0rem}.u-owl--1>*+*{margin-top:.5rem}.u-owl--2>*+*{margin-top:1rem}.u-owl--3>*+*{margin-top:1.5rem}.u-owl--4>*+*{margin-top:2rem}.u-owl--5>*+*{margin-top:2.5rem}.u-owl--6>*+*{margin-top:3rem}.u-owl--7>*+*{margin-top:3.5rem}.u-owl--8>*+*,.c-show-more--buttons>*+*{margin-top:4rem}.u-owl--9>*+*{margin-top:4.5rem}.u-owl--10>*+*{margin-top:5rem}@media (min-width: 576px){.u-owl-sm--0>*+*{margin-top:0rem}.u-owl-sm--1>*+*{margin-top:.5rem}.u-owl-sm--2>*+*{margin-top:1rem}.u-owl-sm--3>*+*{margin-top:1.5rem}.u-owl-sm--4>*+*{margin-top:2rem}.u-owl-sm--5>*+*{margin-top:2.5rem}.u-owl-sm--6>*+*{margin-top:3rem}.u-owl-sm--7>*+*{margin-top:3.5rem}.u-owl-sm--8>*+*{margin-top:4rem}.u-owl-sm--9>*+*{margin-top:4.5rem}.u-owl-sm--10>*+*{margin-top:5rem}}@media (min-width: 768px){.u-owl-md--0>*+*{margin-top:0rem}.u-owl-md--1>*+*{margin-top:.5rem}.u-owl-md--2>*+*{margin-top:1rem}.u-owl-md--3>*+*{margin-top:1.5rem}.u-owl-md--4>*+*{margin-top:2rem}.u-owl-md--5>*+*{margin-top:2.5rem}.u-owl-md--6>*+*{margin-top:3rem}.u-owl-md--7>*+*{margin-top:3.5rem}.u-owl-md--8>*+*{margin-top:4rem}.u-owl-md--9>*+*{margin-top:4.5rem}.u-owl-md--10>*+*{margin-top:5rem}}@media (min-width: 992px){.u-owl-lg--0>*+*{margin-top:0rem}.u-owl-lg--1>*+*{margin-top:.5rem}.u-owl-lg--2>*+*{margin-top:1rem}.u-owl-lg--3>*+*{margin-top:1.5rem}.u-owl-lg--4>*+*{margin-top:2rem}.u-owl-lg--5>*+*{margin-top:2.5rem}.u-owl-lg--6>*+*{margin-top:3rem}.u-owl-lg--7>*+*{margin-top:3.5rem}.u-owl-lg--8>*+*{margin-top:4rem}.u-owl-lg--9>*+*{margin-top:4.5rem}.u-owl-lg--10>*+*{margin-top:5rem}}@media (min-width: 1200px){.u-owl-xl--0>*+*{margin-top:0rem}.u-owl-xl--1>*+*{margin-top:.5rem}.u-owl-xl--2>*+*{margin-top:1rem}.u-owl-xl--3>*+*{margin-top:1.5rem}.u-owl-xl--4>*+*{margin-top:2rem}.u-owl-xl--5>*+*{margin-top:2.5rem}.u-owl-xl--6>*+*{margin-top:3rem}.u-owl-xl--7>*+*{margin-top:3.5rem}.u-owl-xl--8>*+*{margin-top:4rem}.u-owl-xl--9>*+*{margin-top:4.5rem}.u-owl-xl--10>*+*{margin-top:5rem}}@media (min-width: 1440px){.u-owl-xxl--0>*+*{margin-top:0rem}.u-owl-xxl--1>*+*{margin-top:.5rem}.u-owl-xxl--2>*+*{margin-top:1rem}.u-owl-xxl--3>*+*{margin-top:1.5rem}.u-owl-xxl--4>*+*{margin-top:2rem}.u-owl-xxl--5>*+*{margin-top:2.5rem}.u-owl-xxl--6>*+*{margin-top:3rem}.u-owl-xxl--7>*+*{margin-top:3.5rem}.u-owl-xxl--8>*+*{margin-top:4rem}.u-owl-xxl--9>*+*{margin-top:4.5rem}.u-owl-xxl--10>*+*{margin-top:5rem}}@media (min-width: 1800px){.u-owl-xxxl--0>*+*{margin-top:0rem}.u-owl-xxxl--1>*+*{margin-top:.5rem}.u-owl-xxxl--2>*+*{margin-top:1rem}.u-owl-xxxl--3>*+*{margin-top:1.5rem}.u-owl-xxxl--4>*+*{margin-top:2rem}.u-owl-xxxl--5>*+*{margin-top:2.5rem}.u-owl-xxxl--6>*+*{margin-top:3rem}.u-owl-xxxl--7>*+*{margin-top:3.5rem}.u-owl-xxxl--8>*+*{margin-top:4rem}.u-owl-xxxl--9>*+*{margin-top:4.5rem}.u-owl-xxxl--10>*+*{margin-top:5rem}}.u-text--14{font-size:1.4rem;line-height:1.96rem}.u-text--16,.o-filter-tag{font-size:1.6rem;line-height:2.24rem}@media (max-width: 991.98px){.u-text--16,.o-filter-tag{font-size:1.5rem;line-height:2.1rem}}.u-text--18,.c-card--linkedIn--content p{font-size:1.8rem;line-height:2.52rem}@media (max-width: 991.98px){.u-text--18,.c-card--linkedIn--content p{font-size:1.5rem;line-height:2.1rem}}.u-text--20,.headline.h6,p,form label,form select,form input[type=text],form input[type=email],form input[type=password],form input[type=tel],form input[type=file],form textarea,.c-search--input,.o-button,.o-button--primary,form .form-navigation .btn,.o-button--secondary,.o-button--tag,.o-button--search,.o-button--next,.o-input--radio input[type=radio]+label{font-size:2rem;line-height:2.8rem}@media (max-width: 991.98px){.u-text--20,.headline.h6,p,form label,form select,form input[type=text],form input[type=email],form input[type=password],form input[type=tel],form input[type=file],form textarea,.c-search--input,.o-button,.o-button--primary,form .form-navigation .btn,.o-button--secondary,.o-button--tag,.o-button--search,.o-button--next,.o-input--radio input[type=radio]+label{font-size:1.7rem;line-height:2.38rem}}.u-text--22,.headline.h5,.c-pagination__numbers--item{font-size:2.2rem;line-height:3.08rem}@media (max-width: 991.98px){.u-text--22,.headline.h5,.c-pagination__numbers--item{font-size:1.8rem;line-height:2.52rem}}.u-text--25,.c-user-list--headline,.o-button--language,.o-input--text,.c-pagination--input{font-size:2.5rem;line-height:3.5rem}@media (max-width: 991.98px){.u-text--25,.c-user-list--headline,.o-button--language,.o-input--text,.c-pagination--input{font-size:2rem;line-height:2.8rem}}.u-text--28{font-size:2.8rem;line-height:3.92rem}@media (max-width: 991.98px){.u-text--28{font-size:2.2rem;line-height:3.08rem}}.u-text--30,.headline.h4,.c-accordion--header{font-size:3rem;line-height:4.2rem}@media (max-width: 991.98px){.u-text--30,.headline.h4,.c-accordion--header{font-size:2.3rem;line-height:3.22rem}}.u-text--35,.headline.h3{font-size:3.5rem;line-height:4.9rem}@media (max-width: 991.98px){.u-text--35,.headline.h3{font-size:2.5rem;line-height:3.5rem}}.u-text--40,.headline.h2{font-size:4rem;line-height:5.6rem}@media (max-width: 991.98px){.u-text--40,.headline.h2{font-size:3rem;line-height:4.2rem}}.u-text--50,.headline.h1{font-size:5rem;line-height:7rem}@media (max-width: 991.98px){.u-text--50,.headline.h1{font-size:4rem;line-height:5.6rem}}.u-text--60{font-size:6rem;line-height:8.4rem}@media (max-width: 991.98px){.u-text--60{font-size:4.5rem;line-height:6.3rem}}.u-text--hover{transition:.3s ease-in-out}.u-text--hover.text-primary:hover{color:#bc0f28!important}.u-text--italic{font-style:italic}.u-text--capitalize{text-transform:capitalize}.u-border-radius--1{border-radius:.5rem}.u-border-radius--2{border-radius:1rem}.u-border-radius--3{border-radius:1.5rem}.u-border-radius--4{border-radius:2rem}.u-border-radius--5{border-radius:2.5rem}.u-border-radius--6{border-radius:3rem}.u-border-radius--7{border-radius:3.5rem}.u-border-radius--8{border-radius:4rem}.u-border-radius--9{border-radius:4.5rem}.u-border-radius--10{border-radius:5rem}.u-width--auto{width:auto!important}.u-width--fit{width:fit-content!important}.u-width--100{width:100%!important}.u-width--75{width:75%!important}.u-width--50{width:50%!important}.u-width--25{width:25%!important}@media (min-width: 576px){.u-width-sm--100{width:100%!important}.u-width-sm--75{width:75%!important}.u-width-sm--50{width:50%!important}.u-width-sm--25{width:25%!important}}@media (min-width: 768px){.u-width-md--100{width:100%!important}.u-width-md--75{width:75%!important}.u-width-md--50{width:50%!important}.u-width-md--25{width:25%!important}}@media (min-width: 992px){.u-width-lg--100{width:100%!important}.u-width-lg--75{width:75%!important}.u-width-lg--50{width:50%!important}.u-width-lg--25{width:25%!important}}@media (min-width: 1200px){.u-width-xl--100{width:100%!important}.u-width-xl--75{width:75%!important}.u-width-xl--50{width:50%!important}.u-width-xl--25{width:25%!important}}@media (min-width: 1440px){.u-width-xxl--100{width:100%!important}.u-width-xxl--75{width:75%!important}.u-width-xxl--50{width:50%!important}.u-width-xxl--25{width:25%!important}}@media (min-width: 1800px){.u-width-xxxl--100{width:100%!important}.u-width-xxxl--75{width:75%!important}.u-width-xxxl--50{width:50%!important}.u-width-xxxl--25{width:25%!important}}@media (min-width: 576px){.u-width-sm--auto{width:auto!important}}@media (min-width: 576px){.u-width-sm--fit{width:fit-content!important}}@media (min-width: 768px){.u-width-md--auto{width:auto!important}}@media (min-width: 768px){.u-width-md--fit{width:fit-content!important}}@media (min-width: 992px){.u-width-lg--auto{width:auto!important}}@media (min-width: 992px){.u-width-lg--fit{width:fit-content!important}}@media (min-width: 1200px){.u-width-xl--auto{width:auto!important}}@media (min-width: 1200px){.u-width-xl--fit{width:fit-content!important}}@media (min-width: 1440px){.u-width-xxl--auto{width:auto!important}}@media (min-width: 1440px){.u-width-xxl--fit{width:fit-content!important}}@media (min-width: 1800px){.u-width-xxxl--auto{width:auto!important}}@media (min-width: 1800px){.u-width-xxxl--fit{width:fit-content!important}}.row{row-gap:10rem}@media (max-width: 1199.98px){.row{row-gap:4rem}}.u-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.6rem}.u-grid--1{grid-column:span 1}.u-grid--2{grid-column:span 2}.u-grid--3{grid-column:span 3}.u-grid--4{grid-column:span 4}.u-grid--5{grid-column:span 5}.u-grid--6{grid-column:span 6}.u-grid--7{grid-column:span 7}.u-grid--8{grid-column:span 8}.u-grid--9{grid-column:span 9}.u-grid--10{grid-column:span 10}.u-grid--11{grid-column:span 11}.u-grid--12{grid-column:span 12}@media (min-width: 576px){.u-grid-sm--1{grid-column:span 1}}@media (min-width: 576px){.u-grid-sm--2{grid-column:span 2}}@media (min-width: 576px){.u-grid-sm--3{grid-column:span 3}}@media (min-width: 576px){.u-grid-sm--4{grid-column:span 4}}@media (min-width: 576px){.u-grid-sm--5{grid-column:span 5}}@media (min-width: 576px){.u-grid-sm--6{grid-column:span 6}}@media (min-width: 576px){.u-grid-sm--7{grid-column:span 7}}@media (min-width: 576px){.u-grid-sm--8{grid-column:span 8}}@media (min-width: 576px){.u-grid-sm--9{grid-column:span 9}}@media (min-width: 576px){.u-grid-sm--10{grid-column:span 10}}@media (min-width: 576px){.u-grid-sm--11{grid-column:span 11}}@media (min-width: 576px){.u-grid-sm--12{grid-column:span 12}}@media (min-width: 768px){.u-grid-md--1{grid-column:span 1}}@media (min-width: 768px){.u-grid-md--2{grid-column:span 2}}@media (min-width: 768px){.u-grid-md--3{grid-column:span 3}}@media (min-width: 768px){.u-grid-md--4{grid-column:span 4}}@media (min-width: 768px){.u-grid-md--5{grid-column:span 5}}@media (min-width: 768px){.u-grid-md--6{grid-column:span 6}}@media (min-width: 768px){.u-grid-md--7{grid-column:span 7}}@media (min-width: 768px){.u-grid-md--8{grid-column:span 8}}@media (min-width: 768px){.u-grid-md--9{grid-column:span 9}}@media (min-width: 768px){.u-grid-md--10{grid-column:span 10}}@media (min-width: 768px){.u-grid-md--11{grid-column:span 11}}@media (min-width: 768px){.u-grid-md--12{grid-column:span 12}}@media (min-width: 992px){.u-grid-lg--1{grid-column:span 1}}@media (min-width: 992px){.u-grid-lg--2{grid-column:span 2}}@media (min-width: 992px){.u-grid-lg--3{grid-column:span 3}}@media (min-width: 992px){.u-grid-lg--4{grid-column:span 4}}@media (min-width: 992px){.u-grid-lg--5{grid-column:span 5}}@media (min-width: 992px){.u-grid-lg--6{grid-column:span 6}}@media (min-width: 992px){.u-grid-lg--7{grid-column:span 7}}@media (min-width: 992px){.u-grid-lg--8{grid-column:span 8}}@media (min-width: 992px){.u-grid-lg--9{grid-column:span 9}}@media (min-width: 992px){.u-grid-lg--10{grid-column:span 10}}@media (min-width: 992px){.u-grid-lg--11{grid-column:span 11}}@media (min-width: 992px){.u-grid-lg--12{grid-column:span 12}}@media (min-width: 1200px){.u-grid-xl--1{grid-column:span 1}}@media (min-width: 1200px){.u-grid-xl--2{grid-column:span 2}}@media (min-width: 1200px){.u-grid-xl--3{grid-column:span 3}}@media (min-width: 1200px){.u-grid-xl--4{grid-column:span 4}}@media (min-width: 1200px){.u-grid-xl--5{grid-column:span 5}}@media (min-width: 1200px){.u-grid-xl--6{grid-column:span 6}}@media (min-width: 1200px){.u-grid-xl--7{grid-column:span 7}}@media (min-width: 1200px){.u-grid-xl--8{grid-column:span 8}}@media (min-width: 1200px){.u-grid-xl--9{grid-column:span 9}}@media (min-width: 1200px){.u-grid-xl--10{grid-column:span 10}}@media (min-width: 1200px){.u-grid-xl--11{grid-column:span 11}}@media (min-width: 1200px){.u-grid-xl--12{grid-column:span 12}}@media (min-width: 1440px){.u-grid-xxl--1{grid-column:span 1}}@media (min-width: 1440px){.u-grid-xxl--2{grid-column:span 2}}@media (min-width: 1440px){.u-grid-xxl--3{grid-column:span 3}}@media (min-width: 1440px){.u-grid-xxl--4{grid-column:span 4}}@media (min-width: 1440px){.u-grid-xxl--5{grid-column:span 5}}@media (min-width: 1440px){.u-grid-xxl--6{grid-column:span 6}}@media (min-width: 1440px){.u-grid-xxl--7{grid-column:span 7}}@media (min-width: 1440px){.u-grid-xxl--8{grid-column:span 8}}@media (min-width: 1440px){.u-grid-xxl--9{grid-column:span 9}}@media (min-width: 1440px){.u-grid-xxl--10{grid-column:span 10}}@media (min-width: 1440px){.u-grid-xxl--11{grid-column:span 11}}@media (min-width: 1440px){.u-grid-xxl--12{grid-column:span 12}}@media (min-width: 1800px){.u-grid-xxxl--1{grid-column:span 1}}@media (min-width: 1800px){.u-grid-xxxl--2{grid-column:span 2}}@media (min-width: 1800px){.u-grid-xxxl--3{grid-column:span 3}}@media (min-width: 1800px){.u-grid-xxxl--4{grid-column:span 4}}@media (min-width: 1800px){.u-grid-xxxl--5{grid-column:span 5}}@media (min-width: 1800px){.u-grid-xxxl--6{grid-column:span 6}}@media (min-width: 1800px){.u-grid-xxxl--7{grid-column:span 7}}@media (min-width: 1800px){.u-grid-xxxl--8{grid-column:span 8}}@media (min-width: 1800px){.u-grid-xxxl--9{grid-column:span 9}}@media (min-width: 1800px){.u-grid-xxxl--10{grid-column:span 10}}@media (min-width: 1800px){.u-grid-xxxl--11{grid-column:span 11}}@media (min-width: 1800px){.u-grid-xxxl--12{grid-column:span 12}}.u-grid--vertical--auto-1fr{display:grid;grid-template-rows:auto 1fr}.u-hover--primary{transition:.3s ease-in-out}.u-hover--primary:hover{color:#004a89!important}.u-zindex--1{z-index:1}.u-zindex--2{z-index:2}.u-zindex--3{z-index:3}.u-zindex--4{z-index:4}.u-zindex--5{z-index:5}.u-zindex--6{z-index:6}.u-zindex--7{z-index:7}.u-zindex--8{z-index:8}.u-zindex--9{z-index:9}.u-zindex--10{z-index:10}.u-zindex--11{z-index:11}.u-zindex--12{z-index:12}.u-zindex--13{z-index:13}.u-zindex--14{z-index:14}.u-zindex--15{z-index:15}.u-zindex--16{z-index:16}.u-zindex--17{z-index:17}.u-zindex--18{z-index:18}.u-zindex--19{z-index:19}.u-zindex--20{z-index:20}.u-gap--row--0{row-gap:0rem!important}.u-gap--row--1{row-gap:.5rem!important}.u-gap--row--2{row-gap:1rem!important}.u-gap--row--3{row-gap:1.5rem!important}.u-gap--row--4{row-gap:2rem!important}.u-gap--row--5{row-gap:2.5rem!important}.u-gap--row--6{row-gap:3rem!important}.u-gap--row--7{row-gap:3.5rem!important}.u-gap--row--8{row-gap:4rem!important}.u-gap--row--9{row-gap:4.5rem!important}.u-gap--row--10{row-gap:5rem!important}.u-gap--row--11{row-gap:5.5rem!important}.u-gap--row--12{row-gap:6rem!important}.u-cursor--pointer{cursor:pointer}.u-scrollbar--1::-webkit-scrollbar{width:.5rem}.u-scrollbar--1::-webkit-scrollbar-track{background:#fff;border-radius:1rem}.u-scrollbar--1::-webkit-scrollbar-thumb{background:#004a89;border-radius:1rem;transition:.3s ease-in-out}.u-scrollbar--1::-webkit-scrollbar-thumb:hover{background:#1b22284c}.u-transition,.c-gallery--grayscale img,.o-button--back{transition:.3s ease-in-out}.u-height--fit-content{height:fit-content}.no-before:before{content:none!important}.no-after:after{content:none!important}.u-subgrid--product-card{display:grid;grid-template-rows:subgrid;grid-row:span 5;gap:0}div:has(>.u-subgrid--product-card){display:grid;grid-template-rows:auto auto auto auto auto}@media (max-width: 767.98px){.u-flex-mob-reversed{flex-direction:column-reverse}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}:root{--header-height: 9.3rem;--header-height-sticky: 67px}@media (max-width: 991.98px){:root{--header-height: 7.3rem;--header-height-sticky: 60px}}@media (max-width: 767.98px){:root{--header-height: 7rem;--header-height-sticky: 60px}}html{font-size:10px;scroll-padding-top:120px}body{color:#1b2228;font-size:2rem;line-height:2.8rem;font-family:Roboto,sans-serif}body::-webkit-scrollbar{width:1rem}body::-webkit-scrollbar-track{background:#fff;border-radius:1rem}body::-webkit-scrollbar-thumb{background:#004a89;border-radius:1rem;transition:.3s ease-in-out}body::-webkit-scrollbar-thumb:hover{background:#1b22284c}@media (max-width: 991.98px){body{font-size:1.7rem;line-height:2.4rem}}body:has(.c-search--container.open){overflow:hidden}.ce-bodytext p{-webkit-hyphens:auto;hyphens:auto}p{margin-bottom:2rem}ul li{list-style:none}a{text-decoration:none;transition:.3s;color:#1b2228}a:hover{color:#004a89}main{min-height:80dvh}main>div{padding-top:140px;padding-bottom:140px;position:relative}@media (max-width: 1199.98px){main>div{padding-top:70px;padding-bottom:70px;overflow:hidden}}main>div:has([class*=c-disturber]),main>section:has([class*=c-disturber]){overflow:hidden}.bodytext p:last-child{margin-bottom:0}.text-black-transparent{color:#1b22284d}::selection{background-color:#004a89;color:#fff}.bg-primary ::selection,.c-card--event--date ::selection{background-color:#bc0f28;color:#fff}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;line-height:inherit}.headline{display:inline-block;font-family:Europa,sans-serif}.headline.text-center{display:block}.headline.h1,.headline.h2,.headline.h3,.headline.h4,.headline.h5,.headline.h6{margin-bottom:4rem}@media (max-width: 767.98px){.headline.h1,.headline.h2,.headline.h3,.headline.h4,.headline.h5,.headline.h6{margin-bottom:2rem}}.headline.h1{margin-bottom:3rem}.headline.h4{margin-bottom:2rem}.headline.h5,.headline.h6{margin-bottom:2rem;font-family:Roboto,sans-serif}.ce-bodytext a{color:#bc0f28}.ce-bodytext a:hover{color:#004a89}.bg-gradient-primary,.c-solution-finder{background:linear-gradient(180deg,#004a89,#2c6fa9)}.bg-gradient-primary a,.c-solution-finder a{color:#fff}.bg-gradient-primary .ce-bodytext a,.c-solution-finder .ce-bodytext a{color:#bc0f28}.bg-gradient-primary .ce-bodytext a:hover,.c-solution-finder .ce-bodytext a:hover{color:#e3ebf2}.o-icon-text--left--arrow:hover:before{filter:brightness(0) saturate(100%) invert(21%) sepia(95%) saturate(1734%) hue-rotate(187deg) brightness(92%) contrast(97%)}.bg-gray-l a,.c-card--product a,.c-card--product__loading a{color:#bc0f28}.bg-gray-l a:hover,.c-card--product a:hover,.c-card--product__loading a:hover{color:#004a89}.bg-image-overlay{background-image:var(--bg-img);background-repeat:no-repeat;background-position:center center;background-size:cover}.bg-image-overlay a{color:#fff}.bg-image-overlay a:hover,.bg-image-overlay .ce-bodytext a{color:#bc0f28}.bg-image-overlay .ce-bodytext a:hover{color:#e3ebf2}.bg-image-overlay:before{background:linear-gradient(180deg,#004a89,#2c6fa9);content:"";width:100%;height:100%;display:block;position:absolute;top:0;left:0;opacity:.7}.bg-white a,.c-nav--children a{color:#004a89}.bg-white a:hover,.c-nav--children a:hover{color:#bc0f28}.bg-primary a,.c-card--event--date a{color:#fff}.bg-primary a:hover,.c-card--event--date a:hover,.bg-primary .ce-bodytext a,.c-card--event--date .ce-bodytext a{color:#bc0f28}.bg-primary .ce-bodytext a:hover,.c-card--event--date .ce-bodytext a:hover{color:#aab9c5!important}.bg-primary.c-footer .ce-bodytext a,.c-footer.c-card--event--date .ce-bodytext a{color:#fff}.bg-primary.c-footer .ce-bodytext a:hover,.c-footer.c-card--event--date .ce-bodytext a:hover{color:#bc0f28!important}ul li{margin-top:.5rem;position:relative;padding-left:2rem}ul li:before{content:"";display:grid;width:1rem;height:1rem;background-color:#004a89;margin-top:1rem;position:absolute;left:0}.typo3-messages ul li:before{display:none}.bg-primary ul li:before,.c-card--event--date ul li:before,.bg-gradient-primary ul li:before,.c-solution-finder ul li:before{background-color:#bc0f28}ol{padding-left:2rem}
