:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.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{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.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, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(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 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{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:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-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, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container *:empty{display:block}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.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:translate3d(0, 0, 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{overflow:hidden}.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__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:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;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:rgba(24,24,27,.5)}.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, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 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, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{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) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;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, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.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, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.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:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 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);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:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-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{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);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)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.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(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.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(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.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, 0.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, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.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, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.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, 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;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;user-select:none;pointer-events:none}
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-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:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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{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(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=magnific-popup.css.map */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-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:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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{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(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@font-face{font-family:'Montserrat-Regular';src:url("../../fonts/Montserrat-Regular.eot");src:url("../../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),url("../../fonts/Montserrat-Regular.woff2") format("woff2"),url("../../fonts/Montserrat-Regular.woff") format("woff"),url("../../fonts/Montserrat-Regular.ttf") format("truetype"),url("../../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'Jura';src:url("../../fonts/Jura-VariableFont_wght.eot");src:url("../../fonts/Jura-VariableFont_wght.eot?#iefix") format("embedded-opentype"),url("../../fonts/Jura-VariableFont_wght.woff2") format("woff2"),url("../../fonts/Jura-VariableFont_wght.woff") format("woff"),url("../../fonts/Jura-VariableFont_wght.ttf") format("truetype"),url("../../fonts/Jura-VariableFont_wght.svg#Jura-VariableFont_wght") format("svg");font-style:normal;font-display:swap}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 2.5rem}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html,.root{font-size:16px;line-height:26px}body{line-height:26px;font-family:"Jura",sans-serif;font-size:16px;font-weight:400;color:#000;background:#f5f5f7}.btn{font-family:"Jura",sans-serif;font-weight:700;font-size:16px;line-height:125%;text-align:center !important;color:#fff;text-align:center;transition:0.3s ease;max-width:200px;width:100%;display:flex !important;justify-content:center;align-items:center;background:#0271e5;padding:10px 0;border-radius:0;border-radius:20px}.btn.btn-black{border:1px solid #000 !important;color:#000 !important;background:transparent}.btn.btn-black:hover{background:#000;color:#fff !important}.btn::before{content:unset !important}p{font-family:"Jura",sans-serif;font-weight:400;font-size:16px;color:#fff}@media screen and (max-width: 576px){p{font-size:16px}}h1{margin:0;font-family:"Jura",sans-serif;font-weight:900;font-size:36px;line-height:100%;color:#000000}@media screen and (max-width: 576px){h1{font-size:26px}}@keyframes slideLeft{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0%)}}@keyframes slideRight{0%{opacity:1;transform:translateX(0%)}100%{opacity:0;transform:translateX(100%)}}.header{position:relative;display:block;width:100%;height:auto;margin:0 auto;z-index:100}@media screen and (max-width: 1200px){.header .logo__main{max-width:130px}}@media screen and (max-width: 1024px){.header .logo__main{max-width:90px}}.header .wrapper-menu{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.header .rainbow-svg-wrapper{width:100%;height:10px;overflow:hidden}.header .rainbow-svg-wrapper svg{width:100%;height:100%;display:block}.header .header-menu{display:flex;justify-content:space-between;align-items:center;gap:20px}.header-item-center{display:flex}.header-item-right{display:flex;align-items:center;justify-content:flex-end}.header .menu>ul>li{display:inline-block;margin-left:15px}@media screen and (min-width: 1025px){.header .menu>ul>li{margin-left:18px;position:relative;padding:38px 0}}.header .menu>ul>li:first-child{margin-left:0}.header .menu>ul>li .menu-link{display:flex;align-items:center}.header .menu>ul>li .menu-link a{position:relative;font-family:"Jura",sans-serif;font-weight:700;font-size:20px;line-height:100%;text-align:center;color:#000;text-align:center;transition:color 0.3s ease;display:flex;align-items:center}@media screen and (max-width: 1200px){.header .menu>ul>li .menu-link a{font-size:16px}}.header .menu>ul>li .menu-subs{position:absolute;width:100%;height:auto;z-index:108;opacity:0;visibility:hidden;min-width:210px;background:#ffffff;transition:all 0.5s ease;border-radius:15px 0 15px 15px;box-shadow:0 0 20px 0 rgba(0,0,0,0.15);background:#fff;padding:16px;right:0}.header .menu>ul>li .menu-subs ul{display:flex;flex-direction:column}@media screen and (min-width: 1025px){.header .menu>ul>li .menu-subs ul{gap:10px}}.header .menu>ul>li .menu-subs a{display:inline-block;font-size:16px;font-style:normal;font-weight:400;line-height:20px;border:none;outline:none;color:#000000;transition:all 0.3s ease}@media screen and (min-width: 1025px){.header .menu>ul>li .menu-subs a{padding-left:0}}@media screen and (min-width: 1025px){.header .menu>ul>li.menu-column-1 .menu-subs{min-width:14rem;max-width:14rem;padding:16px}}.header .menu>ul>li.our-contacts .btn{padding-left:0 !important}@media screen and (min-width: 1025px){.header .menu>ul>li.our-contacts .menu-subs{min-width:14rem;max-width:14rem;padding:16px}}@media screen and (min-width: 1025px){.header .menu>ul>li.menu-column-4 .menu-subs{display:flex;flex-wrap:wrap;width:100%;padding:45px 35px;left:50%;max-width:1320px;height:auto;padding:20px 16px;transform:translateX(-50%);margin-right:16px}.header .menu>ul>li.menu-column-4 .menu-subs ul{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px 30px;width:100%}.header .menu>ul>li.menu-column-4 .menu-subs ul li:hover a{color:unset}.header .menu>ul>li.menu-column-4 .menu-subs ul li:hover a::before{content:unset}.header .menu>ul>li.menu-column-4 .menu-subs ul li .menu-link-subs{margin-bottom:10px}.header .menu>ul>li.menu-column-4 .menu-subs ul li .menu-link-subs a{text-transform:uppercase;color:#0271e5;font-family:"Jura",sans-serif;font-weight:600}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul{display:grid;grid-template-columns:1fr;grid-gap:0 30px}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul li{margin-top:5px}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul li:first-child{margin-top:0}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul li a{text-transform:uppercase}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul li a:hover{text-decoration:underline}}@media screen and (min-width: 1025px){.header .menu>ul>li a:before{content:"";transition:all .2s ease-in-out;position:absolute;display:block;bottom:-2px;width:0;margin-left:0;height:2px;left:0;right:0;background:#0271e5}.header .menu>ul>li:hover>.menu-link{color:#EA6B47}.header .menu>ul>li:hover>.menu-link a{color:#0271e5;position:relative}.header .menu>ul>li:hover>.menu-link a:before{content:"";width:100%;margin-left:0}}.header .menu-subs ul li:hover a{color:#0271e5}.header .menu-subs ul li.current-menu-item .menu-link a{color:#0271e5}.header .menu-subs ul li.current-menu-item .menu-link a:before{content:"";transition:all .2s ease-in-out;position:absolute;display:block;bottom:-2px;width:100%;margin-left:0;height:2px;left:0;right:0}.header .menu-subs ul li.current-menu-item .menu-link-subs a{color:#0271e5}.header .menu-mobile-header,.header .menu-mobile-toggle{display:none}.header .menu>ul>li.current-menu-item>.menu-link a,.header .menu>ul>li.current-page-ancestor>.menu-link a{position:relative;color:#0271e5 !important}.header .menu>ul>li.current-menu-item>.menu-link a:before,.header .menu>ul>li.current-page-ancestor>.menu-link a:before{content:"";transition:all .2s ease-in-out;position:absolute;display:block;bottom:-2px;width:100%;margin-left:0;height:2px;left:0;right:0}.header .menu>ul>li.current-page-ancestor>.menu-link .ion-ios-arrow-down,.header .menu>ul>li.current-menu-item>.menu-link .ion-ios-arrow-down{color:#FFE358}.header .header-info__mobile{display:none}@media screen and (min-width: 1025px){.header .menu>ul>li.menu-item-has-children:hover .menu-subs{margin-top:10px;opacity:1;visibility:visible}}.header-info .header-mobile{display:none}@media screen and (min-width: 1025px){.menu-mobile-header{display:none}}@media screen and (max-width: 1024px){.header-item-left,.header-item-right{flex:0 0 auto}.wrapper-menu{justify-content:space-between;padding:0.5rem 0}.header-info .header-desktop{display:none}.header .menu-mobile-toggle{position:relative;display:block;cursor:pointer;border:none;outline:none;top:0;left:0;background:none;transition:0.35s ease-in-out;z-index:999;margin-left:20px}.header-item-right{align-items:center}.header .menu{position:fixed;top:0;right:0;width:320px;height:100%;z-index:111;overflow:hidden;background:#f5f5f7;transform:translate(200%);transition:all 0.5s ease-in-out}.header .menu.active{transform:translate(0%)}.header .menu>ul>li{display:block;line-height:1;margin:0;border-top:1px solid #d9d9d9}.header .menu>ul>li .menu-link{display:flex;line-height:3.125rem;height:3.125rem;justify-content:space-between;width:100%}.header .menu>ul>li .menu-link a{width:100%;padding-left:15px;font-size:16px;margin-right:32px}.header .menu .menu-mobile-header{position:relative;position:sticky;display:block;align-items:center;justify-content:space-between;top:0;height:70px;z-index:110}.header .menu .menu-mobile-header .menu-mobile-arrow{display:none;line-height:90px;width:50px;height:55px;cursor:pointer;text-align:center}.header .menu .menu-mobile-header.active{display:block}.header .menu .menu-mobile-header.active .menu-mobile-arrow{display:block;position:relative}.header .menu .menu-mobile-header.active .menu-mobile-arrow::before{content:"";background-image:url("../../images/ios-arrow-back.svg");background-repeat:no-repeat;width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.header .menu .menu-mobile-header .menu-mobile-title{font-family:"Jura",sans-serif;font-size:16px;font-weight:600;line-height:inherit;color:#000000;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-transform:uppercase}.header .menu .menu-mobile-header .menu-mobile-close{font-size:2.25rem;line-height:3.125rem;cursor:pointer;width:3.125rem;height:3.125rem;text-align:center;border-left:1px solid rgba(0,0,0,0.1);color:var(--color-black)}.header .menu .menu-section{overflow-y:auto;overflow-x:hidden;margin-top:0}.header .menu>ul>li .menu-subs{position:absolute;display:none;top:0;left:0;max-width:none;min-width:auto;width:100%;height:100%;margin:0;padding-top:67px;opacity:1;overflow-y:auto;visibility:visible;transform:translateX(0%);box-shadow:none;background:#ffffff}.header .menu>ul>li .menu-subs .menu-link{line-height:inherit;height:inherit;background:transparent}.header .menu>ul>li .menu-subs .menu-link a{font-size:14px;font-weight:400;line-height:22px}.header .menu>ul>li .menu-subs.active{display:block;top:0;border:none;background:#f5f5f7;padding-left:0;padding-right:0}.header .menu>ul>li .menu-subs.active ul{margin-top:13px;align-items:flex-start}.header .menu>ul>li .menu-subs.active ul li{width:100%;border-top:1px solid #d9d9d9}.header .menu>ul>li .menu-subs.active ul li a{text-align:left}.header .menu>ul>li .menu-subs>ul>li{line-height:3.125rem;height:3.125rem;padding:0 15px}.header .menu>ul>li .menu-subs>ul>li>a{display:block;width:100%;padding-left:15px;font-size:16px}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;opacity:0;visibility:hidden;transition:all 0.45s ease-in-out}.overlay.active{opacity:1;visibility:visible;background:rgba(0,0,0,0.3)}.menu>ul>li.current-menu-item>.menu-link a,.menu>ul>li.current-page-ancestor>.menu-link a{color:#ffffff !important;width:100%}}.header-icons{display:flex;align-items:center;gap:0 10px}.header-icons .social-networks{display:flex;align-items:center}.header-icons .social-networks img{width:40px;height:40px}.white-popup{position:relative;background:#FFF;padding:25px;width:auto;max-width:650px;margin:0 auto}.mfp-zoom-in .mfp-with-anim{opacity:0;transition:all 0.2s ease-in-out;transform:scale(0.8)}.mfp-zoom-in.mfp-bg{opacity:0;transition:all 0.3s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:0.8}.mfp-zoom-in.mfp-removing .mfp-with-anim{transform:scale(0.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.menu-hamburger{width:35px;height:28px;transform:rotate(0deg);transition:0.5s ease-in-out;cursor:pointer}.menu-hamburger span{display:block;position:absolute;height:3px;width:100%;background:#0271e5;border-radius:9px;opacity:1;left:0;transform:rotate(0deg);transition:0.25s ease-in-out;background:linear-gradient(127deg, #fa1464 0%, #936dd1 100%)}.menu-hamburger span:nth-child(1){top:0px}.menu-hamburger span:nth-child(2){top:12px;width:75%}.menu-hamburger span:nth-child(3){top:24px}.menu-hamburger.open span:nth-child(1){top:12px;transform:rotate(135deg)}.menu-hamburger.open span:nth-child(2){opacity:0;left:-40px}.menu-hamburger.open span:nth-child(3){top:12px;transform:rotate(-135deg)}.has-arrow{padding-right:15px !important}.has-arrow .arrow-down{position:relative;z-index:5}.has-arrow .arrow-down::before{content:"";background-image:url("../../images/arrow-down.svg");background-repeat:no-repeat;width:15px;height:15px;position:absolute;top:-6px;right:-18px;transition:transform 0.3s ease}@media screen and (max-width: 1024px){.has-arrow .arrow-down::before{right:10px}}.has-arrow:hover .arrow-down::before{transform:rotate(180deg);top:-6px;background-image:url("../../images/arrow-down-top.svg")}@media screen and (min-width: 1025px){.contatcs-info{min-width:280px !important;padding-top:20px !important;padding-bottom:20px !important}}@media screen and (max-width: 1024px){.contatcs-info ul{padding:0 32px}}.contatcs-info a.call-me-back{color:#ffffff !important}.contatcs-info li{display:flex;flex-direction:column;margin-bottom:5px;padding-left:32px;border:none !important;height:inherit !important;line-height:normal !important}@media screen and (max-width: 1024px){.contatcs-info li{margin-bottom:20px}}.contatcs-info li .contact-info-title{font-family:"Jura",sans-serif;font-weight:700;font-size:20px;line-height:100%;letter-spacing:-0.04em;color:#000;margin-bottom:10px;position:relative}@media screen and (max-width: 1024px){.contatcs-info li .contact-info-title{font-size:16px}}.contatcs-info li .contact-info-title::before{content:"";background-repeat:no-repeat;width:30px;height:30px;position:absolute;top:50%;left:-39px;transition:transform 0.3s ease;transform:translateY(-50%);transition:transform 0.3s ease}.contatcs-info li .contact-info-title.contact-info-address::before{content:"";background-image:url("../../images/ico-address.svg")}.contatcs-info li .contact-info-title.contact-info-tel::before{content:"";background-image:url("../../images/ico-phone.svg")}.contatcs-info li .contact-info-title.contact-info-working-hours::before{content:"";background-image:url("../../images/ico-clock.svg")}.contatcs-info li .contact-info-title.contact-info-email::before{content:"";background-image:url("../../images/ico-email.svg")}.contatcs-info li .contact-info-title.contact-info-social::before{content:"";background-image:url("../../images/ico-media.svg")}.contatcs-info li .social-icons{display:flex;gap:20px;margin-top:10px}.contatcs-info li p,.contatcs-info li a{font-family:"Jura",sans-serif;font-weight:500;font-size:16px;line-height:125%;color:#000}@media screen and (max-width: 1024px){.contatcs-info li p,.contatcs-info li a{font-size:14px}}.contatcs-info li a.contact-tel{font-size:20px !important;margin-bottom:10px}@media screen and (max-width: 1024px){.contatcs-info li a.contact-tel{font-size:16px !important}}@media screen and (min-width: 520px){.header-search{flex-grow:1}}@media screen and (min-width: 1025px){.header-search{margin-right:15px}}.header-search .dgwt-wcas-search-input{border-radius:10px !important}.header-search input::placeholder{color:#000000 !important;font-style:normal !important}.header-search .dgwt-wcas-search-wrapp{max-width:740px;min-width:auto !important}@media screen and (min-width: 1025px){.dgwt-wcas-suggestions-wrapp{max-width:600px !important;width:100% !important}}.footer{padding:20px 0;font-size:14px;color:#333}.footer__columns{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;margin-bottom:40px}.footer__column{flex:1;min-width:200px}.footer__column h3{font-family:"Jura",sans-serif;font-weight:700;font-size:20px;line-height:150%;color:#000;margin-bottom:15px}.footer__column ul{list-style:none;padding:0;margin:0}.footer__column ul li a{font-family:"Jura",sans-serif;font-weight:600;font-size:14px;line-height:214%;color:#404041;transition:color 0.3s}.footer__column ul li a:hover{color:#0271e5}.footer__bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;margin-bottom:10px}.footer__bottom__item{flex:1;min-width:200px}.footer__bottom p{font-family:"Jura",sans-serif;font-weight:500;font-size:14px;line-height:143%;color:#000;margin-bottom:21px}.footer__bottom a{font-family:"Jura",sans-serif;font-weight:500;font-size:14px;line-height:143%;color:#000}.footer__bottom .btn{max-width:240px}.footer__contacts a{text-decoration:none;font-family:"Jura",sans-serif;font-weight:500;font-size:14px;line-height:143%;color:#000}.footer__contacts a:hover{text-decoration:underline}.footer__social .social-icons{display:flex;flex-direction:row;gap:24px}.footer__social .social-icons a{transition:color 0.3s ease;margin:0;padding:0;line-height:0}.footer__social .social-icons a:hover svg path{fill:#0271e5}.footer__button .call-me-back{font-family:"Jura",sans-serif;font-weight:700;font-size:16px;line-height:125%;text-align:center;color:#000;cursor:pointer;transition:background 0.3s, color 0.3s;border:1px solid #000;border-radius:20px;padding:9px 25px;background:transparent}.footer__button .call-me-back:hover{background:#000;color:#fff}.footer__copyright{font-family:"Jura",sans-serif;font-weight:500;font-size:14px;text-align:center;color:#000;display:flex;justify-content:center;gap:5px;align-items:center;flex-wrap:wrap}.footer__copyright ul{display:flex;gap:10px;flex-wrap:wrap}*,*::before,*::after{padding:0;margin:0;box-sizing:border-box;list-style:none;list-style-type:none;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html{font-size:100%;box-sizing:inherit;scroll-behavior:smooth}body{overflow-x:hidden}a,button{font-size:inherit;line-height:inherit;cursor:pointer;border:none;outline:none;background:none}img,video{display:block;max-width:100%;height:auto;object-fit:cover}img{image-rendering:-webkit-optimize-contrast;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;vertical-align:middle}video{touch-action:none}p,a{color:#2A2931}.wrapper{min-height:100%;overflow:hidden;display:flex;flex-direction:column}.container{max-width:1316px;height:auto;margin:0 auto;padding:0 16px;width:100%}.site-content{flex:1 1 auto}.entry-content{padding:40px 0}@media screen and (max-width: 576px){.entry-content{padding:24px 0}}.entry-content h1{margin-bottom:24px}.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{color:#000;margin-bottom:16px}.entry-content h2{position:relative;margin-bottom:24px;font-size:26px;line-height:1.11111}@media (max-width: 576px){.entry-content h2{font-size:22px}}.entry-content p{margin-bottom:16px}.entry-content h3{font-size:20px;line-height:32px}.entry-content h4{font-size:18px;line-height:26px}.entry-content h5{font-size:16px;line-height:24px}.entry-content h6{font-size:14px;line-height:22px}.entry-content p,.entry-content li{font-family:"Jura",sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0.02em;color:#000;margin-bottom:15px}@media screen and (min-width: 1025px){.entry-content p,.entry-content li{font-size:18px}}.entry-content ul li{color:#000;font-family:"Jura",sans-serif;font-size:16px;line-height:24px;font-style:normal;font-weight:400;letter-spacing:-0.3px;margin-bottom:16px;padding-left:16px;position:relative}@media screen and (min-width: 1025px){.entry-content ul li{font-size:18px}}.entry-content ul li:before{content:'';display:inline-block;width:1em;margin-right:12px;background:#000000;border-radius:50%;width:6px;height:6px;left:0;top:11px;position:absolute}.entry-content ul.wc-item-meta li{margin-left:0;padding-left:0}.entry-content ul.wc-item-meta li:before{content:unset}.entry-content ol{counter-reset:list-counter}.entry-content ol li{position:relative;padding-left:16px;font-family:"Jura",sans-serif}.entry-content ol li:before{counter-increment:list-counter;content:counter(list-counter) ". ";display:inline-block;left:0;top:0;position:absolute;font-family:"Jura",sans-serif}.entry-content a{color:#24309E;opacity:1}.entry-content a:hover{text-decoration:underline}.entry-content .wp-block-quote p{color:#077981;font-family:"Jura",sans-serif;font-style:italic;font-weight:400;letter-spacing:-0.3px;padding:24px;position:relative}@media screen and (min-width: 768px){.entry-content .wp-block-quote p{font-size:18px;line-height:32px}}.entry-content .wp-block-quote p::before{content:"";background-image:url("../../images/icons/quote-top.svg");background-repeat:no-repeat;width:21px;height:14px;position:absolute;left:0;top:0;display:flex;align-items:center;z-index:1}.entry-content .wp-block-quote p::after{content:"";background-image:url("../../images/icons/quote-bottom.svg");background-repeat:no-repeat;width:21px;height:14px;position:absolute;right:0;bottom:0;display:flex;align-items:center;z-index:1}.entry-content figure{margin:0}.entry-content figure.wp-block-image{margin-bottom:24px}.entry-content .wp-block-gallery{margin-bottom:24px}*{scrollbar-width:thin}*{scrollbar-color:#4411ba transparent}.inner-page{box-shadow:0 5px 20px 0 rgba(0,0,0,0.05);background:#fff;border-radius:20px;padding:24px}@media screen and (min-width: 993px){.inner-page{padding:40px}}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;padding:20px 0;margin-top:50px}@media screen and (max-width: 576px){.pagination{gap:5px}}.pagination .page-numbers{display:flex;justify-content:center;align-items:center;width:40px;height:40px;font-family:"Jura",sans-serif;font-weight:700;font-size:16px;line-height:187%;letter-spacing:0.05em;text-transform:uppercase;border-radius:100%;color:#000000;transition:background-color 0.2s ease, color 0.2s ease}@media screen and (max-width: 576px){.pagination .page-numbers{font-size:14px;letter-spacing:normal;width:30px;height:30px}}.pagination .page-numbers:hover{background-color:#0271E5;color:#ffffff}.pagination .page-numbers.current{background-color:#0271E5;color:#fff;font-weight:bold}.pagination .page-numbers.dots{pointer-events:none;color:#aaa}.pagination .page-numbers.prev,.pagination .page-numbers.next{width:auto;font-size:32px;color:#0271E5;padding:0 8px}.pagination .page-numbers.prev svg path,.pagination .page-numbers.next svg path{stroke:#E3E3E5}.pagination .page-numbers.prev:hover,.pagination .page-numbers.next:hover{color:#0056b3;background:none}.pagination .page-numbers.prev:hover svg path,.pagination .page-numbers.next:hover svg path{stroke:#0271E5}.pagination .page-numbers.prev.disabled,.pagination .page-numbers.next.disabled{color:#ccc;pointer-events:none}.intro-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0 0 0 0) !important;white-space:nowrap !important;border:0 !important}.woocommerce-checkout .woocommerce-error::before{content:unset !important;color:transparent}.ui-autocomplete{max-height:250px;overflow-y:auto;overflow-x:hidden;z-index:10000 !important}#np_warehouse_autocomplete-menu,#np_postomat_autocomplete-menu{max-height:250px;overflow-y:auto}.best-sellers-section{padding:0 0 70px 0}.best-sellers-section .best-sellers-header{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:40px}.best-sellers-section h2{font-family:"Jura",sans-serif;font-weight:700;font-size:28px;line-height:111%;color:#000}@media screen and (min-width: 1025px){.best-sellers-section h2{font-size:36px}}.best-sellers-section .product-price-value{display:flex;flex-direction:column}.best-sellers-section .best-sellers-products{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}@media (min-width: 1200px){.best-sellers-section .best-sellers-products{gap:40px}}@media (max-width: 992px){.best-sellers-section .best-sellers-products{grid-template-columns:repeat(3, 1fr)}}@media (max-width: 720px){.best-sellers-section .best-sellers-products{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 475px){.best-sellers-section .best-sellers-products{grid-template-columns:1fr}}.best-sellers-section .best-sellers-products .product-card{box-shadow:0 5px 20px 0 rgba(0,0,0,0.05);background:#fff;padding:20px;transition:box-shadow 0.3s ease;text-align:left;position:relative;border-radius:20px;overflow:hidden;display:flex;flex-direction:column}@media (max-width: 520px){.best-sellers-section .best-sellers-products .product-card{padding:15px}}.best-sellers-section .best-sellers-products .product-card:hover{box-shadow:0 2px 10px rgba(0,0,0,0.1);background-color:#f9f9f9}.best-sellers-section .best-sellers-products .product-card__image{text-align:center;margin-bottom:15px}.best-sellers-section .best-sellers-products .product-card__image img{width:100%;height:auto;display:block;max-height:300px;object-fit:contain}.best-sellers-section .best-sellers-products .product-card__info{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.best-sellers-section .best-sellers-products .product-card__title{font-family:"Jura",sans-serif;font-weight:400;font-size:16px;line-height:125%;color:#000;margin-bottom:10px}@media (max-width: 520px){.best-sellers-section .best-sellers-products .product-card__title{font-size:12px}}.best-sellers-section .best-sellers-products .product-card__title a{text-decoration:none;color:#333}.best-sellers-section .best-sellers-products .product-card__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.best-sellers-section .best-sellers-products .product-card__price{font-family:"Jura",sans-serif;font-weight:700;font-size:16px;line-height:125%;color:#000;display:flex;flex-direction:column}.best-sellers-section .best-sellers-products .product-card__button{background:#0271e5;border:none;padding:8px 13px;border-radius:15px;text-decoration:none;display:inline-block;font-family:"Jura",sans-serif;font-weight:700;font-size:14px;line-height:134%;text-align:center;color:#fff}@media (min-width: 1200px){.best-sellers-section .best-sellers-products .product-card__button{font-size:14px}}@media (max-width: 520px){.best-sellers-section .best-sellers-products .product-card__button{width:100%}}.shop-section{padding:50px 0}.shop-section .shop-header{display:flex;gap:40px;margin-bottom:20px;flex-wrap:wrap;justify-content:space-between}@media (max-width: 576px){.shop-section .shop-header{display:grid;grid-template-columns:1fr 1fr;gap:15px}}.shop-section .shop-header .sorting{display:flex;align-items:center;gap:10px}@media (max-width: 475px){.shop-section .shop-header .sorting{flex-direction:column;align-items:stretch}}.shop-section .shop-header .sorting span{margin-right:0.5rem;font-weight:500}@media (max-width: 992px){.shop-section .shop-header .sorting span{display:none}}.shop-section .shop-header .sorting select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:0.4rem 2rem 0.4rem 0.8rem;border-radius:8px;border:1px solid #ccc;font-size:16px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0.8rem center;background-size:12px 8px}@media (max-width: 768px){.shop-section .shop-header .sorting select{width:100%;gap:15px}}.shop-section .shop-header .aside-title{width:295px;font-family:"Jura",sans-serif;font-weight:700;font-size:24px;line-height:125%;color:#000}@media (max-width: 992px){.shop-section .shop-header .aside-title{display:none}}.shop-section .shop-title{font-family:"Jura",sans-serif;font-weight:700;font-size:36px;line-height:111%;color:#000;margin-bottom:24px}.shop-section .shop-wrapper{display:flex;gap:24px}@media (min-width: 1200px){.shop-section .shop-wrapper{gap:40px}}.shop-section .shop-filters{max-width:250px;width:100%}@media (max-width: 992px){.shop-section .shop-filters{display:none}}@media (min-width: 1200px){.shop-section .shop-filters{max-width:295px}}.shop-section .shop-filters .filter-group{border-radius:20px;box-shadow:0 5px 20px 0 rgba(0,0,0,0.05);background:#fff;padding:20px;margin-bottom:20px}.shop-section .shop-filters .filter-group h4{font-size:1.1rem;margin-bottom:0.8rem}.shop-section .shop-filters .filter-group ul{list-style:none;padding:0;max-height:300px;overflow-y:scroll}.shop-section .shop-filters .filter-group ul.filter-scroll{list-style:none;padding:0;max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,0.1) transparent;padding-right:10px}.shop-section .shop-filters .filter-group ul.filter-scroll::-webkit-scrollbar{width:4px !important}.shop-section .shop-filters .filter-group ul.filter-scroll::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.1);border-radius:4px !important}.shop-section .shop-filters .filter-group ul.filter-scroll::-webkit-scrollbar-thumb:hover{background:#888}.shop-section .shop-filters .filter-group ul.filter-scroll::-webkit-scrollbar-track{background:transparent}.shop-section .shop-filters .filter-group ul.filter-scroll::-webkit-scrollbar-button{display:none}.shop-section .shop-filters .filter-group ul li label{display:flex;justify-content:space-between;font-family:"Jura",sans-serif;font-weight:400;font-size:16px;line-height:187%;color:#000000;align-items:center;cursor:pointer}.shop-section .shop-filters .filter-group ul li label .label-info{display:flex;align-items:center}.shop-section .shop-filters .filter-group ul li label input{margin-right:9px;border:1px solid rgba(0,0,0,0.1);width:16px;height:16px;background:#f5f5f7}.shop-section .shop-filters .filter-group ul li label.active-filter{color:#0271e5}.shop-section .shop-filters .filter-group ul li label.active-filter span{background:#0271e5;color:#ffffff}.shop-section .shop-filters .filter-group ul li label span{font-family:"Jura",sans-serif;font-weight:700;font-size:12px;line-height:167%;text-align:center;color:#000;background:#f5f5f7;border-radius:10px;width:30px;height:20px}.shop-section .shop-filters .filter-group .price-slider{display:flex;flex-direction:column}.shop-section .shop-filters .filter-group .price-slider .slider{width:100%;margin:0.5rem 0}.shop-section .shop-filters .filter-group .price-slider .price-values{display:flex;justify-content:space-between;font-size:0.85rem;color:#666}.shop-section .shop-filters .filter-group-price{padding-bottom:30px}.shop-section .shop-filters .filter-group-price .price-inputs{margin-bottom:24px}.shop-section .shop-filters .filter-group-price .price-inputs input{background:#f5f5f7;border-radius:15px;max-width:100px;width:100%;height:30px;font-family:"Jura",sans-serif;font-weight:700;font-size:12px;line-height:167%;color:#000;border:none;padding:0 10px}.shop-section .shop-filters .filter-group-price .price-inputs span{font-family:"Jura",sans-serif;font-weight:700;font-size:12px;line-height:167%;color:#000}.shop-section .shop-filters .filter-group-price #price-slider{border:none;background:none;box-shadow:none;max-width:240px}.shop-section .shop-filters .filter-group-price #price-slider .noUi-base{background:#f5f5f7;height:6px;border-radius:3px;position:relative}.shop-section .shop-filters .filter-group-price #price-slider .noUi-connect{background:rgba(0,0,0,0.1);height:100%;border-radius:3px}.shop-section .shop-filters .filter-group-price #price-slider .noUi-connects{max-width:260px}.shop-section .shop-filters .filter-group-price #price-slider .noUi-handle{width:16px;height:15px;border-radius:8px;background:#0271e5;border:none;top:-5px;box-shadow:none;cursor:pointer;right:-13px}.shop-section .shop-filters .filter-group-price #price-slider .noUi-handle::before,.shop-section .shop-filters .filter-group-price #price-slider .noUi-handle::after{display:none}.shop-section .shop-filters .filter-group-price #price-slider .noUi-target{border:none;box-shadow:none}.shop-section .shop-filters .filter-group-price #price-slider .noUi-origin{will-change:transform}.shop-section .shop-filters .filter-group-price #price-slider .noUi-tooltip{font-size:12px;background:#007bff;color:white;border-radius:3px;padding:3px 6px;bottom:130%;white-space:nowrap;transform:translateY(-5px)}.shop-section .product-listing{flex:1}.shop-section .product-listing .products-loop{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}@media (min-width: 1200px){.shop-section .product-listing .products-loop{gap:40px}}@media (max-width: 992px){.shop-section .product-listing .products-loop{grid-template-columns:repeat(3, 1fr)}}@media (max-width: 720px){.shop-section .product-listing .products-loop{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 475px){.shop-section .product-listing .products-loop{grid-template-columns:1fr}}.shop-section .product-listing .products-loop.is-empty{grid-template-columns:1fr}.shop-section .product-listing .products-loop .product-card{box-shadow:0 5px 20px 0 rgba(0,0,0,0.05);background:#fff;padding:20px;transition:box-shadow 0.3s ease;text-align:left;position:relative;border-radius:20px;overflow:hidden;display:flex;flex-direction:column}@media (max-width: 520px){.shop-section .product-listing .products-loop .product-card{padding:15px}}.shop-section .product-listing .products-loop .product-card:hover{box-shadow:0 2px 10px rgba(0,0,0,0.1);background-color:#f9f9f9}.shop-section .product-listing .products-loop .product-card__image{text-align:center;margin-bottom:15px}.shop-section .product-listing .products-loop .product-card__image img{width:100%;height:auto;display:block;max-height:300px;object-fit:cover}.shop-section .product-listing .products-loop .product-card__info{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.shop-section .product-listing .products-loop .product-card__title{font-family:"Jura",sans-serif;font-weight:600;font-size:16px;line-height:125%;color:#000;margin-bottom:10px}.shop-section .product-listing .products-loop .product-card__title a{text-decoration:none;color:#333}.shop-section .product-listing .products-loop .product-card__title a:hover{text-decoration:underline}.shop-section .product-listing .products-loop .product-card__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.shop-section .product-listing .products-loop .product-card__price{font-family:"Jura",sans-serif;font-weight:700;font-size:16px;line-height:125%;color:#000;display:flex;flex-direction:column}@media (min-width: 1200px){.shop-section .product-listing .products-loop .product-card__price{font-size:16px}}.shop-section .product-listing .products-loop .product-card__price .product-price-value{display:flex;flex-direction:column}.shop-section .product-listing .products-loop .product-card__button{background:#0271e5;border:none;padding:5px 13px;border-radius:15px;text-decoration:none;display:inline-block;font-family:"Jura",sans-serif;font-weight:700;font-size:14px;line-height:134%;text-align:center;color:#fff}@media (min-width: 1200px){.shop-section .product-listing .products-loop .product-card__button{font-size:14px}}@media (max-width: 520px){.shop-section .product-listing .products-loop .product-card__button{width:100%;padding:8px 13px}}.shop-section.novelty .products-loop{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}@media (min-width: 1200px){.shop-section.novelty .products-loop{gap:30px}}@media (max-width: 1200px){.shop-section.novelty .products-loop{grid-template-columns:repeat(3, 1fr)}}@media (max-width: 720px){.shop-section.novelty .products-loop{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 475px){.shop-section.novelty .products-loop{grid-template-columns:1fr}}.product-card__sizes{position:relative}.product-card__sizes p{font-size:12px;margin-bottom:0}.product-card__sizes .size-buttons{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:20px}@media (max-width: 576px){.product-card__sizes .size-buttons{margin-bottom:20px}}.product-card__sizes .size-option{border:1px solid rgba(0,0,0,0.1);background:#fff;cursor:pointer;transition:0.3s;border-radius:10px;width:40px;height:30px;font-size:12px;display:flex;align-items:center;justify-content:center;font-family:"Jura",sans-serif;font-weight:700;line-height:125%;text-align:center;color:#000}.product-card__sizes .size-option:hover{background:#000000;color:#ffffff}.product-card__sizes .size-option.size-dash{width:70px !important}.product-card__sizes .size-error{color:red;font-size:12px;position:absolute;bottom:-5px}.product-card__sizes .size-option.selected{background:#000;color:#fff;border-color:#000}.woocommerce table.shop_table td,.woocommerce table.shop_table th{font-size:14px}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block;font-size:16px;font-family:"Jura",sans-serif;font-weight:500}.woocommerce-cart-form table{width:100%;border-collapse:collapse}.woocommerce-cart-form th,.woocommerce-cart-form td{text-align:left;padding:10px}.product-thumbnail img{max-width:60px;height:auto;display:block}.product-remove{text-align:center}.product-remove a{color:red;font-size:18px;text-decoration:none}.product-name{font-weight:bold}.product-price,.product-subtotal{font-weight:bold}.product-quantity input{width:50px;text-align:center}.woocommerce button[name="update_cart"]{display:none !important}.stock-status{font-size:14px;color:#666;margin-top:5px}.sale-price{color:#d00;font-weight:bold;font-size:16px}del{color:#999;font-size:14px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:70px;box-shadow:none}.product-quantity .stock-status{font-size:14px;margin-bottom:0}.stock-status{font-size:14px;color:#666;margin-top:5px}.quantity-wrapper{display:flex;align-items:center}.quantity-minus,.quantity-plus{background:#f5f5f5;border:1px solid #ccc;font-size:18px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none}.qty-input{text-align:center;width:50px;font-size:16px;border:1px solid #ccc;height:32px;margin:0 5px}.quantity{display:none}.wc-proceed-to-checkout .checkout-button{font-family:"Jura",sans-serif;font-weight:700;font-size:16px;line-height:125%;text-align:center !important;color:#fff;text-align:center;transition:0.3s ease;width:100%;display:flex !important;justify-content:center;align-items:center;padding:15px 0 !important;border-radius:0;border-radius:50px !important;border:1px solid #000 !important;color:#000 !important;background:transparent !important}.wc-proceed-to-checkout .checkout-button:hover{background:#000 !important;color:#fff !important}.coupon .input-text{width:160px !important;border-radius:20px;font-family:"Jura",sans-serif;margin-right:10px !important;line-height:125%;padding:7px 0 7px 15px !important}.coupon .button{font-family:"Jura",sans-serif;font-weight:700;font-size:16px;line-height:125%;text-align:center !important;color:#fff !important;text-align:center;transition:0.3s ease;align-items:center;background:#0271e5 !important;padding:10px 0;border-radius:20px !important}@media (max-width: 576px){.coupon{display:flex;flex-wrap:wrap;gap:15px 0;flex-direction:column}.coupon input.input-text{width:100% !important}.coupon .button{width:100% !important}}.checkout_coupon .input-text{width:100% !important;border-radius:20px !important;font-family:"Jura",sans-serif;margin-right:10px !important;line-height:125%;padding:7px 0 7px 15px !important}.checkout_coupon .button{font-family:"Jura",sans-serif;font-weight:700;font-size:16px;line-height:125%;text-align:center !important;color:#fff !important;text-align:center;transition:0.3s ease;align-items:center;background:#0271e5 !important;padding:10px 0;border-radius:20px !important}@media (max-width: 576px){.checkout_coupon .form-row-first{width:100% !important}.checkout_coupon .form-row-first input.input-text{width:100% !important}.checkout_coupon .form-row-first .button{width:100% !important}.checkout_coupon .form-row-last{width:100% !important}.checkout_coupon .form-row-last input.input-text{width:100% !important}.checkout_coupon .form-row-last .button{width:100% !important}}form.woocommerce-checkout{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;flex-wrap:wrap}@media (max-width: 1024px){form.woocommerce-checkout{grid-template-columns:1fr}}.woocommerce-NoticeGroup-checkout{display:none !important}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:red !important}#order_comments_field h3,.woocommerce-additional-fields h3{display:none !important}#order_comments_field textarea,.woocommerce-additional-fields textarea{height:130px !important}.woocommerce-checkout #payment{background:#ffffff;padding:20px;border-radius:8px;border:1px solid #ddd}.woocommerce-checkout #payment h3{font-size:18px;font-weight:600;margin-bottom:10px}.woocommerce-checkout #payment li{list-style:none !important;margin-bottom:15px !important;display:flex !important;flex-direction:row !important;align-items:center !important}.woocommerce-checkout #payment li::before{content:unset !important}.woocommerce-checkout .wc_payment_methods{list-style:none;padding:0 !important;margin:0 !important;border:none !important}.woocommerce-checkout .wc_payment_method{background:#ffffff;border-radius:8px;padding:10px 15px;margin-bottom:10px;border:1px solid #ddd;display:flex;align-items:center;cursor:pointer}.woocommerce-checkout .wc_payment_method input{margin-right:10px;transform:scale(1.2)}.woocommerce-checkout .payment_box{display:none !important}@media (max-width: 768px){.woocommerce-checkout .wc_payment_method{flex-direction:column;align-items:flex-start}}.woocommerce-checkout .place-order{padding:0 !important}.woocommerce-checkout #custom_terms_error{color:red;display:none;margin-top:5px;line-height:18px !important}.woocommerce-checkout #custom_terms_error span{font-size:14px}.terms.wc-terms-and-conditions{display:flex;align-items:center;padding:0 !important}.terms.wc-terms-and-conditions .woocommerce-form__label{display:flex !important;align-items:center;gap:15px}.woocommerce-form__label-for-checkbox input{width:30px;height:30px}.woocommerce-form__label-for-checkbox span{font-size:16px;font-weight:400;line-height:1.5}.woocommerce-form__label-for-checkbox a{color:#000;font-weight:600;text-decoration:underline}.woocommerce ul{list-style:none !important}.woocommerce ul.order_details li{list-style:none !important}.woocommerce ul.order_details li::before{content:unset !important}#place_order{font-family:"Jura",sans-serif;font-weight:700;font-size:16px;line-height:125%;text-align:center !important;color:#fff;text-align:center;transition:0.3s ease;width:100%;display:flex !important;justify-content:center;align-items:center;background:#0271e5;padding:12px 0;border-radius:0;border-radius:20px}#customer_details label{color:initial !important}#customer_details .input-text,#customer_details select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background, #fff);border:1px solid rgba(0,0,0,0.1);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text, #000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}@media (max-width: 576px){.woocommerce-billing-fields__field-wrapper p{width:100% !important;display:block;clear:both}}.woocommerce-checkout .inner-page{padding:20px 20px 50px 20px}.checkout-order-review .product-name{display:flex}#delivery_options .woocommerce-error,#delivery_options .woocommerce-info,#delivery_options .woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.checkout-inline-error-message{color:#cc0000;font-size:13px}.woocommerce-invalid input,.woocommerce-invalid select,.woocommerce-invalid textarea{border:1px solid #cc0000 !important}#custom-shipping-methods #delivery_options .woocommerce-error,#custom-shipping-methods #delivery_options .woocommerce-info,#custom-shipping-methods #delivery_options .woocommerce-message{padding:0;margin:0 0 2em;position:unset;background-color:unset;color:#a00;border-top:0;list-style:none outside;width:auto;word-wrap:break-word}#custom-shipping-methods .delivery-methods-header h3{display:block !important;margin-bottom:0}#custom-shipping-methods .delivery-methods-header p{font-size:16px;padding:0}#custom-shipping-methods input,#custom-shipping-methods label,#custom-shipping-methods select{cursor:pointer}#custom-shipping-methods input{width:15px;height:15px}#custom-shipping-methods .delivery-methods-section{background:#ffffff;padding:20px;border-radius:8px;border:1px solid #ddd;display:flex;flex-direction:column;gap:15px}#custom-shipping-methods h4{font-size:16px}#custom-shipping-methods .delivery-pickup{display:flex;flex-direction:column}#custom-shipping-methods .delivery-pickup label{background:#ffffff;padding:10px 15px;border-radius:8px;border:1px solid #ddd;width:100%;display:flex;align-items:center;gap:0 10px}#custom-shipping-methods #delivery_options .delivery-options-np-name{margin-bottom:20px;display:flex;flex-direction:column;gap:10px}#custom-shipping-methods #delivery_options .delivery-options-np-name label{background:#ffffff;padding:10px 15px;border-radius:8px;border:1px solid #ddd;display:flex;align-items:center;gap:0 10px}#custom-shipping-methods .np-delivery-block{background:#ffffff;padding:10px 15px;border-radius:8px;border:1px solid #ddd}#custom-shipping-methods .np-delivery-block label{font-size:16px;margin-bottom:4px;display:flex}#custom-shipping-methods .np-delivery-block select{font-size:16px;padding:10px 5px}#custom-shipping-methods .np-delivery-block input{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background, #fff);border:1px solid rgba(0,0,0,0.1);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text, #000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto;font-size:16px}.product-name a{font-size:16px !important}@media (max-width: 576px){.product-name a{font-size:14px !important}}.woocommerce .woocommerce-customer-details address{font-size:16px !important}.woocommerce .woocommerce-customer-details address p{font-size:16px;margin-top:15px}.woocommerce-order-delivery p{font-style:normal;margin-bottom:0;border:1px solid rgba(0,0,0,0.1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce-billing-fields .form-row-first,.woocommerce-billing-fields .form-row-last{width:48%;float:left;margin-right:4%}.woocommerce-billing-fields .form-row-last{margin-right:0}.size-option.depleted{opacity:0.5;text-decoration:line-through;cursor:not-allowed}.add-to-cart-button.disabled{opacity:0.5;pointer-events:none}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:block !important}.woocommerce #content table.cart .product-thumbnail::before,.woocommerce table.cart .product-thumbnail::before,.woocommerce-page #content table.cart .product-thumbnail::before,.woocommerce-page table.cart .product-thumbnail::before{content:unset !important}@media (max-width: 576px){.wc-proceed-to-checkout .button{font-size:16px !important}}@media (max-width: 576px){.woocommerce-order-details h2{font-size:20px !important}}@media (max-width: 576px){.woocommerce-order-details h1{font-size:22px !important}}.newcouple-product-wrap{display:flex;flex-direction:row;gap:10px;align-items:center}@media (max-width: 576px){.newcouple-product-wrap{flex-direction:column;align-items:start}}.newcouple-product-wrap .order-item-thumb{display:inline-block;vertical-align:middle}.newcouple-product-wrap .wc-item-meta li,.newcouple-product-wrap .wc-item-meta p{font-size:14px !important}.loading-text{text-align:center;font-size:18px;color:#666}.mini-cart{position:fixed;top:0;right:-400px;width:360px;height:100vh;background:#fff;box-shadow:-2px 0 10px rgba(0,0,0,0.1);z-index:1000;transform:translateX(100%);transition:transform 0.3s ease;overflow-y:auto}.mini-cart.active{transform:translateX(0)}.mini-cart:before{content:"";position:absolute;display:block;top:0;background-image:url("../../images/color-line-menu.svg");background-repeat:no-repeat;width:100%;height:10px;background-size:100% auto;background-position:top}.mini-cart .mini-cart-container{padding:20px;display:flex;flex-direction:column;height:100vh}.mini-cart .mini-cart-top{flex:1;display:flex;flex-direction:column}.mini-cart .mini-cart-top .mini-cart-content{flex:1;overflow-y:auto}.mini-cart-content{display:flex;flex-direction:column;justify-content:space-between}.mini-cart.active{right:0}.mini-cart .price{font-size:14px;color:#0271e5;font-weight:600}.mini-cart-header{display:flex;justify-content:space-between;align-items:center;flex-direction:row;margin-bottom:24px}.mini-cart-header h4{font-size:24px;font-weight:bold;margin:0}.mini-cart-header .close-cart{background:none;border:none;font-size:24px;cursor:pointer;color:#333}.mini-cart-content .woocommerce-mini-cart-item{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;padding:10px 0;border-bottom:1px solid #f0f0f0}.mini-cart-content .woocommerce-mini-cart-item:last-child{border-bottom:none}.mini-cart-content .woocommerce-mini-cart-item img{width:60px !important;height:60px !important;object-fit:cover;border-radius:4px;margin-right:10px}.mini-cart-content .woocommerce-mini-cart-item .product-details{flex:1}.mini-cart-content .woocommerce-mini-cart-item .product-details a{font-weight:700;font-size:14px;color:#333;text-decoration:none;display:flex;line-height:18px}.mini-cart-content .woocommerce-mini-cart-item .product-details .meta{font-size:13px;color:#555}.mini-cart-content .woocommerce-mini-cart-item .product-details .quantity{font-size:12px;color:#0271e5;font-weight:bold}.mini-cart-content .woocommerce-mini-cart-item .remove_from_cart_button{font-size:24px;color:#000000;text-decoration:none;margin-left:10px;transition:color 0.2sease}.mini-cart-content .woocommerce-mini-cart-item .remove_from_cart_button:hover{color:#e74c3c}.mini-cart .available-stock{font-size:12px;color:#000000}.mini-cart .quantity-counter{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;width:80px}.mini-cart .quantity-counter .quantity-btn{width:24px;height:24px;font-size:12px;cursor:pointer;background:none;border:none;user-select:none;display:flex;justify-content:center;align-items:center;color:#000000}.mini-cart .quantity-counter .quantity-btn:hover:not(:disabled){background-color:#f0f0f0}.mini-cart .quantity-counter .quantity-btn:disabled{cursor:not-allowed;opacity:0.4}.mini-cart .quantity-counter .quantity-input{width:30px;height:24px;text-align:center;font-size:14px;font-family:"Jura",sans-serif;border:none;pointer-events:none;display:flex;justify-content:center;align-items:center}.mini-cart .quantity-counter .quantity-input:focus{outline:none}.mini-cart .woocommerce-mini-cart__buttons{display:flex;flex-direction:column;gap:15px}.mini-cart .btn{padding:9px 0 11px 0;max-width:100%}.mini-cart .call-me-back{border:1px solid #0271e5 !important}.mini-cart .woocommerce-mini-cart__total{padding:15px 0;display:flex;justify-content:space-between;font-size:18px;font-weight:700;border-top:1px solid #f0f0f0;margin-top:10px}.mini-cart .woocommerce-mini-cart__products-price,.mini-cart .woocommerce-mini-cart__discount{display:flex;justify-content:space-between;font-size:14px;font-weight:600}.mini-cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);opacity:0;visibility:hidden;z-index:999;transition:opacity 0.3s ease, visibility 0.3s ease}.mini-cart-overlay.active{opacity:1;visibility:visible}.single-product-wrapper{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 1025px){.single-product-wrapper{grid-template-columns:1.2fr 1fr;gap:50px}}.single-product-wrapper .product-title{font-family:"Jura",sans-serif;font-weight:700;font-size:30px;line-height:100%;color:#000;margin-bottom:5px}@media (max-width: 576px){.single-product-wrapper .product-title{font-size:24px}}.single-product-wrapper .sku{font-family:"Jura",sans-serif;font-weight:400;font-size:16px;line-height:125%;color:#000;margin-bottom:7px}.single-product-wrapper .price{font-family:"Jura",sans-serif;font-weight:700;font-size:22px;line-height:83%;color:#000;display:flex;flex-direction:column}@media (max-width: 576px){.single-product-wrapper .price{font-size:20px}}.single-product-wrapper .price #product-price-value{display:flex;flex-direction:column;gap:5px}.single-product-wrapper .price .woocommerce-Price-currencySymbol{font-size:16px;margin-left:-3px}@media (max-width: 576px){.single-product-wrapper .price .woocommerce-Price-currencySymbol{margin-left:-2px}}.single-product-wrapper .product-summary-info{width:100%}.single-product-wrapper .product-summary-info .product-card__bottom{margin-top:15px;display:block}.single-product-wrapper .product-summary-info .product-card__button{background:#0271e5;border-radius:30px;font-family:"Jura",sans-serif;font-weight:700;font-size:18px;line-height:125%;text-align:center;color:#fff;width:100%;display:flex;justify-content:center;align-items:center;padding:10px;max-width:180px}@media (max-width: 576px){.single-product-wrapper .product-summary-info .product-card__button{font-size:16px}}.single-product-wrapper .product-summary-info h3{font-weight:700;font-size:16px;line-height:111%;color:#000}.single-product-wrapper .product-card__sizes .size-buttons{display:flex;gap:10px}.single-product-wrapper .product-card__sizes .size-option{border:1px solid rgba(0,0,0,0.1);width:60px;height:30px;font-family:"Jura", sans-serif;font-weight:700;font-size:14px;line-height:125%;text-align:center;color:#000}@media (max-width: 576px){.single-product-wrapper .product-card__sizes .size-option{width:50px;height:35px;font-size:14px}}.single-product-wrapper .product-card__sizes .size-option:hover{background:#000000;color:#ffffff}.single-product-wrapper .product-card__sizes .size-option.selected{background:#000;color:#fff;border-color:#000}.single-product-wrapper .product-card__sizes .size-error{color:red;font-size:12px;position:absolute;bottom:-25px}.single-product-wrapper .product-gallery{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}.single-product-wrapper .product-gallery .product-gallery-inner{display:flex;flex-direction:row;align-items:center;gap:32px;width:100%}@media (max-width: 1024px){.single-product-wrapper .product-gallery .product-gallery-inner{flex-direction:column-reverse}}.single-product-wrapper .product-gallery .main-image{position:relative;padding:0 0 73% 0;display:flex;width:480px;height:500px}@media (max-width: 1024px){.single-product-wrapper .product-gallery .main-image{padding:0 0 100% 0;display:flex;width:100%;height:100%}}.single-product-wrapper .product-gallery .main-image img{width:100%;height:100%;border-radius:10px;display:flex;margin-bottom:15px;position:absolute;object-fit:cover;border:1px solid rgba(0,0,0,0.1);border-radius:16px}.single-product-wrapper .product-gallery .thumb-swiper-container{position:relative;overflow:hidden;max-width:100%;display:flex;flex-direction:column;align-items:center}@media (min-width: 1025px){.single-product-wrapper .product-gallery .thumb-swiper-container{height:500px}}.single-product-wrapper .product-gallery .swiper{width:100%;height:100%;overflow:hidden}@media (min-width: 1025px){.single-product-wrapper .product-gallery .swiper-wrapper{display:flex;flex-direction:column;align-items:self-start;justify-content:flex-start;gap:8px;margin-top:2px}}.single-product-wrapper .product-gallery .swiper-slide{width:95px !important;height:95px;display:flex;justify-content:center;align-items:flex-start;cursor:pointer;margin-bottom:0 !important}@media (min-width: 1025px){.single-product-wrapper .product-gallery .swiper-slide{position:relative;padding:0 0 99% 0;width:120px !important}}.single-product-wrapper .product-gallery .swiper-slide img{width:100%;height:100%;border-radius:10px;display:flex;position:absolute;object-fit:cover}.single-product-wrapper .product-gallery .swiper-slide.swiper-slide-active{border:1px solid #0271e5;border-radius:10px;pointer-events:none}.single-product-wrapper .product-gallery .thumbnail-image{width:100%;max-width:120px;height:auto;cursor:pointer;border-radius:5px;transition:0.3s;border:1px solid rgba(0,0,0,0.1);position:relative}.single-product-wrapper .product-gallery .thumbnail-image:hover{border:1px solid #0271e5}.single-product-wrapper .product-gallery .thumbnail-image:after{content:"";background:rgba(0,27,53,0.2);width:100%;height:100%;position:absolute;top:0;left:0;border-radius:8px}.single-product-wrapper .product-gallery .single-gellery-buttons{position:absolute;bottom:30px;right:-15px;width:145px}.single-product-wrapper .stock-info{font-size:12px;border:1px solid #e6e6e6;max-width:140px;text-align:center;padding:0;margin:0;margin-bottom:7px;padding:0 10px}.single-product-wrapper .stock-info.out-of-stock{color:red}.single-product-wrapper .in-stock{color:green}.size-option.out-of-stock{text-decoration:line-through;opacity:0.5;cursor:not-allowed;pointer-events:none}.product-card__button.disabled{pointer-events:none;opacity:0.5;cursor:not-allowed}.single-product-info{display:grid;grid-template-columns:1fr;gap:15px;margin-top:32px}@media (min-width: 1025px){.single-product-info{grid-template-columns:1.2fr 1fr;gap:50px}}.single-product-info h2{font-weight:700;font-size:20px;line-height:150%;color:#000}.single-product-info p{font-weight:300;font-size:16px;line-height:150%;color:#000}.single-product-info p strong{font-weight:700}.single-product-info table{width:100%;border-collapse:collapse}.single-product-info table tr{background:#ffffff}.single-product-info table tr:nth-child(odd){background-color:#f5f5f7}.single-product-info table td{padding:5px 20px;font-weight:300;font-size:16px;line-height:24px;color:#000}.single-product-info table td:first-child{font-weight:600;text-align:left;width:30%}.single-product-info table a{font-weight:300;font-size:16px;line-height:24px;color:#000}.single-product-info table a:hover{text-decoration:underline}.single-product-info .single-product-tags a{font-weight:700;text-decoration:underline;text-decoration-skip-ink:none;color:#000000}.product-colors{margin-bottom:15px}.color-thumbnails{display:flex;gap:10px;flex-wrap:wrap}.color-option{display:flex;gap:15px;transition:border 0.3s;border:1px solid rgba(0,0,0,0.1);border-radius:10px;width:80px;height:80px}.color-option img{object-fit:cover;border-radius:10px;max-width:80px !important}.color-option:hover,.color-option:focus{border:1px solid #0271e5}.color-option.active{border:1px solid #0271e5;pointer-events:none}.swiper-button-next,.swiper-button-prev{margin-top:0;z-index:5;width:12px;height:20px;top:50%;transform:translateY(-50%);background-repeat:no-repeat;background-size:contain;background-position:center}.swiper-button-next:after,.swiper-button-prev:after{display:none}.swiper-button-prev{left:50px;background-image:url("../../images/slider-arrow-prev.svg")}.swiper-button-next{right:50px;background-image:url("../../images/slider-arrow-next.svg")}.product-general-item{display:flex;gap:7px;align-items:center;margin-top:10px}.product-general-item:first-child{margin-top:0}.product-general-item span,.product-general-item p,.product-general-item a{font-size:14px;margin-bottom:0}.product-general-item a:hover{text-decoration:underline}.gallery-hidden{display:none}.popup-section .popup-container{position:absolute;background:white;height:auto;max-width:500px;width:100%;top:50%;left:50%;transform:translate(-50%, -50%);padding:32px}@media (max-width: 992px){.popup-section .popup-container{width:90%;padding:20px}}@media (max-width: 480px){.popup-section .popup-container{width:90%;padding:16px}}.popup-section .mfp-close-wrap{background-color:#0271e5;height:40px;width:40px;position:absolute;right:20px;top:20px;cursor:pointer;border-radius:50%}@media (max-width: 480px){.popup-section .mfp-close-wrap{top:9px;right:9px}}.popup-section .mfp-close{text-align:center;font-size:48px;font-family:"Jura",sans-serif;font-weight:400;color:#ffffff;opacity:1 !important;position:absolute;top:-4px;width:15px;height:15px;left:35%;transform:translate(-50%, -50%);line-height:normal}.popup-section.contact-callback-form h2{font-family:"Jura",sans-serif;font-weight:700;font-size:24px;letter-spacing:-0.01em;color:#000;margin-bottom:20px;margin-top:-10px}@media (max-width: 620px){.popup-section.contact-callback-form h2{font-size:20px}}.popup-section.contact-callback-form p{margin-bottom:15px}.popup-section.contact-callback-form .form-row{display:flex;justify-content:space-between;width:100%;flex-direction:column}.popup-section.contact-callback-form .form-row .form-col{margin-top:20px}.popup-section.contact-callback-form .form-row .form-group{flex:0 0 30%;margin-bottom:20px}.popup-section.contact-callback-form .form-row .form-group:last-child{margin-bottom:0}.popup-section.contact-callback-form .form-row .form-group label{display:block;margin-bottom:5px;font-size:14px;color:#333}.popup-section.contact-callback-form .form-row .form-group input,.popup-section.contact-callback-form .form-row .form-group textarea{border:1px solid #dddddd;width:100%;padding:12px 15px;font-family:"Jura",sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#000}.popup-section.contact-callback-form .form-row .form-group input::placeholder,.popup-section.contact-callback-form .form-row .form-group textarea::placeholder{font-family:"Jura",sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#000}.popup-section.contact-callback-form .form-row .form-group textarea{resize:vertical;max-height:120px;height:100%}.popup-section.contact-callback-form .form-submit{text-align:right;width:100%}.popup-section.contact-callback-form .form-submit .btn-submit{padding:15px 30px;margin-top:-7px;cursor:pointer;font-family:"Jura",sans-serif;font-weight:700;font-size:14px;line-height:1.42857;text-transform:uppercase;text-align:center;color:#ffffff;background-color:#0271e5;border:none;width:100%;border-radius:20px}.popup-section.contact-callback-form .wpcf7-form .wpcf7-not-valid{border-color:#ff0000 !important}.popup-section.contact-callback-form .wpcf7-not-valid-tip{display:none !important}.popup-section.contact-callback-form .wpcf7-response-output{font-size:12px;color:#000;font-family:"Jura",sans-serif;position:relative;margin:0 !important;width:100%;bottom:-10px;line-height:12px}.popup-section.contact-callback-form .callback-form-inner{position:relative}.popup-section.contact-callback-form .wpcf7-spinner{display:none !important}@keyframes popup_fadein{from{transform:scale(0.5, 0.5)}to{transform:scale(1, 1)}}@keyframes popup_fadeout{from{transform:scale(1, 1)}to{transform:scale(0.5, 0.5)}}.about{padding:0 0 40px 0}@media screen and (min-width: 1025px){.about{padding:0 0 60px 0}}.about__container{display:flex;flex-direction:column;gap:50px}.about__block{display:flex;background:#fff;border-radius:20px}@media screen and (max-width: 820px){.about__block{flex-direction:column}}.about__image{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 0 80% 0;height:auto;position:relative;overflow:hidden;transition:transform 0.3s ease;width:100%}@media screen and (min-width: 821px){.about__image.about-image-first::after{content:"";position:absolute;display:block;top:0;right:0;background-image:url(../../images/color-line-img.svg);background-repeat:no-repeat;background-size:cover;width:11px;height:100%;z-index:5}}@media screen and (min-width: 821px){.about__image{max-width:50%;padding:0 0 38% 0}}.about__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.about__image.about-image-first{border-radius:20px 20px 0 0}@media screen and (min-width: 821px){.about__image.about-image-first{border-radius:20px 0 0 20px}}.about__image.about-image-first img{border-radius:20px 20px 0 0}@media screen and (min-width: 821px){.about__image.about-image-first img{border-radius:20px 0 0 20px}}.about__image.about-image-second{border-radius:20px 20px 0 0}@media screen and (min-width: 821px){.about__image.about-image-second::after{content:"";position:absolute;display:block;top:0;left:0;background-image:url(../../images/color-line-img.svg);background-repeat:no-repeat;background-size:cover;width:11px;height:100%;z-index:5}}@media screen and (min-width: 821px){.about__image.about-image-second{border-radius:0 20px 20px 0}}@media screen and (min-width: 821px){.about__image.about-image-second img{border-radius:0 20px 20px 0}}.about__content{flex:1;padding:32px}@media screen and (min-width: 821px){.about__content{padding:40px 50px 40px 45px}}.about h1{margin-bottom:24px;font-family:"Jura",sans-serif;font-weight:900;font-size:28px;line-height:100%;color:#000000}@media screen and (min-width: 1025px){.about h1{font-size:32px}}.about h2{font-weight:700;font-size:22px;line-height:100%;color:#000;margin-bottom:15px}@media screen and (min-width: 1025px){.about h2{font-size:28px}}.about p{font-weight:300;font-size:16px;line-height:150%;color:#000;margin-bottom:24px}.about p strong{font-weight:500;font-size:20px;line-height:150%;color:#000}.about__block--reverse{flex-direction:row}@media screen and (max-width: 820px){.about__block--reverse{flex-direction:column-reverse}}.banners{padding:40px 0}.banners__container{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}@media screen and (min-width: 1200px){.banners__container{gap:40px}}.banners .banner{flex:1;min-width:280px;max-width:400px;border-radius:20px;overflow:hidden;text-decoration:none;color:#fff;transition:transform 0.3s ease-in-out;box-shadow:0 5px 20px 0 rgba(0,0,0,0.1)}@media screen and (max-width: 620px){.banners .banner{max-width:100%}}.banners .banner.background-black::after{content:"";display:block;width:100%;height:100%;background:rgba(0,0,0,0.5);position:absolute;top:0;left:0;z-index:1;pointer-events:none;border-radius:20px}.banners .banner.background-black .banner__text,.banners .banner.background-black .banner__title{color:#ffffff}.banners .banner__image{padding:0 0 100% 0;height:500px;position:relative;overflow:hidden;border-radius:20px}.banners .banner__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.banners .banner__content{position:absolute;top:30px;left:20px;right:20px;z-index:2}@media screen and (min-width: 1200px){.banners .banner__content{top:40px;left:30px;right:30px}}.banners .banner__title{font-family:"Jura",sans-serif;font-weight:700;line-height:125%;letter-spacing:-0.04em;color:#000;margin-bottom:10px;font-size:24px}@media screen and (min-width: 1200px){.banners .banner__title{font-size:32px}}.banners .banner__text{font-weight:600;line-height:150%;color:#000;font-size:14px}@media screen and (min-width: 1200px){.banners .banner__text{font-size:16px}}.banners-swiper .banner__image{padding:0 0 40% 0;height:auto}@media screen and (max-width: 576px){.banners-swiper .banner__image{padding:0 0 80% 0}}.banners-swiper .swiper-slide{border-radius:20px}.banners-swiper .banner__content{position:absolute;top:50%;left:50%;z-index:2;max-width:420px;margin:0 auto;width:100%;text-align:center;transform:translate(-50%, -50%);padding:0 15px}.banners .swiper-buttons{position:absolute;right:-20px;bottom:30px;width:145px}.banners .swiper-buttons .swiper-button-next,.banners .swiper-buttons .swiper-button-prev{margin-top:0;z-index:5;width:12px;height:20px;top:50%;transform:translateY(-50%);background-repeat:no-repeat;background-size:contain;background-position:center}.banners .swiper-buttons .swiper-button-next:after,.banners .swiper-buttons .swiper-button-prev:after{display:none}.banners .swiper-buttons .swiper-button-prev{left:50px;background-image:url("../../images/slider-white-arrow-prev.svg")}.banners .swiper-buttons .swiper-button-next{right:50px;background-image:url("../../images/slider-white-arrow-next.svg")}.advantages{padding:0 0 50px 0}.advantages__title{font-family:"Jura",sans-serif;font-weight:700;font-size:28px;line-height:111%;color:#000;margin-bottom:40px}@media screen and (min-width: 1025px){.advantages__title{margin-bottom:40px}}@media screen and (min-width: 577px){.advantages__title{font-size:36px}}.advantages__list{display:grid;justify-content:center;gap:16px;grid-template-columns:repeat(6, 1fr)}@media screen and (min-width: 1201px){.advantages__list{gap:40px}}@media screen and (max-width: 1200px){.advantages__list{grid-template-columns:repeat(3, 1fr);gap:24px}}@media screen and (max-width: 576px){.advantages__list{grid-template-columns:repeat(2, 1fr)}}.advantages .advantage{background:#fff;border-radius:20px;padding:15px;box-shadow:0 5px 20px 0 rgba(0,0,0,0.05);transition:transform 0.3s ease-in-out;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:220px}@media screen and (min-width: 425px){.advantages .advantage{padding:24px 20px 20px 20px;min-height:253px}}.advantages .advantage__icon{width:80px;height:80px;background:#0271e5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.advantages .advantage__icon img{width:60px;height:60px}.advantages .advantage__title{font-family:"Jura",sans-serif;font-weight:700;font-size:16px;line-height:111%;text-align:center;color:#000;max-width:120px;margin-bottom:10px}@media screen and (min-width: 425px){.advantages .advantage__title{font-size:18px}}.advantages .advantage__text{font-family:"Jura",sans-serif;font-weight:300;font-size:12px;line-height:129%;text-align:center;color:#000}@media screen and (min-width: 425px){.advantages .advantage__text{font-size:14px}}.header-cart{margin-left:15px}.header-cart .icon-cart-header{position:relative}.header-cart a{position:relative}@media (max-width: 1024px){.header-cart a{width:40px;height:40px;display:flex}}.header-cart .cart-count{position:absolute;top:-3px;right:0px;background:linear-gradient(127deg, #fa1464 0%, #936dd1 100%);font-size:12px;display:flex;width:20px;height:20px;border-radius:50%;text-align:center;letter-spacing:0;font-weight:700;align-items:center;justify-content:center;color:#ffffff}@media screen and (max-width: 1024px){.categories{margin-top:10px}}.categories__container{display:flex;justify-content:flex-start;gap:40px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}@media screen and (min-width: 576px){.categories__container{justify-content:center}}.categories__container::-webkit-scrollbar{display:none}.categories .category{text-align:center;position:relative;flex:0 0 auto;width:100px;scroll-snap-align:start}@media screen and (max-width: 1024px){.categories .category{width:80px}}.categories .category__image{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1024px){.categories .category__image{width:80px;height:80px}}.categories .category__image img{max-width:100%;max-height:100%;object-fit:contain}.categories .category__title{font-family:"Jura",sans-serif;font-weight:700;font-size:18px;text-align:center;color:#000;transition:color 0.3s}@media screen and (max-width: 1024px){.categories .category__title{font-size:16px}}.categories .category__title:hover{color:#000}.categories .category__title--sale{color:#e40046}.categories .category__badge{position:absolute;display:inline-block}.categories .category__badge--new{font-family:var(--font-family);font-weight:700;font-size:14px;line-height:125%;text-align:center;color:#fff;border-radius:100%;transform:rotate(19deg);width:50px;height:50px;background:linear-gradient(221deg, #5fe6a0 0%, #0d7bba 100%);text-transform:uppercase;display:flex;align-items:center;justify-content:center;right:0}@media screen and (max-width: 1024px){.categories .category__badge--new{font-size:12px}}.categories .category__badge--sale{font-family:var(--font-family);font-weight:700;font-size:12px;line-height:100%;text-align:center;color:#fff;border-radius:100%;transform:rotate(-19deg);width:50px;height:50px;background:linear-gradient(127deg, #fa1464 0%, #936dd1 100%);text-transform:uppercase;display:flex;align-items:center;justify-content:center;right:0;top:19px;padding:5px}.mobile-filter-wrap{align-items:center;display:flex;flex-direction:row;justify-content:center;max-width:200px;width:100%}@media (min-width: 993px){.mobile-filter-wrap{display:none}}.mobile-filter-wrap .mobile-filter{padding:8px 25px}.mobile-filter-wrap .filter-menu{position:fixed;top:0;left:-100%;width:300px;height:100%;background:#fff;box-shadow:2px 0 5px rgba(0,0,0,0.2);transition:left 0.3s ease-in-out;overflow-y:auto;z-index:1000}.mobile-filter-wrap .filter-menu.open{left:0}.mobile-filter-wrap .filter-header{font-size:18px;font-weight:bold;display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e9e9e9;position:relative}.mobile-filter-wrap .filter-header .backToMain::before{content:"";position:absolute;display:block;top:50%;left:18px;transform:translateY(-50%);background-image:url(../../images/left-arrow.svg);background-repeat:no-repeat;width:15px;height:15px}.mobile-filter-wrap .arrow{font-size:16px;color:#0271e5}.mobile-filter-wrap .filter-list{list-style:none;padding:0;margin:0}.mobile-filter-wrap .filter-list li{padding:10px 20px;border-bottom:1px solid #ddd;cursor:pointer;display:flex;justify-content:space-between;align-items:center;position:relative;font-weight:600}.mobile-filter-wrap .filter-list li::after{content:"";position:absolute;display:block;top:50%;right:18px;transform:translateY(-50%);background-image:url(../../images/right-arrow.svg);background-repeat:no-repeat;width:15px;height:15px}.mobile-filter-wrap .submenu{position:absolute;top:0;left:100%;width:100%;height:100%;background:#fff;transition:left 0.3s ease-in-out;display:none}.mobile-filter-wrap .submenu .filter-header{justify-content:start;gap:0 24px}.mobile-filter-wrap .submenu.active{left:0;display:block}.mobile-filter-wrap .btn{display:inline-block;padding:6px 15px 8px;background:#007bff;color:#fff;border:none;cursor:pointer;text-align:center;max-width:200px;width:100%}.mobile-filter-wrap .btn-back{background:#ccc;color:#007bff}.mobile-filter-wrap .btn-show{background:#28a745}.mobile-filter-wrap .filter-group{border-radius:20px;background:#fff;padding:20px;margin-bottom:20px}.mobile-filter-wrap .filter-group h4{font-size:1.1rem;margin-bottom:0.8rem}.mobile-filter-wrap .filter-group ul{list-style:none;padding:0;max-height:300px;overflow-y:scroll}.mobile-filter-wrap .filter-group ul.filter-scroll{list-style:none;padding:0;max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,0.1) transparent;padding-right:10px}.mobile-filter-wrap .filter-group ul.filter-scroll::-webkit-scrollbar{width:4px !important}.mobile-filter-wrap .filter-group ul.filter-scroll::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.1);border-radius:4px !important}.mobile-filter-wrap .filter-group ul.filter-scroll::-webkit-scrollbar-thumb:hover{background:#888}.mobile-filter-wrap .filter-group ul.filter-scroll::-webkit-scrollbar-track{background:transparent}.mobile-filter-wrap .filter-group ul.filter-scroll::-webkit-scrollbar-button{display:none}.mobile-filter-wrap .filter-group ul li label{display:flex;justify-content:space-between;font-family:"Jura",sans-serif;font-weight:400;font-size:16px;line-height:187%;color:#000000;align-items:center;cursor:pointer}.mobile-filter-wrap .filter-group ul li label .label-info{display:flex;align-items:center}.mobile-filter-wrap .filter-group ul li label input{margin-right:9px;border:1px solid rgba(0,0,0,0.1);width:16px;height:16px;background:#f5f5f7}.mobile-filter-wrap .filter-group ul li label.active-filter span{background:#0271e5;color:#ffffff}.mobile-filter-wrap .filter-group ul li label span{font-family:"Jura",sans-serif;font-weight:700;font-size:12px;line-height:167%;text-align:center;color:#000;background:#f5f5f7;border-radius:10px;width:30px;height:20px}.mobile-filter-wrap .filter-group .price-slider{display:flex;flex-direction:column}.mobile-filter-wrap .filter-group .price-slider .slider{width:100%;margin:0.5rem 0}.mobile-filter-wrap .filter-group .price-slider .price-values{display:flex;justify-content:space-between;font-size:0.85rem;color:#666}.mobile-filter-wrap .filter-group-price{padding-bottom:30px}.mobile-filter-wrap .filter-group-price .price-inputs{margin-bottom:24px}.mobile-filter-wrap .filter-group-price .price-inputs input{background:#f5f5f7;border-radius:15px;max-width:100px;width:100%;height:30px;font-family:"Jura",sans-serif;font-weight:700;font-size:12px;line-height:167%;color:#000;border:none;padding:0 10px}.mobile-filter-wrap .filter-group-price .price-inputs span{font-family:"Jura",sans-serif;font-weight:700;font-size:12px;line-height:167%;color:#000}.mobile-filter-wrap .filter-group-price .price-slider{border:none;background:none;box-shadow:none;max-width:240px}.mobile-filter-wrap .filter-group-price .price-slider .noUi-base{background:#f5f5f7;height:6px;border-radius:3px;position:relative}.mobile-filter-wrap .filter-group-price .price-slider .noUi-connect{background:rgba(0,0,0,0.1);height:100%;border-radius:3px}.mobile-filter-wrap .filter-group-price .price-slider .noUi-connects{max-width:260px}.mobile-filter-wrap .filter-group-price .price-slider .noUi-handle{width:16px;height:15px;border-radius:8px;background:#0271e5;border:none;top:-5px;box-shadow:none;cursor:pointer;right:-13px}.mobile-filter-wrap .filter-group-price .price-slider .noUi-handle::before,.mobile-filter-wrap .filter-group-price .price-slider .noUi-handle::after{display:none}.mobile-filter-wrap .filter-group-price .price-slider .noUi-target{border:none;box-shadow:none}.mobile-filter-wrap .filter-group-price .price-slider .noUi-origin{will-change:transform}.mobile-filter-wrap .filter-group-price .price-slider .noUi-tooltip{font-size:12px;background:#007bff;color:white;border-radius:3px;padding:3px 6px;bottom:130%;white-space:nowrap;transform:translateY(-5px)}.mobile-filter-wrap .filter-buttons{position:absolute;bottom:20px;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.filter-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);z-index:999;display:none}.feedback-container{position:fixed;bottom:15px;right:30px;z-index:999;display:flex;flex-direction:column;align-items:center}.feedback-container .feedback-toggle{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;z-index:2}.feedback-container .feedback-toggle .avatar-ring{width:70px;height:70px;border-radius:50%;background:linear-gradient(221deg, rgba(95,230,160,0.5) 0%, rgba(13,123,186,0.5) 100%);display:flex;justify-content:center;align-items:center;animation:pulse-glow 2s infinite}.feedback-container .feedback-toggle .avatar-ring img{width:70px;height:70px;object-fit:cover;border-radius:50%}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 #5fe6a0}70%{box-shadow:0 0 0 15px rgba(95,230,160,0)}100%{box-shadow:0 0 0 0 rgba(95,230,160,0)}}.feedback-container .feedback-toggle .label{font-size:14px;font-weight:bold;color:#000}.feedback-container .feedback-menu{position:absolute;bottom:100%;display:none;flex-direction:column;gap:10px;background:white;padding:15px;box-shadow:0 0 20px 0 rgba(0,0,0,0.15);min-width:250px;z-index:2;border-radius:15px 15px 0 15px;right:40px;bottom:70px}@media screen and (min-width: 577px){.feedback-container .feedback-menu{min-width:280px;right:50px;bottom:68px}}.feedback-container .feedback-menu a{display:flex;align-items:center;gap:10px;transition:all 0.2s;font-family:"Jura",sans-serif;font-weight:700;font-size:14px;line-height:100%;letter-spacing:-0.04em;color:#000}@media screen and (min-width: 577px){.feedback-container .feedback-menu a{font-size:18px}}.feedback-container .feedback-menu a img{width:40px;height:40px;object-fit:contain;flex-shrink:0}@media screen and (min-width: 577px){.feedback-container .feedback-menu a img{width:50px;height:50px}}.feedback-container.active .feedback-menu{display:flex}


/*# sourceMappingURL=main.css.map*/