@import url(https://use.typekit.net/jtj6mtn.css);:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:#0000001a;--f-spinner-color-2:#11181ccc;--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:f-throwOutUp .175s ease-out both}.f-throwOutDown{animation:f-throwOutDown .175s ease-out both}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,-150px,0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,150px,0)}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease-out both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975) translate3d(0,16px,0)}}.f-fadeIn{animation:var(--f-transition-duration,.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{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-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{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:translateX(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translateX(-100%)}}@keyframes f-slideOutPrev{to{transform:translateX(100%)}}.f-classicIn.from-next{animation: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%{opacity:0;transform:translateX(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translateX(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translateX(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translateX(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:initial;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);height:var(--f-button-svg-height);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease;width:var(--f-button-svg-width)}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:#18181bfa;--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:#ffffff1a;--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;bottom:0;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:visible;overscroll-behavior-y:contain;padding:0;position:fixed;right:0;top:0;transform-origin:top left;z-index:var(--fancybox-zIndex,1050)}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{box-sizing:border-box;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;height:100%;margin:0 auto}.fancybox__slide{align-items:center;backface-visibility:hidden;display:flex;flex:0 0 auto;flex-direction:column;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;padding:4px;position:relative;transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:flex;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{backface-visibility:hidden;background:#0000;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;transform:translateZ(0);transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0);will-change:transform,width,height}.fancybox-image{display:block;height:100%;margin:auto;min-height:0;object-fit:contain;user-select:none;width:100%}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;right:8px;top:0;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:#0000;--f-button-hover-bg:#0000;--f-button-active-bg:#0000;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:#18181b80;bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:#0009;--f-button-active-bg:#0009;--f-button-hover-bg:#0009;--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;right:5px;top:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:#0000;--f-button-hover-bg:#18181b4d;--f-button-active-bg:#18181b80;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px #18181b80);--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:f-fadeIn .25s ease .1s backwards}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:f-fadeIn .35s ease backwards}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:f-fadeOut .15s ease forwards}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:f-fadeOut .35s ease forwards}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:100%;width:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:#18181be6;color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:#0000;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(1px,1px,1px,1px)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px}.f-thumbs{-webkit-tap-highlight-color:rgba(0,0,0,0);flex:0 0 auto;margin:0;overflow:hidden;perspective:1000px;position:relative;transform:translateZ(0);user-select:none}.f-thumbs .f-spinner{background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{height:auto;overflow:hidden;width:100%}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{align-items:center;box-sizing:initial;cursor:pointer;display:flex;flex:0 0 auto;height:var(--f-thumb-height);justify-content:center;margin:0;min-width:var(--f-thumb-width);overflow:visible;padding:0;position:relative;width:var(--f-thumb-width)}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{bottom:0;content:"";cursor:pointer;left:calc(var(--left, 0)*1px);position:absolute;top:0;width:calc(100% - var(--width, 0)*1px)}.is-modern .f-thumbs__slide{--clip-path:inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))*0.5*(1 - var(--progress, 0))) round var(--f-thumb-border-radius,0));pointer-events:none;transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transition:none}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide,.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;background:#0000;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;touch-action:manipulation;transition:opacity .2s ease;width:100%}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none}.f-thumbs__slide__button:focus-visible,.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button:after{animation:f-fadeIn .2s ease-out;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,#0000);border-radius:var(--f-thumb-border-radius);bottom:0;content:"";height:auto;left:0;position:absolute;right:0;top:0;z-index:10}.f-thumbs__slide__img{bottom:0;box-sizing:border-box;height:100%;left:0;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;position:absolute;right:0;top:0;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(#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:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,#fffffff0);--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:#18181ba6;--f-button-hover-bg:#464649a6;--f-button-active-bg:#5a5a5da6;--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 #18181b26);--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;color:var(--fancybox-color,currentColor);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px #00000080);z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{display:flex;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{-webkit-font-smoothing:subpixel-antialiased;cursor:default;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));height:3px;left:0;pointer-events:none;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;user-select:none;z-index:30}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-ms-flex-negative:0;backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:#0000;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:#ccc;border:0;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer}.splide.is-focus-in .splide__pagination__page:focus,.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide.is-focus-in .splide__toggle:focus,.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid #0000;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes commonOverlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes rotate180deg{to{transform:rotate(180deg)}}@keyframes rotate360deg{to{transform:rotate(90deg)}}@keyframes mainNavigationListOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes buyButtonBounce{0%{transform:scale(1)}20%{transform:scale(.95)}70%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#033327;--bs-secondary:#a06704;--bs-success:#26d07c;--bs-info:#17a2b8;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#fff;--bs-dark:#011712;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,#ffffff26,#fff0);--bs-body-font-family:Urbanist,sans-serif;--bs-body-font-size:1rem;--bs-body-font-weight:500;--bs-body-line-height:1.7;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:#033327;--bs-link-hover-color:#033327;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}hr{border:0;border-top:1px solid;color:inherit;margin:1rem 0;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.15;margin-bottom:.5em;margin-top:0}.h1,h1{font-size:calc(1.4375rem + 2.25vw)}@media(min-width:1200px){.h1,h1{font-size:3.125rem}}.h2,h2{font-size:calc(1.395rem + 1.74vw)}@media(min-width:1200px){.h2,h2{font-size:2.7rem}}.h3,h3{font-size:calc(1.345rem + 1.14vw)}@media(min-width:1200px){.h3,h3{font-size:2.2rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;text-decoration:underline dotted;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{background-color:var(--bs-highlight-bg);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--bs-link-color);text-decoration:none}a:hover{color:var(--bs-link-hover-color);text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:var(--bs-code-color);font-size:.875em}a>code{color:inherit}kbd{background-color:var(--bs-body-color);border-radius:.25rem;color:var(--bs-body-bg);font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:#6c757d;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:initial}[hidden]{display:none!important}.lead{font-size:1.3em;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.container,.container-fluid,.container-xl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1440px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media(min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media(min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media(min-width:1024px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media(min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}.table{--bs-table-color:var(--bs-body-color);--bs-table-bg:#0000;--bs-table-border-color:#e9ecef;--bs-table-accent-bg:#00000005;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:#0000000d;--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:#0000001a;--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:#f6f6f6;border-color:var(--bs-table-border-color);color:var(--bs-table-color);margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#bacbe6;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000}.table-primary,.table-secondary{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#cbccce;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#bcd0c7;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000}.table-info,.table-success{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#badce3;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#e6dbb9;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000}.table-danger,.table-warning{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#dfc2c4;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#dfe0e1;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000}.table-dark,.table-light{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#373b3e;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media(max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1023.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-text{color:#6c757d;font-size:.875em;margin-top:.25rem}.form-control{appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.375rem;color:#212529;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{background-color:#fff;border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;color:#212529;outline:0}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{background-color:#e9ecef;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#212529;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control-plaintext{background-color:#0000;border:solid #0000;border-width:1px 0;color:#212529;display:block;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.25rem;font-size:.875rem;min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem}.form-control-sm::file-selector-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{border-radius:.5rem;font-size:1.25rem;min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem}.form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{height:calc(1.5em + .75rem + 2px);padding:.375rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:.375rem}.form-control-color::-webkit-color-swatch{border-radius:.375rem}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + 2px)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + 2px)}.form-select{-moz-padding-start:calc(.75rem - 3px);appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #ced4da;border-radius:.375rem;color:#212529;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:#0000;text-shadow:0 0 0 #212529}.form-select-sm{border-radius:.25rem;font-size:.875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.form-select-lg{border-radius:.5rem;font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.form-check{display:block;margin-bottom:.125rem;min-height:1.5rem;padding-left:1.5em}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-left:0;padding-right:1.5em;text-align:right}.form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-1.5em}.form-check-input{appearance:none;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #00000040;height:1em;margin-top:.35em;print-color-adjust:exact;vertical-align:top;width:1em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");border-color:#0d6efd}.form-check-input:disabled{filter:none;opacity:.5;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}.form-range{appearance:none;background-color:#0000;height:1.5rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{background-color:#dee2e6;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{border:1px solid #0000;height:100%;left:0;overflow:hidden;padding:1rem .75rem;pointer-events:none;position:absolute;text-align:start;text-overflow:ellipsis;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;white-space:nowrap;width:100%}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:#0000}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{align-items:center;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem;color:#212529;display:flex;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:.5rem;font-size:1.25rem;padding:.5rem 1rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:.25rem;font-size:.875rem;padding:.25rem .5rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-bottom-left-radius:0;border-top-left-radius:0}.valid-feedback{color:#198754;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:#198754e6;border-radius:.375rem;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#198754;padding-right:calc(1.5em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3.75rem + 1.5em)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem #19875440}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{color:#dc3545;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:#dc3545e6;border-radius:.375rem;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3.75rem + 1.5em)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem #dc354540}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:1.2rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:700;--bs-btn-line-height:1.5;--bs-btn-color:#212529;--bs-btn-bg:#0000;--bs-btn-border-width:2px;--bs-btn-border-color:#0000;--bs-btn-border-radius:0;--bs-btn-hover-border-color:#0000;--bs-btn-box-shadow:inset 0 1px 0 #ffffff26,0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);background-color:var(--bs-btn-bg);border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);color:var(--bs-btn-color);cursor:pointer;display:inline-block;font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;vertical-align:middle}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);color:var(--bs-btn-hover-color);text-decoration:none}.btn-check+.btn:hover{background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color);color:var(--bs-btn-color)}.btn:focus-visible{background-color:var(--bs-btn-hover-bg);color:var(--bs-btn-hover-color)}.btn-check:focus-visible+.btn,.btn:focus-visible{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color);color:var(--bs-btn-active-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);color:var(--bs-btn-disabled-color);opacity:var(--bs-btn-disabled-opacity);pointer-events:none}.btn-primary,.quantity-selector__button{--bs-btn-color:#fff;--bs-btn-bg:#033327;--bs-btn-border-color:#033327;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#032b21;--bs-btn-hover-border-color:#02291f;--bs-btn-focus-shadow-rgb:41,82,71;--bs-btn-active-color:#fff;--bs-btn-active-bg:#02291f;--bs-btn-active-border-color:#02261d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#033327;--bs-btn-disabled-border-color:#033327}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#a06704;--bs-btn-border-color:#a06704;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#885803;--bs-btn-hover-border-color:#805203;--bs-btn-focus-shadow-rgb:174,126,42;--bs-btn-active-color:#fff;--bs-btn-active-bg:#805203;--bs-btn-active-border-color:#784d03;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#a06704;--bs-btn-disabled-border-color:#a06704}.btn-success{--bs-btn-color:#000;--bs-btn-bg:#26d07c;--bs-btn-border-color:#26d07c;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#47d790;--bs-btn-hover-border-color:#3cd589;--bs-btn-focus-shadow-rgb:32,177,105;--bs-btn-active-color:#000;--bs-btn-active-bg:#51d996;--bs-btn-active-border-color:#3cd589;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#26d07c;--bs-btn-disabled-border-color:#26d07c}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#17a2b8;--bs-btn-border-color:#17a2b8;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#3ab0c3;--bs-btn-hover-border-color:#2eabbf;--bs-btn-focus-shadow-rgb:20,138,156;--bs-btn-active-color:#000;--bs-btn-active-bg:#45b5c6;--bs-btn-active-border-color:#2eabbf;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#17a2b8;--bs-btn-disabled-border-color:#17a2b8}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d9d9d9;--bs-btn-hover-border-color:#ccc;--bs-btn-focus-shadow-rgb:217,217,217;--bs-btn-active-color:#000;--bs-btn-active-bg:#ccc;--bs-btn-active-border-color:#bfbfbf;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fff;--bs-btn-disabled-border-color:#fff}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#011712;--bs-btn-border-color:#011712;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#273a36;--bs-btn-hover-border-color:#1a2e2a;--bs-btn-focus-shadow-rgb:39,58,54;--bs-btn-active-color:#fff;--bs-btn-active-bg:#344541;--bs-btn-active-border-color:#1a2e2a;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#011712;--bs-btn-disabled-border-color:#011712}.btn-outline-primary{--bs-btn-color:#033327;--bs-btn-border-color:#033327;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#033327;--bs-btn-hover-border-color:#033327;--bs-btn-focus-shadow-rgb:3,51,39;--bs-btn-active-color:#fff;--bs-btn-active-bg:#033327;--bs-btn-active-border-color:#033327;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#033327;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#033327;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#a06704;--bs-btn-border-color:#a06704;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#a06704;--bs-btn-hover-border-color:#a06704;--bs-btn-focus-shadow-rgb:160,103,4;--bs-btn-active-color:#fff;--bs-btn-active-bg:#a06704;--bs-btn-active-border-color:#a06704;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#a06704;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#a06704;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#26d07c;--bs-btn-border-color:#26d07c;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#26d07c;--bs-btn-hover-border-color:#26d07c;--bs-btn-focus-shadow-rgb:38,208,124;--bs-btn-active-color:#000;--bs-btn-active-bg:#26d07c;--bs-btn-active-border-color:#26d07c;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#26d07c;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#26d07c;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#17a2b8;--bs-btn-border-color:#17a2b8;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#17a2b8;--bs-btn-hover-border-color:#17a2b8;--bs-btn-focus-shadow-rgb:23,162,184;--bs-btn-active-color:#000;--bs-btn-active-bg:#17a2b8;--bs-btn-active-border-color:#17a2b8;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#17a2b8;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#17a2b8;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:255,255,255;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#fff;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#011712;--bs-btn-border-color:#011712;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#011712;--bs-btn-hover-border-color:#011712;--bs-btn-focus-shadow-rgb:1,23,18;--bs-btn-active-color:#fff;--bs-btn-active-bg:#011712;--bs-btn-active-border-color:#011712;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#011712;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#011712;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:#0000;--bs-btn-border-color:#0000;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:#0000;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:#0000;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:#0000;--bs-btn-box-shadow:none;--bs-btn-focus-shadow-rgb:41,82,71;text-decoration:none}.btn-link:focus-visible,.btn-link:hover{text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:0.5rem}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:0.25rem}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:0}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:-2px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.9rem;padding-right:.9rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-2px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:#fff;--bs-pagination-border-width:1px;--bs-pagination-border-color:#dee2e6;--bs-pagination-border-radius:0.375rem;--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:#e9ecef;--bs-pagination-hover-border-color:#dee2e6;--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:#e9ecef;--bs-pagination-focus-box-shadow:0 0 0 0.25rem #0d6efd40;--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:#6c757d;--bs-pagination-disabled-bg:#fff;--bs-pagination-disabled-border-color:#dee2e6;display:flex;list-style:none;padding-left:0}.page-link{background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);color:var(--bs-pagination-color);display:block;font-size:var(--bs-pagination-font-size);padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);position:relative;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color);color:var(--bs-pagination-hover-color);text-decoration:none;z-index:2}.page-link:focus{background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);color:var(--bs-pagination-focus-color);outline:0;z-index:3}.active>.page-link,.page-link.active{background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color);color:var(--bs-pagination-active-color);z-index:3}.disabled>.page-link,.page-link.disabled{background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color);color:var(--bs-pagination-disabled-color);pointer-events:none}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item:first-child .page-link{border-bottom-left-radius:var(--bs-pagination-border-radius);border-top-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-bottom-right-radius:var(--bs-pagination-border-radius);border-top-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:0.5rem}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:0.25rem}.clearfix:after{clear:both;content:"";display:block}.text-bg-primary{background-color:RGBA(3,51,39,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-secondary{background-color:RGBA(160,103,4,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-success{background-color:RGBA(38,208,124,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-info{background-color:RGBA(23,162,184,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-warning{background-color:RGBA(255,193,7,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-danger{background-color:RGBA(220,53,69,var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-light{background-color:RGBA(255,255,255,var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-dark{background-color:RGBA(1,23,18,var(--bs-bg-opacity,1))!important;color:#fff!important}.link-primary{color:#033327!important}.link-primary:focus,.link-primary:hover{color:#02291f!important}.link-secondary{color:#a06704!important}.link-secondary:focus,.link-secondary:hover{color:#805203!important}.link-success{color:#26d07c!important}.link-success:focus,.link-success:hover{color:#51d996!important}.link-info{color:#17a2b8!important}.link-info:focus,.link-info:hover{color:#45b5c6!important}.link-warning{color:#ffc107!important}.link-warning:focus,.link-warning:hover{color:#ffcd39!important}.link-danger{color:#dc3545!important}.link-danger:focus,.link-danger:hover{color:#b02a37!important}.link-light,.link-light:focus,.link-light:hover{color:#fff!important}.link-dark{color:#011712!important}.link-dark:focus,.link-dark:hover{color:#01120e!important}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{top:0}.sticky-bottom,.sticky-top{position:sticky;z-index:1020}.sticky-bottom{bottom:0}@media(min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{bottom:0;position:sticky;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{bottom:0;position:sticky;z-index:1020}}@media(min-width:1024px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{bottom:0;position:sticky;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{bottom:0;position:sticky;z-index:1020}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.25;width:1px}.align-baseline{vertical-align:initial!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem #00000026!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-1{--bs-border-width:1px}.border-2{--bs-border-width:2px}.border-3{--bs-border-width:3px}.border-4{--bs-border-width:4px}.border-5{--bs-border-width:5px}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-semibold{font-weight:600!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:#00000080!important}.text-white-50{--bs-text-opacity:1;color:#ffffff80!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:#0000!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-2xl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important}.rounded-end,.rounded-top{border-top-right-radius:var(--bs-border-radius)!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-start{border-top-left-radius:var(--bs-border-radius)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!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:1024px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}:root{--tx-quantity-selector-size:36px;--tx-block-padding-y:40px;--tx-header-height:64px;--tx-header-height-scroll:var(--tx-header-height);--tx-icon-size:1.8em;--tx-content-column-spacing-x:40px;--tx-content-column-spacing-y:var(--tx-content-column-spacing-x);--tx-slider-arrow-size:2em;--tx-slider-color:#001e3c;--tx-slider-color-secondary:#fff;--tx-product-grid-min-width:130px;--tx-product-grid-gap:0.3rem;--tx-header-background:#041a30;--tx-footer-background:#041a30;--tx-belos-dark-color:#001e3c;--tx-belos-primary-color:#ea0029;--tx-belos-primary-dark-color:#7b1124}@media screen and (min-width:576px){:root{--tx-product-grid-min-width:200px;--tx-product-grid-gap:0.6rem}}@media screen and (min-width:768px){:root{--tx-block-padding-y:60px}}@media screen and (min-width:1024px){:root{--tx-block-padding-y:60px;--tx-header-height:56px;--tx-header-height-scroll:56px;--tx-product-grid-min-width:240px;--tx-product-grid-gap:2rem}}@media screen and (min-width:1200px){:root{--tx-block-padding-y:80px}}.header-components button,.main-navigation__list button,.saved-list-modal__close,.slide-in-modal__close,a{outline:2px dashed #0000;outline-offset:.3em}.header-components button:focus-visible,.main-navigation__list button:focus-visible,.saved-list-modal__close:focus-visible,.slide-in-modal__close:focus-visible,a:focus-visible{outline-color:var(--bs-link-color)}.expandable__button{outline:none!important}.expandable__button span{outline:2px dashed #0000;outline-offset:.3em}.expandable__button:focus-visible span{outline-color:var(--bs-link-color)}html{height:100%}body{display:flex;flex-direction:column;min-height:100%;min-width:320px;padding-top:64px;touch-action:manipulation}body.induflow{--tx-belos-dark-color:#333;--tx-belos-primary-color:#257bb1}@media screen and (max-width:1023px){body{font-size:.9375rem;line-height:1.6}}@media screen and (max-width:767px){body{font-size:.875rem}}@media screen and (min-width:1024px){body{padding-top:56px}}.no-scroll:not(.force-scroll){overflow:hidden}figure{margin:0}img{animation:fadeIn .3s;height:auto;max-width:100%;object-fit:cover}.lead{line-height:1.53}.table{font-size:.875rem}.table thead tr th{border:none}.text--light,.text--white{--bs-body-color:#fff;--bs-link-color:var(--bs-body-color);--bs-link-hover-color:var(--bs-body-color)}.text--black,.text--dark{--bs-body-color:#212529;--bs-link-color:#212529;--bs-link-hover-color:#212529}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}svg{background-color:#0000;will-change:transform,opacity}@media screen and (max-width:1199px){.h1,h1{font-size:2.5rem}}@media screen and (max-width:1023px){.h1,h1{font-size:2.1875rem}}@media screen and (max-width:767px){.h1,h1{font-size:3.438rem}}@media screen and (max-width:1199px){.h2,h2{font-size:2.16rem}}@media screen and (max-width:1023px){.h2,h2{font-size:1.89rem}}@media screen and (max-width:767px){.h2,h2{font-size:2.625rem}}@media screen and (max-width:1199px){.h3,h3{font-size:2.16rem}}@media screen and (max-width:1023px){.h3,h3{font-size:1.89rem}}@media screen and (max-width:767px){.h3,h3{font-size:1.625rem}}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{text-wrap:balance}.h1:last-child,.h2:last-child,.h3:last-child,.h4:last-child,.h5:last-child,.h6:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child{margin-bottom:0}.h1>a,.h2>a,.h3>a,.h4>a,.h5>a,.h6>a,h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{display:inline-block}.form-group{margin-bottom:.6rem}.form-group>label{font-size:.85rem;font-weight:700;margin-bottom:.2em}.custom-select{-webkit-appearance:none;cursor:pointer}.custom-control-label{cursor:pointer}.invalid-feedback{display:block}.btn{align-items:center;display:inline-flex;justify-content:center;transition:all .15s}.btn:hover{border-radius:7px}.btn .icon{height:22px;width:22px}.btn .icon:first-child:not(:last-child){margin-right:.8em}.header{--header-background-rgb:rgba($header-background,0.97);--bs-body-color:#efefef;--bs-link-color:var(--bs-body-color);--bs-link-hover-color:var(--bs-body-color);--header-selected-color:#033327;background:var(--tx-header-background);height:var(--tx-header-height);left:0;padding-left:env(safe-area-inset-right);padding-right:env(safe-area-inset-left);position:fixed;right:0;top:0;transition:height .3s,background .15s;z-index:100}.induflow .header{--tx-header-background:#333;--header-background-rgb:rgba($induflow-grey,0.97)}@media print{.header{display:none}}.header--scroll{--tx-header-height:var(--tx-header-height-scroll)}.header--scroll:not(.header--main-navigation-open){backdrop-filter:blur(10px);background:--header-background-rgb;box-shadow:0 0 60px #0000001a}.header--hero-first:not(.header--scroll):not(.header--main-navigation-open):not(.not-homepage){--bs-body-color:#fff;--header-selected-color:#fff;background:#0000}@media screen and (max-width:1023px){.header #SavedListButton{display:none}}.header #SavedListButtonMobile .row{margin-right:unset}.header #SavedListButtonMobile .main-navigation__link.saved{width:fit-content}@media screen and (min-width:1024px){.header #SavedListButtonMobile{display:none}}@media screen and (max-width:1023px){.header--main-navigation-open{--bs-body-color:#fff;--bs-link-color:var(--bs-body-color);--bs-link-hover-color:var(--bs-body-color);--header-selected-color:var(--bs-body-color);background:var(--tx-header-background)}.header--main-navigation-open .header-components__icon,.header--main-navigation-open .main-navigation__link:after{filter:brightness(0) invert(1)}}.header__container{align-items:center;display:flex;gap:10px;height:100%;justify-content:space-between;position:relative}@media screen and (min-width:768px){.header__container{gap:30px}}.header__row{align-items:center;flex-wrap:nowrap;height:100%}.header__logo--text{font-family:Urbanist,sans-serif;font-size:18px;font-weight:700;letter-spacing:.1em;line-height:1.05em;text-transform:uppercase}@media screen and (min-width:1024px){.header__logo--text{font-size:24px}}.header__logo img{height:26px;transition:all .15s;width:auto}.header__logo a{display:block}.header__skip-to-content{--bs-link-color:$primary;background-color:#fff;border:3px solid #033327;border-radius:4px;font-size:1rem;left:50%;padding:10px 15px;position:fixed;top:-25vh;transform:translateX(-50%);z-index:999}.header__skip-to-content:focus-visible{top:10px}@media print{.header__skip-to-content{display:none!important}}.header-components{--tx-icon-size:35px;display:none;flex-wrap:nowrap;gap:20px;margin-right:6px}.header-components__item{align-items:center;-webkit-appearance:none;-moz-appearance:none;background:none;border:none;color:var(--bs-link-color);display:flex;flex-wrap:wrap;font-size:.8125rem;height:auto;justify-content:center;line-height:1;margin:0;padding:0;position:relative;transition:all .15s;white-space:nowrap;width:auto}.header-components__item:focus{box-shadow:none}.header-components__item:hover{text-decoration:underline}@media screen and (min-width:1200px){.header-components__item{font-size:.875rem}}.header-components__icon{background-position:50%;background-repeat:no-repeat;background-size:auto 65%;display:inline-block;height:var(--tx-icon-size);width:var(--tx-icon-size)}.header-components__icon--cart{background-image:url(/ui/images/f13209513922f1c6ad12.svg?fill=%23efefef)}.header-components__icon--cart:after{content:url(/ui/images/59bddaaddfbc5b18c4d0.svg?fill=#efefef);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.header-components__icon--search{background-image:url(/ui/images/eb6673b7b23072f894c7.svg?fill=%23efefef)}.header-components__icon--search:after{content:url(/ui/images/b39013bfff4f940f0e89.svg?fill=#efefef);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.header-components__icon--profile{background-image:url(/ui/images/2791fb3753bd29aa12d0.svg?fill=%23efefef)}.header-components__icon--profile:after{content:url(/ui/images/f52f05374c0ad3fcc50f.svg?fill=#efefef);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.header-components__icon--menu{background-image:url(/ui/images/98a0cad354be00faa6ea.svg?fill=%23efefef);background-size:auto 90%}.header-components__icon--menu:after{content:url(/ui/images/c7990e2978fe6f80b6d4.svg?fill=#efefef);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.header-components__count,.header-components__indicator{align-items:center;background:var(--tx-header-background);border-radius:10px;color:#fff;display:inline-flex;font-size:.8125rem;font-weight:700;height:20px;justify-content:center;line-height:1.25rem;min-width:20px;padding:0 3px;position:absolute;right:0;text-align:center;top:0}.header-components__indicator{background:#26d07c;height:14px;line-height:.75rem;min-width:0;right:3px;top:2px;width:14px}@media screen and (max-width:1023px){.header-components{display:flex}}@media screen and (min-width:1024px){.header-components{--tx-icon-size:40px;gap:12px}}.main-navigation{height:100%}.induflow .main-navigation{--tx-header-background:#333}.main-navigation__list{list-style-type:none;margin:0;padding:0}.main-navigation__link.saved{background-image:url(/ui/images/c5905dbe65fac3b33c55.svg);background-position:100% 50%;background-repeat:no-repeat;background-size:auto 16px;color:#fff;width:70px}.main-navigation__link.saved:after{display:none}.main-navigation__link.saved:before{left:35%!important;width:71%!important}.main-navigation__link.saved.empty{background-image:url(/ui/images/a85efa26f8dd99d52b67.svg)}.main-navigation__item a[href="/dk/kontakt"],.main-navigation__item a[href="/sv/kontakt"]{background-image:url(/ui/images/05d100f1849116aa6687.svg);background-position:100% 50%;background-repeat:no-repeat;background-size:auto 17px;filter:brightness(0) invert(1);width:fit-content}.main-navigation__item a[href="/dk/kontakt"]:before,.main-navigation__item a[href="/sv/kontakt"]:before{left:36%!important;width:70%!important}@media screen and (min-width:1024px){.main-navigation__item a[href="/dk/kontakt"],.main-navigation__item a[href="/sv/kontakt"]{width:79px}}.main-navigation__list--level-0>.main-navigation__item{align-items:center;display:flex}@media screen and (min-width:1024px){.main-navigation__item a[href="/dk/nyheder"],.main-navigation__item a[href="/sv/hallbarhet"]{background-image:url(/ui/images/def4b84bffc9110b1bd3.svg);background-position:100% 50%;background-repeat:no-repeat;background-size:auto 16px;width:97px}.main-navigation__item a[href="/dk/nyheder"]:before,.main-navigation__item a[href="/sv/hallbarhet"]:before{left:37%!important;width:75%!important}.main-navigation__item a[href="/dk/nyheder"]{width:83px}}@media screen and (max-width:1023px){.main-navigation__item{align-items:center;display:flex}}.main-navigation__link,.main-navigation__prev{-webkit-appearance:none;-moz-appearance:none;background:none;border:none;display:block;line-height:1.3em;margin:0;padding:0;position:relative;text-align:left;text-decoration:none;width:100%}.main-navigation__link:focus,.main-navigation__prev:focus{box-shadow:none}.main-navigation__prev{margin-bottom:1em;padding-right:60px;position:relative}.main-navigation__next{-webkit-appearance:none;-moz-appearance:none;background:none;background-image:url(/ui/images/9656af7332650f86243d.svg);background-position:100%;background-repeat:no-repeat;background-size:auto;border:none;margin:0;padding:0;width:fit-content}.main-navigation__next:focus{box-shadow:none}@media screen and (min-width:1024px){.main-navigation__next{display:none}}.main-navigation__button{align-items:center;-webkit-appearance:none;-moz-appearance:none;background:none;background:#0000;border:1px solid #fff;border-radius:17px;display:flex;font-size:inherit;gap:.5em;height:34px;margin:0;padding:0 1.5em;transition:all .1s;white-space:nowrap;width:100%}.main-navigation__button:focus{box-shadow:none}.main-navigation__button:focus-within,.main-navigation__button:hover{background:#fff;border-color:#0000}.main-navigation__button:focus-within .icon,.main-navigation__button:hover .icon{filter:brightness(0)}.main-navigation__button:focus{box-shadow:0 0 0 1px #fff}.main-navigation__button .icon{filter:brightness(0) invert(1);height:1em;width:1em}.main-navigation__mega-inner{background-color:#efefef;border:1px solid #041a30;border-radius:2px;border-top:none;padding-left:0!important}.main-navigation__mega-inner .main-navigation__link{color:#000}.main-navigation__mega-inner .main-navigation__link:after{background-image:url(/ui/images/1195cc790c30ce36ee67.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 16px;content:"";display:inline-block;height:1em;margin-left:0;padding-left:2em;padding-right:1em;width:1em}.main-navigation__item--has-children>.main-navigation__mega-inner .main-navigation__link:after{opacity:1}.main-navigation__mega-inner .main-navigation__list--level-1 .main-navigation__link{font-weight:800}.main-navigation__mega-inner .main-navigation__list--level-1 .main-navigation__link:hover{background-color:#fff}.main-navigation__mega-inner .main-navigation__list--level-2{background-color:#fff;overflow:hidden}.main-navigation__mega-inner .main-navigation__list--level-2 .main-navigation__link{font-weight:500}@media screen and (max-width:1023px){.main-navigation__mega-inner{border:none}.main-navigation__mega-inner .main-navigation__link{color:#fff;font-weight:500!important;width:max-content}.main-navigation__mega-inner .main-navigation__link:after{display:none}.main-navigation__mega-inner .main-navigation__link:hover,.main-navigation__mega-inner .main-navigation__list--level-2{background-color:var(--tx-header-background)!important}.main-navigation__mega-inner__next{margin-left:0}.main-navigation__mega-inner__next:hover{transform:rotate(90deg);transition:all .3s ease-in-out}.main-navigation{--bs-body-color:#fff;--bs-link-color:var(--bs-body-color);--bs-link-hover-color:var(--bs-body-color);background:var(--tx-header-background);font-size:1.1rem;height:calc(100vh - 64px);left:0;opacity:0;padding-left:env(safe-area-inset-right);padding-right:env(safe-area-inset-left);pointer-events:none;position:fixed;right:0;top:64px;transition:all .3s}.main-navigation--open{opacity:1;pointer-events:auto}.main-navigation__list{background:var(--tx-header-background);height:calc(100vh - 124px);left:0;overflow:auto;padding-left:env(safe-area-inset-right);padding-right:env(safe-area-inset-left);position:fixed;right:0;top:144px;transition:opacity .2s ease-in-out}.main-navigation__list--level-1{z-index:1}.main-navigation__list--level-2{z-index:2}.main-navigation__list--level-3{z-index:3}.main-navigation__list:after{content:"";display:block;padding-bottom:100px}.main-navigation__list--level-0 .main-navigation__list{opacity:0;pointer-events:none}.main-navigation--open .main-navigation__list--level-0,.main-navigation__list .main-navigation__item.open .main-navigation__mega-inner>.main-navigation__list,.main-navigation__list .main-navigation__item.open>.main-navigation__list{opacity:1;pointer-events:auto}.main-navigation__item{min-height:44px;padding-right:7vw}.main-navigation__link,.main-navigation__next,.main-navigation__prev{color:#fff;padding:.7em var(--bs-gutter-x)}.main-navigation__link:hover,.main-navigation__next:hover,.main-navigation__prev:hover{text-decoration:underline}}@media screen and (max-width:1023px)and (min-width:768px){.main-navigation__link,.main-navigation__next,.main-navigation__prev{padding:1em 30px}}@media screen and (max-width:1023px){.main-navigation__prev{font-weight:700;padding-left:43px}.main-navigation__prev:before{-webkit-appearance:none;-moz-appearance:none;background:none;background-image:url(/ui/images/9656af7332650f86243d.svg);background-position:50%;background-repeat:no-repeat;background-size:auto;border:none;content:"";height:30px;left:12px;margin:0;padding:0;position:absolute;top:9px;transform:rotate(180deg);width:30px}.main-navigation__prev:before:focus{box-shadow:none}}@media screen and (max-width:1023px)and (min-width:768px){.main-navigation__prev:before{top:14px}}@media screen and (max-width:1023px){.main-navigation__link{width:calc(100% - 50px)}.main-navigation__link.desktop{display:none}}@media screen and (min-width:1024px){.main-navigation{align-items:center;display:flex;font-size:.9375rem;gap:1.5em;margin-left:auto}.main-navigation__mega{display:none;left:0;margin:auto;max-height:calc(100vh - 96px);max-width:1440px;overflow-x:hidden;overflow-y:auto;padding-top:var(--tx-header-height);position:fixed;right:0;top:0;z-index:-1}.main-navigation__mega:before{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(180deg,#041a30,#041a30f2);content:"";height:56px;left:0;position:fixed;right:0;top:0;z-index:6}.main-navigation__item--is-page .main-navigation__mega{left:-90px;max-width:fit-content}.main-navigation__item--open>.main-navigation__mega{display:block}.main-navigation__mega-inner{height:600px;padding-right:0!important;position:relative}.main-navigation__item--is-page .main-navigation__mega-inner{height:auto}.main-navigation__mega-inner>.main-navigation__list{display:block!important}.main-navigation__list{display:none;height:100%}.main-navigation__item:focus-within>.main-navigation__list,.main-navigation__item:hover>.main-navigation__list,.main-navigation__item>.main-navigation__link:focus-visible~.main-navigation__list{display:block}.main-navigation__list--level-0{display:flex;gap:1.5em}.main-navigation__list--level-1,.main-navigation__list--level-2{font-size:1rem;padding:30px 0;width:-webkit-fill-available}.main-navigation__list--level-1 .main-navigation__link{padding-left:40px}.main-navigation__list--level-2{left:335px;position:absolute;top:0;z-index:2}.main-navigation__item--back{display:none}.main-navigation__list--level-0>.main-navigation__item{position:relative}.main-navigation__list--level-0>.main-navigation__item.main-navigation__item>.main-navigation__link:after{height:24px;padding:0;width:24px}.main-navigation__list--level-0>.main-navigation__item:not(.main-navigation__item--has-children)>.main-navigation__link:after{display:none}.main-navigation__link{align-items:center;display:flex;padding:.3em 0;white-space:nowrap}}@media screen and (min-width:1024px)and (min-width:1024px){.main-navigation__item:not(.main-navigation__item--is-page) .main-navigation__list--level-1>li>.main-navigation__link{padding-bottom:.8em;padding-top:.8em}.main-navigation__item--selected>.main-navigation__link{text-decoration:underline;text-underline-offset:4px}.main-navigation__item--selected>.main-navigation__link:hover{text-decoration:underline}}@media screen and (min-width:1024px){.main-navigation__item--selected>.main-navigation__link:before{height:1px;opacity:1!important;visibility:visible;width:100%}.main-navigation__link:hover{text-decoration:none}.main-navigation__link:hover:before{opacity:.4;visibility:visible;width:98%}.main-navigation__link:after{background-color:#0000;background-image:url(/ui/images/1889f3d18e282bcccd79.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 16px;content:"";display:inline-block;height:1em;margin-left:auto;opacity:0;padding-left:2em;padding-right:1em;width:1em}.main-navigation__item--has-children>.main-navigation__link:after{opacity:1}}@media screen and (min-width:1024px)and (min-width:1200px){.main-navigation{font-size:1rem}}.sidebar-navigation{font-size:.9rem;font-weight:700}.sidebar-navigation__list{list-style-type:none;margin:0 -1rem;padding:0}.sidebar-navigation__list:first-child{padding-top:0}.sidebar-navigation__list:last-child{border-bottom:none;padding-bottom:0}.sidebar-navigation__item--selected{color:#adb5bd}.sidebar-navigation__link{border-radius:.375rem;color:inherit;display:block;padding:.5em 1rem;transition:all .1s}.sidebar-navigation__link:hover{background:#f6f6f6;color:inherit;text-decoration:none}@media screen and (min-width:1200px){.sidebar-navigation__link{padding:.5em 1rem}}@media screen and (min-width:1024px){.sidebar-navigation{padding-right:4rem}}@media screen and (min-width:1200px){.sidebar-navigation{padding-right:5rem}}.breadcrumbs{background:#fff;display:flex;flex-direction:column;font-size:.875rem;line-height:1.6em;margin-top:auto;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-top:55px}@media print{.breadcrumbs{display:none}}@media screen and (min-width:1024px){.breadcrumbs{padding-top:55px}}.breadcrumbs+.footer{margin-top:0}.header--hero-first~.main-content>.breadcrumbs{order:2;padding-top:0}.breadcrumbs:first-child{margin-top:0}.container .breadcrumbs .container{padding:0}.breadcrumbs__container{align-items:center;display:flex;height:100%;min-height:3em;padding-bottom:.3em;padding-top:.3em}.breadcrumbs__list{list-style-type:none;margin:0;padding:0}.breadcrumbs__item{display:inline}.breadcrumbs__item:last-child{font-weight:700}.breadcrumbs__item:last-child:after{display:none}.breadcrumbs__item:after{color:var(--tx-belos-primary-color);content:"/";display:inline-block;opacity:.3;padding:0 .4em}.breadcrumbs__link{--bs-link-color:var(--tx-belos-dark-color);--bs-link-hover-color:var(--tx-belos-dark-color)}@media screen and (min-width:1024px){.breadcrumbs{font-size:1rem}}.main-content{display:flex;flex:1 0 auto;flex-direction:column}.header--hero-first~.main-content{margin-top:calc(0px - var(--tx-header-height))}.block,.nested-block{--bs-link-color:var(--bs-body-color);--bs-link-hover-color:var(--bs-link-color);background:var(--block-background-color,#0000);color:var(--bs-body-color);width:100%}.block--bg-transparent,.nested-block--bg-transparent{--bs-body-color:#fff;--block-background-color:#0000}.block--bg-transparent+.block--bg-transparent,.nested-block--bg-transparent+.block--bg-transparent{padding-top:0}.block--bg-transparent article,.nested-block--bg-transparent article{--bs-link-color:var(--tx-belos-dark-color);--bs-link-hover-color:var(--tx-belos-dark-color);color:var(--tx-belos-dark-color)}.block--bg-primary,.nested-block--bg-primary{--bs-body-color:#fff;--block-background-color:#001e3c}.block--bg-primary+.block--bg-primary,.nested-block--bg-primary+.block--bg-primary{padding-top:0}.block--bg-primary article,.nested-block--bg-primary article{--bs-link-color:var(--tx-belos-dark-color);--bs-link-hover-color:var(--tx-belos-dark-color);color:var(--tx-belos-dark-color)}.block--bg-secondary,.nested-block--bg-secondary{--bs-body-color:#fff;--block-background-color:#3f6f88}.block--bg-secondary+.block--bg-secondary,.nested-block--bg-secondary+.block--bg-secondary{padding-top:0}.block--bg-secondary article,.nested-block--bg-secondary article{--bs-link-color:var(--tx-belos-dark-color);--bs-link-hover-color:var(--tx-belos-dark-color);color:var(--tx-belos-dark-color)}.block--bg-light,.nested-block--bg-light{--bs-body-color:#000;--block-background-color:#efefef}.block--bg-light+.block--bg-light,.nested-block--bg-light+.block--bg-light{padding-top:0}.block--bg-light article,.nested-block--bg-light article{--bs-link-color:var(--tx-belos-dark-color);--bs-link-hover-color:var(--tx-belos-dark-color);color:var(--tx-belos-dark-color)}.block--bg-dark,.nested-block--bg-dark{--bs-body-color:#fff;--block-background-color:#041a30}.block--bg-dark+.block--bg-dark,.nested-block--bg-dark+.block--bg-dark{padding-top:0}.block--bg-dark article,.nested-block--bg-dark article{--bs-link-color:var(--tx-belos-dark-color);--bs-link-hover-color:var(--tx-belos-dark-color);color:var(--tx-belos-dark-color)}.induflow .block--bg-transparent,.induflow .nested-block--bg-transparent{--bs-body-color:#fff;--block-background-color:#0000}.induflow .block--bg-transparent+.block--bg-transparent,.induflow .nested-block--bg-transparent+.block--bg-transparent{padding-top:0}.induflow .block--bg-transparent article,.induflow .nested-block--bg-transparent article{--tx-belos-dark-color:#333;--bs-link-color:var(--tx-belos-dark-color);--bs-link-hover-color:var(--tx-belos-dark-color)}.induflow .block--bg-primary,.induflow .nested-block--bg-primary{--bs-body-color:#fff;--block-background-color:#333}.induflow .block--bg-primary+.block--bg-primary,.induflow .nested-block--bg-primary+.block--bg-primary{padding-top:0}.induflow .block--bg-primary article,.induflow .nested-block--bg-primary article{--tx-belos-dark-color:#333;--bs-link-color:var(--tx-belos-dark-color);--bs-link-hover-color:var(--tx-belos-dark-color)}.induflow .block--bg-secondary,.induflow .nested-block--bg-secondary{--bs-body-color:#fff;--block-background-color:#257bb1}.induflow .block--bg-secondary+.block--bg-secondary,.induflow .nested-block--bg-secondary+.block--bg-secondary{padding-top:0}.induflow .block--bg-secondary article,.induflow .nested-block--bg-secondary article{--tx-belos-dark-color:#333;--bs-link-color:var(--tx-belos-dark-color);--bs-link-hover-color:var(--tx-belos-dark-color)}.induflow .block--bg-light,.induflow .nested-block--bg-light{--bs-body-color:#000;--block-background-color:#efefef}.induflow .block--bg-light+.block--bg-light,.induflow .nested-block--bg-light+.block--bg-light{padding-top:0}.induflow .block--bg-light article,.induflow .nested-block--bg-light article{--tx-belos-dark-color:#333;--bs-link-color:var(--tx-belos-dark-color);--bs-link-hover-color:var(--tx-belos-dark-color)}.induflow .block--bg-dark,.induflow .nested-block--bg-dark{--bs-body-color:#fff;--block-background-color:#000}.induflow .block--bg-dark+.block--bg-dark,.induflow .nested-block--bg-dark+.block--bg-dark{padding-top:0}.induflow .block--bg-dark article,.induflow .nested-block--bg-dark article{--tx-belos-dark-color:#333;--bs-link-color:var(--tx-belos-dark-color);--bs-link-hover-color:var(--tx-belos-dark-color)}.induflow .block.block--bg-secondary .belos-button__primary,.induflow .block.block--bg-secondary .belos-button__small-primary,.induflow .block.nested-block--bg-secondary .belos-button__primary,.induflow .block.nested-block--bg-secondary .belos-button__small-primary,.induflow .nested-block.block--bg-secondary .belos-button__primary,.induflow .nested-block.block--bg-secondary .belos-button__small-primary,.induflow .nested-block.nested-block--bg-secondary .belos-button__primary,.induflow .nested-block.nested-block--bg-secondary .belos-button__small-primary{border-color:#fff}.induflow .block.block--bg-secondary .belos-button__primary:hover,.induflow .block.block--bg-secondary .belos-button__small-primary:hover,.induflow .block.nested-block--bg-secondary .belos-button__primary:hover,.induflow .block.nested-block--bg-secondary .belos-button__small-primary:hover,.induflow .nested-block.block--bg-secondary .belos-button__primary:hover,.induflow .nested-block.block--bg-secondary .belos-button__small-primary:hover,.induflow .nested-block.nested-block--bg-secondary .belos-button__primary:hover,.induflow .nested-block.nested-block--bg-secondary .belos-button__small-primary:hover{border-color:#333}.induflow .block.nested-block--has-bg:not(.nested-block--bg-secondary):not(.nested-block--bg-primary):not(.nested-block--bg-dark) .belos-button__primary,.induflow .block.nested-block--has-bg:not(.nested-block--bg-secondary):not(.nested-block--bg-primary):not(.nested-block--bg-dark) .belos-button__small-primary,.induflow .nested-block.nested-block--has-bg:not(.nested-block--bg-secondary):not(.nested-block--bg-primary):not(.nested-block--bg-dark) .belos-button__primary,.induflow .nested-block.nested-block--has-bg:not(.nested-block--bg-secondary):not(.nested-block--bg-primary):not(.nested-block--bg-dark) .belos-button__small-primary{border-color:#257bb1}.induflow .block.nested-block--has-bg:not(.nested-block--bg-secondary):not(.nested-block--bg-primary):not(.nested-block--bg-dark) .belos-button__primary:hover,.induflow .block.nested-block--has-bg:not(.nested-block--bg-secondary):not(.nested-block--bg-primary):not(.nested-block--bg-dark) .belos-button__small-primary:hover,.induflow .nested-block.nested-block--has-bg:not(.nested-block--bg-secondary):not(.nested-block--bg-primary):not(.nested-block--bg-dark) .belos-button__primary:hover,.induflow .nested-block.nested-block--has-bg:not(.nested-block--bg-secondary):not(.nested-block--bg-primary):not(.nested-block--bg-dark) .belos-button__small-primary:hover{border-color:var(--tx-belos-dark-color)}.induflow .block.block--bg-dark .belos-button__primary:hover,.induflow .block.block--bg-dark .belos-button__small-primary:hover,.induflow .block.block--bg-primary .belos-button__primary:hover,.induflow .block.block--bg-primary .belos-button__small-primary:hover,.induflow .block.nested-block--bg-dark .belos-button__primary:hover,.induflow .block.nested-block--bg-dark .belos-button__small-primary:hover,.induflow .block.nested-block--bg-primary .belos-button__primary:hover,.induflow .block.nested-block--bg-primary .belos-button__small-primary:hover,.induflow .nested-block.block--bg-dark .belos-button__primary:hover,.induflow .nested-block.block--bg-dark .belos-button__small-primary:hover,.induflow .nested-block.block--bg-primary .belos-button__primary:hover,.induflow .nested-block.block--bg-primary .belos-button__small-primary:hover,.induflow .nested-block.nested-block--bg-dark .belos-button__primary:hover,.induflow .nested-block.nested-block--bg-dark .belos-button__small-primary:hover,.induflow .nested-block.nested-block--bg-primary .belos-button__primary:hover,.induflow .nested-block.nested-block--bg-primary .belos-button__small-primary:hover{background:#0000;border-color:#fff}.induflow .block.nested-block--bg-light .belos-button__primary:hover,.induflow .block.nested-block--bg-light .belos-button__small-primary:hover,.induflow .block.nested-block--bg-secondary .belos-button__primary:hover,.induflow .block.nested-block--bg-secondary .belos-button__small-primary:hover,.induflow .nested-block.nested-block--bg-light .belos-button__primary:hover,.induflow .nested-block.nested-block--bg-light .belos-button__small-primary:hover,.induflow .nested-block.nested-block--bg-secondary .belos-button__primary:hover,.induflow .nested-block.nested-block--bg-secondary .belos-button__small-primary:hover{background:var(--tx-belos-dark-color);border-color:var(--tx-belos-dark-color)}.block__background-picture,.block__background-video,.nested-block__background-picture,.nested-block__background-video{animation:blockImageFadeIn 1s forwards;background:#000;display:block;height:100%;left:0;opacity:1;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.block__background-picture--no-transition,.block__background-video--no-transition,.nested-block__background-picture--no-transition,.nested-block__background-video--no-transition{animation:none}.block__background-picture+div,.block__background-video+div,.nested-block__background-picture+div,.nested-block__background-video+div{position:relative;z-index:2}.block__background-picture,.nested-block__background-picture{left:50%;text-align:center;transform:translateX(-50%)}.block__background-picture img,.nested-block__background-picture img{animation:fadeIn .2s ease-in-out forwards;height:100%;object-fit:cover;width:100%}.block--bg-overlay .block__background-picture:after,.block--bg-overlay .nested-block__background-picture:after{background:radial-gradient(circle at left bottom,#00000080,#000c);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.block__background-video,.nested-block__background-video{object-fit:cover}.block{order:5;padding-bottom:var(--tx-block-padding-y);padding-left:env(safe-area-inset-right);padding-right:env(safe-area-inset-left);padding-top:var(--tx-block-padding-y);position:relative}.breadcrumbs+.block:not(.block--has-bg){padding-top:2.5rem}.block p a{text-decoration:underline}.block p a:hover{text-decoration:none}.block--bg-dark+.block--bg-dark,.block--bg-light+.block--bg-light,.block--bg-primary+.block--bg-primary,.block--bg-secondary+.block--bg-secondary,.block--bg-transparent+.block--bg-transparent,.block:not([class*="--bg-"]):not([class*="--has-bg-"])+.block:not([class*="--bg-"]):not([class*="--has-bg-"]){padding-top:0}.block .block{margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5)}@media screen and (min-width:768px){.block .block{margin-left:-30px;margin-right:-30px}}@media screen and (min-width:1024px){.block .block{margin-left:-40px;margin-right:-40px}}@media screen and (min-width:1200px){.block .block--has-bg:not(.hero-block){border-radius:30px}.block .block--has-bg:not(.hero-block)+.block--has-bg{margin-top:25px}}.nested-block>.container{padding:0}.nested-block.nested-block--has-bg{padding:var(--tx-content-column-spacing-x) var(--tx-content-column-spacing-y)}.block--c-1-2>.nested-block:nth-child(1n){background:red}.block__button-container{display:inline-flex;gap:12px}@media screen and (max-width:767px){.block__button-container{flex-direction:column}}.block--ha-left .block__button-container,.nested-block--ha-left .block__button-container{justify-content:left}.block--ha-center .block__button-container,.nested-block--ha-center .block__button-container{justify-content:center}.block--ha-right .block__button-container,.nested-block--ha-right .block__button-container{justify-content:flex-end}.container,.container-fluid,.container-xl{max-width:1440px}@media screen and (min-width:768px){.container,.container-fluid,.container-xl{padding-left:30px;padding-right:30px}}@media screen and (min-width:1024px){.container,.container-fluid,.container-xl{padding-left:40px;padding-right:40px}}@media screen and (min-width:1200px){.container,.container-fluid,.container-xl{padding-left:60px;padding-right:60px}.block .block .container,.block .block .container-fluid,.block .block .container-xl{padding-left:40px;padding-right:40px}}.subnav__header{font-size:inherit;margin-bottom:1em}.subnav__list{list-style-type:none;margin:0;padding:0}.subnav__list .subnav__list{margin-bottom:1em;margin-top:.5em;padding-left:1em}.subnav>.subnav__list>.subnav__item>.subnav__list{font-size:.9em}.subnav__item{margin-bottom:.3em}.subnav__item.expanded.has-children{margin-bottom:1.5em}.subnav__item.active>.subnav__link{font-weight:700}.checkout__block{background:#fff;box-shadow:0 1px 3px #0000000d;margin-bottom:40px;padding:20px}@media screen and (min-width:1024px){.checkout__block{padding:60px}}.checkout-info__summary--full-row>.h3,.checkout-info__summary--full-row>div,.checkout-info__summary--full-row>h3{display:flex}.checkout-info__summary--full-row>.h3,.checkout-info__summary--full-row>h3{font:inherit;font-weight:700;margin:0;padding:.5em 0}@media screen and (min-width:1024px){.checkout-info__summary--full-row>.h3,.checkout-info__summary--full-row>h3{font-size:1.5em}}.checkout-info__summary--expand{flex:1 1 auto}.checkout-info__messages{min-height:10em}.checkout-details{background:#f6f6f6;padding:40px}.checkout-details__details{border-bottom:1px solid #dee2e6;border-top:1px solid #dee2e6;padding:15px 0}.checkout-details__title{font-size:1.3em;margin-bottom:15px}.checkout-details__name{font-size:1.3em;line-height:1.05em;margin-bottom:.4em}.checkout-details__address{color:#495057;font-size:.8em}.checkout-details__edit{color:#033327;font-size:.8em;padding:0}.checkout-details .custom-select,.checkout-details .form-control{border-color:#dee2e6}.checkout__submit-button{min-width:200px}.cart-table__thead{border-bottom:1px solid #e9ecef;font-size:.85rem;font-weight:700;padding:10px 0}.cart-table__tfoot{border-top:1px solid #e9ecef;font-size:1.1rem;font-weight:700;padding:20px 0}.cart-table__tr{align-items:center;padding:15px 0;position:relative;transition:all .2s}.cart-table__tr+.cart-table__tr{border-top:1px dashed #e9ecef}.cart-table__tr:hover{background:#aa949405}@media screen and (min-width:1024px){.cart-table__tr{flex-wrap:nowrap}}.cart-table__actions{height:30px}.cart-table__icon{-webkit-appearance:none;-moz-appearance:none;background:none;background-position:50%;background-repeat:no-repeat;background-size:auto 16px;border:none;height:30px;margin:0;padding:0;width:30px}.cart-table__icon:focus{box-shadow:none}.cart-table__icon--remove{background-image:url(/ui/images/7da6175e134bf259884c.svg)}.checkout-cart__image-container,.checkout-cart__image-wrapper{align-items:center;display:flex}.checkout-cart__image-wrapper{background:#fff;border:1px solid #e9ecef;height:80px;justify-content:center;margin-right:20px;width:80px}.checkout-cart__image-info{flex:1 0 auto;font-weight:700}.checkout-cart__image{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.checkout-cart__input{width:70px}.product-detail{--tx-quantity-selector-size:44px;--variable-color:var(--tx-belos-dark-color)}.induflow .product-detail{--tx-belos-dark-color:#333}.product-detail__download-button-container{padding:17px 0 0}@media screen and (min-width:1024px){.product-detail__download-button-container{padding-bottom:17px}}.product-detail__download-button-container>a,.product-detail__download-button-container>span{display:inline-flex;margin:0 8px 12px 0;white-space:nowrap}.product-detail__download-button-container>a:last-child,.product-detail__download-button-container>span:last-child{margin-right:0}.product-detail__download-button-container .belos-button__primary{border:none}@media screen and (min-width:768px){.product-detail .belos-button__small-primary{padding:15px}}@media screen and (max-width:767px){.product-detail .belos-button__outline{padding-bottom:8px;padding-top:8px}}.product-detail__images .addToSavedIcon{cursor:pointer;position:absolute;width:fit-content;z-index:98}.product-detail__images .addToSavedIcon img{content:url(/ui/images/846d607f18c4514bd3f9.svg)}.product-detail__images .addToSavedIcon img:hover,.product-detail__images .addToSavedIcon.saved img{content:url(/ui/images/ba983e448a4c01120329.png)}.product-detail__dnrsk-container{align-items:flex-start;border-bottom:1px solid #000;border-top:1px solid #000;padding:20px 0 0}.product-detail__dnrsk-container table{width:100%}.product-detail__dnrsk-container tr:nth-child(2n){background-color:#efefef}.product-detail__dnrsk-container tr:nth-child(odd){background-color:#fff}.product-detail__dnrsk-container th>span{background-color:var(--tx-belos-dark-color);color:#fff;display:inline-block;font-size:.875rem;padding:0 8px;text-align:center;width:100%}@media screen and (min-width:768px){.product-detail__dnrsk-container th>span{padding:0 6px}}.product-detail__dnrsk-container td{padding:0 18px;text-align:center}.product-detail__dnrsk-container td p{margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (min-width:1024px){.product-detail__dnrsk-container td{padding:0 10px}}.product-detail__dnrsk-container table{margin-bottom:20px}.product-detail__dnrsk-copy-container{align-items:center;display:flex;gap:10px;justify-content:center}.product-detail__dnrsk-copy-container>span:first-child{flex:1}.product-detail__dnrsk-copy-container .product-detail__dnrsk-copy-icon{cursor:pointer;height:18px;width:18px}.product-detail__description{margin-bottom:30px}.product-detail__classification-container{border-top:1px solid #000;margin-top:20px;padding:20px 0;width:100%}@media screen and (max-width:1024px){.product-detail__classification-desktop{display:none}}@media screen and (min-width:1024px){.product-detail__classification-mobile{display:none}}.product-detail__classification{display:flex;flex-direction:column;line-height:22.5px}.product-detail__classification+.product-detail__classification{margin-top:1.75em}.product-detail__classification__download{cursor:pointer;display:inline-block;font-weight:600;margin-left:-20px;text-align:right;width:100%}.product-detail__classification__download:after{background-image:url(/ui/images/302533173926236ce8f3.svg);content:"";height:20px;position:absolute;width:20px}.product-detail__classification__img-and-desc{align-items:center;display:flex}.product-detail__classification__img-and-desc p{margin-bottom:0}.product-detail__classification__img-and-desc img{margin-right:20px;max-width:none}.product-detail__name{font-size:1.5625rem}@media screen and (min-width:768px){.product-detail__name{font-size:2.1875rem}}.product-detail ul{line-height:22.5px}.product-detail__brand-container{display:flex;margin-right:20px}.product-detail__article-number,.product-detail__brand{font-weight:800;margin-right:6px}.product-detail__icons{display:flex;flex-direction:column;gap:10px;position:absolute;right:0;top:2px;z-index:10}.product-detail__icon{max-width:85px;object-fit:contain}@media screen and (max-width:1199px){.product-detail__icon{max-width:75px}}@media screen and (max-width:767px){.product-detail__icon{max-width:60px}}.product-detail__icon--cemarking{border:1px solid #000}.product-detail__price-info{font-size:2rem}.product-detail__stock-status{align-items:center;display:flex;font-size:.8125rem;font-weight:700;letter-spacing:.05em;line-height:1.2em;text-transform:uppercase}.product-detail__stock-status:before{background:#000;border-radius:50%;content:"";display:inline-block;height:1em;margin-right:.7em;margin-top:-.1em;width:1em}.product-detail__stock-status--in-stock:before{background:#26d07c}.product-detail__stock-status--out-of-stock:before{background:#dc3545}.product-detail__buy-container{justify-content:flex-start!important}.product-image-main{min-height:150px;position:relative}@media screen and (min-width:1024px){.product-image-main{min-height:530px}}.product-image-main__no-image{align-items:center;display:flex;height:350px;justify-content:center;margin:0;text-align:center;transition:all .15s}.product-image-main__figure{display:flex;justify-content:center;padding-right:0}@media screen and (min-width:768px){.product-image-main__figure{padding-right:20px}}.product-image-main__image{height:auto;margin-bottom:15px;max-height:100%;max-width:60%;width:auto}@media screen and (min-width:768px){.product-image-main__image{max-width:75%}}.product-image-main a{display:block}.product-image-thumbs{margin-top:5px}.product-image-thumbs .splide__slide:after{border:5px solid #fff;bottom:5px;content:"";left:5px;opacity:0;pointer-events:none;position:absolute;right:5px;top:5px;transition:all .2s}.product-image-thumbs .splide__slide img{transition:all .2s}.product-image-thumbs .splide__slide:not(.is-active):hover img{filter:brightness(1.2)}.product-image-thumbs .splide__slide.is-active:after{opacity:.8}.product-image-thumbs .splide__slide.is-active img{filter:brightness(1.2)}.product-page .h2,.product-page h2{font-size:1.625rem;font-weight:700;line-height:1.07;margin-bottom:1em}#FacetedSearch{width:360px}#FacetedSearchBar{margin-bottom:3rem;min-height:40px}.faceted-search{list-style-type:none;margin:0;padding:0}.faceted-search__group{border-top:1px solid #e9ecef;list-style-type:none;margin:15px 0 0;overflow:hidden;padding:15px 10px 0;transition:height .15s}.faceted-search__group:first-child{border-top:none;margin-top:0;padding-top:0}.faceted-search__group-header{font-size:14px;font-weight:700;margin-bottom:10px}.faceted-search__sublist{list-style-type:none;margin:0;padding:0}.faceted-search__show-more{cursor:pointer;display:inline-block;font-size:14px;font-weight:700;margin-top:5px;padding:5px 10px}.faceted-search__button{margin-top:10px;min-width:50px}.faceted-search__sort{max-width:280px;width:100%}.active-filters{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.active-filters__title{font:inherit;font-size:.8rem;font-weight:700;line-height:1em;margin:0;text-transform:uppercase;width:100%}.active-filters__clear,.active-filters__item{align-items:center;-webkit-appearance:none;-moz-appearance:none;background:none;border:2px solid #033327;border-radius:1.25rem;color:#033327;display:flex;font-size:.9rem;font-weight:700;gap:.4rem;height:2.5rem;margin:0;padding:0 1.25rem}.active-filters__clear:focus,.active-filters__item:focus{box-shadow:none}.active-filters__clear:hover,.active-filters__item:hover{background:#033327;color:#fff}.active-filters__clear span,.active-filters__item span{font-weight:400}.active-filters__item:after{background-image:url(/ui/images/c4a908f12435467388ec.svg?fill=%23033327);background-position:50%;background-repeat:no-repeat;background-size:auto 90%;content:"";display:inline-block;height:.8em;margin-left:10px;width:.8em}.active-filters__item:after:after{content:url(/ui/images/235822872d02d9e7bfc3.svg?fill=#033327);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.active-filters__item:hover:after{filter:brightness(0) invert(1)}.active-filters__clear{border:2px solid #dc3545;color:#dc3545}.active-filters__clear:hover{background:#dc3545}.expandable{border-bottom:1px solid #dee2e6}.expandable-component{display:none}.block--bg-dark .expandable,.block--bg-primary .expandable{border-color:#ffffff4d}.expandable[data-title]{display:none}.expandable__button{align-items:center;-webkit-appearance:none;-moz-appearance:none;background:none;border:none;color:#6c757d;display:flex;font-size:1rem;font-weight:600;line-height:1.2em;margin:0;min-height:60px;padding:1em 60px 1em 0;position:relative;text-align:left;transition:all .1s;width:100%}.expandable__button:focus{box-shadow:none}.expandable__button:after{background-image:url(/ui/images/e148fc00f7979f91480b.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 80%;content:"";height:40px;margin-top:-18px;opacity:.8;position:absolute;right:0;top:50%;transform:rotate(90deg);transition:all .1s;width:40px}.block--bg-dark .expandable__button:after,.block--bg-primary .expandable__button:after,.block--bg-secondary .expandable__button:after{filter:brightness(0) invert(1)}@media(hover:hover){.expandable__button:hover{color:#212529;text-decoration:underline}.expandable__button:hover:after{opacity:1}}.expandable--open .expandable__button{color:inherit}.expandable--open .expandable__button:after{opacity:1;transform:rotate(-90deg)}.expandable__content{max-height:0;opacity:0;overflow:hidden;transition:all .3s;visibility:hidden}.expandable--open .expandable__content{max-height:1000px;opacity:1;visibility:visible}.expandable__inner-content{margin-bottom:20px}@media screen and (min-width:1024px){.faq-block .expandable--open .expandable__button{font-size:1.8rem}}.faq-block .expandable__button{color:inherit;font-size:1.05rem}@media screen and (min-width:1024px){.faq-block .expandable__button{font-size:1.4rem}}.faq-block .expandable__inner-content{margin-bottom:60px;margin-top:.5em}@media screen and (min-width:1024px){.faq-block .expandable__inner-content{margin-top:0;padding-right:60px}}.category-sidebar .expandable__button{color:inherit}.category-sidebar>.expandable:first-child{margin-top:-1em}.footer{--bs-body-color:#fff;--bs-link-color:var(--bs-body-color);--bs-link-hover-color:var(--bs-link-color);background:var(--tx-footer-background);color:var(--bs-body-color);font-size:.9375rem;margin-top:auto;padding-bottom:calc(var(--tx-block-padding-y)*1.5);padding-left:env(safe-area-inset-right);padding-right:env(safe-area-inset-left);padding-top:var(--tx-block-padding-y)}.induflow .footer{--tx-footer-background:#333}@media print{.footer{display:none}}@media screen and (max-width:767px){.footer{--tx-block-padding-y:50px;font-size:.75rem}}.footer-columns-wrapper{display:grid;gap:60px 30px;grid-template-columns:repeat(2,1fr)}.footer-columns-wrapper>.nested-block{flex:0 0 25%}@media screen and (min-width:1024px){.footer-columns-wrapper{grid-template-columns:repeat(4,1fr)}}.pagination{padding:1rem}.pagination .page-item .page-link{align-items:center;background:none;border:1px solid #0000;border-radius:0;color:#001e3c;display:flex;font-size:1.125rem;font-weight:500;height:30px;justify-content:center;line-height:1.38;margin:0 4px;padding:0 6px}.pagination .page-item .page-link:hover{background:none;text-decoration:underline}.pagination .page-item .page-link:focus{background:inherit;box-shadow:none;outline:2px solid #001e3c}.pagination .page-item:first-child .page-link,.pagination .page-item:last-child .page-link{background:#041a30 url(/ui/images/9656af7332650f86243d.svg) no-repeat 50%;background-size:30px;border-radius:4px;height:30px;text-indent:-9999px;width:30px}.pagination .page-item:first-child{margin-right:12px;transform:rotate(180deg)}.pagination .page-item:last-child{margin-left:12px}.pagination .page-item.disabled{opacity:.5}.pagination .active .page-link{background-color:#efefef;border-color:#e7e7e7;border-radius:4px;color:#001e3c;font-weight:600}.pagination .active .page-link:hover{background-color:#efefef;cursor:default;text-decoration:none}.pagination .active .page-link:focus{background:#efefef}.hero-block__button,.image-content-block__button,.read-more{align-items:center;display:inline-flex;font-weight:700;gap:.6em;margin-top:.5em}.hero-block__button:hover:after,.image-content-block__button:hover:after,.read-more:hover:after{transform:translateX(.3em)}.hero-block__button:after,.image-content-block__button:after,.read-more:after{background-image:url(/ui/images/1ad459afabec7dcadf2b.svg?fill=%23033327);content:"";display:inline-block;height:1em;transition:all .3s;width:1em}.hero-block__button:after:after,.image-content-block__button:after:after,.read-more:after:after{content:url(/ui/images/b567598d1ed285bc18a9.svg?fill=#033327);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.text--white .hero-block__button:after,.text--white .image-content-block__button:after,.text--white .read-more:after{background-image:url(/ui/images/6164712a276fb4779d8b.svg?fill=%23fff)}.text--white .hero-block__button:after:after,.text--white .image-content-block__button:after:after,.text--white .read-more:after:after{content:url(/ui/images/b567598d1ed285bc18a9.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.splide{--change-slide-button-color:var(--tx-slider-color);position:relative}.block--bg-dark .splide,.block--bg-primary .splide,.block--bg-secondary .splide{--tx-slider-color:#fff;--tx-slider-color-secondary:#001e3c;--change-slide-button-color:var(--tx-slider-color-secondary)}.induflow .splide{--tx-slider-color:#257bb1;--tx-slider-color-secondary:#fff;--change-slide-button-color:#333}.induflow .block--bg-dark .splide,.induflow .block--bg-primary .splide,.induflow .block--bg-secondary .splide{--tx-slider-color:#fff;--tx-slider-color-secondary:#333;--change-slide-button-color:var(--tx-slider-color-secondary)}.splide__track{transition:height .3s}.splide__list{align-items:stretch;display:flex}.splide__slide{border:none!important;max-width:100%;user-select:text!important;-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important}.splide__slide *{user-select:text!important}.splide__arrows{position:absolute;top:50%;width:100%}.splide__arrow{background:#fff;border-radius:50%;height:var(--tx-slider-arrow-size);width:var(--tx-slider-arrow-size)}.splide__arrow:hover:not(:disabled){background:var(--tx-slider-color)!important}.splide__arrow:disabled{opacity:0;pointer-events:none}.splide__arrow--prev{left:2em}.splide__arrow--next{right:2em}.splide__arrow svg{fill:var(--change-slide-button-color)}.splide__arrow:hover:not(:disabled) svg{fill:var(--tx-slider-color-secondary)}.splide__pagination-info{background:var(--tx-slider-color);border-radius:20px;bottom:3.5em;color:var(--tx-slider-color-secondary);left:50%;padding:0 24px;position:absolute;transform:translatex(-50%)}.splide:not(.is-overflow) .splide__pagination-info{display:none}.splide__controls{align-items:flex-end;bottom:1.5em;display:flex;flex-direction:row;justify-content:center;left:0;margin-top:2.5em;position:absolute;right:0}.splide__pagination{padding:0 1em;position:relative}@media screen and (min-width:768px){.splide__pagination{padding:0 5em}}@media screen and (min-width:1024px){.splide__pagination{padding:0 .5em}}.splide__pagination__page{background:var(--tx-slider-color);border-radius:10px;height:8px;opacity:.3;transform:none!important;width:42px}.splide__pagination__page:hover{opacity:.9}.splide__pagination__page.is-active{background:var(--tx-slider-color);opacity:.9;width:84px}.splide__toggle{align-items:center;background:var(--tx-slider-color);border:none;border-radius:50%;display:flex;height:30px;justify-content:center;width:30px}.splide__toggle svg{fill:var(--tx-slider-color-secondary)!important;height:.8em;width:.8em}.splide__toggle:hover{background:var(--tx-slider-color-secondary)}.splide__toggle:hover svg{fill:var(--tx-slider-color)!important}.splide__toggle__play{margin-left:3px}.splide .block__background-picture{transform:translateX(-50%);width:100%}.splide picture{display:block}.splide img{width:100%}.splide a{display:block}.product-list-block .splide{color:var(--tx-belos-dark-color);margin-left:calc(var(--bs-gutter-x)*-1/2);margin-right:calc(var(--bs-gutter-x)*-1/2)}.product-list-block .splide.is-overflow{padding-bottom:100px}.product-page .product-list-block .splide{padding-bottom:0}.product-page .product-list-block .splide__track{margin-bottom:80px}.product-list-block .splide__controls{bottom:0}.product-list-block .splide__pagination-info{bottom:2.7em}.product-list-block .splide__arrows{bottom:auto;top:35%}@media screen and (max-width:1199px){.product-list-block .splide__arrows{bottom:2em;top:auto}}.product-list-block .splide__arrow:active,.product-list-block .splide__arrow:focus{background-color:#0000;box-shadow:none;outline:none}.product-list-block .splide__arrow--prev{left:1.5em}@media screen and (min-width:1200px){.product-list-block .splide__arrow--prev{left:-2.5em}}@media screen and (min-width:1600px){.product-list-block .splide__arrow--prev{left:-4em}}.product-list-block .splide__arrow--next{right:1.5em}@media screen and (min-width:1200px){.product-list-block .splide__arrow--next{right:-2.5em}}@media screen and (min-width:1600px){.product-list-block .splide__arrow--next{right:-4em}}.product-list-block .splide__pagination__page{background:var(--tx-slider-color);border-radius:10px;height:8px;opacity:.3;transform:none!important;width:42px}.product-list-block .splide__pagination__page:hover{opacity:.9}.product-list-block .splide__pagination__page.is-active{background:var(--tx-slider-color);opacity:.9;width:84px}.product-detail__dnrsk-container .splide{margin-left:calc(var(--bs-gutter-x)*-1/2);margin-right:calc(var(--bs-gutter-x)*-1/2);padding-bottom:100px}.product-page .product-detail__dnrsk-container .splide{padding-bottom:0}.product-page .product-detail__dnrsk-container .splide.is-overflow .splide__track{margin-bottom:80px}.product-detail__dnrsk-container .splide__controls{bottom:0}.product-detail__dnrsk-container .splide__pagination-info{bottom:1.5em}.product-detail__dnrsk-container .splide__pagination{bottom:4.5em;padding:0 2em}.product-detail__dnrsk-container .splide__arrows{bottom:2.25em;top:auto}@media screen and (min-width:1200px){.product-detail__dnrsk-container .splide__arrows{bottom:auto;top:35%}}.product-detail__dnrsk-container .splide__arrow:active,.product-detail__dnrsk-container .splide__arrow:focus{background-color:#0000;box-shadow:none;outline:none}.product-detail__dnrsk-container .splide__arrow--prev{left:1.5em}@media screen and (min-width:1200px){.product-detail__dnrsk-container .splide__arrow--prev{left:-2.5em}}@media screen and (min-width:1600px){.product-detail__dnrsk-container .splide__arrow--prev{left:-3em}}.product-detail__dnrsk-container .splide__arrow--next{right:1.5em}@media screen and (min-width:1200px){.product-detail__dnrsk-container .splide__arrow--next{right:-1.5em}}@media screen and (min-width:1600px){.product-detail__dnrsk-container .splide__arrow--next{right:-2em}}.hero-slider-block .splide{--tx-slider-arrow-size:3em}.hero-slider-block .splide__arrow{background:var(--tx-slider-color)}.hero-slider-block .splide__arrow:hover:not(:disabled){background:var(--tx-slider-color-secondary)}.hero-slider-block .splide__arrow:hover:not(:disabled) svg{fill:var(--tx-slider-color)}.hero-slider-block .splide svg{fill:var(--tx-slider-color-secondary)}.brand-block .splide{margin-left:calc(var(--bs-gutter-x)*-1/2);margin-right:calc(var(--bs-gutter-x)*-1/2)}.brand-block .splide__track{padding-bottom:3em}.brand-block .splide__pagination-info{bottom:1.5em}.brand-block .splide__pagination{margin-top:3.5em;position:relative}.brand-block .splide__arrows{bottom:auto;top:35%}@media screen and (max-width:1199px){.brand-block .splide__arrows{bottom:2em;top:auto}}.brand-block .splide__arrow--prev{left:1.5em}@media screen and (min-width:1200px){.brand-block .splide__arrow--prev{left:-2.5em}}@media screen and (min-width:1600px){.brand-block .splide__arrow--prev{left:-4em}}.brand-block .splide__arrow--next{right:1.5em}@media screen and (min-width:1200px){.brand-block .splide__arrow--next{right:-2.5em}}@media screen and (min-width:1600px){.brand-block .splide__arrow--next{right:-4em}}.contact-person{font-size:.875rem}.contact-person__figure{align-items:center;background:#fff;display:flex;justify-content:center;margin-bottom:.5rem;overflow:hidden}.contact-person__image{height:auto;max-width:100%;object-fit:contain}.contact-person__name{font-size:1.1em;line-height:1.2em;margin-bottom:0}.contact-person__role{font-size:.9em;font-weight:700}@media screen and (min-width:768px){.contact-person{font-size:.9375rem}}@media screen and (min-width:1200px){.contact-person{font-size:1rem}}.contact-person-list{display:flex}.contact-person-list__item{background-color:#efefef;flex-basis:23%;margin:2% 1%;padding:10px}@media screen and (max-width:1023px){.contact-person-list__item{flex-basis:31%;margin:2% 1%}}@media(max-width:530px){.contact-person-list__item{flex-basis:48%;margin:2% 1%}}@media(max-width:400px){.contact-person-list__item{flex-basis:100%;margin:2% 0}}@media screen and (max-width:1023px){.contact-person-list{margin-left:unset;margin-right:unset}}.news-list{--bs-gutter-x:16px;--bs-gutter-y:16px}@media screen and (min-width:768px){.news-list{--bs-gutter-x:8px;--bs-gutter-y:16px}}@media screen and (min-width:1024px){.news-list{--bs-gutter-x:24px;--bs-gutter-y:24px}}@media screen and (min-width:1200px){.news-list{--bs-gutter-x:36px;--bs-gutter-y:36px}}.news{padding:2em 0}.news__lead{font-size:1.625rem;font-weight:700;line-height:1.1em;margin-bottom:1.15em}.news__content{font-size:1.125rem;line-height:1.38em}.news-card{display:flex;flex-direction:column}@media screen and (min-width:1024px){[class*=col-lg]>.news-card{font-size:1rem}}.news-card__content{flex:1;padding:8px 0 5px}.block--has-bg .news-card__content{background:#fff;padding:20px 20px 25px}@media screen and (min-width:1024px){[class*=col-lg] .news-card__content{font-size:1rem;padding:25px 30px 5px 0}.block--has-bg [class*=col-lg] .news-card__content{padding:25px 20px}}@media screen and (max-width:767px){.news-card__content{font-size:.875rem}}@media screen and (min-width:768px){.news-card__content{padding:8px 30px 5px 0}.block--has-bg .news-card__content{padding:30px 30px 35px}}.news-card__title{text-wrap:unset;font-size:1.125rem;font-weight:700;line-height:1.27em;margin-bottom:.5rem}.news-card__title a{color:inherit}.news-card__date{font-size:1rem;font-weight:700;margin-bottom:.5em;margin-top:-.3em}.news-card__figure{aspect-ratio:800/320;background:#f6f6f6;display:flex;margin:0;overflow:hidden}@media screen and (min-width:768px){.news-card__figure{aspect-ratio:300/160}}.news-card__figure:after{content:"";display:block;padding-bottom:66.6666666667%}.news-card__image{transition:transform .15s;width:100%}a:hover .news-card__image{transform:scale(1.05)}.news-card__intro{font-weight:500;line-height:1.4em}.news-card__intro:last-child{margin-bottom:0}.news-card__read-more{padding:0!important}.news-card>a{display:block;width:100%}.news-card__figure-wrapper{position:relative}.news-card__tag{background-color:var(--tx-belos-dark-color);border-radius:200px;bottom:8px;color:#fff;font-weight:600;left:8px;line-height:1;padding:8px;position:absolute;z-index:1}.product{--bs-link-color:var(--bs-body-color);--bs-link-hover-color:var(--bs-link-color);background:#fff;display:flex;flex-direction:column;height:100%;padding:1rem;width:100%}.product .addToSavedIcon{cursor:pointer;position:absolute;width:fit-content;z-index:98}.product .addToSavedIcon img{content:url(/ui/images/846d607f18c4514bd3f9.svg)}.product .addToSavedIcon.saved img,.product .addToSavedIcon:hover img{content:url(/ui/images/ba983e448a4c01120329.png)}.product-detail__buy-container,.product__buy-container{display:flex;gap:.5rem;height:var(--tx-quantity-selector-size)}.product-detail__buy-container .buy-button,.product__buy-container .buy-button{min-width:60px;padding:0!important}.product__figure{align-items:center;aspect-ratio:1/1;display:flex;justify-content:center}.product__image{height:100%;object-fit:contain;transform:scale(.95);transition:.15s;width:100%}a[href]:hover .product__image{transform:scale(1)}.product__info{margin-bottom:auto;margin-top:1rem;padding-top:1rem}.product__info-row{clear:both}.product__info-row p{margin-bottom:0}.product__info-row .alignleft{float:left;font-weight:800}.product__info-row .alignright{float:right}.product__name{font-family:inherit;font-size:1.1rem;font-weight:500;margin:0;min-height:3rem}.product__brand{font-family:inherit;font-size:.8rem;margin-top:.5rem}.product__stock{font-size:.7rem;font-weight:700;margin-top:1rem}.product__price{font-size:1.1rem;font-weight:700;margin-bottom:1rem}.product__campaign-price{color:#dc3545}.product__old-price{color:#6c757d;font-size:.8rem;text-decoration:line-through}.product-list{display:grid;gap:var(--tx-product-grid-gap);grid-template-columns:none}@media screen and (min-width:576px){.product-list{grid-template-columns:repeat(auto-fill,minmax(var(--tx-product-grid-min-width),1fr))}}.product-list__container{background:#f8f8f8;padding:32px 0 80px!important}@media screen and (min-width:768px){.product-list__header{max-width:750px}.product-list__header p:last-child{margin-bottom:0}}@media screen and (max-width:767px){.product-list__header .h1,.product-list__header h1{font-size:2.2rem}}.product-list__product-count{margin-bottom:20px}.product-list+.pagination{padding-top:6em}.floating-product-box{background:#fff;bottom:0;box-shadow:0 0 60px #0003;color:#000;font-size:.75rem;overflow:auto;padding:20px;position:fixed;right:0;text-transform:none;top:0;transform:translateX(100%);transition:.2s;visibility:hidden;width:100%;z-index:100}.mini-cart--active .floating-product-box{animation:pdfExportBounce .2s;transform:translateX(0);visibility:visible}.floating-product-box__header{padding-right:60px;position:relative}.floating-product-box__title{font-size:1.4rem;margin-bottom:.2em}@media screen and (min-width:768px){.floating-product-box__title{font-size:2.4rem}}.floating-product-box__close{-webkit-appearance:none;-moz-appearance:none;background:none;background-image:url(/ui/images/ec802d3a873316bfb4b2.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 20px;border:none;height:40px;margin:0;padding:0;position:absolute;right:0;top:0;width:40px}.floating-product-box__close:focus{box-shadow:none}.floating-product-box__remove{-webkit-appearance:none;-moz-appearance:none;background:none;background-image:url(/ui/images/7da6175e134bf259884c.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 20px;border:none;height:30px;margin:-20px -5px 0 0;padding:0;position:absolute;right:20px;top:50%;width:30px}.floating-product-box__remove:focus{box-shadow:none}@media screen and (min-width:768px){.floating-product-box__remove{margin-right:5px;right:30px}}.floating-product-box__list{background:#fff;border-bottom:1px solid #e9ecef;border-top:1px solid #e9ecef;margin:30px -15px}@media screen and (min-width:768px){.floating-product-box__list{margin:30px -30px}}.floating-product-box__item{align-items:center;border-bottom:1px dashed #e9ecef;margin:0;padding:20px 50px 20px 0;position:relative}.floating-product-box__item:last-child{border-bottom:none}@media screen and (min-width:768px){.floating-product-box__item{padding:30px 80px 30px 10px}}.floating-product-box__name{font-size:1.1em;margin-bottom:.3em}.floating-product-box__article-number{color:#495057;font-size:.9em}.floating-product-box__figure{align-items:center;display:flex;height:40px;justify-content:center;margin:0;width:40px}.floating-product-box__figure img{max-height:100%}@media screen and (min-width:576px){.floating-product-box__figure{height:60px;width:60px}}@media screen and (min-width:768px){.floating-product-box__figure{height:80px;width:80px}}.floating-product-box__actions{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -7px 100px 7px}.floating-product-box__actions .btn{margin:7px}@media screen and (min-width:768px){.floating-product-box__actions{justify-content:flex-end}}.floating-product-box__no-products{font-size:1.2em;margin:50px 0}.floating-product-box a:not(.btn):hover{text-decoration:underline}@media screen and (min-width:576px){.floating-product-box{font-size:1rem}}@media screen and (min-width:768px){.floating-product-box{font-size:1rem;padding:40px}}@media screen and (min-width:576px){.floating-product-box{max-width:660px;width:90%}}#HeroQuickSearch{bottom:20px;left:0;max-width:none;position:absolute;width:100%}@media screen and (max-width:1023px){#HeroQuickSearch{display:none}}@media screen and (min-width:1200px){#HeroQuickSearch{bottom:35px}}@media(min-width:1800px){#HeroQuickSearch{bottom:50px}}.quick-search{--quick-search-height:30px;padding:.7em calc(var(--bs-gutter-x)/2)}@media screen and (max-width:1199px){.quick-search{max-width:250px}}@media screen and (max-width:1023px){.quick-search{max-width:none}}@media screen and (min-width:1200px){.quick-search{padding-left:calc(var(--bs-gutter-x)*2)}}#HeroQuickSearch .quick-search{--quick-search-height:40px;max-width:none}@media screen and (min-width:1200px){#HeroQuickSearch .quick-search{--quick-search-height:50px}}.quick-search--fixed{height:0;left:0;position:fixed!important;right:0;top:60px;width:0;z-index:1000}.quick-search__header-container{display:flex;justify-content:flex-end;width:250px}@media screen and (min-width:1200px){.quick-search__header-container{width:300px}}#QuickSearchMobile .quick-search{display:none}@media screen and (max-width:1023px){.quick-search{left:0;padding:0 10px;position:fixed;right:0;top:calc(var(--tx-header-height) + 10px);width:100%}#QuickSearchMobile .quick-search{display:block}}@media screen and (min-width:1024px){.quick-search__input::-moz-placeholder{color:#001e3cb3}.header:not(.header--scroll):not(.not-homepage).header--hero-first .quick-search__input::-moz-placeholder{color:#ffffffb3}}.header.main-navigation--open .quick-search__input::-moz-placeholder{color:#001e3c}@media screen and (min-width:1024px){.quick-search__input::-webkit-input-placeholder{color:#001e3cb3}.header:not(.header--scroll):not(.not-homepage).header--hero-first .quick-search__input::-webkit-input-placeholder{color:#ffffffb3}}.header.main-navigation--open .quick-search__input::-webkit-input-placeholder{color:#001e3c}@media screen and (min-width:1024px){.quick-search__input::-ms-input-placeholder{color:#001e3cb3}}@media screen and (min-width:1024px){.header:not(.header--scroll):not(.not-homepage).header--hero-first .quick-search__input::-ms-input-placeholder{color:#ffffffb3}}.header.main-navigation--open .quick-search__input::-ms-input-placeholder{color:#001e3c}@media screen and (max-width:1023px){.quick-search .icon--search{background-image:url(/ui/images/82aea5e00c4ad5f477d4.svg)}}.quick-search--show-results{--bs-body-color:#212529}.quick-search__title{text-transform:uppercase}.quick-search__input{background:#ffffff1a;border:none;border-radius:calc(var(--quick-search-height)/2);caret-color:#ffffffb3;color:var(--bs-body-color);font-size:1rem;height:var(--quick-search-height);margin:0;outline:2px solid #ffffffb3;padding:0 calc(var(--quick-search-height)/2) 0 var(--quick-search-height);position:relative;width:100%}@media screen and (max-width:1023px){.quick-search__input{background:#fff!important;border:1px solid #001e3c;caret-color:#001e3c;color:#001e3c!important}}.quick-search__input:focus{outline-color:#ffffffb3}.quick-search__input:hover{background:#ffffff1a;outline-color:#fff}.quick-search--show-result .quick-search__input,.quick-search__input:focus{--bs-body-color:$white}.header--scroll .quick-search__input,.header.not-homepage .quick-search__input,.header:not(.header--hero-first) .quick-search__input,.hero-block .quick-search__input{background:#fff;caret-color:#001e3c;color:#001e3c;outline-color:#0000}.header--scroll .quick-search__input:hover,.header.not-homepage .quick-search__input:hover,.header:not(.header--hero-first) .quick-search__input:hover,.hero-block .quick-search__input:hover{background:#fff}.quick-search--fixed .quick-search__input{border:1px solid #001e3c}.induflow .quick-search--fixed .quick-search__input{border:1px solid #333}.quick-search__input::-webkit-search-cancel-button{display:none}.quick-search__input__cancel{-webkit-appearance:none;-moz-appearance:none;background:none;border:none;height:1rem;line-height:1rem;margin:0;padding:0;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:1rem}.quick-search__input__cancel:focus{box-shadow:none}.quick-search__input__cancel:focus i{opacity:.9}.quick-search__input__cancel i{height:1rem;opacity:.7;width:1rem}.quick-search__input__cancel i:focus,.quick-search__input__cancel i:hover{opacity:.9}.quick-search__link--block>.quick-search__icon{pointer-events:none}.quick-search__input-container{position:relative;z-index:2}.quick-search--show-result .quick-search__input-container,.quick-search:focus-within .quick-search__input-container{color:var(--bs-body-color)}#HeroQuickSearch .quick-search__input-container{margin:0 auto;width:800px}.quick-search__submit-button{-webkit-appearance:none;-moz-appearance:none;background:none;border:none;cursor:pointer;height:var(--quick-search-height);left:0;margin:0;padding:0;position:absolute;right:0;top:0;width:var(--quick-search-height)}.quick-search__submit-button:focus{box-shadow:none}.quick-search__submit-button .icon{background-position:50%;background-repeat:no-repeat;background-size:auto 16px}@media screen and (min-width:1024px){.quick-search__submit-button .icon{background-position:50%;background-repeat:no-repeat;background-size:auto 22px}}#HeroQuickSearch .quick-search__submit-button .icon{background-position:50%;background-repeat:no-repeat;background-size:auto 30px}@media screen and (min-width:1200px){#HeroQuickSearch .quick-search__submit-button .icon{background-position:50%;background-repeat:no-repeat;background-size:auto 40px}}@media screen and (min-width:1024px){.quick-search .icon{filter:brightness(0)}.header--hero-first:not(.header--scroll):not(.header--main-navigation-open):not(.not-homepage) .quick-search .icon{filter:brightness(0) invert(1)}}.quick-search-product__image{display:block;margin:auto;max-height:80px;max-width:80px}.quick-search-product__name{color:#212529;font-size:.9rem;line-height:1.3em;margin-bottom:0}.quick-search-result{--bs-link-color:#00688d;--bs-link-hover-color:#033327;animation:fadeIn .15s;color:#212529;display:block;font-size:.85rem;left:10px;margin:0;position:fixed;right:10px;text-transform:none;top:calc(var(--tx-header-height) + 50px);width:auto;z-index:100}@media screen and (min-width:1024px){.quick-search-result{left:0;margin:0 auto;max-width:1440px;position:absolute;right:0;top:var(--tx-header-height);transition:width .15s;width:100%}.quick-search-result--on-hero{top:75px}.quick-search--fixed .quick-search-result--on-hero{position:fixed!important;top:135px}}.quick-search--show-result .quick-search-result,.quick-search:focus-within .quick-search-result{display:block}.quick-search-result__container{background-color:#efefef;border:1px solid #001e3c;border-top:none;overflow:hidden}@media screen and (max-width:1023px){.quick-search-result__container{border:none;border-bottom:1px solid #001e3c;max-height:70vh;overflow-y:auto}}.quick-search-result__content-container{background:#fff;margin-left:auto;margin-right:calc(var(--bs-gutter-x)*.5);position:relative}.quick-search-result__content-container--inner{margin-bottom:24px;max-height:594px;overflow-y:auto;padding:0 20px}@media screen and (min-width:1024px){.quick-search-result__content-container--inner{padding:0}}.quick-search-result__list{list-style-type:none;margin:0;padding:0}.quick-search-result__item{list-style:none}.quick-search-result__item--selected{background-color:#f6f6f6}.quick-search-result__item-link{--bs-link-color:$body-color;--bs-link-hover-color:$body-color;display:inline-block;font-size:1rem;margin-bottom:.4em;text-decoration:none}.quick-search-result__item-link:hover{text-decoration:underline}.quick-search-result__group--products .quick-search-result__item-link{padding-bottom:1em;padding-top:1em}.quick-search-result__group{animation:fadeIn .3s ease-in-out forwards;padding-top:30px}.quick-search-result__group-title{font-size:1.125rem;font-weight:700;margin-bottom:.8em}.quick-search-result__show-all{background-color:#fff;border-top:1px solid #001e3c;padding:10px 0;text-align:center}.common-overlay{animation:fadeIn .15s forwards;-webkit-backdrop-filter:blur(3px);background:#0006;bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0}.common-overlay--will-hide{animation:commonOverlayFadeOut .4s forwards}.common-overlay--may-close{cursor:pointer}.language-selector{align-items:center;display:flex;font-size:.875rem;font-weight:400;gap:1em;justify-content:center}.language-selector>ul{display:flex;list-style:none;margin:2px 0 0}.language-selector>ul>li{margin-left:10px}.language-selector__item{text-decoration:none}.language-selector__item--current{--bs-link-color:var(--header-selected-color);--bs-link-hover-color:var(--bs-link-color);font-weight:700}@media screen and (max-width:1023px){.header .language-selector{background:#041a30;bottom:0;color:#212529;height:60px;left:0;padding:1em 0 calc(env(safe-area-inset-bottom) + 1em);position:absolute;right:0;transform:translateY(100%);transition:all .3s;z-index:10}.main-navigation--open .header .language-selector{transform:translateY(0)}}@media screen and (min-width:1024px){.language-selector{height:34px;padding:.2em 0;transition:all .15s}.header .language-selector{position:absolute;right:60px;top:0}.header--scroll .language-selector{opacity:0;visibility:hidden}}.brand-list{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;list-style-type:none;margin:-10px;padding:0}.glide:not(.glide--carousel):not(.glide--slider) .brand-list{flex-wrap:nowrap;overflow:hidden}.glide:not(.glide--carousel):not(.glide--slider) .brand-list__item{flex:0 0 240px!important}.brand-list--compact{margin:-3px -10px}.main-navigation__mega .brand-list{justify-content:flex-start;padding:0 15px}@media screen and (min-width:1200px){.main-navigation__mega .brand-list{padding:0}}.brand-list__item{flex:0 1 200px;font-size:1.25rem;font-weight:400;max-width:33.3333333333%;padding:10px}.brand-list--compact .brand-list__item{padding:3px 10px}.main-navigation__mega .brand-list__item{flex:0 1 25%}.main-navigation__mega .brand-list__item .brand__figure+.brand__name{display:none}.glide .brand-list__item{flex:unset}@media screen and (min-width:768px){.brand-list__item{padding:15px}.brand-list--compact .brand-list__item{padding:3px 15px}}@media screen and (min-width:1024px){.main-navigation__mega .brand-list__item{flex:0 1 14.2857142857%}}@media screen and (min-width:768px){.brand-list{margin:-15px}.brand-list--compact{margin:-3px -15px}}.brand,.brand__figure{text-align:center}.brand__figure{align-items:center;display:flex;font-size:0;justify-content:center;max-height:200px;width:100%}.brand__figure:before{content:"";padding-bottom:100%}.brand__name{font-size:inherit;font-weight:400;margin-top:.5em}a:hover .brand__image{transform:scale(1.03)}.brand a{color:inherit}.notification{align-items:center;background:#63b1ff;color:#fff;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;transition:opacity .15s;z-index:99}.notification__inner{max-width:600px;padding:1.5em 2em;text-align:center}.tab .tab__radio:first-of-type:checked~.tab__header-container .tab__header:first-of-type{cursor:default;opacity:1}.tab .tab__radio:first-of-type:checked~.tab__header-container .tab__header:first-of-type:after{opacity:1}.tab .tab__radio:first-of-type:checked~.tab__content-container .tab__content:first-of-type{display:block}.tab .tab__radio:nth-of-type(2):checked~.tab__header-container .tab__header:nth-of-type(2){cursor:default;opacity:1}.tab .tab__radio:nth-of-type(2):checked~.tab__header-container .tab__header:nth-of-type(2):after{opacity:1}.tab .tab__radio:nth-of-type(2):checked~.tab__content-container .tab__content:nth-of-type(2){display:block}.tab .tab__radio:nth-of-type(3):checked~.tab__header-container .tab__header:nth-of-type(3){cursor:default;opacity:1}.tab .tab__radio:nth-of-type(3):checked~.tab__header-container .tab__header:nth-of-type(3):after{opacity:1}.tab .tab__radio:nth-of-type(3):checked~.tab__content-container .tab__content:nth-of-type(3){display:block}.tab .tab__radio:nth-of-type(4):checked~.tab__header-container .tab__header:nth-of-type(4){cursor:default;opacity:1}.tab .tab__radio:nth-of-type(4):checked~.tab__header-container .tab__header:nth-of-type(4):after{opacity:1}.tab .tab__radio:nth-of-type(4):checked~.tab__content-container .tab__content:nth-of-type(4){display:block}.tab .tab__radio:nth-of-type(5):checked~.tab__header-container .tab__header:nth-of-type(5){cursor:default;opacity:1}.tab .tab__radio:nth-of-type(5):checked~.tab__header-container .tab__header:nth-of-type(5):after{opacity:1}.tab .tab__radio:nth-of-type(5):checked~.tab__content-container .tab__content:nth-of-type(5){display:block}.tab .tab__radio:nth-of-type(6):checked~.tab__header-container .tab__header:nth-of-type(6){cursor:default;opacity:1}.tab .tab__radio:nth-of-type(6):checked~.tab__header-container .tab__header:nth-of-type(6):after{opacity:1}.tab .tab__radio:nth-of-type(6):checked~.tab__content-container .tab__content:nth-of-type(6){display:block}.tab .tab__radio:nth-of-type(7):checked~.tab__header-container .tab__header:nth-of-type(7){cursor:default;opacity:1}.tab .tab__radio:nth-of-type(7):checked~.tab__header-container .tab__header:nth-of-type(7):after{opacity:1}.tab .tab__radio:nth-of-type(7):checked~.tab__content-container .tab__content:nth-of-type(7){display:block}.tab .tab__radio:nth-of-type(8):checked~.tab__header-container .tab__header:nth-of-type(8){cursor:default;opacity:1}.tab .tab__radio:nth-of-type(8):checked~.tab__header-container .tab__header:nth-of-type(8):after{opacity:1}.tab .tab__radio:nth-of-type(8):checked~.tab__content-container .tab__content:nth-of-type(8){display:block}.tab .tab__radio:nth-of-type(9):checked~.tab__header-container .tab__header:nth-of-type(9){cursor:default;opacity:1}.tab .tab__radio:nth-of-type(9):checked~.tab__header-container .tab__header:nth-of-type(9):after{opacity:1}.tab .tab__radio:nth-of-type(9):checked~.tab__content-container .tab__content:nth-of-type(9){display:block}.tab .tab__radio:nth-of-type(10):checked~.tab__header-container .tab__header:nth-of-type(10){cursor:default;opacity:1}.tab .tab__radio:nth-of-type(10):checked~.tab__header-container .tab__header:nth-of-type(10):after{opacity:1}.tab .tab__radio:nth-of-type(10):checked~.tab__content-container .tab__content:nth-of-type(10){display:block}.tab__header-container{display:flex;flex-wrap:nowrap;margin-bottom:1.5em;overflow:auto;position:relative}.tab__header-container:after{background:#e9ecef;bottom:0;content:"";height:2px;left:0;position:absolute;right:0}.tab__header{cursor:pointer;display:inline-block;font-size:.875rem;font-weight:600;margin:0 1.5em 0 0;opacity:.7;padding:0 0 1em;position:relative;transition:all .15s;z-index:2}.tab__header:after{background:#033327;bottom:0;content:"";height:2px;left:0;opacity:0;position:absolute;right:0;transition:all .15s;z-index:2}.tab__radio{display:none}.tab__content{display:none;font-size:.9rem}.icon{background-position:50%;background-repeat:no-repeat;background-size:auto 90%;display:inline-block;height:var(--tx-icon-size);vertical-align:middle;width:var(--tx-icon-size)}.icon--spin{animation:iconSpin 2s infinite}.icon--light{filter:brightness(0) invert(1)}.icon--dark{filter:brightness(0)}.icon--cancel{background-image:url(/ui/images/ec802d3a873316bfb4b2.svg)}.icon--search{background-image:url(/ui/images/22db558f8561ddb8846a.svg)}.icon--loading{background-image:url(/ui/images/22ec44dd2f6813ec176a.svg)}.icon--trash{background-image:url(/ui/images/7da6175e134bf259884c.svg)}.icon--minus{background-image:url(/ui/images/cd5841b14a91b8cc9eb1.svg)}.icon--plus{background-image:url(/ui/images/71e52baeabbb89cbd60a.svg)}.icon--check{background-image:url(/ui/images/fb2cb8a5d56185853087.svg?fill=%23000)}.icon--check:after{content:url(/ui/images/316766b467bb196da23d.svg?fill=#000);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.icon--cart{background-image:url(/ui/images/5ac553558c12a212d599.svg?fill=%23000)}.icon--cart:after{content:url(/ui/images/59bddaaddfbc5b18c4d0.svg?fill=#000);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.icon--filter{background-image:url(/ui/images/2a67e946d346f7cf90f1.svg)}.icon--categories{background-image:url(/ui/images/f2b55870658e23056f25.svg)}.icon--play{background-image:url(/ui/images/aabd14bdb38e59653853.svg)}.icon--pause{background-image:url(/ui/images/c880e6f7c9469f4ae8a5.svg)}@keyframes iconSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mini-cart--added{transform:translateX(0)}.mini-cart__cart{padding:0 var(--bs-gutter-x);transition:opacity .3s}.mini-cart>.mini-cart__cart{flex:1 1 auto;height:100%}@media screen and (min-height:600px){.mini-cart>.mini-cart__cart{overflow:auto}}.mini-cart__totals{background:#f6f6f6;margin:auto calc(var(--slide-in-modal-padding)*-1) calc(var(--slide-in-modal-padding)*-1);padding:var(--slide-in-modal-padding)}.mini-cart__empty{color:#033327;font-size:1.5rem;font-weight:700;left:50%;position:absolute;text-align:center;top:40%;transform:translate(-50%,-50%);width:80%}.mini-cart__hr{background:#b5b7ba;border:none;height:1px;margin:.7em 0}.mini-cart__buttons{margin-top:1.5em}.mini-cart__to-cart,.mini-cart__to-checkout{font-size:.75rem;height:38px}@media screen and (min-width:768px){.mini-cart,.mini-cart__to-cart,.mini-cart__to-checkout{font-size:.9rem}}.mini-cart-row{margin:0;padding:20px 0}.mini-cart-row+.mini-cart-row{border-top:1px solid #dee2e6}.mini-cart-row__figure{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden}.mini-cart-row__name{font:inherit;font-weight:700;margin:0}.mini-cart-row__name a{--bs-link-color:var(--bs-body-color);text-decoration:none}.mini-cart-row__name a:hover{text-decoration:underline}.mini-cart-row__price{white-space:nowrap}.mini-cart-row__quantity{margin-top:.7rem}.mini-cart-row__remove{--bs-link-color:#495057;--bs-link-hover-color:#dc3545;-webkit-appearance:none;-moz-appearance:none;background:none;border:none;color:var(--bs-link-color);font-size:.8125rem;margin:.6em -.3em 0;padding:0 .3em}.mini-cart-row__remove:focus{box-shadow:none}.mini-cart-row__remove:hover{color:var(--bs-link-hover-color);text-decoration:underline}.login-form{max-width:380px}.login-form__title{font-size:2.5em;margin-bottom:.7em}.quantity-selector{display:inline-grid;grid-template-columns:var(--tx-quantity-selector-size) auto var(--tx-quantity-selector-size);max-width:280px;width:100%}.quantity-selector__button,.quantity-selector__input{font-size:max(var(--tx-quantity-selector-size)*.4,1rem);font-weight:700;position:relative}.quantity-selector__button:focus,.quantity-selector__button:focus-visible,.quantity-selector__input:focus,.quantity-selector__input:focus-visible{z-index:2}.quantity-selector__button{transition:all .15s;width:var(--tx-quantity-selector-size)}.quantity-selector__button,.quantity-selector__input{flex:0 0 auto;height:var(--tx-quantity-selector-size);padding:0}.quantity-selector__input{-moz-appearance:textfield;border:none;border-radius:0;text-align:center;width:100%}.quantity-selector__input,.quantity-selector__input:disabled{background:none}.quantity-selector__input::-webkit-inner-spin-button,.quantity-selector__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-selector .icon{height:calc(var(--tx-quantity-selector-size)*.5);width:calc(var(--tx-quantity-selector-size)*.5)}.block-header{margin:auto;max-width:800px;text-align:center}.nested-block .block-header{margin:0;text-align:left}.news-block .block-header,.product-list-block .block-header{margin:0;max-width:none;text-align:left;width:100%}.block-header:first-child{margin-bottom:2em}@media screen and (min-width:1024px){.block-header:first-child{margin-bottom:3em}[class*=col-]>.block-header{margin-bottom:0;position:relative;text-align:left}}.block-header__title:last-child{margin-bottom:0}.block-header__intro{font-size:1.1em}@media screen and (min-width:1024px){.block-header__intro{font-size:1.2em}}.footer-social{--tx-icon-size:32px;gap:calc(var(--tx-icon-size)*.7)}.footer-social__link{padding:.5em}.footer-social__link:hover{opacity:.7}.footer-social .icon--facebook{background-image:url(/ui/images/f517c75becff7e7d77e8.svg?fill=%23fff)}.footer-social .icon--facebook:after{content:url(/ui/images/ddfe31937cc3ed0b5077.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.footer-social .icon--instagram{background-image:url(/ui/images/7aedfb82255ea7983379.svg?fill=%23fff)}.footer-social .icon--instagram:after{content:url(/ui/images/f662e593ed52d0b34b61.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.footer-social .icon--snapchat{background-image:url(/ui/images/571d5d577d3ea7aba383.svg?fill=%23fff)}.footer-social .icon--snapchat:after{content:url(/ui/images/87cf5797ed7a0321e014.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.footer-social .icon--pinterest{background-image:url(/ui/images/31a710490705f5abb05f.svg?fill=%23fff)}.footer-social .icon--pinterest:after{content:url(/ui/images/d32c79fb6deef5664e8b.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.footer-social .icon--linkedin{background-image:url(/ui/images/3cda8a33239c147c97e4.svg?fill=%23fff)}.footer-social .icon--linkedin:after{content:url(/ui/images/72ffa7187c48b0811882.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.footer-social .icon--youtube{background-image:url(/ui/images/ab60112dd8323514d020.svg?fill=%23fff)}.footer-social .icon--youtube:after{content:url(/ui/images/575132fbe34abe51b409.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.footer-social .icon--x{background-image:url(/ui/images/65b5a6f196638af67a38.svg?fill=%23fff)}.footer-social .icon--x:after{content:url(/ui/images/c6641f5743891d095c36.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.footer-social .icon--tiktok{background-image:url(/ui/images/9f9c2a3f2a17fab91837.svg?fill=%23fff)}.footer-social .icon--tiktok:after{content:url(/ui/images/965aef0d4fe688c029e5.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.footer-social .icon--vimeo{background-image:url(/ui/images/cad1e5ac9f600186db0a.svg?fill=%23fff)}.footer-social .icon--vimeo:after{content:url(/ui/images/135aaee67a1a68d4a8d9.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}@media screen and (min-width:1024px){.footer-social{--tx-icon-size:26px}}.variant-selector{--selector-height:50px;border-top:1px solid var(--bs-border-color);color:#6c757d;cursor:pointer;display:flex;flex-direction:column;height:var(--selector-height);margin-bottom:2em;position:relative}.variant-selector:after{background-image:url(/ui/images/9656af7332650f86243d.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 30%;content:"";height:var(--selector-height);position:absolute;right:0;top:0;transition:all .15s;width:var(--selector-height);z-index:2}.variant-selector:focus:after{transform:rotate(90deg)}.variant-selector__option{align-items:center;background:#fff;border:1px solid var(--bs-border-color);border-top:0;box-sizing:border-box;display:flex;min-height:var(--selector-height);order:2;overflow:hidden;padding-left:20px;padding-right:var(--selector-height);pointer-events:none;position:absolute;top:0;white-space:nowrap;width:100%;z-index:1}input:not(:disabled)+.variant-selector__option:hover{background:#f6f6f6;cursor:pointer}.variant-selector__input{left:0;opacity:1;position:absolute;top:0}.variant-selector:focus .variant-selector__option{pointer-events:all;position:relative}.variant-selector__input:checked+.variant-selector__option{border-top:none;order:2;position:relative;z-index:2}.variant-selector:focus .variant-selector__input:checked+.variant-selector__option{font-weight:700}.buy-button{align-items:center;display:inline-flex;height:var(--tx-quantity-selector-size);justify-content:center;max-width:16ch;padding:0 var(--tx-quantity-selector-size);white-space:nowrap;width:auto}.product-item .buy-button{flex:1 1 auto;padding:0}.buy-button .icon{filter:brightness(0) invert(1)}.filter-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:3rem}.filter-tags__item{align-items:center;background:#fff;border:1px solid #041a30;border-radius:200px;color:#041a30;display:flex;font-weight:600;height:40px;padding:0 15px;text-decoration:none!important;transition:all .15s}@media screen and (min-width:768px){.filter-tags__item{padding:0 20px}}.filter-tags__item--active,.filter-tags__item:hover{background:#001e3c;color:#fff}.modal{left:50%;max-width:500px;padding:0;position:fixed;top:50%;transform:translate(-50%,-50%);width:100%;z-index:1000}.modal__inner{-ms-overflow-style:none;background:#fff;border-radius:.625rem;max-height:90vh;overflow:auto;padding:20px;scrollbar-width:none}.modal__inner::-webkit-scrollbar{display:none}@media screen and (min-width:768px){.modal__inner{padding:40px}}.modal__close{background:none;border:none;position:absolute;right:2em;top:2em}.modal__close i{height:1em;width:1em}.slide-in-modal{--slide-in-modal-padding:20px;--slide-in-modal-content-padding:var(--slide-in-modal-padding);animation:slide-in-modal-right .2s;background:#fff;display:flex;flex-direction:column;font-size:.85rem;height:100%;max-width:480px;overflow:auto;position:fixed;top:0;transition:all .2s;width:100%;z-index:1001}.slide-in-modal--from-left{animation-name:slide-in-modal-left}.slide-in-modal__header{padding:var(--slide-in-modal-padding) var(--slide-in-modal-padding) 0}.slide-in-modal__title{font-size:1.5em}.slide-in-modal__title:last-child{margin-bottom:0}.slide-in-modal__close{--bs-link-color:$body-color;-webkit-appearance:none;-moz-appearance:none;background:none;border:none;font-size:0;line-height:0;margin:.1rem -.3rem -.3rem;padding:.3rem}.slide-in-modal__close:focus{box-shadow:none}.slide-in-modal__close:before{background-image:url(/ui/images/ec802d3a873316bfb4b2.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 90%;content:"";display:block;height:1.4rem;width:1.4rem}.slide-in-modal__content{display:flex;flex-direction:column;height:100%;padding:var(--slide-in-modal-padding)}@media screen and (min-width:768px){.slide-in-modal{--slide-in-modal-padding:30px}}@keyframes slide-in-modal-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-modal-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}.saved-list-modal{--slide-in-modal-padding:20px;--slide-in-modal-content-padding:var(--slide-in-modal-padding);animation:slide-in-modal-top .2s;display:flex;flex-direction:column;font-size:.85rem;height:fit-content;left:50%;max-width:1440px;position:fixed;top:var(--tx-header-height);transform:translate(-50%);transition:all .2s;width:100%;z-index:1001}.saved-list-modal__container{background:#efefef;border:1px solid #001e3c;border-top:none}.saved-list-modal__header{padding:var(--slide-in-modal-padding) var(--slide-in-modal-padding) 0;position:relative}.saved-list-modal__header-col{align-items:center;display:flex}.saved-list-modal__title{font-size:1.5em;margin:0;padding-right:24px}.saved-list-modal__title:last-child{margin-bottom:0}.saved-list-modal__close{--bs-link-color:$body-color;-webkit-appearance:none;-moz-appearance:none;background:none;border:none;font-size:1rem;line-height:1em;margin:15px 0 0;padding:0 24px 0 0}.saved-list-modal__close:focus{box-shadow:none}.saved-list-modal__close:hover{text-decoration:underline}.saved-list-modal__close:before{background-image:url(/ui/images/ec802d3a873316bfb4b2.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 90%;content:"";display:block;height:.8rem;position:absolute;right:30px;top:47px;width:.8rem}.saved-list-modal__content{margin-top:var(--slide-in-modal-padding);max-height:680px;overflow:auto;padding:0 var(--slide-in-modal-padding) var(--slide-in-modal-padding)}@media screen and (min-width:768px){.saved-list-modal{--slide-in-modal-padding:30px}}@keyframes slide-in-modal-top{0%{transform:translate(-50%,-100%)}to{transform:translate(-50%)}}.products-result-list{display:grid;gap:15px 15px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}@media screen and (min-width:1024px){.products-result-list{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));max-height:570px;overflow-y:auto}}.quick-search-result .products-result-list{margin:24px 0;padding:0 20px}.products-result-list .product{--bs-link-color:$belos-darkblue;--bs-link-hover-color:$belos-darkblue;background:#0000;padding:0}.products-result-list .product__image-link:hover{text-decoration:none}.products-result-list .addToSavedIcon{cursor:pointer;margin:10px;position:absolute;width:fit-content;z-index:100}.products-result-list .addToSavedIcon.hidden{display:none}.products-result-list__item{display:flex;flex-direction:column;position:relative}.products-result-list__item .product__figure{background-color:#fff;padding:15px}.products-result-list__item__name{font-size:1.125rem;line-height:1.4em;margin-top:4px}.video__play-pause{align-items:center;background-color:#0000;border-radius:50%;bottom:20px;display:flex;height:44px;justify-content:center;position:absolute;right:20px;width:44px;z-index:1}.video__btn--dark{border:2px solid #011712}.video__btn--light{border:2px solid #fff}.product-functions-box{background:#efefef;font-size:1.125rem;font-weight:500;line-height:1.5625rem;margin-top:1em;padding:1.6em 1em}@media screen and (min-width:1024px){.product-functions-box{padding:5.6em 7em}}.product-functions-box .h3,.product-functions-box h3{font-size:26px}.product-functions-box ul{-moz-column-count:1;-webkit-column-count:1;column-count:1;-moz-column-gap:5rem;-webkit-column-gap:5rem;column-gap:5rem;margin-bottom:0}@media screen and (min-width:768px){.product-functions-box ul{-moz-column-count:2;-webkit-column-count:2;column-count:2}}.product-variant-info-table{padding-top:4rem;width:100%}.product-variant-info-table table{border-collapse:collapse}.product-variant-info-table table tr:nth-of-type(2n){background-color:#fff}.product-variant-info-table table tr:nth-of-type(odd){background-color:#f3f3f3}.product-variant-info-table table tr td,.product-variant-info-table table tr th{border:2px solid #fff;border-bottom:none;border-top:none;box-shadow:none;padding:5px 8px}.product-variant-info-table table tr td:first-child,.product-variant-info-table table tr th:first-child{border-left:none}.product-variant-info-table table tr td:last-child,.product-variant-info-table table tr th:last-child{border-right:none}.product-variant-info-table table tr th{background-color:var(--tx-belos-dark-color);border-bottom:2px solid #fff;color:#fff}.product-blueprint-box{padding-top:4rem;width:100%}.product-blueprint-box--columns{align-items:center;display:flex;flex-direction:column}.product-blueprint-box--columns .product-blueprint-box__picture{display:flex;min-height:100%;width:100%}@media screen and (min-width:768px){.product-blueprint-box--columns{flex-direction:row}.product-blueprint-box--columns .product-blueprint-box__picture{max-width:50%}}@media screen and (min-width:1024px){.product-blueprint-box--columns .product-blueprint-box__picture{max-width:60%}}.product-blueprint-box__picture{display:flex;justify-content:center;min-height:100%;width:100%}.product-blueprint-box__image{height:auto}.product-blueprint-box--text{line-height:22.5px;padding-left:0;padding-top:2rem}@media screen and (min-width:768px){.product-blueprint-box--text{flex:2;padding-left:4rem}}.product-blueprint-box .h3,.product-blueprint-box h3{font-size:20px}@media screen and (min-width:768px){.product-blueprint-box .h3,.product-blueprint-box h3{font-size:26px;margin-bottom:20px}}.product-document-box{display:flex;flex-direction:column;overflow:hidden;padding-top:4rem;width:100%}.product-document-box>.row{--bs-gutter-x:36px}@media screen and (max-width:767px){.product-document-box>.row>div{margin-top:24px}.product-document-box>.row>div:first-child{margin-top:0}}.product-document-box--title{background-color:#efefef;font-size:1.625rem;line-height:1.07;padding:13px 16px}.product-document-box--content{display:block}.split-columns{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.product-document-box--item{align-items:center;display:flex;margin-bottom:10px}.product-document-box--item:last-child{margin-bottom:0}.product-document-box--item>img{margin-right:2px}.belos-button{align-items:center;border-radius:80px;cursor:pointer;display:inline-flex;font-family:Urbanist;font-size:16px;font-style:normal;font-weight:600;justify-content:center;letter-spacing:.3px;line-height:normal}.induflow .belos-button{--tx-belos-dark-color:#333;--tx-belos-primary-color:#257bb1;--tx-belos-primary-dark-color:#333}.belos-button__white{background:#fff;border:1px solid var(--tx-belos-dark-color);color:var(--tx-belos-dark-color);padding:12px 24px 12px 34px;transition:all .15s}.belos-button__white:after{background-image:url(/ui/images/e148fc00f7979f91480b.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 90%;content:"";height:1.5em;margin-left:auto;padding-left:0;transition:all .15s;width:1.5em}.belos-button__white:hover{color:var(--tx-belos-dark-color);text-decoration:none;transition:all .15s}.belos-button__white:hover:after{margin-left:5px;transition:all .15s}.belos-button__filter{background:#fff;border:1px solid var(--tx-belos-dark-color);color:var(--tx-belos-dark-color);padding:10px 17px;transition:all .15s}.belos-button__filter:after{background-image:url(/ui/images/5227e0f37585a34c1b54.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 90%;content:"";height:1.5em;margin-left:auto;padding-left:0;transition:all .15s;width:1.5em}.belos-button__filter:hover{background:var(--tx-belos-dark-color);color:#fff;text-decoration:none;transition:all .15s}.belos-button__filter:hover:after{background-image:url(/ui/images/a8db24234416ea10eb0c.svg);transition:all .15s}.belos-button__primary,.belos-button__small-primary{background:var(--tx-belos-primary-color);border:1px solid var(--tx-belos-primary-color);color:#fff;transition:all .15s}.belos-button__primary:hover,.belos-button__small-primary:hover{background:var(--tx-belos-primary-dark-color);border-color:var(--tx-belos-primary-dark-color);color:#fff;text-decoration:none}.belos-button__primary{padding:13px 34px}.belos-button__small-primary{padding:8px 17px}.belos-button__outline{background:#fff;border:1px solid var(--tx-belos-dark-color);color:var(--tx-belos-dark-color);padding:12px 24px 12px 34px;transition:all .15s}.belos-button__outline:after{background-image:url(/ui/images/e148fc00f7979f91480b.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 90%;content:"";height:1.5em;margin-left:auto;padding-left:0;transition:all .15s;width:1.5em}.belos-button__outline:hover{background:var(--tx-belos-dark-color);color:#fff;text-decoration:none;transition:all .15s}.block--bg-dark .belos-button__outline:hover,.block--bg-primary .belos-button__outline:hover,.block--bg-secondary .belos-button__outline:hover{background:none;border:1px solid #fff}.belos-button__outline:hover:after{background-image:url(/ui/images/853309a16a9c36b69dec.svg);background-position:10px 50%;transition:all .15s}.belos-button__no-outline{--bs-link-color:var(--tx-belos-dark-color);--bs-link-hover-color:var(--tx-belos-dark-color);background:#fff;padding:12px 24px 12px 34px;transition:all .15s}.belos-button__no-outline:after{background-image:url(/ui/images/e148fc00f7979f91480b.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 90%;content:"";height:1.5em;margin-left:auto;padding-left:0;transition:all .15s;width:1.5em}.belos-button__no-outline:hover{text-decoration:none;transition:all .15s}.belos-button__no-outline:hover:after{margin-left:5px;transition:all .15s}.belos-button__text{--bs-link-color:var(--tx-belos-dark-color);--bs-link-hover-color:var(--tx-belos-dark-color);padding:12px 0;transition:all .15s}.belos-button__text:after{background-image:url(/ui/images/e148fc00f7979f91480b.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 90%;content:"";height:1.5em;margin-left:auto;padding-left:0;transition:all .15s;width:1.5em}.block .nested-block--bg-dark .belos-button__text,.block .nested-block--bg-primary .belos-button__text,.block .nested-block--bg-secondary .belos-button__text,.block--bg-dark .belos-button__text,.block--bg-primary .belos-button__text,.block--bg-secondary .belos-button__text{--bs-link-color:$white;--bs-link-hover-color:$white}.block .nested-block--bg-dark .belos-button__text:after,.block .nested-block--bg-primary .belos-button__text:after,.block .nested-block--bg-secondary .belos-button__text:after,.block--bg-dark .belos-button__text:after,.block--bg-primary .belos-button__text:after,.block--bg-secondary .belos-button__text:after{background-image:url(/ui/images/853309a16a9c36b69dec.svg)}.block .nested-block--bg-light .belos-button__text{--bs-link-color:var(--tx-belos-dark-color);--bs-link-hover-color:var(--tx-belos-dark-color)}.block .nested-block--bg-light .belos-button__text:after{background-image:url(/ui/images/e148fc00f7979f91480b.svg)}.belos-button__text:hover{text-decoration:none;transition:all .15s}.belos-button__text:hover:after{margin-left:5px;transition:all .15s}.belos-button__download{background:#efefef;border:1px solid var(--tx-belos-dark-color);color:var(--tx-belos-dark-color);padding:12px 24px;transition:all .15s}.belos-button__download:after{background-image:url(/ui/images/302533173926236ce8f3.svg);content:"";height:20px;width:20px}.belos-button__download:hover{background-color:var(--tx-belos-dark-color);color:#fff;transition:all .15s}.belos-button__download:hover:after{filter:brightness(0) invert(1);margin-left:5px;transition:all .15s}.belos-button__download.is-downloading:after{display:none}@media screen and (max-width:767px){.search-result__container>div:first-child{order:2}.search-result__container>div:last-child{order:1}}.search-result__other-results{background:#fff;height:100%;margin-left:0;padding:var(--bs-gutter-x) calc(var(--bs-gutter-x)/2);width:100%}@media screen and (max-width:767px){.search-result__other-results{display:flex;gap:var(--bs-gutter-x);height:auto;margin-bottom:var(--bs-gutter-x)}.search-result__other-results>div{width:calc(50% - var(--bs-gutter-x)/2)}}@media screen and (min-width:768px){.search-result__other-results{padding:var(--bs-gutter-x)}}@media screen and (min-width:1024px){.search-result__other-results{--tx-product-grid-gap:var(--tx-product-grid-gap)}}@media screen and (min-width:768px){.search-result__other-results div+div{margin-top:2em}}.search-result__other-results ul{list-style:none;margin:0;padding:0}.search-result .pagination{margin-top:6em}.copy-element--copied{position:relative}.copy-feedback{background-color:#fff;border:1px solid #001e3c;border-radius:4px;left:50%;padding:0 10px;position:absolute;top:-24px;transform:translateX(-50%)}.material-table{padding-top:4rem;width:100%}.material-table table{border-collapse:collapse}.material-table table tr{background-color:#fff}.material-table table tr td,.material-table table tr th{border:2px solid #fff;border-bottom:none;border-top:none;box-shadow:none;padding:5px 8px}.material-table table tr td:first-child,.material-table table tr th:first-child{border-left:none}.material-table table tr td:last-child,.material-table table tr th:last-child{border-right:none}.material-table table tr th{background-color:#efefef;border-bottom:2px solid #fff;white-space:break-spaces;width:30%}@media screen and (min-width:1024px){.material-table table tr th{width:300px}}.material-table table tr th.material-table__heading{background-color:var(--tx-belos-dark-color);color:#fff;white-space:nowrap;width:100%!important}.material-table table tr td{background-color:#f8f8f8;border-bottom:2px solid #fff;color:#000;font-size:.9375rem;padding-left:2rem}.material-table table tr td ul{margin-left:-2rem}.my-pages-module{background:#f6f6f6;font-size:.8rem;overflow-x:hidden;overflow-y:auto;padding:25px 20px;transition:height .2s}.my-pages-module+.my-pages-module{margin-top:1rem}@media screen and (min-width:1024px){.my-pages-module+.my-pages-module{margin-top:2rem}}.my-pages-module__title{border-bottom:1px solid #e9ecef;font-size:1.4em;margin-bottom:.8em;padding-bottom:.5em}.my-pages-module__wrapper{align-items:flex-end;display:flex;flex-wrap:wrap;gap:40px;width:100%}@media screen and (min-width:1600px){.my-pages-module__wrapper{flex-wrap:nowrap;gap:100px}}.my-pages-module__content{flex:0 0 100%}@media screen and (min-width:1200px){.my-pages-module__content{flex:1 1 auto}}.my-pages-module__buttons{display:flex;flex:0 0 100%;justify-content:flex-end}@media screen and (min-width:1600px){.my-pages-module__buttons{flex:0 0 40%}}.my-pages-module__button{flex:0 0 180px;margin-left:auto}.my-pages-module__button+.my-pages-module__button{margin-left:1.5em}.my-pages-module .form-group{margin-bottom:0}.my-pages-module dl{margin:0}.my-pages-module dl dt:after{content:": "}.my-pages-module dl dd{margin:0 0 .7em}.my-pages-module dl dd:last-child{margin-bottom:0}@media screen and (min-width:576px){.my-pages-module dl dd{margin:0}.my-pages-module dl{column-gap:1em;display:grid;grid-template-columns:25ch auto}}@media screen and (max-width:1023px){.my-pages-module{margin-left:-.75rem;margin-right:-.75rem}}@media screen and (min-width:1200px){.my-pages-module{font-size:.9rem;padding:35px 30px}}.my-pages-navigation{margin-bottom:2em}.my-pages-navigation__toggle{align-items:center;-webkit-appearance:none;-moz-appearance:none;background:none;background:#f6f6f6;border:none;display:flex;font-weight:700;height:44px;margin:0;margin:0 calc(var(--bs-gutter-x)/-2);padding:0;padding:0 calc(var(--bs-gutter-x)/2);text-align:left;width:calc(100% + var(--bs-gutter-x))}.my-pages-navigation__toggle:focus{box-shadow:none}.my-pages-navigation__toggle--open:after{transform:rotate(270deg)!important}.my-pages-navigation__toggle:after{background-image:url(/ui/images/9656af7332650f86243d.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 90%;content:"";height:1.5em;margin-left:auto;transform:rotate(90deg);transition:all .15s;width:1.5em}.my-pages-navigation__list{list-style-type:none;margin:0;padding:0}.my-pages-navigation__toggle+.my-pages-navigation__list{margin-left:calc(var(--bs-gutter-x)/-2);margin-right:calc(var(--bs-gutter-x)/-2);max-height:0;overflow:hidden;transition:all .2s}.my-pages-navigation__toggle+.my-pages-navigation__list--open{margin-top:3px;max-height:1000px}.my-pages-navigation__toggle+.my-pages-navigation__list .my-pages-navigation__link{padding-left:calc(var(--bs-gutter-x)/2);padding-right:calc(var(--bs-gutter-x)/2)}.my-pages-navigation__item--selected{font-weight:700}.my-pages-navigation__link{color:inherit;display:block;padding:.7em 0;position:relative}@media screen and (max-width:1023px){.my-pages-block{padding-top:0}}.my-pages-title{border-bottom:1px solid #e9ecef;height:4rem;margin-bottom:1em;padding-bottom:.5em}.my-pages-table{background:#fff;font-size:.85rem;width:100%}.my-pages-table--striped .my-pages-table--striped tbody tr:nth-child(2n){background:#ecfaff}.my-pages-table thead tr{background:#002a38;color:#fff}.my-pages-table tbody tr+tr{border-top:1px solid #e9ecef}.my-pages-table td,.my-pages-table th{padding:.5rem .7rem}.banner-block+.banner-block{margin-top:2em}.banner-block__content{padding:20px 0 0}.block--has-bg .banner-block__content{padding:20px 0 25px}@media screen and (min-width:768px){.banner-block__content{padding:30px 0 0}.block--has-bg .banner-block__content{padding:30px 0 35px}}@media screen and (min-width:1024px){.block--has-bg .banner-block__content{padding:30px 30px 35px}}.banner-block__figure-link{display:block;width:100%}.banner-block__figure{background:#000;overflow:hidden;width:100%}.banner-block__image{display:block;object-fit:cover;transition:transform .15s;width:100%}a[href]:hover .banner-block__image{transform:scale(1.05)}.banner-block__title{font-size:1.4em;line-height:1.1em;margin-bottom:.5em;max-width:500px}.banner-block__intro{max-width:500px}.banner-block__intro:last-child{margin-bottom:0}.main-navigation .banner-block{margin-bottom:2em;max-width:100%;min-width:0}@media screen and (min-width:1024px){.banner-block{align-items:center;display:flex;flex-direction:column;text-align:center}}.call-to-action-block{position:relative}.call-to-action-block+.call-to-action-block{margin-top:var(--tx-content-column-spacing-y)}.call-to-action-block__link{display:block;height:100%;overflow:hidden;position:relative}.call-to-action-block__link:focus-visible{outline-color:#000}.call-to-action-block__link,.call-to-action-block__link:hover{text-decoration:none}.call-to-action-block__figure{background:#000;display:block;height:100%;margin:0;overflow:hidden}.nested-block--bg-overlay .call-to-action-block__figure:before{background:radial-gradient(circle at left bottom,#0006,#0009);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:2}.call-to-action-block__image{animation:fadeIn .2s;display:block;height:100%;object-fit:cover;transition:transform .4s;width:100%}a[href]:hover .call-to-action-block__image{transform:scale(1.1)}.call-to-action-block__content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:40px 30px;text-align:center;z-index:3}.nested-block--has-bg-image .call-to-action-block__content{left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.call-to-action-block__title{font-size:1.625rem;margin-left:auto;margin-right:auto;max-width:22ch}.call-to-action-block__title:last-child{margin-bottom:0}a[href]:hover .call-to-action-block__title{text-decoration:underline}@media screen and (min-width:768px){.call-to-action-block__title{font-size:2rem}}@media screen and (min-width:1024px){.call-to-action-block__title{font-size:2.5rem}}.call-to-action-block__button{margin-top:20px}.contact-person-block .block-header{margin-left:0;text-align:left}.contact-person-block .block-header:after{background:#000;content:"";height:1px;margin:15px 0;position:absolute;width:45%}.hero-slider-block{padding:0!important}.header--hero-first+.main-content .hero-slider-block{order:1}.hero-block{align-items:center;display:flex;flex:0 0 auto}.hero-block--search-on-hero{z-index:99}.hero-block.block--s-small{min-height:180px}.hero-block.block--s-medium{min-height:250px}.hero-block.block--s-large{min-height:360px}@media screen and (min-width:768px){.hero-block.block--s-small{min-height:240px}.hero-block.block--s-medium{min-height:320px}.hero-block.block--s-large{min-height:380px}}@media screen and (min-width:1024px){.hero-block.block--s-small{height:20vw;min-height:320px}.hero-block.block--s-medium{height:28vw;max-height:600px;min-height:400px}.hero-block.block--s-large{height:35vw;max-height:800px;min-height:500px}}@media screen and (min-width:1200px){.hero-block.block--s-large{min-height:600px}}.hero-slider-block .hero-block{margin-left:0!important;margin-right:0!important}@media screen and (min-width:768px){.hero-slider-block .hero-block{padding-left:80px;padding-right:80px}}.hero-block__container{color:var(--bs-body-color);display:flex}.hero-slider-block .hero-block__container{padding-bottom:40px}.block--ha-center .hero-block__content{margin:auto;text-align:center}.block--ha-right .hero-block__content{margin-left:auto;text-align:right}@media screen and (min-width:1024px){.hero-block__content{max-width:800px}}@media screen and (min-width:1200px){.hero-block__content{max-width:600px}}.hero-block__content .belos-button{margin:12px 0 0}.hero-block__title{font-size:3.438rem;line-height:1.05em;margin-bottom:.4em}.hero-block__title:last-child{margin-bottom:0}@media screen and (max-width:1023px){.hero-block__title{font-size:2.188rem}}.hero-block__intro{font-size:18px;font-weight:500;line-height:25px}.hero-block__intro:last-child{margin-bottom:0}@media screen and (min-width:1024px){.hero-block__intro--large{font-size:1.4em}}.header--hero-first~.main-content>.breadcrumbs:first-child+.hero-block,.header--hero-first~.main-content>.breadcrumbs:first-child+.newsheroblock,.header--hero-first~.main-content>.hero-block:first-child,.header--hero-first~.main-content>.newsheroblock:first-child{padding-top:calc(var(--tx-block-padding-y) + 28px)}@media screen and (max-width:1023px){.header--hero-first~.main-content>.breadcrumbs:first-child+.hero-block,.header--hero-first~.main-content>.breadcrumbs:first-child+.newsheroblock,.header--hero-first~.main-content>.hero-block:first-child,.header--hero-first~.main-content>.newsheroblock:first-child{padding-top:calc(var(--tx-block-padding-y) + 128px)}}.breadcrumbs+.hero-block,.breadcrumbs+.newsheroblock{order:1}@media screen and (max-width:767px){.block--overlap-image .image-content-block__image-column,.image-content-block.block--has-bg{padding:0}}@media screen and (min-width:768px){.block--image-right .image-content-block__image-column{order:2}}.image-content-block__content{color:var(--bs-body-color);display:flex;flex-direction:column;font-size:.9375rem;justify-content:flex-end}.image-content-block__content--bg-transparent{background:#0000}.image-content-block__content--bg-primary{background:#001e3c}.image-content-block__content--bg-secondary{background:#3f6f88}.image-content-block__content--bg-light{background:#efefef}.image-content-block__content--bg-dark{background:#041a30}.image-content-block__content[class*="--bg"]{min-height:100%;padding:1.875rem}@media screen and (max-width:767px){.image-content-block__content[class*="--bg"]{padding:1.25rem}}.image-content-block__content p:last-child{margin-bottom:0}@media screen and (min-width:1024px){.image-content-block__content{font-size:1rem}}.image-content-block__picture{background:#000;display:flex;min-height:100%}.image-content-block__image{width:100%}@media screen and (max-width:1023px){.image-content-block .container,.image-content-block .row{--bs-gutter-x:20px}}.image-block{text-align:center}.image-block__link{display:inline-block}@media screen and (min-width:1024px){.news-block .news-list{flex-wrap:nowrap;overflow:auto}}.news-block .news-list__button{margin-top:2em}.product-list-block{overflow:hidden;padding:60px 0!important}.product-list-block:not(.block--has-bg)+.block:not(.block--has-bg),.product-list-block:not(.block--has-bg)+.product-list-block:not(.block--has-bg){padding-top:0!important}.product-list-block .product-list{justify-content:center}.text-block .h2,.text-block h2,.text-columns-block .h2,.text-columns-block h2{font-size:26px}.text-block p:last-child,.text-columns-block p:last-child{margin-bottom:0}.block--ha-center.text-columns-block,.nested-block--ha-center.text-columns-block,.text-block.block--ha-center,.text-block.nested-block--ha-center{text-align:center}.block--ha-right.text-columns-block,.nested-block--ha-right.text-columns-block,.text-block.block--ha-right,.text-block.nested-block--ha-right{text-align:right}.video-block__video{aspect-ratio:16/9;width:100%}.paragraf-block__container{margin:2em auto;max-width:413px;text-align:center}.paragraf-block.block--ha-left .paragraf-block__container,.paragraf-block.nested-block--ha-left .paragraf-block__container{text-align:left}.paragraf-block.block--ha-right .paragraf-block__container,.paragraf-block.nested-block--ha-right .paragraf-block__container{text-align:right}.paragraf-block__picture{align-items:center;display:flex;height:200px;justify-content:center}.paragraf-block__image{display:block;height:auto;margin:0 auto;max-height:170px;max-width:100%}.contact-info-block{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;justify-content:flex-start}.contact-info-block__container p:last-child{margin-bottom:0}.contact-info-columns-block.block--bg-margin .contact-info-columns-block__row{padding:0 8%}@media screen and (min-width:768px){.contact-info-columns-block.block--bg-margin{margin:0 50px;width:unset}}.contact-info-columns-block__row{align-items:flex-start;display:grid;margin:calc(var(--tx-content-column-spacing-x)*-.3) calc(var(--tx-content-column-spacing-y)*-.3)}.contact-info-columns-block__row>.nested-block{margin-top:0;padding:calc(var(--tx-content-column-spacing-x)*.5) calc(var(--tx-content-column-spacing-y)*.5)}.contact-info-columns-block__row>.nested-block.nested-block--has-bg:not(.nested-block--has-bg-image){margin:calc(var(--tx-content-column-spacing-x)*.5);width:auto}@media screen and (min-width:768px){.block--c-auto .contact-info-columns-block__row{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}.block--c-1-2 .contact-info-columns-block__row{grid-template-columns:1fr 2fr}.block--c-2-1 .contact-info-columns-block__row{grid-template-columns:2fr 1fr}.block--c-3-1 .contact-info-columns-block__row{grid-template-columns:3fr 1fr}.block--c-1-3 .contact-info-columns-block__row{grid-template-columns:1fr 3fr}}.contact-info-columns-block a[href^="mailto:"],.contact-info-columns-block a[href^="tel:"]{background-position:50%;background-position:0 50%;background-repeat:no-repeat;background-size:auto 22px;padding-left:28px}.contact-info-columns-block a[href^="mailto:"]{background-image:url(/ui/images/4bc059b467abe2e4e09b.svg)}.contact-info-columns-block a[href^="tel:"]{background-image:url(/ui/images/05d100f1849116aa6687.svg)}.contact-info-columns-block.block--bg-dark .contact-info-block a[href^="mailto:"],.contact-info-columns-block.block--bg-primary .contact-info-block a[href^="mailto:"],.contact-info-columns-block.block--bg-secondary .contact-info-block a[href^="mailto:"]{background-image:url(/ui/images/8148da5136549b11e7b0.svg)}.contact-info-columns-block.block--bg-dark .contact-info-block a[href^="tel:"],.contact-info-columns-block.block--bg-primary .contact-info-block a[href^="tel:"],.contact-info-columns-block.block--bg-secondary .contact-info-block a[href^="tel:"]{background-image:url(/ui/images/20146349b683558b9a85.svg)}.content-columns-block.block--bg-margin .content-columns-block__row{padding:0 8%}@media screen and (min-width:768px){.content-columns-block.block--bg-margin{margin:0 50px;width:unset}}.content-columns-block__row{align-items:flex-start;display:grid;margin:calc(var(--tx-content-column-spacing-x)*-.3) calc(var(--tx-content-column-spacing-y)*-.3)}.content-columns-block__row>.nested-block{margin-top:0;padding:calc(var(--tx-content-column-spacing-x)*.5) calc(var(--tx-content-column-spacing-y)*.5)}.content-columns-block__row>.nested-block.nested-block--has-bg:not(.nested-block--has-bg-image){margin:calc(var(--tx-content-column-spacing-x)*.5);width:auto}@media screen and (min-width:768px){.block--c-auto .content-columns-block__row{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}.block--c-1-2 .content-columns-block__row{grid-template-columns:1fr 2fr}.block--c-2-1 .content-columns-block__row{grid-template-columns:2fr 1fr}.block--c-3-1 .content-columns-block__row{grid-template-columns:3fr 1fr}.block--c-1-3 .content-columns-block__row{grid-template-columns:1fr 3fr}.block--va-center .content-columns-block__row{align-items:center}.block--va-bottom .content-columns-block__row{align-items:flex-end}.block--ha-center .content-columns-block__row{text-align:center}.block--ha-right .content-columns-block__row{text-align:right}}.content-column-block{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;justify-content:flex-start}.footer-column-block{display:flex;flex-direction:column;gap:1em}.footer-column-block__title{font-size:1.4em}.footer-column-block.nested-block--va-center{justify-content:center}.footer-column-block.nested-block--va-bottom{justify-content:flex-end}.footer-column-block.nested-block--ha-center{align-items:center}.footer-column-block.nested-block--ha-right{align-items:flex-end}.footer-links-block__list{display:flex;flex-direction:column;gap:.5em;list-style-type:none;margin:0;padding:0}.footer-social-media-block{--tx-icon-size:32px}.footer-social-media-block__navigation{display:flex;flex-wrap:wrap;gap:calc(var(--tx-icon-size)*.6);max-width:70%}.nested-block--h-a-center .footer-social-media-block__navigation{justify-content:center}.nested-block--h-a-right .footer-social-media-block__navigation{justify-content:end}.footer-social-media-block__link{display:block;text-decoration:none!important}.footer-social-media-block__link:hover{opacity:.7}@media screen and (min-width:1024px){.footer-social-media-block{--tx-icon-size:26px}}.icon--facebook{background-image:url(/ui/images/f517c75becff7e7d77e8.svg?fill=%23fff)}.icon--facebook:after{content:url(/ui/images/ddfe31937cc3ed0b5077.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.icon--instagram{background-image:url(/ui/images/7aedfb82255ea7983379.svg?fill=%23fff)}.icon--instagram:after{content:url(/ui/images/f662e593ed52d0b34b61.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.icon--snapchat{background-image:url(/ui/images/571d5d577d3ea7aba383.svg?fill=%23fff)}.icon--snapchat:after{content:url(/ui/images/87cf5797ed7a0321e014.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.icon--pinterest{background-image:url(/ui/images/31a710490705f5abb05f.svg?fill=%23fff)}.icon--pinterest:after{content:url(/ui/images/d32c79fb6deef5664e8b.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.icon--linkedin{background-image:url(/ui/images/3cda8a33239c147c97e4.svg?fill=%23fff)}.icon--linkedin:after{content:url(/ui/images/72ffa7187c48b0811882.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.icon--youtube{background-image:url(/ui/images/ab60112dd8323514d020.svg?fill=%23fff)}.icon--youtube:after{content:url(/ui/images/575132fbe34abe51b409.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.icon--x{background-image:url(/ui/images/65b5a6f196638af67a38.svg?fill=%23fff)}.icon--x:after{content:url(/ui/images/c6641f5743891d095c36.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.icon--tiktok{background-image:url(/ui/images/9f9c2a3f2a17fab91837.svg?fill=%23fff)}.icon--tiktok:after{content:url(/ui/images/965aef0d4fe688c029e5.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.icon--vimeo{background-image:url(/ui/images/cad1e5ac9f600186db0a.svg?fill=%23fff)}.icon--vimeo:after{content:url(/ui/images/135aaee67a1a68d4a8d9.svg?fill=#fff);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.newsheroblock{height:444px;padding:0}.newsheroblock .hero-block__container{height:100%}.newsheroblock .row{height:100%;margin:0;width:100%}.newsheroblock .row>div{position:relative}.newsheroblock .hero-block__content{background-color:var(--tx-belos-dark-color);bottom:20px;color:#fff;left:0;max-width:590px;padding:20px;position:absolute;width:100%}@media screen and (min-width:768px){.newsheroblock .hero-block__content{width:590px}}.newsheroblock .hero-block__content .hero-block__title{text-wrap:unset}.newsheroblock .hero-block__content .hero-block__intro{font-size:1rem}.newsheroblock .hero-block__content .h1,.newsheroblock .hero-block__content h1{font-size:2.1875rem}@media screen and (max-width:1023px){.newsheroblock .hero-block__content .h1,.newsheroblock .hero-block__content h1{font-size:1.875rem}}.newsheroblock.block--bg-dark .hero-block__content,.newsheroblock.block--bg-primary .hero-block__content{background-color:#efefef;color:var(--tx-belos-dark-color)}@font-face{font-family:PdfFont;src:url(data:application/octet-stream;base64,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AE0AZQBkAGkAdQBtAFUAcgBiAGEAbgBpAHMAdABSAG8AbQBhAG4ALQBSAGUAZwB1AGwAYQByAFUAcgBiAGEAbgBpAHMAdABSAG8AbQBhAG4ALQBMAGkAZwBoAHQAVQByAGIAYQBuAGkAcwB0AFIAbwBtAGEAbgAtAEUAeAB0AHIAYQBMAGkAZwBoAHQAVQByAGIAYQBuAGkAcwB0AFIAbwBtAGEAbgAtAFQAaABpAG4AQgBsAGEAYwBrAEUAeAB0AHIAYQBCAG8AbABkAEIAbwBsAGQAUwBlAG0AaQBCAG8AbABkAE0AZQBkAGkAdQBtAEwAaQBnAGgAdABFAHgAdAByAGEATABpAGcAaAB0AFQAaABpAG4ASQB0AGEAbABpAGMAVwBlAGkAZwBoAHQAVQByAGIAYQBuAGkAcwB0AFIAbwBtAGEAbgBoAHQAdABwAHMAOgAvAC8AcwBjAHIAaQBwAHQAcwAuAHMAaQBsAC4AbwByAGcALwBPAEYATABUAGgAaQBzACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAgAGkAcwAgAGwAaQBjAGUAbgBzAGUAZAAgAHUAbgBkAGUAcgAgAHQAaABlACAAUwBJAEwAIABPAHAAZQBuACAARgBvAG4AdAAgAEwAaQBjAGUAbgBzAGUALAAgAFYAZQByAHMAaQBvAG4AIAAxAC4AMQAuACAAVABoAGkAcwAgAGwAaQBjAGUAbgBzAGUAIABpAHMAIABhAHYAYQBpAGwAYQBiAGwAZQAgAHcAaQB0AGgAIABhACAARgBBAFEAIABhAHQAOgAgAGgAdAB0AHAAcwA6AC8ALwBzAGMAcgBpAHAAdABzAC4AcwBpAGwALgBvAHIAZwAvAE8ARgBMAGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGMAbwByAGUAeQBoAHUALgBjAG8AbQBVAHIAYgBhAG4AaQBzAHQAIABpAHMAIABhAG4AIABvAHAAZQBuACAAcwBvAHUAcgBjAGUAIABsAG8AdwAtAGMAbwBuAHQAcgBhAHMAdAAsACAAZwBlAG8AbQBlAHQAcgBpAGMAIABzAGEAbgBzACAAcwBlAHIAaQBmACAAaQBuAHMAcABpAHIAZQBkACAAYgB5ACAATQBvAGQAZQByAG4AaQBzAHQAIAB0AHkAcABvAGcAcgBhAHAAaAB5AC4AQwBvAHIAZQB5ACAASAB1AFUAcgBiAGEAbgBpAHMAdAAtAFIAZQBnAHUAbABhAHIAVgBlAHIAcwBpAG8AbgAgADEALgAzADAAMwBVAHIAYgBhAG4AaQBzAHQAIABSAGUAZwB1AGwAYQByADEALgAzADAAMwA7AEsARQBSAE4AOwBVAHIAYgBhAG4AaQBzAHQALQBSAGUAZwB1AGwAYQByAFIAZQBnAHUAbABhAHIAVQByAGIAYQBuAGkAcwB0AEMAbwBwAHkAcgBpAGcAaAB0ACAAMgAwADIAMQAgAFQAaABlACAAVQByAGIAYQBuAGkAcwB0ACAAUAByAG8AagBlAGMAdAAgAEEAdQB0AGgAbwByAHMAIAAoAGgAdAB0AHAAcwA6AC8ALwBnAGkAdABoAHUAYgAuAGMAbwBtAC8AYwBvAHIAZQB5AGgAdQAvAFUAcgBiAGEAbgBpAHMAdAApA+gAZAVJAFAFSQBQBUkAUAVJAFAFSQBQBUkAUAVJAFAFSQBQBUkAUAVJAFAFSQBQBUkAUAVJAFAFSQBQBUkAUAZTAFAGUwBQBFsAeARbAHgFigBQBYoAUAWKAFAFigBQBYoAUAWKAFAFPwB4Ba8AZAU/AHgFPwB4BDAAeAQwAHgEMAB4BDAAeAQwAHgEMAB4BDAAeAQwAHgEMAB4BDAAeAQwAHgEMAB4A78AeAYAAFAGAABQBgAAUAYAAFAGAABQBgAAUAYAAFAE5wB4BOcAeATnAHgBuACWBNsAlgG4AJYBuP/OAbj/0QG4/+0BuP/tAbgAjAG4AIwBuAAbAbj/igG4//kBuP+VAyMAKAMjACgEKgB4BCoAeAQqAHgD6wB4A+sAeAPrAHgD6wB4A+sAeAbpAHgG6QB4BukAeAbpAHgE9wB4BPcAeAT3AHgE9wB4BPcAeAT3AHgE9wB4BgQAUAYEAFAGBABQBgQAUAYEAFAGBABQBgQAUAYEAFAGBABQBgQAUAYEAFAGBABQBgQAUAh5AFAEFwB4BAMAeAYRAFAEWwB4BFsAeARbAHgEWwB4BMQAZATEAGQExABkBMQAZATEAGQExABkBMQAZARpAHgE6wBQBOsAUATrAFAE6wBQBOsAUAUuAHgFLgB4BS4AeAUuAHgFLgB4BS4AeAUuAHgFLgB4BS4AeAUuAHgFLgB4BS4AeAUuAHgFLgB4BS4AeAUuAHgFLgB4BQAALwaYAC8GmAAvBpgALwaYAC8GmAAvBScAPASzADwEswA8BLMAPASzADwEswA8BLMAPASzADwEswA8BQwAUAUMAFAFDABQBQwAUAUMAFAEigA8BIoAPASKADwEigA8BIoAPASKADwEigA8BIoAPASKADwEigA8BIoAPASKADwEigA8BIoAPASKADwG8AAeBvAAHgSzAHgEswB4A/sAPAP7ADwD+wA8A/sAPAP7ADwD+wA8BLMAPARlAFAEswA8BLMAPARdADwEXQA8BF0APARdADwEXQA8BF0APARdADwEXQA8BF0APARdADwEXQA8BF0APAKbADIElwA8BJcAPASXADwElwA8BJcAPASXADwEMAB4BDAAeAQwAHgBfABuAXwAeAF8AHgBfP+wAXz/swF8/88BfP/PAXwAbgF8//0DBgBuAXwAAAF8/9sBfP/OAbn/sAG5/7ABuf+wA9YAeAPWAHgD1gB4AXwAeAF8AHgBfAB4AXwAOgF8AG4G8QB4BvEAeAbxAHgG8QB4BDAAeAQwAHgEMAB4BDAAeAQwAHgEMAB4BDAAeARgADwEYAA8BGAAPARgADwEYAA8BGAAPARgADwEYAA8BGAAPARgADwEYAA8BGAAPARgADwHuAA8BLIAeASyAHgEsgA8AssAeALLAHgCywB4AssAOgNbADIDWwAyA1sAMgNbADIDWwAyA1sAMgNbADIELQB4ArIARwKyAEcCsgBHArIARwKyAEcCsgBHBAgAUAQIAFAECABQBAgAUAQIAFAECABQBAgAUAQIAFAECABQBAgAUAQIAFAECABQBAgAUAQIAFAECABQBAgAUAQIAFAEBAA8BlkAPAZZADwGWQA8BlkAPAZZADwEKQBQBAkAUAQJAFAECQBQBAkAUAQJAFAECQBQBAkAUAQJAFAD9gBQA/YAUAP2AFAD9gBQA/YAUASKADwEYAA8BCEAUASnADwCEgBQBEEAUAPXADwEQwBQBFMARgQ1ADIELQAoBB0AUAQdADwCiABIAacAYAKxAGACLABIAqkAYAKqAFQCqgBgAn0AeAJfAGACkwBEAogASAGnAGACsQBgAiwASAKpAGACqgBUAsIAYAJ9AHgCXwBgApMARAHC/w0GGgBgBhIAYAaXAEgFyABgBk0ASAbLAFQGngB4BLAAAASwAAAD6AAAAeAAAAHgAAABkAAAAAAAAAFoAFABkgBQAWgAUAGaAFAEAwBQAWcAUAFNAFAD6wBQA9EAUAFAAFABdQBQAsEAMgXnAFACwQBQAsEAUANwAHgDiwCTBNgAeAf4AHgE2AB4AoMAeAKDAGQDIwB4AyMAZAIbAHgCGwBkAU8ANQJhADUCiAB4AogAKAEuADwBLgAoA/wAeAQQAGQCoQB4AqEAZAG6AHgCBwBJAP0ASQbDAFAFiQBQA1kAUAQ0AHgHCwBQA+MAPAtwAFACwQBQAaQAjAF8AHgDFQBQAxUAUAREAFAD1wBQBJwAUASPAFAEiQBQBM0ASQSIAFAEiABQA8YAUASIAFAEiABQBIgAUASIAFAEiABQBIgAUASIAFAEiABQBMgAHQTIAEUDzQBQAxEAUASIAFAFwABQA24ATAUAAFADuwBQBQYAUASNAFAEIQBQBQIAUAcDAFAEfwBQBCkAUAVbAFAEKQBQBH4AUAQpAFAFWgBQBCoAUAaUAFAEfwBQA2AAPAZeAHgAAAGQAAABkAAAAPAAAAElAAAAyAAAAA4AAP/8AAAA8AAAAZAAAAEkAAABBgAAAZAAAAGQAAABkQAAASwE/gGQA8EBkALxAPAC8QElA34AyAI1AA4CEf/8BHgA8ARdAZAErAEXBLABBgTDAZED3gEsAZIAKAACAAAAAAAA/5wAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAecAAAAkAMkBAgEDAQQAxwEFAGIBBgEHAK0BCAEJAGMArgCQAQoAJQELACYA/QD/AGQBDAENACcA6QEOAQ8AKABlARAAyAERAMoBEgETAMsBFAEVARYAKQAqAPgBFwEYARkBGgEbACsBHAEdACwBHgDMAR8AzQDOASAA+gEhAM8BIgEjASQALQElAC4BJgEnAC8BKAEpASoBKwAwASwBLQEuADEBLwEwATEBMgEzAGYAMgDQATQA0QE1AGcBNgE3ANMBOAE5AJEArwCwADMA7QA0ADUBOgE7ATwANgE9AOQA+wE+AT8BQAFBADcBQgFDAUQBRQA4ANQBRgFHANUAaAFIAUkBSgFLAUwA1gFNAU4BTwFQAVEAOQA6AVIBUwFUAVUAOwA8AOsBVgC7AVcBWAFZAVoAPQFbAOYBXAFdAEQAaQFeAV8BYABrAWEAbAFiAWMAagFkAWUAbgBtAKABZgBFAWcARgD+AQAAbwFoAWkARwDqAWoBawBIAHABbAByAW0AcwFuAW8AcQFwAXEBcgBJAEoA+QFzAXQBdQF2AEsBdwF4AEwA1wB0AXkAdgB3AXoBewB1AXwBfQF+AX8ATQGAAYEATgGCAYMATwGEAYUBhgGHAFABiAGJAYoAUQGLAYwBjQGOAY8AeABSAHkBkAB7AZEAfAGSAZMAegGUAZUAoQB9ALEAUwDuAFQAVQGWAZcBmABWAZkA5QD8AZoBmwGcAIkAVwGdAZ4BnwGgAaEAWAB+AaIBowCAAIEBpAGlAaYBpwGoAH8BqQGqAasBrAGtAFkAWgGuAa8BsAGxAFsAXADsAbIAugGzAbQBtQG2AF0BtwDnAbgBuQCdAJ4BugATABQAFQAWABcAGAAZABoAGwAcAbsBvAG9Ab4BvwHAAcEBwgHDAcQBxQHGAccByAHJAcoBywHMAc0BzgC8APQA9QD2Ac8B0AHRAdIAAgABAdMAAwHUAdUB1gARAA8AHQAeAKsABACjACIAogDDAIcADQAGABIAPwAQAdcAsgCzAEIACwAMAF4AYAA+AEAAxADFALQAtQC2ALcAqQCqAL4AvwHYAAUACgAjAAkAiACGAIsAigCMAIMAXwDoAIIAwgCEAL0ABwHZAIUAlgAOAO8A8AC4ACAAjwAhAB8AlQCUAJMApwBhAKQAQQHaAJIAnACaAJkApQCYAdsACADGAdwB3QHeAd8B4AHhAeIB4wHkAeUAuQHmAecB6AHpAeoB6wHsAe0B7gHvAfAB8QHyAfMB9AH1AI4A3ABDAI0A3wDYAOEA2wDdANkA2gDeAOAB9gZBYnJldmUHdW5pMUVCNgd1bmkwMUNEB3VuaTFFQUMHdW5pMDFERQd1bmkxRUEwB0FtYWNyb24HQW9nb25lawd1bmkwMUUyB3VuaTFFMDQLQ2NpcmN1bWZsZXgKQ2RvdGFjY2VudAZEY2Fyb24HdW5pMUUwQwZFY2Fyb24HdW5pMUVDNgpFZG90YWNjZW50B3VuaTFFQjgHRW1hY3JvbgdFb2dvbmVrB3VuaTFFQkMGR2Nhcm9uC0djaXJjdW1mbGV4B3VuaTAxMjIKR2RvdGFjY2VudAd1bmkxRTIwC0hjaXJjdW1mbGV4B3VuaTFFMjQCSUoHdW5pMDFDRgd1bmkxRTJFB3VuaTFFQ0EHSW1hY3JvbgdJb2dvbmVrBkl0aWxkZQtKY2lyY3VtZmxleAd1bmkwMUU4B3VuaTAxMzYGTGFjdXRlBkxjYXJvbgd1bmkwMTNCB3VuaTFFMzYHdW5pMUUzRQd1bmkxRTQwB3VuaTFFNDIGTmFjdXRlBk5jYXJvbgd1bmkwMTQ1B3VuaTFFNDQHdW5pMUU0Ngd1bmkwMUQxB3VuaTFFRDgHdW5pMDIyQQd1bmkxRUNDDU9odW5nYXJ1bWxhdXQHT21hY3JvbgZSYWN1dGUGUmNhcm9uB3VuaTAxNTYGU2FjdXRlC1NjaXJjdW1mbGV4B3VuaTAyMTgHdW5pMUU2Mgd1bmkxRTlFBlRjYXJvbgd1bmkwMTYyB3VuaTAyMUEHdW5pMUU2QwZVYnJldmUHdW5pMDFEMwd1bmkwMUQ3B3VuaTAxRDkHdW5pMDFEQgd1bmkwMUQ1B3VuaTFFRTQNVWh1bmdhcnVtbGF1dAdVbWFjcm9uB1VvZ29uZWsFVXJpbmcGVXRpbGRlBldhY3V0ZQtXY2lyY3VtZmxleAlXZGllcmVzaXMGV2dyYXZlC1ljaXJjdW1mbGV4B3VuaTFFRjQGWWdyYXZlB3VuaTAyMzIHdW5pMUVGOAZaYWN1dGUKWmRvdGFjY2VudAd1bmkxRTkyBmFicmV2ZQd1bmkxRUI3B3VuaTAxQ0UHdW5pMUVBRAd1bmkwMURGB3VuaTFFQTEHYW1hY3Jvbgdhb2dvbmVrB3VuaTAxRTMHdW5pMUUwNQtjY2lyY3VtZmxleApjZG90YWNjZW50BmRjYXJvbgd1bmkxRTBEBmVjYXJvbgd1bmkxRUM3CmVkb3RhY2NlbnQHdW5pMUVCOQdlbWFjcm9uB2VvZ29uZWsHdW5pMUVCRAZnY2Fyb24LZ2NpcmN1bWZsZXgKZ2RvdGFjY2VudAd1bmkxRTIxC2hjaXJjdW1mbGV4B3VuaTFFMjUHdW5pMDFEMAd1bmkxRTJGB3VuaTFFQ0ICaWoHaW1hY3Jvbgdpb2dvbmVrBml0aWxkZQd1bmkwMjM3C2pjaXJjdW1mbGV4B3VuaTAxRTkHdW5pMDEzNwZsYWN1dGUGbGNhcm9uB3VuaTAxM0MHdW5pMUUzNwd1bmkxRTNGB3VuaTFFNDEHdW5pMUU0MwZuYWN1dGUGbmNhcm9uB3VuaTAxNDYHdW5pMUU0NQd1bmkxRTQ3B3VuaTAxRDIHdW5pMUVEOQd1bmkwMjJCB3VuaTFFQ0QNb2h1bmdhcnVtbGF1dAdvbWFjcm9uBnJhY3V0ZQZyY2Fyb24HdW5pMDE1NwZzYWN1dGULc2NpcmN1bWZsZXgHdW5pMDIxOQd1bmkxRTYzBnRjYXJvbgd1bmkwMTYzB3VuaTAyMUIHdW5pMUU5Nwd1bmkxRTZEBnVicmV2ZQd1bmkwMUQ0B3VuaTAxRDgHdW5pMDFEQQd1bmkwMURDB3VuaTAxRDYHdW5pMUVFNQ11aHVuZ2FydW1sYXV0B3VtYWNyb24HdW9nb25lawV1cmluZwZ1dGlsZGUGd2FjdXRlC3djaXJjdW1mbGV4CXdkaWVyZXNpcwZ3Z3JhdmULeWNpcmN1bWZsZXgHdW5pMUVGNQZ5Z3JhdmUHdW5pMDIzMwd1bmkxRUY5BnphY3V0ZQp6ZG90YWNjZW50B3VuaTFFOTMHdW5pMDNCQwd1bmkyMDgwB3VuaTIwODEHdW5pMjA4Mgd1bmkyMDgzB3VuaTIwODQHdW5pMjA4NQd1bmkyMDg2B3VuaTIwODcHdW5pMjA4OAd1bmkyMDg5B3VuaTIwNzAHdW5pMDBCOQd1bmkwMEIyB3VuaTAwQjMHdW5pMjA3NAd1bmkyMDc1B3VuaTIwNzYHdW5pMjA3Nwd1bmkyMDc4B3VuaTIwNzkJb25lZWlnaHRoDHRocmVlZWlnaHRocwtmaXZlZWlnaHRocwxzZXZlbmVpZ2h0aHMHdW5pMjAwMgd1bmkwMEEwB3VuaTIwMDkHdW5pMjAwQgd1bmkwMEFEB3VuaTIwMzUERXVybwhlbXB0eXNldAd1bmkwMEI1B2Fycm93dXAHdW5pMjE5NwphcnJvd3JpZ2h0B3VuaTIxOTgJYXJyb3dkb3duB3VuaTIxOTkJYXJyb3dsZWZ0B3VuaTIxOTYJYXJyb3dib3RoCWFycm93dXBkbgd1bmlGRkZEB3VuaTAzMDgHdW5pMDMwNwlncmF2ZWNvbWIJYWN1dGVjb21iB3VuaTAzMEIHdW5pMDMwMgd1bmkwMzBDB3VuaTAzMDYHdW5pMDMwQQl0aWxkZWNvbWIHdW5pMDMwNAxkb3RiZWxvd2NvbWIHdW5pMDMyNgd1bmkwMzI3B3VuaTAzMjgHdW5pMDJCQwABAAAACgAiAEwAAURGTFQACAAEAAAAAP//AAMAAAAB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AiIFQwABAgQD6AABAhQD6AABAwkFQwABAy0EvQABAy0FQwABA0sFQwABAy0D6AABAgID6AABAhEFQAABAe0FRAABAe0GGQABAhEGGQABAi8GGQABAhEEvgABAhEFRAABAi8FRAABAhED6QABAUEF9wABAUEFIgABAhYD6AABAa4FQwABAcwFQwABAa4D6AABAYsFQwABAakFQwABAYsD6AABAk8D6AABAmMD6AABA90D6AABAgwFQwABAjAEvQABAjMFPwABAjQFPwABAjMFQwABAlEFQwABAjMD6AABA6kFPwABA8YFQwABA6gD6AABANwHNwABAL4F3AABAh0G0wABAh0FeAABAPsFQwABAPsD6AABAPwFPwABAL4E+gABAJoFQwABANwGGAABAL4EvQABAL4FQwABANwFQwABAL4D6AABAL8FPwABAjkG7AABAjkFkQABAk0FPwABAkwFQwABAkwD6AABAU4HbAABAi8FPwABAgsFQwABAjAFPwABAi8EvQABAi8FQwABAk0FQwABAmAHbAABAjEFPwABAk4FQwABAjAD6AABAlkHbAABAyMD6QABAlQFPwABAjAFQwABAlQEvQABAlQFQwABAnIFQwABAlQD6AABAocGzwABAoYG0wABAoYFeAABAlkGzwABAjUG0wABAlkGTQABAlkG0wABAncG0wABAlkFeAABApMFeAABAygG0wABA0wGTQABA0wG0wABA2oG0wABA0wFeAABAoAFeAABApcGzwABAnMHqAABApcHqAABArUHqAABApcGTQABApcG0wABArUG0wABApcFeAABAnUFeAABAjQFeAABAmIG0wABAmIFeAABAbUG0wABAdMG0wABAbUFeAABAwkFeAABAgsFeAABBD0FeAABAwIGzwABAt4G0wABAwIGTQABAyAG0wABAnsGzwABAnwGzwABAnsG0wABApkG0wABAnsFeAABA3YGzwABA5MG0wABA3UFeAABAL4FeAABAhUG0wABAhUFeAABAmUG0wABAmUFeAABANwGzwABALgG0wABAN0GzwABAPoHqAABANwGTQABANwG0wABAPoG0wABANwFeAABAnMG0wABAnMFeAABAwMGzwABAwIG0wABAwIFeAABAd8FeAABAhgGzwABAfQG0wABAhkGzwABAhgGTQABAhgG0wABAjYG0wAB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)}.pdf{font-family:PdfFont;line-height:160%;padding:0!important;position:relative}.pdf .container{padding:0 70px}.pdf .h2,.pdf h2{font-size:32px;font-weight:700;margin-top:0}.pdf.induflow th>span{background-color:#333}.pdf-product-sheet{color:#000;font-size:19px;line-height:160%;margin:0}.pdf-product-sheet img{opacity:1!important}.pdf-product-sheet__table{width:auto!important}.pdf-product-sheet__table th>span{font-size:16px}.pdf-product-sheet__hawle-icon{margin-bottom:.5rem}.pdf-product-sheet__heading{font-size:3rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem}.pdf-product-sheet .product-blueprint-box--columns{display:flex;flex-direction:row}.pdf-product-sheet .product-blueprint-box--columns .product-blueprint-box__picture{border-right:2px solid #000;height:100%;max-width:60%}.pdf-product-sheet .product-blueprint-box--columns .product-blueprint-box--text{font-size:1.125rem;max-width:40%;padding:0 50px 0 70px}.pdf-product-sheet .material-table .table,.pdf-product-sheet .product-variant-info-table .table{margin:0 50px!important;width:calc(100% - 100px)}.pdf-product-sheet__info-column{background-color:#f8f8f8;padding:30px}.pdf-product-sheet__info-box{background-color:var(--tx-belos-dark-color);color:#fff;margin:40px 0 20px -40px;padding:30px 30px 30px 40px;width:calc(100% + 90px)}.pdf-product-sheet__info-container p{margin-bottom:0}.pdf-product-sheet__info-description{font-weight:600}.pdf-product-sheet__article-number,.pdf-product-sheet__brand{font-weight:600;margin-right:4px}.pdf-product-sheet__image-container{display:flex;flex-direction:column;margin-top:3rem}.pdf-product-sheet .product-detail__icons{display:flex;flex-direction:row;margin-bottom:24px;margin-top:3rem;position:relative}.pdf-product-sheet .product-detail__icon{height:66px;width:73px}.pdf-product-sheet .product-detail__variant-info-header{background:#f8f8f8;margin-bottom:80px;margin-top:-50px;padding:50px}.pdf-product-sheet .product-detail__dnrsk-container{border:none;border-top:1px solid var(--tx-belos-dark-color);display:flex;flex-direction:row;flex-wrap:wrap;gap:30px 50px;margin:1px 0 0 50px;padding-right:50px;padding-top:40px}.pdf-product-sheet .product-detail__table{border:4px solid #fff}.pdf-product-sheet .description-columns{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-fill:balance;column-fill:balance;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;grid-column:1/-1}.pdf-product-sheet .product-functions-box{font-size:1.3rem;line-height:1.5;margin-top:-10px;padding:80px 50px 70px}.pdf-product-sheet .product-functions-box ul{-webkit-column-count:2;column-count:2}.pdf-product-sheet .product-functions-box .h2,.pdf-product-sheet .product-functions-box h2{font-size:3rem;margin-bottom:3rem}.pdf-product-sheet__blueprint{margin-top:30px}.pdf-product-sheet__blueprint picture{background:#fff}.pdf-product-sheet__blueprint-image{max-height:600px;object-fit:contain}.pdf-product-sheet__first-image{animation:none!important;margin:0;max-height:500px;max-width:500px;object-fit:contain;opacity:1!important}.pdf-product-sheet .page-break{page-break-before:always}.pdf-product-sheet__row{display:grid;gap:0;grid-template-columns:1fr 1fr;justify-content:space-between;margin:0 0 0 50px}.pdf-product-sheet__classification{margin:0 0 0 50px}.pdf-product-sheet__classification .product-detail__classification-container{border-top:1px solid var(--tx-belos-dark-color);line-height:160%;margin-top:2px;padding:2.5rem 0}.pdf-product-sheet .product-blueprint-box__picture{align-items:center;display:flex;justify-content:center;margin:0 auto}.pdf-product-sheet .product-blueprint-box__picture img{max-width:900px}