/*!
 * Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance, 150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, .2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, .1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translate(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translate(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translate(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translate(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: .65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media (hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, .98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, .1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__container::backdrop{background-color:#0000}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translateZ(0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:#0000;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translateZ(0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:#18181b80}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, .6);--f-button-active-bg: rgba(0, 0, 0, .6);--f-button-hover-bg: rgba(0, 0, 0, .6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, .3);--f-button-active-bg: rgba(24, 24, 27, .5);--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .5));--f-button-svg-disabled-opacity: .65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, .25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, .35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, .15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, .35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:#18181be6;color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:#0000}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translateZ(0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:#0000;outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * .5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, .94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, .65);--f-button-hover-bg: rgba(70, 70, 73, .65);--f-button-active-bg: rgba(90, 90, 93, .65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #ffffff;--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: #101828;--bs-secondary: #667085;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #101828;--bs-primary-rgb: 16, 24, 40;--bs-secondary-rgb: 102, 112, 133;--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: 16, 24, 40;--bs-primary-text-emphasis: #060a10;--bs-secondary-text-emphasis: #292d35;--bs-success-text-emphasis: #0a3622;--bs-info-text-emphasis: #055160;--bs-warning-text-emphasis: #664d03;--bs-danger-text-emphasis: #58151c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #cfd1d4;--bs-secondary-bg-subtle: #e0e2e7;--bs-success-bg-subtle: #d1e7dd;--bs-info-bg-subtle: #cff4fc;--bs-warning-bg-subtle: #fff3cd;--bs-danger-bg-subtle: #f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #9fa3a9;--bs-secondary-border-subtle: #c2c6ce;--bs-success-border-subtle: #a3cfbb;--bs-info-border-subtle: #9eeaf9;--bs-warning-border-subtle: #ffe69c;--bs-danger-border-subtle: #f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--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, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #ffffff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, .75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, .5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #101828;--bs-link-color-rgb: 16, 24, 40;--bs-link-decoration: underline;--bs-link-hover-color: #0d1320;--bs-link-hover-color-rgb: 13, 19, 32;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: #fff3cd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .375rem;--bs-border-radius-sm: .25rem;--bs-border-radius-lg: .5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: .25;--bs-focus-ring-color: rgba(16, 24, 40, .25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #ffffff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, .75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, .5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #70747e;--bs-secondary-text-emphasis: #a3a9b6;--bs-success-text-emphasis: #75b798;--bs-info-text-emphasis: #6edff6;--bs-warning-text-emphasis: #ffda6a;--bs-danger-text-emphasis: #ea868f;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #030508;--bs-secondary-bg-subtle: #14161b;--bs-success-bg-subtle: #051b11;--bs-info-bg-subtle: #032830;--bs-warning-bg-subtle: #332701;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #0a0e18;--bs-secondary-border-subtle: #3d4350;--bs-success-border-subtle: #0f5132;--bs-info-border-subtle: #087990;--bs-warning-border-subtle: #997404;--bs-danger-border-subtle: #842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #70747e;--bs-link-hover-color: #8d9098;--bs-link-color-rgb: 112, 116, 126;--bs-link-hover-color-rgb: 141, 144, 152;--bs-code-color: #e685b5;--bs-highlight-color: #dee2e6;--bs-highlight-bg: #664d03;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, .15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #ea868f;--bs-form-invalid-border-color: #ea868f}*,*:before,*:after{box-sizing:border-box}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;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);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:8px 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,h5,h4,h3,h2,h1{margin-top:0;margin-bottom:4px;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width: 1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width: 1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width: 1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width: 1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}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}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-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{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container-xs{--bs-gutter-x: 24px;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}.container{max-width:100%}@media (min-width: 429px){.container-sm,.container-xs-plus,.container{max-width:100%}}@media (min-width: 744px){.container-md,.container-sm-plus,.container-sm,.container-xs-plus,.container{max-width:100%}}@media (min-width: 1025px){.container-lg,.container-md-plus,.container-md,.container-sm-plus,.container-sm,.container-xs-plus,.container{max-width:100%}}@media (min-width: 1201px){.container-xl,.container-lg,.container-md-plus,.container-md,.container-sm-plus,.container-sm,.container-xs-plus,.container{max-width:100%}}@media (min-width: 1368px){.container-xxl,.container-xl,.container-lg,.container-md-plus,.container-md,.container-sm-plus,.container-sm,.container-xs-plus,.container{max-width:1392px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-xs-plus: 380px;--bs-breakpoint-sm: 429px;--bs-breakpoint-sm-plus: 575px;--bs-breakpoint-md: 744px;--bs-breakpoint-md-plus: 932px;--bs-breakpoint-lg: 1025px;--bs-breakpoint-xl: 1201px;--bs-breakpoint-xxl: 1368px}.row{--bs-gutter-x: 24px;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-0-5,.gx-0-5{--bs-gutter-x: 4px}.g-0-5,.gy-0-5{--bs-gutter-y: 4px}.g-1,.gx-1{--bs-gutter-x: 8px}.g-1,.gy-1{--bs-gutter-y: 8px}.g-1-5,.gx-1-5{--bs-gutter-x: 12px}.g-1-5,.gy-1-5{--bs-gutter-y: 12px}.g-2,.gx-2{--bs-gutter-x: 16px}.g-2,.gy-2{--bs-gutter-y: 16px}.g-2-5,.gx-2-5{--bs-gutter-x: 20px}.g-2-5,.gy-2-5{--bs-gutter-y: 20px}.g-3,.gx-3{--bs-gutter-x: 24px}.g-3,.gy-3{--bs-gutter-y: 24px}.g-3-5,.gx-3-5{--bs-gutter-x: 28px}.g-3-5,.gy-3-5{--bs-gutter-y: 28px}.g-4,.gx-4{--bs-gutter-x: 32px}.g-4,.gy-4{--bs-gutter-y: 32px}.g-4-5,.gx-4-5{--bs-gutter-x: 32px}.g-4-5,.gy-4-5{--bs-gutter-y: 32px}.g-5,.gx-5{--bs-gutter-x: 40px}.g-5,.gy-5{--bs-gutter-y: 40px}@media (min-width: 380px){.col-xs-plus{flex:1 0 0%}.row-cols-xs-plus-auto>*{flex:0 0 auto;width:auto}.row-cols-xs-plus-1>*{flex:0 0 auto;width:100%}.row-cols-xs-plus-2>*{flex:0 0 auto;width:50%}.row-cols-xs-plus-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xs-plus-4>*{flex:0 0 auto;width:25%}.row-cols-xs-plus-5>*{flex:0 0 auto;width:20%}.row-cols-xs-plus-6>*{flex:0 0 auto;width:16.66666667%}.col-xs-plus-auto{flex:0 0 auto;width:auto}.col-xs-plus-1{flex:0 0 auto;width:8.33333333%}.col-xs-plus-2{flex:0 0 auto;width:16.66666667%}.col-xs-plus-3{flex:0 0 auto;width:25%}.col-xs-plus-4{flex:0 0 auto;width:33.33333333%}.col-xs-plus-5{flex:0 0 auto;width:41.66666667%}.col-xs-plus-6{flex:0 0 auto;width:50%}.col-xs-plus-7{flex:0 0 auto;width:58.33333333%}.col-xs-plus-8{flex:0 0 auto;width:66.66666667%}.col-xs-plus-9{flex:0 0 auto;width:75%}.col-xs-plus-10{flex:0 0 auto;width:83.33333333%}.col-xs-plus-11{flex:0 0 auto;width:91.66666667%}.col-xs-plus-12{flex:0 0 auto;width:100%}.offset-xs-plus-0{margin-left:0}.offset-xs-plus-1{margin-left:8.33333333%}.offset-xs-plus-2{margin-left:16.66666667%}.offset-xs-plus-3{margin-left:25%}.offset-xs-plus-4{margin-left:33.33333333%}.offset-xs-plus-5{margin-left:41.66666667%}.offset-xs-plus-6{margin-left:50%}.offset-xs-plus-7{margin-left:58.33333333%}.offset-xs-plus-8{margin-left:66.66666667%}.offset-xs-plus-9{margin-left:75%}.offset-xs-plus-10{margin-left:83.33333333%}.offset-xs-plus-11{margin-left:91.66666667%}.g-xs-plus-0,.gx-xs-plus-0{--bs-gutter-x: 0}.g-xs-plus-0,.gy-xs-plus-0{--bs-gutter-y: 0}.g-xs-plus-0-5,.gx-xs-plus-0-5{--bs-gutter-x: 4px}.g-xs-plus-0-5,.gy-xs-plus-0-5{--bs-gutter-y: 4px}.g-xs-plus-1,.gx-xs-plus-1{--bs-gutter-x: 8px}.g-xs-plus-1,.gy-xs-plus-1{--bs-gutter-y: 8px}.g-xs-plus-1-5,.gx-xs-plus-1-5{--bs-gutter-x: 12px}.g-xs-plus-1-5,.gy-xs-plus-1-5{--bs-gutter-y: 12px}.g-xs-plus-2,.gx-xs-plus-2{--bs-gutter-x: 16px}.g-xs-plus-2,.gy-xs-plus-2{--bs-gutter-y: 16px}.g-xs-plus-2-5,.gx-xs-plus-2-5{--bs-gutter-x: 20px}.g-xs-plus-2-5,.gy-xs-plus-2-5{--bs-gutter-y: 20px}.g-xs-plus-3,.gx-xs-plus-3{--bs-gutter-x: 24px}.g-xs-plus-3,.gy-xs-plus-3{--bs-gutter-y: 24px}.g-xs-plus-3-5,.gx-xs-plus-3-5{--bs-gutter-x: 28px}.g-xs-plus-3-5,.gy-xs-plus-3-5{--bs-gutter-y: 28px}.g-xs-plus-4,.gx-xs-plus-4{--bs-gutter-x: 32px}.g-xs-plus-4,.gy-xs-plus-4{--bs-gutter-y: 32px}.g-xs-plus-4-5,.gx-xs-plus-4-5{--bs-gutter-x: 32px}.g-xs-plus-4-5,.gy-xs-plus-4-5{--bs-gutter-y: 32px}.g-xs-plus-5,.gx-xs-plus-5{--bs-gutter-x: 40px}.g-xs-plus-5,.gy-xs-plus-5{--bs-gutter-y: 40px}}@media (min-width: 429px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-0-5,.gx-sm-0-5{--bs-gutter-x: 4px}.g-sm-0-5,.gy-sm-0-5{--bs-gutter-y: 4px}.g-sm-1,.gx-sm-1{--bs-gutter-x: 8px}.g-sm-1,.gy-sm-1{--bs-gutter-y: 8px}.g-sm-1-5,.gx-sm-1-5{--bs-gutter-x: 12px}.g-sm-1-5,.gy-sm-1-5{--bs-gutter-y: 12px}.g-sm-2,.gx-sm-2{--bs-gutter-x: 16px}.g-sm-2,.gy-sm-2{--bs-gutter-y: 16px}.g-sm-2-5,.gx-sm-2-5{--bs-gutter-x: 20px}.g-sm-2-5,.gy-sm-2-5{--bs-gutter-y: 20px}.g-sm-3,.gx-sm-3{--bs-gutter-x: 24px}.g-sm-3,.gy-sm-3{--bs-gutter-y: 24px}.g-sm-3-5,.gx-sm-3-5{--bs-gutter-x: 28px}.g-sm-3-5,.gy-sm-3-5{--bs-gutter-y: 28px}.g-sm-4,.gx-sm-4{--bs-gutter-x: 32px}.g-sm-4,.gy-sm-4{--bs-gutter-y: 32px}.g-sm-4-5,.gx-sm-4-5{--bs-gutter-x: 32px}.g-sm-4-5,.gy-sm-4-5{--bs-gutter-y: 32px}.g-sm-5,.gx-sm-5{--bs-gutter-x: 40px}.g-sm-5,.gy-sm-5{--bs-gutter-y: 40px}}@media (min-width: 575px){.col-sm-plus{flex:1 0 0%}.row-cols-sm-plus-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-plus-1>*{flex:0 0 auto;width:100%}.row-cols-sm-plus-2>*{flex:0 0 auto;width:50%}.row-cols-sm-plus-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-plus-4>*{flex:0 0 auto;width:25%}.row-cols-sm-plus-5>*{flex:0 0 auto;width:20%}.row-cols-sm-plus-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-plus-auto{flex:0 0 auto;width:auto}.col-sm-plus-1{flex:0 0 auto;width:8.33333333%}.col-sm-plus-2{flex:0 0 auto;width:16.66666667%}.col-sm-plus-3{flex:0 0 auto;width:25%}.col-sm-plus-4{flex:0 0 auto;width:33.33333333%}.col-sm-plus-5{flex:0 0 auto;width:41.66666667%}.col-sm-plus-6{flex:0 0 auto;width:50%}.col-sm-plus-7{flex:0 0 auto;width:58.33333333%}.col-sm-plus-8{flex:0 0 auto;width:66.66666667%}.col-sm-plus-9{flex:0 0 auto;width:75%}.col-sm-plus-10{flex:0 0 auto;width:83.33333333%}.col-sm-plus-11{flex:0 0 auto;width:91.66666667%}.col-sm-plus-12{flex:0 0 auto;width:100%}.offset-sm-plus-0{margin-left:0}.offset-sm-plus-1{margin-left:8.33333333%}.offset-sm-plus-2{margin-left:16.66666667%}.offset-sm-plus-3{margin-left:25%}.offset-sm-plus-4{margin-left:33.33333333%}.offset-sm-plus-5{margin-left:41.66666667%}.offset-sm-plus-6{margin-left:50%}.offset-sm-plus-7{margin-left:58.33333333%}.offset-sm-plus-8{margin-left:66.66666667%}.offset-sm-plus-9{margin-left:75%}.offset-sm-plus-10{margin-left:83.33333333%}.offset-sm-plus-11{margin-left:91.66666667%}.g-sm-plus-0,.gx-sm-plus-0{--bs-gutter-x: 0}.g-sm-plus-0,.gy-sm-plus-0{--bs-gutter-y: 0}.g-sm-plus-0-5,.gx-sm-plus-0-5{--bs-gutter-x: 4px}.g-sm-plus-0-5,.gy-sm-plus-0-5{--bs-gutter-y: 4px}.g-sm-plus-1,.gx-sm-plus-1{--bs-gutter-x: 8px}.g-sm-plus-1,.gy-sm-plus-1{--bs-gutter-y: 8px}.g-sm-plus-1-5,.gx-sm-plus-1-5{--bs-gutter-x: 12px}.g-sm-plus-1-5,.gy-sm-plus-1-5{--bs-gutter-y: 12px}.g-sm-plus-2,.gx-sm-plus-2{--bs-gutter-x: 16px}.g-sm-plus-2,.gy-sm-plus-2{--bs-gutter-y: 16px}.g-sm-plus-2-5,.gx-sm-plus-2-5{--bs-gutter-x: 20px}.g-sm-plus-2-5,.gy-sm-plus-2-5{--bs-gutter-y: 20px}.g-sm-plus-3,.gx-sm-plus-3{--bs-gutter-x: 24px}.g-sm-plus-3,.gy-sm-plus-3{--bs-gutter-y: 24px}.g-sm-plus-3-5,.gx-sm-plus-3-5{--bs-gutter-x: 28px}.g-sm-plus-3-5,.gy-sm-plus-3-5{--bs-gutter-y: 28px}.g-sm-plus-4,.gx-sm-plus-4{--bs-gutter-x: 32px}.g-sm-plus-4,.gy-sm-plus-4{--bs-gutter-y: 32px}.g-sm-plus-4-5,.gx-sm-plus-4-5{--bs-gutter-x: 32px}.g-sm-plus-4-5,.gy-sm-plus-4-5{--bs-gutter-y: 32px}.g-sm-plus-5,.gx-sm-plus-5{--bs-gutter-x: 40px}.g-sm-plus-5,.gy-sm-plus-5{--bs-gutter-y: 40px}}@media (min-width: 744px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-0-5,.gx-md-0-5{--bs-gutter-x: 4px}.g-md-0-5,.gy-md-0-5{--bs-gutter-y: 4px}.g-md-1,.gx-md-1{--bs-gutter-x: 8px}.g-md-1,.gy-md-1{--bs-gutter-y: 8px}.g-md-1-5,.gx-md-1-5{--bs-gutter-x: 12px}.g-md-1-5,.gy-md-1-5{--bs-gutter-y: 12px}.g-md-2,.gx-md-2{--bs-gutter-x: 16px}.g-md-2,.gy-md-2{--bs-gutter-y: 16px}.g-md-2-5,.gx-md-2-5{--bs-gutter-x: 20px}.g-md-2-5,.gy-md-2-5{--bs-gutter-y: 20px}.g-md-3,.gx-md-3{--bs-gutter-x: 24px}.g-md-3,.gy-md-3{--bs-gutter-y: 24px}.g-md-3-5,.gx-md-3-5{--bs-gutter-x: 28px}.g-md-3-5,.gy-md-3-5{--bs-gutter-y: 28px}.g-md-4,.gx-md-4{--bs-gutter-x: 32px}.g-md-4,.gy-md-4{--bs-gutter-y: 32px}.g-md-4-5,.gx-md-4-5{--bs-gutter-x: 32px}.g-md-4-5,.gy-md-4-5{--bs-gutter-y: 32px}.g-md-5,.gx-md-5{--bs-gutter-x: 40px}.g-md-5,.gy-md-5{--bs-gutter-y: 40px}}@media (min-width: 932px){.col-md-plus{flex:1 0 0%}.row-cols-md-plus-auto>*{flex:0 0 auto;width:auto}.row-cols-md-plus-1>*{flex:0 0 auto;width:100%}.row-cols-md-plus-2>*{flex:0 0 auto;width:50%}.row-cols-md-plus-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-plus-4>*{flex:0 0 auto;width:25%}.row-cols-md-plus-5>*{flex:0 0 auto;width:20%}.row-cols-md-plus-6>*{flex:0 0 auto;width:16.66666667%}.col-md-plus-auto{flex:0 0 auto;width:auto}.col-md-plus-1{flex:0 0 auto;width:8.33333333%}.col-md-plus-2{flex:0 0 auto;width:16.66666667%}.col-md-plus-3{flex:0 0 auto;width:25%}.col-md-plus-4{flex:0 0 auto;width:33.33333333%}.col-md-plus-5{flex:0 0 auto;width:41.66666667%}.col-md-plus-6{flex:0 0 auto;width:50%}.col-md-plus-7{flex:0 0 auto;width:58.33333333%}.col-md-plus-8{flex:0 0 auto;width:66.66666667%}.col-md-plus-9{flex:0 0 auto;width:75%}.col-md-plus-10{flex:0 0 auto;width:83.33333333%}.col-md-plus-11{flex:0 0 auto;width:91.66666667%}.col-md-plus-12{flex:0 0 auto;width:100%}.offset-md-plus-0{margin-left:0}.offset-md-plus-1{margin-left:8.33333333%}.offset-md-plus-2{margin-left:16.66666667%}.offset-md-plus-3{margin-left:25%}.offset-md-plus-4{margin-left:33.33333333%}.offset-md-plus-5{margin-left:41.66666667%}.offset-md-plus-6{margin-left:50%}.offset-md-plus-7{margin-left:58.33333333%}.offset-md-plus-8{margin-left:66.66666667%}.offset-md-plus-9{margin-left:75%}.offset-md-plus-10{margin-left:83.33333333%}.offset-md-plus-11{margin-left:91.66666667%}.g-md-plus-0,.gx-md-plus-0{--bs-gutter-x: 0}.g-md-plus-0,.gy-md-plus-0{--bs-gutter-y: 0}.g-md-plus-0-5,.gx-md-plus-0-5{--bs-gutter-x: 4px}.g-md-plus-0-5,.gy-md-plus-0-5{--bs-gutter-y: 4px}.g-md-plus-1,.gx-md-plus-1{--bs-gutter-x: 8px}.g-md-plus-1,.gy-md-plus-1{--bs-gutter-y: 8px}.g-md-plus-1-5,.gx-md-plus-1-5{--bs-gutter-x: 12px}.g-md-plus-1-5,.gy-md-plus-1-5{--bs-gutter-y: 12px}.g-md-plus-2,.gx-md-plus-2{--bs-gutter-x: 16px}.g-md-plus-2,.gy-md-plus-2{--bs-gutter-y: 16px}.g-md-plus-2-5,.gx-md-plus-2-5{--bs-gutter-x: 20px}.g-md-plus-2-5,.gy-md-plus-2-5{--bs-gutter-y: 20px}.g-md-plus-3,.gx-md-plus-3{--bs-gutter-x: 24px}.g-md-plus-3,.gy-md-plus-3{--bs-gutter-y: 24px}.g-md-plus-3-5,.gx-md-plus-3-5{--bs-gutter-x: 28px}.g-md-plus-3-5,.gy-md-plus-3-5{--bs-gutter-y: 28px}.g-md-plus-4,.gx-md-plus-4{--bs-gutter-x: 32px}.g-md-plus-4,.gy-md-plus-4{--bs-gutter-y: 32px}.g-md-plus-4-5,.gx-md-plus-4-5{--bs-gutter-x: 32px}.g-md-plus-4-5,.gy-md-plus-4-5{--bs-gutter-y: 32px}.g-md-plus-5,.gx-md-plus-5{--bs-gutter-x: 40px}.g-md-plus-5,.gy-md-plus-5{--bs-gutter-y: 40px}}@media (min-width: 1025px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-0-5,.gx-lg-0-5{--bs-gutter-x: 4px}.g-lg-0-5,.gy-lg-0-5{--bs-gutter-y: 4px}.g-lg-1,.gx-lg-1{--bs-gutter-x: 8px}.g-lg-1,.gy-lg-1{--bs-gutter-y: 8px}.g-lg-1-5,.gx-lg-1-5{--bs-gutter-x: 12px}.g-lg-1-5,.gy-lg-1-5{--bs-gutter-y: 12px}.g-lg-2,.gx-lg-2{--bs-gutter-x: 16px}.g-lg-2,.gy-lg-2{--bs-gutter-y: 16px}.g-lg-2-5,.gx-lg-2-5{--bs-gutter-x: 20px}.g-lg-2-5,.gy-lg-2-5{--bs-gutter-y: 20px}.g-lg-3,.gx-lg-3{--bs-gutter-x: 24px}.g-lg-3,.gy-lg-3{--bs-gutter-y: 24px}.g-lg-3-5,.gx-lg-3-5{--bs-gutter-x: 28px}.g-lg-3-5,.gy-lg-3-5{--bs-gutter-y: 28px}.g-lg-4,.gx-lg-4{--bs-gutter-x: 32px}.g-lg-4,.gy-lg-4{--bs-gutter-y: 32px}.g-lg-4-5,.gx-lg-4-5{--bs-gutter-x: 32px}.g-lg-4-5,.gy-lg-4-5{--bs-gutter-y: 32px}.g-lg-5,.gx-lg-5{--bs-gutter-x: 40px}.g-lg-5,.gy-lg-5{--bs-gutter-y: 40px}}@media (min-width: 1201px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-0-5,.gx-xl-0-5{--bs-gutter-x: 4px}.g-xl-0-5,.gy-xl-0-5{--bs-gutter-y: 4px}.g-xl-1,.gx-xl-1{--bs-gutter-x: 8px}.g-xl-1,.gy-xl-1{--bs-gutter-y: 8px}.g-xl-1-5,.gx-xl-1-5{--bs-gutter-x: 12px}.g-xl-1-5,.gy-xl-1-5{--bs-gutter-y: 12px}.g-xl-2,.gx-xl-2{--bs-gutter-x: 16px}.g-xl-2,.gy-xl-2{--bs-gutter-y: 16px}.g-xl-2-5,.gx-xl-2-5{--bs-gutter-x: 20px}.g-xl-2-5,.gy-xl-2-5{--bs-gutter-y: 20px}.g-xl-3,.gx-xl-3{--bs-gutter-x: 24px}.g-xl-3,.gy-xl-3{--bs-gutter-y: 24px}.g-xl-3-5,.gx-xl-3-5{--bs-gutter-x: 28px}.g-xl-3-5,.gy-xl-3-5{--bs-gutter-y: 28px}.g-xl-4,.gx-xl-4{--bs-gutter-x: 32px}.g-xl-4,.gy-xl-4{--bs-gutter-y: 32px}.g-xl-4-5,.gx-xl-4-5{--bs-gutter-x: 32px}.g-xl-4-5,.gy-xl-4-5{--bs-gutter-y: 32px}.g-xl-5,.gx-xl-5{--bs-gutter-x: 40px}.g-xl-5,.gy-xl-5{--bs-gutter-y: 40px}}@media (min-width: 1368px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-0-5,.gx-xxl-0-5{--bs-gutter-x: 4px}.g-xxl-0-5,.gy-xxl-0-5{--bs-gutter-y: 4px}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 8px}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 8px}.g-xxl-1-5,.gx-xxl-1-5{--bs-gutter-x: 12px}.g-xxl-1-5,.gy-xxl-1-5{--bs-gutter-y: 12px}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 16px}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 16px}.g-xxl-2-5,.gx-xxl-2-5{--bs-gutter-x: 20px}.g-xxl-2-5,.gy-xxl-2-5{--bs-gutter-y: 20px}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 24px}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 24px}.g-xxl-3-5,.gx-xxl-3-5{--bs-gutter-x: 28px}.g-xxl-3-5,.gy-xxl-3-5{--bs-gutter-y: 28px}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 32px}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 32px}.g-xxl-4-5,.gx-xxl-4-5{--bs-gutter-x: 32px}.g-xxl-4-5,.gy-xxl-4-5{--bs-gutter-y: 32px}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 40px}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 40px}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-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}.mt-0{margin-top:0!important}.mt-0-5{margin-top:4px!important}.mt-1{margin-top:8px!important}.mt-1-5{margin-top:12px!important}.mt-2{margin-top:16px!important}.mt-2-5{margin-top:20px!important}.mt-3{margin-top:24px!important}.mt-3-5{margin-top:28px!important}.mt-4,.mt-4-5{margin-top:32px!important}.mt-5{margin-top:40px!important}.mt-auto{margin-top:auto!important}.mb-0{margin-bottom:0!important}.mb-0-5{margin-bottom:4px!important}.mb-1{margin-bottom:8px!important}.mb-1-5{margin-bottom:12px!important}.mb-2{margin-bottom:16px!important}.mb-2-5{margin-bottom:20px!important}.mb-3{margin-bottom:24px!important}.mb-3-5{margin-bottom:28px!important}.mb-4,.mb-4-5{margin-bottom:32px!important}.mb-5{margin-bottom:40px!important}.mb-auto{margin-bottom:auto!important}.pt-0{padding-top:0!important}.pt-0-5{padding-top:4px!important}.pt-1{padding-top:8px!important}.pt-1-5{padding-top:12px!important}.pt-2{padding-top:16px!important}.pt-2-5{padding-top:20px!important}.pt-3{padding-top:24px!important}.pt-3-5{padding-top:28px!important}.pt-4,.pt-4-5{padding-top:32px!important}.pt-5{padding-top:40px!important}.pb-0{padding-bottom:0!important}.pb-0-5{padding-bottom:4px!important}.pb-1{padding-bottom:8px!important}.pb-1-5{padding-bottom:12px!important}.pb-2{padding-bottom:16px!important}.pb-2-5{padding-bottom:20px!important}.pb-3{padding-bottom:24px!important}.pb-3-5{padding-bottom:28px!important}.pb-4,.pb-4-5{padding-bottom:32px!important}.pb-5{padding-bottom:40px!important}.gap-0{gap:0!important}.gap-0-5{gap:4px!important}.gap-1{gap:8px!important}.gap-1-5{gap:12px!important}.gap-2{gap:16px!important}.gap-2-5{gap:20px!important}.gap-3{gap:24px!important}.gap-3-5{gap:28px!important}.gap-4,.gap-4-5{gap:32px!important}.gap-5{gap:40px!important}.row-gap-0{row-gap:0!important}.row-gap-0-5{row-gap:4px!important}.row-gap-1{row-gap:8px!important}.row-gap-1-5{row-gap:12px!important}.row-gap-2{row-gap:16px!important}.row-gap-2-5{row-gap:20px!important}.row-gap-3{row-gap:24px!important}.row-gap-3-5{row-gap:28px!important}.row-gap-4,.row-gap-4-5{row-gap:32px!important}.row-gap-5{row-gap:40px!important}.column-gap-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-0-5{-moz-column-gap:4px!important;column-gap:4px!important}.column-gap-1{-moz-column-gap:8px!important;column-gap:8px!important}.column-gap-1-5{-moz-column-gap:12px!important;column-gap:12px!important}.column-gap-2{-moz-column-gap:16px!important;column-gap:16px!important}.column-gap-2-5{-moz-column-gap:20px!important;column-gap:20px!important}.column-gap-3{-moz-column-gap:24px!important;column-gap:24px!important}.column-gap-3-5{-moz-column-gap:28px!important;column-gap:28px!important}.column-gap-4,.column-gap-4-5{-moz-column-gap:32px!important;column-gap:32px!important}.column-gap-5{-moz-column-gap:40px!important;column-gap:40px!important}@media (min-width: 380px){.d-xs-plus-inline{display:inline!important}.d-xs-plus-inline-block{display:inline-block!important}.d-xs-plus-block{display:block!important}.d-xs-plus-grid{display:grid!important}.d-xs-plus-inline-grid{display:inline-grid!important}.d-xs-plus-table{display:table!important}.d-xs-plus-table-row{display:table-row!important}.d-xs-plus-table-cell{display:table-cell!important}.d-xs-plus-flex{display:flex!important}.d-xs-plus-inline-flex{display:inline-flex!important}.d-xs-plus-none{display:none!important}.flex-xs-plus-fill{flex:1 1 auto!important}.flex-xs-plus-row{flex-direction:row!important}.flex-xs-plus-column{flex-direction:column!important}.flex-xs-plus-row-reverse{flex-direction:row-reverse!important}.flex-xs-plus-column-reverse{flex-direction:column-reverse!important}.flex-xs-plus-grow-0{flex-grow:0!important}.flex-xs-plus-grow-1{flex-grow:1!important}.flex-xs-plus-shrink-0{flex-shrink:0!important}.flex-xs-plus-shrink-1{flex-shrink:1!important}.flex-xs-plus-wrap{flex-wrap:wrap!important}.flex-xs-plus-nowrap{flex-wrap:nowrap!important}.flex-xs-plus-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xs-plus-start{justify-content:flex-start!important}.justify-content-xs-plus-end{justify-content:flex-end!important}.justify-content-xs-plus-center{justify-content:center!important}.justify-content-xs-plus-between{justify-content:space-between!important}.justify-content-xs-plus-around{justify-content:space-around!important}.justify-content-xs-plus-evenly{justify-content:space-evenly!important}.align-items-xs-plus-start{align-items:flex-start!important}.align-items-xs-plus-end{align-items:flex-end!important}.align-items-xs-plus-center{align-items:center!important}.align-items-xs-plus-baseline{align-items:baseline!important}.align-items-xs-plus-stretch{align-items:stretch!important}.align-content-xs-plus-start{align-content:flex-start!important}.align-content-xs-plus-end{align-content:flex-end!important}.align-content-xs-plus-center{align-content:center!important}.align-content-xs-plus-between{align-content:space-between!important}.align-content-xs-plus-around{align-content:space-around!important}.align-content-xs-plus-stretch{align-content:stretch!important}.align-self-xs-plus-auto{align-self:auto!important}.align-self-xs-plus-start{align-self:flex-start!important}.align-self-xs-plus-end{align-self:flex-end!important}.align-self-xs-plus-center{align-self:center!important}.align-self-xs-plus-baseline{align-self:baseline!important}.align-self-xs-plus-stretch{align-self:stretch!important}.order-xs-plus-first{order:-1!important}.order-xs-plus-0{order:0!important}.order-xs-plus-1{order:1!important}.order-xs-plus-2{order:2!important}.order-xs-plus-3{order:3!important}.order-xs-plus-4{order:4!important}.order-xs-plus-5{order:5!important}.order-xs-plus-last{order:6!important}.mt-xs-plus-0{margin-top:0!important}.mt-xs-plus-0-5{margin-top:4px!important}.mt-xs-plus-1{margin-top:8px!important}.mt-xs-plus-1-5{margin-top:12px!important}.mt-xs-plus-2{margin-top:16px!important}.mt-xs-plus-2-5{margin-top:20px!important}.mt-xs-plus-3{margin-top:24px!important}.mt-xs-plus-3-5{margin-top:28px!important}.mt-xs-plus-4,.mt-xs-plus-4-5{margin-top:32px!important}.mt-xs-plus-5{margin-top:40px!important}.mt-xs-plus-auto{margin-top:auto!important}.mb-xs-plus-0{margin-bottom:0!important}.mb-xs-plus-0-5{margin-bottom:4px!important}.mb-xs-plus-1{margin-bottom:8px!important}.mb-xs-plus-1-5{margin-bottom:12px!important}.mb-xs-plus-2{margin-bottom:16px!important}.mb-xs-plus-2-5{margin-bottom:20px!important}.mb-xs-plus-3{margin-bottom:24px!important}.mb-xs-plus-3-5{margin-bottom:28px!important}.mb-xs-plus-4,.mb-xs-plus-4-5{margin-bottom:32px!important}.mb-xs-plus-5{margin-bottom:40px!important}.mb-xs-plus-auto{margin-bottom:auto!important}.pt-xs-plus-0{padding-top:0!important}.pt-xs-plus-0-5{padding-top:4px!important}.pt-xs-plus-1{padding-top:8px!important}.pt-xs-plus-1-5{padding-top:12px!important}.pt-xs-plus-2{padding-top:16px!important}.pt-xs-plus-2-5{padding-top:20px!important}.pt-xs-plus-3{padding-top:24px!important}.pt-xs-plus-3-5{padding-top:28px!important}.pt-xs-plus-4,.pt-xs-plus-4-5{padding-top:32px!important}.pt-xs-plus-5{padding-top:40px!important}.pb-xs-plus-0{padding-bottom:0!important}.pb-xs-plus-0-5{padding-bottom:4px!important}.pb-xs-plus-1{padding-bottom:8px!important}.pb-xs-plus-1-5{padding-bottom:12px!important}.pb-xs-plus-2{padding-bottom:16px!important}.pb-xs-plus-2-5{padding-bottom:20px!important}.pb-xs-plus-3{padding-bottom:24px!important}.pb-xs-plus-3-5{padding-bottom:28px!important}.pb-xs-plus-4,.pb-xs-plus-4-5{padding-bottom:32px!important}.pb-xs-plus-5{padding-bottom:40px!important}.gap-xs-plus-0{gap:0!important}.gap-xs-plus-0-5{gap:4px!important}.gap-xs-plus-1{gap:8px!important}.gap-xs-plus-1-5{gap:12px!important}.gap-xs-plus-2{gap:16px!important}.gap-xs-plus-2-5{gap:20px!important}.gap-xs-plus-3{gap:24px!important}.gap-xs-plus-3-5{gap:28px!important}.gap-xs-plus-4,.gap-xs-plus-4-5{gap:32px!important}.gap-xs-plus-5{gap:40px!important}.row-gap-xs-plus-0{row-gap:0!important}.row-gap-xs-plus-0-5{row-gap:4px!important}.row-gap-xs-plus-1{row-gap:8px!important}.row-gap-xs-plus-1-5{row-gap:12px!important}.row-gap-xs-plus-2{row-gap:16px!important}.row-gap-xs-plus-2-5{row-gap:20px!important}.row-gap-xs-plus-3{row-gap:24px!important}.row-gap-xs-plus-3-5{row-gap:28px!important}.row-gap-xs-plus-4,.row-gap-xs-plus-4-5{row-gap:32px!important}.row-gap-xs-plus-5{row-gap:40px!important}.column-gap-xs-plus-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xs-plus-0-5{-moz-column-gap:4px!important;column-gap:4px!important}.column-gap-xs-plus-1{-moz-column-gap:8px!important;column-gap:8px!important}.column-gap-xs-plus-1-5{-moz-column-gap:12px!important;column-gap:12px!important}.column-gap-xs-plus-2{-moz-column-gap:16px!important;column-gap:16px!important}.column-gap-xs-plus-2-5{-moz-column-gap:20px!important;column-gap:20px!important}.column-gap-xs-plus-3{-moz-column-gap:24px!important;column-gap:24px!important}.column-gap-xs-plus-3-5{-moz-column-gap:28px!important;column-gap:28px!important}.column-gap-xs-plus-4,.column-gap-xs-plus-4-5{-moz-column-gap:32px!important;column-gap:32px!important}.column-gap-xs-plus-5{-moz-column-gap:40px!important;column-gap:40px!important}}@media (min-width: 429px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-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}.mt-sm-0{margin-top:0!important}.mt-sm-0-5{margin-top:4px!important}.mt-sm-1{margin-top:8px!important}.mt-sm-1-5{margin-top:12px!important}.mt-sm-2{margin-top:16px!important}.mt-sm-2-5{margin-top:20px!important}.mt-sm-3{margin-top:24px!important}.mt-sm-3-5{margin-top:28px!important}.mt-sm-4,.mt-sm-4-5{margin-top:32px!important}.mt-sm-5{margin-top:40px!important}.mt-sm-auto{margin-top:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-0-5{margin-bottom:4px!important}.mb-sm-1{margin-bottom:8px!important}.mb-sm-1-5{margin-bottom:12px!important}.mb-sm-2{margin-bottom:16px!important}.mb-sm-2-5{margin-bottom:20px!important}.mb-sm-3{margin-bottom:24px!important}.mb-sm-3-5{margin-bottom:28px!important}.mb-sm-4,.mb-sm-4-5{margin-bottom:32px!important}.mb-sm-5{margin-bottom:40px!important}.mb-sm-auto{margin-bottom:auto!important}.pt-sm-0{padding-top:0!important}.pt-sm-0-5{padding-top:4px!important}.pt-sm-1{padding-top:8px!important}.pt-sm-1-5{padding-top:12px!important}.pt-sm-2{padding-top:16px!important}.pt-sm-2-5{padding-top:20px!important}.pt-sm-3{padding-top:24px!important}.pt-sm-3-5{padding-top:28px!important}.pt-sm-4,.pt-sm-4-5{padding-top:32px!important}.pt-sm-5{padding-top:40px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-0-5{padding-bottom:4px!important}.pb-sm-1{padding-bottom:8px!important}.pb-sm-1-5{padding-bottom:12px!important}.pb-sm-2{padding-bottom:16px!important}.pb-sm-2-5{padding-bottom:20px!important}.pb-sm-3{padding-bottom:24px!important}.pb-sm-3-5{padding-bottom:28px!important}.pb-sm-4,.pb-sm-4-5{padding-bottom:32px!important}.pb-sm-5{padding-bottom:40px!important}.gap-sm-0{gap:0!important}.gap-sm-0-5{gap:4px!important}.gap-sm-1{gap:8px!important}.gap-sm-1-5{gap:12px!important}.gap-sm-2{gap:16px!important}.gap-sm-2-5{gap:20px!important}.gap-sm-3{gap:24px!important}.gap-sm-3-5{gap:28px!important}.gap-sm-4,.gap-sm-4-5{gap:32px!important}.gap-sm-5{gap:40px!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-0-5{row-gap:4px!important}.row-gap-sm-1{row-gap:8px!important}.row-gap-sm-1-5{row-gap:12px!important}.row-gap-sm-2{row-gap:16px!important}.row-gap-sm-2-5{row-gap:20px!important}.row-gap-sm-3{row-gap:24px!important}.row-gap-sm-3-5{row-gap:28px!important}.row-gap-sm-4,.row-gap-sm-4-5{row-gap:32px!important}.row-gap-sm-5{row-gap:40px!important}.column-gap-sm-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-0-5{-moz-column-gap:4px!important;column-gap:4px!important}.column-gap-sm-1{-moz-column-gap:8px!important;column-gap:8px!important}.column-gap-sm-1-5{-moz-column-gap:12px!important;column-gap:12px!important}.column-gap-sm-2{-moz-column-gap:16px!important;column-gap:16px!important}.column-gap-sm-2-5{-moz-column-gap:20px!important;column-gap:20px!important}.column-gap-sm-3{-moz-column-gap:24px!important;column-gap:24px!important}.column-gap-sm-3-5{-moz-column-gap:28px!important;column-gap:28px!important}.column-gap-sm-4,.column-gap-sm-4-5{-moz-column-gap:32px!important;column-gap:32px!important}.column-gap-sm-5{-moz-column-gap:40px!important;column-gap:40px!important}}@media (min-width: 575px){.d-sm-plus-inline{display:inline!important}.d-sm-plus-inline-block{display:inline-block!important}.d-sm-plus-block{display:block!important}.d-sm-plus-grid{display:grid!important}.d-sm-plus-inline-grid{display:inline-grid!important}.d-sm-plus-table{display:table!important}.d-sm-plus-table-row{display:table-row!important}.d-sm-plus-table-cell{display:table-cell!important}.d-sm-plus-flex{display:flex!important}.d-sm-plus-inline-flex{display:inline-flex!important}.d-sm-plus-none{display:none!important}.flex-sm-plus-fill{flex:1 1 auto!important}.flex-sm-plus-row{flex-direction:row!important}.flex-sm-plus-column{flex-direction:column!important}.flex-sm-plus-row-reverse{flex-direction:row-reverse!important}.flex-sm-plus-column-reverse{flex-direction:column-reverse!important}.flex-sm-plus-grow-0{flex-grow:0!important}.flex-sm-plus-grow-1{flex-grow:1!important}.flex-sm-plus-shrink-0{flex-shrink:0!important}.flex-sm-plus-shrink-1{flex-shrink:1!important}.flex-sm-plus-wrap{flex-wrap:wrap!important}.flex-sm-plus-nowrap{flex-wrap:nowrap!important}.flex-sm-plus-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-plus-start{justify-content:flex-start!important}.justify-content-sm-plus-end{justify-content:flex-end!important}.justify-content-sm-plus-center{justify-content:center!important}.justify-content-sm-plus-between{justify-content:space-between!important}.justify-content-sm-plus-around{justify-content:space-around!important}.justify-content-sm-plus-evenly{justify-content:space-evenly!important}.align-items-sm-plus-start{align-items:flex-start!important}.align-items-sm-plus-end{align-items:flex-end!important}.align-items-sm-plus-center{align-items:center!important}.align-items-sm-plus-baseline{align-items:baseline!important}.align-items-sm-plus-stretch{align-items:stretch!important}.align-content-sm-plus-start{align-content:flex-start!important}.align-content-sm-plus-end{align-content:flex-end!important}.align-content-sm-plus-center{align-content:center!important}.align-content-sm-plus-between{align-content:space-between!important}.align-content-sm-plus-around{align-content:space-around!important}.align-content-sm-plus-stretch{align-content:stretch!important}.align-self-sm-plus-auto{align-self:auto!important}.align-self-sm-plus-start{align-self:flex-start!important}.align-self-sm-plus-end{align-self:flex-end!important}.align-self-sm-plus-center{align-self:center!important}.align-self-sm-plus-baseline{align-self:baseline!important}.align-self-sm-plus-stretch{align-self:stretch!important}.order-sm-plus-first{order:-1!important}.order-sm-plus-0{order:0!important}.order-sm-plus-1{order:1!important}.order-sm-plus-2{order:2!important}.order-sm-plus-3{order:3!important}.order-sm-plus-4{order:4!important}.order-sm-plus-5{order:5!important}.order-sm-plus-last{order:6!important}.mt-sm-plus-0{margin-top:0!important}.mt-sm-plus-0-5{margin-top:4px!important}.mt-sm-plus-1{margin-top:8px!important}.mt-sm-plus-1-5{margin-top:12px!important}.mt-sm-plus-2{margin-top:16px!important}.mt-sm-plus-2-5{margin-top:20px!important}.mt-sm-plus-3{margin-top:24px!important}.mt-sm-plus-3-5{margin-top:28px!important}.mt-sm-plus-4,.mt-sm-plus-4-5{margin-top:32px!important}.mt-sm-plus-5{margin-top:40px!important}.mt-sm-plus-auto{margin-top:auto!important}.mb-sm-plus-0{margin-bottom:0!important}.mb-sm-plus-0-5{margin-bottom:4px!important}.mb-sm-plus-1{margin-bottom:8px!important}.mb-sm-plus-1-5{margin-bottom:12px!important}.mb-sm-plus-2{margin-bottom:16px!important}.mb-sm-plus-2-5{margin-bottom:20px!important}.mb-sm-plus-3{margin-bottom:24px!important}.mb-sm-plus-3-5{margin-bottom:28px!important}.mb-sm-plus-4,.mb-sm-plus-4-5{margin-bottom:32px!important}.mb-sm-plus-5{margin-bottom:40px!important}.mb-sm-plus-auto{margin-bottom:auto!important}.pt-sm-plus-0{padding-top:0!important}.pt-sm-plus-0-5{padding-top:4px!important}.pt-sm-plus-1{padding-top:8px!important}.pt-sm-plus-1-5{padding-top:12px!important}.pt-sm-plus-2{padding-top:16px!important}.pt-sm-plus-2-5{padding-top:20px!important}.pt-sm-plus-3{padding-top:24px!important}.pt-sm-plus-3-5{padding-top:28px!important}.pt-sm-plus-4,.pt-sm-plus-4-5{padding-top:32px!important}.pt-sm-plus-5{padding-top:40px!important}.pb-sm-plus-0{padding-bottom:0!important}.pb-sm-plus-0-5{padding-bottom:4px!important}.pb-sm-plus-1{padding-bottom:8px!important}.pb-sm-plus-1-5{padding-bottom:12px!important}.pb-sm-plus-2{padding-bottom:16px!important}.pb-sm-plus-2-5{padding-bottom:20px!important}.pb-sm-plus-3{padding-bottom:24px!important}.pb-sm-plus-3-5{padding-bottom:28px!important}.pb-sm-plus-4,.pb-sm-plus-4-5{padding-bottom:32px!important}.pb-sm-plus-5{padding-bottom:40px!important}.gap-sm-plus-0{gap:0!important}.gap-sm-plus-0-5{gap:4px!important}.gap-sm-plus-1{gap:8px!important}.gap-sm-plus-1-5{gap:12px!important}.gap-sm-plus-2{gap:16px!important}.gap-sm-plus-2-5{gap:20px!important}.gap-sm-plus-3{gap:24px!important}.gap-sm-plus-3-5{gap:28px!important}.gap-sm-plus-4,.gap-sm-plus-4-5{gap:32px!important}.gap-sm-plus-5{gap:40px!important}.row-gap-sm-plus-0{row-gap:0!important}.row-gap-sm-plus-0-5{row-gap:4px!important}.row-gap-sm-plus-1{row-gap:8px!important}.row-gap-sm-plus-1-5{row-gap:12px!important}.row-gap-sm-plus-2{row-gap:16px!important}.row-gap-sm-plus-2-5{row-gap:20px!important}.row-gap-sm-plus-3{row-gap:24px!important}.row-gap-sm-plus-3-5{row-gap:28px!important}.row-gap-sm-plus-4,.row-gap-sm-plus-4-5{row-gap:32px!important}.row-gap-sm-plus-5{row-gap:40px!important}.column-gap-sm-plus-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-plus-0-5{-moz-column-gap:4px!important;column-gap:4px!important}.column-gap-sm-plus-1{-moz-column-gap:8px!important;column-gap:8px!important}.column-gap-sm-plus-1-5{-moz-column-gap:12px!important;column-gap:12px!important}.column-gap-sm-plus-2{-moz-column-gap:16px!important;column-gap:16px!important}.column-gap-sm-plus-2-5{-moz-column-gap:20px!important;column-gap:20px!important}.column-gap-sm-plus-3{-moz-column-gap:24px!important;column-gap:24px!important}.column-gap-sm-plus-3-5{-moz-column-gap:28px!important;column-gap:28px!important}.column-gap-sm-plus-4,.column-gap-sm-plus-4-5{-moz-column-gap:32px!important;column-gap:32px!important}.column-gap-sm-plus-5{-moz-column-gap:40px!important;column-gap:40px!important}}@media (min-width: 744px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-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}.mt-md-0{margin-top:0!important}.mt-md-0-5{margin-top:4px!important}.mt-md-1{margin-top:8px!important}.mt-md-1-5{margin-top:12px!important}.mt-md-2{margin-top:16px!important}.mt-md-2-5{margin-top:20px!important}.mt-md-3{margin-top:24px!important}.mt-md-3-5{margin-top:28px!important}.mt-md-4,.mt-md-4-5{margin-top:32px!important}.mt-md-5{margin-top:40px!important}.mt-md-auto{margin-top:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-0-5{margin-bottom:4px!important}.mb-md-1{margin-bottom:8px!important}.mb-md-1-5{margin-bottom:12px!important}.mb-md-2{margin-bottom:16px!important}.mb-md-2-5{margin-bottom:20px!important}.mb-md-3{margin-bottom:24px!important}.mb-md-3-5{margin-bottom:28px!important}.mb-md-4,.mb-md-4-5{margin-bottom:32px!important}.mb-md-5{margin-bottom:40px!important}.mb-md-auto{margin-bottom:auto!important}.pt-md-0{padding-top:0!important}.pt-md-0-5{padding-top:4px!important}.pt-md-1{padding-top:8px!important}.pt-md-1-5{padding-top:12px!important}.pt-md-2{padding-top:16px!important}.pt-md-2-5{padding-top:20px!important}.pt-md-3{padding-top:24px!important}.pt-md-3-5{padding-top:28px!important}.pt-md-4,.pt-md-4-5{padding-top:32px!important}.pt-md-5{padding-top:40px!important}.pb-md-0{padding-bottom:0!important}.pb-md-0-5{padding-bottom:4px!important}.pb-md-1{padding-bottom:8px!important}.pb-md-1-5{padding-bottom:12px!important}.pb-md-2{padding-bottom:16px!important}.pb-md-2-5{padding-bottom:20px!important}.pb-md-3{padding-bottom:24px!important}.pb-md-3-5{padding-bottom:28px!important}.pb-md-4,.pb-md-4-5{padding-bottom:32px!important}.pb-md-5{padding-bottom:40px!important}.gap-md-0{gap:0!important}.gap-md-0-5{gap:4px!important}.gap-md-1{gap:8px!important}.gap-md-1-5{gap:12px!important}.gap-md-2{gap:16px!important}.gap-md-2-5{gap:20px!important}.gap-md-3{gap:24px!important}.gap-md-3-5{gap:28px!important}.gap-md-4,.gap-md-4-5{gap:32px!important}.gap-md-5{gap:40px!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-0-5{row-gap:4px!important}.row-gap-md-1{row-gap:8px!important}.row-gap-md-1-5{row-gap:12px!important}.row-gap-md-2{row-gap:16px!important}.row-gap-md-2-5{row-gap:20px!important}.row-gap-md-3{row-gap:24px!important}.row-gap-md-3-5{row-gap:28px!important}.row-gap-md-4,.row-gap-md-4-5{row-gap:32px!important}.row-gap-md-5{row-gap:40px!important}.column-gap-md-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-0-5{-moz-column-gap:4px!important;column-gap:4px!important}.column-gap-md-1{-moz-column-gap:8px!important;column-gap:8px!important}.column-gap-md-1-5{-moz-column-gap:12px!important;column-gap:12px!important}.column-gap-md-2{-moz-column-gap:16px!important;column-gap:16px!important}.column-gap-md-2-5{-moz-column-gap:20px!important;column-gap:20px!important}.column-gap-md-3{-moz-column-gap:24px!important;column-gap:24px!important}.column-gap-md-3-5{-moz-column-gap:28px!important;column-gap:28px!important}.column-gap-md-4,.column-gap-md-4-5{-moz-column-gap:32px!important;column-gap:32px!important}.column-gap-md-5{-moz-column-gap:40px!important;column-gap:40px!important}}@media (min-width: 932px){.d-md-plus-inline{display:inline!important}.d-md-plus-inline-block{display:inline-block!important}.d-md-plus-block{display:block!important}.d-md-plus-grid{display:grid!important}.d-md-plus-inline-grid{display:inline-grid!important}.d-md-plus-table{display:table!important}.d-md-plus-table-row{display:table-row!important}.d-md-plus-table-cell{display:table-cell!important}.d-md-plus-flex{display:flex!important}.d-md-plus-inline-flex{display:inline-flex!important}.d-md-plus-none{display:none!important}.flex-md-plus-fill{flex:1 1 auto!important}.flex-md-plus-row{flex-direction:row!important}.flex-md-plus-column{flex-direction:column!important}.flex-md-plus-row-reverse{flex-direction:row-reverse!important}.flex-md-plus-column-reverse{flex-direction:column-reverse!important}.flex-md-plus-grow-0{flex-grow:0!important}.flex-md-plus-grow-1{flex-grow:1!important}.flex-md-plus-shrink-0{flex-shrink:0!important}.flex-md-plus-shrink-1{flex-shrink:1!important}.flex-md-plus-wrap{flex-wrap:wrap!important}.flex-md-plus-nowrap{flex-wrap:nowrap!important}.flex-md-plus-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-plus-start{justify-content:flex-start!important}.justify-content-md-plus-end{justify-content:flex-end!important}.justify-content-md-plus-center{justify-content:center!important}.justify-content-md-plus-between{justify-content:space-between!important}.justify-content-md-plus-around{justify-content:space-around!important}.justify-content-md-plus-evenly{justify-content:space-evenly!important}.align-items-md-plus-start{align-items:flex-start!important}.align-items-md-plus-end{align-items:flex-end!important}.align-items-md-plus-center{align-items:center!important}.align-items-md-plus-baseline{align-items:baseline!important}.align-items-md-plus-stretch{align-items:stretch!important}.align-content-md-plus-start{align-content:flex-start!important}.align-content-md-plus-end{align-content:flex-end!important}.align-content-md-plus-center{align-content:center!important}.align-content-md-plus-between{align-content:space-between!important}.align-content-md-plus-around{align-content:space-around!important}.align-content-md-plus-stretch{align-content:stretch!important}.align-self-md-plus-auto{align-self:auto!important}.align-self-md-plus-start{align-self:flex-start!important}.align-self-md-plus-end{align-self:flex-end!important}.align-self-md-plus-center{align-self:center!important}.align-self-md-plus-baseline{align-self:baseline!important}.align-self-md-plus-stretch{align-self:stretch!important}.order-md-plus-first{order:-1!important}.order-md-plus-0{order:0!important}.order-md-plus-1{order:1!important}.order-md-plus-2{order:2!important}.order-md-plus-3{order:3!important}.order-md-plus-4{order:4!important}.order-md-plus-5{order:5!important}.order-md-plus-last{order:6!important}.mt-md-plus-0{margin-top:0!important}.mt-md-plus-0-5{margin-top:4px!important}.mt-md-plus-1{margin-top:8px!important}.mt-md-plus-1-5{margin-top:12px!important}.mt-md-plus-2{margin-top:16px!important}.mt-md-plus-2-5{margin-top:20px!important}.mt-md-plus-3{margin-top:24px!important}.mt-md-plus-3-5{margin-top:28px!important}.mt-md-plus-4,.mt-md-plus-4-5{margin-top:32px!important}.mt-md-plus-5{margin-top:40px!important}.mt-md-plus-auto{margin-top:auto!important}.mb-md-plus-0{margin-bottom:0!important}.mb-md-plus-0-5{margin-bottom:4px!important}.mb-md-plus-1{margin-bottom:8px!important}.mb-md-plus-1-5{margin-bottom:12px!important}.mb-md-plus-2{margin-bottom:16px!important}.mb-md-plus-2-5{margin-bottom:20px!important}.mb-md-plus-3{margin-bottom:24px!important}.mb-md-plus-3-5{margin-bottom:28px!important}.mb-md-plus-4,.mb-md-plus-4-5{margin-bottom:32px!important}.mb-md-plus-5{margin-bottom:40px!important}.mb-md-plus-auto{margin-bottom:auto!important}.pt-md-plus-0{padding-top:0!important}.pt-md-plus-0-5{padding-top:4px!important}.pt-md-plus-1{padding-top:8px!important}.pt-md-plus-1-5{padding-top:12px!important}.pt-md-plus-2{padding-top:16px!important}.pt-md-plus-2-5{padding-top:20px!important}.pt-md-plus-3{padding-top:24px!important}.pt-md-plus-3-5{padding-top:28px!important}.pt-md-plus-4,.pt-md-plus-4-5{padding-top:32px!important}.pt-md-plus-5{padding-top:40px!important}.pb-md-plus-0{padding-bottom:0!important}.pb-md-plus-0-5{padding-bottom:4px!important}.pb-md-plus-1{padding-bottom:8px!important}.pb-md-plus-1-5{padding-bottom:12px!important}.pb-md-plus-2{padding-bottom:16px!important}.pb-md-plus-2-5{padding-bottom:20px!important}.pb-md-plus-3{padding-bottom:24px!important}.pb-md-plus-3-5{padding-bottom:28px!important}.pb-md-plus-4,.pb-md-plus-4-5{padding-bottom:32px!important}.pb-md-plus-5{padding-bottom:40px!important}.gap-md-plus-0{gap:0!important}.gap-md-plus-0-5{gap:4px!important}.gap-md-plus-1{gap:8px!important}.gap-md-plus-1-5{gap:12px!important}.gap-md-plus-2{gap:16px!important}.gap-md-plus-2-5{gap:20px!important}.gap-md-plus-3{gap:24px!important}.gap-md-plus-3-5{gap:28px!important}.gap-md-plus-4,.gap-md-plus-4-5{gap:32px!important}.gap-md-plus-5{gap:40px!important}.row-gap-md-plus-0{row-gap:0!important}.row-gap-md-plus-0-5{row-gap:4px!important}.row-gap-md-plus-1{row-gap:8px!important}.row-gap-md-plus-1-5{row-gap:12px!important}.row-gap-md-plus-2{row-gap:16px!important}.row-gap-md-plus-2-5{row-gap:20px!important}.row-gap-md-plus-3{row-gap:24px!important}.row-gap-md-plus-3-5{row-gap:28px!important}.row-gap-md-plus-4,.row-gap-md-plus-4-5{row-gap:32px!important}.row-gap-md-plus-5{row-gap:40px!important}.column-gap-md-plus-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-plus-0-5{-moz-column-gap:4px!important;column-gap:4px!important}.column-gap-md-plus-1{-moz-column-gap:8px!important;column-gap:8px!important}.column-gap-md-plus-1-5{-moz-column-gap:12px!important;column-gap:12px!important}.column-gap-md-plus-2{-moz-column-gap:16px!important;column-gap:16px!important}.column-gap-md-plus-2-5{-moz-column-gap:20px!important;column-gap:20px!important}.column-gap-md-plus-3{-moz-column-gap:24px!important;column-gap:24px!important}.column-gap-md-plus-3-5{-moz-column-gap:28px!important;column-gap:28px!important}.column-gap-md-plus-4,.column-gap-md-plus-4-5{-moz-column-gap:32px!important;column-gap:32px!important}.column-gap-md-plus-5{-moz-column-gap:40px!important;column-gap:40px!important}}@media (min-width: 1025px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-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}.mt-lg-0{margin-top:0!important}.mt-lg-0-5{margin-top:4px!important}.mt-lg-1{margin-top:8px!important}.mt-lg-1-5{margin-top:12px!important}.mt-lg-2{margin-top:16px!important}.mt-lg-2-5{margin-top:20px!important}.mt-lg-3{margin-top:24px!important}.mt-lg-3-5{margin-top:28px!important}.mt-lg-4,.mt-lg-4-5{margin-top:32px!important}.mt-lg-5{margin-top:40px!important}.mt-lg-auto{margin-top:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-0-5{margin-bottom:4px!important}.mb-lg-1{margin-bottom:8px!important}.mb-lg-1-5{margin-bottom:12px!important}.mb-lg-2{margin-bottom:16px!important}.mb-lg-2-5{margin-bottom:20px!important}.mb-lg-3{margin-bottom:24px!important}.mb-lg-3-5{margin-bottom:28px!important}.mb-lg-4,.mb-lg-4-5{margin-bottom:32px!important}.mb-lg-5{margin-bottom:40px!important}.mb-lg-auto{margin-bottom:auto!important}.pt-lg-0{padding-top:0!important}.pt-lg-0-5{padding-top:4px!important}.pt-lg-1{padding-top:8px!important}.pt-lg-1-5{padding-top:12px!important}.pt-lg-2{padding-top:16px!important}.pt-lg-2-5{padding-top:20px!important}.pt-lg-3{padding-top:24px!important}.pt-lg-3-5{padding-top:28px!important}.pt-lg-4,.pt-lg-4-5{padding-top:32px!important}.pt-lg-5{padding-top:40px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-0-5{padding-bottom:4px!important}.pb-lg-1{padding-bottom:8px!important}.pb-lg-1-5{padding-bottom:12px!important}.pb-lg-2{padding-bottom:16px!important}.pb-lg-2-5{padding-bottom:20px!important}.pb-lg-3{padding-bottom:24px!important}.pb-lg-3-5{padding-bottom:28px!important}.pb-lg-4,.pb-lg-4-5{padding-bottom:32px!important}.pb-lg-5{padding-bottom:40px!important}.gap-lg-0{gap:0!important}.gap-lg-0-5{gap:4px!important}.gap-lg-1{gap:8px!important}.gap-lg-1-5{gap:12px!important}.gap-lg-2{gap:16px!important}.gap-lg-2-5{gap:20px!important}.gap-lg-3{gap:24px!important}.gap-lg-3-5{gap:28px!important}.gap-lg-4,.gap-lg-4-5{gap:32px!important}.gap-lg-5{gap:40px!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-0-5{row-gap:4px!important}.row-gap-lg-1{row-gap:8px!important}.row-gap-lg-1-5{row-gap:12px!important}.row-gap-lg-2{row-gap:16px!important}.row-gap-lg-2-5{row-gap:20px!important}.row-gap-lg-3{row-gap:24px!important}.row-gap-lg-3-5{row-gap:28px!important}.row-gap-lg-4,.row-gap-lg-4-5{row-gap:32px!important}.row-gap-lg-5{row-gap:40px!important}.column-gap-lg-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-0-5{-moz-column-gap:4px!important;column-gap:4px!important}.column-gap-lg-1{-moz-column-gap:8px!important;column-gap:8px!important}.column-gap-lg-1-5{-moz-column-gap:12px!important;column-gap:12px!important}.column-gap-lg-2{-moz-column-gap:16px!important;column-gap:16px!important}.column-gap-lg-2-5{-moz-column-gap:20px!important;column-gap:20px!important}.column-gap-lg-3{-moz-column-gap:24px!important;column-gap:24px!important}.column-gap-lg-3-5{-moz-column-gap:28px!important;column-gap:28px!important}.column-gap-lg-4,.column-gap-lg-4-5{-moz-column-gap:32px!important;column-gap:32px!important}.column-gap-lg-5{-moz-column-gap:40px!important;column-gap:40px!important}}@media (min-width: 1201px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-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}.mt-xl-0{margin-top:0!important}.mt-xl-0-5{margin-top:4px!important}.mt-xl-1{margin-top:8px!important}.mt-xl-1-5{margin-top:12px!important}.mt-xl-2{margin-top:16px!important}.mt-xl-2-5{margin-top:20px!important}.mt-xl-3{margin-top:24px!important}.mt-xl-3-5{margin-top:28px!important}.mt-xl-4,.mt-xl-4-5{margin-top:32px!important}.mt-xl-5{margin-top:40px!important}.mt-xl-auto{margin-top:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-0-5{margin-bottom:4px!important}.mb-xl-1{margin-bottom:8px!important}.mb-xl-1-5{margin-bottom:12px!important}.mb-xl-2{margin-bottom:16px!important}.mb-xl-2-5{margin-bottom:20px!important}.mb-xl-3{margin-bottom:24px!important}.mb-xl-3-5{margin-bottom:28px!important}.mb-xl-4,.mb-xl-4-5{margin-bottom:32px!important}.mb-xl-5{margin-bottom:40px!important}.mb-xl-auto{margin-bottom:auto!important}.pt-xl-0{padding-top:0!important}.pt-xl-0-5{padding-top:4px!important}.pt-xl-1{padding-top:8px!important}.pt-xl-1-5{padding-top:12px!important}.pt-xl-2{padding-top:16px!important}.pt-xl-2-5{padding-top:20px!important}.pt-xl-3{padding-top:24px!important}.pt-xl-3-5{padding-top:28px!important}.pt-xl-4,.pt-xl-4-5{padding-top:32px!important}.pt-xl-5{padding-top:40px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-0-5{padding-bottom:4px!important}.pb-xl-1{padding-bottom:8px!important}.pb-xl-1-5{padding-bottom:12px!important}.pb-xl-2{padding-bottom:16px!important}.pb-xl-2-5{padding-bottom:20px!important}.pb-xl-3{padding-bottom:24px!important}.pb-xl-3-5{padding-bottom:28px!important}.pb-xl-4,.pb-xl-4-5{padding-bottom:32px!important}.pb-xl-5{padding-bottom:40px!important}.gap-xl-0{gap:0!important}.gap-xl-0-5{gap:4px!important}.gap-xl-1{gap:8px!important}.gap-xl-1-5{gap:12px!important}.gap-xl-2{gap:16px!important}.gap-xl-2-5{gap:20px!important}.gap-xl-3{gap:24px!important}.gap-xl-3-5{gap:28px!important}.gap-xl-4,.gap-xl-4-5{gap:32px!important}.gap-xl-5{gap:40px!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-0-5{row-gap:4px!important}.row-gap-xl-1{row-gap:8px!important}.row-gap-xl-1-5{row-gap:12px!important}.row-gap-xl-2{row-gap:16px!important}.row-gap-xl-2-5{row-gap:20px!important}.row-gap-xl-3{row-gap:24px!important}.row-gap-xl-3-5{row-gap:28px!important}.row-gap-xl-4,.row-gap-xl-4-5{row-gap:32px!important}.row-gap-xl-5{row-gap:40px!important}.column-gap-xl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-0-5{-moz-column-gap:4px!important;column-gap:4px!important}.column-gap-xl-1{-moz-column-gap:8px!important;column-gap:8px!important}.column-gap-xl-1-5{-moz-column-gap:12px!important;column-gap:12px!important}.column-gap-xl-2{-moz-column-gap:16px!important;column-gap:16px!important}.column-gap-xl-2-5{-moz-column-gap:20px!important;column-gap:20px!important}.column-gap-xl-3{-moz-column-gap:24px!important;column-gap:24px!important}.column-gap-xl-3-5{-moz-column-gap:28px!important;column-gap:28px!important}.column-gap-xl-4,.column-gap-xl-4-5{-moz-column-gap:32px!important;column-gap:32px!important}.column-gap-xl-5{-moz-column-gap:40px!important;column-gap:40px!important}}@media (min-width: 1368px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-0-5{margin-top:4px!important}.mt-xxl-1{margin-top:8px!important}.mt-xxl-1-5{margin-top:12px!important}.mt-xxl-2{margin-top:16px!important}.mt-xxl-2-5{margin-top:20px!important}.mt-xxl-3{margin-top:24px!important}.mt-xxl-3-5{margin-top:28px!important}.mt-xxl-4,.mt-xxl-4-5{margin-top:32px!important}.mt-xxl-5{margin-top:40px!important}.mt-xxl-auto{margin-top:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-0-5{margin-bottom:4px!important}.mb-xxl-1{margin-bottom:8px!important}.mb-xxl-1-5{margin-bottom:12px!important}.mb-xxl-2{margin-bottom:16px!important}.mb-xxl-2-5{margin-bottom:20px!important}.mb-xxl-3{margin-bottom:24px!important}.mb-xxl-3-5{margin-bottom:28px!important}.mb-xxl-4,.mb-xxl-4-5{margin-bottom:32px!important}.mb-xxl-5{margin-bottom:40px!important}.mb-xxl-auto{margin-bottom:auto!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-0-5{padding-top:4px!important}.pt-xxl-1{padding-top:8px!important}.pt-xxl-1-5{padding-top:12px!important}.pt-xxl-2{padding-top:16px!important}.pt-xxl-2-5{padding-top:20px!important}.pt-xxl-3{padding-top:24px!important}.pt-xxl-3-5{padding-top:28px!important}.pt-xxl-4,.pt-xxl-4-5{padding-top:32px!important}.pt-xxl-5{padding-top:40px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-0-5{padding-bottom:4px!important}.pb-xxl-1{padding-bottom:8px!important}.pb-xxl-1-5{padding-bottom:12px!important}.pb-xxl-2{padding-bottom:16px!important}.pb-xxl-2-5{padding-bottom:20px!important}.pb-xxl-3{padding-bottom:24px!important}.pb-xxl-3-5{padding-bottom:28px!important}.pb-xxl-4,.pb-xxl-4-5{padding-bottom:32px!important}.pb-xxl-5{padding-bottom:40px!important}.gap-xxl-0{gap:0!important}.gap-xxl-0-5{gap:4px!important}.gap-xxl-1{gap:8px!important}.gap-xxl-1-5{gap:12px!important}.gap-xxl-2{gap:16px!important}.gap-xxl-2-5{gap:20px!important}.gap-xxl-3{gap:24px!important}.gap-xxl-3-5{gap:28px!important}.gap-xxl-4,.gap-xxl-4-5{gap:32px!important}.gap-xxl-5{gap:40px!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-0-5{row-gap:4px!important}.row-gap-xxl-1{row-gap:8px!important}.row-gap-xxl-1-5{row-gap:12px!important}.row-gap-xxl-2{row-gap:16px!important}.row-gap-xxl-2-5{row-gap:20px!important}.row-gap-xxl-3{row-gap:24px!important}.row-gap-xxl-3-5{row-gap:28px!important}.row-gap-xxl-4,.row-gap-xxl-4-5{row-gap:32px!important}.row-gap-xxl-5{row-gap:40px!important}.column-gap-xxl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xxl-0-5{-moz-column-gap:4px!important;column-gap:4px!important}.column-gap-xxl-1{-moz-column-gap:8px!important;column-gap:8px!important}.column-gap-xxl-1-5{-moz-column-gap:12px!important;column-gap:12px!important}.column-gap-xxl-2{-moz-column-gap:16px!important;column-gap:16px!important}.column-gap-xxl-2-5{-moz-column-gap:20px!important;column-gap:20px!important}.column-gap-xxl-3{-moz-column-gap:24px!important;column-gap:24px!important}.column-gap-xxl-3-5{-moz-column-gap:28px!important;column-gap:28px!important}.column-gap-xxl-4,.column-gap-xxl-4-5{-moz-column-gap:32px!important;column-gap:32px!important}.column-gap-xxl-5{-moz-column-gap:40px!important;column-gap:40px!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}@media (max-width: 1367.98px){.container{--bs-gutter-x: 48px}}@media (max-width: 743.98px){.container{--bs-gutter-x: 24px}}@font-face{font-family:inter-br;font-style:normal;font-weight:400;src:url(/build/assets/inter-regular-CIgEDuSg.woff2) format("woff2")}@font-face{font-family:inter-br;font-style:italic;font-weight:400;src:url(/build/assets/inter-italic-DUcFaLVY.woff2) format("woff2")}@font-face{font-family:noto-sans-br;font-style:normal;font-weight:400;src:url(/build/assets/noto-sans-regular-BQCJi9ps.woff2) format("woff2")}@font-face{font-family:noto-sans-br;font-style:italic;font-weight:400;src:url(/build/assets/noto-sans-italic-BsWmhuc9.woff2) format("woff2")}@font-face{font-family:noto-sans-br;font-style:normal;font-weight:500;src:url(/build/assets/noto-sans-medium-0t58ALo3.woff2) format("woff2")}@font-face{font-family:noto-sans-br;font-style:italic;font-weight:500;src:url(/build/assets/noto-sans-medium-italic-__fgBeIX.woff2) format("woff2")}::-moz-placeholder{color:#666}::placeholder{color:#666}::-moz-selection{background-color:#308a91;color:#fff}::selection{background-color:#308a91;color:#fff}textarea:focus,input:focus{caret-color:#308a91}body{font-family:noto-sans-br,sans-serif;font-size:16px;line-height:1.4;color:#101828;min-width:320px;position:relative;overflow-x:hidden}.icon{width:20px;height:20px}button *{pointer-events:none!important}picture{display:flex;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;max-width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}picture img{display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;margin:0 auto;max-width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.img-responsive{width:100%;max-width:100%;height:auto}.h-36{font-size:36px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0}@media (max-width: 428.98px){.h-36{font-size:22px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0}}.h-28{font-size:28px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0}@media (max-width: 1200.98px){.h-28{font-size:22px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0}}.h-24{font-size:22px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0}.h-20{font-size:20px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0}.h-16{font-size:16px;line-height:1.4;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0}.t-18{font-size:18px;line-height:1.4}.t-16{font-size:16px;line-height:1.4}.t-14{font-size:14px;line-height:1.4}.underline{text-decoration:underline!important}@media screen and (hover: hover) and (pointer: fine){.hover-underline:hover{text-decoration:underline!important}}p{font-size:16px;line-height:1.4}b,strong{font-weight:500}.text-center{text-align:center}.c-primary{color:#101828}.c-brand{color:#308a91}.c-error{color:#d07878}.c-secondary{color:#667085}.c-gray{color:#f2f4f7}.c-disabled{color:#98a2b3}.c-white{color:#fff}.bg-brand{background-color:#308a91}.choices{position:relative;overflow:hidden}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:8px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-8px;margin-right:25px;height:20px;width:20px;opacity:.25}.choices[data-type*=select-one] .choices__button:hover,.choices[data-type*=select-one] .choices__button:focus{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #005f75}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one].is-open .choices__inner .choices__item .icon{transform:rotate(180deg)}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #003642;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75}.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=text] .choices__button:hover,.choices[data-type*=text] .choices__button:focus{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#fff;padding:10px 12px;border:1px solid #EAECF0;border-radius:1px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#eaecf0}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list::-webkit-scrollbar{width:4px}.choices__list::-webkit-scrollbar-track{background:#f2f4f7;border-radius:4px}.choices__list::-webkit-scrollbar-thumb{border-radius:4px;background:#101828}.choices__list--single{display:inline-block;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{display:flex;align-items:center;gap:16px;width:100%;justify-content:space-between}.choices__list--single .choices__item .icon{color:#308a91}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;padding:4px 8px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#005f75;border:1px solid #004a5c;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#004a5c;border:1px solid #003642}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #eaecf0;top:100%;margin-top:-1px;overflow:hidden;word-break:break-all}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#eaecf0}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:8px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{color:#308a91}.choices__list--dropdown .choices__item--selectable.is-highlighted:after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:8px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.fancybox__container{--fancybox-bg: rgba(24, 24, 27, .4)}@media (max-width: 743.98px){.fancybox__container{pointer-events:none}.fancybox__container .fancybox__backdrop{pointer-events:all}}.fancybox--bottom-modal .fancybox__slide{padding:0}@media (min-width: 744px){.fancybox--bottom-modal .fancybox__slide{max-width:512px}}@media (max-width: 743.98px){.fancybox--bottom-modal .fancybox__slide{justify-content:end}.fancybox--bottom-modal .fancybox__slide:before{display:none}.fancybox--bottom-modal .fancybox__slide:after{display:none}}@media (min-width: 744px){.fancybox--bottom-modal .fancybox__content{padding:24px}}@media (max-width: 743.98px){.fancybox--bottom-modal .fancybox__content{padding:40px 16px 16px;width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.fancybox--bottom-modal .fancybox__slide-button-close{position:absolute;top:16px;left:50%;transform:translate(-50%);width:128px;height:8px;border-radius:4px;background-color:#98a2b3}.fancybox--bottom-modal .fancybox__slide-button-close:before{position:absolute;top:-16px;left:50%;content:"";display:block;width:350%;height:50px;transform:translate(-50%);background:transparent}}.fancybox--bottom-modal .fancybox__nav{display:none}.f-slideIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-slideIn;z-index:2}.f-slideOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-slideOut;z-index:1}@media (min-width: 744px){@keyframes f-slideIn{0%{opacity:0}to{opacity:1}}}@media (max-width: 743.98px){@keyframes f-slideIn{0%{bottom:-100%}to{bottom:0}}}@media (min-width: 744px){@keyframes f-slideOut{to{opacity:0}}}@media (max-width: 743.98px){@keyframes f-slideOut{0%{bottom:0}to{bottom:-100%}}}.fancybox__slide .fancybox__content{transition:width .1s ease,height .1s ease}@media (max-width: 743.98px){.fancybox__slide .fancybox__content{pointer-events:all}}.js--show-more-block{max-height:84px;overflow:hidden;transition:max-height .5s cubic-bezier(0,1,0,1)}.js--show-more-block.is-active{max-height:1000px;transition:max-height 1s ease-in-out}.js--show-more-button .link__icon{transition:transform .2s ease}.js--show-more-button.is-active .link__icon{transform:rotate(180deg)}.swiper-outer{position:relative}.swiper-outer .swiper-button-prev{position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:100}.swiper-outer .swiper-button-next{position:absolute;right:12px;top:50%;transform:translateY(-50%);z-index:100}.swiper-pagination{display:flex;justify-content:center;gap:12px}.swiper-pagination .swiper-pagination-bullet{width:64px;height:6px;background-color:#f2f4f7;border-radius:1px;transition:background-color .2s ease}.swiper-pagination .swiper-pagination-bullet-active{background-color:#308a91}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-clickable .swiper-pagination-bullet-active{cursor:default}.button{border:none;margin:0;width:auto;background-color:transparent;outline:none!important;color:inherit;font:inherit;line-height:1;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;position:relative;border:1px solid #308A91;border-radius:1px;padding:11px;display:inline-flex;align-items:center;text-decoration:none;color:#225c63;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.button::-moz-focus-inner{border:0;padding:0}.button *{pointer-events:none!important}.button__text{position:relative;line-height:20px;padding-left:10px;padding-right:10px;white-space:nowrap}.button__icon{position:relative;top:1px;width:20px;height:20px}.button .indicator{position:absolute;display:flex;align-items:center;justify-content:center;min-width:20px;height:19px;padding:5px;border-radius:10px;font-size:13px;line-height:16px;background-color:#308a91;color:#fff;text-align:center;top:-10px;right:-10px}.button.loading{pointer-events:none}.button.loading .button__icon,.button.loading .button__text{visibility:hidden}.button.loading:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:26px;height:26px;border-radius:50%;border:3px solid #308A91;border-bottom-color:transparent;z-index:101;animation:loading 1s linear infinite}@media screen and (hover: hover) and (pointer: fine){.button:not(.button--none,.button--filled,.button--secondary-filled,.button--secondary-outlined):not(.no-hover,.loading):hover{background-color:#308a91;color:#fff}}.button:not(.button--none,.button--filled,.button--secondary-filled,.button--secondary-outlined).disabled,.button:not(.button--none,.button--filled,.button--secondary-filled,.button--secondary-outlined):disabled{background-color:transparent!important;color:#98a2b3!important;border:1px solid #EAECF0!important}.button--full{width:100%}.button--between{justify-content:space-between}.button--center{justify-content:center}.button--md{height:36px;padding-left:9px;padding-right:9px}.button--md .button__icon{width:16px;height:16px}.button--md .button__text{padding-left:8px;padding-right:8px}.button--filled{border:1px solid #308A91;background-color:#308a91;color:#fff}@media screen and (hover: hover) and (pointer: fine){.button--filled:not(.no-hover,.loading):hover{background-color:#26747b;border-color:#26747b;color:#fff}}.button--filled.disabled,.button--filled:disabled{background-color:#eaecf0!important;border-color:#eaecf0!important;color:#98a2b3!important}.button--filled.loading:before{border:3px solid #ffffff;border-bottom-color:#308a91}.button--secondary-outlined{border:1px solid #EAECF0;background-color:#fff;color:#101828}@media screen and (hover: hover) and (pointer: fine){.button--secondary-outlined:hover{background-color:#eaecf0;border-color:#eaecf0;color:#101828}}.button--secondary-outlined.disabled,.button--secondary-outlined:disabled{background-color:#fff!important;border-color:#eaecf0!important;color:#98a2b3!important}.button--secondary-filled{border:1px solid #EAECF0;background-color:#eaecf0;color:#101828}@media screen and (hover: hover) and (pointer: fine){.button--secondary-filled:hover{background-color:#eaecf0;border-color:#eaecf0;color:#101828}}.button--secondary-filled.disabled,.button--secondary-filled:disabled{background-color:#eaecf0!important;border-color:#eaecf0!important;color:#98a2b3!important}.button--none{border:1px solid transparent;background-color:transparent;color:#101828}.button--icon-color-brand .icon{color:#308a91}.divider-horizontal{display:block;width:100%;border-bottom:1px solid #EAECF0}.divider{display:block;height:16px;border-left:2px solid #667085}.form-group{display:flex;flex-direction:column;gap:8px}.form-group__label{color:#667085}.form-group__input{outline:none;border:1px solid #EAECF0;border-radius:1px;padding:10px;width:100%}.form-group__input::-moz-placeholder{color:#667085}.form-group__input::placeholder{color:#667085}.form-group__search-group{position:relative;display:flex;align-items:center}.form-group__search-group .form-group__input{flex:1;padding-right:14px;border-top-right-radius:0;border-bottom-right-radius:0}.form-group__search-group .button{border-top-left-radius:0;border-bottom-left-radius:0;border-left:none}.form-group__search-group .form-group__input-wrapper+.form-group__input-clear{right:42px}.form-group__input-wrapper{display:flex;flex:1}.form-group__input-clear{position:absolute;right:0;display:none}.form-group__input-clear .icon{color:#667085}.form-group__icon{margin-left:-1px;border-top:1px solid #eaecf0;border-right:1px solid #eaecf0;border-bottom:1px solid #eaecf0}.form-group__icon .icon{color:#308a91}.form-group__helper{color:#667085}.form-group__invalid-text{color:#d07878;display:none}.form-group.invalid .form-group__input{border:1px solid #d07878}.form-group.invalid .form-group__invalid-text{display:block}.form-group--small .form-group__input{padding:10px}.form-group--small .form-group__search-group .form-group__input{padding-right:42px}.form-group.is-typed .form-group__input-clear{display:block}.form-toggle{cursor:pointer;display:flex;align-items:center;gap:8px;line-height:1;color:#101828;font-size:14px;font-weight:400}.form-toggle *{pointer-events:none}.form-toggle i{display:flex;width:20px;height:20px;border-radius:1px;background-color:#f2f4f7;transition:.2s ease border-color}.form-toggle i svg{margin:auto;width:12px;height:12px;opacity:1;color:#98a2b3}.form-toggle input{position:absolute;visibility:hidden}.form-toggle input:checked+i{background-color:#308a91}.form-toggle input:checked+i>svg{color:#fff;opacity:1}.form-toggle--button{background-color:#f2f4f7;color:#667085;padding:8px}.form-toggle--button span{font-size:16px}.form-toggle--button i{background-color:#fff}.form-toggle.has-error+.form-error{display:block}.link{display:inline-flex;align-items:center;gap:8px;outline:none!important;font-size:16px;line-height:1;color:#101828;cursor:pointer;transition:color .2s ease;text-decoration:none}.link:not(.no-hover):hover{text-decoration:underline}.link:focus{text-decoration:none}.link:active,.link:visited{text-decoration:none}.link:visited:hover,.link:link:hover{text-decoration:underline}.link__icon{width:20px;height:20px}.link--gray,.link--gray .link__icon{color:#667085}.link--brand,.link--brand .link__icon{color:#308a91}.link.disabled{pointer-events:none;cursor:default;color:#98a2b3}.link.disabled .link__icon{color:#98a2b3}.about-us-block{position:relative;display:flex;background-color:#f2f4f7;border-radius:1px}@media (min-width: 1025px){.about-us-block{height:384px}}@media (max-width: 1024.98px){.about-us-block{flex-direction:column}}.about-us-block__container{flex:1;display:flex;align-items:center}.about-us-block__image{flex:1}@media (max-width: 1024.98px){.about-us-block__image{height:224px}.about-us-block__image picture img{width:100%}}@media (max-width: 743.98px){.about-us-block__body{padding:16px;margin-bottom:24px}}@media (max-width: 1024.98px){.about-us-block__body{padding:24px;margin-bottom:16px}}@media (min-width: 1025px){.about-us-block__body{padding-left:48px;padding-right:48px;margin-left:24px}}.about-us-block__title{font-size:36px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:10px}@media (max-width: 428.98px){.about-us-block__title{font-size:22px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0}}.about-us-block__link{margin-top:30px}.banner{position:relative;display:flex;align-items:center;background-color:#f2f4f7;border-radius:1px}@media (max-width: 743.98px){.banner{flex-direction:column}.banner__body{position:relative;padding:16px 16px 64px}}@media (max-width: 428.98px){.banner__body .button{width:100%;justify-content:center}}@media (min-width: 744px){.banner__body{position:absolute;max-width:540px;margin-left:48px}}@media (min-width: 1025px){.banner__body{max-width:440px}}@media (min-width: 1201px){.banner__body{max-width:540px}}@media (max-width: 1171px){.banner .h-36{font-size:28px}}@media (max-width: 1055px){.banner .h-36{font-size:24px}}.banners-slider{position:relative}.banners-slider__controls{display:flex;gap:12px;position:absolute;top:24px;right:24px;z-index:10}@media (max-width: 743.98px){.banners-slider__controls{display:none}}.banners-slider__pagination{margin-top:24px}@media (max-width: 743.98px){html.is-scrolled .header-search{margin-top:0;height:0;opacity:0;visibility:hidden}html.is-open-header-catalog,html.is-open-header-catalog body{overflow-y:hidden!important}html.is-open-header-catalog .header__menu-text{opacity:1;visibility:visible;width:auto}html.is-open-header-catalog .header__logo{opacity:0;visibility:hidden;width:0;margin-right:0}html.is-focus-header-search,html.is-focus-header-search body{overflow-y:hidden!important}html.is-focus-header-search .header__logo-catalog{display:none}html.is-focus-header-search .header-search{margin-top:0}}.breadcrumbs{display:flex;flex-wrap:wrap;gap:12px;row-gap:4px}.breadcrumbs__item{display:flex;align-items:center;gap:12px;white-space:nowrap}.breadcrumbs__item span{color:#667085}.breadcrumbs__item:last-child span{color:#101828;overflow:hidden;text-overflow:ellipsis;max-width:calc(100vw - 24px)}.breadcrumbs__text{line-height:1;color:#101828}.button-slider{position:relative;border:none;margin:0;padding:0;width:auto;background-color:transparent;outline:none!important;color:inherit;font:inherit;line-height:1;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;display:flex;background-color:#f2f4f7;height:auto;width:28px;border-radius:1px}.button-slider::-moz-focus-inner{border:0;padding:0}.button-slider__icon{margin:auto;color:#308a91;transition:color .2s ease}.button-slider.disabled .button-slider__icon{color:#98a2b3}.button-split-group{display:flex;gap:6px;padding:6px;border:1px solid #EAECF0;border-radius:1px}.button-split{border:none;margin:0;width:auto;outline:none!important;color:inherit;font:inherit;line-height:1;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;display:flex;background-color:transparent;border-radius:1px;transition:background-color .2s ease;padding:5px}.button-split::-moz-focus-inner{border:0;padding:0}.button-split__icon{margin:auto;color:#667085}.button-split:hover,.button-split.is-active{background-color:#f2f4f7}.button-split.is-active .button-split__icon{color:#101828}.card-category{position:relative;display:flex;flex-direction:column;gap:24px;padding:16px;border:1px solid #EAECF0;border-radius:1px;transition:border-color .2s ease;text-decoration:none!important}.card-category__title{font-size:16px;line-height:1.4;color:#101828;text-align:center}@media screen and (hover: hover) and (pointer: fine){.card-category:hover{border-color:#308a91}}.card-category--mobile{gap:16px;align-items:center;padding:8px}.card-category--mobile .card-category__image{width:56px;height:56px}.card-category--mobile .card-category__title{font-size:14px;line-height:1.4}@media (min-width: 744px){.card-category--mobile .card-category__text{color:#308a91}}@media screen and (hover: hover) and (pointer: fine){.card-category--mobile:hover .card-category__text{text-decoration:underline}}.card{position:relative;border:1px solid #EAECF0;border-radius:1px;padding:24px}.card--xl{padding:24px}.card--md{padding:16px}.card--gray{background-color:#f2f4f7}@media (max-width: 743.98px){.card:not(.no-responsive){padding:16px}}.cart-card{position:relative;display:flex;flex-wrap:wrap;gap:12px}.cart-card__image{flex:none;position:relative;display:block;width:84px;height:84px}.cart-card__body{position:relative;flex:1}.cart-card__info{display:flex;flex-direction:column;gap:4px}.cart-card__title{font-size:16px;line-height:1.4;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0}.cart-card__properties{color:#667085}.cart-card__price{font-size:22px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0}.cart-card__controls{flex:100%;display:flex;gap:8px}@media (min-width: 744px){.cart-card__controls{position:absolute;right:0;bottom:0}}.cart-card__control-panel{display:flex;height:36px;border:1px solid #EAECF0;border-radius:1px}@media (max-width: 743.98px){.cart-card__control-panel{width:100%}}@media (min-width: 744px){.cart-card__control-panel{width:160px}}.cart-card__control-panel-button{flex:none;border:none;height:100%}.cart-card__control-panel-input{height:100%}.cart-card__control-panel-input .form-group__input{padding:6px 8px;border:none!important;text-align:center;height:100%}@media (max-width: 743.98px){.cart-card__control-panel-input{width:100%}}.catalog-filters{display:flex;flex-wrap:wrap;gap:16px;padding:16px;border:1px solid #EAECF0;border-radius:1px}.catalog-menu{display:flex;flex-direction:column;padding:16px;border:1px solid #EAECF0;border-radius:1px}.catalog-menu__header{display:flex;align-items:center;gap:12px}.catalog-menu__header-title{font-weight:700}.catalog-menu .catalog-menu__header+.catalog-menu__body{margin-top:16px;padding-top:16px;border-top:1px solid #eaecf0}.catalog-menu ul,.catalog-menu li{margin:0;padding:0;list-style-type:none}.catalog-menu ul{display:flex;flex-direction:column;gap:16px}.catalog-menu__link{display:flex;justify-content:space-between;padding-top:8px;padding-bottom:8px;gap:12px}.catalog-menu__link span{flex:1}.catalog-menu__link .icon{flex:none}.catalog-menu__link:hover{text-decoration:none!important;color:#308a91}.catalog-menu__link:visited:hover{text-decoration:none!important}.catalog-show-more-button{width:100%;max-width:324px}@media (max-width: 574.98px){.catalog-show-more-button{max-width:100%}}.color-frame{display:inline-block;width:18px;height:18px;border-radius:50%}.dropdown{position:relative;display:inline-block;height:36px}.dropdown__main{display:flex;height:100%;background-color:#f2f4f7}.dropdown__button{border:none;margin:0;width:auto;background-color:transparent;outline:none!important;color:inherit;font:inherit;line-height:1;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;display:flex;gap:8px;padding:0 8px;height:100%;align-items:center}.dropdown__button::-moz-focus-inner{border:0;padding:0}.dropdown__button-clear{display:none;position:relative}.dropdown__button-clear:before{content:"";display:block;position:absolute;left:0;height:16px;width:2px;background-color:#eaecf0}.dropdown__button-title{color:#667085;line-height:16px}.dropdown__button-value{color:#101828;line-height:16px}.dropdown__button-icon{color:#101828;width:16px;height:16px}.dropdown__button-apply{width:100%;justify-content:center}.dropdown__header{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}@media (min-width: 744px){.dropdown__header{display:none}}.dropdown__title{font-size:22px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0;text-align:center}.dropdown__body{position:absolute;left:0;margin-top:8px;display:none;flex-direction:column;gap:12px;min-width:280px;padding:12px;border:1px solid #eaecf0;background:#fff;z-index:10}.dropdown__list{display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;max-height:183px;min-height:183px;padding-right:4px}.dropdown__list::-webkit-scrollbar{width:4px}.dropdown__list::-webkit-scrollbar-track{background:#f2f4f7;border-radius:4px}.dropdown__list::-webkit-scrollbar-thumb{border-radius:4px;background:#101828}.dropdown__list-item{-webkit-user-select:none;-moz-user-select:none;user-select:none}.dropdown__list-item .form-toggle{padding:8px;transition:background-color .2s ease}.dropdown__list-item .form-toggle i{flex:none;transition:color .2s ease,background-color .2s ease}.dropdown__list-item .form-toggle>div{display:flex;width:100%;gap:8px}.dropdown__list-item .form-toggle>div .text-gray{margin-left:auto;color:#667085}@media screen and (hover: hover) and (pointer: fine){.dropdown__list-item .form-toggle:hover{background-color:#f2f4f7}.dropdown__list-item .form-toggle:hover input:checked+i{background-color:#308a91}.dropdown__list-item .form-toggle:hover i{background-color:#fff}}.dropdown__list-item:not(.dropdown__list-item:last-child){border-bottom:1px solid #eaecf0}.dropdown__list-item-last-searched{border-bottom:0!important}.dropdown__list-item-not-found{padding:8px}.dropdown__list-item-value-text{display:flex;align-items:center;gap:8px}.dropdown.is-open .dropdown__button-icon{transform:rotate(180deg)}.dropdown.is-open .dropdown__button-divider{display:block}.dropdown.is-open .dropdown__body,.dropdown.is-selected .dropdown__button-clear{display:flex}.filter-button-mobile{border:none;margin:0;width:auto;background-color:transparent;outline:none!important;color:inherit;font:inherit;line-height:1;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;display:flex;align-items:center;gap:8px;padding:0 8px;background-color:#f2f4f7;height:44px;width:100%}.filter-button-mobile::-moz-focus-inner{border:0;padding:0}.filter-button-mobile__text{color:#667085}.filter-button-mobile__icon{margin-left:auto;width:16px;height:16px;color:#101828}.footer{position:relative}@media (max-width: 743.98px){.footer__work-time{width:100%;display:flex;flex-direction:column;gap:4px;padding:8px;text-align:center;border-radius:1px;background-color:#f2f4f7}}.footer__work-time-header{font-size:16px;line-height:1.4;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0}.footer__work-time-body{font-size:16px;line-height:1.4;color:#667085}.footer__copyright{position:relative;margin-top:24px;padding-top:12px;padding-bottom:12px;font-size:14px;line-height:1.4;color:#667085;background-color:#f2f4f7}@media (max-width: 743.98px){.footer__copyright{padding-bottom:76px}}@media (max-width: 1024.98px){.footer__copyright-divider{display:none}}.footer__copyright-content{display:flex;justify-content:space-between}@media (max-width: 1024.98px){.footer__copyright-content{flex-direction:column;gap:12px}}.footer__copyright-links{display:flex;justify-content:space-between;gap:12px}@media (max-width: 1024.98px){.footer__copyright-links{flex-direction:column;align-items:center;gap:12px}.footer__copyright-text{text-align:center}}.footer__copyright-link{font-size:14px;line-height:1.4;text-decoration:underline}.header-catalog{position:absolute;left:12px;background-color:#fff;margin-top:12px;width:calc(100% - 24px);max-width:1392px;padding:32px;border:1px solid #EAECF0;border-radius:1px;display:flex;flex-direction:column;gap:48px;visibility:hidden;opacity:0;z-index:100;transition:visibility .2s ease,opacity .2s ease}@media (min-width: 1368px){.header-catalog{width:calc(100% - 24px)}}@media (max-width: 743.98px){.header-catalog{position:fixed;width:100%;margin-top:12px;top:56px;left:0;right:0;bottom:0;padding:24px 12px;border:0;border-top:1px solid #EAECF0;overflow-x:hidden;overflow-y:auto;height:auto;flex-direction:column}}.header-catalog.is-active{visibility:visible;opacity:1}.header-catalog__title{font-size:22px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:24px}@media (min-width: 744px){.header-catalog__title{display:none}}.header-catalog__columns{display:flex;align-items:flex-start;gap:24px}@media (max-width: 743.98px){.header-catalog__columns{gap:12px;flex-direction:column}}.header-catalog__column{flex:1;width:100%;display:flex;flex-direction:column;gap:32px}@media (max-width: 743.98px){.header-catalog__column{gap:12px}}.header-catalog__main-category{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}@media (max-width: 743.98px){.header-catalog__main-category *{pointer-events:none}}.header-catalog__main-category.is-active .header-catalog__toggle-categories-button .icon{transform:rotate(180deg)}@media (min-width: 744px){.header-catalog__toggle-categories-button{display:none}}.header-catalog__toggle-categories-button .icon{transition:transform .2s ease}.header-catalog__categories{margin:0;padding:0;list-style:none}@media (min-width: 744px){.header-catalog__categories{display:flex;flex-direction:column;gap:12px}.header-catalog__categories .card-category{border:none;padding:0;align-items:flex-start}.header-catalog__categories .card-category__image{display:none}.header-catalog__categories .card-category__title{font-size:16px;line-height:1.4;color:#308a91;text-align:left}.header-catalog__categories .card-category:hover .card-category__title{text-decoration:underline}}@media (max-width: 743.98px){.header-catalog__categories{display:grid;visibility:hidden;opacity:0;height:0;gap:8px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));transition:opacity .2s ease,visibility .2s ease}.header-catalog__categories.is-active{height:auto;visibility:visible;opacity:1}.header-catalog__categories .card-category{height:100%}.header-catalog__categories{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}@media (min-width: 744px){.header-catalog__navigation{display:none}}.header-catalog__cards{display:flex;gap:8px}.header-catalog__cards .card-category{flex:1;height:auto}.header-search-results{position:absolute;left:12px;background-color:#fff;margin-top:12px;width:calc(100% - 24px);padding:24px 0;border:1px solid #EAECF0;border-radius:1px;display:flex;flex-direction:column;gap:24px;visibility:hidden;opacity:0;z-index:100;transition:visibility .2s ease,opacity .2s ease}@media (min-width: 744px){.header-search-results{max-height:60vh;overflow-y:auto}.header-search-results::-webkit-scrollbar{width:4px}.header-search-results::-webkit-scrollbar-track{background:#f2f4f7;border-radius:4px}.header-search-results::-webkit-scrollbar-thumb{border-radius:4px;background:#101828}}@media (max-width: 743.98px){.header-search-results{position:fixed;width:100%;top:56px;left:0;right:0;bottom:0;border-left:0;border-right:0;padding:24px 12px;overflow-x:hidden;overflow-y:auto;height:auto}.header-search-results .header-search-results__remove-button{height:20px;width:20px}}.header-search-results.is-active{opacity:1;visibility:visible}.header-search-results__title{font-size:16px;line-height:1.4;color:#667085;margin-left:24px;margin-bottom:12px}.header-search-results__not-found{font-size:16px;line-height:1.4;margin-left:24px;margin-bottom:12px}.header-search-results__item{display:flex;align-items:center;gap:10px;padding:12px 24px;width:100%;transition:background-color .2s ease}.header-search-results__item .button{padding:0}.header-search-results__item span{flex:1}@media screen and (hover: hover) and (pointer: fine){.header-search-results__item:hover{background-color:#eaecf0;text-decoration:none!important}}.header-search-results__item--purple{color:#7f56d9}@media screen and (hover: hover) and (pointer: fine){.header-search-results__item--purple:hover{background-color:#7f56d91a}}.header-search-results__remove-button{display:flex;height:30px;width:30px;margin-left:auto;cursor:pointer}.header-search-results__remove-button .icon{margin:auto}.header-search{position:relative;display:flex;align-items:center;flex:1}.header-search .form-group{width:100%}.header-search__close-button{border:none;margin:0;padding:0;width:auto;background-color:transparent;outline:none!important;color:inherit;font:inherit;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;height:44px;font-size:14px;line-height:1.4;opacity:0;visibility:hidden;width:0;transition:opacity .2s ease,visibility .2s ease}.header-search__close-button::-moz-focus-inner{border:0;padding:0}@media (max-width: 743.98px){.header-search{margin-top:12px;flex:100%;opacity:1;visibility:visible;transition:opacity .2s ease,visibility .2s ease,margin-top .2s ease}.header-search.is-active .header-search__close-button{margin-left:8px;opacity:1;visibility:visible;width:auto}}@media (min-width: 744px){.header-search__close-button{display:none}}.header{position:fixed;width:100%;top:0;left:0;padding-top:24px;padding-bottom:24px;background-color:#fff;z-index:550;touch-action:none}@media (max-width: 743.98px){.header{padding-top:12px;padding-bottom:12px;border-bottom:1px solid #EAECF0}}.header__body{display:flex;flex-direction:column;gap:24px}.header__top-line{display:flex;justify-content:space-between}@media (max-width: 743.98px){.header__top-line{display:none}}.header__menu-text{top:12px;position:absolute;width:0;opacity:0;visibility:hidden;font-size:22px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0;transition:opacity .2s ease,visibility .2s ease}.header__contacts{display:flex;align-items:center;gap:12px}.header__links{display:flex;align-items:center;gap:16px}.header__main{display:flex;align-items:center}@media (min-width: 744px){.header__main{gap:12px}}@media (max-width: 743.98px){.header__main{flex-wrap:wrap}.header__main .header__catalog-button{margin-left:auto}}.header__logo-catalog{display:flex;gap:16px}@media (max-width: 743.98px){.header__logo-catalog{justify-content:space-between;flex:1}}.header__logo{display:block;width:155px;height:44px;transition:opacity .2s ease,visibility .2s ease}.header__phone{margin-top:4px}@media (min-width: 744px){.header__phone{display:none}}@media (max-width: 428.98px){.header__phone{display:none}}.header__catalog-button.is-active{background-color:#225c63;border-color:#225c63;color:#fff}@media (max-width: 743.98px){.header__catalog-button{border:1px solid #EAECF0;background-color:#eaecf0;color:#101828}.header__catalog-button:hover{background-color:#eaecf0;border-color:#eaecf0;color:#101828}.header__catalog-button:focus{background-color:#eaecf0!important;border-color:#eaecf0!important;color:#101828!important}.header__catalog-button:disabled{background-color:#eaecf0;border-color:#eaecf0;color:#98a2b3}.header__catalog-button.is-active{background-color:#eaecf0!important;border-color:#eaecf0!important;color:#101828!important}.header__catalog-button .button__text,.header__cart-button{display:none}}.header .container{position:relative}.loader{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;background-color:#0000001a;display:flex;justify-content:center;align-items:center}.loader:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:26px;height:26px;border-radius:50%;border:3px solid #308A91;border-bottom-color:transparent;z-index:101;animation:loading 1s linear infinite}@keyframes loading{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.main{padding-top:156px}@media (max-width: 743.98px){.main{padding-top:148px}}.section{position:relative;margin-bottom:80px}@media (max-width: 743.98px){.section{margin-bottom:64px}}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px;border:1px solid #eaecf0}.pagination__item{border:none;margin:0;padding:0;width:auto;background-color:transparent;outline:none!important;color:inherit;font:inherit;line-height:1;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;flex:none;display:flex;justify-content:center;align-items:center;width:32px;height:32px;border:1px solid transparent;transition:border-color .2s ease}.pagination__item::-moz-focus-inner{border:0;padding:0}.pagination__item:not(.no-hover,.disabled):hover{border-color:#308a91;text-decoration:none!important}.pagination__item:not(.no-hover,.disabled):visited:hover{text-decoration:none!important}.pagination__item.no-hover{cursor:default}.pagination__item.is-active{background-color:#308a91;color:#fff}.pagination__item.disabled{cursor:default;color:#98a2b3}@media (max-width: 379.98px){.pagination__item{flex:1}}@media (max-width: 459px){.pagination__item:nth-child(5),.pagination__item:nth-child(6),.pagination__item:nth-child(8),.pagination__item:nth-child(9){display:none}}@media (max-width: 574.98px){.pagination__item:nth-child(6),.pagination__item:nth-child(9){display:none}}@media (min-width: 744px) and (max-width: 795px){.pagination__item:nth-child(6),.pagination__item:nth-child(9){display:none}}.popup-catalog-filters{display:flex;flex-direction:column;gap:16px}.popup-catalog-filters__header{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;width:100%}.popup-catalog-filters__header-close-button{margin-right:auto}.popup-catalog-filters__title{grid-column:2;text-align:center}.popup-catalog-filters__body{display:flex;flex-direction:column;align-items:center;gap:12px}.popup-catalog-filters__buttons{display:flex;flex-direction:column;align-items:center;gap:8px}.popup-catalog-filters__form-toggle{width:100%;height:44px;justify-content:space-between}.popup-catalog-filters .dropdown{width:100%;height:44px}.popup-catalog-filters .dropdown__button{width:100%}.popup-catalog-filters .dropdown__button-icon{margin-left:auto;transform:rotate(270deg)}.popup-catalog-filters .dropdown__button-clear:before{display:none}.popup-catalog-filters .dropdown__button-clear .icon{width:16px;height:16px}.popup-catalog-filters .dropdown.is-selected .dropdown__button-icon{display:none}.fancybox--dropdown .dropdown__body{gap:16px}.popup{display:flex;flex-direction:column;gap:24px}.popup__image-icon{width:96px;height:96px;border-radius:1px;margin-left:auto;margin-right:auto}.popup__image-icon--green{background-color:#e7fdf7}.popup__image-icon--red{background-color:#fbf2f2}.popup__header{display:flex;flex-direction:column;gap:8px}.popup__header-title,.popup__header-text{text-align:center}.popup__body{display:flex;flex-direction:column;gap:12px}.popup__body .form-group{width:100%}.popup__buttons{display:flex;gap:12px}@media (max-width: 743.98px){.popup__buttons{flex-direction:column}}.product-card{display:flex;flex-direction:column;height:100%}.product-card__image{position:relative;display:block;height:auto;border:1px solid #EAECF0;border-top-left-radius:1px;border-top-right-radius:1px;text-decoration:none!important}.product-card__image picture{height:300px}@media (max-width: 1200.98px){.product-card__image picture{height:240px}}@media (max-width: 1024.98px){.product-card__image picture{height:260px}}@media (max-width: 743.98px){.product-card__image picture{height:300px}}@media (max-width: 574.98px){.product-card__image picture{height:230px}}@media (max-width: 428.98px){.product-card__image picture{height:180px}}@media (max-width: 379.98px){.product-card__image picture{height:240px}}.product-card__badges{position:absolute;display:flex;flex-direction:column;gap:8px;top:8px;right:8px}.product-card__body{display:flex;flex-direction:column;gap:16px;padding:16px;border-left:1px solid #EAECF0;border-right:1px solid #EAECF0;border-bottom:1px solid #EAECF0;border-bottom-left-radius:1px;border-bottom-right-radius:1px;height:100%}@media (max-width: 743.98px){.product-card__body{padding:12px;gap:12px}}.product-card__title{font-size:16px;line-height:1.4;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width: 743.98px){.product-card .property__title,.product-card .property__value{font-size:14px}}.product-card__action-block{display:flex;justify-content:space-between;flex-direction:column;gap:8px;margin-top:auto}@media (min-width: 744px){.product-card__action-block{flex-direction:row}}.product-card .product-card__button{width:100%;justify-content:center}@media (min-width: 744px){.product-card .product-card__button{width:auto}}.product-card__price-block{display:flex;flex-direction:column;flex:none}.product-card__price{font-size:22px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0}.product-card__price-text{font-size:16px;line-height:1.4;color:#667085}@media (min-width: 575px){.product-card--row{flex-direction:row}.product-card--row .product-card__image{flex:none;width:234px;height:230px}.product-card--row .product-card__title{font-size:16px;line-height:1.4;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0}.product-card--row .product-card__body{flex:1;height:230px;border-left:unset;border-top:1px solid #EAECF0;border-right:1px solid #EAECF0;border-bottom:1px solid #EAECF0}.product-card--row .property__title,.product-card--row .property__value{font-size:14px;line-height:1.4}.product-card--row .product-card__action-block{flex-direction:row;align-items:center;gap:12px}.product-card--row .product-card__button{width:auto}}@media (min-width: 744px){.product-card--row .product-card__title{font-size:20px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0}}.product-card--row picture{height:100%}.product-card-badge{display:flex;padding:6px 12px;gap:8px;background-color:#f2f4f7;border-radius:1px}.product-card-badge__text{font-size:14px;line-height:1.4}.product__main-image-slider{max-height:438px;border:1px solid #EAECF0;border-radius:1px}.product__main-image-slider .swiper-slide{height:auto}.product picture{display:flex;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.product picture img{display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;max-height:400px;margin:0 auto}.product__main-image-slider-thumbs{display:flex;margin-top:12px}.product__main-image-slider-thumbs .swiper{margin-left:12px;margin-right:12px}.product__main-image-slider-thumbs .swiper-slide{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:64px;height:64px;flex:none}.product__main-image-slider-thumbs .swiper-slide picture{width:62px;height:62px;border:1px solid #EAECF0;border-radius:1px;opacity:.5;transition:border-color .2s ease,opacity .2s ease}.product__main-image-slider-thumbs .swiper-slide picture img{-o-object-fit:contain;object-fit:contain}.product__main-image-slider-thumbs .swiper-slide-thumb-active picture{opacity:1;border-color:#308a91}.product__main-image-slider-thumbs .button-slider{flex:none}.product__main{display:flex;flex-direction:column;gap:24px}.product__header{display:flex;flex-direction:column;gap:12px}.product__article{display:flex;gap:8px}.product__article-text{font-size:20px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0;color:#667085}.product__article-value{font-size:20px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0}.product__table{width:100%;border:1px solid #EAECF0}.product__table tr td{white-space:nowrap;padding:12px 3px;font-size:14px;line-height:1.4;border-bottom:1px solid #EAECF0}@media (max-width: 379.98px){.product__table tr td{border:1px solid #EAECF0}}@media (min-width: 380px){.product__table tr td{padding:12px 5px}}@media (min-width: 429px){.product__table tr td{padding:12px}}@media (min-width: 575px){.product__table tr td{font-size:16px;line-height:1.4}}@media (min-width: 1201px){.product__table tr td{padding:12px 24px}}.product__table tr td:first-child{text-align:left;width:53%}.product__table tr td:not(:first-child){text-align:center}.product__table thead tr td{font-size:16px;line-height:1.4;color:#308a91;background-color:#f2fbfb}.product__color-block-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:12px}@media (max-width: 1200.98px){.product__color-block-grid{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}}@media (max-width: 379.98px){.product__color-block-grid{grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr 1fr}}.product__color-block{display:flex;gap:12px;align-items:center;padding:12px;border:1px solid #EAECF0;border-radius:1px}.product__color-block-text{white-space:nowrap}.product__color-block-color-frame{width:32px;height:32px}.product__color-block-value{color:#667085}.product__control-panel{display:flex;padding:24px;background-color:#f2f4f7;justify-content:space-between}@media (max-width: 1200.98px){.product__control-panel{flex-wrap:wrap;gap:16px}}@media (max-width: 743.98px){.product__control-panel{padding:16px}}@media (max-width: 428.98px){.product__control-panel-add-to-cart-button .button__text{display:none;width:44px}}.product__control-panel-selection{display:flex;gap:8px;flex:100%}.product__control-panel-selection .choices{min-width:160px;flex:1}.product__control-panel-selection .form-group{flex:1;max-width:168px}@media (min-width: 1201px){.product__control-panel-selection{max-width:360px;margin-right:18px}.product__control-panel-selection .choices{max-width:224px}}.product__control-panel-actions{display:flex;gap:8px}@media (max-width: 1200.98px){.product__control-panel-actions{flex:1;justify-content:space-between}}.product__control-panel-price-block{display:flex;flex-direction:column;margin-right:8px}.product__control-panel-price-title{color:#667085}.product__control-panel-price-text{font-size:20px;line-height:1.1;font-weight:500;font-family:noto-sans-br,sans-serif;margin-bottom:0;white-space:nowrap}.product__control-panel-buttons{display:flex;gap:8px}.properties{display:flex;flex-direction:column;gap:8px}.properties .property-item{display:flex;gap:8px}.properties .property-item__title{position:relative;flex:1;display:flex;gap:8px;color:#667085;white-space:nowrap}.properties .property-item__title:after{content:"";flex-grow:1;width:100%;height:16px;border-bottom:1px dashed #D2D9E4}@media (max-width: 743.98px){.properties .property-item__title{font-size:14px}}.properties .property-item__value{white-space:nowrap}@media (max-width: 743.98px){.properties .property-item__value{font-size:14px}}@media (max-width: 1024.98px){.properties--mobile-alternative{gap:16px}.properties--mobile-alternative .property-item{flex-direction:column}.properties--mobile-alternative .property-item__title{font-size:16px}.properties--mobile-alternative .property-item__title:after{display:none}.properties--mobile-alternative .property-item__value{font-size:16px;white-space:normal}}.radio-button-split{display:inline-flex;padding:4px;border:1px solid #EAECF0;border-radius:1px}.radio-button-split__label{cursor:pointer}.radio-button-split__input{position:absolute;visibility:hidden}.radio-button-split__input:checked+.radio-button-split__button{background-color:#308a91;color:#fff}.radio-button-split__button{display:block;padding:7px 15px;background-color:transparent;border-radius:1px;transition:background-color .2s ease,color .2s ease}@media (max-width: 428.98px){.radio-button-split__button{padding:3px 11px}}.tab-menu{position:fixed;left:0;bottom:0;width:100%;height:64px;border-top:1px solid #EAECF0;background-color:#fff;padding-top:7px;padding-bottom:8px;display:flex;align-items:center;touch-action:none;z-index:100}@media (min-width: 744px){.tab-menu{display:none!important}}.tab-menu__item{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;height:48px;text-decoration:none!important}.tab-menu__item.is-active{display:flex;color:#308a91}.tab-menu__item.is-active .icon{display:none}.tab-menu__item.is-active .is-active{display:block}.tab-menu__item.is-active .tab-menu__item-icon{color:#308a91}.tab-menu__item-icon{position:relative;color:#667085}.tab-menu__item-icon .is-active{display:none}.tab-menu__item-text{color:#667085;font-size:14px;line-height:1.4}.tab-menu__item-indicator{position:absolute;width:20px;height:20px;border-radius:50%;font-size:10px;line-height:17px;background-color:#308a91;border:2px solid #ffffff;color:#fff;text-align:center;top:-5px;right:-10px}.cart-empty-image{max-width:256px;max-height:256px}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(176px,1fr));grid-template-rows:min(1fr,2fr);gap:24px}@media (max-width: 1024.98px){.categories-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}}.about-us-categories{display:flex;flex-wrap:wrap;row-gap:24px}@media (max-width: 743.98px){.about-us-categories{flex-direction:column;gap:24px}}.about-us-categories__column{display:flex;flex-direction:column;gap:24px;width:100%;flex:1}@media (max-width: 1024.98px){.about-us-categories__column{flex:0 0 auto;width:100%}}@media (max-width: 743.98px){.about-us-categories__column{flex:0 0 auto;width:100%}}.about-us-categories__items{display:flex;flex-direction:column;row-gap:12px}@media (max-width: 1024.98px){.about-us-categories__items{flex-direction:row;flex-wrap:wrap}.about-us-categories__items .link{flex:0 0 auto;width:50%}}@media (max-width: 428.98px){.about-us-categories__items .link{flex:0 0 auto;width:100%}}.yandex-map{height:512px;margin-bottom:24px;border-radius:1px;overflow:hidden}@media (max-width: 1024.98px){.yandex-map{height:384px}}@media (max-width: 743.98px){.yandex-map{height:384px}}@media (max-width: 428.98px){.yandex-map{height:256px}}.contacts .yandex-map{border:1px solid #EAECF0;border-radius:1px;height:480px;margin-bottom:0;overflow:hidden}@media (max-width: 428.98px){.contacts .yandex-map{height:256px}}
