:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance, 150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, .2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, .1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translate(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translate(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translate(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translate(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: .65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media (hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, .98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, .1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__container::backdrop{background-color:#0000}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translateZ(0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}.fancybox__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:translateZ(0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background: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, .6);--f-button-active-bg: rgba(0, 0, 0, .6);--f-button-hover-bg: rgba(0, 0, 0, .6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, .3);--f-button-active-bg: rgba(24, 24, 27, .5);--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .5));--f-button-svg-disabled-opacity: .65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, .25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, .35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, .15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, .35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background: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: .5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translateZ(0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:-webkit-clip-path .33s ease;transition:clip-path .33s ease;transition:clip-path .33s ease,-webkit-clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background: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)) * .5 ) round var(--f-thumb-border-radius, 0) );-webkit-clip-path:var(--clip-path);clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.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,.1),rgba(255,255,255,.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, .94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, .65);--f-button-hover-bg: rgba(70, 70, 73, .65);--f-button-active-bg: rgba(90, 90, 93, .65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.z-0{z-index:0}.col-span-3{grid-column:span 3 / span 3}.-ml-px{margin-left:-1px}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.ml-12{margin-left:3rem}.ml-3{margin-left:.75rem}.mr-10{margin-right:2.5rem}.mt-10{margin-top:2.5rem}.mt-4{margin-top:1rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-5{height:1.25rem}.h-80{height:20rem}.h-96{height:24rem}.h-\[40rem\]{height:40rem}.w-1\/3{width:33.333333%}.w-10\/12{width:83.333333%}.w-2\/12{width:16.666667%}.w-2\/3{width:66.666667%}.w-5{width:1.25rem}.w-6\/12{width:50%}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.resize{resize:both}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-2{gap:.5rem}.overflow-x-auto{overflow-x:auto}.overflow-y-scroll{overflow-y:scroll}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-md{border-radius:.375rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.border{border-width:1px}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.p-0{padding:0}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pt-0{padding-top:0}.text-2xl{font-size:1.5rem;line-height:2rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.leading-5{line-height:1.25rem}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.editor-text ul li:before,.color-selection__color:before,.bonus-banner__inquiry-bg:before,.collection-banner:before,.product-image-slider .slider-nav__arrow:before,.menu__link.level-1:after,.icon:before{content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;pointer-events:none}.btn.stretched-link,button{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit;font-family:inherit}.bg-image img,.covered,.cover-bg{height:100%;left:0;position:absolute;width:100%;top:0;pointer-events:none}.btn.stretched-link,.stretched-link.covered-link,.stretched-link:before,.covered-pointer{height:100%;left:0;position:absolute;width:100%;top:0}.d-flex-cc,.d-flex-center-center{display:flex;align-items:center;justify-content:center}.payment-methods__option input,.delivery-methods__option input,.radio-button input,.checkbox input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;white-space:nowrap;border:0;visibility:inherit;clip:rect(0,0,0,0)}.promo-module--single-item .promo-module__item-detail-text,body{font-size:16px;line-height:1.5}.product-module__special-offer-info .editor-text h3,.title-heading,.editor-text h6,.title--h6,.blog-detail .editor-text h6,.editor-text h5,.title--h5,.blog-detail .editor-text h5,.editor-text h4,.title--h4,.blog-detail .editor-text h4,.footer__middle-column-title,.editor-text h3,.title--h3,.blog-detail .editor-text h3,.editor-text h2,.title--h2,.blog-detail .editor-text h2,.editor-text h1,.promo-banner--large .promo-banner__content .title,.blog-card--large .title,.title--h1,.text--30,.text--40,.hero-module .title,.text--60,.page-505__title,.text--120{font-family:var(--font-secondary);font-weight:700}.page-505__title,.text--120{font-size:120px;line-height:80px}@media only screen and (max-width: 1200px){.page-505__title,.text--120{font-size:95px}}@media only screen and (max-width: 1022px){.page-505__title,.text--120{font-size:80px;line-height:1}}.hero-module .title,.text--60{font-size:60px;line-height:1.06}@media only screen and (max-width: 1200px){.hero-module .title,.text--60{font-size:45px}}@media only screen and (max-width: 1022px){.hero-module .title,.text--60{font-size:35px}}@media only screen and (max-width: 767px){.hero-module .title,.text--60{font-size:30px;line-height:1.33}}.text--40{font-size:40px;line-height:1.06}@media only screen and (max-width: 1200px){.text--40{font-size:40px}}@media only screen and (max-width: 1022px){.text--40{font-size:35px}}@media only screen and (max-width: 767px){.text--40{font-size:30px;line-height:1.33}}.text--30{font-size:30px;line-height:1.33}@media only screen and (max-width: 767px){.text--30{font-size:24px;line-height:33px}}.blog-detail .editor-text>p:first-child,.latest-blog__slider .blog-card .title,.benefits--secondary .benefits__slide,.text--checkout-title,.text--20{font-size:20px;line-height:1.42}@media only screen and (max-width: 767px){.blog-detail .editor-text>p:first-child,.latest-blog__slider .blog-card .title,.benefits--secondary .benefits__slide,.text--checkout-title,.text--20{line-height:1.2}}.text--14{font-size:14px;line-height:21px}.text--13{font-size:13px;line-height:1.43}.text--12{font-size:12px;line-height:18px}.text--11{font-size:11px;line-height:20px}.text--10{font-size:10px;line-height:1.4}.blog-detail .editor-text h2,.editor-text h1,.promo-banner--large .promo-banner__content .title,.blog-card--large .title,.title--h1{font-size:40px;line-height:1.3}@media only screen and (max-width: 1200px){.blog-detail .editor-text h2,.editor-text h1,.promo-banner--large .promo-banner__content .title,.blog-card--large .title,.title--h1{font-size:36px}}@media only screen and (max-width: 1022px){.blog-detail .editor-text h2,.editor-text h1,.promo-banner--large .promo-banner__content .title,.blog-card--large .title,.title--h1{font-size:30px}}.blog-detail .editor-text h3,.editor-text h2,.title--h2{font-size:30px;line-height:1.33}@media only screen and (max-width: 1022px){.blog-detail .editor-text h3,.editor-text h2,.title--h2{font-size:25px}}.blog-detail .editor-text h4,.footer__middle-column-title,.editor-text h3,.title--h3{font-size:20px;line-height:1.4}.blog-detail .editor-text h5,.editor-text h4,.title--h4{font-size:16px;line-height:1.25}.blog-detail .editor-text h6,.editor-text h5,.title--h5{font-size:14px;line-height:1.5}.editor-text h6,.title--h6{font-size:12px;line-height:1.5}.editor-text ol li:before,.text *,.title *,.title-main *{color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit;text-align:inherit;font-style:inherit;font-family:inherit}.overflow-backface{overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0)}.bg-video{position:absolute;min-width:100%;min-height:100%;top:0;left:0;right:0;bottom:0;margin:auto;background-color:#000}.product-module__special-offer-info .editor-text h3,.title-heading{color:var(--color-primary-blue);text-transform:uppercase}.breadcrumbs__link--href:before,.checkout-header__link-text:before,.footer__nav-link:before,.menu__products-header-link:before,.btn--tertiary .btn__text:before,.breadcrumbs__link--href:after,.checkout-header__link-text:after,.footer__nav-link:after,.menu__products-header-link:after,.btn--tertiary .btn__text:after{content:"";position:absolute;bottom:0;width:0;right:0;height:1px;background-color:currentColor;pointer-events:none}.breadcrumbs__link--href:before,.checkout-header__link-text:before,.footer__nav-link:before,.menu__products-header-link:before,.btn--tertiary .btn__text:before{transition:width .4s cubic-bezier(.51,.18,0,.88) .1s}.breadcrumbs__link--href:after,.checkout-header__link-text:after,.footer__nav-link:after,.menu__products-header-link:after,.btn--tertiary .btn__text:after{transition:width .2s cubic-bezier(.29,.18,.26,.83)}.active.breadcrumbs__link--href:before,.active.checkout-header__link-text:before,.active.footer__nav-link:before,.active.menu__products-header-link:before,.btn--tertiary .active.btn__text:before,.active.breadcrumbs__link--href:after,.active.checkout-header__link-text:after,.active.footer__nav-link:after,.active.menu__products-header-link:after,.btn--tertiary .active.btn__text:after,.breadcrumbs__link--href:hover:before,.checkout-header__link-text:hover:before,.footer__nav-link:hover:before,.menu__products-header-link:hover:before,.btn--tertiary .btn__text:hover:before,.breadcrumbs__link--href:hover:after,.checkout-header__link-text:hover:after,.footer__nav-link:hover:after,.menu__products-header-link:hover:after,.btn--tertiary .btn__text:hover:after{width:100%;left:0}.compare-product-popup__product-title p,.comparison-table__product-data .title h4,.benefits__slide p,.bonus-banner__inquiry .title h2,.menu__link.level-2 .menu__link-text{display:inline;background-image:linear-gradient(currentColor,currentColor);background-size:0% 1px;background-repeat:no-repeat;transition:background-size .5s;background-position:0 100%}.compare-product-popup__product-title p:hover,.comparison-table__product-data .title h4:hover,.benefits__slide p:hover,.bonus-banner__inquiry .title h2:hover,.menu__link.level-2 .menu__link-text:hover{background-size:100% 1px}.discount.tag,.discount.badge{background-color:var(--color-cat-discount)}.gift.tag,.gift.badge{background-color:var(--color-cat-gift)}.new.tag,.new.badge{background-color:var(--color-cat-new)}.durable-product.tag,.durable-product.badge{background-color:var(--color-cat-durable-product)}.free-delivery.tag,.free-delivery.badge{background-color:var(--color-cat-free-delivery)}.guarantee.tag,.guarantee.badge{background-color:var(--color-cat-guarantee)}.warranty.tag,.warranty.badge{background-color:var(--color-cat-warranty)}.money-back.tag,.money-back.badge{background-color:var(--color-cat-money-back)}.zps-test.tag,.zps-test.badge{background-color:var(--color-cat-zps-test)}@media only screen and (max-width: 767px){.blog-detail__sidebar .swiper-scrollbar .swiper-scrollbar-drag,.top-products__swiper-scrollbar.swiper-scrollbar .swiper-scrollbar-drag,.latest-blog .swiper-scrollbar .swiper-scrollbar-drag,.brands-slider .swiper-scrollbar .swiper-scrollbar-drag,.tag-collections__swiper-scrollbar.swiper-scrollbar .swiper-scrollbar-drag,.categories-module .swiper-scrollbar .swiper-scrollbar-drag{display:none}}.blog-detail__sidebar .swiper-scrollbar .swiper-scrollbar-thumb,.top-products__swiper-scrollbar.swiper-scrollbar .swiper-scrollbar-thumb,.latest-blog .swiper-scrollbar .swiper-scrollbar-thumb,.brands-slider .swiper-scrollbar .swiper-scrollbar-thumb,.tag-collections__swiper-scrollbar.swiper-scrollbar .swiper-scrollbar-thumb,.categories-module .swiper-scrollbar .swiper-scrollbar-thumb{height:3px;width:50px;position:relative;top:-1px;cursor:pointer;background-color:var(--color-primary-blue)}@media only screen and (min-width: 768px){.blog-detail__sidebar .swiper-scrollbar .swiper-scrollbar-thumb,.top-products__swiper-scrollbar.swiper-scrollbar .swiper-scrollbar-thumb,.latest-blog .swiper-scrollbar .swiper-scrollbar-thumb,.brands-slider .swiper-scrollbar .swiper-scrollbar-thumb,.tag-collections__swiper-scrollbar.swiper-scrollbar .swiper-scrollbar-thumb,.categories-module .swiper-scrollbar .swiper-scrollbar-thumb{display:none}}@media only screen and (max-width: 767px){.blog-detail__sidebar .swiper-scrollbar-lock.swiper-scrollbar,.swiper-scrollbar-lock.top-products__swiper-scrollbar.swiper-scrollbar,.latest-blog .swiper-scrollbar-lock.swiper-scrollbar,.brands-slider .swiper-scrollbar-lock.swiper-scrollbar,.swiper-scrollbar-lock.tag-collections__swiper-scrollbar.swiper-scrollbar,.categories-module .swiper-scrollbar-lock.swiper-scrollbar{display:block}}:root{--color-white: #fff;--color-black: #000;--color-primary-blue: #00599f;--color-primary-blue-rollover: #003e6d;--color-primary-yellow: #fcb116;--color-primary-yellow-rollover: #d3780d;--color-neutral-gray: #b5b5b5;--color-neutral-light-gray: #f2f2f2;--color-neutral-dark-gray: #505050;--color-neutral-black: #222;--color-neutral-light-blue: #e5eef5;--color-gray-bg: #f4f4f4;--color-validation-failed: #f00;--color-warning: #ffa726;--color-error: #f00;--color-success: #00aa4f;--color-gradient: linear-gradient(0deg, #e5eef5 0%, #f5f8fb 100%);--font-primary: Proxima Nova, sans-serif;--font-secondary: Klavika, sans-serif;--color-cat-discount: #eb0000;--color-cat-gift: #fcb116;--color-cat-new: #007da3;--color-cat-guarantee: #3678ba;--color-cat-warranty: #b72a79;--color-cat-money-back: #01884a;--color-cat-free-delivery: #e60054;--color-cat-zps-test: #ce181e;--color-cat-durable-product: #00aa4f}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;text-align:left}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:700}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{text-decoration:none;background-color:transparent}a:hover,a:focus{text-decoration:none}a:not([href]):not([tabindex]){text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:8px;padding-bottom:8px;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:1rem}button{border-radius:0;text-transform:none;cursor:pointer;-webkit-appearance:button}input,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}select{word-wrap:normal;text-transform:none}input{overflow:visible}[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{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}@media (min-width: 320px){.text-xs-center{text-align:center}.text-xs-left{text-align:left}.text-xs-right{text-align:right}.d-xs-none{display:none!important}.d-xs-inline-block{display:inline-block!important}.d-xs-block{display:block!important}.d-xs-flex{display:flex!important}.d-xs-inline-flex{display:inline-flex!important}}@media (min-width: 768px){.text-sm-center{text-align:center}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.d-sm-none{display:none!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width: 1023px){.text-md-center{text-align:center}.text-md-left{text-align:left}.text-md-right{text-align:right}.d-md-none{display:none!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width: 1201px){.text-lg-center{text-align:center}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.d-lg-none{display:none!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width: 1439px){.text-xl-center{text-align:center}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.d-xl-none{display:none!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}.container-fluid{margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}.container{display:block;margin:0 auto;max-width:calc(100% - 40px);padding:0;width:100%}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{box-sizing:border-box;flex:0 0 auto}[class*=col-]{padding-left:10px;padding-right:10px}.col-xs{flex-grow:1;flex-basis:0;max-width:100%}.col-xs-1{flex-basis:8.333%;max-width:8.333%}.col-xs-2{flex-basis:16.666667%;max-width:16.666667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.333%;max-width:33.333%}.col-xs-5{flex-basis:41.667%;max-width:41.667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.333%;max-width:58.333%}.col-xs-8{flex-basis:66.667%;max-width:66.667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-10{flex-basis:83.333%;max-width:83.333%}.col-xs-11{flex-basis:91.667%;max-width:91.667%}.col-xs-12{flex-basis:100%;max-width:100%}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.667%}.start-xs{justify-content:flex-start;text-align:start}.center-xs{justify-content:center}.end-xs{justify-content:flex-end;text-align:end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width: 768px){.row{margin-left:-10px;margin-right:-10px}.container{max-width:calc(100% - 40px)}.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{box-sizing:border-box;flex:0 0 auto}[class*=col-]{padding-left:10px;padding-right:10px}.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{flex-basis:8.333%;max-width:8.333%}.col-sm-2{flex-basis:16.666667%;max-width:16.666667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.333%;max-width:33.333%}.col-sm-5{flex-basis:41.667%;max-width:41.667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.333%;max-width:58.333%}.col-sm-8{flex-basis:66.667%;max-width:66.667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.333%;max-width:83.333%}.col-sm-11{flex-basis:91.667%;max-width:91.667%}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.667%}.start-sm{justify-content:flex-start;text-align:start}.center-sm{justify-content:center}.end-sm{justify-content:flex-end;text-align:end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width: 1023px){.row{margin-left:-8px;margin-right:-8px}.container{max-width:990px;padding-left:8px;padding-right:8px}.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{box-sizing:border-box;flex:0 0 auto}[class*=col-]{padding-left:8px;padding-right:8px}.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{flex-basis:8.333%;max-width:8.333%}.col-md-2{flex-basis:16.666667%;max-width:16.666667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.333%;max-width:33.333%}.col-md-5{flex-basis:41.667%;max-width:41.667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.333%;max-width:58.333%}.col-md-8{flex-basis:66.667%;max-width:66.667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.333%;max-width:83.333%}.col-md-11{flex-basis:91.667%;max-width:91.667%}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.667%}.start-md{justify-content:flex-start;text-align:start}.center-md{justify-content:center}.end-md{justify-content:flex-end;text-align:end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width: 1201px){.row{margin-left:-10px;margin-right:-10px}.container{max-width:1200px;padding-left:10px;padding-right:10px}.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{box-sizing:border-box;flex:0 0 auto}[class*=col-]{padding-left:10px;padding-right:10px}.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{flex-basis:8.333%;max-width:8.333%}.col-lg-2{flex-basis:16.666667%;max-width:16.666667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.333%;max-width:33.333%}.col-lg-5{flex-basis:41.667%;max-width:41.667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.333%;max-width:58.333%}.col-lg-8{flex-basis:66.667%;max-width:66.667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.333%;max-width:83.333%}.col-lg-11{flex-basis:91.667%;max-width:91.667%}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.667%}.start-lg{justify-content:flex-start;text-align:start}.center-lg{justify-content:center}.end-lg{justify-content:flex-end;text-align:end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}@media only screen and (min-width: 1440px){.row{margin-left:-10px;margin-right:-10px}.container{max-width:1380px;padding-left:10px;padding-right:10px}.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{box-sizing:border-box;flex:0 0 auto}[class*=col-]{padding-left:10px;padding-right:10px}.col-xl{flex-grow:1;flex-basis:0;max-width:100%}.col-xl-1{flex-basis:8.333%;max-width:8.333%}.col-xl-2{flex-basis:16.666667%;max-width:16.666667%}.col-xl-3{flex-basis:25%;max-width:25%}.col-xl-4{flex-basis:33.333%;max-width:33.333%}.col-xl-5{flex-basis:41.667%;max-width:41.667%}.col-xl-6{flex-basis:50%;max-width:50%}.col-xl-7{flex-basis:58.333%;max-width:58.333%}.col-xl-8{flex-basis:66.667%;max-width:66.667%}.col-xl-9{flex-basis:75%;max-width:75%}.col-xl-10{flex-basis:83.333%;max-width:83.333%}.col-xl-11{flex-basis:91.667%;max-width:91.667%}.col-xl-12{flex-basis:100%;max-width:100%}.col-xl-offset-0{margin-left:0}.col-xl-offset-1{margin-left:8.333%}.col-xl-offset-2{margin-left:16.666667%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-4{margin-left:33.333%}.col-xl-offset-5{margin-left:41.667%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-7{margin-left:58.333%}.col-xl-offset-8{margin-left:66.667%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-10{margin-left:83.333%}.col-xl-offset-11{margin-left:91.667%}.start-xl{justify-content:flex-start;text-align:start}.center-xl{justify-content:center}.end-xl{justify-content:flex-end;text-align:end}.top-xl{align-items:flex-start}.middle-xl{align-items:center}.bottom-xl{align-items:flex-end}.around-xl{justify-content:space-around}.between-xl{justify-content:space-between}.first-xl{order:-1}.last-xl{order:1}}.animate-fade.is-visible{opacity:1;transition:opacity .25s linear}.animate-fade.is-hidden{opacity:0;transition:opacity .25s linear;pointer-events:none}@keyframes slideAnimation{0%{transform:translate(0)}50%{transform:translate(-60px)}to{transform:translate(0)}}@keyframes imageZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes lineFill{0%{width:0}to{width:100%}}@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) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background: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:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.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,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(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-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{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,.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;-moz-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-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-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:translate(-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-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{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-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{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-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;touch-action:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.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}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.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}.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}.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}.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] .noUi-connect{background:#B8B8B8}[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub,.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{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}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{transform:translateY(-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{transform:translateY(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{transform:translate(-50%);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{transform:translateY(-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{transform:translate(50%);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{transform:translateY(-18px);top:auto;right:28px}.wcag-tools{position:fixed;font-size:14px;line-height:1.5;z-index:9999;bottom:110px;left:-190px;width:190px;transition:left .75s cubic-bezier(.23,1,.32,1);background-color:#fff;padding:10px 0}.wcag-tools.is-open{left:0}@media (max-width: 767px){.wcag-tools{bottom:60px}}.wcag-tools:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #00599f;pointer-events:none}.wcag-tools__title{font-weight:600;color:#222;padding:0 10px 10px;font-size:16px}.wcag-tools svg{width:12px;height:12px}.wcag-tools svg path{fill:currentColor;transition:fill .3s ease}.wcag-tools__trigger{position:absolute;left:100%;top:0;background-color:#00599f;color:#fff;width:50px;height:50px;padding:10px}@media (max-width: 767px){.wcag-tools__trigger{top:initial;bottom:0}}.wcag-tools__trigger svg{width:100%;height:100%}.wcag-tools__trigger svg path{fill:#fff}.wcag-tools__button{font-family:inherit;padding:5px 10px;display:flex;align-items:center;gap:10px;width:100%;text-align:left;cursor:pointer;transition:color .3s ease,background-color .3s ease,opacity .3s ease}.wcag-tools__button svg{flex-shrink:0}.wcag-tools__button[disabled]{opacity:.5;pointer-events:none}.wcag-tools__button:hover{background-color:#00599f;color:#fff}.wcag-tools__button.is-active{font-weight:700}body.wcag-font-105 p:not(.wcag-tools__title),body.wcag-font-105 li,body.wcag-font-105 label,body.wcag-font-105 input,body.wcag-font-105 select,body.wcag-font-105 textarea,body.wcag-font-105 legend,body.wcag-font-105 code,body.wcag-font-105 pre,body.wcag-font-105 dd,body.wcag-font-105 dt,body.wcag-font-105 span,body.wcag-font-105 blockquote{font-size:105%!important}body.wcag-font-105 h1,body.wcag-font-105 h2,body.wcag-font-105 h3,body.wcag-font-105 h4,body.wcag-font-105 h5,body.wcag-font-105 h6,body.wcag-font-105 h1 span,body.wcag-font-105 h2 span,body.wcag-font-105 h3 span,body.wcag-font-105 h4 span,body.wcag-font-105 h5 span,body.wcag-font-105 h6 span{font-size:100%!important}body.wcag-font-110 p:not(.wcag-tools__title),body.wcag-font-110 li,body.wcag-font-110 label,body.wcag-font-110 input,body.wcag-font-110 select,body.wcag-font-110 textarea,body.wcag-font-110 legend,body.wcag-font-110 code,body.wcag-font-110 pre,body.wcag-font-110 dd,body.wcag-font-110 dt,body.wcag-font-110 span,body.wcag-font-110 blockquote{font-size:110%!important}body.wcag-font-110 h1,body.wcag-font-110 h2,body.wcag-font-110 h3,body.wcag-font-110 h4,body.wcag-font-110 h5,body.wcag-font-110 h6,body.wcag-font-110 h1 span,body.wcag-font-110 h2 span,body.wcag-font-110 h3 span,body.wcag-font-110 h4 span,body.wcag-font-110 h5 span,body.wcag-font-110 h6 span{font-size:105%!important}body.wcag-font-115 p:not(.wcag-tools__title),body.wcag-font-115 li,body.wcag-font-115 label,body.wcag-font-115 input,body.wcag-font-115 select,body.wcag-font-115 textarea,body.wcag-font-115 legend,body.wcag-font-115 code,body.wcag-font-115 pre,body.wcag-font-115 dd,body.wcag-font-115 dt,body.wcag-font-115 span,body.wcag-font-115 blockquote{font-size:115%!important}body.wcag-font-115 h1,body.wcag-font-115 h2,body.wcag-font-115 h3,body.wcag-font-115 h4,body.wcag-font-115 h5,body.wcag-font-115 h6,body.wcag-font-115 h1 span,body.wcag-font-115 h2 span,body.wcag-font-115 h3 span,body.wcag-font-115 h4 span,body.wcag-font-115 h5 span,body.wcag-font-115 h6 span{font-size:110%!important}body.wcag-font-120 p:not(.wcag-tools__title),body.wcag-font-120 li,body.wcag-font-120 label,body.wcag-font-120 input,body.wcag-font-120 select,body.wcag-font-120 textarea,body.wcag-font-120 legend,body.wcag-font-120 code,body.wcag-font-120 pre,body.wcag-font-120 dd,body.wcag-font-120 dt,body.wcag-font-120 span,body.wcag-font-120 blockquote{font-size:120%!important}body.wcag-font-120 h1,body.wcag-font-120 h2,body.wcag-font-120 h3,body.wcag-font-120 h4,body.wcag-font-120 h5,body.wcag-font-120 h6,body.wcag-font-120 h1 span,body.wcag-font-120 h2 span,body.wcag-font-120 h3 span,body.wcag-font-120 h4 span,body.wcag-font-120 h5 span,body.wcag-font-120 h6 span{font-size:115%!important}body.wcag-font-125 p:not(.wcag-tools__title),body.wcag-font-125 li,body.wcag-font-125 label,body.wcag-font-125 input,body.wcag-font-125 select,body.wcag-font-125 textarea,body.wcag-font-125 legend,body.wcag-font-125 code,body.wcag-font-125 pre,body.wcag-font-125 dd,body.wcag-font-125 dt,body.wcag-font-125 span,body.wcag-font-125 blockquote{font-size:125%!important}body.wcag-font-125 h1,body.wcag-font-125 h2,body.wcag-font-125 h3,body.wcag-font-125 h4,body.wcag-font-125 h5,body.wcag-font-125 h6,body.wcag-font-125 h1 span,body.wcag-font-125 h2 span,body.wcag-font-125 h3 span,body.wcag-font-125 h4 span,body.wcag-font-125 h5 span,body.wcag-font-125 h6 span{font-size:120%!important}body.wcag-font-130 p:not(.wcag-tools__title),body.wcag-font-130 li,body.wcag-font-130 label,body.wcag-font-130 input,body.wcag-font-130 select,body.wcag-font-130 textarea,body.wcag-font-130 legend,body.wcag-font-130 code,body.wcag-font-130 pre,body.wcag-font-130 dd,body.wcag-font-130 dt,body.wcag-font-130 span,body.wcag-font-130 blockquote{font-size:130%!important}body.wcag-font-130 h1,body.wcag-font-130 h2,body.wcag-font-130 h3,body.wcag-font-130 h4,body.wcag-font-130 h5,body.wcag-font-130 h6,body.wcag-font-130 h1 span,body.wcag-font-130 h2 span,body.wcag-font-130 h3 span,body.wcag-font-130 h4 span,body.wcag-font-130 h5 span,body.wcag-font-130 h6 span{font-size:125%!important}body.wcag-font-135 p:not(.wcag-tools__title),body.wcag-font-135 li,body.wcag-font-135 label,body.wcag-font-135 input,body.wcag-font-135 select,body.wcag-font-135 textarea,body.wcag-font-135 legend,body.wcag-font-135 code,body.wcag-font-135 pre,body.wcag-font-135 dd,body.wcag-font-135 dt,body.wcag-font-135 span,body.wcag-font-135 blockquote{font-size:135%!important}body.wcag-font-135 h1,body.wcag-font-135 h2,body.wcag-font-135 h3,body.wcag-font-135 h4,body.wcag-font-135 h5,body.wcag-font-135 h6,body.wcag-font-135 h1 span,body.wcag-font-135 h2 span,body.wcag-font-135 h3 span,body.wcag-font-135 h4 span,body.wcag-font-135 h5 span,body.wcag-font-135 h6 span{font-size:130%!important}body.wcag-font-140 p:not(.wcag-tools__title),body.wcag-font-140 li,body.wcag-font-140 label,body.wcag-font-140 input,body.wcag-font-140 select,body.wcag-font-140 textarea,body.wcag-font-140 legend,body.wcag-font-140 code,body.wcag-font-140 pre,body.wcag-font-140 dd,body.wcag-font-140 dt,body.wcag-font-140 span,body.wcag-font-140 blockquote{font-size:140%!important}body.wcag-font-140 h1,body.wcag-font-140 h2,body.wcag-font-140 h3,body.wcag-font-140 h4,body.wcag-font-140 h5,body.wcag-font-140 h6,body.wcag-font-140 h1 span,body.wcag-font-140 h2 span,body.wcag-font-140 h3 span,body.wcag-font-140 h4 span,body.wcag-font-140 h5 span,body.wcag-font-140 h6 span{font-size:135%!important}body.wcag-font-145 p:not(.wcag-tools__title),body.wcag-font-145 li,body.wcag-font-145 label,body.wcag-font-145 input,body.wcag-font-145 select,body.wcag-font-145 textarea,body.wcag-font-145 legend,body.wcag-font-145 code,body.wcag-font-145 pre,body.wcag-font-145 dd,body.wcag-font-145 dt,body.wcag-font-145 span,body.wcag-font-145 blockquote{font-size:145%!important}body.wcag-font-145 h1,body.wcag-font-145 h2,body.wcag-font-145 h3,body.wcag-font-145 h4,body.wcag-font-145 h5,body.wcag-font-145 h6,body.wcag-font-145 h1 span,body.wcag-font-145 h2 span,body.wcag-font-145 h3 span,body.wcag-font-145 h4 span,body.wcag-font-145 h5 span,body.wcag-font-145 h6 span{font-size:140%!important}body.wcag-grayscale main,body.wcag-grayscale [data-component],body.wcag-grayscale .footer,body.wcag-grayscale .loading,body.wcag-grayscale .site-header{filter:grayscale(100%);-webkit-filter:grayscale(100%)}body.wcag-high-contrast{box-shadow:none!important;background-color:#000}body.wcag-high-contrast * a,body.wcag-high-contrast * abbr,body.wcag-high-contrast * acronym,body.wcag-high-contrast * address,body.wcag-high-contrast * article,body.wcag-high-contrast * aside,body.wcag-high-contrast * b,body.wcag-high-contrast * basefont,body.wcag-high-contrast * bdi,body.wcag-high-contrast * big,body.wcag-high-contrast * blink,body.wcag-high-contrast * blockquote,body.wcag-high-contrast * body,body.wcag-high-contrast * button,body.wcag-high-contrast * canvas,body.wcag-high-contrast * caption,body.wcag-high-contrast * center,body.wcag-high-contrast * cite,body.wcag-high-contrast * code,body.wcag-high-contrast * col,body.wcag-high-contrast * colgroup,body.wcag-high-contrast * command,body.wcag-high-contrast * dd,body.wcag-high-contrast * del,body.wcag-high-contrast * details,body.wcag-high-contrast * dfn,body.wcag-high-contrast * dir,body.wcag-high-contrast * div,body.wcag-high-contrast * dl,body.wcag-high-contrast * dt,body.wcag-high-contrast * em,body.wcag-high-contrast * embed,body.wcag-high-contrast * fieldset,body.wcag-high-contrast * figcaption,body.wcag-high-contrast * figure,body.wcag-high-contrast * font,body.wcag-high-contrast * footer,body.wcag-high-contrast * form,body.wcag-high-contrast * h1,body.wcag-high-contrast * h1 a,body.wcag-high-contrast * h1 a b,body.wcag-high-contrast * h1 abbr,body.wcag-high-contrast * h1 b,body.wcag-high-contrast * h1 center,body.wcag-high-contrast * h1 em,body.wcag-high-contrast * h1 i,body.wcag-high-contrast * h1 span,body.wcag-high-contrast * h1 strong,body.wcag-high-contrast * h2,body.wcag-high-contrast * h2 a,body.wcag-high-contrast * h2 a b,body.wcag-high-contrast * h2 abbr,body.wcag-high-contrast * h2 b,body.wcag-high-contrast * h2 center,body.wcag-high-contrast * h2 em,body.wcag-high-contrast * h2 i,body.wcag-high-contrast * h2 span,body.wcag-high-contrast * h2 strong,body.wcag-high-contrast * h3,body.wcag-high-contrast * h3 a,body.wcag-high-contrast * h3 a b,body.wcag-high-contrast * h3 abbr,body.wcag-high-contrast * h3 b,body.wcag-high-contrast * h3 center,body.wcag-high-contrast * h3 em,body.wcag-high-contrast * h3 i,body.wcag-high-contrast * h3 span,body.wcag-high-contrast * h3 strong,body.wcag-high-contrast * h4,body.wcag-high-contrast * h4 a,body.wcag-high-contrast * h4 a b,body.wcag-high-contrast * h4 abbr,body.wcag-high-contrast * h4 b,body.wcag-high-contrast * h4 center,body.wcag-high-contrast * h4 em,body.wcag-high-contrast * h4 i,body.wcag-high-contrast * h4 span,body.wcag-high-contrast * h4 strong,body.wcag-high-contrast * h5,body.wcag-high-contrast * h5 a,body.wcag-high-contrast * h5 a b,body.wcag-high-contrast * h5 abbr,body.wcag-high-contrast * h5 b,body.wcag-high-contrast * h5 center,body.wcag-high-contrast * h5 em,body.wcag-high-contrast * h5 i,body.wcag-high-contrast * h5 span,body.wcag-high-contrast * h5 strong,body.wcag-high-contrast * h6,body.wcag-high-contrast * h6 a,body.wcag-high-contrast * h6 a b,body.wcag-high-contrast * h6 abbr,body.wcag-high-contrast * h6 b,body.wcag-high-contrast * h6 center,body.wcag-high-contrast * h6 em,body.wcag-high-contrast * h6 i,body.wcag-high-contrast * h6 span,body.wcag-high-contrast * h6 strong,body.wcag-high-contrast * header,body.wcag-high-contrast * hgroup,body.wcag-high-contrast * html,body.wcag-high-contrast * i,body.wcag-high-contrast * iframe,body.wcag-high-contrast * img,body.wcag-high-contrast * input,body.wcag-high-contrast * ins,body.wcag-high-contrast * kbd,body.wcag-high-contrast * label,body.wcag-high-contrast * legend,body.wcag-high-contrast * li,body.wcag-high-contrast * listing,body.wcag-high-contrast * main,body.wcag-high-contrast * mark,body.wcag-high-contrast * marquee,body.wcag-high-contrast * menu,body.wcag-high-contrast * meter,body.wcag-high-contrast * multicol,body.wcag-high-contrast * nav,body.wcag-high-contrast * nobr,body.wcag-high-contrast * object,body.wcag-high-contrast * ol,body.wcag-high-contrast * option,body.wcag-high-contrast * output,body.wcag-high-contrast * p,body.wcag-high-contrast * plaintext,body.wcag-high-contrast * pre,body.wcag-high-contrast * progress,body.wcag-high-contrast * q,body.wcag-high-contrast * rb,body.wcag-high-contrast * rp,body.wcag-high-contrast * rt,body.wcag-high-contrast * ruby,body.wcag-high-contrast * s,body.wcag-high-contrast * samp,body.wcag-high-contrast * section,body.wcag-high-contrast * select,body.wcag-high-contrast * small,body.wcag-high-contrast * span,body.wcag-high-contrast * strike,body.wcag-high-contrast * strong,body.wcag-high-contrast * sub,body.wcag-high-contrast * summary,body.wcag-high-contrast * sup,body.wcag-high-contrast * svg,body.wcag-high-contrast * table,body.wcag-high-contrast * tbody,body.wcag-high-contrast * td,body.wcag-high-contrast * text,body.wcag-high-contrast * textarea,body.wcag-high-contrast * th,body.wcag-high-contrast * thead,body.wcag-high-contrast * time,body.wcag-high-contrast * tr,body.wcag-high-contrast * tt,body.wcag-high-contrast * u,body.wcag-high-contrast * ul,body.wcag-high-contrast * var,body.wcag-high-contrast * video,body.wcag-high-contrast * xmp{-moz-appearance:none!important;-moz-user-select:text!important;-webkit-user-select:text!important;background-image:none!important;text-shadow:none!important;user-select:text!important}body.wcag-high-contrast * a,body.wcag-high-contrast * abbr,body.wcag-high-contrast * acronym,body.wcag-high-contrast * address,body.wcag-high-contrast * article,body.wcag-high-contrast * aside,body.wcag-high-contrast * b,body.wcag-high-contrast * basefont,body.wcag-high-contrast * bdi,body.wcag-high-contrast * big,body.wcag-high-contrast * blink,body.wcag-high-contrast * blockquote,body.wcag-high-contrast * body,body.wcag-high-contrast * canvas,body.wcag-high-contrast * caption,body.wcag-high-contrast * center,body.wcag-high-contrast * cite,body.wcag-high-contrast * code,body.wcag-high-contrast * col,body.wcag-high-contrast * colgroup,body.wcag-high-contrast * command,body.wcag-high-contrast * dd,body.wcag-high-contrast * del,body.wcag-high-contrast * details,body.wcag-high-contrast * dfn,body.wcag-high-contrast * dir,body.wcag-high-contrast * div,body.wcag-high-contrast * dl,body.wcag-high-contrast * dt,body.wcag-high-contrast * em,body.wcag-high-contrast * embed,body.wcag-high-contrast * fieldset,body.wcag-high-contrast * figcaption,body.wcag-high-contrast * figure,body.wcag-high-contrast * font,body.wcag-high-contrast * footer,body.wcag-high-contrast * form,body.wcag-high-contrast * h1,body.wcag-high-contrast * h1 a,body.wcag-high-contrast * h1 a b,body.wcag-high-contrast * h1 abbr,body.wcag-high-contrast * h1 b,body.wcag-high-contrast * h1 center,body.wcag-high-contrast * h1 em,body.wcag-high-contrast * h1 i,body.wcag-high-contrast * h1 span,body.wcag-high-contrast * h1 strong,body.wcag-high-contrast * h2,body.wcag-high-contrast * h2 a,body.wcag-high-contrast * h2 a b,body.wcag-high-contrast * h2 abbr,body.wcag-high-contrast * h2 b,body.wcag-high-contrast * h2 center,body.wcag-high-contrast * h2 em,body.wcag-high-contrast * h2 i,body.wcag-high-contrast * h2 span,body.wcag-high-contrast * h2 strong,body.wcag-high-contrast * h3,body.wcag-high-contrast * h3 a,body.wcag-high-contrast * h3 a b,body.wcag-high-contrast * h3 abbr,body.wcag-high-contrast * h3 b,body.wcag-high-contrast * h3 center,body.wcag-high-contrast * h3 em,body.wcag-high-contrast * h3 i,body.wcag-high-contrast * h3 span,body.wcag-high-contrast * h3 strong,body.wcag-high-contrast * h4,body.wcag-high-contrast * h4 a,body.wcag-high-contrast * h4 a b,body.wcag-high-contrast * h4 abbr,body.wcag-high-contrast * h4 b,body.wcag-high-contrast * h4 center,body.wcag-high-contrast * h4 em,body.wcag-high-contrast * h4 i,body.wcag-high-contrast * h4 span,body.wcag-high-contrast * h4 strong,body.wcag-high-contrast * h5,body.wcag-high-contrast * h5 a,body.wcag-high-contrast * h5 a b,body.wcag-high-contrast * h5 abbr,body.wcag-high-contrast * h5 b,body.wcag-high-contrast * h5 center,body.wcag-high-contrast * h5 em,body.wcag-high-contrast * h5 i,body.wcag-high-contrast * h5 span,body.wcag-high-contrast * h5 strong,body.wcag-high-contrast * h6,body.wcag-high-contrast * h6 a,body.wcag-high-contrast * h6 a b,body.wcag-high-contrast * h6 abbr,body.wcag-high-contrast * h6 b,body.wcag-high-contrast * h6 center,body.wcag-high-contrast * h6 em,body.wcag-high-contrast * h6 i,body.wcag-high-contrast * h6 span,body.wcag-high-contrast * h6 strong,body.wcag-high-contrast * header,body.wcag-high-contrast * hgroup,body.wcag-high-contrast * html,body.wcag-high-contrast * i,body.wcag-high-contrast * iframe,body.wcag-high-contrast * input,body.wcag-high-contrast * ins,body.wcag-high-contrast * kbd,body.wcag-high-contrast * label,body.wcag-high-contrast * legend,body.wcag-high-contrast * li,body.wcag-high-contrast * listing,body.wcag-high-contrast * main,body.wcag-high-contrast * mark,body.wcag-high-contrast * marquee,body.wcag-high-contrast * menu,body.wcag-high-contrast * meter,body.wcag-high-contrast * multicol,body.wcag-high-contrast * nav:not(.wcag-tools),body.wcag-high-contrast * nobr,body.wcag-high-contrast * object,body.wcag-high-contrast * ol,body.wcag-high-contrast * option,body.wcag-high-contrast * output,body.wcag-high-contrast * p,body.wcag-high-contrast * plaintext,body.wcag-high-contrast * pre,body.wcag-high-contrast * progress,body.wcag-high-contrast * q,body.wcag-high-contrast * rb,body.wcag-high-contrast * rp,body.wcag-high-contrast * rt,body.wcag-high-contrast * ruby,body.wcag-high-contrast * s,body.wcag-high-contrast * samp,body.wcag-high-contrast * section,body.wcag-high-contrast * small,body.wcag-high-contrast * span:not(.wcag-tools__button span),body.wcag-high-contrast * strike,body.wcag-high-contrast * strong,body.wcag-high-contrast * sub,body.wcag-high-contrast * summary,body.wcag-high-contrast * sup,body.wcag-high-contrast * svg,body.wcag-high-contrast * table,body.wcag-high-contrast * tbody,body.wcag-high-contrast * td,body.wcag-high-contrast * text,body.wcag-high-contrast * textarea,body.wcag-high-contrast * th,body.wcag-high-contrast * thead,body.wcag-high-contrast * time,body.wcag-high-contrast * tr,body.wcag-high-contrast * tt,body.wcag-high-contrast * u,body.wcag-high-contrast * ul,body.wcag-high-contrast * var,body.wcag-high-contrast * video,body.wcag-high-contrast * xmp{background:black!important;background-color:#000!important}body.wcag-high-contrast * a p,body.wcag-high-contrast * a span,body.wcag-high-contrast * label{background:transparent!important;background-color:transparent!important}body.wcag-high-contrast * a,body.wcag-high-contrast * article,body.wcag-high-contrast * aside,body.wcag-high-contrast * basefont,body.wcag-high-contrast * bdi,body.wcag-high-contrast * big,body.wcag-high-contrast * blink,body.wcag-high-contrast * blockquote,body.wcag-high-contrast * body,body.wcag-high-contrast * button,body.wcag-high-contrast * canvas,body.wcag-high-contrast * caption,body.wcag-high-contrast * center,body.wcag-high-contrast * code,body.wcag-high-contrast * col,body.wcag-high-contrast * colgroup,body.wcag-high-contrast * command,body.wcag-high-contrast * dd,body.wcag-high-contrast * del,body.wcag-high-contrast * details,body.wcag-high-contrast * dir,body.wcag-high-contrast * div,body.wcag-high-contrast * dl,body.wcag-high-contrast * dt,body.wcag-high-contrast * embed,body.wcag-high-contrast * fieldset,body.wcag-high-contrast * figcaption,body.wcag-high-contrast * figure,body.wcag-high-contrast * font,body.wcag-high-contrast * footer,body.wcag-high-contrast * form,body.wcag-high-contrast * header,body.wcag-high-contrast * hgroup,body.wcag-high-contrast * html,body.wcag-high-contrast * iframe,body.wcag-high-contrast * img,body.wcag-high-contrast * input,body.wcag-high-contrast * ins,body.wcag-high-contrast * kbd,body.wcag-high-contrast * label,body.wcag-high-contrast * legend,body.wcag-high-contrast * li,body.wcag-high-contrast * listing,body.wcag-high-contrast * main,body.wcag-high-contrast * mark,body.wcag-high-contrast * marquee,body.wcag-high-contrast * menu,body.wcag-high-contrast * meter,body.wcag-high-contrast * multicol,body.wcag-high-contrast * nav,body.wcag-high-contrast * nobr,body.wcag-high-contrast * object,body.wcag-high-contrast * ol,body.wcag-high-contrast * option,body.wcag-high-contrast * output,body.wcag-high-contrast * p,body.wcag-high-contrast * plaintext,body.wcag-high-contrast * pre,body.wcag-high-contrast * progress,body.wcag-high-contrast * q,body.wcag-high-contrast * rb,body.wcag-high-contrast * rp,body.wcag-high-contrast * rt,body.wcag-high-contrast * ruby,body.wcag-high-contrast * s,body.wcag-high-contrast * samp,body.wcag-high-contrast * section,body.wcag-high-contrast * select,body.wcag-high-contrast * small,body.wcag-high-contrast * span:not(.wcag-tools__button span),body.wcag-high-contrast * strike,body.wcag-high-contrast * sub,body.wcag-high-contrast * summary,body.wcag-high-contrast * sup,body.wcag-high-contrast * svg,body.wcag-high-contrast * table,body.wcag-high-contrast * tbody,body.wcag-high-contrast * td,body.wcag-high-contrast * text,body.wcag-high-contrast * textarea,body.wcag-high-contrast * th,body.wcag-high-contrast * thead,body.wcag-high-contrast * time,body.wcag-high-contrast * tr,body.wcag-high-contrast * tt,body.wcag-high-contrast * ul,body.wcag-high-contrast * var,body.wcag-high-contrast * video,body.wcag-high-contrast * xmp{color:#fff!important}body.wcag-high-contrast * .icon:before{background-color:#fff!important}body.wcag-high-contrast * abbr,body.wcag-high-contrast * acronym,body.wcag-high-contrast * b,body.wcag-high-contrast * b span,body.wcag-high-contrast * h1 b,body.wcag-high-contrast * h1 strong,body.wcag-high-contrast * h2 b,body.wcag-high-contrast * h2 strong,body.wcag-high-contrast * h3 b,body.wcag-high-contrast * h3 strong,body.wcag-high-contrast * h4 b,body.wcag-high-contrast * h4 strong,body.wcag-high-contrast * h5 b,body.wcag-high-contrast * h5 strong,body.wcag-high-contrast * h6 b,body.wcag-high-contrast * h6 strong,body.wcag-high-contrast * strong,body.wcag-high-contrast * strong span{color:#ff0!important}body.wcag-high-contrast * address,body.wcag-high-contrast * address span,body.wcag-high-contrast * cite,body.wcag-high-contrast * cite span,body.wcag-high-contrast * dfn,body.wcag-high-contrast * dfn span,body.wcag-high-contrast * em,body.wcag-high-contrast * em span,body.wcag-high-contrast * h1 em,body.wcag-high-contrast * h1 i,body.wcag-high-contrast * h2 em,body.wcag-high-contrast * h2 i,body.wcag-high-contrast * h3 em,body.wcag-high-contrast * h3 i,body.wcag-high-contrast * h4 em,body.wcag-high-contrast * h4 i,body.wcag-high-contrast * h5 em,body.wcag-high-contrast * h5 i,body.wcag-high-contrast * h6 em,body.wcag-high-contrast * h6 i,body.wcag-high-contrast * i,body.wcag-high-contrast * i span,body.wcag-high-contrast * u,body.wcag-high-contrast * u span{color:#ffff80!important}body.wcag-high-contrast * dt{border-top:thin solid grey!important}body.wcag-high-contrast * h1,body.wcag-high-contrast * h1 a,body.wcag-high-contrast * h1 a b,body.wcag-high-contrast * h1 abbr,body.wcag-high-contrast * h1 center,body.wcag-high-contrast * h1 span,body.wcag-high-contrast * h2,body.wcag-high-contrast * h2 a,body.wcag-high-contrast * h2 a b,body.wcag-high-contrast * h2 abbr,body.wcag-high-contrast * h2 center,body.wcag-high-contrast * h2 span,body.wcag-high-contrast * h3,body.wcag-high-contrast * h3 a,body.wcag-high-contrast * h3 a b,body.wcag-high-contrast * h3 abbr,body.wcag-high-contrast * h3 center,body.wcag-high-contrast * h3 span,body.wcag-high-contrast * h4,body.wcag-high-contrast * h4 a,body.wcag-high-contrast * h4 a b,body.wcag-high-contrast * h4 abbr,body.wcag-high-contrast * h4 center,body.wcag-high-contrast * h4 span,body.wcag-high-contrast * h5,body.wcag-high-contrast * h5 a,body.wcag-high-contrast * h5 a b,body.wcag-high-contrast * h5 abbr,body.wcag-high-contrast * h5 center,body.wcag-high-contrast * h5 span,body.wcag-high-contrast * h6,body.wcag-high-contrast * h6 a,body.wcag-high-contrast * h6 a b,body.wcag-high-contrast * h6 abbr,body.wcag-high-contrast * h6 center,body.wcag-high-contrast * h6 span{color:#40c090!important}body.wcag-high-contrast * img{background:#808080!important;background-color:gray!important}body.wcag-high-contrast * abbr,body.wcag-high-contrast * acronym{border-bottom:1px dotted!important}body.wcag-high-contrast * :focus{outline:thin dotted!important}body.wcag-high-contrast * a.button,body.wcag-high-contrast * a.button abbr,body.wcag-high-contrast * a.button acronym,body.wcag-high-contrast * a.button b,body.wcag-high-contrast * a.button basefont,body.wcag-high-contrast * a.button big,body.wcag-high-contrast * a.button br,body.wcag-high-contrast * a.button code,body.wcag-high-contrast * a.button div,body.wcag-high-contrast * a.button em,body.wcag-high-contrast * a.button font,body.wcag-high-contrast * a.button h1,body.wcag-high-contrast * a.button h2,body.wcag-high-contrast * a.button h3,body.wcag-high-contrast * a.button h4,body.wcag-high-contrast * a.button h5,body.wcag-high-contrast * a.button h6,body.wcag-high-contrast * a.button i,body.wcag-high-contrast * a.button kbd,body.wcag-high-contrast * a.button rb,body.wcag-high-contrast * a.button rp,body.wcag-high-contrast * a.button rt,body.wcag-high-contrast * a.button ruby,body.wcag-high-contrast * a.button samp,body.wcag-high-contrast * a.button small,body.wcag-high-contrast * a.button span,body.wcag-high-contrast * a.button strong,body.wcag-high-contrast * a.button tt,body.wcag-high-contrast * a.button u,body.wcag-high-contrast * a.button var,body.wcag-high-contrast * a:link,body.wcag-high-contrast * a:link abbr,body.wcag-high-contrast * a:link acronym,body.wcag-high-contrast * a:link b,body.wcag-high-contrast * a:link basefont,body.wcag-high-contrast * a:link big,body.wcag-high-contrast * a:link br,body.wcag-high-contrast * a:link code,body.wcag-high-contrast * a:link div,body.wcag-high-contrast * a:link em,body.wcag-high-contrast * a:link font,body.wcag-high-contrast * a:link h1,body.wcag-high-contrast * a:link h2,body.wcag-high-contrast * a:link h3,body.wcag-high-contrast * a:link h4,body.wcag-high-contrast * a:link h5,body.wcag-high-contrast * a:link h6,body.wcag-high-contrast * a:link i,body.wcag-high-contrast * a:link kbd,body.wcag-high-contrast * a:link rb,body.wcag-high-contrast * a:link rp,body.wcag-high-contrast * a:link rt,body.wcag-high-contrast * a:link ruby,body.wcag-high-contrast * a:link samp,body.wcag-high-contrast * a:link small,body.wcag-high-contrast * a:link span,body.wcag-high-contrast * a:link strong,body.wcag-high-contrast * a:link tt,body.wcag-high-contrast * a:link u,body.wcag-high-contrast * a:link var,body.wcag-high-contrast * div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem{color:#0080ff!important}body.wcag-high-contrast * .btn,body.wcag-high-contrast * button,body.wcag-high-contrast * input,body.wcag-high-contrast * textarea,body.wcag-high-contrast * select,body.wcag-high-contrast * table,body.wcag-high-contrast * td,body.wcag-high-contrast * th,body.wcag-high-contrast * tr,body.wcag-high-contrast * tt{border:1px solid #ffffff!important}body.wcag-high-contrast * .product-card .stretched-link{border-radius:inherit}body.wcag-high-contrast * .promo-banner .stretched-link,body.wcag-high-contrast * .promo-banner .promo-banner__content,body.wcag-high-contrast * .btn,body.wcag-high-contrast * button:not(.wcag-tools__trigger):not(.wcag-tools__button):not(.menu__categories-btn){background:transparent!important;background-color:transparent!important}body.wcag-high-contrast * button.menu__categories-btn{background-color:#000!important;background:black!important}body.wcag-high-contrast * .cart__popup-body:after,body.wcag-high-contrast * .menu__link.level-1:after,body.wcag-high-contrast * .accordion-list__item--scrollable-content.is-open-content .accordion-list__item-description:after{display:none}body.wcag-high-contrast * .noUi-connect{background:#600060!important;background-color:#600060!important}body.wcag-high-contrast * .noUi-connects,body.wcag-high-contrast * .menu__categories-btn-bars{background-color:#fff!important;background:#ffffff!important}body.wcag-high-contrast * select{-webkit-appearance:listbox!important;background:#600060!important;background-color:#600060!important}body.wcag-high-contrast * a:visited,body.wcag-high-contrast * a:visited abbr,body.wcag-high-contrast * a:visited acronym,body.wcag-high-contrast * a:visited b,body.wcag-high-contrast * a:visited basefont,body.wcag-high-contrast * a:visited big,body.wcag-high-contrast * a:visited br,body.wcag-high-contrast * a:visited code,body.wcag-high-contrast * a:visited div,body.wcag-high-contrast * a:visited em,body.wcag-high-contrast * a:visited font,body.wcag-high-contrast * a:visited h1,body.wcag-high-contrast * a:visited h2,body.wcag-high-contrast * a:visited h3,body.wcag-high-contrast * a:visited h4,body.wcag-high-contrast * a:visited h5,body.wcag-high-contrast * a:visited h6,body.wcag-high-contrast * a:visited i,body.wcag-high-contrast * a:visited kbd,body.wcag-high-contrast * a:visited rb,body.wcag-high-contrast * a:visited rp,body.wcag-high-contrast * a:visited rt,body.wcag-high-contrast * a:visited ruby,body.wcag-high-contrast * a:visited samp,body.wcag-high-contrast * a:visited small,body.wcag-high-contrast * a:visited span,body.wcag-high-contrast * a:visited strong,body.wcag-high-contrast * a:visited tt,body.wcag-high-contrast * a:visited u,body.wcag-high-contrast * a:visited var,body.wcag-high-contrast * div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem.active{color:#0ff!important}body.wcag-high-contrast * ::-moz-selection{background:#4080c0!important;background-color:#4080c0!important}body.wcag-high-contrast * ::selection,body.wcag-high-contrast * ::-moz-selection{background:#4080c0!important;background-color:#4080c0!important}body.wcag-high-contrast * a.button:hover,body.wcag-high-contrast * a.button:hover abbr,body.wcag-high-contrast * a.button:hover acronym,body.wcag-high-contrast * a.button:hover b,body.wcag-high-contrast * a.button:hover basefont,body.wcag-high-contrast * a.button:hover big,body.wcag-high-contrast * a.button:hover br,body.wcag-high-contrast * a.button:hover code,body.wcag-high-contrast * a.button:hover div,body.wcag-high-contrast * a.button:hover em,body.wcag-high-contrast * a.button:hover font,body.wcag-high-contrast * a.button:hover h1,body.wcag-high-contrast * a.button:hover h2,body.wcag-high-contrast * a.button:hover h3,body.wcag-high-contrast * a.button:hover h4,body.wcag-high-contrast * a.button:hover h5,body.wcag-high-contrast * a.button:hover h6,body.wcag-high-contrast * a.button:hover i,body.wcag-high-contrast * a.button:hover kbd,body.wcag-high-contrast * a.button:hover rb,body.wcag-high-contrast * a.button:hover rp,body.wcag-high-contrast * a.button:hover rt,body.wcag-high-contrast * a.button:hover ruby,body.wcag-high-contrast * a.button:hover samp,body.wcag-high-contrast * a.button:hover small,body.wcag-high-contrast * a.button:hover span,body.wcag-high-contrast * a.button:hover strong,body.wcag-high-contrast * a.button:hover tt,body.wcag-high-contrast * a.button:hover u,body.wcag-high-contrast * a.button:hover var,body.wcag-high-contrast * a:link:hover,body.wcag-high-contrast * a:link:hover abbr,body.wcag-high-contrast * a:link:hover acronym,body.wcag-high-contrast * a:link:hover b,body.wcag-high-contrast * a:link:hover basefont,body.wcag-high-contrast * a:link:hover big,body.wcag-high-contrast * a:link:hover br,body.wcag-high-contrast * a:link:hover code,body.wcag-high-contrast * a:link:hover div,body.wcag-high-contrast * a:link:hover em,body.wcag-high-contrast * a:link:hover font,body.wcag-high-contrast * a:link:hover h1,body.wcag-high-contrast * a:link:hover h2,body.wcag-high-contrast * a:link:hover h3,body.wcag-high-contrast * a:link:hover h4,body.wcag-high-contrast * a:link:hover h5,body.wcag-high-contrast * a:link:hover h6,body.wcag-high-contrast * a:link:hover i,body.wcag-high-contrast * a:link:hover kbd,body.wcag-high-contrast * a:link:hover rb,body.wcag-high-contrast * a:link:hover rp,body.wcag-high-contrast * a:link:hover rt,body.wcag-high-contrast * a:link:hover ruby,body.wcag-high-contrast * a:link:hover samp,body.wcag-high-contrast * a:link:hover small,body.wcag-high-contrast * a:link:hover span,body.wcag-high-contrast * a:link:hover strong,body.wcag-high-contrast * a:link:hover tt,body.wcag-high-contrast * a:link:hover u,body.wcag-high-contrast * a:link:hover var,body.wcag-high-contrast * a:visited:hover,body.wcag-high-contrast * a:visited:hover abbr,body.wcag-high-contrast * a:visited:hover acronym,body.wcag-high-contrast * a:visited:hover b,body.wcag-high-contrast * a:visited:hover basefont,body.wcag-high-contrast * a:visited:hover big,body.wcag-high-contrast * a:visited:hover br,body.wcag-high-contrast * a:visited:hover code,body.wcag-high-contrast * a:visited:hover div,body.wcag-high-contrast * a:visited:hover em,body.wcag-high-contrast * a:visited:hover font,body.wcag-high-contrast * a:visited:hover h1,body.wcag-high-contrast * a:visited:hover h2,body.wcag-high-contrast * a:visited:hover h3,body.wcag-high-contrast * a:visited:hover h4,body.wcag-high-contrast * a:visited:hover h5,body.wcag-high-contrast * a:visited:hover h6,body.wcag-high-contrast * a:visited:hover i,body.wcag-high-contrast * a:visited:hover kbd,body.wcag-high-contrast * a:visited:hover rb,body.wcag-high-contrast * a:visited:hover rp,body.wcag-high-contrast * a:visited:hover rt,body.wcag-high-contrast * a:visited:hover ruby,body.wcag-high-contrast * a:visited:hover samp,body.wcag-high-contrast * a:visited:hover small,body.wcag-high-contrast * a:visited:hover span,body.wcag-high-contrast * a:visited:hover strong,body.wcag-high-contrast * a:visited:hover tt,body.wcag-high-contrast * a:visited:hover u,body.wcag-high-contrast * a:visited:hover var{background:#400000!important;background-color:#400000!important}body.wcag-high-contrast * a.stretched-link:hover{background-color:transparent!important;background:transparent!important}body.wcag-high-contrast * body>input#site+div#wrapper span.mk,body.wcag-high-contrast * body>input#site+div#wrapper span.mk b,body.wcag-high-contrast * input[type=reset]{background:#400060!important;background-color:#400060!important}body.wcag-high-contrast * div[role=button],body.wcag-high-contrast * input[type=button],body.wcag-high-contrast * input[type=submit]{background:#600040!important;background-color:#600040!important}body.wcag-high-contrast * input[type=search]{-webkit-appearance:textfield!important}body.wcag-high-contrast * html button[disabled],body.wcag-high-contrast * html input[disabled],body.wcag-high-contrast * html select[disabled],body.wcag-high-contrast * html textarea[disabled]{background:#404040!important;background-color:#404040!important}body.wcag-high-contrast * .menu li a span.label{text-transform:none!important}body.wcag-high-contrast * .menu li a span.label,body.wcag-high-contrast * div.jwplayer span.jwcontrolbar,body.wcag-high-contrast * div.jwplayer span.jwcontrols{display:inline!important}body.wcag-high-contrast * a:link.new,body.wcag-high-contrast * a:link.new i,body.wcag-high-contrast * a:link.new b,body.wcag-high-contrast * span.Apple-style-span{color:#ffff40!important}body.wcag-high-contrast * body.mediawiki img.tex{background:white!important;background-color:#fff!important;border:white solid 3px!important}body.wcag-high-contrast * text>tspan:first-letter,body.wcag-high-contrast * text>tspan:first-line{background:inherit!important;background-color:inherit!important;color:inherit!important}body.wcag-high-contrast * div.sbtc div.sbsb_a li.sbsb_d div,body.wcag-high-contrast * table.gssb_c tr.gssb_i a,body.wcag-high-contrast * table.gssb_c tr.gssb_i b,body.wcag-high-contrast * table.gssb_c tr.gssb_i span,body.wcag-high-contrast * table.gssb_c tr.gssb_i td{background:#003050!important;background-color:#003050!important}body.wcag-high-contrast * img[width="18"][height="18"]{height:18px!important;width:18px!important}body.wcag-high-contrast * a>span.iconHelp:empty:after{content:"Help"!important}body.wcag-high-contrast * div#gmap,body.wcag-high-contrast * div#gmap *{background:initial!important}body.wcag-high-contrast * .swiper-scrollbar .swiper-scrollbar-drag,body.wcag-high-contrast * .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag{background:#0080ff!important;background-color:#0080ff!important}body.wcag-high-contrast * .swiper-scrollbar.swiper-scrollbar{background-color:#40c090!important;background:#40c090!important}body.wcag-high-contrast * .hero-module__slide div:not(.hero-module__slide-content){background:transparent!important;background-color:transparent!important}body.wcag-high-contrast * .hero-module__slide-content{background:black!important;background-color:#000!important}body.wcag-negative-contrast *{background:#000!important;color:#fff!important}body.wcag-negative-contrast a,body.wcag-negative-contrast *:not(.wcag-tools) a,body.wcag-negative-contrast b,body.wcag-negative-contrast *:not(.wcag-tools) b,body.wcag-negative-contrast blockquote,body.wcag-negative-contrast *:not(.wcag-tools) blockquote,body.wcag-negative-contrast button,body.wcag-negative-contrast *:not(.wcag-tools) button,body.wcag-negative-contrast canvas,body.wcag-negative-contrast *:not(.wcag-tools) canvas,body.wcag-negative-contrast caption,body.wcag-negative-contrast *:not(.wcag-tools) caption,body.wcag-negative-contrast center,body.wcag-negative-contrast *:not(.wcag-tools) center,body.wcag-negative-contrast cite,body.wcag-negative-contrast *:not(.wcag-tools) cite,body.wcag-negative-contrast code,body.wcag-negative-contrast *:not(.wcag-tools) code,body.wcag-negative-contrast col,body.wcag-negative-contrast *:not(.wcag-tools) col,body.wcag-negative-contrast colgroup,body.wcag-negative-contrast *:not(.wcag-tools) colgroup,body.wcag-negative-contrast dd,body.wcag-negative-contrast *:not(.wcag-tools) dd,body.wcag-negative-contrast details,body.wcag-negative-contrast *:not(.wcag-tools) details,body.wcag-negative-contrast dfn,body.wcag-negative-contrast *:not(.wcag-tools) dfn,body.wcag-negative-contrast dir,body.wcag-negative-contrast *:not(.wcag-tools) dir,body.wcag-negative-contrast div,body.wcag-negative-contrast *:not(.wcag-tools) div,body.wcag-negative-contrast dl,body.wcag-negative-contrast *:not(.wcag-tools) dl,body.wcag-negative-contrast dt,body.wcag-negative-contrast *:not(.wcag-tools) dt,body.wcag-negative-contrast em,body.wcag-negative-contrast *:not(.wcag-tools) em,body.wcag-negative-contrast embed,body.wcag-negative-contrast *:not(.wcag-tools) embed,body.wcag-negative-contrast fieldset,body.wcag-negative-contrast *:not(.wcag-tools) fieldset,body.wcag-negative-contrast figcaption,body.wcag-negative-contrast *:not(.wcag-tools) figcaption,body.wcag-negative-contrast figure,body.wcag-negative-contrast *:not(.wcag-tools) figure,body.wcag-negative-contrast font,body.wcag-negative-contrast *:not(.wcag-tools) font,body.wcag-negative-contrast footer,body.wcag-negative-contrast *:not(.wcag-tools) footer,body.wcag-negative-contrast form,body.wcag-negative-contrast *:not(.wcag-tools) form,body.wcag-negative-contrast header,body.wcag-negative-contrast *:not(.wcag-tools) header,body.wcag-negative-contrast i,body.wcag-negative-contrast *:not(.wcag-tools) i,body.wcag-negative-contrast iframe,body.wcag-negative-contrast *:not(.wcag-tools) iframe,body.wcag-negative-contrast img,body.wcag-negative-contrast *:not(.wcag-tools) img,body.wcag-negative-contrast input,body.wcag-negative-contrast *:not(.wcag-tools) input,body.wcag-negative-contrast kbd,body.wcag-negative-contrast *:not(.wcag-tools) kbd,body.wcag-negative-contrast label,body.wcag-negative-contrast *:not(.wcag-tools) label,body.wcag-negative-contrast legend,body.wcag-negative-contrast *:not(.wcag-tools) legend,body.wcag-negative-contrast li,body.wcag-negative-contrast *:not(.wcag-tools) li,body.wcag-negative-contrast mark,body.wcag-negative-contrast *:not(.wcag-tools) mark,body.wcag-negative-contrast menu,body.wcag-negative-contrast *:not(.wcag-tools) menu,body.wcag-negative-contrast meter,body.wcag-negative-contrast *:not(.wcag-tools) meter,body.wcag-negative-contrast nav,body.wcag-negative-contrast *:not(.wcag-tools) nav,body.wcag-negative-contrast nobr,body.wcag-negative-contrast *:not(.wcag-tools) nobr,body.wcag-negative-contrast object,body.wcag-negative-contrast *:not(.wcag-tools) object,body.wcag-negative-contrast ol,body.wcag-negative-contrast *:not(.wcag-tools) ol,body.wcag-negative-contrast option,body.wcag-negative-contrast *:not(.wcag-tools) option,body.wcag-negative-contrast pre,body.wcag-negative-contrast *:not(.wcag-tools) pre,body.wcag-negative-contrast progress,body.wcag-negative-contrast *:not(.wcag-tools) progress,body.wcag-negative-contrast q,body.wcag-negative-contrast *:not(.wcag-tools) q,body.wcag-negative-contrast s,body.wcag-negative-contrast *:not(.wcag-tools) s,body.wcag-negative-contrast section,body.wcag-negative-contrast *:not(.wcag-tools) section,body.wcag-negative-contrast select,body.wcag-negative-contrast *:not(.wcag-tools) select,body.wcag-negative-contrast small,body.wcag-negative-contrast *:not(.wcag-tools) small,body.wcag-negative-contrast span,body.wcag-negative-contrast *:not(.wcag-tools) span,body.wcag-negative-contrast strike,body.wcag-negative-contrast *:not(.wcag-tools) strike,body.wcag-negative-contrast strong,body.wcag-negative-contrast *:not(.wcag-tools) strong,body.wcag-negative-contrast sub,body.wcag-negative-contrast *:not(.wcag-tools) sub,body.wcag-negative-contrast summary,body.wcag-negative-contrast *:not(.wcag-tools) summary,body.wcag-negative-contrast sup,body.wcag-negative-contrast *:not(.wcag-tools) sup,body.wcag-negative-contrast table,body.wcag-negative-contrast *:not(.wcag-tools) table,body.wcag-negative-contrast td,body.wcag-negative-contrast *:not(.wcag-tools) td,body.wcag-negative-contrast textarea,body.wcag-negative-contrast *:not(.wcag-tools) textarea,body.wcag-negative-contrast th,body.wcag-negative-contrast *:not(.wcag-tools) th,body.wcag-negative-contrast time,body.wcag-negative-contrast *:not(.wcag-tools) time,body.wcag-negative-contrast tr,body.wcag-negative-contrast *:not(.wcag-tools) tr,body.wcag-negative-contrast tt,body.wcag-negative-contrast *:not(.wcag-tools) tt,body.wcag-negative-contrast u,body.wcag-negative-contrast *:not(.wcag-tools) u,body.wcag-negative-contrast ul,body.wcag-negative-contrast *:not(.wcag-tools) ul,body.wcag-negative-contrast var,body.wcag-negative-contrast *:not(.wcag-tools) var,body.wcag-negative-contrast a span,body.wcag-negative-contrast *:not(.wcag-tools) a span{color:#ff0!important}body.wcag-negative-contrast button,body.wcag-negative-contrast *:not(.wcag-tools) button,body.wcag-negative-contrast input,body.wcag-negative-contrast *:not(.wcag-tools) input,body.wcag-negative-contrast textarea,body.wcag-negative-contrast *:not(.wcag-tools) textarea,body.wcag-negative-contrast select,body.wcag-negative-contrast *:not(.wcag-tools) select,body.wcag-negative-contrast table,body.wcag-negative-contrast *:not(.wcag-tools) table,body.wcag-negative-contrast td,body.wcag-negative-contrast *:not(.wcag-tools) td,body.wcag-negative-contrast th,body.wcag-negative-contrast *:not(.wcag-tools) th,body.wcag-negative-contrast tr,body.wcag-negative-contrast *:not(.wcag-tools) tr,body.wcag-negative-contrast tt,body.wcag-negative-contrast *:not(.wcag-tools) tt{border:1px solid #ffffff!important}body.wcag-negative-contrast div#gmap,body.wcag-negative-contrast div#gmap *{background:initial!important}body.wcag-negative-contrast a p,body.wcag-negative-contrast a span,body.wcag-negative-contrast label{background:transparent!important;background-color:transparent!important}body.wcag-negative-contrast .icon:before{background-color:#fff!important}body.wcag-negative-contrast .product-card .stretched-link{border-radius:inherit}body.wcag-negative-contrast .promo-banner .stretched-link,body.wcag-negative-contrast .promo-banner .promo-banner__content,body.wcag-negative-contrast .btn,body.wcag-negative-contrast button:not(.wcag-tools__trigger):not(.wcag-tools__button):not(.menu__categories-btn){background:transparent!important;background-color:transparent!important}body.wcag-negative-contrast .btn:not(.stretched-link),body.wcag-negative-contrast button:not(.wcag-tools__trigger){border:1px solid yellow!important}body.wcag-negative-contrast button.menu__categories-btn{background-color:#000!important;background:black!important}body.wcag-negative-contrast .cart__popup-body:after,body.wcag-negative-contrast .menu__link.level-1:after,body.wcag-negative-contrast .accordion-list__item--scrollable-content.is-open-content .accordion-list__item-description:after{display:none}body.wcag-negative-contrast .noUi-connect{background:yellow!important;background-color:#ff0!important}body.wcag-negative-contrast .noUi-connects,body.wcag-negative-contrast .menu__categories-btn-bars{background-color:#fff!important;background:#ffffff!important}body.wcag-negative-contrast .swiper-scrollbar .swiper-scrollbar-drag,body.wcag-negative-contrast .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag{background:yellow!important;background-color:#ff0!important}body.wcag-negative-contrast .swiper-scrollbar.swiper-scrollbar{background-color:#fff!important;background:#ffffff!important}body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *){background:#fff!important;color:#000!important}body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) .swiper-scrollbar .swiper-scrollbar-drag,body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag{background:#000!important;background-color:#000!important}body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) .swiper-scrollbar.swiper-scrollbar{background-color:gray!important;background:gray!important}body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) .product-card .stretched-link{border-radius:inherit}body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) .promo-banner .stretched-link,body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) .promo-banner .promo-banner__content,body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) a p,body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) a span,body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) label{background:transparent!important;background-color:transparent!important}body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) .btn:not(.stretched-link),body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) button:not(.wcag-tools__trigger){border:1px solid #000!important}body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) .icon:before{background-color:#000!important}body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) .menu__categories-btn-bars{background-color:#000!important;background:#000!important}body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) .menu__link.level-1:after,body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) .accordion-list__item--scrollable-content.is-open-content .accordion-list__item-description:after{display:none}body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) div#gmap,body.wcag-light-background *:not(.wcag-tools):not(.stretched-link):not(.menu__categories-btn-bars):not(.wcag-tools *) div#gmap *{background:initial!important}body.wcag-links-underline a,body.wcag-links-underline a *{text-decoration:underline!important}body.wcag-readable-font{font-family:Verdana,Arial,Helvetica,sans-serif!important}body.wcag-readable-font *:not(i):not(span){font-family:Verdana,Arial,Helvetica,sans-serif!important}@font-face{font-family:Proxima Nova;src:local("Proxima Nova Regular"),local("ProximaNova-Regular"),url(/build/assets/ProximaNova-Regular-30345fc4.woff2) format("woff2"),url(/build/assets/ProximaNova-Regular-1f9cf151.woff) format("woff");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Proxima Nova;src:local("Proxima Nova Bold"),local("ProximaNova-Bold"),url(/build/assets/ProximaNova-Bold-05297204.woff2) format("woff2"),url(/build/assets/ProximaNova-Bold-5186d0c6.woff) format("woff");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:Klavika;src:local("Klavika-Bold"),url(/build/assets/Klavika-Bold-177162ee.woff2) format("woff2"),url(/build/assets/Klavika-Bold-e14d018c.woff) format("woff");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:Klavika;src:local("Klavika-Regular"),url(/build/assets/Klavika-Regular-5fe40364.woff2) format("woff2"),url(/build/assets/Klavika-Regular-85fb82bf.woff) format("woff");font-weight:400;font-style:normal;font-display:block}.cover-bg{background-size:cover;background-position:center center}.cover-bg img{display:none}.covered{max-height:initial}.font-primary{font-family:var(--font-primary)}.font-secondary{font-family:var(--font-secondary)}.bg-image img{max-height:initial}.bg-yellow{background-color:var(--color-primary-yellow)}.bg-blue-rollover{background-color:var(--color-primary-blue-rollover);color:var(--color-white)}.bg-blue{background-color:var(--color-primary-blue);color:var(--color-white)}.bg-gray-gradient{background:linear-gradient(0deg,#e5eef5 0%,#f5f8fb 100%)}.bg-video video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.popup-overlay{position:fixed;left:0;top:0;width:100%;transition:opacity .3s ease,visibility .3s ease;background-color:#222222e6;z-index:30;height:100%;visibility:hidden;opacity:0}.overflow-h{overflow:hidden}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text--white{color:var(--color-white)}.text--success{color:var(--color-success)}.text--error{color:var(--color-error)}.text--blue{color:var(--color-primary-blue)}.text--yellow{color:var(--color-primary-yellow)}.text--gray{color:var(--color-neutral-gray)}.text--dark-gray{color:var(--color-neutral-dark-gray)}.text--lt{font-weight:300}.text--rg{font-weight:400}.text--bd{font-weight:700}.text--md{font-weight:500}.text--sb{font-weight:600}.text--uppercase{text-transform:uppercase}.text--checkout-title{font-family:var(--font-secondary);color:var(--color-primary-blue)}@media only screen and (max-width: 767px){.text--checkout-title{font-size:18px}}.text--info{color:var(--color-success);font-size:13px;display:flex;align-items:center;line-height:1;gap:5px}@media only screen and (max-width: 1200px){.text--info{margin-bottom:4px;font-size:11px;line-height:1.63}}.text--info .icon{width:12px;height:10px;flex-shrink:0}@media only screen and (max-width: 1200px){.text--info .icon{width:10px}}.text--info .icon:before{background-color:currentColor}.stretched-link:before{content:"";z-index:3}.stretched-link.hidden{opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.p-none{pointer-events:none}.hide{display:none}.show{display:block}.d-flex{display:flex}.d-none{display:none}.f-auto{display:flex;flex-direction:column;flex:auto}.container-fluid{width:100%;display:block;margin:0 auto;max-width:calc(100% - 80px);padding:0}@media only screen and (max-width: 1200px){.container-fluid{max-width:calc(100% - 40px)}}@media only screen and (max-width: 1022px){.container-fluid{max-width:calc(100% - 40px)}}@media only screen and (max-width: 767px){.container-fluid{max-width:calc(100% - 40px)}}.m-0{margin:0!important}.p-0{padding:0!important}.swiper-pagination-progressbar{position:relative;height:1px;background:var(--color-neutral-gray)}.swiper-pagination-progressbar.swiper-pagination-horizontal{height:1px}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{height:3px;top:-1px;background-color:var(--color-primary-blue)}.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:relative;left:0;width:100%;bottom:0;top:0;height:1px;background:var(--color-neutral-gray)}.swiper-scrollbar .swiper-scrollbar-drag,.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag{height:3px;top:-1px;background-color:var(--color-primary-blue);border-radius:0;cursor:grab}.swiper-custom-pagination{font-size:30px;font-weight:700;color:var(--color-primary-blue);font-family:Klavika,sans-serif}.swiper-custom-pagination sup{font-size:12px;top:-1em;padding-left:5px}.br-10{border-radius:10px}.counter-badge{min-width:20px;min-height:20px;padding:2px;display:flex;align-items:center;justify-content:center;background-color:var(--color-primary-blue);color:var(--color-white);border-radius:100%;font-weight:700;font-size:10px;line-height:1}.counter-badge.hide{display:none}.listing-sticky-buttons{padding:10px 20px;max-width:100vw;width:100vw;margin-left:-20px;position:sticky;top:calc(var(--header-height, 0px));background-color:var(--color-white);border-bottom:1px solid transparent;z-index:9;transition:top .3s ease,border .3s ease;display:flex;gap:20px;font-family:var(--font-secondary)}.is-scrolled .listing-sticky-buttons{top:calc(var(--header-height, 0px) - var(--header-top-height, 0px))}.is-scrolled-up .listing-sticky-buttons{top:calc(var(--header-height, 0px))}.listing-sticky-buttons button{flex:1}.filter-mobile-trigger{display:flex;width:100%;height:50px;align-items:center;justify-content:center;gap:10px;border-radius:5px;border:1px solid var(--color-primary-blue);background-color:#f5f8fb}.product-listing-row .product-card{padding:0;max-width:100%;position:relative;overflow:visible}.product-listing-row .product-card:after{content:"";width:1px;height:100%;right:-20px;position:absolute;background-color:var(--color-neutral-light-gray)}@media only screen and (max-width: 767px){.product-listing-row .product-card:after{right:-10px}}.product-listing-row .product-card .title{flex:auto}@media only screen and (max-width: 1439px){.product-listing-row .product-card .title{font-size:18px;line-height:1.2}}@media only screen and (max-width: 767px){.product-listing-row .product-card .title{font-size:16px;line-height:1.25}}@media only screen and (max-width: 1439px){.product-listing-row .product-card .btn--default{padding:8px 12px;font-size:14px}}@media only screen and (max-width: 767px){.product-listing-row .product-card .btn--default{font-size:11px;padding:4px 8px}}.product-listing-row .product-card__content{height:auto}@media only screen and (max-width: 767px){.product-listing-row .product-card .price-preview{min-height:66px}}.product-listing-row .product-card:hover{box-shadow:none}.fancybox__backdrop{opacity:.9}.fancybox__nav .f-button{width:50px;height:50px;border:1px solid var(--color-white);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' fill='none'%3E%3Cpath fill='%23fff' d='M9.265.205a.75.75 0 0 0-1.03 1.09l5.239 4.955H.75a.75.75 0 0 0 0 1.5h12.726l-5.241 4.957a.75.75 0 1 0 1.03 1.09l6.418-6.07a.995.995 0 0 0 .3-.566.753.753 0 0 0-.002-.329.995.995 0 0 0-.298-.557L9.265.205Z'/%3E%3C/svg%3E") no-repeat center/20px 18px;border-radius:5px;background-color:#0003}@media only screen and (min-width: 768px) and (max-width: 1022px){.fancybox__nav .f-button{background-size:18px 16px}}@media only screen and (max-width: 767px){.fancybox__nav .f-button{width:40px;height:40px}}.fancybox__nav .f-button svg{display:none}.fancybox__nav .f-button.is-prev{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' fill='none'%3E%3Cpath fill='%23fff' d='M.4 8.267 8.267.8c.4-.4 1.066-.4 1.466 0 .4.4.4 1.067 0 1.467l-5.866 5.6h15.066C19.467 8 20 8.4 20 9.067c0 .666-.533 1.066-1.067 1.066h-15.2l5.867 5.6c.4.4.4 1.067 0 1.467-.4.4-1.067.4-1.467 0L.267 9.733A1.018 1.018 0 0 1 0 9.067c0-.4.133-.667.4-.8Z'/%3E%3C/svg%3E")}.fancybox__nav .f-button:hover,.fancybox__nav .f-button:focus{background-color:#00000080}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}::-moz-selection{background-color:var(--color-primary-blue);color:var(--color-white)}::selection{background-color:var(--color-primary-blue);color:var(--color-white)}body{color:var(--color-neutral-black);font-family:var(--font-primary);position:relative;height:auto;width:100%;display:flex;flex-direction:column;min-height:100vh;align-items:flex-start}body.body-scroll-locked,body.is-open-menu,body.is-open-search,body.is-open-mega-menu,body.noscroll{overflow:hidden;padding-right:var(--scroll-width, 0px)}#app{display:flex;flex-direction:column;flex:auto;width:100%}.noselect,.noselect *{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}ul,ol{list-style:none;margin:0;padding:0}p{margin:0}a{color:inherit;text-decoration:none;transition:color .3s ease,border .3s ease}i,em{font-style:italic}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit;margin:0}img{margin:0;max-height:100%;max-width:100%;height:auto;width:auto;-o-object-fit:cover;object-fit:cover}figure img{margin:0}.sc-general{width:100%;position:relative}.swiper:not(.swiper-initialized) .swiper-pagination,.swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type){display:none!important}.swiper-button-prev:after,.swiper-button-next:after{font-size:0!important}form select::-ms-expand{display:none}input,select,textarea{box-shadow:none;-moz-appearance:none;-webkit-appearance:none;appearance:none}input,textarea{-webkit-appearance:none;border-radius:0}input:invalid:not(:focus){outline:none}textarea::-ms-clear,input::-ms-clear{display:none}main{width:100%;flex:1 0 auto;padding-top:var(--header-height, 204px)}@media only screen and (max-width: 1439px){main{padding-top:var(--header-height, 202px)}}@media only screen and (max-width: 1200px){main{padding-top:var(--header-height, 46px)}}.without-header main{padding-top:0}.with-promotion-banner main{padding-top:var(--header-height, 245px)}@media only screen and (max-width: 1439px){.with-promotion-banner main{padding-top:var(--header-height, 243px)}}@media only screen and (max-width: 1200px){.with-promotion-banner main{padding-top:var(--header-height, 76px)}}.checkout-header+main{padding-top:108px}@media only screen and (max-width: 1200px){.checkout-header+main{padding-top:60px}}@media only screen and (max-width: 1022px){.checkout-header+main{padding-top:82px}}.sdt-env__badge{position:fixed;display:block;right:40px;height:40px;line-height:40px;transform-origin:100% 0;background-color:#1a2e44;padding:0 35px;border-radius:15px 15px 0 0;transform:rotate(270deg);z-index:99999;font-weight:700;color:#fff;font-size:13px;font-family:sans-serif}.sdt-env__badge .icon{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDAuNjMiIGhlaWdodD0iMTU5LjQ0IiB2aWV3Qm94PSIwIDAgMTQwLjYzIDE1OS40NCI+PHBhdGggZD0iTTI1LjUxLDI5LjgzYy00LjMtMi40OC0yLjQ4LTMuNTMsMS4yNC01LjczUzY0LjQ1LDIuNjIsNjcuMjIsMS4xczQuMzktMS42Miw4LjU5LC43NiwzNy40MiwyMS4zOCw0MC4xOSwyMi44MiwyLjQ4LDMuMTUsMCw0LjU4LTguNzgsNS4xNS0xMC45OCw2LjExLTYuNzgsLjY3LTkuNjQtMS4wNS0xNC43LTguNS0xOC45LTExLjM2LTcuMzUtMi42Ny0xMi4zMSwuMTktMTcuMjgsMTAuMDItMjAuMDUsMTEuNDYtNi40OSwyLjM5LTEwLjEyLC40OC04LjUtNS4yNS04LjUtNS4yNVoiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PHBhdGggZD0iTTI0Ljk4LDY0LjQ5YzIuNzcsMS40MywzNS45OSwyMC40Myw0MC4xOSwyMi44MnM1LjgyLDIuMjksOC41OSwuNzYsMzYuNzUtMjAuODEsNDAuNDgtMjMuMDFsNy4wNS0zLjY3djQ3LjM1czExLjQ2LDYuMzYsMTQuNzYsOC41NCw0LjU4LS45LDQuNTgtNC4yMVY0Ni4xMmMwLTEwLjE4LTguNC0xMi4yMi0xNS4yNy04LjY2cy0yOC40OSwxNy4xLTI4LjQ5LDE3LjFjLTIuNzcsMS40My0xNS4wOCw4LjU5LTIwLjA1LDExLjQ2cy04LjExLDMuMDUtMTIuMzEsLjE5LTE2LjA0LTkuNjQtMTguOS0xMS4zNmMwLDAtMjAuOC0xMi41NS0yOC42OS0xNi42MlMuMTEsMzcuNDcsLjExLDQ1LjM2LS4xNCwxMDguNzUsLjExLDExMi41NnMyLjA1LDYuMDgsNi44NywzLjU2YzcuMjItMy43NiwxMi43My03LjM4LDEyLjczLTcuMzhsLjc2LTQ2LjU5LDQuNTEsMi4zM1oiIHN0eWxlPSJmaWxsOiMyMmQxNzI7Ii8+PHBhdGggZD0iTTEyNS40OCwxMjMuNjFjNC4zLDIuNDgsMi40OCwzLjUzLTEuMjQsNS43M3MtNDcuNzEsMjcuNDgtNTAuNDgsMjkuMDEtNC4zOSwxLjYyLTguNTktLjc2LTQ3LjQyLTI3LjM4LTUwLjE5LTI4LjgyLTIuNDgtMy4xNSwwLTQuNTgsOC43OC01LjE1LDEwLjk4LTYuMTEsNi43OC0uNjcsOS42NCwxLjA1LDI0LjcsMTQuNSwyOC45LDE3LjM2LDcuMzUsMi42NywxMi4zMS0uMTksMjcuMjgtMTYuMDIsMzAuMDUtMTcuNDYsNi40OS0yLjM5LDEwLjEyLS40OCw4LjUsNS4yNSw4LjUsNS4yNVoiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PC9zdmc+)!important;background-position:center bottom;background-repeat:no-repeat;background-size:20px 20px;float:right;width:20px;height:30px;margin-left:10px}.sdt-env__badge .icon:before{background-color:transparent}.sdt-env__badge .mailtrap-unread-email{display:inline-block;box-sizing:border-box;margin:12px 0 0 25px;min-width:18px;height:18px;border-radius:9px;background-color:#d63638;color:#fff;font-size:11px;line-height:1.6;text-align:center;z-index:26}.sdt-env__badge.local{background-color:#fdb833;color:#2b2b2b}.sdt-env__badge.staging{background-color:#ea3546}.sdt-env__badge.production{background-color:#1789fc}img.lazyload,img.lazyloaded{transition:opacity .3s ease,transform .3s ease!important}.grecaptcha-badge,.g-captcha,.g-recaptcha{position:absolute!important;right:100vw!important;top:-100vh!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{border:4px solid rgba(0,0,0,.1);border-top:4px solid #3498db;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin:10px auto;display:block;position:absolute;top:20vh}.is-disabled{opacity:.5;pointer-events:none}@media only screen and (max-width: 1200px){.is-disabled__no-opacity{opacity:1}}.is-disabled__no-opacity{pointer-events:none}@media only screen and (min-width: 768px){.is-disabled__no-opacity{opacity:.5}}.scroll-disabled{overflow:hidden}.lazy,.lazy-product{opacity:0;transition:opacity .3s ease}.lazy.loaded,.lazy-product.loaded{opacity:1}.cnj-property-card .property-description .score .details-box .num-reviews{color:#707070!important}.redirect--container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh}.redirect--container .spinner--container{height:50px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.redirect--container .spinner--container .spinner{top:0}.btn{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;padding:12px 50px;min-width:150px;min-height:50px;font-weight:700;font-size:16px;text-align:center;text-transform:uppercase;font-family:Klavika,sans-serif;border-radius:5px;gap:10px;background-color:var(--color-primary-blue);color:var(--color-white);border:0;transition:color .3s ease,background-color .3s ease,border-color .3s ease;outline-offset:0}@media only screen and (max-width: 767px){.btn{font-size:13px;min-height:40px;padding:8px 22px}}.btn__text{position:relative;z-index:4;pointer-events:none;transition:opacity .3s ease}.btn:focus-visible{outline:2px solid var(--color-focus)}.btn .icon{pointer-events:none}.btn .icon-cart{width:20px;height:18px}.btn .icon:before{background-color:currentColor}.btn__icon{flex-shrink:0}.btn:focus,.btn:hover{background-color:var(--color-primary-blue-rollover);color:var(--color-white)}.btn:focus .icon:before,.btn:hover .icon:before{background-color:var(--color-white)}.btn--mobile-default{font-size:16px;min-height:50px}.btn--white{border:1px solid var(--color-white);background-color:var(--color-white);color:var(--color-primary-blue)}.btn--white:hover,.btn--white:focus{background-color:var(--color-primary-blue)}@media only screen and (min-width: 768px){.btn--hero-white{border:1px solid var(--color-white);background-color:var(--color-white);color:var(--color-primary-blue)}.btn--hero-white:hover,.btn--hero-white:focus{background-color:var(--color-primary-blue)}}.btn[disabled],.btn--disabled{cursor:not-allowed;pointer-events:none;transition:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--color-neutral-gray)}.btn--secondary{background-color:transparent;color:var(--color-primary-blue);border:1px solid var(--color-primary-blue)}.btn--secondary:focus,.btn--secondary:hover{background-color:var(--color-primary-blue);color:var(--color-white)}.btn--secondary:focus{background-color:var(--color-primary-blue-rollover)}.btn--secondary.btn--white{color:var(--color-white);border-color:var(--color-white);background-color:transparent}.btn--secondary.btn--white:focus,.btn--secondary.btn--white:hover{background-color:var(--color-white);color:var(--color-primary-blue)}.btn--secondary[disabled],.btn--secondary.btn--disabled{background-color:transparent;color:var(--color-neutral-gray);border-color:var(--color-neutral-gray)}.btn--tertiary{background-color:transparent;border:0;padding:0;min-height:1px;min-width:1px;color:var(--color-primary-blue)}.btn--tertiary .btn__text{position:relative}.btn--tertiary .btn__text:after,.btn--tertiary .btn__text:before{height:2px}.btn--tertiary:hover,.btn--tertiary:focus{background-color:transparent;color:var(--color-primary-blue)}.btn--tertiary:hover .icon:before,.btn--tertiary:focus .icon:before{background-color:currentColor}.btn--tertiary:focus{color:var(--color-primary-blue-rollover)}.btn--tertiary:focus .btn__text:before,.btn--tertiary:focus .btn__text:after{width:100%;left:0}.btn--tertiary:hover .btn__text:before,.btn--tertiary:hover .btn__text:after{width:100%;left:0}.btn--tertiary.btn--white{color:var(--color-white)}.btn--tertiary[disabled],.btn--tertiary.btn--disabled{color:var(--color-neutral-gray)}.btn--yellow{background-color:var(--color-primary-yellow)}.btn--yellow:hover,.btn--yellow:focus{background-color:var(--color-primary-yellow-rollover)}.btn--yellow[disabled],.btn--yellow.btn--disabled{background-color:var(--color-neutral-gray)}.btn--small{min-height:40px}.btn--large{font-size:20px;min-height:58px}.btn.d-none{display:none!important}.btn--left-icon .btn__icon{order:-1}.btn--only-icon{min-width:50px;min-height:50px;padding:8px}@media only screen and (max-width: 767px){.btn--only-icon{min-width:40px;min-height:40px}.btn--mobile-white{border:1px solid var(--color-primary-blue);background-color:transparent;color:var(--color-primary-blue)}.btn--mobile-white:hover,.btn--mobile-white:focus{background-color:var(--color-primary-blue)}}.btn.stretched-link{margin:0;padding:0;min-height:0;min-width:0;clip:unset}.btn.stretched-link span{display:none}.btn.stretched-link:hover,.btn.stretched-link:focus{background-color:transparent;color:transparent;border-color:transparent}.icon{display:block;position:relative}.icon:before{background-color:var(--color-black);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;transition:background-color .3s ease}.icon-chevron-up,.icon-chevron-down{width:12px;height:8px}.icon-chevron-up:before,.icon-chevron-down:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.82775 6.16564C5.71292 6.39531 5.48325 6.39531 5.25359 6.16564L0.0861244 0.998178C-0.0287081 0.883345 -0.0287081 0.65368 0.0861244 0.424015C0.315789 0.309182 0.545455 0.309182 0.660287 0.424015L5.48325 5.24698L10.3062 0.424015C10.6507 0.309182 10.8804 0.309182 10.9952 0.424015C11.11 0.538848 11.11 0.883345 10.9952 0.998178L5.82775 6.16564Z' fill='white'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.82775 6.16564C5.71292 6.39531 5.48325 6.39531 5.25359 6.16564L0.0861244 0.998178C-0.0287081 0.883345 -0.0287081 0.65368 0.0861244 0.424015C0.315789 0.309182 0.545455 0.309182 0.660287 0.424015L5.48325 5.24698L10.3062 0.424015C10.6507 0.309182 10.8804 0.309182 10.9952 0.424015C11.11 0.538848 11.11 0.883345 10.9952 0.998178L5.82775 6.16564Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-chevron-left,.icon-chevron-right{width:16px;height:16px}.icon-chevron-left:before,.icon-chevron-right:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.73966 3.20041C5.43613 3.48226 5.41856 3.95681 5.70041 4.26034L9.22652 8L5.70041 11.7397C5.41856 12.0432 5.43613 12.5177 5.73967 12.7996C6.0432 13.0815 6.51775 13.0639 6.7996 12.7603L10.7996 8.51034C11.0668 8.22258 11.0668 7.77743 10.7996 7.48966L6.7996 3.23966C6.51775 2.93613 6.0432 2.91856 5.73966 3.20041Z' fill='white'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.73966 3.20041C5.43613 3.48226 5.41856 3.95681 5.70041 4.26034L9.22652 8L5.70041 11.7397C5.41856 12.0432 5.43613 12.5177 5.73967 12.7996C6.0432 13.0815 6.51775 13.0639 6.7996 12.7603L10.7996 8.51034C11.0668 8.22258 11.0668 7.77743 10.7996 7.48966L6.7996 3.23966C6.51775 2.93613 6.0432 2.91856 5.73966 3.20041Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-arrow-right,.icon-arrow-left{width:16px;height:12px}.icon-arrow-right:before,.icon-arrow-left:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.42349 11.8994C9.15533 12.0335 8.88718 12.0335 8.61902 11.8994C8.48494 11.7654 8.48494 11.3631 8.61902 11.2291L13.3118 6.53631H1.51288C1.24472 6.53631 0.976562 6.26816 0.976562 6C0.976562 5.73184 1.24472 5.46369 1.51288 5.46369H13.3118L8.61902 0.77095C8.48494 0.636872 8.48494 0.234637 8.61902 0.100559C8.88718 -0.0335196 9.15533 -0.0335196 9.42349 0.100559L14.9207 5.59776C15.0548 5.73184 15.0548 6.13408 14.9207 6.26816L9.42349 11.8994Z' fill='%23222222'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.42349 11.8994C9.15533 12.0335 8.88718 12.0335 8.61902 11.8994C8.48494 11.7654 8.48494 11.3631 8.61902 11.2291L13.3118 6.53631H1.51288C1.24472 6.53631 0.976562 6.26816 0.976562 6C0.976562 5.73184 1.24472 5.46369 1.51288 5.46369H13.3118L8.61902 0.77095C8.48494 0.636872 8.48494 0.234637 8.61902 0.100559C8.88718 -0.0335196 9.15533 -0.0335196 9.42349 0.100559L14.9207 5.59776C15.0548 5.73184 15.0548 6.13408 14.9207 6.26816L9.42349 11.8994Z' fill='%23222222'/%3E%3C/svg%3E%0A")}.icon-arrow-right-large,.icon-arrow-left-large{width:20px;height:18px}.icon-arrow-right-large:before,.icon-arrow-left-large:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' fill='none'%3E%3Cpath fill='%2301192F' d='M9.265.205a.75.75 0 0 0-1.03 1.09l5.239 4.955H.75a.75.75 0 0 0 0 1.5h12.726l-5.241 4.957a.75.75 0 1 0 1.03 1.09l6.418-6.07a.995.995 0 0 0 .3-.566.753.753 0 0 0-.002-.329.995.995 0 0 0-.298-.557L9.265.205Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' fill='none'%3E%3Cpath fill='%2301192F' d='M9.265.205a.75.75 0 0 0-1.03 1.09l5.239 4.955H.75a.75.75 0 0 0 0 1.5h12.726l-5.241 4.957a.75.75 0 1 0 1.03 1.09l6.418-6.07a.995.995 0 0 0 .3-.566.753.753 0 0 0-.002-.329.995.995 0 0 0-.298-.557L9.265.205Z'/%3E%3C/svg%3E")}.icon-arrow-up,.icon-arrow-down{width:20px;height:25px}.icon-arrow-up:before,.icon-arrow-down:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='25' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M.293 10.293 10 .586l9.707 9.707-1.414 1.414L11 4.414V25H9V4.414l-7.293 7.293-1.414-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='25' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M.293 10.293 10 .586l9.707 9.707-1.414 1.414L11 4.414V25H9V4.414l-7.293 7.293-1.414-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.icon-chevron-left:before,.icon-arrow-down:before,.icon-chevron-up:before,.icon-arrow-left:before,.icon-arrow-left-large:before{transform:scale(-1)}.icon-check{width:10px;height:8px}.icon-check:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.89933 0.164457C10.0336 0.301855 10.0336 0.507951 9.89933 0.714048L3.79195 6.89695C3.65772 7.03435 3.45638 7.03435 3.25503 6.89695L0.100671 3.5994C-0.033557 3.46201 -0.033557 3.25591 0.100671 3.04981C0.234899 2.91241 0.436242 2.91241 0.637584 3.04981L3.5906 6.07257L9.42953 0.0957579C9.56376 -0.04164 9.7651 -0.04164 9.89933 0.164457Z' fill='%2300AA4F'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.89933 0.164457C10.0336 0.301855 10.0336 0.507951 9.89933 0.714048L3.79195 6.89695C3.65772 7.03435 3.45638 7.03435 3.25503 6.89695L0.100671 3.5994C-0.033557 3.46201 -0.033557 3.25591 0.100671 3.04981C0.234899 2.91241 0.436242 2.91241 0.637584 3.04981L3.5906 6.07257L9.42953 0.0957579C9.56376 -0.04164 9.7651 -0.04164 9.89933 0.164457Z' fill='%2300AA4F'/%3E%3C/svg%3E%0A")}.icon-close{width:15px;height:15px}.icon-close:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.39933 8.60738L1.15772 14.849C0.956376 15.0503 0.352349 15.0503 0.151007 14.849C-0.0503356 14.4463 -0.0503356 14.0436 0.151007 13.6409L6.39262 7.39933L0.151007 1.15772C-0.0503356 0.956376 -0.0503356 0.553691 0.151007 0.151007C0.553691 -0.0503356 0.956376 -0.0503356 1.15772 0.151007L7.39933 6.39262L13.6409 0.151007C14.0436 -0.0503356 14.4463 -0.0503356 14.849 0.151007C15.0503 0.352349 15.0503 0.956376 14.849 1.15772L8.60738 7.39933L14.849 13.6409C15.0503 13.8423 15.0503 14.4463 14.849 14.6477C14.4463 15.0503 14.0436 15.0503 13.6409 14.849L7.39933 8.60738Z' fill='%2300599F'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.39933 8.60738L1.15772 14.849C0.956376 15.0503 0.352349 15.0503 0.151007 14.849C-0.0503356 14.4463 -0.0503356 14.0436 0.151007 13.6409L6.39262 7.39933L0.151007 1.15772C-0.0503356 0.956376 -0.0503356 0.553691 0.151007 0.151007C0.553691 -0.0503356 0.956376 -0.0503356 1.15772 0.151007L7.39933 6.39262L13.6409 0.151007C14.0436 -0.0503356 14.4463 -0.0503356 14.849 0.151007C15.0503 0.352349 15.0503 0.956376 14.849 1.15772L8.60738 7.39933L14.849 13.6409C15.0503 13.8423 15.0503 14.4463 14.849 14.6477C14.4463 15.0503 14.0436 15.0503 13.6409 14.849L7.39933 8.60738Z' fill='%2300599F'/%3E%3C/svg%3E%0A")}.icon-search{width:24px;height:24px}.icon-search:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0334 17.2359C14.2296 18.6388 12.0251 19.6409 9.62004 19.6409C4.40919 19.6409 0 15.2317 0 9.82046C0 4.40919 4.40919 0 9.82046 0C15.2317 0 19.6409 4.40919 19.6409 9.82046C19.6409 12.2255 18.8393 14.4301 17.2359 16.2338L23.8497 22.8476C24.0501 23.048 24.0501 23.6493 23.8497 23.8497C23.6493 24.0501 23.048 24.0501 22.8476 23.8497L16.0334 17.2359ZM18.0376 9.82046C18.0376 6.8142 16.4342 4.00835 13.8288 2.60543C11.2234 1.20251 8.21712 1.20251 5.61169 2.60543C3.00626 4.00835 1.60334 6.8142 1.60334 9.82046C1.60334 12.8267 3.20668 15.4322 5.81211 17.0355C8.41754 18.6388 11.4238 18.4384 14.0292 17.0355C16.6347 15.6326 18.0376 12.6263 18.0376 9.82046Z' fill='%2300599F'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0334 17.2359C14.2296 18.6388 12.0251 19.6409 9.62004 19.6409C4.40919 19.6409 0 15.2317 0 9.82046C0 4.40919 4.40919 0 9.82046 0C15.2317 0 19.6409 4.40919 19.6409 9.82046C19.6409 12.2255 18.8393 14.4301 17.2359 16.2338L23.8497 22.8476C24.0501 23.048 24.0501 23.6493 23.8497 23.8497C23.6493 24.0501 23.048 24.0501 22.8476 23.8497L16.0334 17.2359ZM18.0376 9.82046C18.0376 6.8142 16.4342 4.00835 13.8288 2.60543C11.2234 1.20251 8.21712 1.20251 5.61169 2.60543C3.00626 4.00835 1.60334 6.8142 1.60334 9.82046C1.60334 12.8267 3.20668 15.4322 5.81211 17.0355C8.41754 18.6388 11.4238 18.4384 14.0292 17.0355C16.6347 15.6326 18.0376 12.6263 18.0376 9.82046Z' fill='%2300599F'/%3E%3C/svg%3E%0A")}.icon-minus{width:20px;height:20px}.icon-minus:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='9.25' width='14' height='1.5' rx='0.75' fill='%2301192F'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='9.25' width='14' height='1.5' rx='0.75' fill='%2301192F'/%3E%3C/svg%3E%0A")}.icon-plus{width:20px;height:20px}.icon-plus:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 2.75C10.5 2.33579 10.1642 2 9.75 2C9.33579 2 9 2.33579 9 2.75V9H2.75C2.33579 9 2 9.33579 2 9.75C2 10.1642 2.33579 10.5 2.75 10.5H9V16.75C9 17.1642 9.33579 17.5 9.75 17.5C10.1642 17.5 10.5 17.1642 10.5 16.75V10.5H16.75C17.1642 10.5 17.5 10.1642 17.5 9.75C17.5 9.33579 17.1642 9 16.75 9H10.5V2.75Z' fill='%2301192F'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 2.75C10.5 2.33579 10.1642 2 9.75 2C9.33579 2 9 2.33579 9 2.75V9H2.75C2.33579 9 2 9.33579 2 9.75C2 10.1642 2.33579 10.5 2.75 10.5H9V16.75C9 17.1642 9.33579 17.5 9.75 17.5C10.1642 17.5 10.5 17.1642 10.5 16.75V10.5H16.75C17.1642 10.5 17.5 10.1642 17.5 9.75C17.5 9.33579 17.1642 9 16.75 9H10.5V2.75Z' fill='%2301192F'/%3E%3C/svg%3E%0A")}.icon-play{width:32px;height:32px}.icon-play:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='32' fill='none'%3E%3Cpath fill='%23fff' d='m4.75.412 24.417 12.705a3.25 3.25 0 0 1 0 5.766L4.75 31.588A3.25 3.25 0 0 1 0 28.704V3.294A3.25 3.25 0 0 1 4.549.317l.201.096ZM3.596 2.63l-.11-.047a.75.75 0 0 0-.986.712v25.41a.75.75 0 0 0 1.096.665l24.417-12.705a.75.75 0 0 0 0-1.33L3.596 2.63Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='32' fill='none'%3E%3Cpath fill='%23fff' d='m4.75.412 24.417 12.705a3.25 3.25 0 0 1 0 5.766L4.75 31.588A3.25 3.25 0 0 1 0 28.704V3.294A3.25 3.25 0 0 1 4.549.317l.201.096ZM3.596 2.63l-.11-.047a.75.75 0 0 0-.986.712v25.41a.75.75 0 0 0 1.096.665l24.417-12.705a.75.75 0 0 0 0-1.33L3.596 2.63Z'/%3E%3C/svg%3E")}.icon-phone{width:16px;height:16px}.icon-phone:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_553_4214)'%3E%3Cpath d='M15 11.1328C15 11.2046 14.9924 11.2727 14.9773 11.3407L14.2969 14.2931C14.2024 14.7014 13.8395 15.0038 13.4047 15.0038C6.01437 15.0038 0 9.01966 0 1.59904V1.59526C0 1.16053 0.302419 0.801411 0.706905 0.706905L3.66305 0.0226815C3.7311 0.00756048 3.79914 0 3.86719 0C4.24521 0 4.57031 0.226815 4.71018 0.555696L6.07107 3.73488C6.11643 3.84451 6.14667 3.96547 6.14667 4.094C6.14667 4.3813 6.01437 4.63458 5.81023 4.80469L4.23387 6.09375C5.23564 8.12752 6.87626 9.76814 8.91003 10.7699L10.2029 9.18977C10.373 8.98563 10.6263 8.85711 10.9136 8.85711C11.0421 8.85711 11.1631 8.88357 11.2727 8.92893L14.4481 10.2898C14.7732 10.4335 15 10.7548 15 11.1328ZM14.0625 11.1479L10.9173 9.79839L9.17465 11.9304C6.13533 10.5091 4.49093 8.85711 3.07334 5.83291L5.20539 4.09022L3.85963 0.94506L0.94128 1.61794C0.948841 8.49042 6.51714 14.0549 13.3896 14.0663L14.0625 11.1479Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_553_4214'%3E%3Crect width='15' height='15.0038' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_553_4214)'%3E%3Cpath d='M15 11.1328C15 11.2046 14.9924 11.2727 14.9773 11.3407L14.2969 14.2931C14.2024 14.7014 13.8395 15.0038 13.4047 15.0038C6.01437 15.0038 0 9.01966 0 1.59904V1.59526C0 1.16053 0.302419 0.801411 0.706905 0.706905L3.66305 0.0226815C3.7311 0.00756048 3.79914 0 3.86719 0C4.24521 0 4.57031 0.226815 4.71018 0.555696L6.07107 3.73488C6.11643 3.84451 6.14667 3.96547 6.14667 4.094C6.14667 4.3813 6.01437 4.63458 5.81023 4.80469L4.23387 6.09375C5.23564 8.12752 6.87626 9.76814 8.91003 10.7699L10.2029 9.18977C10.373 8.98563 10.6263 8.85711 10.9136 8.85711C11.0421 8.85711 11.1631 8.88357 11.2727 8.92893L14.4481 10.2898C14.7732 10.4335 15 10.7548 15 11.1328ZM14.0625 11.1479L10.9173 9.79839L9.17465 11.9304C6.13533 10.5091 4.49093 8.85711 3.07334 5.83291L5.20539 4.09022L3.85963 0.94506L0.94128 1.61794C0.948841 8.49042 6.51714 14.0549 13.3896 14.0663L14.0625 11.1479Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_553_4214'%3E%3Crect width='15' height='15.0038' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-email{width:16px;height:14px}.icon-email:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_553_4217)'%3E%3Cpath d='M15 2.2848V10.7202C15 11.4949 14.3689 12.1261 13.5941 12.1261H1.4059C0.631141 12.1261 0 11.4987 0 10.7202V2.2848C0 1.51005 0.631141 0.878906 1.4059 0.878906H13.5903C14.3689 0.878906 15 1.51005 15 2.2848ZM0.937264 2.2848V3.49795C1.57974 4.03839 2.49433 4.78669 5.34769 7.05049C5.839 7.44353 6.81784 8.38835 7.49811 8.37702C8.17838 8.38835 9.15344 7.44353 9.64853 7.05049C12.5019 4.78669 13.4203 4.03839 14.059 3.49795V2.2848C14.059 2.02781 13.8473 1.81617 13.5903 1.81617H1.4059C1.1489 1.81617 0.937264 2.02781 0.937264 2.2848ZM14.059 10.7202V4.71488C13.39 5.26288 12.3356 6.10944 10.2305 7.78367C9.61451 8.27498 8.56387 9.32562 7.49811 9.31428C6.42479 9.32184 5.36659 8.26364 4.76568 7.78367C2.66062 6.10944 1.6062 5.26288 0.937264 4.71488V10.7202C0.937264 10.9772 1.1489 11.1888 1.4059 11.1888H13.5903C13.8511 11.1888 14.059 10.9809 14.059 10.7202Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_553_4217'%3E%3Crect width='15' height='11.2472' fill='white' transform='translate(0 0.878906)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_553_4217)'%3E%3Cpath d='M15 2.2848V10.7202C15 11.4949 14.3689 12.1261 13.5941 12.1261H1.4059C0.631141 12.1261 0 11.4987 0 10.7202V2.2848C0 1.51005 0.631141 0.878906 1.4059 0.878906H13.5903C14.3689 0.878906 15 1.51005 15 2.2848ZM0.937264 2.2848V3.49795C1.57974 4.03839 2.49433 4.78669 5.34769 7.05049C5.839 7.44353 6.81784 8.38835 7.49811 8.37702C8.17838 8.38835 9.15344 7.44353 9.64853 7.05049C12.5019 4.78669 13.4203 4.03839 14.059 3.49795V2.2848C14.059 2.02781 13.8473 1.81617 13.5903 1.81617H1.4059C1.1489 1.81617 0.937264 2.02781 0.937264 2.2848ZM14.059 10.7202V4.71488C13.39 5.26288 12.3356 6.10944 10.2305 7.78367C9.61451 8.27498 8.56387 9.32562 7.49811 9.31428C6.42479 9.32184 5.36659 8.26364 4.76568 7.78367C2.66062 6.10944 1.6062 5.26288 0.937264 4.71488V10.7202C0.937264 10.9772 1.1489 11.1888 1.4059 11.1888H13.5903C13.8511 11.1888 14.059 10.9809 14.059 10.7202Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_553_4217'%3E%3Crect width='15' height='11.2472' fill='white' transform='translate(0 0.878906)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-facebook{width:38px;height:38px}.icon-facebook:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='510.1'%3E%3Cpath fill='%231e3050' d='M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256c0 120 82.7 220.8 194.2 248.5V334.2h-52.8V256h52.8v-33.7c0-87.1 39.4-127.5 125-127.5 16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287v175.9C413.8 494.8 512 386.9 512 256Z' data-name='Group 1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='510.1'%3E%3Cpath fill='%231e3050' d='M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256c0 120 82.7 220.8 194.2 248.5V334.2h-52.8V256h52.8v-33.7c0-87.1 39.4-127.5 125-127.5 16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287v175.9C413.8 494.8 512 386.9 512 256Z' data-name='Group 1'/%3E%3C/svg%3E")}.icon-linkedin{width:38px;height:36px}.icon-linkedin:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='448' height='448'%3E%3Cpath fill='%231e3050' d='M416 0H31.9A32.138 32.138 0 0 0 0 32.3v383.4A32.138 32.138 0 0 0 31.9 448H416a32.223 32.223 0 0 0 32-32.3V32.3A32.223 32.223 0 0 0 416 0ZM135.4 384H69V170.2h66.5V384Zm-33.2-243a38.5 38.5 0 1 1 38.5-38.5 38.517 38.517 0 0 1-38.5 38.5Zm282.1 243h-66.4V280c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V384h-66.4V170.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='448' height='448'%3E%3Cpath fill='%231e3050' d='M416 0H31.9A32.138 32.138 0 0 0 0 32.3v383.4A32.138 32.138 0 0 0 31.9 448H416a32.223 32.223 0 0 0 32-32.3V32.3A32.223 32.223 0 0 0 416 0ZM135.4 384H69V170.2h66.5V384Zm-33.2-243a38.5 38.5 0 1 1 38.5-38.5 38.517 38.517 0 0 1-38.5 38.5Zm282.1 243h-66.4V280c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V384h-66.4V170.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9Z'/%3E%3C/svg%3E")}.icon-youtube{width:42px;height:38px}.icon-youtube:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='546.2' height='384'%3E%3Cpath fill='%231e3050' d='M534.8 60.1a68.553 68.553 0 0 0-48.3-48.6C443.9 0 273.1 0 273.1 0S102.3 0 59.7 11.5a68.553 68.553 0 0 0-48.3 48.6C0 103 0 192.4 0 192.4s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C102.3 384 273.1 384 273.1 384s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3ZM217.3 273.6V111.2L360 192.4l-142.7 81.2Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='546.2' height='384'%3E%3Cpath fill='%231e3050' d='M534.8 60.1a68.553 68.553 0 0 0-48.3-48.6C443.9 0 273.1 0 273.1 0S102.3 0 59.7 11.5a68.553 68.553 0 0 0-48.3 48.6C0 103 0 192.4 0 192.4s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C102.3 384 273.1 384 273.1 384s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3ZM217.3 273.6V111.2L360 192.4l-142.7 81.2Z'/%3E%3C/svg%3E")}.icon-cart{width:30px;height:28px}.icon-cart:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='30' height='27' viewBox='0 0 30 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.9731 4.84153L27.7156 15.6724C27.5946 16.2503 27.084 16.6668 26.4927 16.6668H9.2318L9.85666 19.9994H25.2766C25.8746 19.9994 26.3516 20.4093 26.486 20.9468C27.1109 21.5515 27.4938 22.3981 27.4938 23.3387C27.4938 25.1797 26.0022 26.6713 24.1613 26.6713C22.3203 26.6713 20.8287 25.173 20.8287 23.332V23.3253C20.8287 22.7206 20.9899 22.1562 21.2721 21.6657H13.72C14.0022 22.1562 14.1702 22.7273 14.1702 23.3253V23.332C14.1702 25.173 12.6786 26.6646 10.8376 26.6646C8.99664 26.6646 7.50504 25.173 7.50504 23.332C7.50504 22.4653 7.83427 21.6792 8.37178 21.0879L4.7234 1.6702H0.62486C0.282195 1.6702 0 1.388 0 1.04534V0.628766C0 0.286101 0.282195 0.00390625 0.62486 0.00390625H5.07279C5.67749 0.00390625 6.18813 0.433917 6.30235 1.02518L6.73908 3.33649H28.7503C29.5364 3.33649 30.1344 4.06886 29.9731 4.84153ZM28.2329 5.00279H7.04815L8.92273 15.0005H26.1568L28.2329 5.00279ZM10.8309 21.6657C9.91041 21.6657 9.16461 22.4115 9.16461 23.332C9.16461 24.2525 9.91041 24.9983 10.8309 24.9983C11.7514 24.9983 12.4972 24.2525 12.4972 23.332C12.4972 22.4115 11.7514 21.6657 10.8309 21.6657ZM25.8275 23.332C25.8275 22.4115 25.0817 21.6657 24.1613 21.6657C23.2408 21.6657 22.495 22.4115 22.495 23.332C22.495 24.2525 23.2475 24.9983 24.1613 24.9983C25.0817 24.9983 25.8275 24.2525 25.8275 23.332Z' fill='white'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='30' height='27' viewBox='0 0 30 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.9731 4.84153L27.7156 15.6724C27.5946 16.2503 27.084 16.6668 26.4927 16.6668H9.2318L9.85666 19.9994H25.2766C25.8746 19.9994 26.3516 20.4093 26.486 20.9468C27.1109 21.5515 27.4938 22.3981 27.4938 23.3387C27.4938 25.1797 26.0022 26.6713 24.1613 26.6713C22.3203 26.6713 20.8287 25.173 20.8287 23.332V23.3253C20.8287 22.7206 20.9899 22.1562 21.2721 21.6657H13.72C14.0022 22.1562 14.1702 22.7273 14.1702 23.3253V23.332C14.1702 25.173 12.6786 26.6646 10.8376 26.6646C8.99664 26.6646 7.50504 25.173 7.50504 23.332C7.50504 22.4653 7.83427 21.6792 8.37178 21.0879L4.7234 1.6702H0.62486C0.282195 1.6702 0 1.388 0 1.04534V0.628766C0 0.286101 0.282195 0.00390625 0.62486 0.00390625H5.07279C5.67749 0.00390625 6.18813 0.433917 6.30235 1.02518L6.73908 3.33649H28.7503C29.5364 3.33649 30.1344 4.06886 29.9731 4.84153ZM28.2329 5.00279H7.04815L8.92273 15.0005H26.1568L28.2329 5.00279ZM10.8309 21.6657C9.91041 21.6657 9.16461 22.4115 9.16461 23.332C9.16461 24.2525 9.91041 24.9983 10.8309 24.9983C11.7514 24.9983 12.4972 24.2525 12.4972 23.332C12.4972 22.4115 11.7514 21.6657 10.8309 21.6657ZM25.8275 23.332C25.8275 22.4115 25.0817 21.6657 24.1613 21.6657C23.2408 21.6657 22.495 22.4115 22.495 23.332C22.495 24.2525 23.2475 24.9983 24.1613 24.9983C25.0817 24.9983 25.8275 24.2525 25.8275 23.332Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-delete{width:14px;height:14px}.icon-delete:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.69844 0.5L8.29844 1.5H9.39844H10.1984H10.5984C10.7984 1.5 10.9984 1.7 10.9984 1.9C10.9984 2.1 10.7984 2.3 10.5984 2.3H10.0984L9.49844 10.7C9.39844 11.4 8.79844 12 7.99844 12H3.29844C2.49844 12 1.89844 11.4 1.79844 10.6L1.19844 2.3H0.798438C0.598438 2.3 0.398438 2.1 0.398438 1.9C0.398438 1.7 0.598438 1.5 0.798438 1.5H1.19844H1.99844H3.09844L3.69844 0.5C3.79844 0.2 4.19844 0 4.59844 0H6.79844C7.09844 0 7.49844 0.2 7.69844 0.5ZM1.99844 2.3L2.59844 10.6C2.59844 11 2.99844 11.3 3.29844 11.3H7.99844C8.39844 11.3 8.69844 11 8.69844 10.6L9.29844 2.3H1.99844ZM3.89844 5C3.99844 4.8 4.29844 4.8 4.39844 5L5.59844 6.2L6.89844 5C6.99844 4.8 7.29844 4.8 7.39844 5C7.49844 5.1 7.49844 5.4 7.39844 5.5L6.19844 6.8L7.39844 8C7.49844 8.1 7.49844 8.4 7.39844 8.5C7.29844 8.6 6.99844 8.6 6.89844 8.5L5.69844 7.3L4.39844 8.5C4.29844 8.6 3.99844 8.6 3.89844 8.5C3.69844 8.4 3.69844 8.1 3.89844 8L5.09844 6.8L3.89844 5.5C3.69844 5.4 3.69844 5.1 3.89844 5ZM4.19844 0.9L3.89844 1.5H7.39844L7.09844 0.9C6.99844 0.8 6.89844 0.8 6.69844 0.8H4.59844C4.39844 0.8 4.29844 0.8 4.19844 0.9Z' fill='%23B5B5B5'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.69844 0.5L8.29844 1.5H9.39844H10.1984H10.5984C10.7984 1.5 10.9984 1.7 10.9984 1.9C10.9984 2.1 10.7984 2.3 10.5984 2.3H10.0984L9.49844 10.7C9.39844 11.4 8.79844 12 7.99844 12H3.29844C2.49844 12 1.89844 11.4 1.79844 10.6L1.19844 2.3H0.798438C0.598438 2.3 0.398438 2.1 0.398438 1.9C0.398438 1.7 0.598438 1.5 0.798438 1.5H1.19844H1.99844H3.09844L3.69844 0.5C3.79844 0.2 4.19844 0 4.59844 0H6.79844C7.09844 0 7.49844 0.2 7.69844 0.5ZM1.99844 2.3L2.59844 10.6C2.59844 11 2.99844 11.3 3.29844 11.3H7.99844C8.39844 11.3 8.69844 11 8.69844 10.6L9.29844 2.3H1.99844ZM3.89844 5C3.99844 4.8 4.29844 4.8 4.39844 5L5.59844 6.2L6.89844 5C6.99844 4.8 7.29844 4.8 7.39844 5C7.49844 5.1 7.49844 5.4 7.39844 5.5L6.19844 6.8L7.39844 8C7.49844 8.1 7.49844 8.4 7.39844 8.5C7.29844 8.6 6.99844 8.6 6.89844 8.5L5.69844 7.3L4.39844 8.5C4.29844 8.6 3.99844 8.6 3.89844 8.5C3.69844 8.4 3.69844 8.1 3.89844 8L5.09844 6.8L3.89844 5.5C3.69844 5.4 3.69844 5.1 3.89844 5ZM4.19844 0.9L3.89844 1.5H7.39844L7.09844 0.9C6.99844 0.8 6.89844 0.8 6.69844 0.8H4.59844C4.39844 0.8 4.29844 0.8 4.19844 0.9Z' fill='%23B5B5B5'/%3E%3C/svg%3E%0A")}.icon-user{width:28px;height:30px}.icon-user:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='28' height='31' viewBox='0 0 28 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_553_4237)'%3E%3Cpath d='M27.1223 25.0847V27.5185C27.1223 29.068 25.86 30.3303 24.3105 30.3303H3.6907C2.14119 30.3379 0.878906 29.0756 0.878906 27.5185V25.0847C0.878906 20.7385 4.40876 17.2086 8.75495 17.2086C10.4405 17.2086 11.2417 18.1459 14.0006 18.1459C16.7595 18.1459 17.5683 17.2086 19.2463 17.2086C23.6 17.2086 27.1223 20.7385 27.1223 25.0847ZM25.2478 25.0847C25.2478 21.774 22.5569 19.0832 19.2463 19.0832C18.0974 19.0832 16.9484 20.0204 14.0006 20.0204C11.0452 20.0204 9.89629 19.0832 8.75495 19.0832C5.44429 19.0832 2.75343 21.774 2.75343 25.0847V27.5185C2.75343 28.0325 3.17671 28.4558 3.6907 28.4558H24.3105C24.8245 28.4558 25.2478 28.0325 25.2478 27.5185V25.0847ZM6.50249 7.836C6.50249 3.6939 9.8585 0.337891 14.0006 0.337891C18.1427 0.337891 21.4987 3.6939 21.4987 7.836C21.4987 11.9781 18.1427 15.3341 14.0006 15.3341C9.8585 15.3341 6.50249 11.9781 6.50249 7.836ZM8.37702 7.836C8.37702 10.935 10.9016 13.4596 14.0006 13.4596C17.0996 13.4596 19.6242 10.935 19.6242 7.836C19.6242 4.73698 17.0996 2.21242 14.0006 2.21242C10.9016 2.21242 8.37702 4.73698 8.37702 7.836Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_553_4237'%3E%3Crect width='26.2434' height='30' fill='white' transform='translate(0.878906 0.337891)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='28' height='31' viewBox='0 0 28 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_553_4237)'%3E%3Cpath d='M27.1223 25.0847V27.5185C27.1223 29.068 25.86 30.3303 24.3105 30.3303H3.6907C2.14119 30.3379 0.878906 29.0756 0.878906 27.5185V25.0847C0.878906 20.7385 4.40876 17.2086 8.75495 17.2086C10.4405 17.2086 11.2417 18.1459 14.0006 18.1459C16.7595 18.1459 17.5683 17.2086 19.2463 17.2086C23.6 17.2086 27.1223 20.7385 27.1223 25.0847ZM25.2478 25.0847C25.2478 21.774 22.5569 19.0832 19.2463 19.0832C18.0974 19.0832 16.9484 20.0204 14.0006 20.0204C11.0452 20.0204 9.89629 19.0832 8.75495 19.0832C5.44429 19.0832 2.75343 21.774 2.75343 25.0847V27.5185C2.75343 28.0325 3.17671 28.4558 3.6907 28.4558H24.3105C24.8245 28.4558 25.2478 28.0325 25.2478 27.5185V25.0847ZM6.50249 7.836C6.50249 3.6939 9.8585 0.337891 14.0006 0.337891C18.1427 0.337891 21.4987 3.6939 21.4987 7.836C21.4987 11.9781 18.1427 15.3341 14.0006 15.3341C9.8585 15.3341 6.50249 11.9781 6.50249 7.836ZM8.37702 7.836C8.37702 10.935 10.9016 13.4596 14.0006 13.4596C17.0996 13.4596 19.6242 10.935 19.6242 7.836C19.6242 4.73698 17.0996 2.21242 14.0006 2.21242C10.9016 2.21242 8.37702 4.73698 8.37702 7.836Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_553_4237'%3E%3Crect width='26.2434' height='30' fill='white' transform='translate(0.878906 0.337891)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-gift{width:24px;height:24px}.icon-gift:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23fff' d='m12 4.76 1.786-2.975C14.579.595 15.769 0 17.157 0h.199c1.983 0 3.768 1.587 3.768 3.769 0 .793-.198 1.586-.793 2.181h1.587c.992 0 1.983.992 1.983 2.182v2.975c0 .992-.595 1.786-1.587 2.182v7.736c0 1.587-1.388 2.975-2.975 2.975H4.662c-1.587 0-2.976-1.388-2.976-2.975v-7.736C.695 12.893.1 12.1.1 11.107V8.132c0-1.19.991-2.182 2.181-2.182h1.587c-.595-.595-.793-1.388-.793-2.181C3.075 1.785 4.662 0 6.843 0h.199C8.43 0 9.62.595 10.215 1.785L12 4.76ZM6.843 7.537H2.281c-.396 0-.793.397-.793.794v2.975c.198.198.397.595.793.595h8.926V7.537H6.843Zm4.364 5.95H3.075v7.538c0 .793.595 1.587 1.587 1.587h6.743v-9.124h-.198Zm-.198-7.537L9.025 2.58c-.595-.596-1.19-.992-2.182-.992-1.19 0-2.181.992-2.181 2.182S5.653 5.95 6.843 5.95h4.166Zm1.785 1.587v4.364H21.719c.397 0 .794-.397.794-.794V8.132c0-.396-.397-.793-.794-.793H12.794v.198Zm0 14.876h6.744c.793 0 1.586-.595 1.586-1.587v-7.338h-8.33v8.925Zm4.363-20.826c-.793 0-1.586.396-1.983 1.19L12.992 5.95h4.364c1.19 0 2.182-.991 2.182-2.181s-1.19-2.182-2.38-2.182Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23fff' d='m12 4.76 1.786-2.975C14.579.595 15.769 0 17.157 0h.199c1.983 0 3.768 1.587 3.768 3.769 0 .793-.198 1.586-.793 2.181h1.587c.992 0 1.983.992 1.983 2.182v2.975c0 .992-.595 1.786-1.587 2.182v7.736c0 1.587-1.388 2.975-2.975 2.975H4.662c-1.587 0-2.976-1.388-2.976-2.975v-7.736C.695 12.893.1 12.1.1 11.107V8.132c0-1.19.991-2.182 2.181-2.182h1.587c-.595-.595-.793-1.388-.793-2.181C3.075 1.785 4.662 0 6.843 0h.199C8.43 0 9.62.595 10.215 1.785L12 4.76ZM6.843 7.537H2.281c-.396 0-.793.397-.793.794v2.975c.198.198.397.595.793.595h8.926V7.537H6.843Zm4.364 5.95H3.075v7.538c0 .793.595 1.587 1.587 1.587h6.743v-9.124h-.198Zm-.198-7.537L9.025 2.58c-.595-.596-1.19-.992-2.182-.992-1.19 0-2.181.992-2.181 2.182S5.653 5.95 6.843 5.95h4.166Zm1.785 1.587v4.364H21.719c.397 0 .794-.397.794-.794V8.132c0-.396-.397-.793-.794-.793H12.794v.198Zm0 14.876h6.744c.793 0 1.586-.595 1.586-1.587v-7.338h-8.33v8.925Zm4.363-20.826c-.793 0-1.586.396-1.983 1.19L12.992 5.95h4.364c1.19 0 2.182-.991 2.182-2.181s-1.19-2.182-2.38-2.182Z'/%3E%3C/svg%3E")}.icon-compare{width:15px;height:14px}.icon-compare:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13' fill='none'%3E%3Cpath fill='%2300599F' d='m14.7 8.7-2.2-3.5c-.1-.2-.3-.3-.5-.3s-.5.1-.6.3L9.3 8.7c-.2.3-.3.7-.3 1C9 11 10.3 12 12 12s3-1 3-2.3c0-.3-.1-.7-.3-1Zm-2.7-3L14 9h-4l2-3.3Zm1.7 5c-.4.3-1 .5-1.7.5s-1.3-.2-1.7-.5c-.4-.3-.6-.7-.6-1h4.5c.1.4-.1.7-.5 1ZM3.6 2.2c-.1-.2-.4-.3-.6-.3-.2 0-.5.1-.6.3L.3 5.7c-.2.3-.3.7-.3 1C0 8 1.3 9 3 9s3-1 3-2.3c0-.3-.1-.7-.3-1L3.6 2.2Zm-.6.5L5 6H1l2-3.3Zm1.7 5c-.4.3-1 .6-1.7.6S1.7 8 1.3 7.7c-.4-.3-.6-.7-.6-1h4.5c.1.4-.1.7-.5 1Z'/%3E%3Cpath fill='%2300599F' d='M12.3 3.5c.1-.2 0-.4-.2-.5L8.9 2c.1-.2.1-.3.1-.5C9 .7 8.3 0 7.5 0c-.7 0-1.2.4-1.4 1l-3-1c-.2 0-.4.1-.5.3-.1.2 0 .4.2.5l3.1 1c.1.6.5 1 1.1 1.2v8.7c0 .2.2.4.4.4s.4-.2.4-.4V3c.2-.1.5-.2.6-.3l3.4 1.1c.3 0 .5-.1.5-.3ZM7.5 2.3c-.4 0-.8-.3-.8-.7 0-.4.3-.8.8-.8.4 0 .8.3.8.8s-.4.7-.8.7Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13' fill='none'%3E%3Cpath fill='%2300599F' d='m14.7 8.7-2.2-3.5c-.1-.2-.3-.3-.5-.3s-.5.1-.6.3L9.3 8.7c-.2.3-.3.7-.3 1C9 11 10.3 12 12 12s3-1 3-2.3c0-.3-.1-.7-.3-1Zm-2.7-3L14 9h-4l2-3.3Zm1.7 5c-.4.3-1 .5-1.7.5s-1.3-.2-1.7-.5c-.4-.3-.6-.7-.6-1h4.5c.1.4-.1.7-.5 1ZM3.6 2.2c-.1-.2-.4-.3-.6-.3-.2 0-.5.1-.6.3L.3 5.7c-.2.3-.3.7-.3 1C0 8 1.3 9 3 9s3-1 3-2.3c0-.3-.1-.7-.3-1L3.6 2.2Zm-.6.5L5 6H1l2-3.3Zm1.7 5c-.4.3-1 .6-1.7.6S1.7 8 1.3 7.7c-.4-.3-.6-.7-.6-1h4.5c.1.4-.1.7-.5 1Z'/%3E%3Cpath fill='%2300599F' d='M12.3 3.5c.1-.2 0-.4-.2-.5L8.9 2c.1-.2.1-.3.1-.5C9 .7 8.3 0 7.5 0c-.7 0-1.2.4-1.4 1l-3-1c-.2 0-.4.1-.5.3-.1.2 0 .4.2.5l3.1 1c.1.6.5 1 1.1 1.2v8.7c0 .2.2.4.4.4s.4-.2.4-.4V3c.2-.1.5-.2.6-.3l3.4 1.1c.3 0 .5-.1.5-.3ZM7.5 2.3c-.4 0-.8-.3-.8-.7 0-.4.3-.8.8-.8.4 0 .8.3.8.8s-.4.7-.8.7Z'/%3E%3C/svg%3E")}.icon-support{width:30px;height:30px}.icon-support:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 18.25C2 18.75 1.5 19.25 1 19.25C0.5 19.25 0 18.75 0 18.25V15.5C0 7.25 6.75 0.5 15 0.5C23.25 0.5 30 7.25 30 15.5V24C30 26.5 28 28.75 25.25 28.75H20.5C20 29.75 19 30.5 17.75 30.5H14C12.5 30.5 11.25 29.25 11.25 27.75C11.25 26.25 12.5 25 14 25H17.75C19 25 20 25.75 20.5 27H25.25C26.75 27 28 25.75 28 24.25V15.5C28 8.25 22 2.25 14.75 2.25C7.5 2.25 2 8.25 2 15.5V18.25ZM8.5 11.75H9.5C10.5 11.75 11.5 12.5 11.5 13.75V21.25C11.25 22.25 10.5 23 9.5 23H8.5C6 23 3.75 21 3.75 18.25V16.5C3.75 13.75 5.75 11.75 8.5 11.75ZM5.75 16.5V18.5C5.75 20 7 21.25 8.5 21.25H9.5V13.75H8.5C7 13.75 5.75 15 5.75 16.5ZM17.75 26.75H14C13.5 26.75 13 27.25 13 27.75C13 28.25 13.5 28.75 14 28.75H17.75C18.25 28.75 18.75 28.25 18.75 27.75C18.75 27.25 18.25 26.75 17.75 26.75ZM26.25 16.5V18.5C26.25 21 24.25 23.25 21.5 23.25H20.75C19.5 23 18.75 22.25 18.75 21.25V13.75C18.75 12.75 19.5 11.75 20.75 11.75H21.75C24.25 11.75 26.25 13.75 26.25 16.5ZM20.75 21.25H21.75C23.25 21.25 24.5 20 24.5 18.5V16.5C24.5 15 23.25 13.75 21.75 13.75H20.75V21.25Z' fill='%2300599F'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 18.25C2 18.75 1.5 19.25 1 19.25C0.5 19.25 0 18.75 0 18.25V15.5C0 7.25 6.75 0.5 15 0.5C23.25 0.5 30 7.25 30 15.5V24C30 26.5 28 28.75 25.25 28.75H20.5C20 29.75 19 30.5 17.75 30.5H14C12.5 30.5 11.25 29.25 11.25 27.75C11.25 26.25 12.5 25 14 25H17.75C19 25 20 25.75 20.5 27H25.25C26.75 27 28 25.75 28 24.25V15.5C28 8.25 22 2.25 14.75 2.25C7.5 2.25 2 8.25 2 15.5V18.25ZM8.5 11.75H9.5C10.5 11.75 11.5 12.5 11.5 13.75V21.25C11.25 22.25 10.5 23 9.5 23H8.5C6 23 3.75 21 3.75 18.25V16.5C3.75 13.75 5.75 11.75 8.5 11.75ZM5.75 16.5V18.5C5.75 20 7 21.25 8.5 21.25H9.5V13.75H8.5C7 13.75 5.75 15 5.75 16.5ZM17.75 26.75H14C13.5 26.75 13 27.25 13 27.75C13 28.25 13.5 28.75 14 28.75H17.75C18.25 28.75 18.75 28.25 18.75 27.75C18.75 27.25 18.25 26.75 17.75 26.75ZM26.25 16.5V18.5C26.25 21 24.25 23.25 21.5 23.25H20.75C19.5 23 18.75 22.25 18.75 21.25V13.75C18.75 12.75 19.5 11.75 20.75 11.75H21.75C24.25 11.75 26.25 13.75 26.25 16.5ZM20.75 21.25H21.75C23.25 21.25 24.5 20 24.5 18.5V16.5C24.5 15 23.25 13.75 21.75 13.75H20.75V21.25Z' fill='%2300599F'/%3E%3C/svg%3E%0A")}.icon-home{width:17px;height:16px}.icon-home:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7162 7.81757C16.9028 7.9909 16.9295 8.28423 16.7562 8.48423C16.5828 8.6709 16.2895 8.69757 16.0895 8.52423L14.9962 7.56423V13.3242C14.9962 14.6176 13.9428 15.6709 12.6495 15.6709H4.22282C2.92949 15.6709 1.87615 14.6176 1.87615 13.3242V7.5509L0.78282 8.5109C0.596153 8.68423 0.289487 8.65757 0.116153 8.4709C-0.0571799 8.28423 -0.0305132 7.97757 0.156153 7.80423L8.12949 0.790898C8.30282 0.630898 8.56949 0.630898 8.75615 0.790898L16.7162 7.81757ZM4.22282 14.7242H6.08949V10.0309C6.08949 9.5109 6.50282 9.09757 7.02282 9.09757H9.83615C10.3562 9.09757 10.7695 9.5109 10.7695 10.0309V14.7109H12.6362C13.4095 14.7109 14.0362 14.0842 14.0362 13.3109V6.72423L8.43615 1.76423L2.82282 6.72423V13.3242C2.82282 14.0842 3.44949 14.7242 4.22282 14.7242ZM9.84949 14.7242V10.0309H7.03615V14.7109H9.84949V14.7242Z' fill='%23B5B5B5'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7162 7.81757C16.9028 7.9909 16.9295 8.28423 16.7562 8.48423C16.5828 8.6709 16.2895 8.69757 16.0895 8.52423L14.9962 7.56423V13.3242C14.9962 14.6176 13.9428 15.6709 12.6495 15.6709H4.22282C2.92949 15.6709 1.87615 14.6176 1.87615 13.3242V7.5509L0.78282 8.5109C0.596153 8.68423 0.289487 8.65757 0.116153 8.4709C-0.0571799 8.28423 -0.0305132 7.97757 0.156153 7.80423L8.12949 0.790898C8.30282 0.630898 8.56949 0.630898 8.75615 0.790898L16.7162 7.81757ZM4.22282 14.7242H6.08949V10.0309C6.08949 9.5109 6.50282 9.09757 7.02282 9.09757H9.83615C10.3562 9.09757 10.7695 9.5109 10.7695 10.0309V14.7109H12.6362C13.4095 14.7109 14.0362 14.0842 14.0362 13.3109V6.72423L8.43615 1.76423L2.82282 6.72423V13.3242C2.82282 14.0842 3.44949 14.7242 4.22282 14.7242ZM9.84949 14.7242V10.0309H7.03615V14.7109H9.84949V14.7242Z' fill='%23B5B5B5'/%3E%3C/svg%3E%0A")}.icon-filter{width:16px;height:14px}.icon-filter:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 11H6V9.75C6 9.34375 5.65625 9 5.25 9H3.75C3.3125 9 3 9.34375 3 9.75V11H0.25C0.09375 11 0 11.125 0 11.25V11.75C0 11.9062 0.09375 12 0.25 12H3V13.25C3 13.6875 3.3125 14 3.75 14H5.25C5.65625 14 6 13.6875 6 13.25V12H15.75C15.875 12 16 11.9062 16 11.75V11.25C16 11.125 15.875 11 15.75 11ZM5 13H4V10H5V13ZM15.75 2H8V0.75C8 0.34375 7.65625 0 7.25 0H5.75C5.3125 0 5 0.34375 5 0.75V2H0.25C0.09375 2 0 2.125 0 2.25V2.75C0 2.90625 0.09375 3 0.25 3H5V4.25C5 4.6875 5.3125 5 5.75 5H7.25C7.65625 5 8 4.6875 8 4.25V3H15.75C15.875 3 16 2.90625 16 2.75V2.25C16 2.125 15.875 2 15.75 2ZM7 4H6V1H7V4ZM15.75 6.5H13V5.25C13 4.84375 12.6562 4.5 12.25 4.5H10.75C10.3125 4.5 10 4.84375 10 5.25V6.5H0.25C0.09375 6.5 0 6.625 0 6.75V7.25C0 7.40625 0.09375 7.5 0.25 7.5H10V8.75C10 9.1875 10.3125 9.5 10.75 9.5H12.25C12.6562 9.5 13 9.1875 13 8.75V7.5H15.75C15.875 7.5 16 7.40625 16 7.25V6.75C16 6.625 15.875 6.5 15.75 6.5ZM12 8.5H11V5.5H12V8.5Z' fill='%23222222'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 11H6V9.75C6 9.34375 5.65625 9 5.25 9H3.75C3.3125 9 3 9.34375 3 9.75V11H0.25C0.09375 11 0 11.125 0 11.25V11.75C0 11.9062 0.09375 12 0.25 12H3V13.25C3 13.6875 3.3125 14 3.75 14H5.25C5.65625 14 6 13.6875 6 13.25V12H15.75C15.875 12 16 11.9062 16 11.75V11.25C16 11.125 15.875 11 15.75 11ZM5 13H4V10H5V13ZM15.75 2H8V0.75C8 0.34375 7.65625 0 7.25 0H5.75C5.3125 0 5 0.34375 5 0.75V2H0.25C0.09375 2 0 2.125 0 2.25V2.75C0 2.90625 0.09375 3 0.25 3H5V4.25C5 4.6875 5.3125 5 5.75 5H7.25C7.65625 5 8 4.6875 8 4.25V3H15.75C15.875 3 16 2.90625 16 2.75V2.25C16 2.125 15.875 2 15.75 2ZM7 4H6V1H7V4ZM15.75 6.5H13V5.25C13 4.84375 12.6562 4.5 12.25 4.5H10.75C10.3125 4.5 10 4.84375 10 5.25V6.5H0.25C0.09375 6.5 0 6.625 0 6.75V7.25C0 7.40625 0.09375 7.5 0.25 7.5H10V8.75C10 9.1875 10.3125 9.5 10.75 9.5H12.25C12.6562 9.5 13 9.1875 13 8.75V7.5H15.75C15.875 7.5 16 7.40625 16 7.25V6.75C16 6.625 15.875 6.5 15.75 6.5ZM12 8.5H11V5.5H12V8.5Z' fill='%23222222'/%3E%3C/svg%3E%0A")}.icon-star{width:12px;height:12px}.icon-star:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none'%3E%3Cpath fill='%23E5EEF5' d='m7.395 3.285 2.756.418c.25 0 .417.167.5.417a.65.65 0 0 1-.166.668L8.48 6.792l.5 2.84c0 .25-.083.5-.25.584-.167.167-.5.167-.668.084L5.558 8.964 3.053 10.3c-.25.083-.501.083-.668 0-.167-.084-.334-.418-.25-.668l.5-2.84L.547 4.788C.38 4.621.297 4.371.38 4.12c.084-.167.334-.334.501-.417l2.84-.418L4.973.696c.084-.167.334-.334.585-.334.25 0 .5.167.584.334l1.253 2.59Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none'%3E%3Cpath fill='%23E5EEF5' d='m7.395 3.285 2.756.418c.25 0 .417.167.5.417a.65.65 0 0 1-.166.668L8.48 6.792l.5 2.84c0 .25-.083.5-.25.584-.167.167-.5.167-.668.084L5.558 8.964 3.053 10.3c-.25.083-.501.083-.668 0-.167-.084-.334-.418-.25-.668l.5-2.84L.547 4.788C.38 4.621.297 4.371.38 4.12c.084-.167.334-.334.501-.417l2.84-.418L4.973.696c.084-.167.334-.334.585-.334.25 0 .5.167.584.334l1.253 2.59Z'/%3E%3C/svg%3E")}.icon-sort{width:12px;height:15px}.icon-sort:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.375 2.6875L8.75 0.125C8.6875 0.0625 8.59375 0.03125 8.5 0.03125C8.375 0.03125 8.28125 0.0625 8.21875 0.125L5.59375 2.6875C5.53125 2.78125 5.46875 2.875 5.46875 2.96875C5.46875 3.0625 5.53125 3.15625 5.59375 3.21875L5.78125 3.40625C5.84375 3.46875 5.9375 3.53125 6.03125 3.53125C6.125 3.53125 6.21875 3.46875 6.3125 3.40625L8 1.75V13.75C8 13.9062 8.09375 14 8.25 14H8.75C8.875 14 9 13.9062 9 13.75V1.78125L10.6562 3.40625C10.75 3.46875 10.8438 3.5 10.9375 3.5C11.0312 3.5 11.125 3.46875 11.1875 3.40625L11.375 3.21875C11.4375 3.15625 11.5 3.0625 11.5 2.96875C11.5 2.84375 11.4375 2.75 11.375 2.6875ZM6.1875 10.625C6.125 10.5625 6.03125 10.5 5.9375 10.5C5.84375 10.5 5.75 10.5625 5.6875 10.625L4 12.2812V0.25C4 0.125 3.875 0 3.75 0H3.25C3.09375 0 3 0.125 3 0.25V12.25L1.3125 10.625C1.21875 10.5625 1.125 10.5312 1.03125 10.5312C0.9375 10.5312 0.84375 10.5625 0.78125 10.625L0.59375 10.8125C0.53125 10.875 0.46875 10.9688 0.46875 11.0625C0.46875 11.1875 0.53125 11.2812 0.59375 11.3438L3.21875 13.9062C3.28125 13.9688 3.375 14.0312 3.46875 14.0312C3.59375 14.0312 3.6875 13.9688 3.75 13.9062L6.375 11.3438C6.4375 11.2812 6.5 11.1875 6.5 11.0625C6.5 10.9688 6.4375 10.875 6.375 10.8125L6.1875 10.625Z' fill='%23222222'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.375 2.6875L8.75 0.125C8.6875 0.0625 8.59375 0.03125 8.5 0.03125C8.375 0.03125 8.28125 0.0625 8.21875 0.125L5.59375 2.6875C5.53125 2.78125 5.46875 2.875 5.46875 2.96875C5.46875 3.0625 5.53125 3.15625 5.59375 3.21875L5.78125 3.40625C5.84375 3.46875 5.9375 3.53125 6.03125 3.53125C6.125 3.53125 6.21875 3.46875 6.3125 3.40625L8 1.75V13.75C8 13.9062 8.09375 14 8.25 14H8.75C8.875 14 9 13.9062 9 13.75V1.78125L10.6562 3.40625C10.75 3.46875 10.8438 3.5 10.9375 3.5C11.0312 3.5 11.125 3.46875 11.1875 3.40625L11.375 3.21875C11.4375 3.15625 11.5 3.0625 11.5 2.96875C11.5 2.84375 11.4375 2.75 11.375 2.6875ZM6.1875 10.625C6.125 10.5625 6.03125 10.5 5.9375 10.5C5.84375 10.5 5.75 10.5625 5.6875 10.625L4 12.2812V0.25C4 0.125 3.875 0 3.75 0H3.25C3.09375 0 3 0.125 3 0.25V12.25L1.3125 10.625C1.21875 10.5625 1.125 10.5312 1.03125 10.5312C0.9375 10.5312 0.84375 10.5625 0.78125 10.625L0.59375 10.8125C0.53125 10.875 0.46875 10.9688 0.46875 11.0625C0.46875 11.1875 0.53125 11.2812 0.59375 11.3438L3.21875 13.9062C3.28125 13.9688 3.375 14.0312 3.46875 14.0312C3.59375 14.0312 3.6875 13.9688 3.75 13.9062L6.375 11.3438C6.4375 11.2812 6.5 11.1875 6.5 11.0625C6.5 10.9688 6.4375 10.875 6.375 10.8125L6.1875 10.625Z' fill='%23222222'/%3E%3C/svg%3E%0A")}.icon-reload{width:16px;height:16px}.icon-reload:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.579048 5.71429C0.259048 5.71429 0 5.45524 0 5.13524V0.579048C0 0.259048 0.259048 0 0.579048 0C0.899048 0 1.1581 0.259048 1.1581 0.579048V3.88571C2.54476 1.55429 5.08952 0 8 0C12.419 0 16 3.58095 16 8C16 12.419 12.419 16 8 16C5.15048 16 2.63619 14.5067 1.21905 12.2514C0.990476 11.8857 1.26476 11.4286 1.70667 11.4286C1.92 11.4286 2.1181 11.5505 2.22476 11.7181C3.44381 13.6076 5.57714 14.8571 7.98476 14.8571C11.7638 14.8571 14.8419 11.779 14.8419 8C14.8419 4.22095 11.779 1.14286 8 1.14286C5.45524 1.14286 3.24571 2.51429 2.05714 4.57143H5.13524C5.45524 4.57143 5.71429 4.83048 5.71429 5.15048C5.71429 5.47048 5.45524 5.72952 5.13524 5.72952H0.579048V5.71429Z' fill='%2300599F'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.579048 5.71429C0.259048 5.71429 0 5.45524 0 5.13524V0.579048C0 0.259048 0.259048 0 0.579048 0C0.899048 0 1.1581 0.259048 1.1581 0.579048V3.88571C2.54476 1.55429 5.08952 0 8 0C12.419 0 16 3.58095 16 8C16 12.419 12.419 16 8 16C5.15048 16 2.63619 14.5067 1.21905 12.2514C0.990476 11.8857 1.26476 11.4286 1.70667 11.4286C1.92 11.4286 2.1181 11.5505 2.22476 11.7181C3.44381 13.6076 5.57714 14.8571 7.98476 14.8571C11.7638 14.8571 14.8419 11.779 14.8419 8C14.8419 4.22095 11.779 1.14286 8 1.14286C5.45524 1.14286 3.24571 2.51429 2.05714 4.57143H5.13524C5.45524 4.57143 5.71429 4.83048 5.71429 5.15048C5.71429 5.47048 5.45524 5.72952 5.13524 5.72952H0.579048V5.71429Z' fill='%2300599F'/%3E%3C/svg%3E%0A")}.icon-edit{width:16px;height:16px}.icon-edit:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4896 2.51192C16.1701 3.19251 16.1701 4.30013 15.4896 4.99406L5.70778 14.7758C5.34747 15.1228 4.90709 15.3897 4.42668 15.5365L0.63674 16.6441C0.463257 16.6975 0.276429 16.6441 0.142981 16.524C0.00953204 16.3906 -0.0305025 16.2037 0.0228769 16.0303L1.1305 12.2403C1.27729 11.7599 1.53085 11.3195 1.89116 10.9592L11.6863 1.17743C12.3669 0.496845 13.4745 0.496845 14.1684 1.17743L15.5029 2.51192H15.4896ZM2.59843 11.6798C2.35823 11.92 2.18474 12.2136 2.09133 12.5339L1.23726 15.4297L4.13309 14.5757C4.45337 14.4822 4.74695 14.3088 4.98716 14.0686L12.3535 6.71555L9.95145 4.31347L2.59843 11.6798ZM10.6721 3.6062L13.0741 6.00827L14.7823 4.28678C15.0759 3.9932 15.0759 3.52613 14.7823 3.23254L13.4478 1.89805C13.1542 1.60447 12.6871 1.60447 12.3936 1.89805L10.6854 3.6062H10.6721Z' fill='%2300599F'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4896 2.51192C16.1701 3.19251 16.1701 4.30013 15.4896 4.99406L5.70778 14.7758C5.34747 15.1228 4.90709 15.3897 4.42668 15.5365L0.63674 16.6441C0.463257 16.6975 0.276429 16.6441 0.142981 16.524C0.00953204 16.3906 -0.0305025 16.2037 0.0228769 16.0303L1.1305 12.2403C1.27729 11.7599 1.53085 11.3195 1.89116 10.9592L11.6863 1.17743C12.3669 0.496845 13.4745 0.496845 14.1684 1.17743L15.5029 2.51192H15.4896ZM2.59843 11.6798C2.35823 11.92 2.18474 12.2136 2.09133 12.5339L1.23726 15.4297L4.13309 14.5757C4.45337 14.4822 4.74695 14.3088 4.98716 14.0686L12.3535 6.71555L9.95145 4.31347L2.59843 11.6798ZM10.6721 3.6062L13.0741 6.00827L14.7823 4.28678C15.0759 3.9932 15.0759 3.52613 14.7823 3.23254L13.4478 1.89805C13.1542 1.60447 12.6871 1.60447 12.3936 1.89805L10.6854 3.6062H10.6721Z' fill='%2300599F'/%3E%3C/svg%3E%0A")}.icon-lock{width:18px;height:22px}.icon-lock:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.24297 7.82774V5.32982C4.24297 2.56546 6.47445 0.333984 9.23881 0.333984C12.0032 0.333984 14.2346 2.56546 14.2346 5.32982V7.82774H14.8675C16.5993 7.82774 17.9982 9.22657 17.9982 10.9585V17.2033C17.9982 18.9352 16.5993 20.334 14.8675 20.334H3.62682C1.89493 20.334 0.496094 18.9352 0.496094 17.2033V10.9585C0.496094 9.22657 1.89493 7.82774 3.62682 7.82774H4.25962H4.24297ZM1.74505 10.9585V17.2033C1.74505 18.2357 2.57769 19.0684 3.61017 19.0684H14.8508C15.8833 19.0684 16.7159 18.2357 16.7159 17.2033V10.9585C16.7159 9.92599 15.8833 9.09335 14.8508 9.09335H3.62682C2.59435 9.09335 1.76171 9.92599 1.76171 10.9585H1.74505ZM5.49193 5.32982V7.82774H12.9857V5.32982C12.9857 3.26488 11.3038 1.58294 9.23881 1.58294C7.17386 1.58294 5.49193 3.26488 5.49193 5.32982Z' fill='white'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.24297 7.82774V5.32982C4.24297 2.56546 6.47445 0.333984 9.23881 0.333984C12.0032 0.333984 14.2346 2.56546 14.2346 5.32982V7.82774H14.8675C16.5993 7.82774 17.9982 9.22657 17.9982 10.9585V17.2033C17.9982 18.9352 16.5993 20.334 14.8675 20.334H3.62682C1.89493 20.334 0.496094 18.9352 0.496094 17.2033V10.9585C0.496094 9.22657 1.89493 7.82774 3.62682 7.82774H4.25962H4.24297ZM1.74505 10.9585V17.2033C1.74505 18.2357 2.57769 19.0684 3.61017 19.0684H14.8508C15.8833 19.0684 16.7159 18.2357 16.7159 17.2033V10.9585C16.7159 9.92599 15.8833 9.09335 14.8508 9.09335H3.62682C2.59435 9.09335 1.76171 9.92599 1.76171 10.9585H1.74505ZM5.49193 5.32982V7.82774H12.9857V5.32982C12.9857 3.26488 11.3038 1.58294 9.23881 1.58294C7.17386 1.58294 5.49193 3.26488 5.49193 5.32982Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-info{width:16px;height:16px}.icon-info:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.06219 12.668C-0.364479 10.188 -0.364479 7.14797 1.06219 4.66797C2.50219 2.18797 5.14219 0.667969 7.99552 0.667969C10.8489 0.667969 13.4889 2.18797 14.9289 4.66797C16.3555 7.14797 16.3555 10.188 14.9289 12.668C13.5022 15.148 10.8622 16.668 7.99552 16.668C5.12885 16.668 2.50219 15.148 1.06219 12.668ZM1.92885 5.17464C0.675521 7.33464 0.675521 10.0146 1.92885 12.1746C3.18219 14.3346 5.48885 15.668 7.99552 15.668C10.5022 15.668 12.8089 14.3346 14.0622 12.1746C15.3155 10.0146 15.3155 7.33464 14.0622 5.17464C12.8089 3.01464 10.5022 1.6813 7.99552 1.6813C5.48885 1.6813 3.18219 3.0013 1.92885 5.17464ZM7.48885 11.668V8.66797H6.74219C6.46219 8.66797 6.23552 8.4413 6.23552 8.1613C6.23552 7.8813 6.46219 7.65464 6.74219 7.65464H7.99552C8.27552 7.65464 8.50219 7.8813 8.50219 8.1613V11.6546H9.50219C9.78219 11.6546 10.0089 11.8813 10.0089 12.1613C10.0089 12.4413 9.78219 12.668 9.50219 12.668H6.50219C6.22219 12.668 5.99552 12.4413 5.99552 12.1613C5.99552 11.8813 6.22219 11.6546 6.50219 11.6546H7.50219L7.48885 11.668ZM7.24885 5.66797C7.24885 5.25464 7.58219 4.9213 7.99552 4.9213C8.40885 4.9213 8.74219 5.25464 8.74219 5.66797C8.74219 6.0813 8.40885 6.41464 7.99552 6.41464C7.58219 6.41464 7.24885 6.0813 7.24885 5.66797Z' fill='%23FCB116'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.06219 12.668C-0.364479 10.188 -0.364479 7.14797 1.06219 4.66797C2.50219 2.18797 5.14219 0.667969 7.99552 0.667969C10.8489 0.667969 13.4889 2.18797 14.9289 4.66797C16.3555 7.14797 16.3555 10.188 14.9289 12.668C13.5022 15.148 10.8622 16.668 7.99552 16.668C5.12885 16.668 2.50219 15.148 1.06219 12.668ZM1.92885 5.17464C0.675521 7.33464 0.675521 10.0146 1.92885 12.1746C3.18219 14.3346 5.48885 15.668 7.99552 15.668C10.5022 15.668 12.8089 14.3346 14.0622 12.1746C15.3155 10.0146 15.3155 7.33464 14.0622 5.17464C12.8089 3.01464 10.5022 1.6813 7.99552 1.6813C5.48885 1.6813 3.18219 3.0013 1.92885 5.17464ZM7.48885 11.668V8.66797H6.74219C6.46219 8.66797 6.23552 8.4413 6.23552 8.1613C6.23552 7.8813 6.46219 7.65464 6.74219 7.65464H7.99552C8.27552 7.65464 8.50219 7.8813 8.50219 8.1613V11.6546H9.50219C9.78219 11.6546 10.0089 11.8813 10.0089 12.1613C10.0089 12.4413 9.78219 12.668 9.50219 12.668H6.50219C6.22219 12.668 5.99552 12.4413 5.99552 12.1613C5.99552 11.8813 6.22219 11.6546 6.50219 11.6546H7.50219L7.48885 11.668ZM7.24885 5.66797C7.24885 5.25464 7.58219 4.9213 7.99552 4.9213C8.40885 4.9213 8.74219 5.25464 8.74219 5.66797C8.74219 6.0813 8.40885 6.41464 7.99552 6.41464C7.58219 6.41464 7.24885 6.0813 7.24885 5.66797Z' fill='%23FCB116'/%3E%3C/svg%3E%0A")}.icon-bonus{width:24px;height:27px}.icon-bonus:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='27' fill='none'%3E%3Cpath fill='%230058A2' d='M3.935 26.668c-1.138 0-2.013-.788-2.188-1.926L.17 13.449c-.175-1.226.7-2.364 1.838-2.451L9.888 9.86c.613-.876 1.663-1.4 2.714-1.4.7 0 1.4.262 1.926.7l5.252-.7c1.226-.176 2.276.7 2.451 1.838l1.576 11.292c.263 1.314-.613 2.364-1.75 2.54L4.284 26.667h-.35ZM9.45 10.91l-7.266 1.05c-.7.088-1.138.701-1.05 1.402L2.71 24.654c.087.613.7 1.139 1.4.963l17.771-2.45c.7-.088 1.138-.701 1.05-1.401l-1.575-11.293c-.088-.7-.7-1.138-1.4-1.05l-4.64.7c.262.525.437 1.138.437 1.663 0 .613-.175 1.225-.525 1.75l-.175.263h-.263c-.963-.175-2.013-.262-3.151-.35-.525 0-1.05-.087-1.576-.087h-.35l-.088-.263c-.087-.175-.087-.263-.175-.438-.087-.35-.175-.613-.175-.963.088-.262.088-.525.175-.788Zm.963 1.489c.438 0 .876 0 1.313.087 1.05.088 2.014.175 2.89.263.174-.263.262-.613.262-.963v-.088c0-.613-.263-1.138-.7-1.575l-.176-.176a2.36 2.36 0 0 0-1.313-.437h-.175c-.7 0-1.4.35-1.838.875l-.088.175c-.175.35-.35.7-.35 1.138.088.263.088.438.175.7Zm5.953-3.852A2.26 2.26 0 0 1 14.09 6.27c0-.613.263-1.138.7-1.576.438-.438 1.05-.613 1.576-.613 1.226 0 2.276 1.05 2.189 2.276a2.167 2.167 0 0 1-2.189 2.189Zm0-3.502c-.7 0-1.313.613-1.226 1.313 0 .7.526 1.226 1.226 1.226s1.313-.525 1.313-1.226c-.087-.788-.613-1.313-1.313-1.313Zm-5.165 1.138c-1.576 0-2.714-1.225-2.714-2.801 0-1.488 1.226-2.714 2.802-2.714 1.488 0 2.713 1.226 2.713 2.801-.087 1.489-1.313 2.714-2.8 2.714Zm0-4.465c-.963 0-1.75.788-1.75 1.751 0 .963.787 1.751 1.75 1.751s1.75-.788 1.75-1.75c0-.964-.787-1.752-1.75-1.752Z'/%3E%3Cpath fill='%230058A2' d='M18.684 14.691c-.088 0-.175 0-.175-.087 0 0-1.663-.876-6.653-1.226-4.465-.35-6.566.525-6.566.525a.421.421 0 0 1-.525-.175.421.421 0 0 1 .175-.525s2.188-.963 6.916-.613c5.252.35 6.915 1.313 7.003 1.313.175.088.263.35.175.526-.087.175-.175.262-.35.262Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='27' fill='none'%3E%3Cpath fill='%230058A2' d='M3.935 26.668c-1.138 0-2.013-.788-2.188-1.926L.17 13.449c-.175-1.226.7-2.364 1.838-2.451L9.888 9.86c.613-.876 1.663-1.4 2.714-1.4.7 0 1.4.262 1.926.7l5.252-.7c1.226-.176 2.276.7 2.451 1.838l1.576 11.292c.263 1.314-.613 2.364-1.75 2.54L4.284 26.667h-.35ZM9.45 10.91l-7.266 1.05c-.7.088-1.138.701-1.05 1.402L2.71 24.654c.087.613.7 1.139 1.4.963l17.771-2.45c.7-.088 1.138-.701 1.05-1.401l-1.575-11.293c-.088-.7-.7-1.138-1.4-1.05l-4.64.7c.262.525.437 1.138.437 1.663 0 .613-.175 1.225-.525 1.75l-.175.263h-.263c-.963-.175-2.013-.262-3.151-.35-.525 0-1.05-.087-1.576-.087h-.35l-.088-.263c-.087-.175-.087-.263-.175-.438-.087-.35-.175-.613-.175-.963.088-.262.088-.525.175-.788Zm.963 1.489c.438 0 .876 0 1.313.087 1.05.088 2.014.175 2.89.263.174-.263.262-.613.262-.963v-.088c0-.613-.263-1.138-.7-1.575l-.176-.176a2.36 2.36 0 0 0-1.313-.437h-.175c-.7 0-1.4.35-1.838.875l-.088.175c-.175.35-.35.7-.35 1.138.088.263.088.438.175.7Zm5.953-3.852A2.26 2.26 0 0 1 14.09 6.27c0-.613.263-1.138.7-1.576.438-.438 1.05-.613 1.576-.613 1.226 0 2.276 1.05 2.189 2.276a2.167 2.167 0 0 1-2.189 2.189Zm0-3.502c-.7 0-1.313.613-1.226 1.313 0 .7.526 1.226 1.226 1.226s1.313-.525 1.313-1.226c-.087-.788-.613-1.313-1.313-1.313Zm-5.165 1.138c-1.576 0-2.714-1.225-2.714-2.801 0-1.488 1.226-2.714 2.802-2.714 1.488 0 2.713 1.226 2.713 2.801-.087 1.489-1.313 2.714-2.8 2.714Zm0-4.465c-.963 0-1.75.788-1.75 1.751 0 .963.787 1.751 1.75 1.751s1.75-.788 1.75-1.75c0-.964-.787-1.752-1.75-1.752Z'/%3E%3Cpath fill='%230058A2' d='M18.684 14.691c-.088 0-.175 0-.175-.087 0 0-1.663-.876-6.653-1.226-4.465-.35-6.566.525-6.566.525a.421.421 0 0 1-.525-.175.421.421 0 0 1 .175-.525s2.188-.963 6.916-.613c5.252.35 6.915 1.313 7.003 1.313.175.088.263.35.175.526-.087.175-.175.262-.35.262Z'/%3E%3C/svg%3E")}.icon-logout{width:14px;height:12px}.icon-logout:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.56 1.37C2.04 1.37 1.62 1.79 1.62 2.31V8.69C1.62 9.21 2.04 9.63 2.56 9.63H4.44C4.75 9.63 5 9.88 5 10.19C5 10.5 4.75 10.75 4.44 10.75H2.56C1.42 10.75 0.5 9.83 0.5 8.69V2.31C0.5 1.17 1.42 0.25 2.56 0.25H4.44C4.75 0.25 5 0.5 5 0.81C5 1.12 4.75 1.37 4.44 1.37H2.56ZM9.34 8.9C9.12 9.12 8.77 9.12 8.55 8.9C8.33 8.68 8.33 8.33 8.55 8.11L10.59 6.07H4.82C4.51 6.07 4.26 5.82 4.26 5.51C4.26 5.2 4.51 4.95 4.82 4.95H10.59L8.55 2.91C8.33 2.69 8.33 2.34 8.55 2.12C8.77 1.9 9.12 1.9 9.34 2.12L12.34 5.12C12.56 5.34 12.56 5.69 12.34 5.91L9.34 8.91V8.9Z' fill='%2300599F'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.56 1.37C2.04 1.37 1.62 1.79 1.62 2.31V8.69C1.62 9.21 2.04 9.63 2.56 9.63H4.44C4.75 9.63 5 9.88 5 10.19C5 10.5 4.75 10.75 4.44 10.75H2.56C1.42 10.75 0.5 9.83 0.5 8.69V2.31C0.5 1.17 1.42 0.25 2.56 0.25H4.44C4.75 0.25 5 0.5 5 0.81C5 1.12 4.75 1.37 4.44 1.37H2.56ZM9.34 8.9C9.12 9.12 8.77 9.12 8.55 8.9C8.33 8.68 8.33 8.33 8.55 8.11L10.59 6.07H4.82C4.51 6.07 4.26 5.82 4.26 5.51C4.26 5.2 4.51 4.95 4.82 4.95H10.59L8.55 2.91C8.33 2.69 8.33 2.34 8.55 2.12C8.77 1.9 9.12 1.9 9.34 2.12L12.34 5.12C12.56 5.34 12.56 5.69 12.34 5.91L9.34 8.91V8.9Z' fill='%2300599F'/%3E%3C/svg%3E%0A")}.icon-truck{width:18px;height:16px}.icon-truck:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25 12.0469C1.28167 12.0469 0.5 11.2652 0.5 10.2969V2.42188C0.5 1.45354 1.28167 0.671875 2.25 0.671875H10.125C11.0933 0.671875 11.875 1.45354 11.875 2.42188V3.29688H13.66C14.045 3.29688 14.4067 3.46021 14.6517 3.75187L16.7983 6.26021C17.0083 6.49354 17.1133 6.79687 17.1133 7.11187V11.1602H17.5567C17.8017 11.1602 18 11.3585 18 11.6035C18 11.8485 17.8017 12.0469 17.5567 12.0469H16.25C16.25 13.4935 15.0717 14.6719 13.625 14.6719C12.1783 14.6719 11 13.4935 11 12.0469H7.5C7.5 13.4935 6.32167 14.6719 4.875 14.6719C3.42833 14.6719 2.25 13.4935 2.25 12.0469ZM2.25 1.54688C1.76 1.54688 1.375 1.93187 1.375 2.42188V10.2969C1.375 10.7869 1.76 11.1719 2.25 11.1719H2.40167C2.76333 10.1569 3.73167 9.42188 4.875 9.42188C6.01833 9.42188 6.98667 10.1569 7.34833 11.1719H11V2.42188C11 1.93187 10.615 1.54688 10.125 1.54688H2.25ZM6.625 12.0469C6.625 11.4169 6.28667 10.8452 5.75 10.5302C5.21333 10.2152 4.53667 10.2152 4 10.5302C3.46333 10.8452 3.125 11.4169 3.125 12.0469C3.125 12.6769 3.46333 13.2485 4 13.5635C4.53667 13.8785 5.21333 13.8785 5.75 13.5635C6.28667 13.2485 6.625 12.6769 6.625 12.0469ZM11.875 6.79688H16.11L13.9867 4.32354C13.905 4.23021 13.7767 4.17188 13.66 4.17188H11.875V6.79688ZM11.875 7.67188V10.0869C12.3417 9.66687 12.9483 9.42188 13.625 9.42188C14.7683 9.42188 15.7367 10.1569 16.0983 11.1719H16.25V7.67188H11.875ZM13.625 13.7969C14.255 13.7969 14.8267 13.4585 15.1417 12.9219C15.4567 12.3852 15.4567 11.7085 15.1417 11.1719C14.8267 10.6352 14.255 10.2969 13.625 10.2969C12.995 10.2969 12.4233 10.6352 12.1083 11.1719C11.7933 11.7085 11.7933 12.3852 12.1083 12.9219C12.4233 13.4585 12.995 13.7969 13.625 13.7969Z' fill='%2300599F'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25 12.0469C1.28167 12.0469 0.5 11.2652 0.5 10.2969V2.42188C0.5 1.45354 1.28167 0.671875 2.25 0.671875H10.125C11.0933 0.671875 11.875 1.45354 11.875 2.42188V3.29688H13.66C14.045 3.29688 14.4067 3.46021 14.6517 3.75187L16.7983 6.26021C17.0083 6.49354 17.1133 6.79687 17.1133 7.11187V11.1602H17.5567C17.8017 11.1602 18 11.3585 18 11.6035C18 11.8485 17.8017 12.0469 17.5567 12.0469H16.25C16.25 13.4935 15.0717 14.6719 13.625 14.6719C12.1783 14.6719 11 13.4935 11 12.0469H7.5C7.5 13.4935 6.32167 14.6719 4.875 14.6719C3.42833 14.6719 2.25 13.4935 2.25 12.0469ZM2.25 1.54688C1.76 1.54688 1.375 1.93187 1.375 2.42188V10.2969C1.375 10.7869 1.76 11.1719 2.25 11.1719H2.40167C2.76333 10.1569 3.73167 9.42188 4.875 9.42188C6.01833 9.42188 6.98667 10.1569 7.34833 11.1719H11V2.42188C11 1.93187 10.615 1.54688 10.125 1.54688H2.25ZM6.625 12.0469C6.625 11.4169 6.28667 10.8452 5.75 10.5302C5.21333 10.2152 4.53667 10.2152 4 10.5302C3.46333 10.8452 3.125 11.4169 3.125 12.0469C3.125 12.6769 3.46333 13.2485 4 13.5635C4.53667 13.8785 5.21333 13.8785 5.75 13.5635C6.28667 13.2485 6.625 12.6769 6.625 12.0469ZM11.875 6.79688H16.11L13.9867 4.32354C13.905 4.23021 13.7767 4.17188 13.66 4.17188H11.875V6.79688ZM11.875 7.67188V10.0869C12.3417 9.66687 12.9483 9.42188 13.625 9.42188C14.7683 9.42188 15.7367 10.1569 16.0983 11.1719H16.25V7.67188H11.875ZM13.625 13.7969C14.255 13.7969 14.8267 13.4585 15.1417 12.9219C15.4567 12.3852 15.4567 11.7085 15.1417 11.1719C14.8267 10.6352 14.255 10.2969 13.625 10.2969C12.995 10.2969 12.4233 10.6352 12.1083 11.1719C11.7933 11.7085 11.7933 12.3852 12.1083 12.9219C12.4233 13.4585 12.995 13.7969 13.625 13.7969Z' fill='%2300599F'/%3E%3C/svg%3E%0A")}.icon-document{width:16px;height:16px}.icon-document:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.73971 1C9.07342 1 9.38487 1.14 9.61847 1.385L12.6329 4.55833C12.8665 4.80333 13 5.14167 13 5.48V13.25C13 14.2183 12.2547 15 11.3315 15H4.66852C3.74527 15 3 14.2183 3 13.25V2.75C3 1.78167 3.74527 1 4.66852 1H8.73971ZM12.1769 13.25V6.25H9.26251C8.57286 6.25 8.01669 5.66667 8.01669 4.94333V1.875H4.66852C4.20133 1.875 3.83426 2.26 3.83426 2.75V13.25C3.83426 13.74 4.20133 14.125 4.66852 14.125H11.3426C11.8098 14.125 12.1769 13.74 12.1769 13.25ZM10.0968 8C10.3304 8 10.5195 8.19833 10.5195 8.44333C10.5195 8.68833 10.3304 8.88667 10.0968 8.88667H5.92547C5.69188 8.88667 5.50278 8.68833 5.50278 8.44333C5.50278 8.19833 5.69188 8 5.92547 8H10.0968ZM10.0968 9.75C10.3304 9.75 10.5195 9.94833 10.5195 10.1933C10.5195 10.4383 10.3304 10.6367 10.0968 10.6367H5.92547C5.69188 10.6367 5.50278 10.4383 5.50278 10.1933C5.50278 9.94833 5.69188 9.75 5.92547 9.75H10.0968ZM10.0968 11.5C10.3304 11.5 10.5195 11.6983 10.5195 11.9433C10.5195 12.1883 10.3304 12.3867 10.0968 12.3867H5.92547C5.69188 12.3867 5.50278 12.1883 5.50278 11.9433C5.50278 11.6983 5.69188 11.5 5.92547 11.5H10.0968ZM12.1657 5.375C12.1435 5.29333 12.1101 5.235 12.0545 5.17667L9.02892 2.00333C9.02892 2.00333 8.90656 1.91 8.83982 1.88667V4.93167C8.83982 5.17667 9.02892 5.375 9.26251 5.375H12.1657Z' fill='%2300599F'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.73971 1C9.07342 1 9.38487 1.14 9.61847 1.385L12.6329 4.55833C12.8665 4.80333 13 5.14167 13 5.48V13.25C13 14.2183 12.2547 15 11.3315 15H4.66852C3.74527 15 3 14.2183 3 13.25V2.75C3 1.78167 3.74527 1 4.66852 1H8.73971ZM12.1769 13.25V6.25H9.26251C8.57286 6.25 8.01669 5.66667 8.01669 4.94333V1.875H4.66852C4.20133 1.875 3.83426 2.26 3.83426 2.75V13.25C3.83426 13.74 4.20133 14.125 4.66852 14.125H11.3426C11.8098 14.125 12.1769 13.74 12.1769 13.25ZM10.0968 8C10.3304 8 10.5195 8.19833 10.5195 8.44333C10.5195 8.68833 10.3304 8.88667 10.0968 8.88667H5.92547C5.69188 8.88667 5.50278 8.68833 5.50278 8.44333C5.50278 8.19833 5.69188 8 5.92547 8H10.0968ZM10.0968 9.75C10.3304 9.75 10.5195 9.94833 10.5195 10.1933C10.5195 10.4383 10.3304 10.6367 10.0968 10.6367H5.92547C5.69188 10.6367 5.50278 10.4383 5.50278 10.1933C5.50278 9.94833 5.69188 9.75 5.92547 9.75H10.0968ZM10.0968 11.5C10.3304 11.5 10.5195 11.6983 10.5195 11.9433C10.5195 12.1883 10.3304 12.3867 10.0968 12.3867H5.92547C5.69188 12.3867 5.50278 12.1883 5.50278 11.9433C5.50278 11.6983 5.69188 11.5 5.92547 11.5H10.0968ZM12.1657 5.375C12.1435 5.29333 12.1101 5.235 12.0545 5.17667L9.02892 2.00333C9.02892 2.00333 8.90656 1.91 8.83982 1.88667V4.93167C8.83982 5.17667 9.02892 5.375 9.26251 5.375H12.1657Z' fill='%2300599F'/%3E%3C/svg%3E%0A")}.icon-list{width:24px;height:24px;margin-right:14px}.icon-list:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.26963 3.20875L9.57326 0.905124C9.88908 0.589303 10.4093 0.589303 10.7251 0.905124L12.9915 3.1716L15.258 0.905124C15.5738 0.589303 16.094 0.589303 16.4098 0.905124L18.7135 3.20875L21.4072 0.867968C21.6487 0.663614 21.9831 0.607881 22.2804 0.737925C22.5776 0.867968 22.7634 1.16521 22.7634 1.48103V25.8549C22.7634 26.1707 22.5776 26.468 22.2804 26.598C21.9831 26.7281 21.6487 26.6723 21.4072 26.468L18.732 24.1272L16.4284 26.4308C16.1126 26.7466 15.5924 26.7466 15.2766 26.4308L13.0101 24.1643L10.7251 26.4308C10.4093 26.7466 9.88908 26.7466 9.57326 26.4308L7.26963 24.1272L4.59445 26.468C4.35294 26.6723 4.01854 26.7281 3.7213 26.598C3.42406 26.468 3.23828 26.1707 3.23828 25.8549V1.48103C3.23828 1.16521 3.42406 0.867968 3.7213 0.737925C3.99996 0.607881 4.35294 0.663614 4.57587 0.867968L7.25105 3.20875H7.26963ZM6.76803 22.3995C7.08385 22.1208 7.56687 22.1208 7.88269 22.4366L10.1492 24.7031L12.4156 22.4366C12.7315 22.1208 13.2516 22.1208 13.5675 22.4366L15.8339 24.7031L18.1004 22.4366C18.3976 22.1394 18.8807 22.1208 19.2151 22.3995L21.1286 24.0529V3.26449L19.2151 4.9179C18.8992 5.19656 18.4162 5.19656 18.1004 4.88074L15.8339 2.61427L13.5675 4.88074C13.2516 5.19656 12.7315 5.19656 12.4156 4.88074L10.1492 2.61427L7.88269 4.88074C7.58545 5.17798 7.10243 5.19656 6.76803 4.9179L4.85454 3.26449V24.0529L6.76803 22.3995ZM17.8775 7.98321C18.3233 7.98321 18.6949 8.35476 18.6949 8.80062C18.6949 9.24649 18.3233 9.61804 17.8775 9.61804H8.10563C7.65976 9.61804 7.28821 9.24649 7.28821 8.80062C7.28821 8.35476 7.65976 7.98321 8.10563 7.98321H17.8589H17.8775ZM17.8775 12.8506C18.3233 12.8506 18.6949 13.2221 18.6949 13.668C18.6949 14.1138 18.3233 14.4854 17.8775 14.4854H8.10563C7.65976 14.4854 7.28821 14.1138 7.28821 13.668C7.28821 13.2221 7.65976 12.8506 8.10563 12.8506H17.8589H17.8775ZM8.10563 17.7365H17.8589C18.3048 17.7365 18.6763 18.108 18.6763 18.5539C18.6763 18.9998 18.3048 19.3713 17.8589 19.3713H8.10563C7.65976 19.3713 7.28821 18.9998 7.28821 18.5539C7.28821 18.108 7.65976 17.7365 8.10563 17.7365Z' fill='%2300599F'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.26963 3.20875L9.57326 0.905124C9.88908 0.589303 10.4093 0.589303 10.7251 0.905124L12.9915 3.1716L15.258 0.905124C15.5738 0.589303 16.094 0.589303 16.4098 0.905124L18.7135 3.20875L21.4072 0.867968C21.6487 0.663614 21.9831 0.607881 22.2804 0.737925C22.5776 0.867968 22.7634 1.16521 22.7634 1.48103V25.8549C22.7634 26.1707 22.5776 26.468 22.2804 26.598C21.9831 26.7281 21.6487 26.6723 21.4072 26.468L18.732 24.1272L16.4284 26.4308C16.1126 26.7466 15.5924 26.7466 15.2766 26.4308L13.0101 24.1643L10.7251 26.4308C10.4093 26.7466 9.88908 26.7466 9.57326 26.4308L7.26963 24.1272L4.59445 26.468C4.35294 26.6723 4.01854 26.7281 3.7213 26.598C3.42406 26.468 3.23828 26.1707 3.23828 25.8549V1.48103C3.23828 1.16521 3.42406 0.867968 3.7213 0.737925C3.99996 0.607881 4.35294 0.663614 4.57587 0.867968L7.25105 3.20875H7.26963ZM6.76803 22.3995C7.08385 22.1208 7.56687 22.1208 7.88269 22.4366L10.1492 24.7031L12.4156 22.4366C12.7315 22.1208 13.2516 22.1208 13.5675 22.4366L15.8339 24.7031L18.1004 22.4366C18.3976 22.1394 18.8807 22.1208 19.2151 22.3995L21.1286 24.0529V3.26449L19.2151 4.9179C18.8992 5.19656 18.4162 5.19656 18.1004 4.88074L15.8339 2.61427L13.5675 4.88074C13.2516 5.19656 12.7315 5.19656 12.4156 4.88074L10.1492 2.61427L7.88269 4.88074C7.58545 5.17798 7.10243 5.19656 6.76803 4.9179L4.85454 3.26449V24.0529L6.76803 22.3995ZM17.8775 7.98321C18.3233 7.98321 18.6949 8.35476 18.6949 8.80062C18.6949 9.24649 18.3233 9.61804 17.8775 9.61804H8.10563C7.65976 9.61804 7.28821 9.24649 7.28821 8.80062C7.28821 8.35476 7.65976 7.98321 8.10563 7.98321H17.8589H17.8775ZM17.8775 12.8506C18.3233 12.8506 18.6949 13.2221 18.6949 13.668C18.6949 14.1138 18.3233 14.4854 17.8775 14.4854H8.10563C7.65976 14.4854 7.28821 14.1138 7.28821 13.668C7.28821 13.2221 7.65976 12.8506 8.10563 12.8506H17.8589H17.8775ZM8.10563 17.7365H17.8589C18.3048 17.7365 18.6763 18.108 18.6763 18.5539C18.6763 18.9998 18.3048 19.3713 17.8589 19.3713H8.10563C7.65976 19.3713 7.28821 18.9998 7.28821 18.5539C7.28821 18.108 7.65976 17.7365 8.10563 17.7365Z' fill='%2300599F'/%3E%3C/svg%3E%0A")}.icon-location{width:24px;height:24px;margin-right:14px}.icon-location:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7754 10.4424C22.7754 14.8921 16.8177 22.8047 14.2112 26.0815C13.5782 26.8635 12.4238 26.8635 11.7908 26.0815C9.18431 22.8047 3.22656 14.8921 3.22656 10.4424C3.22656 5.04319 7.60179 0.667969 13.001 0.667969C18.4002 0.667969 22.7754 5.04319 22.7754 10.4424ZM21.1371 10.4424C21.1371 5.93686 17.4879 2.28773 12.9824 2.28773C8.47683 2.28773 4.86494 5.93686 4.86494 10.4424C4.86494 11.243 5.14421 12.3228 5.70275 13.6633C6.26129 14.9852 7.04325 16.4188 7.91829 17.8524C9.64976 20.6637 11.6977 23.3633 13.001 24.983C14.2856 23.3633 16.3522 20.6637 18.0837 17.8524C18.9588 16.4188 19.7407 14.9852 20.2992 13.6633C20.8578 12.3228 21.1371 11.2244 21.1371 10.4424ZM13.001 14.5197C11.5488 14.5197 10.2083 13.7378 9.4822 12.4904C8.7561 11.243 8.7561 9.67907 9.4822 8.41305C10.2083 7.14702 11.5488 6.38369 13.001 6.38369C14.4532 6.38369 15.7937 7.16564 16.5198 8.41305C17.2459 9.66045 17.2459 11.2244 16.5198 12.4904C15.7937 13.7564 14.4532 14.5197 13.001 14.5197ZM10.562 10.4424C10.562 11.3175 11.0275 12.118 11.7908 12.5649C12.5542 13.0117 13.4851 12.9931 14.2298 12.5649C14.9745 12.1366 15.4586 11.3175 15.4586 10.4424C15.4586 9.56736 14.9931 8.76679 14.2298 8.31996C13.4664 7.87313 12.5356 7.89174 11.7908 8.31996C11.0461 8.74817 10.562 9.56736 10.562 10.4424Z' fill='%2300599F'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7754 10.4424C22.7754 14.8921 16.8177 22.8047 14.2112 26.0815C13.5782 26.8635 12.4238 26.8635 11.7908 26.0815C9.18431 22.8047 3.22656 14.8921 3.22656 10.4424C3.22656 5.04319 7.60179 0.667969 13.001 0.667969C18.4002 0.667969 22.7754 5.04319 22.7754 10.4424ZM21.1371 10.4424C21.1371 5.93686 17.4879 2.28773 12.9824 2.28773C8.47683 2.28773 4.86494 5.93686 4.86494 10.4424C4.86494 11.243 5.14421 12.3228 5.70275 13.6633C6.26129 14.9852 7.04325 16.4188 7.91829 17.8524C9.64976 20.6637 11.6977 23.3633 13.001 24.983C14.2856 23.3633 16.3522 20.6637 18.0837 17.8524C18.9588 16.4188 19.7407 14.9852 20.2992 13.6633C20.8578 12.3228 21.1371 11.2244 21.1371 10.4424ZM13.001 14.5197C11.5488 14.5197 10.2083 13.7378 9.4822 12.4904C8.7561 11.243 8.7561 9.67907 9.4822 8.41305C10.2083 7.14702 11.5488 6.38369 13.001 6.38369C14.4532 6.38369 15.7937 7.16564 16.5198 8.41305C17.2459 9.66045 17.2459 11.2244 16.5198 12.4904C15.7937 13.7564 14.4532 14.5197 13.001 14.5197ZM10.562 10.4424C10.562 11.3175 11.0275 12.118 11.7908 12.5649C12.5542 13.0117 13.4851 12.9931 14.2298 12.5649C14.9745 12.1366 15.4586 11.3175 15.4586 10.4424C15.4586 9.56736 14.9931 8.76679 14.2298 8.31996C13.4664 7.87313 12.5356 7.89174 11.7908 8.31996C11.0461 8.74817 10.562 9.56736 10.562 10.4424Z' fill='%2300599F'/%3E%3C/svg%3E%0A")}.icon-comment{width:24px;height:24px;margin-right:14px}.icon-comment:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12.8601C0 7.02868 5.81286 2.29297 13 2.29297C20.1871 2.29297 26 7.02868 26 12.8601C26 18.6915 20.1871 23.4273 13 23.4273C11.18 23.4273 9.41571 23.093 7.72571 22.5173C7.72571 22.5173 7.70714 22.5173 7.68857 22.5173C6.83429 23.1115 5.92429 23.6315 4.95857 24.0587C3.73286 24.5787 2.26571 25.043 0.817143 25.043C0.482857 25.043 0.185714 24.8387 0.0742857 24.5415C-0.0557143 24.2444 0.0185714 23.8915 0.241429 23.6501C0.65 23.2415 1.02143 22.7215 1.33714 22.183C1.93143 21.1801 2.28429 20.1215 2.41429 18.9701C1.00286 17.2801 0 15.2187 0 12.8601ZM13 3.92725C6.38857 3.92725 1.63429 8.21725 1.63429 12.8601C1.63429 14.7358 2.41429 16.4444 3.65857 17.9301C3.91857 18.2458 4.08571 18.673 4.03 19.1373C3.88143 20.5115 3.45429 21.8115 2.73 23.0187C2.71143 23.0558 2.67429 23.1115 2.65571 23.1487C3.21286 23.0001 3.78857 22.7958 4.30857 22.573C5.16286 22.2015 5.98 21.7187 6.76 21.1801C7.18714 20.883 7.74429 20.7901 8.24571 20.9758C9.80571 21.4958 11.3657 21.8115 13 21.8115C19.6114 21.8115 24.3657 17.5215 24.3657 12.8787C24.3657 8.23583 19.6114 3.92725 13 3.92725Z' fill='%2300599F'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12.8601C0 7.02868 5.81286 2.29297 13 2.29297C20.1871 2.29297 26 7.02868 26 12.8601C26 18.6915 20.1871 23.4273 13 23.4273C11.18 23.4273 9.41571 23.093 7.72571 22.5173C7.72571 22.5173 7.70714 22.5173 7.68857 22.5173C6.83429 23.1115 5.92429 23.6315 4.95857 24.0587C3.73286 24.5787 2.26571 25.043 0.817143 25.043C0.482857 25.043 0.185714 24.8387 0.0742857 24.5415C-0.0557143 24.2444 0.0185714 23.8915 0.241429 23.6501C0.65 23.2415 1.02143 22.7215 1.33714 22.183C1.93143 21.1801 2.28429 20.1215 2.41429 18.9701C1.00286 17.2801 0 15.2187 0 12.8601ZM13 3.92725C6.38857 3.92725 1.63429 8.21725 1.63429 12.8601C1.63429 14.7358 2.41429 16.4444 3.65857 17.9301C3.91857 18.2458 4.08571 18.673 4.03 19.1373C3.88143 20.5115 3.45429 21.8115 2.73 23.0187C2.71143 23.0558 2.67429 23.1115 2.65571 23.1487C3.21286 23.0001 3.78857 22.7958 4.30857 22.573C5.16286 22.2015 5.98 21.7187 6.76 21.1801C7.18714 20.883 7.74429 20.7901 8.24571 20.9758C9.80571 21.4958 11.3657 21.8115 13 21.8115C19.6114 21.8115 24.3657 17.5215 24.3657 12.8787C24.3657 8.23583 19.6114 3.92725 13 3.92725Z' fill='%2300599F'/%3E%3C/svg%3E")}.icon.blue:before{background-color:var(--color-primary-blue)}.icon.white:before{background-color:var(--color-white)}.icon.yellow:before{background-color:var(--color-primary-yellow)}.mod-input{width:100%;position:relative;font-size:16px;line-height:1.44;font-weight:400;color:var(--color-neutral-black);font-family:Klavika,sans-serif;text-align:left}.mod-input ::-moz-placeholder{color:#222;opacity:1;font-weight:400}.mod-input ::placeholder{color:#222;opacity:1;font-weight:400}.mod-input__label{position:absolute;padding:17px 20px;top:1px;left:1px;width:calc(100% - 2px);height:calc(100% - 2px);margin-bottom:0;border-radius:5px;z-index:2;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:padding .3s ease,font-size .3s ease,color .3s ease}.mod-input__inner{position:relative}.mod-input .no-border{pointer-events:none;border-top:none;border-left:none;border-right:none;border-radius:0}.mod-input__field{position:relative;width:100%;height:60px;border-radius:5px;border:1px solid var(--color-neutral-light-blue);background-color:var(--color-white);outline:none;z-index:1;color:var(--color-neutral-black);padding:24px 20px 10px;transition:border-color .3s ease}.mod-input__field:focus{border-color:var(--color-primary-blue)}.mod-input__field:focus-visible{outline:0}.is-validation-failed .mod-input__field,.mod-input__field.is-validation-failed{color:var(--color-validation-failed);border-color:var(--color-validation-failed)}.mod-input__field:-webkit-autofill{color:#222!important;-webkit-text-fill-color:#222!important}.mod-input__field:-webkit-autofill::selection{background-color:transparent!important;-webkit-text-fill-color:#222!important}.mod-input textarea{resize:vertical;min-height:160px;padding-top:26px;padding-bottom:14px}@media only screen and (max-width: 767px){.mod-input textarea{min-height:200px}}.mod-input.is-disabled .mod-input__field{opacity:.2;pointer-events:none;background-color:var(--color-neutral-gray)}.mod-input.is-disabled .mod-input__label{color:var(--color-neutral-gray)}.mod-input.is-validation-failed label{color:var(--color-validation-failed)}.mod-input.is-focused .mod-input__label{padding:10px 20px;font-size:11px;color:var(--color-neutral-gray)}.mod-input__max-character{margin-top:10px;color:var(--color-neutral-gray)}.mod-input .tooltip{position:absolute;right:20px;top:22px}.mod-input .tooltip__button{z-index:10}@media only screen and (min-width: 1201px){.mod-input .tooltip__popup{z-index:10}}.mod-input--with-tooltip .mod-input__label,.mod-input--with-tooltip .mod-input__field{padding-right:50px}.mod-input--textarea{height:auto}.mod-input--textarea .mod-input__label{padding-top:13px}.fv-plugins-message-container,.validation-message{color:var(--color-validation-failed);position:relative;font-size:13px;margin-top:15px;text-align:left}@media only screen and (max-width: 767px){.fv-plugins-message-container,.validation-message{margin-top:6px}}.validation-message{display:none}.is-validation-failed .validation-message{display:block}.form-success-message,.form-error-message{margin:10px 0;padding:8px 20px;font-size:14px;line-height:1.5;border-radius:4px;font-weight:400;text-align:left;color:var(--color-white)}@media only screen and (max-width: 767px){.form-success-message,.form-error-message{padding:5px 10px}}.form-success-message.is-hidden,.form-error-message.is-hidden{display:none}.form-error-message{background-color:#ff0000b3;border:1px solid var(--color-validation-failed)}.form-success-message{background-color:#00aa4fb3;border:1px solid var(--color-success)}.margin{display:block;width:100%}.margin--300{height:300px}@media only screen and (max-width: 1439px){.margin--300{height:180px}}@media only screen and (max-width: 1200px){.margin--300{height:120px}}@media only screen and (max-width: 1022px){.margin--300{height:80px}}.margin--200{height:200px}@media only screen and (max-width: 1439px){.margin--200{height:180px}}@media only screen and (max-width: 1200px){.margin--200{height:120px}}@media only screen and (max-width: 1022px){.margin--200{height:80px}}@media only screen and (max-width: 767px){.margin--200{height:60px}}.margin--180{height:180px}@media only screen and (max-width: 1200px){.margin--180{height:120px}}@media only screen and (max-width: 1022px){.margin--180{height:80px}}.margin--160{height:160px}@media only screen and (max-width: 1200px){.margin--160{height:120px}}@media only screen and (max-width: 1022px){.margin--160{height:80px}}.margin--150{height:150px}@media only screen and (max-width: 1200px){.margin--150{height:120px}}@media only screen and (max-width: 1022px){.margin--150{height:80px}}.margin--120{height:120px}@media only screen and (max-width: 1200px){.margin--120{height:80px}}@media only screen and (max-width: 767px){.margin--120{height:60px}}.margin--108{height:108px}@media only screen and (max-width: 1200px){.margin--108{height:60px}}@media only screen and (max-width: 767px){.margin--108{height:40px}}.margin--104{height:104px}@media only screen and (max-width: 1200px){.margin--104{height:80px}}@media only screen and (max-width: 767px){.margin--104{height:60px}}.margin--100{height:100px}@media only screen and (max-width: 1200px){.margin--100{height:80px}}@media only screen and (max-width: 1022px){.margin--100{height:50px}}.margin--90{height:90px}@media only screen and (max-width: 1200px){.margin--90{height:70px}}@media only screen and (max-width: 767px){.margin--90{height:60px}}.margin--80{height:80px}@media only screen and (max-width: 1200px){.margin--80{height:60px}}@media only screen and (max-width: 767px){.margin--80{height:40px}}.margin--70{height:70px}@media only screen and (max-width: 1200px){.margin--70{height:50px}}@media only screen and (max-width: 767px){.margin--70{height:40px}}.margin--65{height:65px}@media only screen and (max-width: 1200px){.margin--65{height:45px}}@media only screen and (max-width: 767px){.margin--65{height:35px}}.margin--60{height:60px}@media only screen and (max-width: 1200px){.margin--60{height:40px}}@media only screen and (max-width: 767px){.margin--60{height:30px}}.margin--50{height:50px}@media only screen and (max-width: 1200px){.margin--50{height:40px}}@media only screen and (max-width: 767px){.margin--50{height:30px}}.margin--40{height:40px}@media only screen and (max-width: 1200px){.margin--40{height:30px}}@media only screen and (max-width: 767px){.margin--40{height:20px}}.margin--32{height:32px}@media only screen and (max-width: 767px){.margin--32{height:20px}}.margin--30{height:30px}@media only screen and (max-width: 767px){.margin--30{height:20px}}.margin--24{height:24px}.margin--20{height:20px}.margin--16{height:16px}.badge{min-width:60px;height:auto;aspect-ratio:1/1;border-radius:100%;overflow:hidden;font-weight:700;color:var(--color-white);background-color:var(--color-cat-discount);margin:0 auto;text-transform:uppercase;font-family:var(--font-secondary)}@media only screen and (max-width: 1022px){.badge{width:40px;height:40px;font-size:12px;min-width:40px}.badge .icon{width:18px;height:18px}}.badge.new p{transform:rotate(-15deg);transform-origin:center center}.tag{display:inline-block;padding:3px 10px;border-radius:5px;background-color:var(--color-cat-discount);color:var(--color-white);line-height:1}.info-tag{display:inline-block;color:var(--color-primary-blue);line-height:1;padding:7px 15px 7px 8px;position:relative;background:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='185' height='26' fill='none'%3E%3Cpath stroke='%2300599F' d='m177.647 13.717 6.505 11.758H.5v-24h183.652l-6.505 11.758-.134.242.134.242Z'/%3E%3C/svg%3E") no-repeat center/100% 100%}@media only screen and (max-width: 767px){.info-tag{font-size:8px;padding:6px 15px 6px 5px}}.info-tag strong{text-transform:uppercase}@media only screen and (max-width: 767px){.info-tag strong{font-size:10px}}.info-tag__interest-label{font-weight:700;text-transform:uppercase;color:var(--color-primary-yellow)}.info-tag--secondary{padding:7px 9px 7px 14px;font-size:14px;text-align:right;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='362' height='29' fill='none'%3E%3Cpath stroke='%2300599F' d='m11.29 14.8.225-.3-.226-.3L1.001.5H361.5v28H1l10.29-13.7Z'/%3E%3C/svg%3E") no-repeat center/100% 100%}@media only screen and (max-width: 767px){.info-tag--secondary{font-size:11px;padding-left:20px}.info-tag--secondary strong,.info-tag--secondary .info-tag__interest-label{font-size:14px}}.slider-nav{display:flex;flex-wrap:wrap;gap:10px}.slider-nav__arrow{width:50px;height:50px;flex-shrink:0;border:1px solid var(--color-primary-blue);border-radius:5px;transition:background-color .3s ease,border-color .3s ease,opacity .3s ease}@media only screen and (min-width: 768px) and (max-width: 1022px){.slider-nav__arrow{width:40px;height:40px}}.slider-nav__arrow .icon{width:20px;height:18px}@media only screen and (min-width: 768px) and (max-width: 1022px){.slider-nav__arrow .icon{width:18px;height:16px}}.slider-nav__arrow .icon:before{background-color:var(--color-primary-blue)}.slider-nav__arrow:focus,.slider-nav__arrow:hover{background-color:var(--color-primary-blue)}.slider-nav__arrow:focus .icon:before,.slider-nav__arrow:hover .icon:before{background-color:var(--color-white)}.slider-nav__arrow:focus{background-color:var(--color-primary-blue-rollover)}.slider-nav__arrow.swiper-button-disabled{pointer-events:none;background-color:transparent;border-color:var(--color-neutral-gray)}.slider-nav__arrow.swiper-button-disabled .icon:before{background-color:var(--color-neutral-gray)}.slider-nav__arrow.swiper-button-lock{display:none}.checkbox{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:14px;line-height:1.35}.checkbox__text-container{display:flex;flex-direction:column}.checkbox__label{display:flex;align-items:center;position:relative;cursor:pointer;padding-left:34px;margin:0;min-height:24px}.checkbox__label:after,.checkbox__label:before{content:"";left:0;top:0;position:absolute;pointer-events:none;width:24px;height:24px;border-radius:5px}.checkbox__label:before{border:1px solid var(--color-neutral-light-gray);background-color:var(--color-white);transition:background-color .3s ease,border .3s ease}.checkbox__label:after{opacity:0;background:var(--color-primary-blue) url("data:image/svg+xml, %3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9409 0.981153C15.2158 1.25607 15.2158 1.8059 14.9409 2.08081L6.41857 10.4657C6.14366 10.7406 5.59383 10.7406 5.31892 10.4657L1.05775 6.20452C0.782834 5.92961 0.782834 5.37978 1.05775 5.10486C1.33266 4.82995 1.88249 4.82995 2.1574 5.10486L5.86874 8.95366L13.8413 0.981153C14.2536 0.568782 14.666 0.568782 14.9409 0.981153Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/16px auto;transition:transform .3s ease,opacity .3s ease}.checkbox input:checked~label:after{opacity:1}.checkbox a{text-decoration:underline;font-weight:500}.checkbox a:hover{text-decoration:none}.checkbox--secondary{font-size:16px;line-height:1.25}.checkbox--secondary .checkbox__label{padding-left:44px}.checkbox--secondary .checkbox__label:before{border-color:var(--color-neutral-light-blue)}.checkbox--secondary .checkbox__label a{color:var(--color-primary-blue)}.checkbox--secondary .checkbox__label-info-text{display:block;margin-top:10px;font-size:12px;line-height:1.58;color:#757575}.checkbox--secondary .checkbox__label-info-text a{color:#757575}.checkbox.is-validation-failed .checkbox__label:before,.is-validation-failed .checkbox .checkbox__label:before{border-color:var(--color-validation-failed)}.checkbox .fv-plugins-message-container{text-align:left;padding-left:30px}.dropdown{width:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:Klavika,sans-serif;font-size:16px}.dropdown__info-text{color:var(--color-neutral-gray);margin-left:10px;pointer-events:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media only screen and (max-width: 767px){.dropdown__info-text{display:block;margin-left:0;font-size:14px}}.dropdown__label{position:relative;margin:0 0 2px;display:block;z-index:4}.dropdown__body{position:relative;width:100%}.dropdown__placeholder{position:relative;width:100%;height:60px;border:1px solid var(--color-neutral-light-blue);border-radius:5px;outline:none;z-index:1;cursor:pointer;padding:8px 15px;display:flex;align-items:center;color:var(--color-neutral-black);background-color:var(--color-white);transition:border-color .3s ease,color .3s ease}.dropdown__placeholder__is-validation-failed{border:1px solid var(--color-validation-failed);color:var(--color-validation-failed)}@media only screen and (max-width: 767px){.dropdown__placeholder{height:45px;padding:6px 15px}}.dropdown__placeholder img{width:24px;margin-right:12px;height:12px}.dropdown__placeholder .icon-chevron-down{width:14px;height:14px;position:absolute;right:14px;top:50%;margin-top:-7px;pointer-events:none;transition:transform .3s ease}@media only screen and (max-width: 1022px){.dropdown__placeholder .icon-chevron-down{right:16px}}.dropdown__placeholder .icon-chevron-down:before{background-color:var(--color-neutral-black)}.dropdown__placeholder-text{transition:transform .3s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;padding-right:40px;display:flex;align-items:center}@media only screen and (max-width: 767px){.dropdown__placeholder-text{flex-wrap:wrap}}.dropdown__list{position:absolute;top:100%;width:100%;z-index:20;left:0;margin-top:-1px;pointer-events:none;opacity:0;visibility:hidden}.dropdown__list-item{position:relative}.dropdown__list-inner{overflow:auto;border-radius:0 0 5px 5px;max-height:302px;border:1px solid var(--color-neutral-light-blue);background-color:var(--color-white)}@media only screen and (min-width: 1023px){.dropdown__list-inner{scrollbar-track-color:#e5eef5;scrollbar-face-color:#00599f;scrollbar-arrow-color:#00599f}.dropdown__list-inner::-webkit-scrollbar{width:3px}.dropdown__list-inner::-webkit-scrollbar-track{border-radius:0;background-color:#e5eef5}.dropdown__list-inner::-webkit-scrollbar-thumb{background-color:#00599f;width:3px;border-radius:0}.dropdown__list-inner::-webkit-scrollbar-thumb:window-inactive{background-color:#73a4ca}.dropdown__list-inner::-webkit-scrollbar-thumb:hover{background-color:#2e77b0}@-moz-document url-prefix(){.dropdown__list-inner{scrollbar-width:thin;scrollbar-color:#00599f transparent}.dropdown__list-inner:hover{scrollbar-color:rgba(0,89,159,.8) transparent}}}.dropdown__list-inner input:not([type=submit]):not(.input-field__input){position:absolute;width:0;height:0;opacity:0}.dropdown__list-inner input:not([type=submit]):not(.input-field__input):checked+.dropdown__list-option{background-color:var(--color-primary-blue);color:var(--color-white)}.dropdown__list-inner input:not([type=submit]):not(.input-field__input):disabled+.dropdown__list-option{pointer-events:none;color:var(--color-neutral-gray);background-color:var(--color-neutral-light-gray)}.dropdown__list-option{cursor:pointer;margin:0;width:100%;display:block;min-height:60px;padding:18px 15px;background-color:transparent;transition:color .3s ease,background-color .3s ease}@media only screen and (max-width: 767px){.dropdown__list-option{padding:6px 15px;min-height:50px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}}.dropdown__list-option img{width:24px;margin-right:12px;pointer-events:none;height:12px}.dropdown__list-option.is-active,.dropdown__list-option:hover{background:var(--color-neutral-light-blue)}.dropdown__search{position:absolute;left:0;top:0;width:100%;padding:8px 15px;z-index:3;opacity:0;pointer-events:none;border-left:1px solid var(--color-neutral-light-blue);border-right:1px solid var(--color-neutral-light-blue);background-color:var(--color-white)}.dropdown__search input{background-color:var(--color-white);width:100%;height:45px;border-radius:5px;padding:0 16px;outline:none;color:inherit;font-weight:500;font-size:16px;border:1px solid var(--color-neutral-light-blue);transition:border-color .3s ease}.dropdown__search input:focus{border-color:var(--color-primary-blue)}.dropdown.is-open .dropdown__placeholder{border-radius:5px 5px 0 0}.dropdown.is-open .icon-chevron-down{transform:scaleY(-1)}.dropdown.is-open .dropdown__list{opacity:1;pointer-events:all;visibility:visible}.dropdown--search .dropdown__list-inner{padding-top:64px;max-height:320px}.dropdown--search .dropdown__search{opacity:1;pointer-events:all}.dropdown .tooltip{position:absolute;right:20px;top:22px}@media only screen and (max-width: 767px){.dropdown .tooltip{top:15px}}.dropdown .tooltip__button{z-index:10}@media only screen and (min-width: 1201px){.dropdown .tooltip__popup{z-index:10}}.dropdown--large .dropdown__placeholder{height:60px;padding:8px 18px}.dropdown--large .tooltip{top:22px}.dropdown--large .dropdown__list-option{min-height:60px;padding-left:18px;padding-right:18px}.dropdown--with-tooltip .dropdown__placeholder .icon-chevron-down{right:54px}.dropdown.is-validation-failed .dropdown__placeholder,.dropdown.is-validation-failed .dropdown__list-inner{border-color:var(--color-validation-failed)}.dropdown--disabled{pointer-events:none}.dropdown--disabled .dropdown__placeholder{background-color:var(--color-neutral-light-gray);color:var(--color-neutral-gray)}.dropdown--disabled .dropdown__placeholder .icon:before{background-color:currentColor}.dropdown--readonly{pointer-events:none}.dropdown--readonly .dropdown__placeholder{border-top:none;border-left:none;border-right:none;border-radius:0}.dropdown--readonly .dropdown__placeholder .icon,.dropdown--readonly .tooltip{display:none}.mod-toggle{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-block;font-size:0;line-height:0}.mod-toggle__label{margin-bottom:0}.mod-toggle__switch{position:relative;display:flex;align-items:center;width:38px;height:24px;cursor:pointer}@media only screen and (max-width: 767px){.mod-toggle__switch{width:30px;height:20px}}.mod-toggle__switch:before,.mod-toggle__switch:after{position:absolute;display:block;content:""}.mod-toggle__switch:before{top:0;width:100%;height:100%;background-color:transparent;border:1px solid rgba(0,89,159,.5);border-radius:20px;transition:box-shadow .3s ease,background-color .3s ease,border-color .3s ease}.mod-toggle__switch:after{top:2px;left:2px;width:20px;height:20px;background-color:var(--color-neutral-gray);border-radius:50%;transition:transform .3s ease,background-color .3s ease}@media only screen and (max-width: 767px){.mod-toggle__switch:after{width:16px;height:16px}}.mod-toggle input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;white-space:nowrap;border:0;visibility:inherit;clip:rect(0,0,0,0)}.mod-toggle input:checked+.mod-toggle__label .mod-toggle__switch:before{border-color:var(--color-primary-blue)}.mod-toggle input:checked+.mod-toggle__label .mod-toggle__switch:after{transform:translate(14px);background-color:var(--color-primary-blue)}@media only screen and (max-width: 767px){.mod-toggle input:checked+.mod-toggle__label .mod-toggle__switch:after{transform:translate(10px)}}.mod-toggle.is-disabled .mod-toggle__switch{cursor:not-allowed}.mod-toggle.is-disabled .mod-toggle__switch:before{background-color:#0000000d;border-color:#0000000d}.mod-toggle.is-disabled .mod-toggle__switch:after{background-color:#0000004d}.tooltip{position:relative;display:flex;font-family:var(--font-primary);color:var(--color-neutral-black)}.tooltip__popup{visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}@media only screen and (min-width: 1201px){.tooltip__popup{position:absolute;left:-11px;bottom:100%;z-index:10;padding-bottom:10px}}@media only screen and (max-width: 1200px){.tooltip__popup{position:fixed;left:0;top:0;width:100%;height:100%;z-index:999;display:flex;align-items:center;justify-content:center;padding:20px}}.tooltip__popup-inner{background-color:var(--color-white);position:relative}@media only screen and (min-width: 1201px){.tooltip__popup-inner{padding:8px 12px;border-radius:5px;border:1px solid var(--color-neutral-light-blue);box-shadow:0 2px 5px #2223;width:200px;font-size:12px;line-height:1.33}}@media only screen and (max-width: 1200px){.tooltip__popup-inner{z-index:40;padding:20px;display:flex;gap:20px;align-items:center;font-size:13px;line-height:1.38;border-radius:10px;background:var(--color-gradient);margin:auto;max-width:400px}}@media only screen and (min-width: 1201px){.tooltip__popup-inner:after{content:"";width:12px;height:12px;position:absolute;bottom:-6px;background-color:var(--color-white);left:12px;transform:rotate(45deg);border-bottom:1px solid var(--color-neutral-light-blue);border-right:1px solid var(--color-neutral-light-blue)}}.tooltip__popup-icon{width:16px;flex-shrink:0}.tooltip a{color:var(--color-primary-blue);text-decoration:underline}.tooltip a:hover{text-decoration:none}@media only screen and (min-width: 1201px){.tooltip--large .tooltip__popup-inner{width:300px}}@media only screen and (min-width: 1440px){.tooltip--large .tooltip__popup-inner{width:400px}}@media only screen and (min-width: 1201px){.tooltip:hover .tooltip__popup{opacity:1;visibility:visible}.tooltip__button:focus+.tooltip__popup{opacity:1;visibility:visible}}@media only screen and (max-width: 1200px){.tooltip.is-open .tooltip__popup,.tooltip.is-open .tooltip__overlay{opacity:1;visibility:visible}}.radio-button{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:var(--font-secondary)}.radio-button__lead-text{margin-right:18px}@media only screen and (max-width: 767px){.radio-button__lead-text{display:block}}.radio-button__label{position:relative;padding-left:40px;cursor:pointer;margin:0;min-height:20px;line-height:1.25}.radio-button__label:after,.radio-button__label:before{content:"";left:0;top:50%;transform:translateY(-50%);position:absolute;pointer-events:none;width:20px;height:20px;border-radius:100%}@media only screen and (max-width: 767px){.radio-button__label:after,.radio-button__label:before{top:5px;transform:translateY(0)}}.radio-button__label:before{border:1px solid var(--color-neutral-light-gray);background-color:var(--color-white);transition:background-color .3s ease,border .3s ease}.is-disabled .radio-button__label:before{background-color:var(--color-neutral-light-gray);border-color:var(--color-neutral-light-gray)}.radio-button__label:after{opacity:0;border:6px solid var(--color-primary-blue);transition:transform .3s ease,opacity .3s ease}.radio-button__label:hover:before{border-color:var(--color-primary-blue)}.is-disabled .radio-button__label:hover:before{border-color:var(--color-neutral-light-gray)}.radio-button__info-text{display:block}.radio-button input:checked~label:after{opacity:1}.radio-button a{text-decoration:underline;font-weight:500}.radio-button a:hover{text-decoration:none}.radio-button.is-validation-failed .radio-button__label:before,.is-validation-failed .radio-button .radio-button__label:before{border-color:var(--color-validation-failed)}.radio-button .fv-plugins-message-container{text-align:left;padding-left:30px}.account-dropdown{position:relative;text-align:left}.account-dropdown__btn{display:flex;align-items:center;gap:20px;text-align:left;padding:20px 24px;line-height:1.2}@media only screen and (max-width: 1200px){.account-dropdown__btn{display:none;padding:0;font-size:14px;gap:10px;color:var(--color-primary-blue)}}.account-dropdown__btn .icon{flex-shrink:0;transition:transform .3s ease}@media only screen and (max-width: 1200px){.account-dropdown__btn .icon{width:18px;height:20px}.account-dropdown__btn .icon-chevron-down{display:none}}.account-dropdown__btn .icon:before{background-color:currentColor}@media only screen and (max-width: 1200px){.account-dropdown__btn br{display:none}}.account-dropdown__dropdown{position:absolute;left:50%;top:100%;width:220px;z-index:9;text-align:center;transition:transform .3s ease,opacity .3s ease,visibility .3s ease}@media only screen and (min-width: 1201px){.account-dropdown__dropdown{transform:translate(-50%,20px);visibility:hidden;opacity:0}}.account-dropdown__dropdown__close{transform:translate(-50%,20px);visibility:hidden;opacity:0}.account-dropdown__dropdown__open{opacity:1;visibility:visible;transform:translate(-50%)}.account-dropdown__dropdown-inner{position:relative;width:100%;background-color:var(--color-white);border-radius:10px;border:1px solid var(--color-primary-blue);padding:20px}@media only screen and (max-width: 1200px){.account-dropdown__dropdown-inner{top:15px;display:flex;flex-direction:column;justify-content:space-between;gap:20px;align-items:center;font-size:13px}}.account-dropdown__dropdown-inner:after{content:"";width:16px;height:16px;position:absolute;top:-8px;left:50%;border-top:1px solid var(--color-primary-blue);border-left:1px solid var(--color-primary-blue);transform:translate(-50%) rotate(45deg);background-color:var(--color-white)}.account-dropdown__dropdown-inner .icon__close{width:100%;display:flex;justify-content:flex-end;align-items:center;margin:-7px -10px -7px 0}.account-dropdown__dropdown-inner .icon__close .icon{transform:scale(.8);pointer-events:auto}.account-dropdown__dropdown .icon__close{width:100%;display:flex;justify-content:flex-end;align-items:center;margin:-7px -10px -7px 0}.account-dropdown__dropdown .icon__close .icon{transform:scale(.8);pointer-events:auto}.account-dropdown__dropdown .btn{border:1px solid var(--color-primary-blue);padding:4px 16px;width:100%}@media only screen and (max-width: 1200px){.account-dropdown__dropdown .btn{width:auto;font-size:inherit;min-height:40px}}.account-dropdown__dropdown hr{height:1px;border:0;background-color:var(--color-neutral-light-blue);display:block;margin:20px 0 12px}@media only screen and (max-width: 1200px){.account-dropdown__dropdown hr{display:none}}@media only screen and (min-width: 1201px){.account-dropdown:hover .account-dropdown__dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.account-dropdown:hover .icon-chevron-down{transform:scaleY(-1)}}@media only screen and (max-width: 1200px){.dropdown--desktop{display:none}}@media only screen and (min-width: 1023px){.dropdown--mobile{display:none}}.product-preview{position:relative;width:100%;margin:0 auto;display:block;max-width:380px;font-family:var(--font-secondary)}.product-preview__inner{display:flex;gap:20px;align-items:flex-start;padding:20px 0;background-color:var(--color-white);position:relative;line-height:1.2;border-radius:5px}.product-preview__inner-padding{padding:20px}@media only screen and (max-width: 1200px){.product-preview__inner{padding:10px;gap:10px;font-size:14px;line-height:1.42}}.product-preview__link{margin-top:-4px}@media only screen and (max-width: 1200px){.product-preview__link{margin-top:-6px;word-break:break-word}}.product-preview__image{width:90px;height:68px;position:relative;flex-shrink:0}.product-preview__energy-class{position:absolute;left:0;bottom:0;z-index:7;pointer-events:none;max-width:22px;width:100%;display:grid;grid-gap:2px}@media only screen and (max-width: 1200px){.product-preview__energy-class{max-width:24px}}.product-preview__energy-class img{width:auto;height:auto}.product-preview img{-o-object-fit:contain;object-fit:contain}@media only screen and (max-width: 1200px){.product-preview__price{font-size:16px}}.product-preview__content{display:flex;flex-direction:column;gap:10px;padding-right:20px}@media only screen and (max-width: 1200px){.product-preview__content{gap:4px}}.product-preview__infos{display:flex;flex-wrap:wrap;gap:6px}.product-preview__delete{position:absolute;right:0;top:0;z-index:3;width:24px;height:24px;border-radius:100%;background-color:var(--color-neutral-light-blue);transform:translate(50%,-50%)}.product-preview__delete .icon{width:12px;height:12px}.product-preview__toast{padding:10px 0;display:none}.product-preview__toast.is-active{display:flex}.product-preview__undo{margin-left:auto}.product-preview .badge{position:absolute;right:0;top:0;z-index:3;min-width:30px;font-size:10px;font-family:var(--font-secondary)}@media only screen and (max-width: 1200px){.product-preview .badge{min-width:24px;font-size:8px;right:5px;top:5px}}.product-preview__tracking{flex-shrink:0;margin-left:auto;text-align:right;display:flex;flex-direction:column}.product-preview__tracking-label{margin-top:-10px;display:inline-flex;vertical-align:middle;gap:10px;align-items:center;justify-content:flex-end}.product-preview__tracking-link{position:relative;z-index:3;text-decoration:underline;white-space:nowrap;vertical-align:middle}.product-preview__tracking-link:hover{color:var(--color-primary-blue-rollover)}.product-preview__tracking span:last-child{margin-top:4px}.product-preview__right{flex-shrink:0;margin-left:auto;text-align:right;display:flex;flex-direction:column;align-items:flex-end;flex:auto;gap:20px}@media only screen and (max-width: 767px){.product-preview__right{gap:8px;flex:0 0 100%}}.product-preview__right-link{white-space:nowrap;display:flex;gap:8px;align-items:center;position:relative;z-index:3}.product-preview__right-link .icon{flex-shrink:0}.product-preview__right-link .icon:before{background-color:currentColor}.product-preview__right-link:hover{color:var(--color-primary-blue-rollover)}.product-preview__success{display:flex;gap:10px;align-items:center}.product-preview__success .icon{width:16px;height:10px;flex-shrink:0}.product-preview__success .icon:before{background-color:var(--color-success)}.product-preview__success.hide,.product-preview.is-removed .product-preview__inner{display:none}.product-preview.is-removed .product-preview__toast{display:flex}.cart{position:relative}.cart__btn{padding:20px 24px;display:flex;align-items:center;gap:10px}@media only screen and (max-width: 1439px){.cart__btn{padding:20px 16px}}@media only screen and (max-width: 1200px){.cart__btn{padding:0 15px;height:46px;width:48px;border-left:1px solid var(--color-primary-blue-rollover)}}.cart__btn-icon{position:relative}.cart__btn-number{font-style:normal;font-size:11px;font-weight:700;line-height:1;border-radius:100%;height:18px;min-width:18px;padding:2px;background-color:var(--color-white);color:var(--color-black);position:absolute;right:-5px;top:-10px;border:1px solid var(--color-primary-yellow)}@media only screen and (max-width: 1200px){.cart__btn-number{font-size:8px;min-width:12px;height:12px;top:-6px}}.cart__btn-text{display:block;min-width:94px;flex-shrink:0}@media only screen and (max-width: 1200px){.cart__btn-text{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}}.cart__btn .icon{transition:transform .3s ease}@media only screen and (max-width: 1200px){.cart__btn .icon{width:18px;height:18px}}.cart__btn .icon:before{background-color:currentColor}@media only screen and (max-width: 1200px){.cart__btn .icon-chevron-down{display:none}}.is-open-cart .cart__btn .icon-chevron-down{transform:scale(-1)}.cart__popup{color:var(--color-neutral-black);position:fixed;right:0;top:0;width:100%;height:100%;display:flex;flex-direction:column;background:var(--color-gradient);max-width:460px;box-shadow:-20px 0 20px #2223;z-index:32;transition:transform .3s ease;transform:translate(calc(100% + 40px))}@media only screen and (max-width: 1200px){.cart__popup{max-width:320px}}.is-open-cart .cart__popup{transform:translate(0)}.cart__popup-inner{position:relative;display:flex;flex:auto;flex-direction:column;overflow:hidden;padding:40px}@media only screen and (max-width: 1200px){.cart__popup-inner{padding:18px 20px}}.cart__popup-close .icon{width:18px;height:18px}.cart__popup-header{display:flex;margin-bottom:32px;align-items:center;justify-content:space-between;gap:16px}@media only screen and (max-width: 1200px){.cart__popup-header{margin-bottom:14px}.cart__popup-header .title--h3{font-size:16px;line-height:1.25}}.cart__popup-body{overflow:hidden;width:calc(100% + 30px);position:relative}@media only screen and (max-width: 1200px){.cart__popup-body{width:calc(100% + 16px)}}.cart__popup-body:after{content:"";position:absolute;z-index:3;pointer-events:none;bottom:0;left:0;width:100%;height:108px;transform:scale(-1);background:linear-gradient(180deg,#e5eef5 0%,#e5eef5 .01%,rgba(229,238,245,0) 100%)}@media only screen and (max-width: 1200px){.cart__popup-body:after{height:100px}}.cart__popup-body-inner{position:relative;padding-right:30px;padding-top:12px;overflow:auto;padding-bottom:60px;display:flex;gap:10px;flex-direction:column;justify-content:flex-start;scrollbar-track-color:rgba(0,89,158,.2);scrollbar-face-color:#00599f;scrollbar-arrow-color:#00599f}.cart__popup-body-inner::-webkit-scrollbar{width:4px}.cart__popup-body-inner::-webkit-scrollbar-track{border-radius:0;background-color:#00599e33}.cart__popup-body-inner::-webkit-scrollbar-thumb{background-color:#00599f;width:4px;border-radius:0}.cart__popup-body-inner::-webkit-scrollbar-thumb:window-inactive{background-color:#00599f99}.cart__popup-body-inner::-webkit-scrollbar-thumb:hover{background-color:#00599fd6}@-moz-document url-prefix(){.cart__popup-body-inner{scrollbar-width:thin;scrollbar-color:#00599f transparent}.cart__popup-body-inner:hover{scrollbar-color:rgba(0,89,159,.8) transparent}}@media only screen and (max-width: 1200px){.cart__popup-body-inner{padding-right:20px;padding-bottom:30px}}.cart__popup-footer{display:flex;justify-content:space-between;gap:16px;margin-top:24px}@media only screen and (max-width: 1200px){.cart__popup-footer{font-size:20px}}.cart__popup-button{margin-top:12px}.cart__popup-button .btn{width:100%;font-size:20px}@media only screen and (max-width: 1200px){.cart__popup-button .btn{font-size:16px;min-height:50px}}.cart__popup-continue-button{margin-top:12px}@media only screen and (max-width: 1200px){.cart__popup-continue-button .btn{font-size:16px}}.cart__popup-close{position:relative;z-index:30}.cart__popup-empty{position:absolute;left:0;z-index:20;top:0;width:100%;height:100%;align-items:center;justify-content:center;background:var(--color-gradient);padding:40px;flex-direction:column;gap:30px;display:none}@media only screen and (max-width: 1200px){.cart__popup-empty{padding:20px;gap:20px}}.is-empty-cart .cart__popup-empty{display:flex}.cart__popup-empty-title{font-weight:400}.cart__popup-empty .btn{width:100%;font-size:20px}@media only screen and (max-width: 1200px){.cart__popup-empty .btn{font-size:16px;min-height:50px}}.is-open-cart .cart__overlay{visibility:visible;opacity:1}.cart.is-empty-cart .cart__popup-empty{display:flex}.menu{position:relative;width:100%;min-height:50px;font-family:var(--font-secondary);display:flex;justify-content:space-between}@media only screen and (max-width: 1200px){.menu{flex-direction:column;overflow:auto;background-color:var(--color-white);height:calc(100dvh - var(--nav-header-height));scrollbar-track-color:#e5eef5;scrollbar-face-color:#00599f;scrollbar-arrow-color:#00599f;padding-bottom:30px}.menu::-webkit-scrollbar{width:4px}.menu::-webkit-scrollbar-track{border-radius:0;background-color:#e5eef5}.menu::-webkit-scrollbar-thumb{background-color:#00599f;width:4px;border-radius:0}.menu::-webkit-scrollbar-thumb:window-inactive{background-color:#73a4ca}.menu::-webkit-scrollbar-thumb:hover{background-color:#2e77b0}@-moz-document url-prefix(){.menu{scrollbar-width:thin;scrollbar-color:#00599f transparent}.menu:hover{scrollbar-color:rgba(0,89,159,.8) transparent}}}.menu__list{overflow:auto}@media only screen and (min-width: 1201px){.menu__list.level-1{width:325px;display:grid;border-radius:0 0 5px 5px;border:1px solid #4292e2;background-color:var(--color-white);box-shadow:-5px 5px 5px #0000001a;max-height:calc(100dvh - var(--header-height, 0px))}.is-scrolled .menu__list.level-1{max-height:calc(100dvh - var(--header-height, 0px) + var(--header-top-height, 0px))}.is-scrolled-up .menu__list.level-1{max-height:calc(100dvh - var(--header-height, 0px))}.menu__list.level-1.is-open-submenu{border-right-color:transparent;border-radius:0 0 0 5px}}@media only screen and (max-width: 1200px){.menu__list.level-1{height:calc(100dvh - 102px)}}@media only screen and (min-width: 1201px){.menu__list.level-2{max-height:calc(100dvh - 88px - var(--header-height, 0px));flex:auto;display:flex;flex-direction:column}.is-scrolled .menu__list.level-2{max-height:calc(100dvh - 88px - var(--header-height, 0px) + var(--header-top-height, 0px))}.is-scrolled-up .menu__list.level-2{max-height:calc(100dvh - 88px - var(--header-height, 0px))}}.menu__list::-webkit-scrollbar{width:4px}.menu__list::-webkit-scrollbar-track{background-color:#00599e33;border-radius:0}.menu__list::-webkit-scrollbar-thumb{border-radius:0;background-color:#4292e2}@media only screen and (max-width: 1200px){.menu__list::-webkit-scrollbar-thumb{background-color:var(--color-primary-blue)}}.menu__list::-webkit-scrollbar-thumb:window-inactive{background-color:#3b8cdb99}@media only screen and (max-width: 1200px){.menu__list::-webkit-scrollbar-thumb:window-inactive{background-color:#00599f99}}.menu__list::-webkit-scrollbar-thumb:hover{background-color:#4090e0d6}@media only screen and (max-width: 1200px){.menu__list::-webkit-scrollbar-thumb:hover{background-color:#00599fd6}}@-moz-document url-prefix(){.menu__list{scrollbar-width:thin;scrollbar-color:#4292e2 transparent}.menu__list:hover{scrollbar-color:rgba(66,146,226,.8) transparent}}.menu__item:hover>.menu__link.level-1:after{opacity:1}.menu__item:hover>.menu__link.level-2 .menu__link-text{background-size:100% 1px}.menu__link{display:flex;align-items:center;padding:12px 20px;font-weight:700;gap:10px;min-height:64px;text-align:left;position:relative;overflow:hidden}@media only screen and (max-width: 1439px){.menu__link{padding:6px 20px;min-height:54px}}@media only screen and (max-width: 1200px){.menu__link{min-height:1px;padding:10px}}.menu__link.level-1:after{background:linear-gradient(270deg,#e5eef5 0%,rgba(255,255,255,0) 100%);opacity:0;transition:transform .3s ease,opacity .3s ease}.menu__link-image{flex-shrink:0;width:40px;height:40px;position:relative;z-index:3}@media only screen and (min-width: 1201px) and (max-width: 1439px){.menu__link-image{width:30px;height:30px}}.menu__link-image img{-o-object-fit:contain;object-fit:contain}.menu__link span,.menu__link .icon{position:relative;z-index:3}.menu__link .icon{flex-shrink:0;width:14px;margin-left:auto}.menu__categories-btn{min-height:60px;display:inline-flex;align-items:center;min-width:325px;padding:15px;font-weight:700;background-color:#2078cf;transition:background-color .3s ease;margin:-5px 0;border-radius:10px;gap:20px;color:var(--color-white);position:relative;z-index:10}@media only screen and (max-width: 1439px){.menu__categories-btn{min-width:280px}}.menu__categories-btn-icon{width:18px;display:grid;grid-gap:5px;position:relative;top:1px}.menu__categories-btn-bars{width:100%;height:2px;flex-shrink:0;border-radius:10px;display:block;background-color:var(--color-white);transition:transform .3s ease}.is-open-categories .menu__categories-btn-bars:first-child{transform:translateY(7px) rotate(225deg)}.is-open-categories .menu__categories-btn-bars:nth-child(2){transform:scale(0)}.is-open-categories .menu__categories-btn-bars:last-child{transform:translateY(-7px) rotate(315deg)}@media only screen and (min-width: 1201px){.menu__categories-nav{position:absolute;left:0;top:100%;width:100%;display:grid;grid-template-columns:325px 1fr;pointer-events:none;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.is-open-categories .menu__categories-nav{visibility:visible;pointer-events:all;opacity:1}}@media only screen and (max-width: 1200px){.menu__categories-nav-left{position:fixed;overflow:hidden;background-color:var(--color-white);height:calc(100dvh - 46px);right:0;top:46px;width:100%;max-width:320px;z-index:60;transition:transform .3s ease;transform:translate(100%)}.is-open-categories .menu__categories-nav-left{transform:translate(0)}}.menu__categories-nav-right{position:relative}.menu__secondary{width:100%;display:flex;flex-direction:column;flex:auto}.menu__secondary-list{flex:auto;display:flex;width:100%;justify-content:space-between}@media only screen and (max-width: 1200px){.menu__secondary-list{justify-content:flex-start;flex-direction:column;border-bottom:1px solid var(--color-neutral-light-blue)}}.menu__secondary-link{display:flex;align-items:center;justify-content:center;text-align:center;font-weight:700;padding:8px 38px;height:100%;color:var(--color-primary-blue-rollover)}@media only screen and (max-width: 1439px){.menu__secondary-link{padding:8px 16px}}@media only screen and (max-width: 1200px){.menu__secondary-link{justify-content:space-between;gap:16px;padding:16px 20px;width:100%;height:auto;color:var(--color-neutral-black);line-height:1.25;text-align:left}}@media only screen and (min-width: 1201px){.menu__secondary-link:hover{color:var(--color-primary-yellow-rollover)}.menu__products{background-color:var(--color-neutral-light-blue);position:absolute;left:0;top:0;width:100%;margin-left:0;border-radius:0 0 5px;border:1px solid #4292e2;border-left:1px solid var(--color-neutral-light-blue);height:100%;max-height:calc(100dvh - var(--header-height, 0px));grid-template-columns:345px 1fr;box-shadow:5px 5px 5px #0000001a;opacity:0;visibility:visible;transition:opacity .3s ease,visibility .3s ease;display:none}.is-scrolled .menu__products{max-height:calc(100dvh - var(--header-height, 0px) + var(--header-top-height, 0px))}.is-scrolled-up .menu__products{max-height:calc(100dvh - var(--header-height, 0px))}.menu__products.is-active{opacity:1;display:grid}}.menu__products-header{width:100%;display:flex;align-items:center;padding:14px 20px 20px;font-weight:700;gap:8px;min-height:64px;position:relative;font-size:20px;line-height:1.1;border-bottom:1px solid var(--color-neutral-light-blue)}.menu__products-header-image{flex-shrink:0;width:40px;height:40px;position:relative;z-index:3}@media only screen and (max-width: 1200px){.menu__products-header-image{display:none}}.menu__products-header-image img{-o-object-fit:contain;object-fit:contain}.menu__products-header-content{display:flex;gap:8px;flex-direction:column;align-items:flex-start}.menu__products-header-link{display:flex;align-items:center;gap:10px;color:var(--color-primary-blue);font-size:16px;position:relative}.menu__products-header-link:before,.menu__products-header-link:after{height:2px;bottom:-2px}.menu__products-header-link .icon{transition:transform .3s ease}.menu__products-header-link .icon:before{background-color:currentColor}.menu__products-header:hover .menu__products-header-link:before,.menu__products-header:hover .menu__products-header-link:after{left:0;width:100%}.menu__products-left{height:100%;background-color:var(--color-white)}@media only screen and (min-width: 1201px){.menu__products-left{display:flex;flex-direction:column;overflow:auto}}@media only screen and (max-width: 1200px){.menu__products-left{overflow:auto;height:calc(100dvh - 102px)}}.menu__products-right{padding:28px 30px 30px;display:flex;flex-direction:column;overflow:auto;pointer-events:none}@media only screen and (min-width: 1201px){.menu__products-right{max-height:calc(100dvh - var(--header-height, 0px))}.is-scrolled .menu__products-right{max-height:calc(100dvh - var(--header-height, 0px) + var(--header-top-height, 0px))}.is-scrolled-up .menu__products-right{max-height:calc(100dvh - var(--header-height, 0px))}}@media only screen and (max-width: 1439px){.menu__products-right{padding:20px}}@media only screen and (max-width: 1200px){.menu__products-right{display:none}}.menu__products-right::-webkit-scrollbar{width:4px}.menu__products-right::-webkit-scrollbar-track{background-color:#00599e33;border-radius:0}.menu__products-right::-webkit-scrollbar-thumb{border-radius:0;background-color:#4292e2}.menu__products-right::-webkit-scrollbar-thumb:window-inactive{background-color:#3b8cdb99}.menu__products-right::-webkit-scrollbar-thumb:hover{background-color:#4090e0d6}@-moz-document url-prefix(){.menu__products-right{scrollbar-width:thin;scrollbar-color:#4292e2 transparent}.menu__products-right:hover{scrollbar-color:rgba(66,146,226,.8) transparent}}.is-open-categories .menu__products-right{pointer-events:all}.menu__products-headline{line-height:1.33;margin-bottom:30px}.menu__products-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;flex:auto;max-height:610px;min-height:610px}@media only screen and (max-width: 1439px){.menu__products-list{flex:none;min-height:unset;max-height:unset}}.menu__products--single .menu__products-list{grid-template-columns:1fr}@media only screen and (max-width: 1200px){.menu__products{position:fixed;overflow:hidden;background-color:var(--color-white);height:calc(100dvh - 46px);right:0;top:46px;width:100%;max-width:320px;z-index:60;transition:transform .3s ease;transform:translate(100%)}.menu__products.is-active{transform:translate(0)}}.menu__overlay{position:fixed;left:0;top:0;width:100%;transition:opacity .3s ease,visibility .3s ease;background-color:#222222e6;z-index:30;height:100%;visibility:hidden;opacity:0}.is-open-menu .menu__overlay{visibility:visible;opacity:1}.menu__footer{padding:20px}.menu__external-links{border-bottom:1px solid var(--color-neutral-light-blue)}.menu__external-links .menu__secondary-link{font-weight:400}.menu__header{font-size:14px;display:flex;align-items:center;padding:18px 10px;background-color:var(--color-neutral-light-blue);width:100%;gap:10px}.menu__header .icon{flex-shrink:0;width:16px;height:12px}.menu .product-card{min-height:100%}@media only screen and (max-width: 1439px){.menu .product-card{padding:16px}.menu .product-card .title--h3{font-size:16px;line-height:1.2}.menu .product-card .btn--default{padding:8px 12px;font-size:14px}}.menu .product-banner{max-width:100%;min-height:100%}@media only screen and (max-width: 1439px){.menu .product-banner{padding:16px}.menu .product-banner .title--h2{font-size:24px;line-height:1.2}}.newsletter{color:var(--color-neutral-black);font-family:Proxima Nova,sans-serif}.newsletter__icon{background-color:var(--color-neutral-light-blue);width:120px;height:120px;border-radius:100%;margin:0 auto -60px;pointer-events:none}.newsletter__icon .icon{width:50px;height:42px}@media only screen and (max-width: 767px){.newsletter__icon .icon{width:42px;height:32px;margin-top:-28px}}.newsletter__icon .icon:before{background-color:var(--color-primary-blue)}.newsletter__inner{background-color:var(--color-neutral-light-blue);border-radius:10px;padding:50px 40px 35px;text-align:center}@media only screen and (max-width: 767px){.newsletter__inner{text-align:left;padding:32px 20px 14px}}.newsletter .title{margin-bottom:6px}@media only screen and (max-width: 767px){.newsletter .title{font-size:24px;line-height:1.16;margin-bottom:20px}}.newsletter__heading{margin-bottom:22px}.newsletter__heading span{color:var(--color-primary-blue);font-weight:700}.newsletter__form{max-width:440px;width:100%;margin:0 auto}.newsletter__form .btn{width:100%}.newsletter__form-input{margin-bottom:10px}.newsletter__form-input-error{margin-top:4px;color:var(--color-validation-failed);font-family:var(--font-secondary);font-size:13px;line-height:1.62;text-align:left}.newsletter__form-error{text-align:center;color:var(--color-validation-failed);font-family:var(--font-secondary)}.newsletter__form-error-body{padding-top:20px}.newsletter__form-error-text{margin-top:8px}.newsletter__bottom-text{margin-top:26px}.newsletter__thankyou{display:none}.newsletter__thankyou .newsletter__heading{margin-bottom:0}.newsletter.show-thankyou .newsletter__body{display:none}.newsletter.show-thankyou .newsletter__thankyou{display:block}.social-nav__title{margin-bottom:20px}@media only screen and (max-width: 1022px){.social-nav__title{margin-bottom:10px}}.social-nav .icon{transition:transform .3s ease}.social-nav .icon:before{background-color:var(--color-white)}@media only screen and (max-width: 1022px){.social-nav .icon-facebook{width:30px;height:30px}.social-nav .icon-youtube{width:32px;height:25px}.social-nav .icon-linkedin{width:26px;height:26px}}.social-nav ul{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px}@media only screen and (max-width: 1022px){.social-nav ul{gap:8px 12px}}.social-nav__link{display:block}.social-nav__link:hover .icon{transform:translateY(-6px)}.social-nav__link:hover .icon:before{background-color:var(--color-primary-yellow)}.section-header{margin-bottom:40px}@media only screen and (max-width: 1022px){.section-header{margin-bottom:30px}}.header-search{position:relative;z-index:20}@media only screen and (max-width: 1200px){.header-search{position:fixed;left:0;top:var(--header-height, 46px);width:100%;background-color:var(--color-white);opacity:0;transition:top .3s ease,opacity .3s ease,visibility .3s ease;pointer-events:none;border-bottom:1px solid var(--color-neutral-light-blue)}.is-scrolled .header-search{top:calc(var(--header-height, 46px) - var(--header-top-height, 44px))}.is-scrolled-up .header-search{top:var(--header-height, 46px)}.is-open-search .header-search{pointer-events:all;opacity:1}}.header-search form{margin:0}.header-search .mod-input{margin-bottom:0}.header-search .mod-input__field{border-radius:10px;padding-right:100px;padding-left:30px;border:1px solid var(--color-primary-blue)}@media only screen and (max-width: 1439px){.header-search .mod-input__field{padding-left:20px}}@media only screen and (max-width: 1200px){.header-search .mod-input__field{border:0;border-radius:0;padding:24px 20px 10px}}.header-search .mod-input__field:focus{border:1px solid var(--color-primary-blue)}@media only screen and (max-width: 1200px){.header-search .mod-input__field:focus{border:0}}.header-search .mod-input__label{padding-left:28px;background-color:var(--color-white);border-radius:10px}@media only screen and (max-width: 1200px){.header-search .mod-input__label{padding-left:20px;border-radius:0}}.header-search .mod-input.is-focused label{background-color:transparent;padding-left:30px}@media only screen and (max-width: 1439px){.header-search .mod-input.is-focused label{padding-left:20px}}.header-search__input{position:relative;overflow:hidden}.header-search .search-active{opacity:1;pointer-events:all}.header-search__submit{position:absolute;right:20px;top:0;padding:10px;z-index:3;pointer-events:none;height:60px;opacity:0;transition:background-color .3s ease,transform .3s ease,opacity .3s ease;border-radius:100%;will-change:opacity,transform}@media only screen and (max-width: 1200px){.header-search__submit{opacity:1;pointer-events:all}.header-search__submit .icon{width:18px;height:18px}}.header-search__reset{position:absolute;right:30px;top:20px;width:20px;height:20px;z-index:3;background-color:var(--color-neutral-light-blue);transition:background-color .3s ease,transform .3s ease,opacity .3s ease;border-radius:100%;will-change:opacity,transform;opacity:0;transform:translate(60px)}@media only screen and (max-width: 1439px){.header-search__reset{right:20px}}.header-search__reset .icon{width:8px;height:8px}.header-search__reset:hover{background-color:var(--color-primary-blue)}.header-search__reset:hover .icon:before{background-color:var(--color-white)}.header-search__result{position:absolute;left:0;top:100%;z-index:9;width:100%;margin-top:-1px;overflow:hidden;border-radius:0 0 10px 10px;background-color:var(--color-white);border:1px solid var(--color-primary-blue);border-top:1px solid var(--color-neutral-light-blue);color:var(--color-neutral-black);display:none}@media only screen and (max-width: 1200px){.header-search__result{border:0;border-top:1px solid var(--color-neutral-light-blue)}}.header-search__result-inner{height:auto;overflow:auto;max-height:calc(100vh - var(--header-height, 0px));scrollbar-track-color:#e5eef5;scrollbar-face-color:#00599f;scrollbar-arrow-color:#00599f}.header-search__result-inner::-webkit-scrollbar{width:4px}.header-search__result-inner::-webkit-scrollbar-track{border-radius:0;background-color:#e5eef5}.header-search__result-inner::-webkit-scrollbar-thumb{background-color:#00599f;width:4px;border-radius:0}.header-search__result-inner::-webkit-scrollbar-thumb:window-inactive{background-color:#73a4ca}.header-search__result-inner::-webkit-scrollbar-thumb:hover{background-color:#2e77b0}@-moz-document url-prefix(){.header-search__result-inner{scrollbar-width:thin;scrollbar-color:#00599f transparent}.header-search__result-inner:hover{scrollbar-color:rgba(0,89,159,.8) transparent}}.header-search__result-item{display:flex;gap:10px;align-items:center;padding:0 30px;position:relative;line-height:1.2;transition:color .3s all}@media only screen and (max-width: 1439px){.header-search__result-item{padding:0 20px}}.header-search__result-item-link{margin-top:-4px}.header-search__result-item-image{width:60px;height:50px;position:relative;flex-shrink:0}.header-search__result-item img{-o-object-fit:contain;object-fit:contain}.header-search__result-item-content{display:flex;flex-direction:column;gap:2px;padding-right:20px}.header-search__result-item:hover{color:var(--color-primary-blue)}.header-search__result-products-list{display:grid;grid-gap:20px}@media only screen and (max-width: 1200px){.header-search__result-products-list{grid-gap:16px}}.header-search__result-header{padding:16px 30px;margin-bottom:10px}@media only screen and (max-width: 1439px){.header-search__result-header{padding:16px 20px}}@media only screen and (max-width: 1200px){.header-search__result-header{padding:14px 20px;margin-bottom:0}}.header-search__result-button{padding:20px 30px}@media only screen and (max-width: 1439px){.header-search__result-button{padding:16px 20px}}.header-search__result-others{margin-bottom:30px;border-top:1px solid var(--color-neutral-light-blue)}.header-search__result-others .header-search__result-item-link{display:block;padding:10px 0}.header-search__result-others .header-search__result-header{margin-bottom:0}.header-search__result-empty{padding:14px 28px}.header-search__result-empty-text{margin-top:18px;line-height:1.25}.header-search.show-reset-btn .header-search__reset{opacity:1;transform:translate(0)}.header-search.show-reset-btn .header-search__submit{transform:translate(-30px)}@media only screen and (max-width: 1200px){.header-search.show-reset-btn .header-search__submit{transform:translate(-24px)}}.header-search.show-reset-btn .mod-input__field{border-radius:10px 10px 0 0}@media only screen and (max-width: 1200px){.header-search.show-reset-btn .mod-input__field{border-radius:0}}.header-search.show-reset-btn .header-search__result{display:block}.product-banner{position:relative;overflow:hidden;max-width:305px;min-height:560px;width:100%;display:flex;align-items:flex-end;color:var(--color-white);padding:30px}.product-banner__background img{transform:scale(1.00001);transition:transform .6s ease}.product-banner .badge{position:absolute;top:16px;right:16px;z-index:7;pointer-events:none}@media only screen and (max-width: 767px){.product-banner .badge{top:5px;right:5px}}.product-banner__title{margin-bottom:16px}.product-banner__content{position:relative;z-index:3;width:100%}.product-banner .btn--tertiary{color:inherit}.product-banner .btn--tertiary:before,.product-banner .btn--tertiary:after{height:1px;bottom:-2px}.product-banner:hover .product-banner__background img{transform:scale(1.08)}.product-banner:hover .btn:before,.product-banner:hover .btn:after{width:100%;left:0}.price-preview{width:100%;display:flex;gap:6px;min-height:102px;justify-content:flex-start;flex-direction:column;align-items:flex-start}@media only screen and (max-width: 767px){.price-preview{gap:4px;min-height:88px}}.price-preview__regular-price{min-height:20px;color:#505050;text-decoration-line:line-through}@media only screen and (max-width: 767px){.price-preview__regular-price{font-size:12px;min-height:18px}}.price-preview__reduced-price{min-height:22px;color:var(--color-primary-blue);line-height:20px}@media only screen and (max-width: 767px){.price-preview__reduced-price{line-height:16px;min-height:16px}}.price-preview .info-tag{min-height:28px;margin-top:auto}@media only screen and (max-width: 767px){.price-preview .info-tag{min-height:20px}}.price-preview__ece-bonus{min-height:10px;color:#a06c03}@media only screen and (max-width: 767px){.price-preview__ece-bonus{font-size:10px;list-style:none;min-height:8px;line-height:8px;margin-top:6px}}.product-image-slider{width:100%;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-image-slider__init{position:relative}.product-image-slider .swiper.single-slide{pointer-events:none}.product-image-slider__slide{position:relative;height:0;width:100%;padding-bottom:74.39%}.product-image-slider__slide img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:auto;-o-object-fit:contain;object-fit:contain}.product-image-slider .slider-nav__arrow{padding:0;border:0;position:absolute;top:45%;transform:translateY(-50%);width:15px;height:15px;z-index:8}@media only screen and (max-width: 767px){.product-image-slider .slider-nav__arrow{top:50%}}.product-image-slider .slider-nav__arrow:before{transform:scale(3);pointer-events:all;transform-origin:18% center}@media only screen and (max-width: 767px){.product-image-slider .slider-nav__arrow:before{transform:scale(2)}}.product-image-slider .slider-nav__arrow .icon{width:15px;height:12px}.product-image-slider .slider-nav__arrow .icon:before{background-color:var(--color-primary-blue-rollover)}.product-image-slider .slider-nav__arrow.swiper-button-prev{left:-10px}@media only screen and (max-width: 767px){.product-image-slider .slider-nav__arrow.swiper-button-prev{left:0}}.product-image-slider .slider-nav__arrow.swiper-button-next{right:-10px}@media only screen and (max-width: 767px){.product-image-slider .slider-nav__arrow.swiper-button-next{right:0}}.product-image-slider .slider-nav__arrow.swiper-button-next:before{transform-origin:78% center}.product-image-slider .slider-nav__arrow.swiper-button-disabled{pointer-events:none;background-color:transparent;border-color:var(--color-neutral-gray)}.product-image-slider .slider-nav__arrow.swiper-button-disabled .icon:before{background-color:var(--color-neutral-gray)}.product-image-slider .slider-nav__arrow:hover,.product-image-slider .slider-nav__arrow:focus{background-color:transparent}.product-image-slider .swiper-scrollbar{position:absolute;left:50%;transform:translate(-50%);bottom:0;top:initial;width:40px}.product-card{max-width:325px;width:100%;margin:0 auto;background-color:var(--color-white);border-radius:10px;padding:20px;display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden;transition:box-shadow .3s ease}@media only screen and (max-width: 767px){.product-card{max-width:235px;padding:10px;gap:8px}}.product-card:hover{box-shadow:0 10px 30px #2223}.product-card:hover .title h3{background-size:100% 1px}.product-card__image{position:relative}.product-card__image .badge{position:absolute;top:0;right:0;z-index:7;pointer-events:none}@media only screen and (max-width: 767px){.product-card__image .badge{top:5px;right:5px}}.product-card .product-image-slider .swiper{z-index:4}.product-card__energy-class{position:absolute;left:0;bottom:0;z-index:7;pointer-events:none;max-width:48px;width:100%;display:grid;grid-gap:2px}@media only screen and (max-width: 767px){.product-card__energy-class{max-width:35px}}.product-card__energy-class img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.product-card .price-preview{align-self:flex-start}.product-card__sales-messages{display:flex;flex-wrap:wrap;gap:2px;align-self:flex-start;margin-bottom:auto}.product-card__sales-messages .tag.gift{color:var(--color-black)}.product-card__content{display:flex;gap:18px;justify-items:flex-start;flex-direction:column;justify-content:flex-end;flex:1}@media only screen and (max-width: 767px){.product-card__content{gap:12px}}.product-card__footer{align-self:flex-end;display:grid;grid-template-columns:1fr 50px;grid-gap:10px;width:100%;align-items:flex-start}@media only screen and (max-width: 767px){.product-card__footer{grid-template-columns:1fr 40px}}.product-card__footer .btn{min-width:100%;width:100%}.product-card__footer .btn--default{padding:12px 25px}@media only screen and (max-width: 767px){.product-card__footer .btn--default{padding:10px 15px}}.product-card .title h3{word-break:break-word;display:inline;background-image:linear-gradient(var(--color-neutral-black),var(--color-neutral-black));background-size:0% 1px;background-repeat:no-repeat;transition:background-size .5s;background-position:0 100%}@media only screen and (max-width: 767px){.product-card .title{font-size:18px}}.product-card .btn--tertiary{line-height:1}.product-card .btn--tertiary:after,.product-card .btn--tertiary:before{bottom:-2px}.product-card .btn,.product-card .tag[href]{z-index:5}.product-card .stretched-link{z-index:3}.product-card .swiper{overflow:clip;margin:0}.product-card--category-list-item{max-width:242px;box-shadow:none;padding:0;background-color:transparent}@media only screen and (max-width: 767px){.product-card--category-list-item{max-width:150px}}.product-card--category-list-item .product-image-slider .slider-nav__arrow.swiper-button-prev{left:0}.product-card--category-list-item .product-image-slider .slider-nav__arrow.swiper-button-next{right:0}@media only screen and (max-width: 767px){.product-card--category-list-item .title{font-size:16px;line-height:20px}.product-card--category-list-item .product-card__sales-messages{flex-direction:column;align-items:flex-start}.product-card--category-list-item .product-card__footer{grid-gap:5px}.product-card--category-list-item .product-card__footer .btn--default{font-size:11px;padding:8px 10px}.product-card--category-list-item .btn--tertiary{gap:6px}}.product-card--category-list-item:hover{box-shadow:none}.product-card--top-product{max-width:440px;gap:0;grid-template-columns:49% 1fr;grid-gap:2px 10px;display:grid;align-items:flex-start;padding:12px 10px 12px 0}@media only screen and (max-width: 1022px){.product-card--top-product{max-width:235px;padding:10px;grid-template-columns:42% 1fr;grid-gap:16px 10px}}@media only screen and (max-width: 767px){.product-card--top-product{grid-gap:8px 10px}.product-card--top-product:hover{box-shadow:none}}.product-card--top-product .product-image-slider .slider-nav__arrow.swiper-button-prev{left:0}.product-card--top-product .product-image-slider .slider-nav__arrow.swiper-button-next{right:0}.product-card--top-product .product-card__image{grid-row:span 2;margin-top:-4px}@media only screen and (max-width: 1022px){.product-card--top-product .product-card__image{margin-top:0;grid-row:span 1}}.product-card--top-product .product-card__content{grid-gap:15px;height:auto;margin-top:auto}@media only screen and (max-width: 767px){.product-card--top-product .product-card__content{grid-gap:10px}}.product-card--top-product .price-preview{min-height:88px;grid-gap:4px}@media only screen and (max-width: 767px){.product-card--top-product .price-preview{grid-gap:6px;min-height:84px}}.product-card--top-product .price-preview__regular-price{min-height:18px;font-size:12px}.product-card--top-product .price-preview__reduced-price{min-height:20px;font-size:24px}.product-card--top-product .price-preview__ece-bonus{min-height:18px;font-size:10px}@media only screen and (max-width: 767px){.product-card--top-product .price-preview__ece-bonus{margin-top:0;min-height:8px}}.product-card--top-product .price-preview .info-tag{min-height:20px;padding:5px 15px 5px 5px;font-size:8px}.product-card--top-product .price-preview .info-tag strong{font-size:10px}.product-card--top-product .btn{font-size:13px}.product-card--top-product .product-card__footer{grid-template-columns:1fr 40px}.product-card--top-product .product-card__footer .btn{min-height:40px}.product-card--top-product .product-card__footer .btn--default{padding:10px 12px}.product-card--top-product .badge{min-width:40px;font-size:12px;top:5px;right:5px}@media only screen and (max-width: 767px){.product-card--top-product .badge{min-width:24px}}.product-card--top-product .product-card__energy-class{max-width:35px}@media only screen and (max-width: 767px){.product-card--top-product .product-card__energy-class{max-width:22px}.product-card--top-product .title{font-size:16px;line-height:20px}}@media only screen and (max-width: 1022px){.product-card--top-product .product-card__content{grid-column:span 2}}.product-card__footer-no-stock{grid-template-columns:1fr!important}.contact-cta{width:100%;padding:8px 10px;border-radius:5px;display:flex;align-items:center;gap:10px;background-color:var(--color-neutral-light-blue);font-size:11px;line-height:1.45}.contact-cta__text strong{color:var(--color-primary-blue);font-size:14px}.collection-banner{position:relative;max-width:325px;width:100%}.collection-banner:before{background:linear-gradient(0deg,rgba(0,89,159,.9) 0%,rgba(0,89,159,0) 49.92%);z-index:1}@media only screen and (max-width: 1022px){.collection-banner:before{background:linear-gradient(90deg,#00599e 0%,rgba(0,89,158,0) 100%)}}.collection-banner__no-overlay:before{background:none;display:none}.collection-banner__content{min-height:614px;position:relative;z-index:2;padding:30px;color:var(--color-white);display:flex;justify-content:flex-end;align-items:flex-start;flex-direction:column;gap:16px}@media only screen and (max-width: 1439px){.collection-banner__content{padding:20px;min-height:605px}}@media only screen and (max-width: 1022px){.collection-banner__content{padding:40px;min-height:250px;max-width:300px;width:100%;justify-content:center}}@media only screen and (max-width: 767px){.collection-banner__content{min-height:130px;padding:20px 30px;max-width:180px}}.collection-banner .title{text-transform:uppercase}@media only screen and (max-width: 767px){.collection-banner .title{font-size:16px;line-height:1.25}}.collection-banner .title h2{display:inline;background-image:linear-gradient(var(--color-white),var(--color-white));background-size:0% 1px;background-repeat:no-repeat;transition:background-size .5s;background-position:0 100%}@media only screen and (max-width: 1022px){.collection-banner__text{display:none}}.collection-banner .btn{pointer-events:none}@media only screen and (max-width: 1022px){.collection-banner .btn{display:none}}.collection-banner .btn .icon{width:15px;height:12px}.collection-banner:hover .title h2{background-size:100% 1px}.bonus-banner{position:relative;background:linear-gradient(0deg,#e5eef5 0%,#f5f8fb 100%);display:grid;grid-template-columns:24% 1fr 24%;grid-gap:20px;align-items:flex-start}@media only screen and (max-width: 1439px){.bonus-banner{grid-template-columns:25% 1fr 25%}}@media only screen and (min-width: 1023px) and (max-width: 1200px){.bonus-banner{grid-template-columns:26% 1fr 26%}}@media only screen and (max-width: 1022px){.bonus-banner{grid-template-columns:30% 1fr}}@media only screen and (max-width: 767px){.bonus-banner{grid-template-columns:1fr;grid-gap:0}}.bonus-banner__image{padding:40px 58px;height:100%}@media only screen and (max-width: 1439px){.bonus-banner__image{padding:40px 50px}}@media only screen and (max-width: 1022px){.bonus-banner__image{padding:30px}}@media only screen and (max-width: 767px){.bonus-banner__image{padding:20px}}.bonus-banner__image img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain;max-height:222px}@media only screen and (max-width: 767px){.bonus-banner__image img{max-height:210px}}.bonus-banner__content{display:grid;grid-gap:14px;justify-items:flex-start;padding:26px 0}@media only screen and (max-width: 1022px){.bonus-banner__content{padding:26px}}@media only screen and (max-width: 767px){.bonus-banner__content{padding:10px 20px 20px;grid-gap:20px}.bonus-banner__content .btn{width:100%}}.bonus-banner__inquiry{position:relative;height:100%}@media only screen and (min-width: 768px) and (max-width: 1022px){.bonus-banner__inquiry{grid-column:span 2}}.bonus-banner__inquiry-bg:before{z-index:1;background:linear-gradient(0deg,rgba(0,89,159,.8) 0%,rgba(0,89,159,.8) 100%)}@media only screen and (max-width: 1200px){.bonus-banner__inquiry .title{font-size:24px}}.bonus-banner__inquiry-content{height:100%;position:relative;z-index:2;padding:30px;display:flex;gap:15px;flex-direction:column;justify-content:flex-end;align-items:flex-start;color:var(--color-white)}@media only screen and (min-width: 1023px) and (max-width: 1200px){.bonus-banner__inquiry-content{padding:20px}}@media only screen and (max-width: 767px){.bonus-banner__inquiry-content{gap:20px}}.bonus-banner__inquiry-logo{max-width:90px;width:100%}.bonus-banner__inquiry-logo img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.bonus-banner__inquiry:hover .title h2{background-size:100% 1px}.bonus-banner--vertical-banner{max-width:440px;width:100%}@media only screen and (min-width: 1023px){.bonus-banner--vertical-banner{grid-template-columns:1fr;grid-gap:0}.bonus-banner--vertical-banner .bonus-banner__image{max-width:250px;width:100%;padding:40px 40px 0}.bonus-banner--vertical-banner .bonus-banner__content{padding:26px 40px 40px}}.bonus-applied{position:relative;background:linear-gradient(360deg,#e5eef5 0%,#f5f8fb 100%);display:flex;gap:20px;align-items:center;padding:20px}@media only screen and (max-width: 767px){.bonus-applied{gap:30px;margin-top:30px}}.bonus-applied__image{width:100px;flex-shrink:0;min-height:80px}@media only screen and (max-width: 767px){.bonus-applied__image{width:66px}}.bonus-applied__image img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain;max-height:80px}@media only screen and (max-width: 767px){.bonus-applied__image img{max-height:70px}.bonus-applied__content{display:flex;flex-direction:column;font-size:20px;line-height:1}}.bonus-applied__amount{margin-left:16px}@media only screen and (max-width: 767px){.bonus-applied__amount{margin-left:0;font-size:30px}}.blog-card{max-width:335px;width:100%;position:relative;margin:0 auto;display:flex;gap:15px;flex-direction:column;justify-items:flex-start;align-items:flex-start}@media only screen and (max-width: 767px){.blog-card{max-width:150px;gap:12px}}.blog-card__image{position:relative;height:0;margin:0;width:100%;padding-bottom:56.24%}.blog-card__image img{transform:scale(1.00001);transition:transform .4s ease}@media only screen and (max-width: 767px){.blog-card .title{font-size:18px;line-height:1.33}}.blog-card__info-item{position:relative;color:#595959}.blog-card__info-item:after{content:"";display:inline-block;color:currentColor;height:8px;width:1px;margin:0 8px 0 10px;background-color:var(--color-neutral-gray);pointer-events:none}@media only screen and (max-width: 767px){.blog-card__info-item:after{margin:0 5px 0 8px}}.blog-card__info-item:last-child:after{display:none}.blog-card__text{color:var(--color-neutral-dark-gray)}@media only screen and (max-width: 767px){.blog-card__text{display:none}}.blog-card__button{margin-top:auto}@media only screen and (max-width: 767px){.blog-card .btn{font-size:14px}}.blog-card .btn .icon{width:15px;height:12px}.blog-card:hover .blog-card__image img{transform:scale(1.08)}.blog-card:hover .btn:before,.blog-card:hover .btn:after{width:100%;left:0}.blog-card--large{max-width:1084px}@media only screen and (min-width: 1023px){.blog-card--large{gap:14px}}@media only screen and (max-width: 767px){.blog-card--large .btn{font-size:16px}.blog-card--large .title{font-size:30px}.blog-card--large .blog-card__text{display:block}}.blog-filter{width:100%;max-width:256px;padding:20px;background:var(--color-gradient);position:sticky;top:calc(var(--header-height, 0px) + 40px);transition:top .3s ease}.is-scrolled .blog-filter{top:calc(var(--header-height, 0px) + 40px - var(--header-top-height, 0px))}.is-scrolled-up .blog-filter{top:calc(var(--header-height, 0px) + 40px)}@media only screen and (max-width: 1022px){.blog-filter{padding:0;background:transparent;top:0!important;position:relative;border-radius:0}}.blog-filter__mobile-button{padding:10px 0;max-width:calc(100vw - 40px);width:calc(100vw - 40px);position:sticky;top:calc(var(--header-height, 0px));background-color:var(--color-white);border-bottom:1px solid transparent;z-index:9;transition:top .3s ease}.is-scrolled .blog-filter__mobile-button{top:calc(var(--header-height, 0px) - var(--header-top-height, 0px))}.is-scrolled-up .blog-filter__mobile-button{top:calc(var(--header-height, 0px))}@media only screen and (max-width: 1022px){.blog-filter__button{display:flex;width:100%;height:50px;align-items:center;justify-content:center;gap:10px;border-radius:5px;border:1px solid var(--color-primary-blue);background-color:#f5f8fb}}.blog-filter__back-button{display:flex;align-items:center;gap:10px}.blog-filter__back-button .icon:before{background-color:var(--color-primary-blue)}.blog-filter__back-button:hover{color:var(--color-primary-blue)}.blog-filter__title{position:relative;display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%}.blog-filter__title-icon{position:relative;width:18px;height:18px;left:7px}.blog-filter__title-icon .icon{width:100%;height:100%;position:relative;transition:opacity .3s ease}.blog-filter__title-icon .icon-minus{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.blog-filter__body{padding-top:12px}@media only screen and (max-width: 1022px){.blog-filter__body{padding-top:0;width:100%;max-width:320px;position:fixed;right:0;top:0;height:100%;transition:transform .3s ease;display:flex;flex-direction:column;z-index:101;background-color:var(--color-white);transform:translate(100%)}.is-open-blog-filter .blog-filter__body{transform:translate(0)}}.blog-filter__body-inner{display:grid;grid-gap:8px;max-height:calc(100vh - 100px - var(--header-height, 0px));overflow:auto;scrollbar-track-color:rgba(0,89,158,.2);scrollbar-face-color:#00599f;scrollbar-arrow-color:#00599f}.blog-filter__body-inner::-webkit-scrollbar{width:3px}.blog-filter__body-inner::-webkit-scrollbar-track{border-radius:0;background-color:#00599e33}.blog-filter__body-inner::-webkit-scrollbar-thumb{background-color:#00599f;width:3px;border-radius:0}.blog-filter__body-inner::-webkit-scrollbar-thumb:window-inactive{background-color:#00599f99}.blog-filter__body-inner::-webkit-scrollbar-thumb:hover{background-color:#00599fd6}@-moz-document url-prefix(){.blog-filter__body-inner{scrollbar-width:thin;scrollbar-color:#00599f transparent}.blog-filter__body-inner:hover{scrollbar-color:rgba(0,89,159,.8) transparent}}@media only screen and (max-width: 1022px){.blog-filter__body-inner{max-height:calc(100vh - 86px);max-width:calc(100% - 10px);padding-left:20px;margin:20px auto 0;width:100%}}.blog-filter__link{transition:color .3s ease}.blog-filter__link:hover,.blog-filter__link.is-active,.blog-filter__link:focus{color:var(--color-primary-blue)}.blog-filter__link.is-active{font-weight:700}.blog-filter__header{display:flex;justify-content:space-between;gap:20px;min-height:46px;padding-left:20px;align-items:center}.blog-filter__close{width:46px}.blog-filter__close .icon{width:18px;height:18px}.blog-filter__overlay{z-index:100}.is-open-blog-filter .blog-filter__overlay{opacity:1;visibility:visible}.blog-filter.is-open .blog-filter__title-icon .icon-minus{opacity:1}.blog-filter.is-open .blog-filter__title-icon .icon-plus{opacity:0}.main-articles{width:100%;max-width:522px;padding:26px 40px;background:var(--color-gradient)}@media only screen and (max-width: 1200px){.main-articles{padding:24px}}@media only screen and (max-width: 1022px){.main-articles{padding:20px}}.main-articles__title{margin-bottom:20px}@media only screen and (max-width: 1022px){.main-articles__title{margin-bottom:14px}}.main-articles__list{display:grid;grid-gap:16px}.main-articles__item{display:flex;flex-direction:column;gap:8px;align-items:flex-start;padding-bottom:20px;border-bottom:1px solid var(--color-neutral-light-blue);position:relative}.main-articles__item:last-child{padding-bottom:0}.main-articles__item-info{display:flex;flex-wrap:wrap;gap:10px}.main-articles__item-info-item{position:relative;padding-right:10px}.main-articles__item-info-item:not(:last-child):after{content:"";position:absolute;right:0;top:5px;width:1px;height:8px;background-color:var(--color-neutral-gray)}.main-articles__item-info a{position:relative;z-index:3}.main-articles__item-info a:hover,.main-articles__item-info a:focus{color:var(--color-primary-blue)}.main-articles__item:hover .btn:before,.main-articles__item:hover .btn:after{width:100%;left:0}@media only screen and (max-width: 1022px){.main-articles .btn{font-size:16px}}.main-articles .btn .icon{width:15px;height:12px}.pagination ul{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.pagination__link{cursor:pointer;width:50px;height:50px;border-radius:5px;font-family:Klavika,sans-serif;color:#757575;border:1px solid currentColor;transition:color .3s ease,border-color .3s ease,font-weight .3s ease}@media only screen and (max-width: 767px){.pagination__link{width:40px;height:40px}}.pagination__link--prev,.pagination__link--next{border:0;width:15px;height:100%;padding:15px 0}@media only screen and (max-width: 1022px){.pagination__link--prev,.pagination__link--next{height:40px}}@media only screen and (max-width: 767px){.pagination__link--prev,.pagination__link--next{width:40px}}.pagination__link--without-href{pointer-events:none;border:0}.pagination__link--prev:hover .icon{transform:translate(-4px)}.pagination__link--next:hover .icon{transform:translate(4px)}.pagination__link.is-active,.pagination__link:hover{color:var(--color-primary-blue)}.pagination__link.is-active{font-weight:700}.pagination .icon{width:15px;height:12px;transition:transform .3s ease}.pagination .icon:before{background-color:var(--color-primary-blue)}.accordion-list{max-width:785px;width:100%;margin:0 auto}.accordion-list__item{border-bottom:1px solid var(--color-neutral-light-blue)}.accordion-list__item:first-child{border-top:1px solid var(--color-neutral-light-blue)}.accordion-list__item-rating{font-weight:400}@media only screen and (max-width: 767px){.accordion-list__item-rating{order:3;width:100%;font-size:20px;grid-column:span 2}}.accordion-list__item-rating .icon{display:inline-block;width:20px;height:20px}@media only screen and (max-width: 767px){.accordion-list__item-rating .icon{width:14px;height:14px}}.accordion-list__item-rating .icon:before{background-color:var(--color-primary-yellow)}.accordion-list__item-title{display:grid;grid-template-columns:1fr auto;align-items:center;padding:34px 0;grid-gap:0 20px;width:100%;text-align:left;position:relative}@media only screen and (max-width: 1200px){.accordion-list__item-title{padding:20px 0;font-size:24px}}@media only screen and (max-width: 1022px){.accordion-list__item-title{padding:16px 0}}.accordion-list__item-title--with-rating{grid-template-columns:auto 1fr auto}@media only screen and (max-width: 767px){.accordion-list__item-title--with-rating{grid-template-columns:1fr auto}}.accordion-list__item-title-icon{position:relative;width:28px;height:28px;display:block;flex-shrink:0;margin-left:auto}.accordion-list__item-title-icon:after,.accordion-list__item-title-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--color-primary-blue);width:100%;height:2px;border-radius:4px;transition:transform .3s ease}.is-open .accordion-list__item-title-icon:before{transform:translate(-50%,-50%) rotate(45deg)}.accordion-list__item-title-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.is-open .accordion-list__item-title-icon:after{transform:translate(-50%,-50%) rotate(-45deg)}.accordion-list__item-content{display:none}.accordion-list__item-content-inner{position:relative;padding-bottom:32px;display:grid;grid-gap:32px}@media only screen and (max-width: 1022px){.accordion-list__item-content-inner{padding:12px 0}}.accordion-list__item-description{position:relative}.accordion-list__item-description:after{content:"";position:absolute;bottom:0;left:0;width:calc(100% - 5px);height:150px;background:linear-gradient(0deg,#fff 0%,rgba(255,255,255,0) 100%);z-index:4;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;display:none}@media only screen and (max-width: 1022px){.accordion-list__item-description:after{height:50px}}.accordion-list__item-description-inner{display:grid;grid-gap:32px;will-change:padding,height;transition:height .3s ease,padding .3s ease;position:relative}.accordion-list__item-description-inner .gradient{height:90px;width:100%;position:absolute;background:linear-gradient(0deg,rgb(255,255,255) 0%,rgba(255,255,255,0) 100%);bottom:0;left:0}.accordion-list__item-buttons{display:flex;gap:20px;flex-wrap:wrap}@media only screen and (max-width: 767px){.accordion-list__item-buttons{gap:10px}.accordion-list__item-buttons .btn{width:100%}}.accordion-list__item .limit-height{height:300px;overflow:hidden}.accordion-list__item--scrollable-content .accordion-list__item-description:after{display:block}.accordion-list__item--scrollable-content .accordion-list__item-description-inner{height:375px;overflow:hidden;scrollbar-track-color:#e5eef5;scrollbar-face-color:#00599f;scrollbar-arrow-color:#00599f}.accordion-list__item--scrollable-content .accordion-list__item-description-inner::-webkit-scrollbar{width:3px}.accordion-list__item--scrollable-content .accordion-list__item-description-inner::-webkit-scrollbar-track{border-radius:0;background-color:#e5eef5}.accordion-list__item--scrollable-content .accordion-list__item-description-inner::-webkit-scrollbar-thumb{background-color:#00599f;width:3px;border-radius:0}.accordion-list__item--scrollable-content .accordion-list__item-description-inner::-webkit-scrollbar-thumb:window-inactive{background-color:#73a4ca}.accordion-list__item--scrollable-content .accordion-list__item-description-inner::-webkit-scrollbar-thumb:hover{background-color:#2e77b0}@-moz-document url-prefix(){.accordion-list__item--scrollable-content .accordion-list__item-description-inner{scrollbar-width:thin;scrollbar-color:#00599f transparent}.accordion-list__item--scrollable-content .accordion-list__item-description-inner:hover{scrollbar-color:rgba(0,89,159,.8) transparent}}@media only screen and (min-width: 1023px) and (max-width: 1200px){.accordion-list__item--scrollable-content .accordion-list__item-description-inner{height:455px}}@media only screen and (max-width: 767px){.accordion-list__item--scrollable-content .accordion-list__item-description-inner{height:614px}}.accordion-list__item--scrollable-content.is-open-content .accordion-list__item-content-inner{padding-right:8px}.accordion-list__item--scrollable-content.is-open-content .accordion-list__item-description:after{opacity:1;visibility:visible}.accordion-list__item--scrollable-content.is-open-content .accordion-list__item-description-inner{height:1060px;overflow:auto;padding-right:28px;padding-bottom:100px;position:relative}@media only screen and (max-width: 1022px){.accordion-list__item--scrollable-content.is-open-content .accordion-list__item-description-inner{height:824px;padding-bottom:50px}}.accordion-list__item--scrollable-content.is-open-content .accordion-list__item-buttons{display:none}.accordion-list .editor-text p{margin:27px 0}.accordion-list .editor-text p:first-child{margin-top:0}.accordion-list .editor-text p:last-child{margin-bottom:0}.accordion-list .editor-text ul{padding-left:10px}.accordion-list .editor-text table{font-family:Proxima Nova,sans-serif;border:0;line-height:1.2}@media only screen and (max-width: 767px){.accordion-list .editor-text table{width:100%!important}}.accordion-list .editor-text table p{margin:8px 0}.accordion-list .editor-text table p:first-child{margin-top:0}.accordion-list .editor-text table p:last-child{margin-bottom:0}.accordion-list .editor-text table tr th,.accordion-list .editor-text table tr td{padding:12px 0;vertical-align:middle}@media only screen and (max-width: 1022px){.accordion-list .editor-text table tr th,.accordion-list .editor-text table tr td{padding:14px 0}}.accordion-list .editor-text table tr th:first-of-type,.accordion-list .editor-text table tr td:first-of-type{padding-right:16px}.accordion-list .editor-text table tr th{font-weight:700;width:50.5%;color:var(--color-neutral-black);padding-right:10px}@media only screen and (max-width: 1022px){.accordion-list .editor-text table tr th{line-height:1.5;width:51.5%}}.accordion-list--secondary{display:grid;grid-gap:32px}.accordion-list--secondary .accordion-list__item{background:linear-gradient(360deg,#e5eef5 0%,#f5f8fb 100%);border:0;border-radius:10px}.accordion-list--secondary .accordion-list__item-title{padding:22px 40px;font-size:20px}.accordion-list--secondary .accordion-list__item-title-icon{width:16px;height:16px}.accordion-list--secondary .accordion-list__item-content-inner{padding:8px 40px 40px}.brand-filter{width:100%;max-width:256px;padding:20px;background:var(--color-gradient);position:sticky;top:calc(var(--header-height, 0px) + 40px);transition:top .3s ease}.is-scrolled .brand-filter{top:calc(var(--header-height, 0px) + 40px - var(--header-top-height, 0px))}.is-scrolled-up .brand-filter{top:calc(var(--header-height, 0px) + 40px)}@media only screen and (max-width: 1022px){.brand-filter{padding:0;background:transparent;top:0!important;position:relative;border-radius:0}}.brand-filter__mobile-button{padding:10px 20px;max-width:100vw;width:100vw;margin-left:-20px;position:sticky;top:calc(var(--header-height, 0px));background-color:var(--color-white);border-bottom:1px solid transparent;z-index:9;transition:top .3s ease}.is-scrolled .brand-filter__mobile-button{top:calc(var(--header-height, 0px) - var(--header-top-height, 0px))}.is-scrolled-up .brand-filter__mobile-button{top:calc(var(--header-height, 0px))}@media only screen and (max-width: 1022px){.brand-filter__button{display:flex;width:100%;height:50px;align-items:center;justify-content:center;gap:10px;border-radius:5px;border:1px solid var(--color-primary-blue);background-color:#f5f8fb}.brand-filter__body{padding-top:0;width:100%;max-width:320px;position:fixed;right:0;top:0;height:100%;transition:transform .3s ease;z-index:101;background-color:var(--color-white);transform:translate(100%)}.is-open-brand-filter .brand-filter__body{transform:translate(0)}.brand-filter__body-container{height:100%;display:flex;flex-direction:column}}.brand-filter__body-inner{display:grid;overflow:auto;padding-right:20px;max-height:calc(100vh - 90px - var(--header-height, 0px));scrollbar-track-color:rgba(0,89,158,.2);scrollbar-face-color:#00599f;scrollbar-arrow-color:#00599f}.brand-filter__body-inner::-webkit-scrollbar{width:3px}.brand-filter__body-inner::-webkit-scrollbar-track{border-radius:0;background-color:#00599e33}.brand-filter__body-inner::-webkit-scrollbar-thumb{background-color:#00599f;width:3px;border-radius:0}.brand-filter__body-inner::-webkit-scrollbar-thumb:window-inactive{background-color:#00599f99}.brand-filter__body-inner::-webkit-scrollbar-thumb:hover{background-color:#00599fd6}@-moz-document url-prefix(){.brand-filter__body-inner{scrollbar-width:thin;scrollbar-color:#00599f transparent}.brand-filter__body-inner:hover{scrollbar-color:rgba(0,89,159,.8) transparent}}@media only screen and (max-width: 1022px){.brand-filter__body-inner{flex:auto;display:flex;flex-direction:column;max-height:initial;max-width:calc(100% - 10px);padding-left:20px;margin:4px auto;width:100%}}.brand-filter__body-footer{padding:20px;background-color:var(--color-white);width:100%;border-top:1px solid var(--color-neutral-light-gray)}.brand-filter__body-footer .btn{width:100%}.brand-filter__body-footer .btn.hide,.brand-filter__body-footer.has-items [data-close-brand-filter]{display:none}.brand-filter__body-footer.has-items .brand-filter__submit{display:flex}.brand-filter__selections{padding:20px;border-bottom:1px solid var(--color-neutral-light-blue)}.brand-filter__selections-item{padding:8px 14px;display:inline-flex;align-items:center;gap:15px;font-weight:700;background-color:#f5f8fb;color:var(--color-primary-blue)}.brand-filter__selections-item .icon{width:12px;height:12px}.brand-filter__selections-row{display:flex;gap:10px;white-space:nowrap;overflow:auto;width:calc(100% + 20px)}.brand-filter__selections-footer{margin-top:14px}.brand-filter__header{display:flex;justify-content:space-between;gap:20px;min-height:46px;padding-left:20px;align-items:center}.brand-filter__close{width:46px}.brand-filter__close .icon{width:18px;height:18px}.brand-filter__submit{display:none}.brand-filter__overlay{z-index:100}.is-open-brand-filter .brand-filter__overlay{opacity:1;visibility:visible}.brand-filter__item{border-bottom:1px solid var(--color-white)}@media only screen and (max-width: 1022px){.brand-filter__item{border-color:var(--color-neutral-light-gray)}}.brand-filter__item-icon{width:18px;height:18px;position:relative}.brand-filter__item-icon .icon{width:100%;height:100%;position:relative;transition:opacity .3s ease}.brand-filter__item-icon .icon-minus{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.brand-filter__item-title{padding:16px 0;display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%}.brand-filter__item-content{display:none}.brand-filter__item-content-inner{display:grid;grid-gap:10px;padding-bottom:20px}.brand-filter__item-content a .checkbox{pointer-events:none}.brand-filter__item-content .checkbox__label{width:100%}@media only screen and (min-width: 1023px){.brand-filter__item:first-child .brand-filter__item-title{padding-top:0}}.brand-filter__item.is-active .brand-filter__item-title .icon-minus{opacity:1}.brand-filter__item.is-active .brand-filter__item-title .icon-plus{opacity:0}.product-showcase{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;gap:30px}@media only screen and (max-width: 767px){.product-showcase{flex-direction:column;gap:20px;max-width:calc(100% + 40px);width:calc(100% + 40px);margin-left:-20px}}.product-showcase__thumb-slider{flex:0 0 95px;max-width:95px;width:100%;min-height:100%;position:relative}@media only screen and (max-width: 767px){.product-showcase__thumb-slider{flex:auto;max-width:100%}}.product-showcase__thumb-slider:after{content:"";position:absolute;right:-10px;top:0;height:100%;width:1px;background-color:var(--color-neutral-light-gray);pointer-events:none}@media only screen and (max-width: 767px){.product-showcase__thumb-slider:after{display:none}}.product-showcase__thumb-slider .swiper{height:585px}@media only screen and (max-width: 1439px){.product-showcase__thumb-slider .swiper{height:492px}}@media only screen and (max-width: 1200px){.product-showcase__thumb-slider .swiper{height:385px}}@media only screen and (max-width: 1022px){.product-showcase__thumb-slider .swiper{height:534px}}@media only screen and (max-width: 767px){.product-showcase__thumb-slider .swiper{height:auto;padding:0 20px}}.product-showcase__thumb-slider-slide{cursor:pointer;position:relative;height:0;padding-bottom:86.32%}.product-showcase__thumb-slider-slide:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--color-primary-blue);z-index:2;pointer-events:none;opacity:0;visibility:hidden;will-change:opacity,visibility;transition:opacity .3s ease,visibility .3s ease}.swiper-slide-thumb-active .product-showcase__thumb-slider-slide:after,.product-showcase__thumb-slider-slide:hover:after{opacity:1;visibility:visible}.product-showcase__thumb-slider-slide img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:auto;height:auto;max-height:100%;-o-object-fit:contain;object-fit:contain}.product-showcase__main-slider{flex:0 0 calc(100% - 134px);max-width:calc(100% - 134px);width:100%;position:relative}@media only screen and (max-width: 767px){.product-showcase__main-slider{flex:0 0 auto;max-width:100%;order:-1}}.product-showcase__main-slider-slide{position:relative;height:0;padding-bottom:90%}@media only screen and (max-width: 767px){.product-showcase__main-slider-slide{padding-bottom:87.5%}}.product-showcase__main-slider-slide img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:auto;height:auto;max-height:100%;-o-object-fit:contain;object-fit:contain}@media only screen and (min-width: 1023px){.swiper-slide-active .product-showcase__main-slider-slide img{pointer-events:all;cursor:zoom-out}}.product-showcase .slider-nav__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6;left:0;background-color:var(--color-white)}@media only screen and (max-width: 1200px){.product-showcase .slider-nav__arrow{width:40px;height:40px}}@media only screen and (max-width: 767px){.product-showcase .slider-nav__arrow{width:40px;height:40px;left:20px}}.product-showcase .slider-nav__arrow.swiper-button-next{left:initial;right:0}@media only screen and (max-width: 767px){.product-showcase .slider-nav__arrow.swiper-button-next{right:20px}}@media only screen and (max-width: 1200px){.product-showcase .slider-nav__arrow .icon{width:15px;height:12px}}.product-showcase .slider-nav__arrow:hover{background-color:var(--color-primary-blue)}.product-showcase__energy-class{max-width:46px;width:100%;display:grid;grid-gap:5px}@media only screen and (max-width: 767px){.product-showcase__energy-class{max-width:38px}}.product-showcase__energy-class img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.product-showcase__info-text{margin-top:14px;color:#757575}@media only screen and (max-width: 767px){.product-showcase__info-text{font-size:12px;margin-top:5px}}.product-showcase__content{position:absolute;left:0;bottom:5px;z-index:5;max-width:100%;pointer-events:none}@media only screen and (max-width: 767px){.product-showcase__content{padding-left:20px;bottom:0}}.product-showcase .drift-zoom-pane{z-index:4}.product-showcase .badge{position:absolute;top:10px;right:0;z-index:7;pointer-events:none}@media only screen and (max-width: 1022px){.product-showcase .badge{min-width:40px;font-size:16px;top:0;right:20px}}@media only screen and (min-width: 1201px){.product-showcase .badge{min-width:100px;font-size:24px}.product-showcase .badge .icon-gift{width:32px;height:32px}}.testimonial-list{display:grid;grid-gap:30px}.testimonial-list__item{display:block}.testimonial-list__author{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:6px;gap:10px}.testimonial-list .title{margin-bottom:6px}.testimonial-list__rating{display:flex;align-items:center;flex-wrap:wrap}.testimonial-list__rating .icon:before{background-color:var(--color-neutral-light-blue)}.testimonial-list__rating .icon.is-active:before{background-color:var(--color-primary-yellow)}.checkmark-list .title{font-weight:400;margin-bottom:22px}@media only screen and (max-width: 1022px){.checkmark-list .title{margin-bottom:16px}.checkmark-list .title--h2{font-size:24px}}.checkmark-list .title--h3{margin-bottom:28px}@media only screen and (max-width: 1022px){.checkmark-list .title--h3{font-size:18px;margin-bottom:18px}}.checkmark-list__list{display:grid;grid-gap:7px}.checkmark-list__item{display:grid;grid-template-columns:14px 1fr;grid-gap:10px;align-items:flex-start}.checkmark-list__item .icon{margin-top:6px;width:14px;height:10px}.checkmark-list__item .icon:before{background-color:var(--color-primary-yellow)}.checkmark-list__info-text{margin-top:25px}@media only screen and (max-width: 1022px){.checkmark-list__info-text{font-size:18px;line-height:1.33;margin-top:16px}}.product-summary{max-width:440px;width:100%;margin:0 auto}@media only screen and (max-width: 1022px){.product-summary{max-width:100%;margin-top:50px}}@media only screen and (max-width: 767px){.product-summary{width:calc(100% + 40px);max-width:calc(100% + 40px);margin-left:-20px}}.product-summary__inner{padding:40px;display:grid;grid-gap:15px}@media only screen and (max-width: 1200px){.product-summary__inner{padding:30px}}@media only screen and (max-width: 767px){.product-summary__inner{border-radius:0;padding:20px}}.product-summary__header{display:flex;align-items:center;gap:20px;padding-bottom:20px;border-bottom:1px solid var(--color-white)}@media only screen and (max-width: 1022px){.product-summary__header{display:none}}.product-summary__image{position:relative;max-width:60px;width:100%;flex:0 0 60px;height:50px;border-radius:5px;overflow:hidden;background-color:var(--color-white)}.product-summary__image img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.product-summary__configuration{display:grid;grid-gap:20px;padding-bottom:14px;border-bottom:1px solid var(--color-white)}.product-summary .dropdown__placeholder{height:50px}.product-summary .dropdown__list-option{min-height:50px;padding:13px 15px}.product-summary__price{display:grid;grid-gap:15px}.product-summary__price-item{display:grid;grid-template-columns:1fr auto;grid-gap:0 20px;align-items:center}.product-summary__price-item-info{grid-column:span 2;font-weight:400}.product-summary__regular-price{color:var(--color-neutral-dark-gray)}.product-summary__regular-price .product-summary__price-item-amount{text-decoration-line:line-through}.product-summary__special-price{line-height:1}@media only screen and (max-width: 1022px){.product-summary__special-price{font-size:24px}}.product-summary__body{display:grid;grid-gap:15px}@media only screen and (min-width: 768px) and (max-width: 1022px){.product-summary .info-tag{justify-self:flex-start}}@media only screen and (max-width: 767px){.product-summary .info-tag{background:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='362' height='29' fill='none'%3E%3Cpath stroke='%2300599F' d='m11.29 14.8.225-.3-.226-.3L1.001.5H361.5v28H1l10.29-13.7Z'/%3E%3C/svg%3E") no-repeat right center/100% 100%}}@media only screen and (min-width: 1023px) and (max-width: 1200px){.product-summary .info-tag{font-size:12px}}.product-summary__price-info{display:grid;grid-gap:6px}.product-summary__price-info a:hover{color:var(--color-primary-blue)}.product-summary__footer{padding-top:14px;border-top:1px solid var(--color-white);display:flex;flex-direction:column;align-items:center}.product-summary__footer .btn--large{width:100%}@media only screen and (min-width: 768px) and (max-width: 1022px){.product-summary__footer .btn--large{width:auto;align-self:center}}.product-summary__delivery{display:flex;flex-wrap:wrap;gap:5px 20px;justify-content:center;color:var(--color-neutral-dark-gray);margin-bottom:14px}@media only screen and (max-width: 767px){.product-summary__delivery{gap:5px 10px}}.product-summary__delivery-col{flex-direction:column;align-items:start}.product-summary__stock-status{color:#007034}.product-summary__stock-status.low-stock{color:var(--color-primary-yellow)}.product-summary__stock-status.out-of-stock{color:#eb0000}.product-summary__compare-btn{margin-top:15px;font-size:14px}.product-summary__notify-btn{font-size:14px}.product-summary__contact-link{display:inline-flex;align-items:center;gap:10px;color:#757575}.product-summary__contact-link .icon{flex-shrink:0}.product-summary__contact-link .icon:before{background-color:currentColor}.product-summary__contact-link:hover{color:var(--color-primary-blue)}.product-summary__contact-link-wrapper{margin-top:20px}@media only screen and (max-width: 1022px){.product-summary__contact-link-wrapper{display:none}}.product-summary__lowest-price-info{margin-top:-8px;margin-bottom:5px}.notification-pop-up{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;padding:20px;display:flex;align-items:center;overflow:auto;will-change:opacity,visibility;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}@media only screen and (min-width: 1023px){.notification-pop-up{scrollbar-track-color:#e5eef5;scrollbar-face-color:#00599f;scrollbar-arrow-color:#00599f}.notification-pop-up::-webkit-scrollbar{width:3px}.notification-pop-up::-webkit-scrollbar-track{border-radius:0;background-color:#e5eef5}.notification-pop-up::-webkit-scrollbar-thumb{background-color:#00599f;width:3px;border-radius:0}.notification-pop-up::-webkit-scrollbar-thumb:window-inactive{background-color:#73a4ca}.notification-pop-up::-webkit-scrollbar-thumb:hover{background-color:#2e77b0}@-moz-document url-prefix(){.notification-pop-up{scrollbar-width:thin;scrollbar-color:#00599f transparent}.notification-pop-up:hover{scrollbar-color:rgba(0,89,159,.8) transparent}}}.notification-pop-up.is-open-modal{opacity:1;visibility:visible;pointer-events:all}.notification-pop-up__overlay{position:fixed;background-color:#222c;pointer-events:all}.notification-pop-up__inner{max-width:600px;width:100%;margin:auto;padding:20px 40px 34px;position:relative;z-index:4}@media only screen and (max-width: 767px){.notification-pop-up__inner{padding:20px}}.notification-pop-up__close{width:20px;height:20px;margin:0 -20px 20px auto}@media only screen and (max-width: 767px){.notification-pop-up__close{margin-right:0;margin-bottom:10px}}.notification-pop-up__close .icon{width:100%;height:100%;transition:transform .3s ease}.notification-pop-up__close .icon:before{background-color:var(--color-primary-blue)}.notification-pop-up__close:hover .icon{transform:scale(.9)}.notification-pop-up .title{margin-bottom:15px}@media only screen and (max-width: 767px){.notification-pop-up .title{font-size:24px;margin-bottom:8px}}.notification-pop-up__form{margin-top:24px}@media only screen and (max-width: 767px){.notification-pop-up__form{margin-top:12px}}.notification-pop-up__form-inner{display:grid;grid-template-columns:1fr auto;grid-gap:10px}@media only screen and (max-width: 767px){.notification-pop-up__form-inner{grid-template-columns:1fr}}.notification-pop-up__form-button{max-height:50px}.notification-pop-up__form-error{text-align:center;color:var(--color-validation-failed);font-family:var(--font-secondary)}.notification-pop-up__form-error-body{padding-top:10px}.notification-pop-up__form-error-text{margin-top:8px}.notification-pop-up .mod-input{font-size:14px}.notification-pop-up .mod-input__label{padding:14px 18px}.notification-pop-up .mod-input__field{height:50px}.notification-pop-up .mod-input.is-focused .mod-input__label{padding:6px 18px}.notification-pop-up__info-text{margin-top:26px}@media only screen and (max-width: 767px){.notification-pop-up__info-text{margin-top:16px}}.color-selection__title{margin-bottom:14px}.color-selection__list{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.color-selection__tooltip{position:absolute;width:142px;background-color:var(--color-white);border-radius:5px;border:1px solid var(--color-neutral-light-blue);z-index:8;min-height:28px;display:flex;align-items:center;justify-content:center;padding:5px;left:15px;pointer-events:none;bottom:93%;box-shadow:0 2px 5px #2223;opacity:0;visibility:hidden;will-change:opacity,visibility;transition:opacity .3s ease,visibility .3s ease}@media only screen and (max-width: 1200px){.color-selection__tooltip{left:0}}@media only screen and (max-width: 767px){.color-selection__tooltip{width:100px;font-size:7px;padding:3px;min-height:22px}}.color-selection__tooltip:after{content:"";position:absolute;top:100%;left:6px;width:10px;height:10px;background-color:var(--color-white);border:1px solid var(--color-neutral-light-blue);border-left:0;border-top:0;box-shadow:0 10px 13px #2223;transform:rotate(45deg) translateY(-6px)}@media only screen and (max-width: 1200px){.color-selection__tooltip:after{left:20px}}.color-selection__tooltip-text{display:block}.color-selection__item input{position:absolute;width:0;height:0;opacity:0}.color-selection__item input:checked+label:after{opacity:1;visibility:visible}.color-selection__item label{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0;cursor:pointer}.color-selection__color{position:relative;width:60px;height:50px;padding:2px;flex-shrink:0;border-radius:5px;background-color:var(--color-white);transition:box-shadow .3s ease}.color-selection__color:before{border-radius:inherit;background-color:#e5eef580;z-index:1;opacity:0;visibility:hidden}.color-selection__color:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:100%;z-index:1;background-color:var(--color-primary-blue);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.color-selection__color img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.color-selection__color.is-selected:after{opacity:1;visibility:visible}.color-selection__color:hover{box-shadow:0 5px 15px #22222214}.color-selection__color:hover .color-selection__tooltip{opacity:1;visibility:visible}.color-selection__color.out-of-stock{box-shadow:none}.color-selection__color.out-of-stock:before{opacity:1;visibility:visible}.range-slider{width:100%;text-align:left;padding-top:2px;max-width:180px;margin-bottom:16px}@media only screen and (max-width: 1022px){.range-slider{max-width:100%}}.range-slider__inner{width:100%;min-height:24px}.range-slider__inputs{display:grid;grid-template-columns:1fr auto 1fr auto;grid-gap:5px;align-items:center;margin-bottom:5px}.range-slider__inputs-divider{font-size:13px;line-height:1.46}.range-slider__inputs-item{margin:0;text-align:center}.range-slider__inputs-item input{text-align:center;height:30px;width:100%;background-color:var(--color-white);color:var(--color-primary-blue);border:0;border-radius:5px;padding:0 4px;font-family:inherit;font-size:14px;font-weight:700}@media only screen and (max-width: 1022px){.range-slider__inputs-item input{font-size:16px;border:1px solid var(--color-neutral-light-blue)}}.noUi-horizontal{height:2px;top:12px}.noUi-target{border:0;box-shadow:none;background-color:var(--color-white)}@media only screen and (max-width: 1022px){.noUi-target{background-color:var(--color-neutral-light-blue)}}.noUi-connects{overflow:visible}.noUi-connect{background:var(--color-primary-blue);height:4px;top:-1px}.noUi-horizontal .noUi-handle,.noUi-handle{height:16px;width:16px;border-radius:5px;background:var(--color-white);border:3px solid var(--color-primary-blue);box-shadow:none;top:-7px;cursor:pointer;display:flex;align-items:center;justify-content:center}.noUi-touch-area{width:10px;height:10px;border-radius:3px}.noUi-handle:after,.noUi-handle:before{height:4px;width:1px;left:10px;top:3px;z-index:3;background:rgba(0,89,159,.3)}.noUi-handle:before{left:4px}.noUi-handle:after{left:6px}.noUi-handle.noUi-handle-lower{right:-16px}.noUi-handle.noUi-handle-upper{right:0}.product-filter{width:100%;max-width:256px;padding:20px;background:var(--color-gradient);position:sticky;top:calc(var(--header-height, 0px) + 40px);transition:top .3s ease}.is-scrolled .product-filter{top:calc(var(--header-height, 0px) + 40px - var(--header-top-height, 0px))}.is-scrolled-up .product-filter{top:calc(var(--header-height, 0px) + 40px)}@media only screen and (max-width: 1022px){.product-filter{padding:0;background:transparent;top:0!important;position:relative;border-radius:0}}.product-filter__back-button{display:flex;align-items:center;gap:10px}.product-filter__back-button .icon:before{background-color:var(--color-primary-blue)}.product-filter__back-button:hover{color:var(--color-primary-blue)}@media only screen and (max-width: 1022px){.product-filter__body{padding-top:0;width:100%;max-width:320px;position:fixed;right:0;top:0;height:100%;transition:transform .3s ease;z-index:105;background-color:var(--color-white);transform:translate(100%)}.is-open-product-filter .product-filter__body{transform:translate(0)}.product-filter__body-container{height:100%;display:flex;flex-direction:column}}.product-filter__body-inner{display:grid;overflow:auto;padding-right:20px;max-height:calc(100vh - 90px - var(--header-height, 0px));scrollbar-track-color:rgba(0,89,158,.2);scrollbar-face-color:#00599f;scrollbar-arrow-color:#00599f}.product-filter__body-inner::-webkit-scrollbar{width:3px}.product-filter__body-inner::-webkit-scrollbar-track{border-radius:0;background-color:#00599e33}.product-filter__body-inner::-webkit-scrollbar-thumb{background-color:#00599f;width:3px;border-radius:0}.product-filter__body-inner::-webkit-scrollbar-thumb:window-inactive{background-color:#00599f99}.product-filter__body-inner::-webkit-scrollbar-thumb:hover{background-color:#00599fd6}@-moz-document url-prefix(){.product-filter__body-inner{scrollbar-width:thin;scrollbar-color:#00599f transparent}.product-filter__body-inner:hover{scrollbar-color:rgba(0,89,159,.8) transparent}}@media only screen and (max-width: 1022px){.product-filter__body-inner{flex:auto;display:flex;flex-direction:column;max-height:initial;max-width:calc(100% - 10px);padding-left:20px;margin:4px auto;width:100%}}.product-filter__body-footer{padding:20px;background-color:var(--color-white);width:100%;border-top:1px solid var(--color-neutral-light-gray)}.product-filter__body-footer .btn{width:100%}.product-filter__body-footer .btn.hide,.product-filter__body-footer.has-items [data-close-product-filter]{display:none}.product-filter__body-footer.has-items .product-filter__submit{display:flex}.product-filter__selections{padding:20px;border-bottom:1px solid var(--color-neutral-light-blue)}.product-filter__selections-item{padding:8px 14px;display:inline-flex;align-items:center;gap:15px;font-weight:700;background-color:#f5f8fb;color:var(--color-primary-blue)}.product-filter__selections-item .icon{width:12px;height:12px}.product-filter__selections-row{display:flex;gap:10px;white-space:nowrap;overflow:auto;width:calc(100% + 20px)}.product-filter__selections-footer{margin-top:14px}.product-filter__header{display:flex;justify-content:space-between;gap:20px;min-height:46px;padding-left:20px;align-items:center}.product-filter__close{width:46px}.product-filter__close .icon{width:18px;height:18px}.product-filter__submit{display:none}.product-filter__overlay{z-index:101}.is-open-product-filter .product-filter__overlay{opacity:1;visibility:visible}.product-filter__item{border-bottom:1px solid var(--color-white)}.product-filter__item:last-of-type{border:none}@media only screen and (max-width: 1022px){.product-filter__item{border-color:var(--color-neutral-light-gray)}}.product-filter__item-icon{width:18px;height:18px;position:relative}@media only screen and (max-width: 1022px){.product-filter__item-icon{width:14px;height:14px}}.product-filter__item-icon .icon{width:100%;height:100%;position:relative;transition:opacity .3s ease,transform .3s ease}.product-filter__item-icon .icon-minus{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.product-filter__item-title{padding:16px 0;display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%;position:relative}.product-filter__item-title .counter-badge{margin-right:auto;top:1px;position:relative}.product-filter__item-content{display:none}.product-filter__item-content-inner{display:grid;grid-gap:10px;padding-bottom:20px}.product-filter__item-content a .checkbox{pointer-events:none}.product-filter__item-content .checkbox__label{width:100%}.product-filter__item-link.is-active,.product-filter__item-link:hover{color:var(--color-primary-blue)}.product-filter__item-link.is-active{font-weight:700}@media only screen and (min-width: 1023px){.product-filter__item:first-child .product-filter__item-title{padding-top:0}}.product-filter__item.is-active .product-filter__item-title .icon-minus{opacity:1}.product-filter__item.is-active .product-filter__item-title .icon-plus{opacity:0}.product-filter__item.is-active .product-filter__item-title .icon-chevron-down{transform:scaleY(-1)}.product-filter .radio-button__info-text{display:inline}.listing-footer{margin-top:50px;padding-top:50px;gap:20px;border-top:1px solid var(--color-neutral-light-blue);display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}@media only screen and (max-width: 1200px){.listing-footer{margin-top:30px;padding-top:30px}}@media only screen and (max-width: 767px){.listing-footer{justify-content:center;margin-top:40px;padding-top:18px}}.listing-footer__item{flex-shrink:0}@media only screen and (min-width: 1023px) and (max-width: 1200px){.listing-footer__item.text-right{margin:16px auto 0}}@media only screen and (max-width: 1200px){.listing-footer__item.text-right{width:auto}}@media only screen and (max-width: 1022px){.listing-footer__item.text-right{margin:0 auto}}@media only screen and (max-width: 767px){.listing-footer__item{width:100%;text-align:center}.listing-footer__item.text-right{margin-top:0;width:100%}.listing-footer .btn{width:100%}}.listing-footer .pagination ul{justify-content:flex-end}@media only screen and (max-width: 767px){.listing-footer .pagination ul{justify-content:center}}.promo-banner{position:relative;max-width:658px;width:100%;display:block;background-color:var(--color-primary-blue-rollover)}.promo-banner__content{min-height:270px;max-width:345px;width:100%;padding:40px;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;color:var(--color-white);gap:16px}@media only screen and (max-width: 1200px){.promo-banner__content{padding:30px;min-height:230px}}@media only screen and (max-width: 1022px){.promo-banner__content{padding:20px;min-height:180px}}@media only screen and (max-width: 767px){.promo-banner__content{min-height:130px;max-width:170px}}.promo-banner .btn{pointer-events:none}@media only screen and (max-width: 1022px){.promo-banner .btn{display:none}}.promo-banner .btn .icon{width:15px;height:12px}.promo-banner .title{text-transform:uppercase}@media only screen and (min-width: 768px) and (max-width: 1022px){.promo-banner .title{font-size:18px}}@media only screen and (max-width: 767px){.promo-banner .title{font-size:16px;line-height:1}}.promo-banner .title h3{display:inline;background-image:linear-gradient(var(--color-white),var(--color-white));background-size:0% 1px;background-repeat:no-repeat;transition:background-size .5s;background-position:0 100%}.promo-banner__text{line-height:1.2}@media only screen and (max-width: 1022px){.promo-banner__text{display:none}}@media only screen and (max-width: 1200px){.promo-banner__text.text--20{font-size:18px}}.promo-banner--href:hover .title h3{background-size:100% 1px}.promo-banner--large{max-width:1360px}@media only screen and (min-width: 1023px){.promo-banner--large .promo-banner__content{min-height:360px;max-width:470px}}@media only screen and (min-width: 1201px) and (max-width: 1439px){.promo-banner--large .promo-banner__content{min-height:500px}}@media only screen and (min-width: 1440px){.promo-banner--large .promo-banner__content{min-height:540px}}@media only screen and (min-width: 768px) and (max-width: 1022px){.promo-banner--large .promo-banner__content{min-height:300px}}@media only screen and (max-width: 1200px){.promo-banner--large .promo-banner__content .title{font-size:30px}}@media only screen and (max-width: 1022px){.promo-banner--large .promo-banner__content .title{font-size:25px}}@media only screen and (max-width: 767px){.promo-banner--large .promo-banner__content .title{font-size:16px;line-height:1}}.cookie-banner__bar{position:fixed;left:0;width:100%;bottom:0;z-index:998;max-height:100vh;overflow:auto;transition:opacity .5s ease;padding:40px 0;opacity:0;pointer-events:none;background:rgba(0,62,109,.9);color:var(--color-white)}@media only screen and (max-width: 1200px){.cookie-banner__bar{padding:30px 0}}@media only screen and (max-width: 767px){.cookie-banner__bar{padding:12px 0 23px;font-size:14px}}.cookie-not-set .cookie-banner__bar{opacity:1;pointer-events:all}.body-scroll-locked .cookie-banner__bar{width:calc(100% - var(--scroll-width, 0px))}.cookie-banner__bar .editor-text h2{text-transform:uppercase}@media only screen and (max-width: 767px){.cookie-banner__bar .editor-text h2{font-size:24px}}.cookie-banner__bar .editor-text h2:not(:last-child){margin-bottom:16px}.cookie-banner__bar .editor-text p:not(:first-child){margin-top:16px}.cookie-banner__bar .editor-text a{color:var(--color-primary-yellow);font-weight:700}@media only screen and (max-width: 767px){.cookie-banner__bar .editor-text a{font-weight:400}}.cookie-banner__bar .editor-text a:hover{color:var(--color-white)}@media only screen and (max-width: 767px){.cookie-banner__bar .editor-text.text--14{font-size:12px;line-height:1.5}}.cookie-banner__inner{position:relative;z-index:3;display:grid;grid-template-columns:1fr 210px;grid-gap:30px;align-items:flex-start}@media only screen and (max-width: 1200px){.cookie-banner__inner{grid-template-columns:1fr;grid-gap:10px}}@media only screen and (max-width: 767px){.cookie-banner__inner{grid-gap:25px}}.cookie-banner__left{display:grid;grid-gap:14px}@media only screen and (max-width: 767px){.cookie-banner__left{grid-gap:18px}}.cookie-banner__button{display:flex;flex-direction:column;gap:10px;align-items:center;margin-top:10px}@media only screen and (min-width: 768px) and (max-width: 1200px){.cookie-banner__button{flex-direction:row;gap:15px}}@media only screen and (max-width: 767px){.cookie-banner__button{gap:18px;margin-top:0}}.cookie-banner__button .btn{padding-left:20px;padding-right:20px;width:100%}@media only screen and (min-width: 768px) and (max-width: 1200px){.cookie-banner__button .btn{width:auto}}.cookie-banner__button .btn--tertiary{width:auto;padding:0}.cookie-banner__modal{position:fixed;top:0;left:0;height:100%;max-height:100%;width:100%;z-index:999;opacity:0;pointer-events:none;overflow:auto;transition:opacity .4s ease;padding:30px 20px;display:flex;align-items:center;background-color:#222c;justify-content:center}@media only screen and (max-width: 1022px){.cookie-banner__modal{font-size:14px;padding:20px}}@media only screen and (min-width: 1023px){.cookie-banner__modal{scrollbar-track-color:#fff;scrollbar-face-color:#00599f;scrollbar-arrow-color:#00599f}.cookie-banner__modal::-webkit-scrollbar{width:3px}.cookie-banner__modal::-webkit-scrollbar-track{border-radius:0;background-color:#fff}.cookie-banner__modal::-webkit-scrollbar-thumb{background-color:#00599f;width:3px;border-radius:0}.cookie-banner__modal::-webkit-scrollbar-thumb:window-inactive{background-color:#80accf}.cookie-banner__modal::-webkit-scrollbar-thumb:hover{background-color:#337ab2}@-moz-document url-prefix(){.cookie-banner__modal{scrollbar-width:thin;scrollbar-color:#00599f transparent}.cookie-banner__modal:hover{scrollbar-color:rgba(0,89,159,.8) transparent}}}.cookie-banner__modal.is-open-modal{opacity:1;pointer-events:all}.cookie-banner__modal-close{width:20px;height:20px;margin-left:auto}@media only screen and (max-width: 767px){.cookie-banner__modal-close{width:15px;height:15px}}.cookie-banner__modal-close .icon{pointer-events:none;width:100%;height:100%;transition:transform .3s ease}.cookie-banner__modal-close .icon:before{background-color:var(--color-primary-blue)}.cookie-banner__modal-close:hover .icon{transform:scale(.9)}.cookie-banner__modal-overlay{position:fixed;left:0;top:0;width:100%;height:100%}.cookie-banner__modal-body{position:relative;margin:auto;width:100%;max-width:830px;z-index:1000;padding:30px}@media only screen and (max-width: 1022px){.cookie-banner__modal-body{padding:20px}}.cookie-banner__modal-header{border-bottom:1px solid var(--color-neutral-light-blue);padding:20px 0;margin-bottom:20px}@media only screen and (max-width: 1022px){.cookie-banner__modal-header{padding:10px 0;margin-bottom:10px}}.cookie-banner__modal-content .editor-text{margin-bottom:18px}@media only screen and (max-width: 767px){.cookie-banner__modal-content .editor-text{margin-bottom:22px}}.cookie-banner__modal-content .editor-text p{margin-top:20px;margin-bottom:20px}.cookie-banner__modal-content .editor-text p:first-child{margin-top:0}.cookie-banner__modal-item{margin-bottom:18px;position:relative}.cookie-banner__modal-item.is-necessary .mod-toggle{pointer-events:none;opacity:0}.cookie-banner__modal-cookie-title{margin-bottom:18px;padding-right:140px}@media only screen and (max-width: 767px){.cookie-banner__modal-cookie-title{padding-right:80px;margin-bottom:8px}}.cookie-banner__modal-active-label{position:absolute;right:12px;top:0;font-weight:600;color:var(--color-primary)}@media only screen and (max-width: 767px){.cookie-banner__modal-active-label{font-size:12px;top:4px}}.cookie-banner__modal-footer{display:flex;justify-content:space-between;margin-top:36px}@media only screen and (max-width: 767px){.cookie-banner__modal-footer{flex-direction:column;gap:16px}}.cookie-banner__modal .mod-toggle{position:absolute;right:14px;top:0}@media only screen and (max-width: 767px){.cookie-banner__modal .mod-toggle{right:0}}.cart-summary{position:relative;padding:34px 40px;background:var(--color-gradient);max-width:440px;width:100%;display:block;margin:0 auto}@media only screen and (max-width: 1200px){.cart-summary{padding:24px;max-width:100%}}.cart-summary__header{display:flex;justify-content:space-between;gap:8px;margin-bottom:18px}.cart-summary__edit{padding:8px 0 4px}.cart-summary__products{display:grid;grid-gap:10px;padding-bottom:20px;border-bottom:1px solid var(--color-white)}.cart-summary__price-row{padding:12px 0;display:grid;grid-gap:8px;border-bottom:1px solid var(--color-white)}.cart-summary__price-item{display:flex;grid-gap:8px}.cart-summary__price-left,.cart-summary__price-right{flex:1}.cart-summary__price-right{text-align:right}.cart-summary__footer-top{gap:8px;display:flex;align-items:flex-end;padding-top:12px}.cart-summary__footer-col{flex:1}@media only screen and (min-width: 1023px) and (max-width: 1200px){.cart-summary__footer-col{font-size:20px}}@media only screen and (max-width: 1022px){.cart-summary__footer-col.title--h3{font-size:18px}.cart-summary__footer-col.title--h2{font-size:24px}}.cart-summary__footer-bottom{margin-top:20px}.cart-summary__footer-bottom .btn{width:100%}@media only screen and (max-width: 1022px){.cart-summary__footer-bottom .btn{min-height:50px}}.cart-summary__buttons{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center;margin-top:12px}.cart-summary__buttons .btn--default{width:100%;font-size:20px}.cart-summary__installment{margin-top:12px;line-height:1;text-align:right;position:relative;padding:6px 10px 8px 28px;display:flex;flex-direction:column;gap:4px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='53' viewBox='0 0 360 53' preserveAspectRatio='none' fill='none'%3E%3Cpath d='M20.3137 26.8004L20.5394 26.5L20.3137 26.1996L1.00119 0.500022L359.5 0.500069L359.5 52.5L1.00119 52.4999L20.3137 26.8004Z' stroke='%2300599F'/%3E%3C/svg%3E") no-repeat center/100% 100%}@media only screen and (max-width: 1022px){.cart-summary__installment{margin:12px 0 -6px;padding:6px 11px 6px 40px;background-size:100% 100%}}.cart-summary__installment-top,.cart-summary__installment-bottoms{line-height:inherit}.cart-summary__installment-bottoms{color:var(--color-neutral-dark-gray)}.cart-summary .product-preview{max-width:100%}.cart-summary .product-preview__content{padding-right:0}@media only screen and (min-width: 1023px) and (max-width: 1200px){.cart-summary--checkout{padding:25px 20px}}@media only screen and (max-width: 767px){.cart-summary--checkout{padding:22px 20px}.cart-summary--checkout .cart-summary__header{margin-bottom:12px}}.cart-summary--checkout .cart-summary__price-row:first-child{border-top:1px solid var(--color-white)}@media only screen and (max-width: 767px){.cart-summary--checkout .title--h2{font-size:24px}.cart-summary--checkout .cart-summary__buttons{margin-top:16px}}.cart-summary--checkout .cart-summary__price-info{font-size:15px;line-height:18px}@media only screen and (max-width: 767px){.cart-summary--checkout .cart-summary__price-info{font-size:16px}}@media only screen and (max-width: 1022px){.cart-summary--primary{position:fixed;left:0;z-index:100;top:46px;width:100%;height:calc(100% - 46px);max-width:100%;padding:16px 4px 16px 20px;display:flex;flex-direction:column;border-radius:0;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.is-open-cart-summary .cart-summary--primary{opacity:1;visibility:visible}.cart-summary--primary .cart-summary__body{flex:auto;overflow:hidden;position:relative}.cart-summary--primary .cart-summary__body:after{content:"";position:absolute;z-index:3;pointer-events:none;bottom:0;left:0;width:100%;height:100px;transform:scale(-1);background:linear-gradient(180deg,#e5eef5 0%,#e5eef5 .01%,rgba(229,238,245,0) 100%)}.cart-summary--primary .cart-summary__body-scroll{padding-bottom:60px;flex:auto;height:100%;overflow:auto;padding-right:16px;scrollbar-track-color:rgba(0,89,158,.2);scrollbar-face-color:#00599f;scrollbar-arrow-color:#00599f}.cart-summary--primary .cart-summary__body-scroll::-webkit-scrollbar{width:4px}.cart-summary--primary .cart-summary__body-scroll::-webkit-scrollbar-track{border-radius:0;background-color:#00599e33}.cart-summary--primary .cart-summary__body-scroll::-webkit-scrollbar-thumb{background-color:#00599f;width:4px;border-radius:0}.cart-summary--primary .cart-summary__body-scroll::-webkit-scrollbar-thumb:window-inactive{background-color:#00599f99}.cart-summary--primary .cart-summary__body-scroll::-webkit-scrollbar-thumb:hover{background-color:#00599fd6}@-moz-document url-prefix(){.cart-summary--primary .cart-summary__body-scroll{scrollbar-width:thin;scrollbar-color:#00599f transparent}.cart-summary--primary .cart-summary__body-scroll:hover{scrollbar-color:rgba(0,89,159,.8) transparent}}.cart-summary--primary .cart-summary__footer{margin-top:auto;padding-right:16px;background-color:var(--color-neutral-light-blue)}.cart-summary--primary .cart-summary__edit{padding:4px 0}.cart-summary--primary .cart-summary__header .title{font-size:16px}}.quantity-counter{max-width:95px;width:100%;display:grid;grid-template-columns:auto 1fr auto;grid-gap:0;height:50px;background:var(--color-neutral-light-blue);border-radius:5px}@media only screen and (max-width: 767px){.quantity-counter{max-width:98px;height:44px}}.quantity-counter__button{position:relative;height:100%;width:32px;border-radius:4px 0 0 4px;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.quantity-counter__button:focus-visible{outline:0}.quantity-counter__button-icon{position:relative;width:10px;height:10px}.quantity-counter__button-icon:after,.quantity-counter__button-icon:before{content:"";position:absolute;left:50%;top:50%;width:100%;height:1px;transform:translate(-50%,-50%);background-color:var(--color-primary-blue);border-radius:1px;transition:background-color .3s ease}.quantity-counter__button--add{border-radius:0 5px 5px 0}.quantity-counter__button--add .quantity-counter__button-icon:before{transform:translate(-50%,-50%) rotate(90deg)}.quantity-counter__button.is-disabled{pointer-events:none}.quantity-counter__button.is-disabled .quantity-counter__button-icon:before,.quantity-counter__button.is-disabled .quantity-counter__button-icon:after{background-color:var(--color-neutral-gray)}.quantity-counter__button:hover{background-color:var(--color-primary-blue-rollover)}.quantity-counter__button:hover .quantity-counter__button-icon:before,.quantity-counter__button:hover .quantity-counter__button-icon:after{background-color:var(--color-white)}.quantity-counter__input{background:transparent;border:0;min-height:100%;height:100%;text-align:center;font-size:20px;color:var(--color-primary-blue);font-family:Klavika,sans-serif;width:100%;font-weight:700;line-height:normal;opacity:1;outline:0}.quantity-counter__input:disabled{opacity:1}.quantity-counter__input:focus{outline:0}.cart-product{position:relative;border-radius:10px;border:1px solid var(--color-neutral-light-blue);padding:20px;font-family:var(--font-secondary);transition:border-color .3s ease}.cart-product__inner{display:grid;grid-template-columns:26.5% 1fr;grid-gap:26px 22px;align-items:flex-start}@media only screen and (max-width: 767px){.cart-product__inner{grid-template-columns:30% 1fr;grid-gap:14px 6px}}.cart-product__content{display:grid;grid-template-columns:40% 95px 1fr;grid-gap:20px}@media only screen and (min-width: 1023px) and (max-width: 1200px){.cart-product__content{grid-template-columns:1fr;grid-gap:10px}}@media only screen and (max-width: 767px){.cart-product__content{grid-template-columns:1fr;grid-gap:10px}}.cart-product .quantity-counter{position:relative;z-index:4}@media only screen and (max-width: 1439px){.cart-product__heading .title{font-size:18px}}@media only screen and (max-width: 767px){.cart-product__heading .title{font-size:16px;line-height:1.25}}.cart-product__heading-text{margin-top:8px;color:var(--color-neutral-dark-gray)}@media only screen and (max-width: 767px){.cart-product__heading-text{font-size:13px;margin-top:6px}}@media only screen and (min-width: 1023px) and (max-width: 1200px){.cart-product__price{text-align:left}}@media only screen and (max-width: 767px){.cart-product__price{text-align:left}}.cart-product__regular-price{color:#505050;text-decoration-line:line-through;margin-bottom:10px}@media only screen and (max-width: 767px){.cart-product__regular-price{margin-bottom:2px}}.cart-product__reduced-price{line-height:20px}@media only screen and (min-width: 768px) and (max-width: 1200px){.cart-product__reduced-price{font-size:26px}}.cart-product__image{position:relative;height:0;padding-bottom:75.17%}.cart-product__image-product{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-object-fit:contain;object-fit:contain}.cart-product__image .badge{position:absolute;min-width:40px;font-size:12px;top:4px;right:3px;z-index:7;pointer-events:none}@media only screen and (max-width: 767px){.cart-product__image .badge{top:0;right:5px;min-width:30px;font-size:9px}}.cart-product__energy-class{position:absolute;left:0;bottom:0;z-index:7;pointer-events:none;max-width:35px;width:100%;display:grid;grid-gap:2px}@media only screen and (max-width: 767px){.cart-product__energy-class{max-width:22px}}.cart-product__energy-class img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.cart-product__footer{grid-column:span 2;color:var(--color-neutral-dark-gray);display:flex;align-items:flex-start;gap:5px 20px}.cart-product__stock-status{color:var(--color-cat-durable-product);flex-shrink:0}.cart-product__stock-status.low-stock{color:var(--color-primary-yellow)}.cart-product__stock-status.out-of-stock{color:var(--color-error)}.cart-product .swiper{overflow:clip;margin:0}@media only screen and (max-width: 767px){.cart-product .product-image-slider .slider-nav__arrow{transform:translateY(-50%) scale(.5)}}.cart-product .product-image-slider .slider-nav__arrow.swiper-button-prev{left:0}.cart-product .product-image-slider .slider-nav__arrow.swiper-button-next{right:0}@media only screen and (max-width: 767px){.cart-product .product-image-slider .swiper-scrollbar{transform:translate(-50%) scale(.5)}}.cart-product__remove-btn{position:absolute;right:0;top:0;z-index:5;transform:translate(50%,-50%);width:24px;height:24px;border-radius:100%;background-color:var(--color-neutral-light-blue);transition:background-color .3s ease}.cart-product__remove-btn .icon{width:12px;height:12px}.cart-product__remove-btn .icon:before{background-color:var(--color-primary-blue)}.cart-product__remove-btn:hover{background-color:var(--color-primary-blue-rollover)}.cart-product__remove-btn:hover .icon:before{background-color:var(--color-white)}.cart-product__notify-btn{position:relative;z-index:4;font-size:14px}.cart-product--link:hover{border-color:var(--color-primary-blue)}.cart-product-list{display:grid;grid-gap:20px}.cart-product-list__toast{display:flex;align-items:center;gap:5px;font-family:var(--font-secondary);padding:10px 0;font-size:13px;margin:0;color:#00853e}@media only screen and (max-width: 767px){.cart-product-list__toast{gap:8px}}.cart-product-list__toast .icon{flex-shrink:0}.cart-product-list__toast--add-item{padding:0}.cart-product-list__undo{margin-left:auto;flex-shrink:0}.cart-product-list__undo .icon{width:16px;height:16px}.cart-product-list__undo:hover .icon:before{background-color:var(--color-success)}.configuration-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;padding:20px;display:flex;align-items:flex-start;justify-content:center;overflow:auto;will-change:opacity,visibility;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}@media only screen and (min-width: 1023px){.configuration-popup{scrollbar-track-color:#e5eef5;scrollbar-face-color:#00599f;scrollbar-arrow-color:#00599f}.configuration-popup::-webkit-scrollbar{width:3px}.configuration-popup::-webkit-scrollbar-track{border-radius:0;background-color:#e5eef5}.configuration-popup::-webkit-scrollbar-thumb{background-color:#00599f;width:3px;border-radius:0}.configuration-popup::-webkit-scrollbar-thumb:window-inactive{background-color:#73a4ca}.configuration-popup::-webkit-scrollbar-thumb:hover{background-color:#2e77b0}@-moz-document url-prefix(){.configuration-popup{scrollbar-width:thin;scrollbar-color:#00599f transparent}.configuration-popup:hover{scrollbar-color:rgba(0,89,159,.8) transparent}}}.configuration-popup.is-open-modal{opacity:1;visibility:visible;pointer-events:all}.configuration-popup__overlay{position:fixed;background-color:#222c;pointer-events:all}.configuration-popup__inner{max-width:600px;width:100%;margin:auto;padding:20px 40px 34px;position:relative;z-index:4;display:grid;grid-gap:30px}@media only screen and (max-width: 767px){.configuration-popup__inner{padding:20px;grid-gap:20px}}.configuration-popup__close{width:20px;height:20px;margin:0 -20px 0 auto}@media only screen and (max-width: 767px){.configuration-popup__close{margin-right:0}}.configuration-popup__close .icon{width:100%;height:100%;transition:transform .3s ease}.configuration-popup__close .icon:before{background-color:var(--color-primary-blue)}.configuration-popup__close:hover .icon{transform:scale(.9)}.configuration-popup .title--h2{line-height:20px}@media only screen and (max-width: 767px){.configuration-popup .title--h2{line-height:30px;font-size:24px}}.configuration-popup__product{display:grid;grid-template-columns:100px 1fr;align-items:center;grid-gap:20px;padding-bottom:30px;border-bottom:1px solid var(--color-white)}@media only screen and (max-width: 767px){.configuration-popup__product{padding-bottom:20px}}.configuration-popup__product-image{border-radius:5px;background-color:var(--color-white);overflow:hidden;height:75px;width:100%;padding:4px}.configuration-popup__product-image img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.configuration-popup__product-price{margin-top:8px}.configuration-popup__configuration{display:grid;grid-gap:30px}@media only screen and (max-width: 767px){.configuration-popup__configuration{grid-gap:20px}}.configuration-popup__configuration .dropdown__placeholder{height:50px}.configuration-popup__configuration .dropdown__list-option{min-height:50px;padding:13px 15px}.configuration-popup__configuration .dropdown__list-inner{max-height:152px}@media only screen and (max-width: 767px){.configuration-popup__configuration .dropdown__list-inner{max-height:102px}}.configuration-popup__footer{padding-top:30px;border-top:1px solid var(--color-white);display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}@media only screen and (max-width: 767px){.configuration-popup__footer{flex-direction:column-reverse;padding-top:20px;gap:16px}}.configuration-popup__footer .btn--default{margin-left:auto}@media only screen and (max-width: 767px){.configuration-popup__footer .btn--default{width:100%}}.gift-popup-box{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;padding:20px;display:flex;align-items:flex-start;justify-content:center;overflow:auto;will-change:opacity,visibility;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}@media only screen and (min-width: 1023px){.gift-popup-box{scrollbar-track-color:#e5eef5;scrollbar-face-color:#00599f;scrollbar-arrow-color:#00599f}.gift-popup-box::-webkit-scrollbar{width:3px}.gift-popup-box::-webkit-scrollbar-track{border-radius:0;background-color:#e5eef5}.gift-popup-box::-webkit-scrollbar-thumb{background-color:#00599f;width:3px;border-radius:0}.gift-popup-box::-webkit-scrollbar-thumb:window-inactive{background-color:#73a4ca}.gift-popup-box::-webkit-scrollbar-thumb:hover{background-color:#2e77b0}@-moz-document url-prefix(){.gift-popup-box{scrollbar-width:thin;scrollbar-color:#00599f transparent}.gift-popup-box:hover{scrollbar-color:rgba(0,89,159,.8) transparent}}}.gift-popup-box.is-open-modal{opacity:1;visibility:visible;pointer-events:all}.gift-popup-box .title{margin-bottom:20px}.gift-popup-box__overlay{position:fixed;background-color:#222c;pointer-events:all}.gift-popup-box__inner{max-width:600px;width:100%;margin:auto;padding:20px 40px 34px;position:relative;z-index:4}@media only screen and (max-width: 767px){.gift-popup-box__inner{padding:20px}}.gift-popup-box__close{width:20px;height:20px;margin:0 -20px 0 auto}@media only screen and (max-width: 767px){.gift-popup-box__close{margin-right:0}}.gift-popup-box__close .icon{width:100%;height:100%;transition:transform .3s ease}.gift-popup-box__close .icon:before{background-color:var(--color-primary-blue)}.gift-popup-box__close:hover .icon{transform:scale(.9)}.gift-popup-box .gift-selection{cursor:pointer;display:grid;grid-template-columns:60px 1fr;grid-gap:8px}.gift-popup-box .gift-selection.is-selected .gift-selection__img:after{opacity:1;transition:.3s ease}.gift-popup-box .gift-selection__img{border-radius:5px;background-color:var(--color-white);width:100%;padding:4px;display:flex;aspect-ratio:4/3;position:relative}.gift-popup-box .gift-selection__img:after{content:"";opacity:0;position:absolute;bottom:0;left:0;height:2px;width:100%;background-color:var(--color-primary-blue)}.gift-popup-box .gift-selection__text{opacity:.66;font-weight:600;font-size:14px;padding-top:4px;line-height:1}.gift-popup-box .gift-selection__price{margin-top:4px;color:var(--color-primary-blue)}.gift-popup-box .gift-selection img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-height:75%;max-width:75%}.gift-popup-box__footer{padding-top:30px;border-top:1px solid var(--color-white);display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}@media only screen and (max-width: 767px){.gift-popup-box__footer{flex-direction:column-reverse;padding-top:20px;gap:16px}}.gift-popup-box__footer .btn--default{margin-left:auto}@media only screen and (max-width: 767px){.gift-popup-box__footer .btn--default{width:100%}}.gift-popup-box__gift{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;margin-bottom:20px}@media only screen and (max-width: 767px){.gift-popup-box__gift{grid-template-columns:1fr}}.gift-popup-box__gift-title{font-size:16px;font-weight:600;margin-bottom:8px}.alert-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;padding:20px;display:flex;align-items:flex-start;justify-content:center;overflow:auto;will-change:opacity,visibility;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}@media only screen and (min-width: 1023px){.alert-popup{scrollbar-track-color:#e5eef5;scrollbar-face-color:#00599f;scrollbar-arrow-color:#00599f}.alert-popup::-webkit-scrollbar{width:3px}.alert-popup::-webkit-scrollbar-track{border-radius:0;background-color:#e5eef5}.alert-popup::-webkit-scrollbar-thumb{background-color:#00599f;width:3px;border-radius:0}.alert-popup::-webkit-scrollbar-thumb:window-inactive{background-color:#73a4ca}.alert-popup::-webkit-scrollbar-thumb:hover{background-color:#2e77b0}@-moz-document url-prefix(){.alert-popup{scrollbar-width:thin;scrollbar-color:#00599f transparent}.alert-popup:hover{scrollbar-color:rgba(0,89,159,.8) transparent}}}.alert-popup.is-open-modal{opacity:1;visibility:visible;pointer-events:all}.alert-popup__overlay{position:fixed;background-color:#222c;pointer-events:all}.alert-popup__inner{max-width:600px;width:100%;margin:auto;padding:20px 40px 34px;position:relative;z-index:4;display:grid;grid-gap:30px}@media only screen and (max-width: 767px){.alert-popup__inner{padding:20px;grid-gap:20px}}.alert-popup__close{width:20px;height:20px;margin:0 -20px 0 auto}@media only screen and (max-width: 767px){.alert-popup__close{margin-right:0}}.alert-popup__close .icon{width:100%;height:100%;transition:transform .3s ease}.alert-popup__close .icon:before{background-color:var(--color-primary-blue)}.alert-popup__close:hover .icon{transform:scale(.9)}.alert-popup .title--h2{line-height:20px}@media only screen and (max-width: 767px){.alert-popup .title--h2{line-height:30px;font-size:24px}}.payment-options__title{color:var(--color-neutral-dark-gray);margin-bottom:15px}.payment-options__list{display:flex;align-items:center;gap:20px;justify-content:center}.payment-options__list-item{height:28px}.payment-options__list-item img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.delivery-methods{max-width:670px;width:100%}.delivery-methods__title{margin-bottom:12px}@media only screen and (max-width: 767px){.delivery-methods__title{font-size:18px;margin-bottom:15px}}.delivery-methods__list{display:grid;grid-gap:18px}@media only screen and (max-width: 767px){.delivery-methods__list{grid-gap:10px}}.delivery-methods__list-item{border-radius:5px;border:1px solid var(--color-neutral-light-blue)}.delivery-methods__heading .delivery-methods__option-label{padding:14px 20px 14px 62px;min-height:60px}@media only screen and (max-width: 767px){.delivery-methods__heading .delivery-methods__option-label{align-items:flex-start}}.delivery-methods__heading .delivery-methods__option-label:after,.delivery-methods__heading .delivery-methods__option-label:before{left:18px;top:18px;transform:translateY(0)}.delivery-methods__heading .delivery-methods__option-label img{max-width:26px}@media only screen and (max-width: 767px){.delivery-methods__heading .delivery-methods__option-label img{margin-top:7px}.delivery-methods__heading .delivery-methods__option-label-inner{gap:10px}}.delivery-methods__heading .delivery-methods__option-price{color:var(--color-primary-blue)}.delivery-methods__option{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.delivery-methods__option input:checked~label:after{opacity:1}.delivery-methods__option-label{margin:0;display:flex;align-items:center;gap:20px;width:100%;position:relative;padding-left:45px;cursor:pointer;line-height:1.25}.is-disabled .delivery-methods__option-label{color:var(--color-neutral-gray)}.delivery-methods__option-label:after,.delivery-methods__option-label:before{content:"";left:0;top:50%;transform:translateY(-50%);position:absolute;pointer-events:none;width:24px;height:24px;border-radius:5px}.delivery-methods__option-label:before{border:1px solid var(--color-neutral-light-blue);transition:background-color .3s ease,border .3s ease}.is-disabled .delivery-methods__option-label:before{background-color:var(--color-neutral-light-gray);border-color:var(--color-neutral-light-gray)}.delivery-methods__option-label:after{opacity:0;background:var(--color-primary-blue) url("data:image/svg+xml, %3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9409 0.981153C15.2158 1.25607 15.2158 1.8059 14.9409 2.08081L6.41857 10.4657C6.14366 10.7406 5.59383 10.7406 5.31892 10.4657L1.05775 6.20452C0.782834 5.92961 0.782834 5.37978 1.05775 5.10486C1.33266 4.82995 1.88249 4.82995 2.1574 5.10486L5.86874 8.95366L13.8413 0.981153C14.2536 0.568782 14.666 0.568782 14.9409 0.981153Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/16px auto;transition:transform .3s ease,opacity .3s ease}.delivery-methods__option-label-inner{display:flex;align-items:center;min-height:24px;flex:auto;gap:20px}@media only screen and (max-width: 767px){.delivery-methods__option-label-inner{flex-direction:column;align-items:flex-start;gap:0}}.delivery-methods__option-label:hover:before{border-color:var(--color-primary-blue)}.is-disabled .delivery-methods__option-label:hover:before{border-color:var(--color-neutral-light-gray)}.delivery-methods__option img{max-width:60px;width:auto;flex-shrink:0;height:auto;-o-object-fit:contain;object-fit:contain}.delivery-methods__option-content{flex:auto}.delivery-methods__option-price{flex-shrink:0;color:var(--color-neutral-dark-gray)}.delivery-methods__option-selection{color:var(--color-neutral-dark-gray)}@media only screen and (max-width: 767px){.delivery-methods__option-selection{font-size:13px}}.delivery-methods__option.is-disabled input:checked~label:after{opacity:.5}.delivery-methods__sub-list-inner{padding:5px 20px 20px;display:grid;grid-gap:18px}.delivery-methods__sub-item{display:grid;grid-template-columns:24px 1fr;align-items:center;grid-gap:18px}@media only screen and (max-width: 767px){.delivery-methods__sub-item{grid-template-columns:1fr}}.delivery-methods__sub-item-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:flex-end}@media only screen and (max-width: 767px){.delivery-methods__sub-item-icon{display:none}.delivery-methods__sub-item .delivery-methods__option-content{font-size:14px}.delivery-methods__sub-item .delivery-methods__option-content p strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.payment-methods{max-width:670px;width:100%}.payment-methods__list{display:grid;grid-gap:18px}@media only screen and (max-width: 767px){.payment-methods__list{grid-gap:20px}}.payment-methods__list-item{border-radius:5px;border:1px solid var(--color-neutral-light-blue)}.payment-methods__list-item-content-inner{padding:4px 20px 20px;display:grid;grid-gap:28px}@media only screen and (max-width: 767px){.payment-methods__list-item-content-inner{grid-gap:25px}}.payment-methods__tax-number-title{margin-bottom:14px}.payment-methods__tax-number .mod-input{max-width:420px;width:100%}.payment-methods__tax-number .mod-input__label{font-family:var(--font-secondary);padding-top:12px;letter-spacing:normal}.payment-methods__tax-number .mod-input__field{padding-top:20px;height:50px}.payment-methods__tax-number .mod-input.is-focused .mod-input__label{padding-top:4px}.payment-methods__radio-group{display:grid;grid-gap:12px}@media only screen and (max-width: 767px){.payment-methods__radio-group{grid-gap:10px}}.payment-methods__option{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.payment-methods__option input:checked~label:after{opacity:1}.payment-methods__option-label{margin:0;display:flex;align-items:center;gap:20px;width:100%;position:relative;padding:12px 20px 12px 62px;cursor:pointer;line-height:1.25;min-height:62px}@media only screen and (max-width: 767px){.payment-methods__option-label{min-height:58px}}.is-disabled .payment-methods__option-label{cursor:not-allowed}.payment-methods__option-label:after,.payment-methods__option-label:before{content:"";left:18px;top:50%;transform:translateY(-50%);position:absolute;pointer-events:none;width:24px;height:24px;border-radius:5px}@media only screen and (max-width: 767px){.payment-methods__option-label:after,.payment-methods__option-label:before{transform:translateY(0);top:20px}}.payment-methods__option-label:before{border:1px solid var(--color-neutral-light-blue);transition:background-color .3s ease,border .3s ease}.is-disabled .payment-methods__option-label:before{background-color:var(--color-neutral-light-gray);border-color:var(--color-neutral-light-gray)}.payment-methods__option-label:after{opacity:0;background:var(--color-primary-blue) url("data:image/svg+xml, %3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9409 0.981153C15.2158 1.25607 15.2158 1.8059 14.9409 2.08081L6.41857 10.4657C6.14366 10.7406 5.59383 10.7406 5.31892 10.4657L1.05775 6.20452C0.782834 5.92961 0.782834 5.37978 1.05775 5.10486C1.33266 4.82995 1.88249 4.82995 2.1574 5.10486L5.86874 8.95366L13.8413 0.981153C14.2536 0.568782 14.666 0.568782 14.9409 0.981153Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/16px auto;transition:transform .3s ease,opacity .3s ease}.payment-methods__option-label-inner{display:flex;align-items:center;min-height:24px;flex:auto;gap:20px}@media only screen and (max-width: 767px){.payment-methods__option-label-inner{flex-direction:column;align-items:flex-start;gap:8px;min-height:1px}}.is-disabled .payment-methods__option-label-inner{color:var(--color-neutral-gray)}.payment-methods__option-label:hover:before{border-color:var(--color-primary-blue)}.is-disabled .payment-methods__option-label:hover:before{border-color:var(--color-neutral-light-gray)}.payment-methods__option-info{color:var(--color-neutral-gray)}@media only screen and (max-width: 767px){.payment-methods__option-info{font-size:11px;margin-top:5px}}.payment-methods__option-images{display:flex;align-items:center;justify-content:center;gap:10px;flex:auto}@media only screen and (max-width: 767px){.payment-methods__option-images{justify-content:flex-start;gap:5px}}.payment-methods__option-images img{width:auto;height:auto;max-height:18px;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width: 767px){.payment-methods__option-images img{max-height:13px}}.payment-methods__option.is-disabled input:checked~label:after{opacity:.5}.payment-methods .tooltip{display:flex;flex-shrink:0}.checkbox-group{max-width:675px;width:100%}.checkbox-group__title{margin-bottom:32px}.checkbox-group__inner{display:grid;grid-gap:18px}.checkbox-group__summery{margin-bottom:16px}.checkbox-group__summery-products{display:flex;flex-wrap:wrap;gap:20px;padding-bottom:20px;border-bottom:1px solid var(--color-neutral-light-blue)}.checkbox-group__summery-item{position:relative;width:82px;height:62px;padding:2px;border-radius:5px;border:1px solid var(--color-neutral-light-blue)}.checkbox-group__summery-item-quantity{min-width:16px;height:16px;padding:4px;border-radius:100%;background-color:var(--color-neutral-light-blue);font-size:9px;position:absolute;right:0;top:0;transform:translate(50%,-50%)}.checkbox-group__summery-item img{-o-object-fit:contain;object-fit:contain}.checkbox-group__summery-price-item{display:flex;gap:8px}.checkbox-group__summery-price-left,.checkbox-group__summery-price-right{flex:1}.checkbox-group__summery-price-right{text-align:right}.checkbox-group__summery-price-row{padding:12px 0;border-bottom:1px solid var(--color-neutral-light-blue);display:grid;grid-gap:10px}.checkbox-group__summery-footer{display:flex;align-items:flex-end;gap:8px;padding:12px 0}.checkbox-group__summery-footer .title--h3{flex:auto;font-size:18px}.checkbox-group__summery-footer .text-right{flex-shrink:0;font-size:24px}.promo-code-input{max-width:670px;width:100%}.promo-code-input__title{display:grid;grid-template-columns:1fr auto;grid-gap:20px;align-items:center;padding-right:20px;margin-bottom:14px}@media only screen and (max-width: 767px){.promo-code-input__title{padding-right:0;margin-bottom:18px}}.promo-code-input__form{position:relative;display:grid;grid-gap:14px}@media only screen and (max-width: 767px){.promo-code-input__form{grid-template-columns:1fr}}.promo-code-input__form-inner{position:relative}.promo-code-input__submit-button{font-size:16px;height:60px;max-width:195px;position:absolute;right:0;top:0;width:100%;padding:12px;z-index:4;background-color:var(--color-white)}@media only screen and (max-width: 767px){.promo-code-input__submit-button{padding:14px;position:relative;max-width:100%}}.promo-code-input__submit-button:focus,.promo-code-input__submit-button:hover{background-color:var(--color-primary-blue)}.promo-code-input__submit-button:focus{background-color:var(--color-primary-blue-rollover)}.promo-code-input__check-icon{position:absolute;top:50%;right:20px;transform:translateY(-50%);z-index:1;display:none}.promo-code-input__check-icon .icon{width:20px;height:14px}.promo-code-input__check-icon .icon:before{background-color:var(--color-success)}.promo-code-input .mod-input__field,.promo-code-input .mod-input__label{padding-right:220px}@media only screen and (max-width: 767px){.promo-code-input .mod-input__field,.promo-code-input .mod-input__label{padding-right:20px}}@media only screen and (min-width: 768px){.promo-code-input .mod-input .tooltip{right:200px}}.promo-code-input__remove-button{justify-self:flex-start;font-size:13px;font-weight:400;text-transform:none;display:none}.promo-code-input__remove-button .btn__text:after,.promo-code-input__remove-button .btn__text:before{height:1px;width:100%;left:0}.promo-code-input__remove-button:hover .btn__text:after,.promo-code-input__remove-button:hover .btn__text:before,.promo-code-input__remove-button:focus .btn__text:after,.promo-code-input__remove-button:focus .btn__text:before{width:0;right:0;left:initial}.promo-code-input__info-text{color:var(--color-neutral-gray);display:none;line-height:1.25}.promo-code-input.is-success .promo-code-input__submit-button{display:none}.promo-code-input.is-success .promo-code-input__check-icon{display:block}.promo-code-input.is-success .mod-input__field,.promo-code-input.is-success .mod-input__label{padding-right:80px}.promo-code-input.is-success .mod-input .tooltip{right:54px}.promo-code-input.is-success .promo-code-input__remove-button{display:inline-flex}.promo-code-input.is-confirmed .promo-code-input__info-text{display:block}.promo-code-input.is-confirmed .promo-code-input__form{display:none}.redeem-bonus{max-width:670px;width:100%;padding-bottom:25px}.redeem-bonus__title{display:grid;grid-template-columns:1fr auto;grid-gap:20px;align-items:center;padding-right:20px;margin-bottom:14px}@media only screen and (max-width: 767px){.redeem-bonus__title{padding-right:0;margin-bottom:18px}}.redeem-bonus__inner{display:grid;position:relative;grid-gap:14px}.redeem-bonus__inner .fv-plugins-message-container{margin-top:0;margin-bottom:10px}.redeem-bonus__info{position:relative;border:1px solid var(--color-neutral-light-blue);border-radius:5px;height:100%;padding:12px 210px 12px 20px;display:flex;align-items:center;justify-content:flex-start;gap:20px;min-height:60px}@media only screen and (max-width: 767px){.redeem-bonus__info{padding-right:20px}}.redeem-bonus__info-inner{display:flex;align-items:center;justify-content:flex-start;gap:5px 20px;flex-wrap:wrap;line-height:1}@media only screen and (max-width: 767px){.redeem-bonus__info-inner{flex-direction:column;align-items:flex-start}}.redeem-bonus__info .icon{flex-shrink:0}.redeem-bonus__check-icon{position:absolute;top:50%;right:20px;transform:translateY(-50%);z-index:1;display:none}.redeem-bonus__check-icon .icon{width:20px;height:14px}.redeem-bonus__check-icon .icon:before{background-color:var(--color-success)}.redeem-bonus__total-bonus{flex-shrink:0}.redeem-bonus__submit-button{font-size:16px;min-height:100%;max-width:195px;position:absolute;right:0;top:0;width:100%;padding:12px;z-index:4;background-color:var(--color-white)}@media only screen and (max-width: 767px){.redeem-bonus__submit-button{padding:14px;position:relative;max-width:100%}}.redeem-bonus__submit-button:focus,.redeem-bonus__submit-button:hover{background-color:var(--color-primary-blue)}.redeem-bonus__submit-button:focus{background-color:var(--color-primary-blue-rollover)}.redeem-bonus__remove-button{justify-self:flex-start;font-size:13px;font-weight:400;text-transform:none;display:none}.redeem-bonus__remove-button .btn__text:after,.redeem-bonus__remove-button .btn__text:before{height:1px;width:100%;left:0}.redeem-bonus__remove-button:hover .btn__text:after,.redeem-bonus__remove-button:hover .btn__text:before,.redeem-bonus__remove-button:focus .btn__text:after,.redeem-bonus__remove-button:focus .btn__text:before{width:0;right:0;left:initial}.redeem-bonus__info-text{color:var(--color-neutral-gray);display:none;line-height:1.25}.redeem-bonus.is-success .redeem-bonus__submit-button{display:none}.redeem-bonus.is-success .redeem-bonus__check-icon{display:block}@media only screen and (max-width: 767px){.redeem-bonus.is-success .redeem-bonus__info{padding-right:50px}}.redeem-bonus.is-success .redeem-bonus__remove-button{display:inline-flex}.redeem-bonus.is-confirmed .redeem-bonus__info-text{display:block}.redeem-bonus.is-confirmed .redeem-bonus__inner{display:none}.toggle-hidden-inputs{max-width:670px;width:100%}.toggle-hidden-inputs .checkbox{font-family:var(--font-secondary)}.toggle-hidden-inputs__icon-box{display:flex;justify-content:flex-start;align-items:center}.toggle-hidden-inputs__list-inner{padding-top:20px;display:grid;grid-gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}@media only screen and (max-width: 767px){.toggle-hidden-inputs__list-inner{grid-template-columns:1fr}}@media only screen and (min-width: 768px){.toggle-hidden-inputs__item:not(.toggle-hidden-inputs__item--two-col){grid-column:span 2}}.measuring-selection__title{margin-bottom:12px}@media only screen and (max-width: 767px){.measuring-selection__title{margin-bottom:16px}}.measuring-selection__inner{border-radius:5px;border:1px solid var(--color-neutral-light-blue);padding:18px;display:grid;grid-gap:15px}@media only screen and (max-width: 767px){.measuring-selection__inner{padding:14px 18px;grid-gap:20px}}.measuring-selection .radio-button__label:after,.measuring-selection .radio-button__label:before{top:50%;transform:translateY(-50%)}.payer-selection__title{margin-bottom:12px}@media only screen and (max-width: 767px){.payer-selection__title{margin-bottom:16px}}.payer-info{position:relative}.payer-info__info{margin-bottom:34px}.payer-info__fields{display:grid;grid-gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}@media only screen and (max-width: 1022px){.payer-info__fields{grid-template-columns:1fr;grid-gap:10px}}.payer-info__fields-item{grid-column:span 2}@media only screen and (max-width: 1022px){.payer-info__fields-item{grid-column:span 1}}.payer-info__fields-item.half-width{grid-column:span 1}.payer-info .checkbox{font-size:16px;margin-top:20px}@media only screen and (max-width: 1022px){.payer-info .checkbox{margin-top:30px}}.information-box{border-radius:10px;border:1px solid var(--color-neutral-light-blue);padding:32px 40px;margin-bottom:20px}@media only screen and (max-width: 767px){.information-box{padding:20px}}.information-box:last-child{margin-bottom:0}.information-box__row{max-width:680px;grid-gap:30px 40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}@media only screen and (max-width: 1200px){.information-box__row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width: 767px){.information-box__row{grid-template-columns:1fr;grid-gap:20px}}.information-box .full-width{grid-column:span 3}@media only screen and (max-width: 1200px){.information-box .full-width{grid-column:span 2}}@media only screen and (max-width: 767px){.information-box .full-width{grid-column:span 1}}.information-box__item-title{font-weight:700;margin-bottom:10px}.information-box__item strong{font-weight:700;color:var(--color-primary-blue)}.information-box__item-content{line-height:1.31;word-break:break-word}.information-box__item-content a{font-weight:700;color:var(--color-primary-blue)}.information-box__item-content a:hover{color:var(--color-primary-blue-rollover)}.information-box__item-content-flex-wrapper{display:flex;align-items:center}.information-box__item-content-flex-wrapper .hidden{display:none}.information-box__item-content-flex-wrapper .tooltip{margin-left:10px}.information-box__item-content-grid-wrapper{display:grid;grid-gap:10px;line-height:1.31;justify-items:flex-start}.information-box__link{margin-top:30px}@media only screen and (max-width: 767px){.information-box__link{margin:20px 0 10px}.information-box__link .btn{font-size:16px}}.delivery-and-benefits{display:grid;grid-gap:34px}.delivery-and-benefits__info{display:grid;margin-bottom:30px;grid-gap:10px;grid-template-columns:15px 1fr;line-height:1;color:var(--color-neutral-dark-gray)}.delivery-and-benefits__info--bonus{color:var(--color-neutral-gray);font-size:13px;line-height:1.46}.delivery-and-benefits__info--bonus .icon{top:2px}.delivery-and-benefits__info--bonus .icon:before{background-color:currentColor}.delivery-and-benefits .toggle-hidden-inputs,.delivery-and-benefits .delivery-methods,.delivery-and-benefits .promo-code-input,.delivery-and-benefits .redeem-bonus{max-width:100%}.delivery-and-benefits .redeem-bonus{margin-top:30px}.delivery-and-benefits .delivery-methods{margin:20px 0}.delivery-and-benefits .checkbox{font-size:16px;margin-top:20px}@media only screen and (max-width: 1022px){.delivery-and-benefits .checkbox{margin-top:30px}}.delivery-and-benefits .checkbox__label{padding-left:44px}.rating-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;padding:20px;display:flex;align-items:flex-start;justify-content:center;overflow:auto;will-change:opacity,visibility;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}@media only screen and (min-width: 1023px){.rating-modal{scrollbar-track-color:#e5eef5;scrollbar-face-color:#00599f;scrollbar-arrow-color:#00599f}.rating-modal::-webkit-scrollbar{width:3px}.rating-modal::-webkit-scrollbar-track{border-radius:0;background-color:#e5eef5}.rating-modal::-webkit-scrollbar-thumb{background-color:#00599f;width:3px;border-radius:0}.rating-modal::-webkit-scrollbar-thumb:window-inactive{background-color:#73a4ca}.rating-modal::-webkit-scrollbar-thumb:hover{background-color:#2e77b0}@-moz-document url-prefix(){.rating-modal{scrollbar-width:thin;scrollbar-color:#00599f transparent}.rating-modal:hover{scrollbar-color:rgba(0,89,159,.8) transparent}}}.rating-modal.is-open-modal{opacity:1;visibility:visible;pointer-events:all}.rating-modal__overlay{position:fixed;background-color:#222c;pointer-events:all}.rating-modal__inner{max-width:600px;width:100%;margin:40px auto;padding:20px 40px 34px;position:relative;z-index:4;display:grid;grid-gap:18px}@media only screen and (max-width: 767px){.rating-modal__inner{padding:20px}}.rating-modal__close{width:20px;height:20px;margin:0 -20px 0 auto}@media only screen and (max-width: 767px){.rating-modal__close{margin-right:0}}.rating-modal__close .icon{width:100%;height:100%;transition:transform .3s ease}.rating-modal__close .icon:before{background-color:var(--color-primary-blue)}.rating-modal__close:hover .icon{transform:scale(.9)}.rating-modal__product{display:flex;gap:20px;align-items:center;border-bottom:1px solid var(--color-white);padding-bottom:30px;margin-bottom:8px}.rating-modal__product-image{width:100px;flex-shrink:0;background-color:var(--color-white);border-radius:5px;overflow:hidden}@media only screen and (max-width: 767px){.rating-modal__product-image{width:80px}.rating-modal__product-title .title{font-size:18px}}.rating-modal__rate{display:flex;align-items:center;gap:20px}.rating-modal__container{display:flex;flex-direction:column;justify-content:center;margin-bottom:15px}.rating-modal__stars{display:flex;align-items:center;gap:2px}.rating-modal__stars-item{position:relative;font-size:0;line-height:0}.rating-modal__stars-input{position:absolute;left:0;top:0;width:100%;height:100%;z-index:3;cursor:pointer}.rating-modal__stars-input:checked+label .icon:before{background-color:var(--color-primary-yellow)}.rating-modal__stars .icon{width:20px;height:20px}.rating-modal__stars .icon:before{background-color:var(--color-white)}.rating-modal__stars label{margin:0}.rating-modal__form-input{margin-bottom:20px}.rating-modal__form-submit{margin-right:30px;padding-top:30px;border-top:1px solid var(--color-white)}.container .editor-text .container{max-width:100%;padding:0}.editor-text h1,.editor-text h2,.editor-text h3,.editor-text h4,.editor-text h5,.editor-text h6{font-weight:700;margin-bottom:24px}*+.editor-text h1,*+.editor-text h2,*+.editor-text h3,*+.editor-text h4,*+.editor-text h5,*+.editor-text h6{margin-top:24px}.editor-text h1:first-child,.editor-text h2:first-child,.editor-text h3:first-child,.editor-text h4:first-child,.editor-text h5:first-child,.editor-text h6:first-child{margin-top:0}.editor-text p,.editor-text ul,.editor-text ol,.editor-text img,.editor-text figure,.editor-text table{margin-top:24px;margin-bottom:24px}.editor-text p:first-child,.editor-text ul:first-child,.editor-text ol:first-child,.editor-text img:first-child,.editor-text figure:first-child,.editor-text table:first-child{margin-top:0}.editor-text p:last-child,.editor-text ul:last-child,.editor-text ol:last-child,.editor-text img:last-child,.editor-text figure:last-child,.editor-text table:last-child{margin-bottom:0}.editor-text p a,.editor-text ul a,.editor-text ol a,.editor-text img a,.editor-text figure a,.editor-text table a{color:var(--color-primary-blue);text-decoration:underline}.editor-text p a:hover,.editor-text ul a:hover,.editor-text ol a:hover,.editor-text img a:hover,.editor-text figure a:hover,.editor-text table a:hover{color:var(--color-primary-blue-rollover);text-decoration:none}.editor-text img{float:none!important;display:block}.editor-text img.aligncenter,.editor-text img.alignright,.editor-text img.aligleft,.editor-text img.alignnone{display:block}.editor-text img.aligncenter{margin-left:auto;margin-right:auto}.editor-text img.alignright{margin-left:auto}.editor-text img.aligleft{margin-right:auto}.editor-text img:first-child{margin-top:0}.editor-text img:last-child{margin-bottom:0}.editor-text figure img{margin:0}.editor-text ul,.editor-text ol{list-style:none}.editor-text ul li,.editor-text ol li{position:relative;padding-left:15px}.editor-text ul li:before{border-radius:100%;width:4px;height:4px;background-color:currentColor;color:inherit;top:10px}.editor-text ol{counter-reset:ol_text_counter}.editor-text ol li{counter-increment:ol_text_counter}.editor-text ol li:before{content:counter(ol_text_counter) ".";font-size:inherit;position:absolute;left:0}.editor-text table{border:1px solid var(--color-neutral-light-blue);border-left:0;border-right:0;width:100%;font-family:var(--font-secondary)}.editor-text table.cookies tr:first-of-type td{font-weight:700;padding-right:20px}.editor-text table.cookies tr:nth-child(2n){background-color:var(--color-neutral-light-gray)}.editor-text table.cookies tr td{padding-right:20px}.editor-text table tr{border-bottom:1px solid var(--color-neutral-light-blue)}.editor-text table tr:last-child{border-bottom:0}.editor-text table tr th{font-weight:400;color:var(--color-neutral-dark-gray)}.editor-text table th,.editor-text table td{padding:14px 0;vertical-align:top;height:auto!important}.editor-text blockquote{background-color:var(--color-neutral-light-blue);padding:40px 60px;position:relative;left:-60px;width:calc(100% + 120px);margin-top:48px;font-style:italic}@media only screen and (max-width: 1200px){.editor-text blockquote{padding:20px;left:-20px;width:calc(100% + 40px)}}@media only screen and (max-width: 1022px){.editor-text blockquote{padding:16px 20px;left:0;width:100%;margin-top:28px}}.editor-text blockquote p{margin:4px 0!important}.editor-text iframe{width:100%;height:auto;aspect-ratio:16/9;border:0}.footer{color:var(--color-white);margin-top:202px;background-color:var(--color-primary-blue-rollover)}@media only screen and (max-width: 767px){.footer{margin-top:290px}}.footer__newsletter{position:relative;padding-bottom:40px}@media only screen and (max-width: 767px){.footer__newsletter{margin-bottom:40px}}.footer__newsletter:before{content:"";position:absolute;bottom:35px;left:50%;height:160px;width:calc(100% - 112px);transform:translate(-50%);background:rgba(34,34,34,.4);filter:blur(20px);pointer-events:none}@media only screen and (max-width: 1022px){.footer__newsletter:before{display:none}}.footer .newsletter{margin-top:-202px;position:relative}@media only screen and (max-width: 767px){.footer .newsletter{margin-top:-290px}}.footer .newsletter.show-thankyou{margin-top:-140px}.footer__inner{position:relative;background-color:var(--color-primary-blue-rollover);padding:0 0 40px;font-family:Klavika,sans-serif}.footer__top{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:40px;margin-bottom:30px;border-bottom:1px solid var(--color-neutral-gray);flex-wrap:wrap}.footer__logo,.footer__skupina_hse-logo{display:block;max-width:230px;width:100%}.footer__logo img,.footer__skupina_hse-logo img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.footer__skupina_hse-logo{max-width:158px}.footer__middle .row{gap:26px 0}.footer__middle-column-title{margin-bottom:28px}@media only screen and (max-width: 1022px){.footer__middle-column-title{margin-bottom:10px}}@media only screen and (max-width: 767px){.footer__middle-column-title{margin-bottom:6px}}.footer__nav ul{display:grid;grid-gap:7px}.footer__nav-link{position:relative}.footer__nav-link:after,.footer__nav-link:before{background-color:var(--color-primary-yellow)}.footer__nav-link:hover{color:var(--color-primary-yellow)}.footer__company-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;line-height:20px}@media only screen and (max-width: 767px){.footer__company-info{grid-template-columns:1fr}}.footer__company-info a{text-decoration:underline}.footer__company-info a:hover{text-decoration:none}.footer .social-nav{margin-top:30px}@media only screen and (max-width: 767px){.footer .social-nav{margin-top:18px}}.footer__logo-list{margin-top:40px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}@media only screen and (max-width: 1022px){.footer__logo-list{gap:40px}}.footer__logo-list-item{max-height:60px;max-width:222px}@media only screen and (max-width: 1200px){.footer__logo-list-item{max-height:45px}}@media only screen and (max-width: 767px){.footer__logo-list-item{max-height:80px;max-width:296px}}.footer__logo-list-item img{width:auto;height:100%;-o-object-fit:contain;object-fit:contain;max-height:60px}@media only screen and (max-width: 1200px){.footer__logo-list-item img{max-height:45px}}@media only screen and (max-width: 767px){.footer__logo-list-item img{max-height:80px}}.footer__logo-list-group{display:flex;align-items:center;flex-wrap:wrap;gap:18px 30px}@media only screen and (max-width: 767px){.footer__logo-list-group{gap:18px}}@media only screen and (min-width: 1201px){.footer__logo-list-group--awards{gap:18px 24px}}@media only screen and (max-width: 767px){.footer__logo-list-group--awards .footer__logo-list-item img{height:80px;width:100%}}.footer__copyright{background-color:var(--color-neutral-black);color:var(--color-white);padding:14px 0}.footer--checkout{margin-top:0}.footer--checkout .footer__top{padding-top:40px}.site-header{position:fixed;left:0;top:0;width:100%;z-index:100;transition:top .3s ease}.is-scrolled .site-header{top:calc(-1 * var(--header-top-height, 0px))}.is-scrolled-up .site-header{top:0}@media only screen and (max-width: 1200px){.site-header .container{max-width:100%;padding:0}}.site-header__promotional{text-align:center;padding:10px 0}.body-scroll-locked .site-header__promotional,.with-fancybox .site-header__promotional{padding-right:var(--scroll-width, 0px)}@media only screen and (max-width: 1200px){.site-header__promotional{text-align:left;padding:8px 10px}.site-header__promotional-inner{font-size:12px;line-height:1.2}}.site-header__promotional-link{position:relative}@media only screen and (max-width: 1200px){.site-header__promotional-link{display:flex;align-items:center;gap:20px}}.site-header__promotional .icon{margin-left:10px;display:inline-block;vertical-align:middle}@media only screen and (max-width: 1200px){.site-header__promotional .icon{flex-shrink:0;margin-left:0}}.site-header__logo{width:100%;display:inline-block;max-width:150px}@media only screen and (max-width: 1200px){.site-header__logo{max-width:95px;padding:8px 10px}}.site-header__row{display:flex;align-items:center;justify-content:space-between}.site-header__info{padding:10px 0}.body-scroll-locked .site-header__info,.with-fancybox .site-header__info{padding-right:var(--scroll-width, 0px)}.site-header__info-list{display:flex;align-items:center;gap:30px}.site-header__info-link{display:block}.site-header__info-link:hover{color:var(--color-primary-yellow)}.site-header__info-right{display:flex;gap:30px}@media only screen and (max-width: 1022px){.site-header__mobile-hide{display:none}}.site-header__contact-link{display:flex;align-items:center;gap:5px}.site-header__contact-link .icon:before{background-color:currentColor}.site-header__contact-link:hover{color:var(--color-primary-yellow)}.body-scroll-locked .site-header__body,.with-fancybox .site-header__body{padding-right:var(--scroll-width, 0px)}.site-header__body-inner{min-height:110px;display:flex}@media only screen and (min-width: 1201px){.site-header__body-inner{align-items:center;padding:20px 0;gap:20px}}@media only screen and (max-width: 1439px){.site-header__body-inner{min-height:1px}}@media only screen and (max-width: 1200px){.site-header__body-inner{height:46px;justify-content:space-between}}.site-header__body-left{margin-right:40px;font-size:0;line-height:0}@media only screen and (max-width: 1200px){.site-header__body-left{margin-right:0}}.site-header__body-middle{width:100%;margin-left:auto;max-width:670px}@media only screen and (max-width: 1439px){.site-header__body-middle{max-width:500px}}@media only screen and (max-width: 1200px){.site-header__body-middle{width:auto;max-width:initial}}.site-header__body-right{display:flex;gap:24px;margin-left:auto}@media only screen and (min-width: 1201px){.site-header__body-right{align-items:center}}@media only screen and (max-width: 1200px){.site-header__body-right{gap:0}}.site-header__nav{background-color:var(--color-white);box-shadow:0 2px 8px -7px #000000ab}@media only screen and (max-width: 1200px){.site-header__nav{position:fixed;right:0;max-width:320px;width:100%;top:0;overflow:hidden;height:100vh;display:flex;flex-direction:column;transition:top .3s ease,height .3s ease,transform .3s ease;z-index:50;transform:translate(100%)}.is-open-menu .site-header__nav{transform:translate(0)}}@media only screen and (min-width: 1201px){.body-scroll-locked .site-header__nav,.with-fancybox .site-header__nav{padding-right:var(--scroll-width, 0px)}}.site-header__nav-header{display:flex;flex-direction:column}.site-header__nav-header-top{display:flex;justify-content:space-between;height:46px}.site-header__nav-close{width:46px}.site-header__nav-close .icon{width:18px;height:18px}.site-header__login-btn{display:flex;align-items:center;gap:20px;line-height:1.33}@media only screen and (max-width: 1200px){.site-header__login-btn{gap:10px;background-color:var(--color-neutral-light-blue);padding:20px 10px 20px 20px;font-size:14px;color:var(--color-primary-blue)}}.site-header__login-btn-content{display:grid}@media only screen and (max-width: 1200px){.site-header__login-btn-content{display:flex;flex:auto;justify-content:space-between;gap:10px}}.site-header__login-btn-content strong{color:#fcc964}@media only screen and (max-width: 1200px){.site-header__login-btn .icon{width:15px;height:15px}.site-header__login-btn .icon:before{background-color:var(--color-primary-blue)}}.site-header__search-btn{border-left:1px solid var(--color-primary-blue-rollover);width:48px;position:relative}.site-header__search-btn .icon{width:18px;height:18px;transition:opacity .3s ease}.site-header__search-btn .icon-close{position:absolute;top:50%;left:50%;opacity:0;transform:translate(-50%,-50%)}.is-open-search .site-header__search-btn .icon-close{opacity:1}.is-open-search .site-header__search-btn .icon-search{opacity:0}.site-header__user-btn{border-left:1px solid var(--color-primary-blue-rollover);width:48px;height:100%;position:relative}.site-header__user-btn .icon{width:18px;height:18px;transition:opacity .3s ease}.site-header__logout-btn{font-family:var(--font-secondary);display:inline-flex;align-items:center;gap:10px;font-weight:700;color:var(--color-primary-blue);transition:color .3s ease}.site-header__logout-btn .icon:before{background-color:currentColor}.site-header__logout-btn:hover{color:var(--color-primary-blue-rollover)}.mobile-hamburger{display:flex;justify-content:center;flex-direction:column;align-items:center;width:48px;gap:6px;border-left:1px solid var(--color-primary-blue-rollover)}.mobile-hamburger__bar{width:20px;height:2px;flex-shrink:0;border-radius:10px;display:block;background-color:var(--color-white);transition:transform .3s ease}.is-open-menu .mobile-hamburger__bar:first-child{transform:translateY(8px) rotate(225deg)}.is-open-menu .mobile-hamburger__bar:nth-child(2){transform:scale(0)}.is-open-menu .mobile-hamburger__bar:last-child{transform:translateY(-8px) rotate(315deg)}.checkout-header{position:fixed;left:0;top:0;width:100%;z-index:100;transition:top .3s ease}.body-scroll-locked .checkout-header,.with-fancybox .checkout-header{padding-right:var(--scroll-width, 0px)}@media only screen and (max-width: 1022px){.checkout-header{background-color:transparent}.checkout-header .container{max-width:100%;padding:0}}@media only screen and (max-width: 1200px){.checkout-header__logo{width:100%;display:inline-block;max-width:74px}}.checkout-header__inner{display:flex;align-items:center;justify-content:space-between;padding:24px 0}@media only screen and (max-width: 1200px){.checkout-header__inner{padding:12px 0}}@media only screen and (max-width: 1022px){.checkout-header__inner{flex-direction:column;align-items:flex-start;padding:0}.checkout-header__left{padding:8px 10px;display:flex;justify-content:space-between;align-items:center;width:100%;position:relative;z-index:3;background-color:var(--color-primary-blue)}}.checkout-header__right{display:flex;gap:40px}@media only screen and (max-width: 1022px){.checkout-header__right{gap:20px;justify-content:center;background-color:var(--color-white);border-bottom:1px solid var(--color-primary-blue);padding:8px 0;width:100%;color:var(--color-primary-blue);transition:transform .3s ease;z-index:0;position:relative}.is-scrolled .checkout-header__right{transform:translateY(-100%)}.is-scrolled-up .checkout-header__right{transform:translate(0)}}.checkout-header__link{display:flex;align-items:center;gap:20px;font-weight:700;transition:color .3s ease}@media only screen and (max-width: 1022px){.checkout-header__link{font-size:13px;gap:10px}}.checkout-header__link-text{position:relative}.checkout-header__link-text:after,.checkout-header__link-text:before{background-color:var(--color-primary-yellow)}.checkout-header__link .icon{width:20px;height:20px}@media only screen and (max-width: 1022px){.checkout-header__link .icon{width:15px;height:15px}}.checkout-header__link .icon:before{background-color:currentColor}.checkout-header__link.no-hover .checkout-header__link-text:before,.checkout-header__link.no-hover .checkout-header__link-text:after{display:none}.checkout-header__link:hover{color:var(--color-primary-yellow)}.checkout-header__link:hover .checkout-header__link-text:before,.checkout-header__link:hover .checkout-header__link-text:after{width:100%;left:0}.checkout-header__cart-btn{color:inherit;font-family:inherit;display:flex;align-items:center;gap:15px;font-weight:700;margin-right:10px}.checkout-header__cart-btn-icon{position:relative}.checkout-header__cart-btn-icon .icon{width:20px;height:18px}.checkout-header__cart-btn-arrow{position:relative}.checkout-header__cart-btn-arrow .icon{width:14px;height:14px;top:1px;transition:opacity .3s ease,transform .3s ease}.is-open-cart-summary .checkout-header__cart-btn-arrow .icon-chevron-down{transform:rotate(180deg);opacity:0}.checkout-header__cart-btn-arrow .icon-close{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;opacity:0}.is-open-cart-summary .checkout-header__cart-btn-arrow .icon-close{transform:rotate(180deg) translate(50%,50%);opacity:1}.hero-module{position:relative;background-color:var(--color-primary-blue-rollover)}@media only screen and (max-width: 1022px){.hero-module{padding-bottom:40px}}.hero-module .enable-pointer{cursor:pointer}.hero-module__slide{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:660px;height:100%;position:relative;padding:130px 0;display:flex;align-items:flex-end}@media only screen and (max-width: 1200px){.hero-module__slide{min-height:530px;padding:90px 0}}@media only screen and (max-width: 1022px){.hero-module__slide{flex-direction:column;padding:0;min-height:1px}}@media only screen and (min-width: 768px){.hero-module__slide-text-white{color:var(--color-white)}}.hero-module__slide .container{position:relative;z-index:2;width:100%}@media only screen and (max-width: 1022px){.hero-module__slide-bg{position:relative;height:0;padding-bottom:56.24%}}@media only screen and (max-width: 767px){.hero-module__slide-bg{padding-bottom:78%}}.hero-module__slide-content{display:grid;grid-gap:28px;justify-items:flex-start}@media only screen and (max-width: 1200px){.hero-module__slide-content{grid-gap:20px}}@media only screen and (max-width: 1022px){.hero-module__slide-content{padding:28px 0 20px;grid-gap:15px}}@media only screen and (max-width: 767px){.hero-module__slide-content{grid-gap:10px}}@media only screen and (min-width: 768px){.hero-module__slide-content .title.text--white{color:var(--color-white)}}@media only screen and (max-width: 767px){.hero-module .btn{width:100%}}.hero-module .title{color:var(--color-primary-blue)}.hero-module__nav{max-width:254px;width:100%;display:flex;align-items:center;gap:10px}@media only screen and (max-width: 767px){.hero-module__nav{max-width:100%}}.hero-module__nav .slider-nav{flex-shrink:0}.hero-module__nav-wrapper{position:absolute;left:0;width:100%;bottom:40px;z-index:8}@media only screen and (max-width: 1200px){.hero-module__nav-wrapper{bottom:20px}}@media only screen and (max-width: 1022px){.hero-module__nav-wrapper{bottom:0;position:relative}}.hero-module .swiper-custom-pagination{width:28px;flex-shrink:0;text-align:right}@media only screen and (min-width: 768px){.hero-module .swiper-custom-pagination.text--white{color:var(--color-white)}.hero-module .slider--white{background-color:var(--color-white)}}.hero-module .swiper-slide{height:auto}.benefits{padding:10px 0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media only screen and (max-width: 1022px){.benefits .container{max-width:100%}.benefits .swiper{padding:0 20px}}@media only screen and (max-width: 767px){.benefits .swiper{overflow-x:scroll;-webkit-overflow-scrolling:touch;display:flex;-ms-overflow-style:none;scrollbar-width:none}.benefits .swiper::-webkit-scrollbar{display:none}.benefits .swiper-wrapper{display:flex;flex-wrap:nowrap;gap:15px;width:auto;transform:translateZ(0)!important}.benefits .swiper:not(.swiper-initialized) .swiper-pagination,.benefits .swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type){display:block!important}.benefits .swiper-slide{width:240px!important;margin:0!important;flex-shrink:0}}.benefits__slide{display:flex;align-items:center;gap:20px;min-height:52px;line-height:1.25}.benefits__slide img{flex-shrink:0;max-width:32px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.benefits__slide--href:hover p{background-size:100% 1px}.benefits--secondary .benefits__slider{padding:50px 0;border-top:1px solid var(--color-neutral-light-blue);border-bottom:1px solid var(--color-neutral-light-blue)}@media only screen and (max-width: 1439px){.benefits--secondary .benefits__slider{padding:40px 0}}@media only screen and (max-width: 1022px){.benefits--secondary .benefits__slider{padding:30px 0}.benefits--secondary .container{max-width:calc(100% - 40px)}}@media only screen and (max-width: 767px){.benefits--secondary .swiper{padding:0}}.benefits--secondary .swiper-wrapper{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px!important;transform:translateZ(0)!important;height:auto}@media only screen and (max-width: 1022px){.benefits--secondary .swiper-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width: 767px){.benefits--secondary .swiper-wrapper{grid-gap:36px 20px!important}}.benefits--secondary .swiper-slide{width:100%!important;margin:0!important}.benefits--secondary .benefits__slide{font-weight:400;min-height:70px}@media only screen and (max-width: 1200px){.benefits--secondary .benefits__slide{font-size:16px;min-height:52px}}@media only screen and (max-width: 767px){.benefits--secondary .benefits__slide{flex-direction:column;text-align:center;gap:15px}}.benefits--secondary .benefits__slide img{max-width:50px}.categories-module__header{display:grid;grid-template-columns:1fr auto;grid-gap:20px;align-items:flex-start;margin-bottom:50px}@media only screen and (max-width: 1022px){.categories-module__header{margin-bottom:40px}}.categories-module .section-header{margin-bottom:0}@media only screen and (max-width: 1022px){.categories-module .swiper{width:calc(100% + 40px);margin-left:-20px;padding:0 20px}}@media only screen and (max-width: 767px){.categories-module .swiper{overflow-x:scroll;-webkit-overflow-scrolling:touch;display:flex;-ms-overflow-style:none;scrollbar-width:none}.categories-module .swiper::-webkit-scrollbar{display:none}.categories-module .swiper-wrapper{display:flex;flex-wrap:nowrap;gap:25px;width:auto}.categories-module .swiper:not(.swiper-initialized) .swiper-pagination,.categories-module .swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type){display:block!important}.categories-module .swiper-slide{width:110px;flex-shrink:0}.categories-module .slider-nav{display:none}}.categories-module__slide{line-height:1.25}@media only screen and (max-width: 767px){.categories-module__slide{font-size:14px;line-height:1.5;width:100%;display:block}}.categories-module__slide-image{width:100%;height:0;position:relative;padding-bottom:100%;margin-bottom:10px}.categories-module__slide-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-object-fit:contain;object-fit:contain}.categories-module__slide:hover{color:var(--color-primary-blue)}.categories-module .swiper-scrollbar{margin-top:50px}@media only screen and (max-width: 1022px){.categories-module .swiper-scrollbar{margin-top:40px}}.tag-collections{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:100px 0;background:linear-gradient(0deg,#e5eef5 0%,#f5f8fb 100%);overflow:hidden}@media only screen and (max-width: 1200px){.tag-collections{padding:80px 0}}@media only screen and (max-width: 1022px){.tag-collections{padding:50px 0}}@media only screen and (max-width: 767px){.tag-collections{padding:40px 0}}.tag-collections__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:20px}@media only screen and (max-width: 767px){.tag-collections__header{margin-bottom:0}}.tag-collections__header .section-header{margin:0;flex:auto}@media only screen and (max-width: 1022px){.tag-collections__header .slider-nav,.tag-collections__header .btn{display:none}}.tag-collections .product-card{max-width:100%;height:100%}.tag-collections .collection-banner{margin-top:30px;max-width:100%}@media only screen and (max-width: 767px){.tag-collections .collection-banner{margin-bottom:10px}}.tag-collections__swiper-scrollbar.swiper-scrollbar{margin-top:20px}@media only screen and (max-width: 767px){.tag-collections__swiper-scrollbar.swiper-scrollbar{width:calc(100% - 40px);margin:10px auto 0}}.tag-collections__slider{width:calc(100% + 60px);margin-left:-30px;padding:0 26px 1px;overflow:hidden}@media only screen and (max-width: 1200px){.tag-collections__slider{width:100%;margin:0}}@media only screen and (max-width: 1022px){.tag-collections__slider{width:calc(100% + 40px);margin-left:-20px;padding:0 20px 1px}}@media only screen and (max-width: 767px){.tag-collections__slider{padding:0 0 2px}}.tag-collections__slider-init{overflow:visible}@media only screen and (max-width: 767px){.tag-collections__slider-init{overflow-x:scroll;-webkit-overflow-scrolling:touch;display:flex;padding-left:20px;-ms-overflow-style:none;scrollbar-width:none}.tag-collections__slider-init::-webkit-scrollbar{display:none}.tag-collections__slider .swiper-wrapper{display:flex;flex-wrap:nowrap;gap:20px;width:auto;padding-right:20px;transform:translateZ(0)!important}.tag-collections__slider .swiper:not(.swiper-initialized) .swiper-pagination{display:block!important}.tag-collections__slider .swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type){display:flex!important}}.tag-collections__slider-slide{display:flex;flex-direction:column;height:auto;padding:30px 0}@media only screen and (max-width: 767px){.tag-collections__slider-slide{flex-shrink:0;width:235px}}.tag-collections__footer{margin-top:40px;text-align:center}@media only screen and (max-width: 767px){.tag-collections__footer .btn{width:100%}}@media only screen and (min-width: 1201px){.tag-collections--with-collection-banner .tag-collections__slider{width:calc(100% + 45px);margin-left:-20px;padding:0 26px 1px 20px}}.promo-module__inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:44px}@media only screen and (max-width: 1200px){.promo-module__inner{grid-gap:30px}}@media only screen and (max-width: 1022px){.promo-module__inner{grid-gap:20px}}@media only screen and (max-width: 767px){.promo-module__inner{grid-template-columns:1fr}}.promo-module .promo-banner{max-width:100%}.promo-module__item{height:100%}.promo-module__item-detail-text{width:100%;padding:34px 40px}@media only screen and (max-width: 1200px){.promo-module__item-detail-text{padding:25px 30px}}@media only screen and (max-width: 1022px){.promo-module__item-detail-text{padding:20px}}@media only screen and (max-width: 767px){.promo-module__item-detail-text{font-size:12px;line-height:1.5;padding:15px 20px}}.promo-module__item--with-details{border-radius:10px;border:1px solid var(--color-neutral-light-blue)}.promo-module__item--with-details .promo-banner{border-radius:10px 10px 0 0}.promo-module__item--large{grid-column:span 2}@media only screen and (max-width: 767px){.promo-module__item--large{grid-column:span 1}}.promo-module__item--large .promo-module__item-detail-text{max-width:980px}@media only screen and (max-width: 1200px){.promo-module__item--large .promo-module__item-detail-text{max-width:750px}}.promo-module__item.text--blue .promo-banner__content{color:var(--color-primary-blue)}.promo-module__item.text--blue .promo-banner__content .btn{color:inherit}.promo-module--single-item .promo-module__item--with-details{border:0}.promo-module--single-item .promo-banner{border-radius:10px}.promo-module--single-item .promo-module__item-detail-text{margin-top:38px;max-width:785px;width:100%;padding:0}@media only screen and (max-width: 1200px){.promo-module--single-item .promo-module__item-detail-text{margin-top:25px}}@media only screen and (max-width: 1022px){.promo-module--single-item .promo-module__item-detail-text{margin-top:14px}}@media only screen and (min-width: 1201px){.promo-module--without-large-item .promo-banner__content{padding:34px 40px}}@media only screen and (min-width: 1023px){.promo-module--without-large-item .promo-banner .title{font-size:24px}}.brands-slider__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:50px}@media only screen and (max-width: 1022px){.brands-slider__header{margin-bottom:40px}}.brands-slider__header .section-header{margin:0;flex:auto}@media only screen and (max-width: 1022px){.brands-slider__header .slider-nav,.brands-slider__header .btn{display:none}}.brands-slider__init{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media only screen and (max-width: 1022px){.brands-slider__init{width:calc(100% + 40px);margin-left:-20px}.brands-slider__init .swiper{padding:0 20px}}@media only screen and (max-width: 767px){.brands-slider__init .swiper{overflow-x:scroll;-webkit-overflow-scrolling:touch;display:flex;-ms-overflow-style:none;scrollbar-width:none}.brands-slider__init .swiper::-webkit-scrollbar{display:none}.brands-slider__init .swiper-wrapper{display:flex;flex-wrap:nowrap;gap:20px;width:auto}.brands-slider__init .swiper:not(.swiper-initialized) .swiper-pagination,.brands-slider__init .swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type){display:block!important}.brands-slider__init .swiper-slide{width:80px;flex-shrink:0}}.brands-slider__item{height:95px;position:relative}@media only screen and (max-width: 1439px){.brands-slider__item{height:80px}}@media only screen and (max-width: 767px){.brands-slider__item{height:56px}}.brands-slider__item img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain;transform:scale(1);transition:transform .4s ease}.brands-slider__item:hover img{transform:scale(.9)}.brands-slider__footer{margin-top:50px;text-align:center}@media only screen and (max-width: 767px){.brands-slider__footer .btn{width:100%}}.brands-slider .swiper-scrollbar{margin-top:50px}.latest-blog .blog-card{max-width:100%}@media only screen and (max-width: 767px){.latest-blog .blog-card .btn{font-size:16px}}.latest-blog__main{padding-right:12px;height:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px}@media only screen and (min-width: 1023px) and (max-width: 1200px){.latest-blog__main{padding-right:7px}}@media only screen and (max-width: 1022px){.latest-blog__main{margin-bottom:35px;gap:0;padding:0}}@media only screen and (max-width: 767px){.latest-blog__main .blog-card{gap:18px}}.latest-blog__main .blog-card__text{display:block}@media only screen and (max-width: 767px){.latest-blog__main .blog-card .title{font-size:20px;line-height:1.2}}.latest-blog__footer{margin-top:40px}.latest-blog__view-more{margin-top:auto}@media only screen and (max-width: 767px){.latest-blog__view-more{width:100%}}.latest-blog .swiper-scrollbar{margin-top:58px}.latest-blog__slider{padding-left:12px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media only screen and (min-width: 1023px) and (max-width: 1200px){.latest-blog__slider{padding-left:7px}}@media only screen and (max-width: 1022px){.latest-blog__slider{width:calc(100% + 40px);margin-left:-20px;padding:0}.latest-blog__slider .swiper{padding:0 20px}}@media only screen and (max-width: 767px){.latest-blog__slider .swiper{overflow-x:scroll;-webkit-overflow-scrolling:touch;display:flex;-ms-overflow-style:none;scrollbar-width:none}.latest-blog__slider .swiper::-webkit-scrollbar{display:none}}@media only screen and (min-width: 1023px){.latest-blog__slider .swiper-wrapper{display:grid!important;transform:translateZ(0)!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:44px}}@media only screen and (min-width: 1023px) and (max-width: 1200px){.latest-blog__slider .swiper-wrapper{grid-gap:30px}}@media only screen and (max-width: 767px){.latest-blog__slider .swiper-wrapper{display:flex;flex-wrap:nowrap;gap:20px;width:auto}.latest-blog__slider .swiper:not(.swiper-initialized) .swiper-pagination,.latest-blog__slider .swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type){display:block!important}}.latest-blog__slider .swiper-slide{display:flex;flex-direction:column;height:auto}@media only screen and (min-width: 1023px){.latest-blog__slider .swiper-slide{width:100%!important;margin:0!important}}@media only screen and (max-width: 767px){.latest-blog__slider .swiper-slide{width:235px;flex-shrink:0}}.latest-blog__slider .blog-card{gap:18px;height:100%}.latest-blog__slider .blog-card .title{line-height:1.2}@media only screen and (max-width: 767px){.latest-blog__slider .blog-card .title{font-size:16px}}.breadcrumbs{font-family:Klavika,sans-serif;padding-top:20px}@media only screen and (max-width: 767px){.breadcrumbs{padding-top:16px}}.breadcrumbs ul{display:flex;flex-wrap:wrap;align-items:center;gap:5px 10px}@media only screen and (max-width: 767px){.breadcrumbs ul{gap:2px 10px}}.breadcrumbs__item{color:#757575;display:flex;align-items:center;gap:10px}@media only screen and (max-width: 1022px){.breadcrumbs__item{font-size:14px}}@media only screen and (max-width: 767px){.breadcrumbs__item{font-size:13px}}.breadcrumbs__item .icon{flex-shrink:0}.breadcrumbs__item .icon-arrow-right{width:10px;height:8px}@media only screen and (max-width: 767px){.breadcrumbs__item .icon-arrow-right{width:9px;height:7px}}@media only screen and (max-width: 1022px){.breadcrumbs__item .icon-home{width:15px;height:14px}}@media only screen and (max-width: 767px){.breadcrumbs__item .icon-home{width:13px;height:12px}}.breadcrumbs__item .icon:before{background-color:currentColor}.breadcrumbs__item:first-child{font-size:0;line-height:0}.breadcrumbs__item:first-child .breadcrumbs__link--href:before,.breadcrumbs__item:first-child .breadcrumbs__link--href:after{display:none}.breadcrumbs__item.is-active .breadcrumbs__link--href{color:var(--color-neutral-black)}.breadcrumbs__item.is-active .breadcrumbs__link--href:before,.breadcrumbs__item.is-active .breadcrumbs__link--href:after{width:100%;left:0}.breadcrumbs__link--href{position:relative}.breadcrumbs__link--href:after,.breadcrumbs__link--href:before{background-color:var(--color-neutral-black)}.breadcrumbs__link--href:hover{color:var(--color-neutral-black)}.intro-module__text{margin-top:15px}@media only screen and (max-width: 767px){.intro-module__text{margin-top:6px}}.intro-module__text .editor-text a{color:currentColor;text-decoration:underline}.intro-module__text .editor-text a:hover{color:var(--color-primary-blue);text-decoration:underline}.intro-module--thankyou .intro-module__title{display:flex;align-items:center;grid-gap:20px}@media only screen and (max-width: 1022px){.intro-module--thankyou .intro-module__title{line-height:1.13}}@media only screen and (max-width: 767px){.intro-module--thankyou .intro-module__title{align-items:flex-start}}.intro-module--thankyou .intro-module__title svg{flex-shrink:0;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width: 1022px){.intro-module--thankyou .intro-module__title svg{width:40px;height:40px}}.intro-module--thankyou .intro-module__text{margin-top:35px}@media only screen and (max-width: 1022px){.intro-module--thankyou .intro-module__text{margin-top:30px}}.top-products{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:50px 0}@media only screen and (max-width: 1200px){.top-products{padding:40px 0}}@media only screen and (max-width: 767px){.top-products{padding:30px 0}}.top-products__header{display:flex;gap:20px;align-items:flex-start;margin-bottom:20px}@media only screen and (max-width: 767px){.top-products__header{margin-bottom:0}}.top-products .section-header{margin-bottom:0}.top-products__slider{width:calc(100% + 60px);margin-left:-30px;padding:0 26px 1px;overflow:hidden}@media only screen and (max-width: 1200px){.top-products__slider{width:100%;margin:0}}@media only screen and (max-width: 1022px){.top-products__slider{width:calc(100% + 40px);margin-left:-20px;padding:0 20px 1px}}@media only screen and (max-width: 767px){.top-products__slider{padding:0}}.top-products__slider-init{overflow:visible}@media only screen and (max-width: 767px){.top-products__slider-init{overflow-x:scroll;-webkit-overflow-scrolling:touch;display:flex;padding-left:20px;-ms-overflow-style:none;scrollbar-width:none}.top-products__slider-init::-webkit-scrollbar{display:none}.top-products__slider .swiper-wrapper{display:flex;flex-wrap:nowrap;gap:20px;width:auto;padding-right:20px;transform:translateZ(0)!important}.top-products__slider .swiper:not(.swiper-initialized) .swiper-pagination,.top-products__slider .swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type){display:block!important}}.top-products__slider-slide{display:flex;flex-direction:column;height:auto;padding:30px 0}@media only screen and (max-width: 767px){.top-products__slider-slide{flex-shrink:0;width:235px}}.top-products .product-card{max-width:100%;height:100%}.top-products .slider-nav{margin-left:auto;flex-shrink:0}@media only screen and (max-width: 767px){.top-products .slider-nav{display:none}}.top-products__swiper-scrollbar.swiper-scrollbar{margin-top:20px}@media only screen and (max-width: 767px){.top-products__swiper-scrollbar.swiper-scrollbar{margin-top:10px}}.blog-list{position:relative}.blog-list__row{display:grid;grid-gap:20px;grid-template-columns:256px 1fr}@media only screen and (max-width: 1022px){.blog-list__row{grid-gap:0;grid-template-columns:.5px 1fr}.blog-list__right{padding-top:100px}}.blog-list__right-row{width:100%;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:50px 40px}@media only screen and (max-width: 1200px){.blog-list__right-row{grid-gap:40px 30px}}@media only screen and (max-width: 767px){.blog-list__right-row{grid-gap:40px 20px}}.blog-list__item{grid-column:span 2}@media only screen and (max-width: 1200px){.blog-list__item{grid-column:span 3}}.blog-list__item--full-width{grid-column:span 6}.blog-list__item--half-width,.blog-list__item--main-article{grid-column:span 3}@media only screen and (max-width: 1022px){.blog-list__item--main-article{grid-column:span 6}}.blog-list .main-articles{min-height:100%}.blog-list .main-articles,.blog-list .blog-card{max-width:100%}.page-404__title{margin-bottom:24px}@media only screen and (max-width: 1022px){.page-404__title{margin-bottom:10px}}.page-404__text{margin-top:15px}.page-404__info{margin-top:50px;display:grid;grid-template-columns:repeat(5,minmax(0,214px));grid-gap:35px;text-align:center}@media only screen and (max-width: 1439px){.page-404__info{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width: 1022px){.page-404__info{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width: 767px){.page-404__info{grid-template-columns:1fr;grid-gap:30px}}.page-404__info-item{display:grid;justify-items:center;align-content:center;padding:20px 0;grid-gap:15px;position:relative}.page-404__info-item:not(:last-child):after{content:"";position:absolute;right:-16px;top:0;width:1px;height:100%;background-color:var(--color-neutral-light-blue);pointer-events:none}@media only screen and (max-width: 767px){.page-404__info-item:not(:last-child):after{width:100%;top:initial;left:0;right:initial;bottom:-10px;height:1px}}.page-404__info-item .icon{height:40px;width:44px;transition:transform .3s ease}.page-404__info-item .icon:before{background-color:var(--color-primary-blue)}.page-404__info-item .title{line-height:1}.page-404__info-item[href]:hover .icon{transform:translateY(-4px)}.page-505{min-height:100vh;display:flex;align-items:center;position:relative;padding:80px 0}.page-505 .container{position:relative;z-index:4}.page-505__logo{max-width:125px;width:100%;display:block;margin:0 auto 96px}@media only screen and (max-width: 1200px){.page-505__logo{margin-bottom:60px}}@media only screen and (max-width: 1022px){.page-505__logo{margin-bottom:34px}}.page-505__logo img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.page-505__title{margin-bottom:24px}@media only screen and (max-width: 1022px){.page-505__title{margin-bottom:10px}.page-505 .title{font-size:24px;line-height:1.37}}.page-505__text{margin-top:15px}@media only screen and (max-width: 1022px){.page-505__text{margin-top:18px}}.page-505__contact{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:42px}@media only screen and (max-width: 767px){.page-505__contact{gap:10px}}.page-505__contact-link{background-color:var(--color-white);padding:10px;display:grid;grid-gap:14px;justify-items:center;align-content:center;max-width:210px;width:100%;flex-shrink:0;min-height:114px;transition:box-shadow .3s ease}@media only screen and (max-width: 767px){.page-505__contact-link{max-width:155px;font-size:16px;min-height:100px}}.page-505__contact-link .icon{width:40px;height:40px}@media only screen and (max-width: 767px){.page-505__contact-link .icon{width:30px;height:30px}}.page-505__contact-link .icon:before{background-color:var(--color-primary-blue)}.page-505__contact-link:hover{box-shadow:0 5px 15px #2223}.page-505__bg img{-o-object-fit:contain;object-fit:contain;-o-object-position:right;object-position:right}.content-module__title{margin-bottom:90px}@media only screen and (max-width: 1200px){.content-module__title{margin-bottom:60px}}@media only screen and (max-width: 1022px){.content-module__title{margin-bottom:40px}}.content-module .accordion-list,.content-module .bonus-banner{max-width:100%}@media only screen and (max-width: 1022px){.content-module .bonus-banner{margin-top:50px}}.content-module__left{display:grid;grid-gap:40px}@media only screen and (min-width: 1023px) and (max-width: 1200px){.content-module__left{padding-right:20px}}.content-module__text .editor-text h1,.content-module__text .editor-text h2,.content-module__text .editor-text h3,.content-module__text .editor-text h4,.content-module__text .editor-text h5,.content-module__text .editor-text h6{font-weight:400;margin:42px 0 15px}@media only screen and (max-width: 1022px){.content-module__text .editor-text h1,.content-module__text .editor-text h2,.content-module__text .editor-text h3,.content-module__text .editor-text h4,.content-module__text .editor-text h5,.content-module__text .editor-text h6{margin:22px 0 18px}}.content-module__text .editor-text h1:first-child,.content-module__text .editor-text h2:first-child,.content-module__text .editor-text h3:first-child,.content-module__text .editor-text h4:first-child,.content-module__text .editor-text h5:first-child,.content-module__text .editor-text h6:first-child{margin-top:0}.content-module__text .editor-text h1:last-child,.content-module__text .editor-text h2:last-child,.content-module__text .editor-text h3:last-child,.content-module__text .editor-text h4:last-child,.content-module__text .editor-text h5:last-child,.content-module__text .editor-text h6:last-child{margin-bottom:0}@media only screen and (max-width: 767px){.content-module__text .editor-text h2{font-size:24px}}.content-module__text .editor-text p{margin:15px 0}@media only screen and (max-width: 1022px){.content-module__text .editor-text p{margin:18px 0}}.content-module__text .editor-text p:first-child{margin-top:0}.content-module__text .editor-text p:last-child{margin-bottom:0}@media only screen and (max-width: 767px){.content-module__text .editor-text table tr{display:flex;flex-direction:column;padding:14px 0;gap:4px}}.content-module__text .editor-text table tr th,.content-module__text .editor-text table tr td{padding:12px 0}@media only screen and (max-width: 767px){.content-module__text .editor-text table tr th,.content-module__text .editor-text table tr td{padding:0}}.content-module__text .editor-text table tr td{line-height:28px}.content-module__text .editor-text table tr th{width:39.5%}@media only screen and (max-width: 767px){.content-module__text .editor-text table tr th{font-size:14px;width:100%}}.blog-detail{position:relative}.blog-detail__content img{max-width:100%!important;width:revert-layer;display:inline-block;padding:20px}.blog-detail__image{overflow:hidden;position:relative;padding-bottom:56%;margin-bottom:34px}.blog-detail__share{margin-top:48px;border-top:1px solid var(--color-neutral-light-blue)}.blog-detail__share-title{margin:40px 0 24px;font-size:20px;font-weight:400;font-family:var(--font-secondary)}.blog-detail__infos{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:20px}.blog-detail__infos-item{padding-right:10px;position:relative;color:#595959}.blog-detail__infos-item:not(:last-child):after{content:"";width:1px;height:12px;background-color:var(--color-neutral-gray);position:absolute;right:0;top:7px}.blog-detail__infos-item:last-child{padding-right:0}.blog-detail__infos a:hover{color:var(--color-primary-blue)}.blog-detail__title{margin-bottom:24px;text-transform:uppercase}.blog-detail__lead-text{margin-bottom:24px}.blog-detail .editor-text h1,.blog-detail .editor-text h2,.blog-detail .editor-text h3,.blog-detail .editor-text h4,.blog-detail .editor-text h5,.blog-detail .editor-text h6{font-weight:400}.blog-detail .editor-text table{height:auto!important;padding:4px 0}.blog-detail .editor-text table img{padding-left:0;padding-right:28px}.blog-detail .editor-text h1{font-size:44px;line-height:1.1}@media only screen and (max-width: 1200px){.blog-detail .editor-text h1{font-size:30px}}@media only screen and (max-width: 1022px){.blog-detail .editor-text h1{font-size:36px}}.blog-detail .container{position:relative;padding-bottom:100px}.blog-detail__footer{margin-top:40px;padding-top:50px;border-top:1px solid var(--color-neutral-light-blue)}@media only screen and (max-width: 1022px){.blog-detail__footer{position:absolute;left:0;bottom:0;width:100%;border-top:0;display:flex;justify-content:center}}@media only screen and (max-width: 767px){.blog-detail__footer .btn{width:100%}}@media only screen and (max-width: 1022px){.blog-detail__sidebar{margin-top:50px;padding:50px 0;background:linear-gradient(180deg,rgba(229,238,245,.4) 0%,#e5eef5 100%),#fff;position:relative;width:100vw;left:50%;transform:translate(-50%);overflow:hidden}.blog-detail__sidebar-inner{display:block;margin:0 auto;width:100%;max-width:calc(100% - 40px)}}.blog-detail__sidebar-title{margin-bottom:30px}.blog-detail__sidebar .swiper-scrollbar{margin-top:40px;display:none}@media only screen and (max-width: 1022px){.blog-detail__sidebar .swiper-scrollbar{display:block}.blog-detail__sidebar .swiper{overflow:visible}}@media only screen and (max-width: 767px){.blog-detail__sidebar .swiper{overflow-x:scroll;-webkit-overflow-scrolling:touch;display:flex;width:calc(100% + 40px);margin-left:-20px;padding-left:20px;-ms-overflow-style:none;scrollbar-width:none}.blog-detail__sidebar .swiper::-webkit-scrollbar{display:none}.blog-detail__sidebar .swiper:not(.swiper-initialized) .swiper-pagination,.blog-detail__sidebar .swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type){display:block!important}}@media only screen and (min-width: 1023px){.blog-detail__sidebar .swiper-wrapper{transform:translateZ(0)!important;display:grid;grid-gap:60px}}@media only screen and (max-width: 1022px){.blog-detail__sidebar .swiper-wrapper{overflow:visible}}@media only screen and (max-width: 767px){.blog-detail__sidebar .swiper-wrapper{display:flex;flex-wrap:nowrap;gap:20px;width:auto;padding-right:20px}}@media only screen and (min-width: 1023px){.blog-detail__sidebar .swiper-slide{width:100%!important}}@media only screen and (max-width: 1022px){.blog-detail__sidebar .swiper-slide{width:320px;height:auto}}@media only screen and (max-width: 767px){.blog-detail__sidebar .swiper-slide{width:235px;flex-shrink:0}}@media only screen and (max-width: 1022px){.blog-detail__sidebar .blog-card{background-color:var(--color-white);max-width:100%;border-radius:10px;overflow:hidden;padding-bottom:20px;min-height:100%}.blog-detail__sidebar .blog-card__image{border-radius:0}.blog-detail__sidebar .blog-card__info,.blog-detail__sidebar .blog-card__text,.blog-detail__sidebar .blog-card .title{padding:0 20px}.blog-detail__sidebar .blog-card__button{margin:0 20px}}.blog-detail hr,.blog-detail iframe{margin-bottom:24px}.blog-detail .social-share-icons a{display:inline-block;margin-right:24px}.blog-detail .social-share-icons a.copy-link{position:relative}.blog-detail .social-share-icons a:last-of-type{margin-right:0}.blog-detail .social-share-icons img{width:30px;height:30px}.blog-detail .social-share-icons .copy-success{display:none;position:absolute;width:160px;left:50px;top:50%;transform:translateY(-50%);background-color:#00599f;color:#fff;padding:5px 10px;border-radius:6px;z-index:1000}@media only screen and (max-width: 1022px){.blog-detail .social-share-icons .copy-success{left:-64px;top:40px;transform:none}}.blog-detail .social-share-icons .copy-success:before{content:"";position:absolute;left:-6px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #00599f;display:inline-block}@media only screen and (max-width: 1022px){.blog-detail .social-share-icons .copy-success:before{left:50%;top:-8px;transform:translate(-50%) rotate(90deg)}}.brand-list{position:relative}.brand-list__row{display:grid;grid-gap:20px;grid-template-columns:256px 1fr}@media only screen and (max-width: 1022px){.brand-list__row{grid-gap:0;grid-template-columns:.5px 1fr}.brand-list__right{padding-top:100px}}.brand-list__right-row{width:100%;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:50px 40px}@media only screen and (max-width: 1200px){.brand-list__right-row{grid-gap:40px 30px}}@media only screen and (max-width: 767px){.brand-list__right-row{grid-gap:40px 20px}}.brand-list__right .brand-filter__selections{display:flex;gap:20px;padding:0;border:0;margin:-24px 0 50px}@media only screen and (max-width: 767px){.brand-list__right .brand-filter__selections{margin:-28px 0 50px;flex-direction:column;position:relative}}.brand-list__right .brand-filter__selections.hide{display:none}.brand-list__right .brand-filter__selections-left{flex-shrink:0;padding-top:6px}@media only screen and (max-width: 767px){.brand-list__right .brand-filter__selections-left{min-height:30px;max-width:50%;width:100%}}.brand-list__right .brand-filter__selections-right{flex:auto;display:flex;gap:20px;align-items:center;flex-wrap:wrap;min-height:40px}.brand-list__right .brand-filter__selections-row{width:auto;flex-wrap:wrap}.brand-list__right .brand-filter__selections-footer{margin-top:0}@media only screen and (max-width: 767px){.brand-list__right .brand-filter__selections-footer{position:absolute;right:0;top:7px}}.brand-list__information{padding-bottom:16px;border-bottom:1px solid var(--color-neutral-light-gray);margin-bottom:50px}@media only screen and (max-width: 1022px){.brand-list__information{padding-bottom:0;border:0;margin-bottom:8px}}@media only screen and (max-width: 767px){.brand-list__information{margin-bottom:4px}}.brand-list__container{display:flex;flex-direction:column;justify-content:center;align-items:center}.brand-list__brands{display:grid;grid-gap:42px}.brand-list__brands-row-title{text-transform:uppercase;padding:12px 20px;border-bottom:1px solid var(--color-neutral-light-blue);margin-bottom:50px}@media only screen and (max-width: 767px){.brand-list__brands-row-title{margin-bottom:36px}}.brand-list__products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:50px 40px}@media only screen and (max-width: 1200px){.brand-list__products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width: 767px){.brand-list__products{grid-gap:40px 20px;grid-template-columns:repeat(2,minmax(0,1fr))}}.brand-list__items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:50px 20px}@media only screen and (max-width: 767px){.brand-list__items{grid-gap:40px 10px}}@media (max-width: 520px){.brand-list__items{grid-template-columns:repeat(2,minmax(0,1fr))}}.brand-list__item{display:flex;flex-direction:column;gap:8px;border-right:1px solid var(--color-neutral-light-gray);transition:color .3s ease;padding-right:20px}@media (max-width: 520px){.brand-list__item{gap:12px;padding-right:10px}.brand-list__item:nth-child(2n){border-right:0}}.brand-list__item-title{font-weight:700}@media only screen and (max-width: 767px){.brand-list__item-title{font-size:16px}}.brand-list__item-image{width:100%;height:180px}@media only screen and (max-width: 1439px){.brand-list__item-image{height:120px}}@media only screen and (max-width: 767px){.brand-list__item-image{height:110px}}.brand-list__item-image img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.brand-list__item:hover{color:var(--color-primary-blue)}@media only screen and (min-width: 1201px){.brand-list .product-card:nth-child(4n):after{display:none}}@media only screen and (min-width: 768px) and (max-width: 1200px){.brand-list .product-card:nth-child(3n):after{display:none}}@media only screen and (max-width: 767px){.brand-list .product-card:nth-child(2n):after{display:none}}.brand-list .product-card .price-preview{min-height:88px}@media only screen and (max-width: 767px){.brand-list .product-card .price-preview{min-height:66px}}.brand-list .product-card .price-preview__regular-price{min-height:1px}.product-module__intro{margin-bottom:40px}@media only screen and (max-width: 767px){.product-module__intro{margin-bottom:20px}}.product-module__title{text-transform:none}@media only screen and (min-width: 1201px) and (max-width: 1439px){.product-module__title{font-size:40px}}.product-module .container{position:relative}.product-module__text{margin-top:16px}@media only screen and (max-width: 1022px){.product-module__text{margin-top:36px}}.product-module__tag-list{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:22px}@media only screen and (max-width: 767px){.product-module__tag-list{margin-top:12px}}.product-module__tag-list .tag{flex-shrink:0;min-height:26px;display:inline-flex;align-items:center;padding:4px 16px;border-radius:8px;font-size:14px}@media only screen and (max-width: 767px){.product-module__tag-list .tag{font-size:12px;padding:4px 12px;min-height:22px;border-radius:5px}}.product-module__icon-text{display:flex;align-items:center;flex-wrap:wrap;margin-top:40px;gap:20px 42px}@media only screen and (max-width: 1022px){.product-module__icon-text{margin-top:50px}}.product-module__icon-text-item{display:flex;align-items:center;gap:10px}.product-module__icon-text-item .icon{transition-duration:.3s}.product-module__icon-text-item .icon:before{background-color:var(--color-primary-blue)}.product-module__icon-text-item:hover .icon{transform:translate(3px)}.product-module__icon-text-item[href]:hover{color:var(--color-primary-blue)}.product-module__icon-text img{flex-shrink:0;-o-object-fit:contain;object-fit:contain;width:auto;height:auto;max-height:24px}.product-module__special-offer-info{padding:32px 40px;margin-top:40px}@media only screen and (max-width: 1022px){.product-module__special-offer-info{padding:22px 30px;margin-top:32px}}.product-module__special-offer-info .editor-text h3,.product-module__special-offer-info .editor-text h4{margin-bottom:18px}.product-module__special-offer-info .editor-text h4{font-family:Proxima Nova,sans-serif;font-weight:400;color:var(--color-primary-blue)}.product-module__special-offer-info .editor-text p:not(:first-child){margin-top:18px}.product-module .accordion-list{margin-top:40px;max-width:100%}@media only screen and (max-width: 1022px){.product-module .accordion-list__item-title{min-height:82px}.product-module .accordion-list__item-title-icon{width:22px;height:22px}}.product-module .accordion-list__item-content-inner{padding-bottom:40px}@media only screen and (max-width: 1022px){.product-module .accordion-list__item-content-inner{padding-bottom:30px}}.product-module .product-summary{display:none}@media only screen and (min-width: 768px){.product-module .product-summary{max-width:100%}}@media only screen and (min-width: 1023px){.product-module .product-summary{max-width:440px}}@media only screen and (min-width: 1023px) and (max-width: 1200px){.product-module .product-summary{max-width:395px}}@media only screen and (max-width: 1022px){.product-module .product-summary{display:block}}.product-module .product-summary__wrap .product-summary{display:block;position:sticky;right:0;top:calc(var(--header-height, 204px) + 40px);transition:.3s ease}.is-scrolled .product-module .product-summary__wrap .product-summary{top:calc(var(--header-height, 204px) + 40px - var(--header-top-height, 0px))}.is-scrolled-up .product-module .product-summary__wrap .product-summary{top:calc(var(--header-height, 204px) + 40px)}@media only screen and (max-width: 1439px){.product-module .product-summary__wrap .product-summary{top:calc(var(--header-height, 202px) + 40px)}.is-scrolled .product-module .product-summary__wrap .product-summary{top:calc(var(--header-height, 202px) + 40px - var(--header-top-height, 0px))}.is-scrolled-up .product-module .product-summary__wrap .product-summary{top:calc(var(--header-height, 202px) + 40px)}}@media only screen and (max-width: 1200px){.product-module .product-summary__wrap .product-summary{top:calc(var(--header-height, 46px) + 40px)}.is-scrolled .product-module .product-summary__wrap .product-summary{top:calc(var(--header-height, 46px) + 40px - var(--header-top-height, 0px))}.is-scrolled-up .product-module .product-summary__wrap .product-summary{top:calc(var(--header-height, 46px) + 40px)}}@media only screen and (max-width: 1022px){.product-module .product-summary__wrap .product-summary{display:none}}.product-list{position:relative}.product-list__row{display:grid;grid-gap:20px;grid-template-columns:256px 1fr}@media only screen and (max-width: 1022px){.product-list__row{grid-gap:0;grid-template-columns:.5px 1fr}.product-list__information{margin-bottom:10px}.product-list__right{padding-top:80px}}.product-list__right-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--color-neutral-light-gray);margin-bottom:50px}@media only screen and (max-width: 1022px){.product-list__right-header{padding-bottom:0;border:0;margin-bottom:26px}}@media only screen and (max-width: 767px){.product-list__right-header{margin-bottom:20px}}.product-list__right-row{width:100%;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:50px 40px}@media only screen and (max-width: 1200px){.product-list__right-row{grid-gap:40px 30px}}@media only screen and (max-width: 767px){.product-list__right-row{grid-gap:40px 20px}}.product-list__right .product-filter__selections{display:flex;gap:20px;padding:0;border:0;margin:-24px 0 50px}@media only screen and (max-width: 767px){.product-list__right .product-filter__selections{margin:-28px 0 50px;flex-direction:column;position:relative}}.product-list__right .product-filter__selections.hide{display:none}.product-list__right .product-filter__selections-left{flex-shrink:0;padding-top:6px}@media only screen and (max-width: 767px){.product-list__right .product-filter__selections-left{min-height:30px;max-width:50%;width:100%}}.product-list__right .product-filter__selections-right{flex:auto;display:flex;gap:20px;align-items:center;flex-wrap:wrap;min-height:40px}.product-list__right .product-filter__selections-row{width:auto;flex-wrap:wrap}.product-list__right .product-filter__selections-footer{margin-top:0}@media only screen and (max-width: 767px){.product-list__right .product-filter__selections-footer{position:absolute;right:0;top:7px}}.product-list__products{display:grid;grid-gap:42px}.product-list__products-row-title{text-transform:uppercase;padding:12px 20px;border-bottom:1px solid var(--color-neutral-light-blue);margin-bottom:50px}@media only screen and (max-width: 767px){.product-list__products-row-title{margin-bottom:36px}}.product-list__products{overflow:hidden;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:50px 40px}@media only screen and (max-width: 1200px){.product-list__products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width: 767px){.product-list__products{grid-gap:40px 20px;grid-template-columns:repeat(2,minmax(0,1fr))}}.product-list__product{position:relative}.product-list__product-banner{grid-column:span 2}.product-list__product-banner:after{display:none}.product-list__product:not(.full-width) .promo-banner__content{padding:30px;width:100%}@media only screen and (max-width: 767px){.product-list__product:not(.full-width) .promo-banner__content{padding:20px;min-height:400px}}.product-list__product.full-width{grid-column:span 4}@media only screen and (max-width: 1200px){.product-list__product.full-width{grid-column:span 2}}@media only screen and (max-width: 767px){.product-list__product.full-width{grid-column:span 2}}.product-list__product.full-width:after{display:none}.product-list__product.full-width .promo-banner__content{min-height:206px}@media only screen and (max-width: 767px){.product-list__product.full-width .promo-banner__content{min-height:150px}.product-list__product.full-width .promo-banner .title{font-size:16px}}.product-list__product.remove-border .product-card:after{display:none}.product-list__product.text--blue .promo-banner__content{color:var(--color-primary-blue)}.product-list__product.text--blue .promo-banner__content .btn{color:inherit}.product-list__product.text--blue h3{background-image:linear-gradient(var(--color-primary-blue),var(--color-primary-blue))}.product-list__items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:50px 20px}@media only screen and (max-width: 767px){.product-list__items{grid-gap:40px 10px}}@media (max-width: 520px){.product-list__items{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-list__item{display:flex;flex-direction:column;gap:8px;border-right:1px solid var(--color-neutral-light-gray);transition:color .3s ease;padding-right:20px}@media (max-width: 520px){.product-list__item{gap:12px;padding-right:10px}.product-list__item:nth-child(2n){border-right:0}}.product-list__item-title{font-weight:700}@media only screen and (max-width: 767px){.product-list__item-title{font-size:16px}}.product-list__item-image{width:100%;height:180px}@media only screen and (max-width: 1439px){.product-list__item-image{height:120px}}@media only screen and (max-width: 767px){.product-list__item-image{height:110px}}.product-list__item-image img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.product-list__item:hover{color:var(--color-primary-blue)}@media only screen and (min-width: 1023px){.product-list__sort{width:100%;max-width:440px}}@media only screen and (min-width: 1023px) and (max-width: 1200px){.product-list__sort{max-width:350px}}.product-list__sort-overlay{z-index:101}.is-open-sort-dropdown .product-list__sort-overlay{opacity:1;visibility:visible}.product-list__sort-header{display:flex;justify-content:space-between;gap:20px;min-height:46px;padding-left:20px;align-items:center}@media only screen and (max-width: 1022px){.product-list__sort-body{padding-top:0;width:100%;max-width:320px;position:fixed;left:0;top:0;height:100%;transition:transform .3s ease;z-index:105;background-color:var(--color-white);align-items:start;flex-direction:column;transform:translate(-100%)}.is-open-sort-dropdown .product-list__sort-body{transform:translate(0)}}.product-list__sort-close{width:46px}.product-list__sort-close .icon{width:18px;height:18px}.product-list__content{margin-top:-10px}.product-list__content h2,.product-list__content h3,.product-list__content h4{font-weight:400}.product-list .dropdown{display:flex;align-items:center;gap:20px}.product-list .dropdown__placeholder{height:50px}@media only screen and (max-width: 1022px){.product-list .dropdown__placeholder{display:none}}.product-list .dropdown__label{white-space:nowrap}@media only screen and (max-width: 1022px){.product-list .dropdown__label{display:none}}.product-list .dropdown__search{display:none}@media only screen and (max-width: 1022px){.product-list .dropdown__list{position:relative;top:0;margin-top:0;opacity:1;visibility:visible;pointer-events:all}.product-list .dropdown__list-inner{max-height:initial;border-radius:0;border:0;background-color:transparent}.product-list .dropdown__list-option{font-weight:700;min-height:50px;display:flex;align-items:center;padding:8px 20px;border-bottom:1px solid var(--color-neutral-light-blue)}}.product-list .product-card{min-height:100%}.product-list .promo-banner{max-width:100%;min-height:100%;display:flex;flex-direction:column;justify-content:flex-end}.product-list .promo-banner .title{font-size:30px;line-height:1}.product-list .promo-banner .title h3{background-position:0 90%}@media only screen and (max-width: 767px){.product-list .promo-banner .btn{display:flex}}.comparison-table{padding:50px 0;position:relative}.comparison-table__title{display:flex;align-items:center;color:var(--color-neutral-dark-gray);padding:12px 0;min-height:52px}@media only screen and (max-width: 767px){.comparison-table__title{font-size:13px}}.comparison-table__title:first-child{padding-bottom:74.39%;padding-top:0;min-height:1px}.comparison-table__title:not(:last-child){border-bottom:1px solid var(--color-white)}.comparison-table__inner{display:flex;gap:20px}@media only screen and (max-width: 767px){.comparison-table__inner{gap:10px}}.comparison-table__headings{flex:0 0 23.898%;max-width:23.898%;width:100%}@media only screen and (max-width: 767px){.comparison-table__headings{flex:0 0 37.5%;max-width:37.5%}}.comparison-table__product-list{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex:0 0 calc(76.102% - 20px);max-width:calc(76.102% - 20px);width:100%}@media only screen and (max-width: 767px){.comparison-table__product-list{flex:0 0 calc(62.5% - 10px);max-width:calc(62.5% - 10px)}}.comparison-table__product-list-slider{height:100%}.comparison-table__product-list-slide{position:relative}.comparison-table__product{width:100%;background-color:var(--color-white);border-radius:10px;overflow:hidden;min-height:100%;position:relative;z-index:3}.comparison-table__product .badge{position:absolute;top:20px;right:20px;z-index:5;pointer-events:none}@media only screen and (max-width: 1200px){.comparison-table__product .badge{top:10px;right:10px;min-width:40px;font-size:12px}}.comparison-table__product-remove{position:absolute;left:20px;top:20px;z-index:9;min-width:40px;min-height:40px}@media only screen and (max-width: 1200px){.comparison-table__product-remove{min-width:24px;min-height:24px;top:8px;left:8px;padding:4px}.comparison-table__product-remove .icon{width:10px;height:10px}}.comparison-table__product-data{display:flex;align-items:center;min-height:52px;padding:11px 20px}@media only screen and (max-width: 1200px){.comparison-table__product-data{padding:12px 10px}}.comparison-table__product-data:first-child{padding:20px}@media only screen and (max-width: 1200px){.comparison-table__product-data:first-child{padding:32px 15px 15px}}.comparison-table__product-data--large{padding:20px}@media only screen and (max-width: 1200px){.comparison-table__product-data--large{padding:20px 10px}}.comparison-table__product-data:not(:last-child){border-bottom:1px solid var(--color-neutral-light-blue)}.comparison-table__product-data .title{align-self:flex-start}@media only screen and (max-width: 767px){.comparison-table__product-data .title{font-size:14px;line-height:1.5}}@media only screen and (max-width: 1200px){.comparison-table__product-data-text{font-size:18px}}@media only screen and (max-width: 1022px){.comparison-table__product-data-text{font-size:16px;line-height:1.75}}.comparison-table__product-sales-messages{display:flex;flex-wrap:wrap;gap:2px;align-self:flex-start}.comparison-table__product-footer{display:grid;grid-template-columns:1fr 50px;grid-gap:10px;width:100%;align-items:flex-start;padding:10px 0}@media only screen and (min-width: 1023px) and (max-width: 1200px){.comparison-table__product-footer{grid-template-columns:1fr}}@media only screen and (max-width: 767px){.comparison-table__product-footer{grid-template-columns:1fr}}.comparison-table__product-footer .btn{min-width:100%;width:100%}@media only screen and (min-width: 1023px) and (max-width: 1200px){.comparison-table__product-footer .btn{min-height:50px;font-size:14px}}@media only screen and (max-width: 767px){.comparison-table__product-footer .btn{min-height:50px;font-size:14px}}.comparison-table__product-footer .btn--default{padding:12px 25px}.comparison-table__product a:not(.stretched-link),.comparison-table__product button,.comparison-table__product .swiper{z-index:4}.comparison-table__product .price-preview .info-tag{margin-top:0}.comparison-table__product:hover .title h4{background-size:100% 1px}.comparison-table .product-image-slider .slider-nav__arrow{left:10px}.comparison-table .product-image-slider .slider-nav__arrow.swiper-button-next{left:initial;right:10px}.comparison-table .product-image-slider .swiper-scrollbar{bottom:5px}.comparison-table__slider-arrow{flex-shrink:0}.comparison-table__slider-arrow .slider-nav__arrow{background-color:var(--color-primary-blue);width:40px;height:40px}.comparison-table__slider-arrow .slider-nav__arrow .icon{width:16px;height:14px}.comparison-table__slider-arrow .slider-nav__arrow .icon:before{background-color:var(--color-white)}.comparison-table__slider-arrow .slider-nav__arrow:hover{background-color:var(--color-primary-blue-rollover)}.comparison-table__slider-arrow .slider-nav__arrow.swiper-button-disabled{opacity:.5;border-color:var(--color-primary-blue)}.comparison-table__slider-arrow .slider-nav__arrow.swiper-button-lock{display:none}.comparison-table__scrollbar{margin-top:25px}.comparison-table__add-product{position:absolute;top:1px;left:1px;width:calc(100% - 2px);height:calc(100% - 2px);border-radius:10px;border:1px dashed var(--color-primary-blue);font-weight:400;padding:20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px}@media only screen and (max-width: 1200px){.comparison-table__add-product{font-size:18px;gap:15px}}.comparison-table__add-product-icon{width:80px;height:80px;border:1px solid var(--color-primary-blue);border-radius:10px;transition:background-color .3s ease}@media only screen and (max-width: 1439px){.comparison-table__add-product-icon{width:60px;height:60px}}@media only screen and (max-width: 1200px){.comparison-table__add-product-icon{width:50px;height:50px;border-radius:5px}}@media only screen and (max-width: 767px){.comparison-table__add-product-icon{width:45px;height:45px}}.comparison-table__add-product-icon .icon{width:28px;height:28px}@media only screen and (max-width: 1200px){.comparison-table__add-product-icon .icon{width:20px;height:20px}}.comparison-table__add-product-icon .icon:before{background-color:currentColor}.comparison-table__add-product:hover .comparison-table__add-product-icon{background-color:var(--color-primary-blue-rollover)}.comparison-table__add-product:hover .comparison-table__add-product-icon .icon:before{background-color:var(--color-white)}.comparison-table__thumb-slider{position:fixed;bottom:0;left:0;width:100%;background-color:var(--color-white);z-index:8;padding:20px 0;border-top:1px solid var(--color-primary-blue)}.comparison-table__thumb-slider-inner{display:flex;align-items:center;gap:10px}.comparison-table__thumb-slider-init{flex:0 0 calc(100% - 100px);max-width:calc(100% - 100px);width:100%}.comparison-table__thumb-slider-slide{min-height:40px}.comparison-table__thumb-slider .comparison-table__add-product{font-size:13px;flex-direction:row;gap:10px;padding:8px;border-radius:5px;min-height:38px}@media only screen and (max-width: 767px){.comparison-table__thumb-slider .comparison-table__add-product{font-size:9px}}.comparison-table__thumb-slider .comparison-table__add-product-icon{width:20px;height:20px;flex-shrink:0;border-radius:4px}.comparison-table__thumb-slider .comparison-table__add-product-icon .icon{width:10px;height:10px}.comparison-table__thumb-slide{display:flex;align-items:center;gap:10px;position:relative;z-index:2;min-height:40px;background-color:var(--color-white)}.comparison-table__thumb-slide .product-image-slider{flex:0 0 50px;max-width:50px;width:100%;pointer-events:none}.comparison-table__thumb-slide .product-image-slider .slider-nav,.comparison-table__thumb-slide .product-image-slider .swiper-scrollbar{display:none}.comparison-table__thumb-slide .title{font-size:13px}.compare-product-popup{position:fixed;bottom:0;left:0;width:100%;z-index:99;transform:translateY(100%);will-change:transform;transition:transform .4s ease}.compare-product-popup.is-open{transform:translateY(0)}@media only screen and (max-width: 1022px){.compare-product-popup .container{max-width:100%;padding:0}}.compare-product-popup__comparator-btn{padding:8px 40px;border-radius:5px 5px 0 0;min-height:52px;position:absolute;bottom:100%;left:0;transform:translateY(100%);transition:color .3s ease,background-color .3s ease,border-color .3s ease,transform .3s ease}@media only screen and (max-width: 1022px){.compare-product-popup__comparator-btn{padding:8px 20px;left:20px}}.compare-product-popup__comparator-btn .icon-chevron-up{width:14px;height:8px;transition:transform .3s ease}.is-open .compare-product-popup__comparator-btn .icon-chevron-up{transform:scale(-1)}.compare-product-popup__comparator-btn:focus{background-color:var(--color-primary-blue)}.is-active .compare-product-popup__comparator-btn{transform:translateY(0)}.compare-product-popup__inner{position:relative;padding:15px 40px 20px}@media only screen and (max-width: 1022px){.compare-product-popup__inner{padding:20px}}.compare-product-popup__info-text{margin-bottom:12px}@media only screen and (max-width: 767px){.compare-product-popup__info-text{display:none}}.compare-product-popup__content{display:grid;grid-template-columns:71.89% 1fr;align-items:center;grid-gap:90px}@media only screen and (max-width: 1439px){.compare-product-popup__content{grid-template-columns:1fr auto;grid-gap:30px}}@media only screen and (max-width: 1022px){.compare-product-popup__content{grid-template-columns:1fr;grid-gap:20px}}@media only screen and (max-width: 767px){.compare-product-popup__content{grid-gap:10px}}.compare-product-popup__content .btn{padding:8px 20px}.compare-product-popup__product{border-radius:5px;display:flex;align-items:center;background-color:var(--color-white);color:var(--color-neutral-black);overflow:hidden;padding:10px;gap:10px;position:relative;min-height:72px}@media only screen and (max-width: 767px){.compare-product-popup__product{min-height:58px}}.compare-product-popup__product-image{flex:0 0 70px;max-width:70px;height:52px;width:100%;flex-shrink:0}@media only screen and (max-width: 767px){.compare-product-popup__product-image{flex:0 0 50px;max-width:50px;height:38px}}.compare-product-popup__product-image img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.compare-product-popup__product-title{padding-right:20px}@media only screen and (max-width: 767px){.compare-product-popup__product-title{font-size:13px;line-height:17px}}.compare-product-popup__product-remove{width:12px;height:12px;flex-shrink:0;position:absolute;z-index:4;align-self:flex-start;right:10px;top:10px}@media only screen and (max-width: 1022px){.compare-product-popup__product-remove{right:14px;top:50%;transform:translateY(-50%)}}.compare-product-popup__product-remove .icon{pointer-events:none;width:100%;height:100%;transition:transform .3s ease}.compare-product-popup__product-remove .icon:before{background-color:var(--color-primary-blue)}.compare-product-popup__product-remove:hover .icon{transform:scale(.9)}.compare-product-popup__product:hover .compare-product-popup__product-title p{background-size:100% 1px}.compare-product-popup__product-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px}@media only screen and (max-width: 1200px){.compare-product-popup__product-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width: 767px){.compare-product-popup__product-list{grid-template-columns:1fr}}.compare-product-popup__add-item{padding:10px 20px;min-height:72px;border-radius:5px;border:1px dashed var(--color-white);transition:color .3s ease,background-color .3s ease}@media only screen and (max-width: 767px){.compare-product-popup__add-item{min-height:58px;font-size:13px}}.compare-product-popup__add-item:hover{background-color:var(--color-white);color:var(--color-primary-blue)}.cart-content{padding:100px 0}@media only screen and (max-width: 1200px){.cart-content{padding:80px 0}}@media only screen and (max-width: 1022px){.cart-content{padding:60px 0}}@media only screen and (max-width: 767px){.cart-content{padding:36px 0 50px}}.cart-content__title{margin-bottom:42px}.cart-content__empty-cart-title{margin-bottom:20px}@media only screen and (max-width: 767px){.cart-content__empty-cart-title{margin-bottom:12px}}@media only screen and (max-width: 1022px){.cart-content__empty-cart .btn{min-height:50px;font-size:16px}}@media only screen and (max-width: 767px){.cart-content__empty-cart .btn{width:100%}}.cart-content .cart-summary{max-width:100%}@media only screen and (max-width: 767px){.cart-content .cart-summary{width:calc(100% + 40px);max-width:calc(100% + 40px);margin-left:-20px;border-radius:0}}@media only screen and (max-width: 1022px){.cart-content__sidebar{margin-top:50px}}.cart-content .payment-options{margin-top:35px}.order-summary{position:relative}.order-summary__header{margin-bottom:30px}@media only screen and (max-width: 767px){.order-summary__header{margin-bottom:44px}.order-summary__header .title{font-size:20px}}.order-summary__box{border-radius:10px;border:1px solid var(--color-neutral-light-blue);padding:32px 40px;margin-bottom:20px}@media only screen and (max-width: 767px){.order-summary__box{padding:20px}}.order-summary__box:last-child{margin-bottom:0}.order-summary__box-row{max-width:680px;grid-gap:30px 40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}@media only screen and (max-width: 1200px){.order-summary__box-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width: 767px){.order-summary__box-row{grid-template-columns:1fr;grid-gap:20px}}.order-summary__box-row .full-width{grid-column:span 3}@media only screen and (max-width: 1200px){.order-summary__box-row .full-width{grid-column:span 2}}@media only screen and (max-width: 767px){.order-summary__box-row .full-width{grid-column:span 1}}.order-summary__item-title{font-weight:700;margin-bottom:10px}.order-summary__item strong{font-weight:700;color:var(--color-primary-blue)}.order-summary__item-content{display:grid;grid-gap:10px;line-height:1.31;justify-items:flex-start}.order-summary__item-content a{font-weight:700;color:var(--color-primary-blue)}.order-summary__item-content a:hover{color:var(--color-primary-blue-rollover)}.order-summary__footer{margin-top:40px;display:grid;grid-gap:40px 80px;grid-template-columns:repeat(2,minmax(0,1fr))}@media only screen and (max-width: 767px){.order-summary__footer{grid-template-columns:1fr;grid-gap:80px;margin-top:50px}}.order-summary__teaser{position:relative;display:grid}.order-summary__teaser-header{display:flex;gap:20px}.order-summary__teaser-icon{width:40px;flex-shrink:0}.order-summary__teaser-title{flex:auto;margin-top:-8px;text-transform:uppercase;max-width:410px}.order-summary__teaser-text{margin-top:16px;font-family:var(--font-primary);max-width:410px}@media only screen and (max-width: 767px){.order-summary__teaser-text{display:none}}.order-summary__teaser-btn{margin-top:24px}@media only screen and (max-width: 767px){.order-summary__teaser-btn .btn{width:100%;min-height:50px;font-size:16px}}.order-summary__teaser:nth-child(odd):after{content:"";position:absolute;right:-40px;width:1px;height:100%;top:0;background-color:var(--color-neutral-light-blue)}@media only screen and (max-width: 767px){.order-summary__teaser:nth-child(odd):after{right:0;bottom:-40px;top:initial;width:100%;height:1px}}.order-summary .cart-summary{max-width:100%}@media only screen and (max-width: 1022px){.order-summary .cart-summary{margin-top:40px}}@media only screen and (max-width: 767px){.order-summary .cart-summary{max-width:calc(100% + 40px);width:calc(100% + 40px);margin-left:-20px;border-radius:0;margin-top:85px;padding:30px 20px}}.checkout-module{padding:100px 0;max-width:100%;font-family:var(--font-secondary)}@media only screen and (max-width: 1439px){.checkout-module{padding:80px 0}}@media only screen and (max-width: 1200px){.checkout-module{padding:60px 0}}@media only screen and (max-width: 767px){.checkout-module{padding:48px 0}}.checkout-module__body{display:grid;grid-gap:30px}@media only screen and (max-width: 1022px){.checkout-module__body{padding-left:50px;grid-gap:32px}}.checkout-module__step{position:relative}.checkout-module__step:not(:last-child):after{content:"";position:absolute;left:-68px;top:8px;width:1px;height:calc(100% + 38px);background-color:var(--color-primary-yellow);z-index:0}@media only screen and (max-width: 1022px){.checkout-module__step:not(:last-child):after{left:-35px}}.checkout-module__step-overview,.checkout-module__step-fields{display:none;margin:32px 0 10px}.checkout-module__step-icon{display:none}.checkout-module__step-icon .icon{width:16px;height:10px}.checkout-module__step-title{text-transform:uppercase}@media only screen and (max-width: 1022px){.checkout-module__step-title .title{font-size:24px}}.checkout-module__step-number{position:relative;z-index:3}.checkout-module__step-index{left:-88px;top:0;width:40px;height:40px;position:absolute;transition:color .3s ease;color:#9b6803;background-color:var(--color-white);z-index:2}@media only screen and (max-width: 1022px){.checkout-module__step-index{width:30px;height:30px;left:-50px}}.checkout-module__step-index path{stroke:currentColor}.checkout-module__step-footer{margin:40px 0 10px;display:none}.checkout-module__step-footer .btn{min-height:52px}@media only screen and (max-width: 1022px){.checkout-module__step-footer .btn{width:100%}}.checkout-module__step.is-active .checkout-module__step-footer,.checkout-module__step.is-active .checkout-module__step-fields{display:block}.checkout-module__step.is-active .checkout-module__step-index{color:var(--color-black)}.checkout-module__step.is-active .checkout-module__step-index path{fill:var(--color-primary-yellow);stroke:var(--color-primary-yellow)}.checkout-module__step.is-completed .checkout-module__step-overview,.checkout-module__step.is-completed .checkout-module__step-icon{display:block}.checkout-module__step.is-completed .checkout-module__step-number{display:none}.checkout-module__step.is-completed .checkout-module__step-index{color:var(--color-white)}.checkout-module__step.is-completed .checkout-module__step-index path{fill:var(--color-primary-yellow);stroke:var(--color-primary-yellow)}@media only screen and (min-width: 1023px){.checkout-module__sidebar{min-height:100%}}@media only screen and (min-width: 1023px) and (max-width: 1200px){.checkout-module__sidebar .cart-summary{top:80px}}@media only screen and (max-width: 1439px){.checkout-module__sidebar{padding-left:30px}}.checkout-module .payment-methods,.checkout-module .information-box{max-width:100%}.checkout-module .dropdown__label{color:var(--color-primary-blue);margin-bottom:16px;font-size:20px;line-height:1}.checkout-module .measuring-selection{margin-bottom:20px}.checkout-module .show-all-steps .checkout-module__step-footer,.checkout-module .show-all-steps .checkout-module__step-overview,.checkout-module .show-all-steps .checkout-module__step-fields{display:block}.spinner-module{position:fixed;top:0;left:0;z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh}.spinner-module__container{height:50px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.spinner-module__container .spinner{top:0}.spinner-module-hidden{display:none}.user-profile{position:relative}.user-profile__header{margin-bottom:42px}@media only screen and (max-width: 767px){.user-profile__header{margin-bottom:38px}}.user-profile__header-title{margin-bottom:14px}@media only screen and (max-width: 767px){.user-profile__header-title{margin-bottom:6px}}.user-profile__body{width:100%;max-width:785px}.user-profile__item{display:grid;grid-gap:30px;margin-bottom:52px;font-family:var(--font-secondary)}@media only screen and (max-width: 767px){.user-profile__item{grid-gap:20px;margin-bottom:45px}}.user-profile__item-title{margin-bottom:-10px}@media only screen and (max-width: 767px){.user-profile__item-title{margin-bottom:-4px;font-size:20px;line-height:1.1}}.user-profile__item .information-box{margin-bottom:0}.user-profile .dropdown__label{color:var(--color-primary-blue);font-size:20px;margin-bottom:10px}@media only screen and (max-width: 767px){.user-profile .dropdown__label{font-size:18px}.user-profile .dropdown__placeholder{height:60px;padding:6px 20px}}.user-profile__accordion{border:1px solid var(--color-neutral-light-blue)}.user-profile__accordion-content{display:none}.user-profile__accordion-status{display:flex;gap:4px}.user-profile__accordion-status.in-progress .user-profile__accordion-status-text{color:var(--color-primary-yellow)}.user-profile__accordion-status.is-completed .user-profile__accordion-status-text{color:var(--color-success)}.user-profile__accordion-status.is-cancelled .user-profile__accordion-status-text{color:var(--color-validation-failed)}.user-profile__accordion-title{display:flex;align-items:center;min-height:125px;gap:20px;width:100%;text-align:left;padding:20px 40px}@media only screen and (max-width: 767px){.user-profile__accordion-title{position:relative;flex-direction:column;gap:0;align-items:flex-start;padding:12px 40px 14px 112px;min-height:1px}.user-profile__accordion-title-title{font-size:16px}}.user-profile__accordion-title-left{display:flex;gap:5px;flex-shrink:0;align-items:center}@media only screen and (max-width: 767px){.user-profile__accordion-title-left{position:absolute;top:32px;left:20px}}.user-profile__accordion-title-middle{flex:auto}.user-profile__accordion-title-right{white-space:nowrap;flex-shrink:0}@media only screen and (max-width: 767px){.user-profile__accordion-title-right{font-size:16px}}.user-profile__accordion-title-quantity{min-width:20px}.user-profile__accordion-title-image{flex-shrink:0;width:60px}.user-profile__accordion-title-image img{-o-object-fit:contain;object-fit:contain;max-height:46px}.user-profile__accordion-title-info{display:flex;gap:20px;flex-wrap:wrap}@media only screen and (max-width: 767px){.user-profile__accordion-title-info{font-size:13px;flex-direction:column;gap:0}}.user-profile__accordion-title .icon{flex-shrink:0;width:18px;height:11px;transition:transform .3s ease}@media only screen and (max-width: 767px){.user-profile__accordion-title .icon{position:absolute;right:20px;top:50px}}.user-profile__accordion-body{padding:0 40px 32px}@media only screen and (max-width: 767px){.user-profile__accordion-body{padding:8px 20px 20px}}.user-profile__accordion .information-box{padding:0 0 34px;border:0;border-radius:0;border-bottom:1px solid var(--color-neutral-light-blue)}@media only screen and (max-width: 767px){.user-profile__accordion .information-box{padding-bottom:24px}}.user-profile__accordion.is-open .user-profile__accordion-title .icon{transform:scaleY(-1)}.user-profile__order-details{display:grid;margin-bottom:40px;grid-gap:32px;padding-top:32px;border-top:1px solid var(--color-neutral-light-blue)}@media only screen and (max-width: 767px){.user-profile__order-details{margin-bottom:22px;grid-gap:22px;padding-top:22px}}.user-profile .cart-summary{max-width:100%;padding:0;border-radius:0;background:transparent}.user-profile .cart-summary__header{padding-bottom:14px;border-bottom:1px solid var(--color-neutral-light-blue)}.user-profile .cart-summary__price-row,.user-profile .cart-summary__products{border-color:var(--color-neutral-light-blue)}.user-profile .cart-summary__products{padding-bottom:8px}@media only screen and (max-width: 767px){.user-profile .cart-summary__products{grid-gap:22px}}.user-profile .cart-summary__footer-top{padding-top:8px}@media only screen and (max-width: 767px){.user-profile .cart-summary__footer-col.title--h2{font-size:30px}}.user-profile__footer{display:flex;justify-content:space-between;align-items:center;gap:40px;padding-bottom:30px;border-bottom:1px solid var(--color-neutral-light-blue)}@media only screen and (max-width: 767px){.user-profile__footer{flex-direction:column;justify-content:center;gap:20px;padding-bottom:40px}}.user-profile .product-preview:not(:last-of-type){border-bottom:1px solid var(--color-neutral-light-blue)}@media only screen and (max-width: 767px){.user-profile .product-preview{padding-bottom:16px}}.user-profile .product-preview .badge{right:5px;top:5px;min-width:24px}.user-profile .product-preview__content{flex:0 0 40%}@media only screen and (max-width: 767px){.user-profile .product-preview__content{flex:0 0 calc(100% - 110px);font-size:16px;line-height:20px}.user-profile .product-preview__inner{flex-wrap:wrap;gap:20px;padding:0}}.user-profile__logout{padding-top:52px;display:flex;align-items:flex-start}@media only screen and (max-width: 767px){.user-profile__logout{padding-top:40px}}.user-profile__logout-btn{display:flex;align-items:center;gap:10px;transition:color .3s ease}.user-profile__logout-btn .icon:before{background-color:currentColor}.user-profile__logout-btn:hover{color:var(--color-primary-blue-rollover)}.sc-user-profile:first-child{padding-top:50px}@media only screen and (max-width: 767px){.sc-user-profile:first-child{padding-top:22px}}.sign-in-module{position:relative}.sign-in-module__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px}@media only screen and (max-width: 1022px){.sign-in-module__body{grid-template-columns:1fr}}.sign-in-module__item{padding:28px 40px}@media only screen and (max-width: 1200px){.sign-in-module__item{padding:24px}}@media only screen and (max-width: 767px){.sign-in-module__item{padding:20px}}.sign-in-module__item .title{margin-bottom:26px}@media only screen and (max-width: 767px){.sign-in-module__item .title{margin-bottom:8px}}.sign-in-module__button{margin-bottom:12px}@media only screen and (max-width: 767px){.sign-in-module__button .btn{min-height:52px;width:100%;font-size:20px}}.sign-in-module .editor-text{margin-bottom:30px}@media only screen and (max-width: 767px){.sign-in-module .editor-text{margin-bottom:12px}}.sign-in-module .editor-text p{margin:8px 0}.sign-in-module .editor-text p:first-child{margin-top:0}.sign-in-module .editor-text p:last-child{margin-bottom:0}.sign-in-module .editor-text a{font-weight:700}@media only screen and (max-width: 767px){.sign-in-module__link{text-align:center}.sign-in-module__link .btn{font-size:16px}}.sign-in-module .mod-input{margin-bottom:20px}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-0:after{content:var(--tw-content);top:0;right:0;bottom:0;left:0}.first-of-type\:mt-0:first-of-type{margin-top:0}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.focus\:z-10:focus{z-index:10}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}@media (min-width: 640px){.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:flex-1{flex:1 1 0%}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}}
