@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Lexend:wght@300;500;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600&display=swap";@import"https://fonts.googleapis.com/css?family=Montserrat";: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-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-outline-width: 1px;--f-button-outline-color: rgba(0, 0, 0, .7);--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-opacity: 1;--f-button-svg-disabled-opacity: .5;--f-button-svg-transition: opacity .15s ease;--f-button-svg-transform: none}.f-button{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);transform:var(--f-button-transform);transition:var(--f-button-transition);-webkit-backdrop-filter:var(--f-button-backdrop-filter);backdrop-filter:var(--f-button-backdrop-filter);display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;pointer-events:all;cursor:pointer;overflow:hidden}@media (hover: hover){.f-button:hover:not([aria-disabled]){color:var(--f-button-hover-color, var(--f-button-color));background-color:var(--f-button-hover-bg, var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));background-color:var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)))}.f-button:focus{outline:none}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset);position:relative;z-index:1}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity, 1);transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}:root{--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px}.f-spinner{position:absolute;top:50%;left:50%;margin:calc(var(--f-spinner-width) * -.5) 0 0 calc(var(--f-spinner-height) * -.5);padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height);border-radius:var(--f-spinner-border-radius);border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:var(--f-spinner-color-2);animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both}@keyframes f-spinner{to{transform:rotate(360deg)}}.f-panzoom,.f-zoomable{position:relative;overflow:hidden;display:flex;align-items:center;flex-direction:column}.f-panzoom:before,.f-panzoom:after,.f-zoomable:before,.f-zoomable:after{display:block;content:""}.f-panzoom:not(.has-controls):before,.f-zoomable:not(.has-controls):before{margin-bottom:auto}.f-panzoom:after,.f-zoomable:after{margin-top:auto}.f-panzoom__wrapper{position:relative;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__wrapper.will-zoom-out{cursor:zoom-out}.f-panzoom__wrapper.can-drag{cursor:move;cursor:grab}.f-panzoom__wrapper.will-zoom-in{cursor:zoom-in}.f-panzoom__wrapper.is-dragging{cursor:move;cursor:grabbing}.f-panzoom__wrapper.has-error{display:none}.f-panzoom__content{min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__content.is-lazyloading,.f-panzoom__content.has-lazyerror{visibility:hidden}img.f-panzoom__content{vertical-align:top;-o-object-fit:contain;object-fit:contain;transition:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.f-panzoom__wrapper>img.f-panzoom__content,.f-panzoom__wrapper>picture.f-panzoom__content{visibility:hidden}.f-panzoom__viewport{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.f-panzoom__viewport>.f-panzoom__content{display:block;width:100%;height:100%;-o-object-fit:fill;object-fit:fill}picture.f-panzoom__content img{vertical-align:top;width:100%;height:auto;max-height:100%;-o-object-fit:contain;object-fit:contain;transition:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.f-panzoom__protected{position:absolute;inset:0;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.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-crossfadeIn{animation:var(--f-transition-duration, .2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s) * .2) ease calc(var(--f-transition-duration, .2s) * .8) both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.is-horizontal .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}}.f-zoomInUp{animation:var(--f-transition-duration, .3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(var(--f-zoomInUp-scale, .975)) translate3d(var(--f-zoomInUp-x, 0),var(--f-zoomInUp-y, 16px),0);opacity:var(--f-zoomInUp-opacity, 0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(var(--f-zoomOutDown-scale, .975)) translate3d(var(--f-zoomOutDown-x, 0),var(--f-zoomOutDown-y, 16px),0);opacity:0}}.f-throwOutUp{animation:var(--f-throwOutUp-duration, .2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration, .2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throwOutUp-y, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throwOutDown-y, 150px),0);opacity:0}}.has-iframe .f-html,.has-pdf .f-html,.has-gmap .f-html{width:100%;height:100%;min-height:1px;overflow:visible}.has-pdf .f-html,.has-gmap .f-html{padding:0}.f-html{position:relative;box-sizing:border-box;margin:var(--f-html-margin, 0);padding:var(--f-html-padding, 2rem);color:var(--f-html-color, currentColor);background:var(--f-html-bg)}.f-html.is-error{text-align:center}.f-iframe{display:block;margin:0;border:0;height:100%;width:100%}.f-caption{align-self:center;flex-shrink:0;margin:var(--f-caption-margin);padding:var(--f-caption-padding, 16px 8px);max-width:100%;max-height:calc(80vh - 100px);overflow:auto;overflow-wrap:anywhere;line-height:var(--f-caption-line-height);color:var(--f-caption-color);background:var(--f-caption-bg);font:var(--f-caption-font)}.has-html5video .f-html,.has-youtube .f-html,.has-vimeo .f-html{padding:0;width:100%;height:100%;min-height:1px;overflow:visible;max-width:var(--f-video-width, 960px);max-height:var(--f-video-height, 540px);aspect-ratio:var(--f-video-aspect-ratio);background:var(--f-video-bg, rgba(0, 0, 0, .9))}.f-html5video{border:0;display:block;height:100%;width:100%;background:transparent}.f-button.is-arrow{--f-button-width: var(--f-arrow-width, 46px);--f-button-height: var(--f-arrow-height, 46px);--f-button-svg-width: var(--f-arrow-svg-width, 24px);--f-button-svg-height: var(--f-arrow-svg-height, 24px);--f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);--f-button-border-radius: var(--f-arrow-border-radius, unset);--f-button-bg: var(--f-arrow-bg, transparent);--f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));--f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));--f-button-shadow: var(--f-arrow-shadow);--f-button-color: var(--f-arrow-color);--f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));--f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );overflow:visible}.f-button.is-arrow.is-prev,.f-button.is-arrow.is-next{position:absolute;transform:translate(0);z-index:20}.is-horizontal .f-button.is-arrow.is-prev,.is-horizontal .f-button.is-arrow.is-next{inset:50% auto auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:var(--f-arrow-pos, 0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:var(--f-arrow-pos, 0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{left:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-vertical.is-ltr .f-button.is-arrow.is-prev,.is-vertical.is-rtl .f-button.is-arrow.is-prev{top:var(--f-arrow-pos, 0);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{top:auto;right:auto;bottom:var(--f-arrow-pos, 0);left:50%;transform:translate(-50%)}.is-vertical .f-button.is-arrow.is-prev svg,.is-vertical .f-button.is-arrow.is-next svg{transform:rotate(90deg)}.f-carousel__toolbar{--f-progressbar-height: 100%;display:grid;grid-template-columns:1fr auto 1fr;margin:var(--f-toolbar-margin, 0);padding:var(--f-toolbar-padding, 8px);line-height:var(--f-toolbar-line-height);background:var(--f-toolbar-bg, none);box-shadow:var(--f-toolbar-shadow, none);-webkit-backdrop-filter:var(--f-toolbar-backdrop-filter);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:var(--f-toolbar-color, currentColor);font-size:var(--f-toolbar-font-size, 17px);font-weight:var(--f-toolbar-font-weight, inherit);font-family:var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);text-shadow:var(--f-toolbar-text-shadow);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;pointer-events:none}.f-carousel__toolbar.is-absolute{position:absolute;top:0;left:0;right:0}.f-carousel__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:var(--f-toolbar-gap, 0);pointer-events:none}.f-carousel__toolbar__column.is-left{justify-self:flex-start;justify-content:flex-start}.f-carousel__toolbar__column.is-middle{justify-content:center}.f-carousel__toolbar__column.is-right{justify-self:flex-end;justify-content:flex-end;flex-flow:nowrap}.f-carousel__toolbar__column>*{pointer-events:all}.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g{display:none}[data-autoplay-action=toggle] svg g:first-child{display:flex}[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:first-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child{display:flex}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child{display:flex}.f-carousel__counter{position:relative;display:flex;flex-direction:row;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:var(--f-counter-margin, 0);padding:var(--f-counter-padding, 4px);line-height:var(--f-counter-line-height);background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius)}.f-carousel__counter span{padding:0 var(--f-counter-gap, 4px)}:root{--f-thumbs-gap: 8px;--f-thumbs-margin: 0;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-z-index: 1;--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-clip-width: 46px;--f-thumb-extra-gap: 16px;--f-thumb-fit: cover;--f-thumb-opacity: 1;--f-thumb-transition: opacity .3s ease, transform .15s ease;--f-thumb-border: none;--f-thumb-border-radius: 4px;--f-thumb-transfors: none;--f-thumb-shadow: none;--f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));--f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff}.f-thumbs{flex-shrink:0;margin:var(--f-thumbs-margin);padding:0;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:max-height .3s ease,max-width .3s ease;position:relative;overflow:hidden;z-index:var(--f-thumbs-z-index)}.f-thumbs.is-horizontal{max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2 + var(--f-thumbs-gap) * 2)}.f-thumbs.is-vertical{max-width:calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-gap) * 2)}.f-thumbs__viewport{margin:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:visible;display:grid}.f-thumbs.is-vertical .f-thumbs__viewport{height:calc(100% - var(--f-thumbs-padding-y) * 2)}.f-thumbs__slide{position:relative;box-sizing:border-box;grid-area:1/1;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);margin:0;padding:0;display:flex;align-items:center;flex-direction:column;cursor:pointer;overflow:visible}.f-thumbs__slide:hover button{opacity:var(--f-thumb-hover-opacity, 1);transform:var(--f-thumb-hover-transform, none)}.f-thumbs__slide:hover button:after{border:var(--f-thumb-hover-border, none);box-shadow:var(--f-thumb-hover-shadow, var(--f-thumb-shadow))}.f-thumbs__slide button{all:unset;margin:auto;padding:0;position:relative;overflow:visible;width:100%;height:100%;outline:none;transition:var(--f-thumb-transition);border-radius:var(--f-thumb-border-radius);opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;inset:0;z-index:1;transition:none;border-radius:inherit;border:var(--f-thumb-border);box-shadow:var(--f-thumb-shadow)}.f-thumbs__slide button:focus-within{opacity:var(--f-thumb-focus-opacity, 1);transform:var(--f-thumb-focus-transform, none)}.f-thumbs__slide button:focus-within:after{border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:var(--f-thumb-active-opacity, 1);transform:var(--f-thumb-active-transform, none)}.f-thumbs__slide:active:after{border:var(--f-thumb-active-border, none);box-shadow:var(--f-thumb-active-shadow, var(--f-thumb-shadow))}.f-thumbs__slide.is-selected{z-index:2}.f-thumbs__slide.is-selected button{opacity:var(--f-thumb-selected-opacity, 1);transform:var(--f-thumb-selected-transform, none)}.f-thumbs__slide.is-selected button:after{border:var(--f-thumb-selected-border, none);box-shadow:var(--f-thumb-selected-shadow, var(--f-thumb-shadow))}.f-thumbs__slide img{display:block;width:100%;height:100%;-o-object-fit:var(--f-thumb-fit);object-fit:var(--f-thumb-fit);border-radius:inherit;pointer-events:none}.f-thumbs__slide img.has-lazyerror{display:none}.f-thumbs.is-classic{--f-carousel-slide-width: var(--f-thumb-width);--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: var(--f-thumbs-gap)}.f-thumbs.is-modern{--f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: 0;--width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))}.f-thumbs.is-modern .f-thumbs__viewport{width:calc(100% + var(--f-carousel-slide-width) * 2);margin-left:calc(var(--f-carousel-slide-width) * -1)}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift: calc((var(--width-diff) * .5) * var(--progress));--clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );padding:0;overflow:visible;left:var(--shift, 0);will-change:left;transition:left var(--f-transition-duration) var(--f-transition-easing)}.f-thumbs.is-modern .f-thumbs__slide button{display:block;margin-left:50%;transform:translate(-50%);width:var(--f-thumb-width);clip-path:var(--clip-path);border:none;box-shadow:none;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration, .2s) var(--f-thumb-transition-easing, ease)}.f-thumbs.is-modern .f-thumbs__slide button:after{display:none}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:none}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{content:"";position:absolute;z-index:1;top:0;left:var(--clip-shift);bottom:0;right:var(--clip-shift);transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);border-radius:inherit;border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, none)}.f-thumbs.is-modern{--f-transition-duration: .25s;--f-transition-easing: ease-out}.f-thumbs.is-modern.is-syncing{--f-transition-duration: 0s}.f-progressbar{position:absolute;top:0;left:0;right:0;z-index:30;height:var(--f-progressbar-height, 3px);transform:scaleX(0);transform-origin:0;background:var(--f-progressbar-color, var(--f-carousel-theme-color, #575ad6));-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear}@keyframes f-progressbar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:last-child{display:flex}.in-fullscreen-mode>.f-carousel{flex:1;min-width:0!important;min-height:0!important}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__dialog{width:100%;height:100vh;max-height:unset;max-width:unset;padding:0;margin:0;border:0;overflow:hidden;background:transparent;touch-action:none}.fancybox__dialog:focus{outline:none}.fancybox__dialog::backdrop{opacity:0}@supports (height: 100dvh){.fancybox__dialog{height:100dvh}}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-backdrop-bg: rgba(24, 24, 27, .95);--f-toolbar-margin: 0;--f-toolbar-padding: 8px;--f-toolbar-gap: 0;--f-toolbar-color: #ddd;--f-toolbar-font-size: 16px;--f-toolbar-font-weight: 500;--f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;--f-toolbar-line-height: var(--f-button-height);--f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);--f-toolbar-shadow: none;--f-toolbar-bg: none;--f-counter-margin: 0;--f-counter-padding: 0px 10px;--f-counter-gap: 4px;--f-counter-line-height: var(--f-button-height);--f-carousel-gap: 17px;--f-carousel-slide-width: 100%;--f-carousel-slide-height: 100%;--f-carousel-slide-padding: 0;--f-carousel-slide-bg: unset;--f-html-color: #222;--f-html-bg: #fff;--f-error-color: #fff;--f-error-bg: #333;--f-caption-margin: 0;--f-caption-padding: 16px 8px;--f-caption-color: var(--fancybox-color, #dbdbdb);--f-caption-bg: transparent;--f-caption-font: inherit;--f-caption-line-height: 1.375;--f-spinner-color-1: rgba(255, 255, 255, .2);--f-spinner-color-2: rgba(255, 255, 255, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px;--f-progressbar-color: rgba(255, 255, 255, .2);--f-button-width: 46px;--f-button-height: 46px;--f-button-color: #ddd;--f-button-hover-color: #fff;--f-button-outline-width: 1px;--f-button-outline-color: rgba(255, 255, 255, .75);--f-button-outline-offset: 0px;--f-button-bg: rgba(54, 54, 54, .75);--f-button-border: 0;--f-button-border-radius: 0;--f-button-shadow: none;--f-button-transition: all .2s ease;--f-button-transform: none;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.75;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .5;--f-arrow-pos: 32px;--f-arrow-width: 50px;--f-arrow-height: 50px;--f-arrow-svg-width: 24px;--f-arrow-svg-height: 24px;--f-arrow-svg-stroke-width: 2;--f-arrow-border-radius: 50%;--f-arrow-bg: rgba(54, 54, 54, .65);--f-arrow-color: #ddd;--f-arrow-hover-color: #fff;--f-thumbs-margin: 0px;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: none;--f-thumb-transition: all .2s ease;--f-thumb-width: 94px;--f-thumb-height: 76px;--f-thumb-opacity: 1;--f-thumb-border: none;--f-thumb-shadow: none;--f-thumb-transform: none;--f-thumb-focus-opacity: 1;--f-thumb-focus-border: none;--f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);--f-thumb-focus-transform: none;--f-thumb-hover-opacity: 1;--f-thumb-hover-border: none;--f-thumb-hover-transform: none;--f-thumb-active-opacity: var(--f-thumb-hover-opacity);--f-thumb-active-border: var(--f-thumb-hover-border);--f-thumb-active-transform: var(--f-thumb-hover-transform);--f-thumb-selected-opacity: 1;--f-thumb-selected-border: none;--f-thumb-selected-shadow: inset 0 0 0 2px #fff;--f-thumb-selected-transform: none;position:absolute;inset:0;overflow:hidden;outline:none;display:flex;flex-direction:column}.fancybox__container[theme=light]{--fancybox-color: #222;--fancybox-backdrop-bg: rgba(255, 255, 255, .97);--f-toolbar-color: var(--fancybox-color, #222);--f-toolbar-text-shadow: none;--f-toolbar-font-weight: 400;--f-html-color: var(--fancybox-color, #222);--f-html-bg: #fff;--f-error-color: #555;--f-error-bg: #fff;--f-video-bg: #fff;--f-caption-color: #333;--f-spinner-color-1: rgba(0, 0, 0, .2);--f-spinner-color-2: rgba(0, 0, 0, .8);--f-spinner-border-width: 3.5px;--f-progressbar-color: rgba(111, 111, 116, .2);--f-button-color: #333;--f-button-hover-color: #000;--f-button-outline-color: rgba(0, 0, 0, .85);--f-button-bg: rgba(255, 255, 255, .85);--f-button-svg-stroke-width: 1.3;--f-button-svg-filter: none;--f-arrow-bg: rgba(255, 255, 255, .85);--f-arrow-color: #333;--f-arrow-hover-color: #000;--f-arrow-svg-stroke-width: 1.3;--f-close-button-color: #555;--f-close-button-hover-color: #000;--f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);--f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;--f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000}.fancybox__container::backdrop{background-color:transparent}.fancybox__container.has-vertical-thumbs{flex-direction:row-reverse}.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport{overflow-x:clip;overflow-y:visible}.fancybox__container>*:not(.fancybox__carousel),.fancybox__container .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){opacity:var(--f-drag-opacity, 1)}.fancybox__container:not(.is-ready,.is-hiding){visibility:hidden}.fancybox__container.is-revealing>*:not(.fancybox__carousel),.fancybox__container.is-revealing .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){animation:var(--f-interface-enter-duration, .35s) ease none f-fadeIn}.fancybox__container.is-hiding>*:not(.fancybox__carousel),.fancybox__container.is-hiding .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper){animation:var(--f-interface-exit-duration, .35s) ease forwards f-fadeOut}.fancybox__container.is-idle .f-carousel__toolbar{pointer-events:none;opacity:0}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:.15s ease-out both f-fadeOut}.fancybox__backdrop{position:fixed;inset:0;z-index:-1;background:var(--fancybox-backdrop-bg)}.fancybox__carousel{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;position:relative;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__carousel.is-vertical{--f-carousel-slide-height: 100%}.fancybox__carousel.is-ltr{direction:ltr}.fancybox__carousel.is-rtl{direction:rtl}.fancybox__carousel>.f-button.is-arrow:before{position:absolute;content:"";inset:-30px;z-index:1}.fancybox__carousel>.f-progressbar{background-color:var(--fancybox-color)}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;position:relative;overflow:visible;transform:translate3d(0,var(--f-drag-offset, 0),0)}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__viewport [data-selectable],.fancybox__viewport [contenteditable]{cursor:auto}.fancybox__slide{box-sizing:border-box;position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);min-width:0;min-height:0;max-width:100%;margin:0;padding:var(--f-carousel-slide-padding);background:var(--f-carousel-slide-bg);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.fancybox__slide:before,.fancybox__slide:after{display:block;content:""}.fancybox__slide:before{margin-bottom:auto}.fancybox__slide:after{margin-top:auto}.fancybox__slide.is-selected{z-index:1}.fancybox__slide.f-zoomable{overflow:visible}.fancybox__slide.has-error{--f-html-color: var(--f-error-color, --f-html-color);--f-html-bg: var(--f-error-bg, --f-html-bg)}.fancybox__slide.has-html{overflow:auto;padding:8px}.fancybox__slide.has-close-btn{padding-top:34px}.fancybox__slide .f-button[data-fancybox-close]{--f-button-width: var(--f-close-button-width, 34px);--f-button-height: var(--f-close-button-height, 34px);--f-button-border-radius: var(--f-close-border-radius, 4px);--f-button-color: var(--f-close-button-color, #fff);--f-button-hover-color: var(--f-close-button-hover-color, #fff);--f-button-bg: var(--f-close-button-bg, transparent);--f-button-hover-bg: var(--f-close-button-hover-bg, transparent);--f-button-active-bg: var(--f-close-button-active-bg, transparent);--f-button-svg-width: var(--f-close-button-svg-width, 22px);--f-button-svg-height: var(--f-close-button-svg-height, 22px);position:absolute;top:calc(var(--f-button-height) * -1);right:0;z-index:40}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}.fancybox__container.is-closing .fancybox__carousel{overflow:visible}*,: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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Nunito,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}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-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}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;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-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]:where(:not([hidden=until-found])){display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.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}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.bottom-1{bottom:.25rem}.bottom-5{bottom:1.25rem}.left-0{left:0}.left-5{left:1.25rem}.right-0{right:0}.right-5{right:1.25rem}.top-0{top:0}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.-ml-px{margin-left:-1px}.-mr-2{margin-right:-.5rem}.-mt-px{margin-top:-1px}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-full{height:100%}.h-screen{height:100vh}.min-h-dvh{min-height:100dvh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-1\/3{width:33.333333%}.w-20{width:5rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-auto{width:auto}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.origin-top{transform-origin:top}.origin-top-left{transform-origin:top left}.origin-top-right{transform-origin:top right}.translate-y-0{--tw-translate-y: 0px;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))}.translate-y-4{--tw-translate-y: 1rem;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))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;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))}.scale-90{--tw-scale-x: .9;--tw-scale-y: .9;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))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;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))}.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-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.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-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-indigo-400{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-green-300{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-red-300{--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-opacity-90{--tw-bg-opacity: .9}.fill-current{fill:currentColor}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pr-4{padding-right:1rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.align-bottom{vertical-align:bottom}.font-sans{font-family:Nunito,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-9xl{font-size:8rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-5{line-height:1.25rem}.leading-7{line-height:1.75rem}.leading-tight{line-height:1.25}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.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)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-1{--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(1px + 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)}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-opacity-5{--tw-ring-opacity: .05}.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,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{--brake-font-size: 600}*,*:before,*:after{margin:0;padding:0;box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{font-size:1.6rem;min-height:100vh;font-family:Lexend,sans-serif}.container,section{max-width:1268px;width:100%;margin:0 auto;padding:0 50px}@media only screen and (max-width: 900px){.container,section{padding:0 20px}}.bigger-container{max-width:1368px;width:100%;margin:0 auto;padding:0 50px}@media only screen and (max-width: 900px){.bigger-container{padding:0 20px}}a{text-decoration:none}li{list-style:none}#home-header{padding:17px 60px;display:grid;grid-template-columns:.3fr 1fr .3fr;grid-template-rows:1fr;grid-template-areas:"logo nav links";align-items:center;justify-content:space-between}#home-header .is-active{transform:translateZ(0)}#home-header .site-logo{grid-area:logo;width:101px;height:36px}#home-header .site-logo .logo{max-height:36px}#home-header .site-logo:hover{transform:scale(1.05);transition:all .3s ease-in-out}#home-header .top-nav{display:flex;justify-content:flex-end;grid-area:nav;position:relative}#home-header .top-nav .arrow-left,#home-header .top-nav .arrow-right{display:none;width:20px;height:20px;cursor:pointer}#home-header .top-nav .arrow-left{position:absolute;left:0;top:50%;transform:translateY(-50%)}#home-header .top-nav .arrow-right{position:absolute;right:0;top:50%;transform:translateY(-50%)}#home-header .top-nav .nav-links{grid-area:nav;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:500}#home-header .top-nav .nav-links .more{display:none;white-space:nowrap;font-weight:500;color:#023047;font-size:1.4rem;position:relative;transition:all .3s ease-in-out;cursor:pointer}#home-header .top-nav .nav-links .more.active{display:list-item}#home-header .top-nav .nav-links .more:hover{color:#00d692;transition:all .3s ease-in-out}#home-header .top-nav .nav-links .more .more-count{display:inline-block;background:#00d692;color:#fff;font-size:1.2rem;font-weight:500;padding:0 5px;border-radius:50%;margin-left:5px}#home-header .top-nav .nav-links .more .more-count:hover{background:#00d692;transition:all .3s ease-in-out}#home-header .top-nav .nav-links li{margin-left:20px;list-style:none}#home-header .top-nav .nav-links li a{white-space:nowrap;font-weight:500;color:#023047;font-size:1.4rem;position:relative;transition:all .3s ease-in-out}#home-header .top-nav .nav-links li a:hover{color:#00d692;transition:all .3s ease-in-out}#home-header .top-nav .nav-links li:first-child{margin-left:0}#home-header .top-nav .hidden-nav-links{display:none;position:absolute;top:7%;right:10%;width:25%;background:#fff;z-index:99999999;padding:30px 20px;border-bottom:1px solid #e5e5e5;box-shadow:0 2px 4px #0000001a;border-radius:5px}#home-header .top-nav .hidden-nav-links li{list-style:none;line-height:1.618}#home-header .top-nav .hidden-nav-links li a{white-space:nowrap;font-weight:500;color:#023047;font-size:1.4rem;position:relative;transition:all .3s ease-in-out}#home-header .top-nav .hidden-nav-links li a:hover{color:#00d692;transition:all .3s ease-in-out}#home-header .top-nav .active{display:block!important}#home-header .authentification-links{grid-area:links;display:flex;justify-content:flex-end}#home-header .authentification-links a{margin-left:20px;display:flex;align-items:center;background-color:#f6f6f8;border-radius:50px;height:40px;padding:12px;cursor:pointer;white-space:nowrap;color:#00d692}#home-header .authentification-links a:hover{background-color:#00d692;color:#f6f6f8;transition:all .3s ease-in-out}#home-header .authentification-links a:first-child{margin-left:0}@media only screen and (max-width: 900px){#home-header{padding:11px 9px;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;grid-template-areas:"logo logo" "nav nav";justify-items:center}#home-header .site-logo{width:90px;height:26px;margin-bottom:1rem}#home-header .authentification-links a{margin-left:10px;display:flex;align-items:center;background-color:#f6f6f8;border-radius:50px;height:40px;padding:15px;cursor:pointer;white-space:nowrap;color:#00d692}#home-header .authentification-links a:hover{background-color:#00d692;color:#f6f6f8;transition:all .3s ease-in-out}#home-header .authentification-links a:first-child{margin-left:0}#home-header .top-nav .nav-links{position:relative;grid-area:bottom;white-space:nowrap;overflow-x:scroll;justify-content:start;margin-right:0;max-width:100%;scrollbar-width:none;-ms-overflow-style:none}#home-header .top-nav .nav-links::-webkit-scrollbar{width:0;height:0}#home-header .top-nav>.left-arrow-wrapper{display:none;position:absolute;top:50%;left:0;transform:translateY(-50%);width:80px;height:23px;background-size:20px 20px;z-index:999999999;cursor:pointer;background:linear-gradient(270deg,#fff0,#fff 78.65%)}#home-header .top-nav>.left-arrow-wrapper .arrow-left{display:none;color:#023047;position:absolute;top:50%;left:0;transform:translateY(-50%);width:23px;height:23px;background-size:20px 20px;z-index:999999999;cursor:pointer;background-color:#fff}#home-header .top-nav>.right-arrow-wrapper{display:none;position:absolute;top:50%;right:0;transform:translateY(-50%);width:80px;height:23px;background-size:20px 20px;z-index:999999999;cursor:pointer;background:linear-gradient(90deg,#fff0,#fff 78.65%)}#home-header .top-nav>.right-arrow-wrapper .arrow-right{display:none;color:#023047;position:absolute;top:50%;right:0;transform:translateY(-50%);width:23px;height:23px;background-size:20px 20px;z-index:999999999;cursor:pointer;background:linear-gradient(90deg,#fff0,#fff 78.65%)}}#search-header{padding:17px 60px;display:grid;grid-template-columns:.3fr .8fr 2.5fr;grid-template-rows:1fr;grid-template-areas:"left search links right";align-items:center;justify-content:space-between;grid-gap:15px}#search-header .site-logo{grid-area:left;width:101px;height:36px}#search-header .site-logo .logo{max-height:36px}#search-header .site-logo:hover{transform:scale(1.05);transition:all .3s ease-in-out}#search-header .search-bar{grid-area:search;display:flex;align-items:center;justify-content:flex-start;min-width:420px}#search-header .search-bar .sm-mobile-search-icon{display:none}#search-header .search-bar .input-wrapper{display:flex;width:100%;align-items:center;justify-content:flex-start;background-color:#f6f6f8;border-radius:5px;height:30px;padding:12px;border:1px solid #E4E9EB}#search-header .search-bar .input-wrapper .search-results{width:100%;display:flex;align-items:center}#search-header .search-bar .input-wrapper .search-results input{border:none;background-color:transparent;outline:none;width:100%;padding:0 10px;font-size:1.6rem}#search-header .top-nav-search{grid-area:links}#search-header .top-nav-search .arrow-left,#search-header .top-nav-search .arrow-right{display:none;width:20px;height:20px;cursor:pointer}#search-header .top-nav-search .arrow-left{position:absolute;left:0;top:50%;transform:translateY(-50%)}#search-header .top-nav-search .arrow-right{position:absolute;right:0;top:50%;transform:translateY(-50%)}#search-header .top-nav-search .nav-links{display:flex;align-items:center;justify-content:flex-end}#search-header .top-nav-search .nav-links .more{display:none;white-space:nowrap;font-weight:500;color:#023047;font-size:1.4rem;position:relative;transition:all .3s ease-in-out;cursor:pointer}#search-header .top-nav-search .nav-links .more.active{display:list-item}#search-header .top-nav-search .nav-links .more:hover{color:#00d692;transition:all .3s ease-in-out}#search-header .top-nav-search .nav-links .more .more-count{display:inline-block;background:#00d692;color:#fff;font-size:1.2rem;font-weight:500;padding:0 5px;border-radius:50%;margin-left:5px}#search-header .top-nav-search .nav-links .more .more-count:hover{background:#00d692;transition:all .3s ease-in-out}#search-header .top-nav-search .nav-links li{margin-left:20px;list-style:none}#search-header .top-nav-search .nav-links li a{white-space:nowrap;font-weight:500;color:#023047;font-size:1.4rem;position:relative;transition:all .3s ease-in-out}#search-header .top-nav-search .nav-links li a:hover{color:#00d692;transition:all .3s ease-in-out}#search-header .top-nav-search .hidden-nav-links{display:none;position:absolute;top:7%;right:10%;width:25%;background:#fff;z-index:99999999;padding:30px 20px;border-bottom:1px solid #e5e5e5;box-shadow:0 2px 4px #0000001a;border-radius:5px}#search-header .top-nav-search .hidden-nav-links li{list-style:none;line-height:1.618}#search-header .top-nav-search .hidden-nav-links li a{white-space:nowrap;font-weight:500;color:#023047;font-size:1.4rem;position:relative;transition:all .3s ease-in-out}#search-header .top-nav-search .hidden-nav-links li a:hover{color:#00d692;transition:all .3s ease-in-out}#search-header .top-nav-search .active{display:block!important}#search-header .authentification-links{grid-area:right;display:flex;justify-content:flex-end;min-width:180px}#search-header .authentification-links a{margin-left:20px;display:flex;align-items:center;background-color:#f6f6f8;border-radius:50px;height:40px;padding:12px;cursor:pointer;white-space:nowrap;color:#00d692}#search-header .authentification-links a:hover{background-color:#00d692;color:#f6f6f8;transition:all .3s ease-in-out}#search-header .authentification-links a:first-child{margin-left:0}#search-header .authentification-links__compare-counter a{background-color:transparent}#search-header .authentification-links__compare-counter a:hover{background-color:transparent;color:#00d692;transition:all .3s ease-in-out}#search-header .authentification-links__compare-counter a:hover img{filter:invert(.5) sepia(1) saturate(3) hue-rotate(100deg)}@media only screen and (max-width: 1024px){#search-header{padding:13px;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;grid-template-areas:"left search" "links links";grid-gap:7px}#search-header .site-logo{width:90px;height:26px}#search-header .search-bar{margin-top:.5rem}}@media only screen and (max-width: 1024px) and (max-width: 540px){#search-header .search-bar .input-wrapper{display:block}#search-header .search-bar .sm-mobile-search-icon{display:none}}@media only screen and (max-width: 1024px) and (max-width: 600px){#search-header .site-logo{width:90px;height:26px}#search-header .search-bar .input-wrapper{display:none}#search-header .search-bar .sm-mobile-search-icon{display:block;width:30px;height:30px;cursor:pointer;margin-right:1rem}}@media only screen and (max-width: 1024px){#search-header .authentification-links a{margin-left:10px;display:flex;align-items:center;background-color:#f6f6f8;border-radius:50px;height:40px;padding:15px;cursor:pointer;white-space:nowrap;color:#00d692}#search-header .authentification-links a:hover{background-color:#00d692;color:#f6f6f8;transition:all .3s ease-in-out}#search-header .authentification-links a:first-child{margin-left:0}#search-header .top-nav-search{position:relative;justify-content:flex-start}#search-header .top-nav-search .nav-links{position:relative;grid-area:bottom;white-space:nowrap;overflow-x:scroll;justify-content:flex-start!important;margin-right:20px;max-width:100%;scrollbar-width:none;-ms-overflow-style:none}#search-header .top-nav-search .nav-links::-webkit-scrollbar{width:0;height:0}#search-header .top-nav-search .nav-links li{margin-left:20px;list-style:none;align-items:flex-start}#search-header .top-nav-search .nav-links li a{white-space:nowrap;font-weight:500;color:#023047;font-size:1.4rem;position:relative;transition:all .3s ease-in-out}#search-header .top-nav-search .nav-links li a:hover{color:#00d692;transition:all .3s ease-in-out}#search-header .top-nav-search .nav-links li:first-child{margin-left:0}#search-header .top-nav-search>.left-arrow-wrapper{display:none;position:absolute;top:50%;left:0;transform:translateY(-50%);width:80px;height:23px;background-size:20px 20px;z-index:9;cursor:pointer;background:linear-gradient(270deg,#fff0,#fff 78.65%)}#search-header .top-nav-search>.left-arrow-wrapper .arrow-left{display:none;color:#023047;position:absolute;top:50%;left:0;transform:translateY(-50%);width:23px;height:23px;background-size:20px 20px;z-index:9;cursor:pointer;background-color:#fff}#search-header .top-nav-search>.right-arrow-wrapper{display:none;position:absolute;top:50%;right:0;transform:translateY(-50%);width:80px;height:23px;background-size:20px 20px;z-index:9;cursor:pointer;background:linear-gradient(90deg,#fff0,#fff 78.65%)}#search-header .top-nav-search>.right-arrow-wrapper .arrow-right{display:none;color:#023047;position:absolute;top:50%;right:0;transform:translateY(-50%);width:23px;height:23px;background-size:20px 20px;z-index:9;cursor:pointer;background:linear-gradient(90deg,#fff0,#fff 78.65%)}}@media only screen and (max-width: 480px){#search-header{grid-template-rows:1fr 1fr;grid-template-columns:1fr}#search-header .site-logo{margin-top:4px;width:72px;height:20px}#search-header .site-logo .logo{height:33px}#search-header .search-bar{min-width:0}}#search-header .full-search-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;justify-items:center;position:absolute;top:0;left:0;width:100%;z-index:12;overflow:hidden}#search-header .full-search-wrapper .search-overlay{position:fixed;top:0;left:0;width:100vw;height:150vh;background-color:#00000080;background-image:linear-gradient(180deg,#0d2541 15%,#0d254199);z-index:12;overflow:hidden}#search-header .full-search-wrapper .full-search-input-wrapper{margin-top:10rem;background:#fff;width:570px;height:50px;border-radius:5px;border:none;padding:0 10px;font-size:1.4rem;transition:all .3s ease-in-out;outline:none;z-index:13;overflow:hidden;display:flex;justify-content:left;align-items:center;justify-items:center}#search-header .full-search-wrapper .full-search-input-wrapper .search-results{width:100%;height:100%;position:relative}#search-header .full-search-wrapper .full-search-input-wrapper .search-results svg{width:20px;height:20px;margin-right:10px;z-index:13;position:absolute;top:50%;right:0;transform:translateY(-50%);cursor:pointer;color:#000}#search-header .full-search-wrapper .full-search-input-wrapper .search-results svg:hover{color:#00d692;transition:all .1s ease-in-out}#search-header .full-search-wrapper .full-search-input-wrapper input{width:100%;height:100%;border:none;outline:none;font-size:1.4rem;background:transparent;color:#023047;transition:all .3s ease-in-out;z-index:13;overflow:hidden}#search-header .full-search-wrapper .full-search-input-wrapper svg{width:20px;height:20px;color:#00d692;z-index:13;overflow:hidden;margin-right:15px}@media only screen and (max-width: 700px){#search-header .full-search-wrapper .full-search-input-wrapper{width:90%}}#search-header .full-search-wrapper .results-wrapper{background:#fff;border-radius:5px;z-index:13;margin-top:.5rem;overflow:hidden;justify-content:left;align-items:center;justify-items:center;width:570px;max-height:500px;overflow-y:auto}#search-header .full-search-wrapper .results-wrapper .search-list{width:100%;border-bottom:1px solid #e5e5e5}#search-header .full-search-wrapper .results-wrapper .search-list .empty{padding:1rem;color:#023047}#search-header .full-search-wrapper .results-wrapper .search-list .result-link{display:flex;justify-content:left;align-items:center;justify-items:center;width:100%;height:100%;overflow:hidden;padding:1rem 2rem;transition:all .3s ease-in-out;cursor:pointer}#search-header .full-search-wrapper .results-wrapper .search-list .result-link:hover{margin-bottom:2px;box-shadow:0 2px 2px -2px #0003;transition:all .2s ease-in-out}#search-header .full-search-wrapper .results-wrapper .search-list .result-link img{width:50px;height:50px;margin-right:1rem;overflow:hidden}#search-header .full-search-wrapper .results-wrapper .search-list .result-link h6{font-size:1.4rem;color:#023047;overflow:hidden;margin-left:2rem}@media only screen and (max-width: 480px){#search-header .full-search-wrapper .results-wrapper .search-list .result-link h6{font-size:1rem;margin-left:0}}@media only screen and (max-width: 550px){#search-header .full-search-wrapper .results-wrapper .search-list .result-link h6{font-size:1rem;margin-left:0}}@media only screen and (max-width: 480px){#search-header .full-search-wrapper .results-wrapper{width:auto;margin:1rem}}@media (min-width: 901px){#home-header{display:flex}}.sticky{position:fixed;top:0;left:0;right:0;background-color:#fff;z-index:999;box-shadow:0 0 10px #0000001a;transition:all .1s ease-in-out;animation:slide-down .3s ease-in-out forwards}@keyframes slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media (max-width: 901px){.sticky{position:relative;top:0;left:0;right:0;background-color:#fff;z-index:999;animation:none;box-shadow:none}}.animate-up{animation:slide-up .3s ease-in-out forwards}@keyframes slide-up{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@media (max-width: 901px){.animate-up{animation:none}}@media only screen and (max-width: 450px){.hero{padding-bottom:1px}}.hero .results-info{padding:1rem 0;margin-bottom:2rem;display:flex;justify-content:flex-start;justify-items:center;align-items:center}.hero .results-info h2{font-size:1.8rem;font-weight:400;margin-right:1rem}.hero .results-info .query{font-size:1.8rem;font-weight:600;color:#000;margin-right:1rem}.hero .results-info .count{font-size:1.5rem;font-weight:200;color:#000}@media only screen and (max-width: 450px){.hero .results-info{flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-bottom:1rem}.hero .results-info h2,.hero .results-info .query{font-size:1.4rem;margin-bottom:.5rem}.hero .results-info .count{font-size:1.2rem;margin-bottom:.5rem}}.hero h1{max-width:760px;padding-top:75px;font-size:5.6rem;line-height:6.4rem;color:#023047;text-align:center;font-weight:500;margin:0 auto}@media only screen and (max-width: 800px){.hero h1{padding:75px 20px 0}}@media only screen and (max-width: 600px){.hero h1{font-size:3.2rem;line-height:40px;padding-top:60px}}.hero h1.category__heading{max-width:100%;font-size:3.2rem;color:#023047;text-align:left;font-weight:500;padding:0}@media only screen and (max-width: 600px){.hero h1.category__heading{line-height:3.4rem;margin:30px 0 0}}.hero h1 span{display:block;font-weight:700}.hero form{background-color:#fff;padding:9px;max-width:850px;margin:50px auto 0;display:flex;justify-content:space-between;align-items:center;border-radius:7px}.hero form button:hover{background-color:#023047}@media only screen and (max-width: 600px){.hero form{flex-direction:column}.hero form button{width:100%}}.hero .input-wrapper{display:flex;align-items:center;width:100%;padding:14px}@media only screen and (max-width: 600px){.hero .input-wrapper{margin-bottom:10px;padding-left:0}}@media only screen and (max-width: 450px){.hero .input-wrapper{padding:0;margin-top:0}.hero .input-wrapper svg{display:none}}.hero input{all:unset;height:100%;width:100%;padding:5px 10px;color:#94a6b0;font-weight:200}@media only screen and (max-width: 600px){.hero input{padding:6px 0 6px 10px}}button{background-color:#00d692;border:none;outline:none;padding:20px 27px;color:#fff;cursor:pointer;border-radius:5px;font-size:1.4rem;font-weight:600;transition:background-color .2s ease-in-out}button:hover{background-color:#00d692c6;transition:background-color .2s ease-in-out}form{font-size:1.3rem}input::-moz-placeholder{color:#94a6b0;font-weight:200;font-size:1.3rem;line-height:2.4rem}input::placeholder{color:#94a6b0;font-weight:200;font-size:1.3rem;line-height:2.4rem}.full-width-wrapper{position:relative;height:100%;width:100%}.full-width-wrapper .hero .category__description p{font-size:1.6rem;line-height:2.4rem;color:#000;font-weight:200;margin-bottom:1.5rem}.full-width-wrapper .hero .category__description strong{font-weight:600}.full-width-wrapper .hero .category__description a{color:#219ebc;text-decoration:underline}.full-width-wrapper .hero .category__description ul{padding:0;list-style:none;display:flex;flex-wrap:wrap;margin-bottom:1.5rem}.full-width-wrapper .hero .category__description li{margin-right:1rem;margin-bottom:1rem;font-size:1.6rem;line-height:2.4rem;color:#000;font-weight:200}.full-width-wrapper .hero .category__description img{width:100%;margin-bottom:1.5rem}.full-width-wrapper .hero .category__description h2,.full-width-wrapper .hero .category__description h3,.full-width-wrapper .hero .category__description h4,.full-width-wrapper .hero .category__description h5,.full-width-wrapper .hero .category__description h6{font-size:2.4rem;line-height:3.2rem;color:#000;font-weight:600;margin-bottom:1.5rem}.full-width-wrapper .hero .category__description .read-more{font-size:1.2rem;color:#219ebc;line-height:2.4rem;font-weight:400;text-decoration:underline;cursor:pointer}.full-width-wrapper--grey{background-color:#4faec41f}.full-width-wrapper--ligth{background-color:#f6f6f8;padding:20px 60px}.full-width-wrapper--ligth a{color:#219ebc;text-decoration:underline}.full-width-wrapper--top-search{overflow:hidden;padding:45px 0;background:#4faec41f}.full-width-wrapper--top-search .hero.container{position:relative}.full-width-wrapper--top-search form{margin-top:0}.full-width-wrapper--top-search .searchbar-left-polygon,.full-width-wrapper--top-search .searchbar-rigth-polygon{position:absolute;z-index:-1}.full-width-wrapper--top-search .searchbar-left-polygon{bottom:-45px;left:-5%}.full-width-wrapper--top-search .searchbar-rigth-polygon{top:-45px;right:-50px}.full-width-wrapper.contact{position:relative;z-index:2}@media only screen and (max-width: 700px){.full-width-wrapper.contact{padding:0 20px}}#search-x::-webkit-search-cancel-button{position:relative}.popular{display:flex;align-items:baseline;justify-content:center;margin:10px auto}@media only screen and (max-width: 450px){.popular{flex-direction:column}}.popular h3{margin-top:5px;font-size:1.4rem;color:#023047;margin-bottom:15px;font-weight:500}.popular ul{display:flex;flex-wrap:wrap}.popular ul li{margin-bottom:15px}.popular ul li a{font-size:1.2rem;margin-left:15px;white-space:nowrap;font-weight:500;background-color:#fff;color:#00d692;padding:7px;border-radius:15px;transition:all .3s ease-in-out}@media only screen and (max-width: 450px){.popular ul li a{margin-left:0;margin-right:15px}}.popular ul li a:hover{transition:all .3s ease-in-out;background-color:#00d692;color:#fff}.show-more{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:11;padding:15px 30px;font-size:1.4rem;transition:background-color .2s ease-in-out}.show-more:hover{background-color:#023047}@media only screen and (max-width: 450px){.show-more{bottom:6px;padding:10px 15px}}.brands{position:relative;z-index:10;margin-top:-25px;background-color:#f6f6f8}.show-more-overlay{position:absolute;bottom:25px;left:0;width:100%}@media only screen and (max-width: 450px){.show-more-overlay{display:none}}.brands{display:grid;grid-template-columns:repeat(6,1fr);justify-items:center;padding:20px 0}@media only screen and (max-width: 1300px){.brands{grid-template-columns:repeat(3,1fr);grid-gap:50px}}@media only screen and (max-width: 800px){.brands{grid-template-columns:repeat(2,1fr);grid-gap:50px}}@media only screen and (max-width: 500px){.brands{grid-template-columns:repeat(1,1fr);grid-gap:50px}}.best-selling{display:flex;flex-direction:column;align-items:center}.best-selling h2{text-align:center;color:#023047;font-size:4.8rem;font-weight:800;margin:70px 0}@media only screen and (max-width: 600px){.best-selling h2{font-size:2.4rem}}.white-btn{position:relative;z-index:10;padding:15px 25px;display:inline-block;color:#023047;font-size:1.6rem;margin-top:60px;border-radius:6px;border:1px solid rgba(148,166,176,.2901960784);transition:all .3s ease-in-out}.white-btn:hover{background-color:#94a6b04a;transition:all .3s ease-in-out}.glide__bullets{text-align:center;margin-top:25px}@media only screen and (max-width: 600px){.glide__bullets{margin-top:30px}}.glide__bullet{width:8px;height:8px;padding:0;background-color:#c4c4c4}.glide__bullet--active{background-color:#023047}.card{display:flex;flex-direction:column;justify-content:space-between;min-height:410px;position:relative;width:100%;border-radius:12px;margin-top:30px;transition:all .3s ease-in-out}.card .overlay-image{position:absolute;top:-30px;right:0%;width:100%;height:calc(100% + 30px);z-index:1;opacity:0;border-radius:12px;overflow:hidden;transition:all .3s ease-out;background-color:#00000008}@media only screen and (max-width: 500px){.card .overlay-image{top:-10px;height:calc(100% + 10px)}}.card:hover{transform:translateY(-5px);transition:all .3s ease-in-out}.card:hover .overlay-image{opacity:1}.card:hover .content{color:#023047}.card:hover .card-item{transition:all .3s ease-in-out}@media only screen and (max-width: 650px){.card{min-height:auto}}.card .image{position:relative;z-index:1;width:100%}.card .image .blur-up{filter:blur(5px);transition:filter .4s,opacity .4s}.card .image .blur-up.lazyloaded{filter:blur(0)}.card .image .blur-up.lazyload{opacity:0}.card .dark-bg{width:100%;position:absolute;top:25%;left:0;z-index:-2}.card .white-bg{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:-1;transition:all .3s ease-in-out}.card .white-bg:hover{transition:all .3s ease-in-out}.card .white-bg:hover .card-item{transform:translate(-50%,15%) scale(1.03)}@media only screen and (max-width: 650px){.card .white-bg{position:relative;width:100%}}.card .card-item{top:10%;position:absolute;left:50%;transform:translate(-50%,15%);max-width:173px;max-height:159px;transition:all .3s ease-in-out}@media only screen and (max-width: 650px){.card .card-item{width:auto;position:relative;margin-bottom:-60%;width:60%}}.card .content{position:relative;display:flex;flex-direction:column;padding:0 30px;border-radius:12px;background-color:#f6f6f8}@media only screen and (max-width: 650px){.card .content{padding:0 27px;margin-top:-30px}}@media only screen and (max-width: 550px){.card .content{padding:0 15px;margin-top:-20px}}@media only screen and (max-width: 450px){.card .content{padding:0 10px;margin-top:-10px}}.card .content p{color:#023047;font-size:1.6rem;font-weight:500;line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}@media only screen and (max-width: 600px){.card .content p{font-size:1.2rem;line-height:15px}}.card .content span{font-size:2.4rem;line-height:32px;font-weight:500;color:#219ebc;margin-top:10px;margin-bottom:20px}@media only screen and (max-width: 600px){.card .content span{font-size:1.8rem;margin-top:5px;margin-bottom:5px;line-height:25px}}@media only screen and (max-width: 500px){.card .content span{font-size:1.6rem}}@media only screen and (max-width: 400px){.card .content span{font-size:1.4rem}}.card .content .underline{color:#00d692;text-decoration:underline;margin-bottom:30px;font-size:1.6rem;line-height:18px;transition:color .3s ease-in-out}@media only screen and (max-width: 600px){.card .content .underline{font-size:1.2rem;line-height:15px}}.cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:33px}@media only screen and (max-width: 1000px){.cards{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 700px){.cards{grid-gap:13px}}@media only screen and (max-width: 330px){.cards{grid-template-columns:1fr}}nav{width:100%}nav .pagination{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:30px;margin-bottom:30px}nav .pagination a{color:#219ebc;font-size:1.6rem;font-weight:500;line-height:20px;transition:color .3s ease-in-out}nav .pagination a:hover{color:#00d692}.no-results{width:100%}.no-results .title{width:100%;display:flex;justify-content:center;align-items:center;margin-top:30px;margin-bottom:30px}.no-results .title h2{font-size:2rem;line-height:32px;font-weight:500;color:#023047;margin-top:10px;margin-bottom:20px}.no-results .title svg{width:80px;height:auto;margin-right:20px;color:#0230472c}.discount{margin:90px 0;position:relative;z-index:2}@media only screen and (max-width: 1150px){.discount{display:flex;flex-direction:column}}.discount .left{padding:15px;width:60%;background-color:#f6f6f8;border-radius:15px}@media only screen and (max-width: 1150px){.discount .left{display:flex;align-items:center;justify-content:center;width:100%;background-color:transparent}}.discount .right{position:absolute;max-width:570px;top:50%;right:0;transform:translateY(-50%);background:linear-gradient(225deg,#fb8500,#fb1d00);filter:drop-shadow(6px 20px 10px rgba(2,48,71,.3));border-radius:16px}@media only screen and (max-width: 1150px){.discount .right{top:auto;right:auto;transform:translateY(0);position:relative;width:100%;max-width:100%;margin-top:-100px}}.discount .content{position:relative;padding:50px 80px}@media only screen and (max-width: 1150px){.discount .content{padding:50px 30px}}.discount .content h2,.discount .content p{color:#fff;font-weight:200}.discount .content h2{font-size:4.8rem;margin-bottom:10px}@media only screen and (max-width: 600px){.discount .content h2{font-size:2.4rem}}.discount .content p{font-size:1.8rem;line-height:28px}@media only screen and (max-width: 600px){.discount .content p{font-size:1.6rem}}.discount .content a{display:inline-block;margin-top:30px;padding:15px 30px;background-color:#fff;border-radius:5px;color:#fb1d00;font-size:1.8rem;font-weight:500;transition:all .3s ease-in-out}.discount .content a:hover{background-color:#fb1d00;color:#fff}.discount .content div,.discount .content em{color:#f5f5f5}.discount img{max-width:100%;max-height:100%}.inspiration{max-width:1268px;width:100%;margin:0 auto;padding:0 50px}@media only screen and (max-width: 900px){.inspiration{padding:0 20px}}@media only screen and (max-width: 600px){.inspiration{padding:0;margin-top:100px}.inspiration li:first-child{padding-left:20px}}.inspiration__intro{margin-top:30px;margin-bottom:40px;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 700px){.inspiration__intro{flex-direction:column;color:#00d692}}.inspiration__intro h2{font-size:4.8rem;color:#023047}@media only screen and (max-width: 600px){.inspiration__intro h2{font-size:2.4rem}}.inspiration__intro a{font-size:1.4rem;color:#023047;text-decoration:underline;transition:color .3s ease-in-out}.inspiration__intro a:hover{color:#00d692}@media only screen and (max-width: 700px){.inspiration__intro a{color:#00d692;margin-top:20px}.inspiration__intro a:hover{color:#023047}}.inspiration__carousel{position:relative;padding-bottom:150px}.slider{max-width:100%;position:relative;display:flex;flex-wrap:nowrap}.slide{position:relative;top:0;left:0;display:flex;width:-moz-min-content;width:min-content;align-items:flex-start;justify-content:center;transition:transform 1s;margin-bottom:70px}.slide__content p.date{margin-top:30px;font-size:1.4rem;color:#219ebc}@media only screen and (max-width: 600px){.slide__content p.date{font-size:1.3rem;margin-top:10px}}.slide__content p{color:#023047;margin-top:20px;font-size:2.4rem}@media only screen and (max-width: 600px){.slide__content p{font-size:1.5rem;margin-top:10px}}.slide__content img{width:100%;height:362px;-o-object-fit:cover;object-fit:cover}.slide>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.slider__btn{position:absolute;top:188px;z-index:10;border:none;background:#ffffffb3;font-family:inherit;color:#333;border-radius:12px;height:6.4rem;width:6.4rem;font-size:3.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 16px #35524422}@media only screen and (max-width: 600px){.slider__btn{height:5rem;width:5rem}}.slider__btn svg{width:1rem;height:1rem}.slider__btn--left,.slider__btn--left-small{background-color:#fff;transform:translate(-50%,-50%)}.slider__btn--right,.slider__btn--right-small{transform:translate(50%,-50%);background-color:#fff}.slider__btn--left{left:0%}.slider__btn--left:hover{background:#023047e8}@media only screen and (max-width: 900px){.slider__btn--left{top:150px;left:2%}}@media only screen and (max-width: 600px){.slider__btn--left{display:none}.glide__track{overflow-x:auto!important}.glide__track::-webkit-scrollbar{display:none}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:visible!important;transform-style:flat!important;touch-action:auto!important;padding:0;margin-right:20px!important;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides::-webkit-scrollbar{display:none}.glide__bullets{display:none}}.news-component .glide-small .glide__track{overflow-x:hidden}.slider__btn--right{right:0%}.slider__btn--right:hover{background:#023047e8}@media only screen and (max-width: 900px){.slider__btn--right{top:150px;right:2%}}@media only screen and (max-width: 600px){.slider__btn--right{display:none}}.slider__btn--left-small{top:200px;border-radius:50%;left:12%}@media only screen and (max-width: 600px){.slider__btn--left-small{top:48%}}.slider__btn--right-small{top:200px;border-radius:50%;right:12%}@media only screen and (max-width: 600px){.slider__btn--right-small{top:48%}}.dots{position:absolute;bottom:3%;left:50%;transform:translate(-50%);display:flex}.polygon{top:0%;position:absolute;left:72%;transform:translate(-50%);z-index:10;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 500px){.polygon{top:5%;left:79%}.polygon img{width:42px}}@media only screen and (max-width: 400px){.polygon img{width:37px}}.polygon:before{position:absolute;color:#fff;font-size:1rem;font-weight:700;z-index:1}@media only screen and (max-width: 600px){.polygon:before{font-size:.9rem}}@media only screen and (max-width: 500px){.polygon:before{font-size:.7rem}}@media only screen and (max-width: 400px){.polygon:before{font-size:.6rem}}@media only screen and (max-width: 500px){.polygon svg{transform:scale(.8)}}.polygon--products,.polygon--all{display:flex;flex-direction:column}@media only screen and (max-width: 500px){.polygon--products img,.polygon--all img{width:42px}}@media only screen and (max-width: 400px){.polygon--products img,.polygon--all img{width:37px}}.polygon--products .polygon--green,.polygon--all .polygon--green{z-index:100}.polygon--products .polygon:nth-child(1),.polygon--all .polygon:nth-child(1){z-index:3;margin-top:0}.polygon--products .polygon:nth-child(2),.polygon--all .polygon:nth-child(2){margin-top:40px;z-index:2}@media only screen and (max-width: 500px){.polygon--products .polygon:nth-child(2),.polygon--all .polygon:nth-child(2){margin-top:27px}}@media only screen and (max-width: 400px){.polygon--products .polygon:nth-child(2),.polygon--all .polygon:nth-child(2){margin-top:23px}}.polygon--products .polygon:nth-child(3),.polygon--all .polygon:nth-child(3){z-index:1;margin-top:77px}@media only screen and (max-width: 500px){.polygon--products .polygon:nth-child(3),.polygon--all .polygon:nth-child(3){margin-top:54px}}@media only screen and (max-width: 400px){.polygon--products .polygon:nth-child(3),.polygon--all .polygon:nth-child(3){margin-top:46px}}.polygon--products{z-index:11;top:12px;right:-42%}@media only screen and (max-width: 500px){.polygon--products{left:65%}.polygon--products img{width:50px}}@media only screen and (max-width: 400px){.polygon--products{left:65%}.polygon--products img{width:50px}}@media only screen and (max-width: 500px){.polygon--products .polygon:nth-child(2){margin-top:34px}}@media only screen and (max-width: 400px){.polygon--products .polygon:nth-child(2){margin-top:34px}}@media only screen and (max-width: 500px){.polygon--products .polygon:nth-child(3){margin-top:64px}}@media only screen and (max-width: 400px){.polygon--products .polygon:nth-child(3){margin-top:64px}}.polygon--green path{fill:#00d692}.polygon--green:before{content:"Novinka"}.polygon--orange path{fill:#fb8500}.polygon--orange:before{content:"Akcia"}.polygon--red path{fill:#fb2600}.polygon--red:before{content:"Výpredaj"}button.button--white{background-color:#fff;max-width:180px;width:100%;position:relative;overflow:hidden;color:#023047;white-space:nowrap;font-family:Lexend,sans-serif;transition:all .3s ease-in-out}button.button--white:hover{background-color:#023047;color:#fff;transition:all .3s ease-in-out}.button-container{text-align:center}.bg-wrapper{background-color:#f6f6f8;position:relative}.bg-wrapper:before{content:"";top:0;left:0;width:100%;height:150px;margin-top:-75px;border-radius:30%;background-color:#fff;position:absolute}@media only screen and (max-width: 1150px){.bg-wrapper:before{content:"";top:0;left:0;width:100%;height:472px;margin-top:-205px;border-radius:5%;background-color:#fff}}.bg-wrapper:after{position:absolute;content:"";bottom:0;left:0;width:100%;height:150px;margin-bottom:-75px;border-radius:50%;background-color:#fff}.rectangle-middle{display:none}.grey,.yellow,.green{background-size:15px 15px;height:15px}.grey{width:75px}.yellow-stars{display:block;width:75px;height:15px;background-image:url(/storage/imgs/star2-yellow.svg);background-repeat:repeat-x}.green-stars{display:block;width:75px;height:15px;background-image:url(/storage/imgs/star3-green.svg);background-repeat:repeat-x}.grey-stars{display:block;background-image:url(/storage/imgs/star.svg);background-repeat:repeat-x}.big-stars .green-stars{height:25px}.big-stars .green,.big-stars .grey{background-size:25px 25px;height:25px}.big-stars .grey{width:125px}.product-wrapper p.activate-description{color:#00d692;text-decoration:underline;cursor:pointer}.inspiration .glide__slide{border-radius:16px;padding:5px 0 40px;transition:all .5s ease-in-out}.inspiration .glide__slide img{border-radius:12px}.inspiration .glide__slide:hover{transform:translateY(-5px)}.inspiration .glide__slide:hover p.date{color:#219ebc;text-decoration:underline}.inspiration .glide__slide:hover p{color:#023047;text-decoration:underline}.all-cagtegory{margin-bottom:50px}.all-cagtegory h2{text-align:center;color:#023047;font-size:4.8rem;font-weight:800;margin:70px 0}@media only screen and (max-width: 600px){.all-cagtegory h2{font-size:2.4rem}}.all-cagtegory .all-categories{display:grid;grid-template-columns:repeat(4,1fr);row-gap:30px;-moz-column-gap:30px;column-gap:30px}@media only screen and (max-width: 1200px){.all-cagtegory .all-categories{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 900px){.all-cagtegory .all-categories{grid-template-columns:repeat(2,1fr);row-gap:0px}}@media only screen and (max-width: 375px){.all-cagtegory .all-categories{grid-template-columns:1fr}}.all-cagtegory .category{flex-direction:column}@media only screen and (max-width: 900px){.all-cagtegory .category{margin-left:20px}}.all-cagtegory .quantity{display:flex;margin-left:5px;padding:4px 18px;border-radius:20px;background-color:#f6f6f8;color:#219ebc}@media only screen and (max-width: 900px){.all-cagtegory .quantity{width:27px;height:20px;border-radius:12px;display:flex;align-items:center;justify-content:center}}.all-cagtegory ul{margin-left:20px;margin-top:20px}@media only screen and (max-width: 900px){.all-cagtegory ul{margin-left:0}}.all-cagtegory ul li{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-size:1.4rem;position:relative}.all-cagtegory ul li:before{position:absolute;content:"";width:5px;height:5px;left:-19px;background-color:#219ebc}.all-cagtegory ul li a{color:#023047;font-size:1.4rem}@media only screen and (max-width: 600px){.all-cagtegory ul li a{font-size:1.2rem}}.all-cagtegory .all-categories--name{color:#023047;font-size:1.4rem;font-weight:700}.tab{width:100%;position:relative;cursor:pointer;border-radius:4px}.tab.active{background-color:#fff;color:#023047}[data-tab-content]{display:none}.active[data-tab-content]{display:block}.tabs{display:flex;justify-content:space-around;list-style-type:none;margin:0;padding:0;border-bottom:1px solid black}.products{max-height:205px}.products--about{max-height:100%}.products.visible{padding-bottom:100px;max-height:100%}.product-wrapper{margin-top:50px;display:flex}@media only screen and (max-width: 800px){.product-wrapper{flex-direction:column}}.product-wrapper .product-descriptinon{width:50%;margin-left:auto}@media only screen and (max-width: 1000px){.product-wrapper .product-descriptinon{width:55%}}@media only screen and (max-width: 800px){.product-wrapper .product-descriptinon{margin-top:50px;width:100%;padding:0 20px}}.product-wrapper .shops{display:flex;justify-content:space-between;margin-top:27px}@media only screen and (max-width: 700px){.product-wrapper .shops{flex-direction:column}}.product-wrapper .shops select,.product-wrapper .shops button{width:48%;border-radius:4px}@media only screen and (max-width: 700px){.product-wrapper .shops select,.product-wrapper .shops button{width:100%}}.product-wrapper .shops select{padding:20px;margin-right:2%;font-family:inherit;font-weight:200;border:1px solid #e0e0e0;outline:none;background-color:#f9f9f9;color:#7b929f}@media only screen and (max-width: 700px){.product-wrapper .shops select{margin-right:0;height:47px}}.product-wrapper .shops button{margin-left:2%;padding:15px 27px;font-size:1.4rem;font-weight:600;transition:all .3s ease-in-out}.product-wrapper .shops button:hover{background-color:#023047;color:#fff}@media only screen and (max-width: 700px){.product-wrapper .shops button{height:55.6px;margin-left:0;margin-top:8px}}.product-wrapper .product-description--top{display:flex;align-items:center;justify-content:space-between;color:#023047;font-size:1.2rem}.product-wrapper .product-description--top .rigth-side{display:flex;flex-wrap:wrap;gap:10px}.product-wrapper .product-description--top a{color:#0330477f;text-decoration:underline;font-size:1.3rem;font-weight:500;background-color:none;margin-right:0}.product-wrapper .product-description--top .stars-review a{color:#94a6b0}.product-wrapper .product-description--top .hot{display:flex;align-items:center;justify-content:center;margin-right:15px;margin-left:5px;padding:8px 18px;border-radius:20px;background-color:#fb8500;color:#fff;white-space:nowrap}@media only screen and (max-width: 700px){.product-wrapper .product-description--top .hot{height:20px;font-size:1rem;padding:8px 10px}}.product-wrapper .product-description--top .links{display:flex}@media only screen and (max-width: 700px){.product-wrapper .product-description--top .links{display:none}}.product-wrapper .product-description--top .link{display:flex;align-items:center}.product-wrapper .product-description--top .link:hover svg{fill:#023047}.product-wrapper .product-description--top .link:hover a{color:#023047}@media only screen and (max-width: 700px){.product-wrapper .product-description--top .link{display:none}}.product-wrapper .product-description--top .link a{transition:all .3s ease-in-out;color:#94a6b0}.product-wrapper .product-description--top .link img,.product-wrapper .product-description--top .link svg{transition:all .3s ease-in-out;margin-right:8px}.product-wrapper .product-description--top .reviews{color:#023047}@media only screen and (max-width: 700px){.product-wrapper .product-description--top .reviews{color:#0330477f}}.product-wrapper h2{margin:20px 0;color:#023047;font-size:3.2rem;line-height:40px;font-weight:500}@media only screen and (max-width: 700px){.product-wrapper h2{font-size:2.4rem;line-height:35px}}@media only screen and (max-width: 400px){.product-wrapper h2{font-size:2.2rem;line-height:30px}}.product-wrapper .tags{display:flex;flex-wrap:wrap}.product-wrapper .tags .tag{white-space:nowrap;display:flex;margin-right:15px;margin-bottom:12px;padding:4px 18px;border-radius:20px;background-color:#f6f6f8;color:#00d692;font-weight:600;font-size:1.2rem;border:1px solid #e4e9eb;transition:all .3s ease-in-out}@media only screen and (max-width: 700px){.product-wrapper .tags .tag{margin-right:10px}}.product-wrapper .tags .tag:hover{transition:all .3s ease-in-out;background-color:#00d692;color:#fff}.product-wrapper p{font-size:1.4rem;line-height:24px;font-weight:200;color:#4d6e7e}.product-wrapper .price{color:#219ebc;font-size:4rem;margin-top:50px;line-height:32px;font-weight:500}@media only screen and (max-width: 700px){.product-wrapper .price{font-size:2.8rem;margin-top:30px}}@media only screen and (max-width: 400px){.product-wrapper .price{font-size:2.4rem}}.product-wrapper .availability,.product-wrapper .transport{width:100%;background-color:#f9f9f9;font-size:1.4rem;display:flex;justify-content:space-between;padding:20px;border-radius:8px;font-weight:200;color:#7b929f}.product-wrapper .availability .left,.product-wrapper .transport .left{display:flex;align-items:center}.product-wrapper .availability .left img,.product-wrapper .transport .left img{margin-right:8px}.product-wrapper .availability .rigth,.product-wrapper .transport .rigth{display:flex;align-items:center}.product-wrapper .availability .rigth img,.product-wrapper .transport .rigth img{margin-left:15px}.product-wrapper .transport{margin-top:25px;margin-bottom:4px}.product-wrapper .transport .dark{color:#023047;font-weight:600}.product-wrapper .availability .green{font-weight:600;color:#00d692}.product-detail{width:42%}@media only screen and (max-width: 800px){.product-detail{width:100%}}.img-container{width:100%;height:525px;border:2px solid #e4e9eb;border-radius:12px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 800px){.img-container{height:343px}}#productImageContainer .productImageInner{overflow:hidden;max-height:468px;position:relative;border:2px solid #e4e9eb;border-radius:12px}@media only screen and (max-width: 800px){#productImageContainer .productImageInner{max-width:100%;max-height:468px}}@media only screen and (max-width: 500px){#productImageContainer .productImageInner{max-width:468px;max-height:468px}}@media only screen and (max-width: 800px){#productImageContainer{padding:0 20px}}.product-wrapper{max-width:1268px;width:100%;margin:50px auto 0;padding:0 50px}@media only screen and (max-width: 900px){.product-wrapper{padding:0 20px}}@media only screen and (max-width: 800px){.product-wrapper{padding:0}}.productImage{position:absolute;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.productImage img{-o-object-fit:contain;object-fit:contain;border-radius:12px;max-height:100%;max-width:100%;padding:20px}.product-small-img-container{min-width:31%}@media only screen and (max-width: 800px){.product-small-img-container{padding:0 0 0 15px;width:100%;min-width:150px;max-width:200px}.product-small-img-container:first-child{margin-left:5px}.product-small-img-container:last-child{margin-right:20px}}.product-small-img-wrapper{position:relative}@media only screen and (max-width: 800px){.product-small-img-wrapper{overflow-x:hidden}.product-small-img-wrapper:after{position:absolute;top:0;width:22px;height:100%;content:"";z-index:1;right:-2px;pointer-events:none;background:linear-gradient(to left,#fff,#fff0)}.product-small-img-wrapper:before{position:absolute;top:0;width:22px;height:100%;content:"";z-index:1;left:-2px;pointer-events:none;background:linear-gradient(to right,#fff,#fff0)}}.product-small-img{margin-top:15px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:468px;width:100%}@media only screen and (max-width: 800px){.product-small-img{gap:0px;display:flex;flex-wrap:wrap;justify-content:flex-start;flex-wrap:nowrap;overflow-x:scroll;max-width:100%}.product-small-img::-webkit-scrollbar{display:none}}.product-small-img img{padding:4px;border:2px solid #e4e9eb;width:100%;height:120px;-o-object-fit:contain;object-fit:contain;border-radius:12px}.listed-items{margin-top:6rem}.listed-items__tabs{background:#f6f6f8;border-radius:6px;max-width:600px;height:56px;padding:3px;margin:auto;width:100%;display:grid;text-align:center;color:#219ebc;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width: 640px){.listed-items__tabs{max-width:calc(100% - 40px)}}@media only screen and (max-width: 600px){.listed-items__tabs{height:46px}}@media only screen and (max-width: 370px){.listed-items__tabs{grid-template-columns:repeat(2,1fr);height:100%}.listed-items__tabs li{padding:10px 0}}.listed-items .tab{display:flex;align-items:center;justify-content:center;margin-bottom:0}@media only screen and (max-width: 600px){.listed-items .tab{font-size:1.2rem}}@media only screen and (max-width: 450px){.listed-items .tab{font-size:1rem}}.listed-items .tab-white{background-color:#fff}.listed-items__sort{margin-top:50px;display:grid}.listed-items__sort .left span{color:#4d6e7e;font-size:1.2rem;line-height:15px;font-weight:700}.listed-items__sort .left .filter{color:#00d692;font-size:1.2rem;line-height:15px}.listed-items__sort .right{display:flex;justify-content:flex-end}.listed-items__products{display:flex;flex-direction:column}.listed-items__products--product{display:flex;align-items:flex-start;border:1px solid #e4e9eb;border-radius:12px;padding:25px;margin-bottom:17px}@media only screen and (max-width: 900px){.listed-items__products--product{padding:20px}}@media only screen and (max-width: 500px){.listed-items__products--product{padding:20px}}@media only screen and (max-width: 400px){.listed-items__products--product{padding:20px 10px}}.listed-items__products--product .logo{border-radius:16px;margin-right:30px;display:flex;align-items:center;justify-content:center;min-width:122px;min-height:122px;max-width:122px;max-height:122px}@media only screen and (max-width: 900px){.listed-items__products--product .logo{min-width:100px;min-height:100px;max-width:100px;max-height:100px;margin-right:20px}}@media only screen and (max-width: 600px){.listed-items__products--product .logo{min-width:64px;min-height:64px;max-width:64px;max-height:64px}}@media only screen and (max-width: 500px){.listed-items__products--product .logo{margin-right:10px}}@media only screen and (max-width: 370px){.listed-items__products--product .logo{min-width:54px;min-height:54px}}@media only screen and (max-width: 300px){.listed-items__products--product .logo{min-width:44px;min-height:44px}}.listed-items__products--product .logo img{width:100%;height:100%}.listed-items__products--product .description{width:100%}.listed-items__products--product .description__top{display:flex;flex-direction:column}.listed-items__products--product .description__top .stars-review a{color:#94a6b0}.listed-items__products--product .description__top .page{display:flex;align-items:center;flex-wrap:wrap;gap:10px;justify-content:space-between;font-size:1.2rem}.listed-items__products--product .description__top .top-links-wrapper{display:flex;flex-wrap:wrap}.listed-items__products--product .description__top .stars-review a{color:#0330477f;text-decoration:underline;font-size:1.3rem;font-weight:500;background-color:none;margin-right:0;transition:color .3s ease-in-out}.listed-items__products--product .description__top .stars-review a:hover{color:#023047;transition:color .3s ease-in-out}.listed-items__products--product .description__top .page .top-links-wrapper a{display:flex;padding:4px 18px;border-radius:20px;margin-right:25px;font-size:1.2rem;background-color:#f6f6f8;color:#219ebc}@media only screen and (max-width: 600px){.listed-items__products--product .description__top .page .top-links-wrapper a{font-size:1rem}}.listed-items__products--product .description__top .page .transport-price{margin-right:25px;display:flex;align-items:center;color:#023047}.listed-items__products--product .description__top .page .transport-price img{margin-right:6px}@media only screen and (max-width: 700px){.listed-items__products--product .description__top .page .transport-price{display:none}}.listed-items__products--product .description__top .page .stored{margin-right:25px;display:flex;align-items:center;color:#00d692}.listed-items__products--product .description__top .page .stored img{margin-right:6px}@media only screen and (max-width: 700px){.listed-items__products--product .description__top .page .stored{display:none}}.listed-items__products--product .description__title{margin-top:15px;color:#023047;font-size:2rem;font-weight:500;max-width:calc(100% - 180px)}@media only screen and (max-width: 600px){.listed-items__products--product .description__title{font-size:1.6rem}}@media only screen and (max-width: 550px){.listed-items__products--product .description__title{max-width:100%}}.listed-items__products--product .description__price{display:flex;justify-content:space-between;align-items:flex-end;color:#219ebc;font-size:2rem;line-height:26px;font-weight:500}.listed-items__products--product .description__price .btn-link{background-color:#00d692;border:none;outline:none;padding:10px;text-align:center;color:#fff;cursor:pointer;border-radius:5px;font-size:1.4rem;font-weight:600;transition:background-color .2s ease-in-out}.listed-items__products--product .description__price .btn-link:hover{background-color:#023047}@media only screen and (max-width: 600px){.listed-items__products--product .description__price{font-size:1.8rem}}@media only screen and (max-width: 550px){.listed-items__products--product .description__price{margin-top:10px;flex-direction:column;align-items:flex-start}.listed-items__products--product .description__price .btn-link{width:95%;margin-top:10px}}.listed-items__products--product .reviews{width:auto;display:flex;flex-direction:column;justify-content:space-between;text-align:right}.listed-items__products--product .reviews a{color:#022f467f;text-decoration:underline;font-size:1.2rem}.listed-items__products--product .reviews button{white-space:nowrap}.listed-items__description{display:flex;margin:5rem 0rem}@media only screen and (max-width: 800px){.listed-items__description{flex-direction:column}}.listed-items__description .parameters{width:30%}@media only screen and (max-width: 800px){.listed-items__description .parameters{width:100%}}.listed-items__description .product-description{width:70%}@media only screen and (max-width: 800px){.listed-items__description .product-description{width:100%}}.listed-items__description .product-description h3{color:#023047;font-size:2rem;font-weight:500;margin-bottom:15px}.listed-items__description .product-description p{color:#023047aa;font-weight:400;font-size:1.4rem;line-height:28px}.listed-items__description .product-description ul{padding:40px 10px}.listed-items__description .product-description li{list-style:inside;color:#023047;font-size:1.4rem;font-weight:500;margin-left:5px;margin-bottom:25px;text-align:left}.listed-items__description .product-description li:last-child{margin-bottom:0}#shops,#products,#reviews,#help{max-width:1268px;width:100%;margin:0 auto;padding:0 50px}@media only screen and (max-width: 900px){#shops,#products,#reviews,#help{padding:0 20px}}@media only screen and (max-width: 700px){#shops,#reviews,#help{padding:0}#shops .listed-items__products--product,#shops .reviews-wrapper .review,#reviews .listed-items__products--product,#reviews .reviews-wrapper .review,#help .listed-items__products--product,#help .reviews-wrapper .review{border-radius:0;border:0;margin-bottom:0;border-bottom:1px solid hsla(200,16%,81%,.497)}#shops .listed-items__products--product:first-child,#shops .reviews-wrapper .review:first-child,#reviews .listed-items__products--product:first-child,#reviews .reviews-wrapper .review:first-child,#help .listed-items__products--product:first-child,#help .reviews-wrapper .review:first-child{border-top:1px solid hsla(200,16%,81%,.497)}}.description__mobile-btn{display:none}@media only screen and (max-width: 700px){.description__mobile-btn{display:block}}@media only screen and (max-width: 500px){.description__mobile-btn{font-size:1.4rem;width:125%}}.categories{margin-right:50px;max-width:300px}@media only screen and (max-width: 1100px){.categories{margin-right:20px}}@media only screen and (max-width: 800px){.categories{max-width:100%;margin-right:0}}.categories .arrow{display:none}@media only screen and (max-width: 800px){.categories .arrow{display:block}}.categories h3{color:#023047;font-size:2rem;font-weight:500;line-height:26px;padding-bottom:20px}@media only screen and (max-width: 800px){.categories h3{border:none;padding-bottom:0;font-size:1.4rem}}.categories--wrapper h3{color:#023047;font-size:2rem;font-weight:500;margin-bottom:15px;padding-bottom:0}.categories--wrapper p{color:#023047aa;font-weight:400;font-size:1.4rem;line-height:28px}.categories a{display:block;flex-grow:1}.categories .product__menu{padding:20px 10px;border-bottom:1px solid #e4e9eb}.categories .product-param-wrapper{display:flex;flex-direction:column}@media only screen and (max-width: 700px){.categories .product-param-wrapper:last-child{margin-bottom:1rem}}.categories .product-param-wrapper.active{display:block}.categories .product__menu.active img{transform:rotate(180deg);transition:transform .3s ease-in-out}.categories .product__menu li{text-align:left}.categories .product__menu:first-of-type{border-top:1px solid #e4e9eb}@media only screen and (max-width: 800px){.categories .product__menu:first-of-type{border-top:0px solid #e4e9eb}.categories .product__menu:last-of-type{margin-bottom:25px}}.categories .product-heading{display:flex;justify-content:space-between}.categories .product-heading .rotate{transform:rotate(90deg);transition:transform .3s ease-in-out}.categories .product-heading h4{color:#023047;font-size:1.4rem}.categories .product-links li{display:flex;align-items:center;justify-content:space-between;font-size:1.4rem;margin-bottom:15px}.categories .product-links li span{font-weight:400;color:#023047}.categories .product-links li strong{color:#023047;font-weight:700}.product-links.visible{margin-top:20px;display:block}.category{display:flex;justify-content:space-between;padding-top:10px;padding-bottom:10px}.category span{color:#023047;font-size:1.4rem;font-weight:700}.category li a{position:relative}.category li a:before{position:absolute;content:"";bottom:-5px;left:-50%;width:100%;opacity:0;height:1px;background-color:#023047;transition:all .3s ease-in-out}.category li a:hover:before{position:absolute;content:"";bottom:-5px;left:0%;width:100%;height:1px;background-color:#023047;transition:all .3s ease-in-out}.stars{position:relative;padding:1rem;white-space:nowrap}.stars svg{width:30px;fill:#00d692}.cover{background:#fff;height:100%;overflow:hidden;mix-blend-mode:color;position:absolute;top:0;right:0}.custom-select{width:48%;position:relative;font-family:inherit}@media only screen and (max-width: 700px){.custom-select{width:100%}}.custom-select select{display:none}.select-selected{background-color:#f9f9f9;font-weight:200}.select-selected:after{position:absolute;content:"";top:55%;transform:translateY(-50%);right:19px;width:10px;height:10px;background-image:url(/storage/imgs/arrow-down.svg);background-repeat:no-repeat;transition:all .3s ease-in-out}.select-selected.select-arrow-active:after{top:45%;transform:rotate(180deg);transition:all .3s ease-in-out}.select-items div,.select-selected{color:#7b929f;padding:19px;font-size:1.4rem;font-weight:200;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:4px}.select-items{position:absolute;background-color:#f9f9f9;top:100%;left:0;right:0;z-index:99}.select-hide{display:none}.select-items div:hover,.same-as-selected{background-color:#0000001a}.transport-select,.availability-select{width:100%;background-color:#f9f9f9;border-radius:8px}.transport-select{margin-top:25px;margin-bottom:4px}@media only screen and (max-width: 700px){.transport-select{margin-top:8px;margin-bottom:8px}}.availability-select .select-selected:after,.transport-select .select-selected:after{background-image:url(/storage/imgs/clock.svg);left:21px;top:51%;transform:translateY(-50%);width:19px;height:16px}@media only screen and (max-width: 350px){.availability-select .select-selected:after,.transport-select .select-selected:after{left:14px}}.availability-select .select-selected:after{background-image:url(/storage/imgs/clock.svg)}.transport-select .select-selected:after{background-image:url(/storage/imgs/transport-icon.svg)}.availability-select:before,.transport-select:before{position:absolute;top:50%;transform:translateY(-50%);font-size:1.4rem;right:50px;font-weight:600}@media only screen and (max-width: 350px){.availability-select:before,.transport-select:before{right:40px}}.availability-select:before{content:"Skladom";color:#00d692}.transport-select:before{content:"od 0 €";color:#023047}.availability-select .select-selected:before,.transport-select .select-selected:before{position:absolute;content:"";top:52%;transform:translateY(-50%);right:21px;width:16px;height:16px;background-image:url(/storage/imgs/plusko.svg);background-repeat:no-repeat;transition:all .3s ease-in-out}@media only screen and (max-width: 350px){.availability-select .select-selected:before,.transport-select .select-selected:before{right:14px}}.availability-select .select-selected,.transport-select .select-selected{padding-left:46px;padding-right:100px;font-size:1.4rem}@media only screen and (max-width: 350px){.availability-select .select-selected,.transport-select .select-selected{padding-left:38px}}.filter-wrapper{width:100%;border-radius:8px;margin-top:25px}.filter-wrapper .filter .p{padding:1rem}.filter-wrapper .filter .filter-modal-button button{background-color:#edeeee;color:#5e5e5e;font-size:1.4rem;font-weight:600;padding:1.5rem 2rem;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;width:100%;height:100%;outline:none}.filter-wrapper .filter .filter-modal-button button:hover{box-shadow:0 .2rem 1rem #00000026}.filter-wrapper .filter .filter-modal-button button:hover svg{fill:#00d692}.filter-wrapper .filter .filter-modal-button svg{margin-right:1rem;width:2rem;height:2rem;fill:#000;transition:all .3s ease-in-out;color:#000}.applied-filters-wrapper{width:100%;margin-top:2rem}.applied-filters-wrapper .applied-filters{display:flex;flex-wrap:wrap}.applied-filters-wrapper .applied-filters .filter{display:flex;align-items:center;background:#00d692;padding:.5rem 1rem;box-shadow:0 .2rem 1rem #00000026;border-radius:8px;margin-right:1rem;margin-bottom:1rem}.applied-filters-wrapper .applied-filters .filter .title p{font-size:1.4rem;font-weight:400;color:#fff;margin-right:1rem;white-space:nowrap}.applied-filters-wrapper .applied-filters .filter .close-icon{width:1.5rem;height:1.5rem;fill:#fff;cursor:pointer;padding:.1rem;margin-top:1px}.applied-filters-wrapper .applied-filters .filter .close-icon:hover{background:#edeeee;border-radius:3px;transition:all .2s ease-in-out}.glightbox-clean .gclose{height:60px}.top-filters .detail-sort-reviews{display:none}.top-filters label{color:#219ebc;text-decoration:underline;font-size:1.2rem;font-weight:500;margin-left:16px;cursor:pointer}.current-listing{display:flex;transition:all .3s ease-in-out;max-width:1268px;width:100%;margin:0 auto;padding:0 50px}@media only screen and (max-width: 1000px){.current-listing{flex-direction:column}}@media only screen and (max-width: 900px){.current-listing{padding:0 20px}}@media only screen and (max-width: 700px){.current-listing{padding:0}}.current-listing .current-listing--filter-mobile{position:relative;display:none;width:100%;justify-content:space-between;background-color:#f6f6f8;border-radius:4px;padding:20px 24px;margin:30px auto;cursor:pointer}.current-listing .current-listing--filter-mobile span{font-size:14px;color:#023047}@media only screen and (max-width: 1000px){.current-listing .current-listing--filter-mobile{display:flex}}@media only screen and (max-width: 700px){.current-listing .current-listing--filter-mobile{width:calc(100% - 40px)}}.current-listing h4{margin-bottom:20px;color:#4d6e7e;font-size:1.2rem}.current-listing .filter-wrapper{display:none;position:relative}@media only screen and (max-width: 1000px){.current-listing .filter-wrapper{display:block}}.current-listing .current-listing--filter-mobile{background-color:#f6f6f8;transition:all .3s ease-in-out}.current-listing .current-listing--filter-mobile img{margin-left:35px;transition:all .3s ease-in-out}.current-listing .current-listing--filter-mobile.active{background-color:#fff;transition:all .3s ease-in-out;padding:0 24px}.current-listing .current-listing--filter-mobile.active img{transform:rotate(180deg)}.current-listing .current-listing--filter-mobile.active .reset-filter-mobile{display:block}.current-listing .right-side{display:flex;align-items:center;justify-content:center}.current-listing .current-listing-mobile-filter{cursor:pointer;margin:1rem}.current-listing .current-listing-mobile-filter.active{display:block;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#f6f6f8;padding:48px 24px;margin-bottom:30px}.current-listing--filter{position:relative;width:22%;background-color:#f6f6f8;border-radius:12px;margin-right:3.3%;height:100%;padding:25px}@media only screen and (max-width: 1000px){.current-listing--filter{display:none}}.current-listing--listed-items{width:74.7%;height:100%}@media only screen and (max-width: 1000px){.current-listing--listed-items{width:100%}}.current-listing--no-items{align-items:center;display:flex;justify-content:center;margin-bottom:3rem;width:70%;height:3rem;background:#ff000030;padding:4rem;border-radius:5px;box-shadow:0 1px 3px #0003,0 1px 2px #0000001a}.current-listing--no-items h4{color:#4d6e7e;font-size:1.8rem}.current-listing--no-items .link-button{background-color:#00d692;border:none;outline:none;outline-color:initial;outline-style:none;outline-width:initial;padding:20px 27px;color:#fff;cursor:pointer;border-radius:5px;font-size:1.4rem;font-weight:600;transition:background-color .2s ease-in-out;text-decoration:none;white-space:nowrap}.current-listing--listed-items.active{padding:0 50px}@media only screen and (max-width: 700px){.current-listing--listed-items.active{padding:0 20px}}.current-listing.active{padding:0}.sorted__filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}@media only screen and (max-width: 700px){.sorted__filters{display:none}}.sorted__filters label,.sorted__filters span{color:#4d6e7e;font-size:1.2rem;font-weight:700;cursor:pointer}.sorted__filters input[type=radio]{display:none}.sorted__filters .filter{color:#219ebc;text-decoration:underline;font-size:1.2rem;font-weight:500;margin-left:16px}.sorted__filters--mobile{display:none;padding:0 10px}@media only screen and (max-width: 700px){.sorted__filters--mobile{display:block}}@media only screen and (max-width: 354px){.sorted__filters .filter{font-size:.9rem}}@media only screen and (max-width: 300px){.sorted__filters .filter{font-size:.8rem}}@media only screen and (max-width: 354px){.sorted__filters span{font-size:.9rem}}@media only screen and (max-width: 300px){.sorted__filters span{font-size:.8rem}}.dropdown-filter{font-size:12px;cursor:pointer}.dropdown-filter h4{color:#023047;font-size:12px}.dropdown-filter--wrapper{display:none}.dropdown-filter--item{max-height:180px;overflow:auto}.dropdown-filter--item,.dropdown-filter{color:#023047;font-size:12px}.dropdown-filter-links-desktop .checkbox-wrapper:last-child{margin-bottom:10px}.dropdown-filter.second{margin-bottom:25px}.visible{display:block}.range-slider,.range-slider2{margin-top:20px}.range-slider h3,.range-slider2 h3{font-size:1.2rem;margin-bottom:20px;color:#4d6e7e}.error-wrapper{display:flex;width:100%;justify-content:center;align-items:center;height:100%;color:#fff;font-size:1.1rem;white-space:nowrap;margin-bottom:20px}.error-wrapper .error{background:#fb8500;padding:10px 20px;border-radius:5px;box-shadow:0 1px 3px #0003,0 1px 2px #0000001a}.price-input,.price-input2{width:100%;display:grid;grid-gap:10px;grid-template-columns:repeat(2,1fr);margin:30px 0 35px}.price-input .field,.price-input2 .field{display:flex;width:100%;height:45px;align-items:center}.price-input .field span,.price-input2 .field span{color:#4d6e7e;margin-left:4px}.field input{width:100%;height:100%;outline:none;border-radius:4px;text-align:center;border:1px solid #e0e0e0;font-weight:600;font-size:1.4rem;line-height:16px;color:#7b929f;font-family:inherit;-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.price-input .separator,.price-input2 .separator{width:130px;display:flex;font-size:1.8rem;align-items:center;justify-content:center}.slider,.slider2{height:5px;position:relative;background:#ddd;border-radius:5px}.slider .progress,.slider2 .progress2{content:"";height:100%;position:absolute;left:100%;right:100%;border-radius:5px;background:#00d692}.range-input,.range-input2{position:relative}.range-input input,.range-input2 input{position:absolute;width:100%;height:8px;top:-7px;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none}input[type=range]::-webkit-slider-thumb{height:24px;width:24px;border-radius:50%;background:#fff;border:1px solid #e4e9eb;pointer-events:auto;-webkit-appearance:none;box-shadow:0 0 6px #0000000d}input[type=range]::-moz-range-thumb{height:17px;width:17px;border:none;border-radius:50%;background:#17a2b8;pointer-events:auto;-moz-appearance:none;box-shadow:0 0 6px #0000000d}.parameter-labels{margin-bottom:20px;display:flex;flex-wrap:wrap;gap:10px}.parameter-labels .parameter-label{display:flex;align-items:center;justify-content:center;height:24px;cursor:pointer;text-transform:uppercase;border-radius:12px;padding:8px 12px;border:1px solid #e4e9eb;font-size:1.2rem;background-color:#fff;color:#219ebc}.parameter-labels .parameter-label.active{background-color:#00d692;color:#fff}.dropdown-filter-heading-desktop,.dropdown-filter-heading{cursor:pointer;font-size:1.2rem;padding:15px 4px 15px 0;display:flex;justify-content:space-between;border-top:1px solid #ccc}.dropdown-filter-heading-desktop h4,.dropdown-filter-heading h4{font-size:1.2rem;margin-bottom:0;color:#023047}.dropdown-filter-mobile img,.dropdown-filter-desktop img{transition:transform .3s ease-in-out}.dropdown-filter-mobile.active img,.dropdown-filter-desktop.active img{transform:rotate(180deg);transition:transform .3s ease-in-out}.dropdown-filter-heading{padding:20px 0;display:flex;justify-content:space-between}.dropdown-filter-heading h4{margin-bottom:0}.dropdown-filter-links{display:none}.dropdown-filter-links.visible{display:block}.dropdown-filter-links-desktop{display:none}.dropdown-filter-links-desktop.visible,.dropdown-filter-links.visible{margin-bottom:20px}[x-cloak]{display:none!important}a.reset-filter{display:flex;justify-content:center;background-color:transparent}a.reset-filter:hover{color:#00d692}.dropdown-filter-links-desktop.visible{display:block}a.button--blue,.reset-filter{text-align:center;font-size:1.4rem;font-weight:600;background-color:#219dbcd0;transition:background-color .2s ease-in-out}a.button--blue:hover,.reset-filter:hover{background-color:#023047;color:#fff}.reset-filter-mobile{display:none}@media only screen and (max-width: 1000px){.reset-filter{display:none}}a.button--blue{display:block;width:100%;background:#219ebc;border-radius:4px;padding:17px 0;color:#fff;margin-bottom:2rem;cursor:pointer}.reset-filter{margin:20px 0;text-align:center;color:#023047}.search-wrapper{margin:20px 0}.search-wrapper h4{text-align:left}.search-wrapper input{outline:none;padding:16px;width:100%;border:1px solid #e0e0e0;border-radius:4px;font-size:1.4rem;line-height:16px;color:#7b929f}.label-link-wrapper{margin:20px 0;overflow:hidden}.label-link-wrapper a{color:#219ebc;font-size:1.2rem;position:relative}.label-link-wrapper a:after{position:absolute;content:"";top:50%;right:calc(-100% - 10px);width:100%;height:1px;transform:translateY(-50%);background-color:#d8d8d8}@media only screen and (max-width: 1000px){.label-link-wrapper a:after{display:none}}@media only screen and (max-width: 800px){.label-link-wrapper a:after{top:54%;display:block;right:-806%;width:800%}}.listing-items .banner{background-color:#219ebc;padding:20px 0;color:#fff;text-align:center;font-size:1.4rem;font-weight:600;margin-bottom:20px;border-radius:9px}.listing-items .banner a{color:#fff}.listing-items__item{display:flex;align-items:center;border:1px solid hsla(200,16%,81%,.497);border-radius:12px;padding:22px 38px;margin-bottom:16px}@media only screen and (max-width: 1000px){.listing-items__item{padding:21px;align-items:flex-start}}@media only screen and (max-width: 700px){.listing-items__item{width:100%;border-radius:0;border:0;margin-bottom:0;border-bottom:1px solid hsla(200,16%,81%,.497)}.listing-items__item:first-child{border-top:1px solid hsla(200,16%,81%,.497)}.listing-items__item:last-child{border-bottom:0}}@media only screen and (max-width: 350px){.listing-items__item{padding:21px 10px}}.listing-items__item__image{height:160px;width:160px;display:flex;align-items:center;justify-content:center;min-width:64px}@media only screen and (max-width: 700px){.listing-items__item__image{align-items:flex-start}}.listing-items__item__image img{max-width:100%;max-height:100%;vertical-align:middle;display:inline-block;width:auto;height:auto}.listing-items__item__description{margin-left:38px;width:100%;overflow:auto}@media only screen and (max-width: 500px){.listing-items__item__description{margin-left:10px}}.listing-items__item__description a.product-heading{color:#023047;font-size:2rem;font-weight:500;text-decoration:none;transition:all .3s ease-in-out}.listing-items__item__description a.product-heading:hover{text-decoration:underline}@media only screen and (max-width: 600px){.listing-items__item__description a.product-heading{font-size:1.6rem}}.listing-items__item__description p{line-height:24px;color:#023047;font-size:1.4rem;margin-top:15px;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 700px){.listing-items__item__description p{font-size:1.2rem;line-height:18px;-webkit-line-clamp:4;margin-top:10px;margin-bottom:10px}}.listing-items span{font-size:2rem;line-height:26px;font-weight:500;color:#219ebc;margin-right:10px}@media only screen and (max-width: 700px){.listing-items span{font-size:1.8rem}}.listing-items a{color:#0330477f;text-decoration:none;font-size:1.5rem;font-weight:500}.listing-items a:hover{text-decoration:underline}@media only screen and (max-width: 600px){.listing-items a{font-size:1.2rem}}.listing-items__item__description .top-informations{display:flex;justify-content:flex-end}@media only screen and (max-width: 450px){.listing-items__item__description .top-informations{flex-direction:column}}.listing-items__item__description .top-informations .hot{display:flex;align-items:center;height:24px;max-width:-moz-fit-content;max-width:fit-content;justify-content:center;font-size:1.2rem;padding:0 16px;background-color:#fb8500;border-radius:12px;color:#fff}@media only screen and (max-width: 700px){.listing-items__item__description .top-informations .hot{margin-bottom:10px}}.listing-items__item__description .compare-reviews{display:flex;gap:10px;margin-bottom:20px;color:#0330477f}@media only screen and (max-width: 700px){.listing-items__item__description .compare-reviews{display:block;margin-bottom:10px}}.listing-items__item__description .compare-reviews .review-flex-box{display:flex;align-items:center}.listing-items__item__description .compare-reviews .review-flex-box img{margin-right:10px}@media only screen and (max-width: 700px){.listing-items__item__description .compare-reviews .review-flex-box{display:flex;align-items:center}.listing-items__item__description .compare-reviews .review-flex-box img{margin-right:10px}}.listing-items__item__description .pricing{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 700px){.listing-items__item__description .pricing{flex-direction:column-reverse;align-items:flex-start}}.listing-items__item__description .pricing .link-button{background-color:#00d692;border:none;outline:none;outline-color:initial;outline-style:none;outline-width:initial;padding:20px 27px;color:#fff;cursor:pointer;border-radius:5px;font-size:1.4rem;font-weight:600;transition:background-color .2s ease-in-out;text-decoration:none;white-space:nowrap}.listing-items__item__description .pricing .link-button:hover{background-color:#023047}@media only screen and (max-width: 700px){.listing-items__item__description .pricing .link-button{background-color:transparent;padding:0;color:#00d692;cursor:pointer;text-decoration:none;font-size:1.5rem;transition:color .2s ease-in-out}.listing-items__item__description .pricing .link-button:hover{background-color:transparent;color:#023047;text-decoration:underline}}.listing-items__item__description .pricing .link-button a{text-decoration:none}.listing-items__item__description .pricing .price{font-size:1.5rem;margin-left:20px}.listing-items__item__description .pricing .price span{margin-bottom:10px}@media only screen and (max-width: 700px){.listing-items__item__description .pricing .price span{margin-bottom:8px}.listing-items__item__description .pricing .price{margin-left:0;display:flex;flex-direction:column}}.listing-items__item__description .pricing .price a{color:#94a6b0}@media only screen and (max-width: 700px){.listing-items__item__description .pricing .price a{display:none}}.listing-items__item__description button{white-space:nowrap}@media only screen and (max-width: 600px){.listing-items__item__description button{width:100%;margin-top:20px;font-size:1.4rem}}#pagination{margin-bottom:2rem}#pagination nav{display:flex;justify-content:space-between;align-items:center}#pagination nav .pages-wrapper{display:flex;flex:1 1 0%;justify-content:space-between}@media (min-width: 640px){#pagination nav .pages-wrapper{display:none}}#pagination nav .pages-wrapper .on-first-page{display:inline-flex;position:relative;padding:.5rem 1rem;background-color:#fff;color:#6b7280;font-size:.875rem;font-weight:500;line-height:1.25rem;align-items:center;border-radius:.375rem;border-width:1px;border-color:#d1d5db;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}#pagination nav .pages-wrapper .previous{display:inline-flex;position:relative;padding:.5rem 1rem;background-color:#fff;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);color:#374151;font-size:.875rem;font-weight:500;line-height:1.25rem;align-items:center;border-radius:.375rem;border-width:1px;border-color:#d1d5db}#pagination nav .pages-wrapper .previous :hover{color:#6b7280}#pagination nav .pages-wrapper .has-more{display:inline-flex;position:relative;padding:.5rem 1rem;margin-left:.75rem;background-color:#fff;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);color:#374151;font-size:.875rem;font-weight:500;line-height:1.25rem;align-items:center;border-radius:.375rem;border-width:1px;border-color:#d1d5db}#pagination nav .pages-wrapper .has-more :hover{color:#6b7280!important}#pagination nav .pages-wrapper .next{display:inline-flex;position:relative;padding:.5rem 1rem;margin-left:.75rem;background-color:#fff;color:#6b7280;font-size:.875rem;font-weight:500;line-height:1.25rem;align-items:center;border-radius:.375rem;border-width:1px;border-color:#d1d5db;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}#pagination nav .content{display:none}@media (min-width: 640px){#pagination nav .content{display:flex;flex:1 1 0%;justify-content:space-between;align-items:center}}#pagination nav .content .info-text{color:#374151;font-size:1.25rem;line-height:1.25rem}#pagination nav .content .info-text .font-medium{font-weight:500}#pagination nav .content .links{display:inline-flex;position:relative;z-index:0;align-items:end}#pagination nav .content .links .on-first-page{display:inline-flex;position:relative;padding:.5rem;background-color:#fff;color:#6b7280;font-weight:500;line-height:1.25rem;align-items:center;border-top-left-radius:.375rem;border-bottom-left-radius:.375rem;border-width:1px;border-color:#d1d5db;cursor:default}#pagination nav .content .links .on-first-page .size{width:1.25rem;height:1.25rem}#pagination nav .content .links .previous{display:inline-flex;position:relative;padding:.5rem;background-color:#fff;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);color:#6b7280;font-weight:500;line-height:1.25rem;align-items:center;border-top-left-radius:.375rem;border-bottom-left-radius:.375rem;border-width:1px;border-color:#d1d5db}#pagination nav .content .links .previous .size{width:1.25rem;height:1.25rem}#pagination nav .content .links .previous :hover{color:#9ca3af}#pagination nav .content .links .separator{display:inline-flex;position:relative;padding:.5rem 1rem;margin-left:-1px;background-color:#fff;color:#374151;font-weight:500;line-height:1.25rem;align-items:center;border-width:1px;border-color:#d1d5db;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}#pagination nav .content .links .current-page{display:inline-flex;position:relative;padding:.5rem 1rem;margin-left:-1px;background-color:#fff;color:#6b7280;font-weight:500;line-height:1.25rem;align-items:center;border-width:1px;border-color:#d1d5db;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}#pagination nav .content .links .goto-page{display:inline-flex;position:relative;padding:.5rem 1rem;margin-left:-1px;background-color:#fff;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);color:#374151;font-weight:500;line-height:1.25rem;align-items:center;border-width:1px;border-color:#d1d5db}#pagination nav .content .links .goto-page :hover{color:#6b7280}#pagination nav .content .links .next-page{display:inline-flex;position:relative;padding:.5rem;margin-left:-1px;background-color:#fff;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);color:#6b7280;font-weight:500;line-height:1.25rem;align-items:center;border-top-right-radius:.375rem;border-bottom-right-radius:.375rem;border-width:1px;border-color:#d1d5db}#pagination nav .content .links .next-page .size{width:1.25rem;height:1.25rem}#pagination nav .content .links .next-page :hover{color:#9ca3af}#pagination nav .content .links .next-page-desabled{display:inline-flex;position:relative;padding:.5rem;margin-left:-1px;background-color:#fff;color:#6b7280;font-weight:500;line-height:1.25rem;align-items:center;border-top-right-radius:.375rem;border-bottom-right-radius:.375rem;border-width:1px;border-color:#d1d5db;cursor:default}#pagination nav .content .links .next-page-desabled .size{width:1.25rem;height:1.25rem}.listing-items__item__description .pricing .price a,.compare,.sorted__filters .filter,.product-wrapper .product-description--top .stars-review a{transition:color .3s ease-in-out}.listing-items__item__description .pricing .price a:hover,.compare:hover,.sorted__filters .filter:hover,.product-wrapper .product-description--top .stars-review a:hover{color:#023047}@media only screen and (max-width: 700px){.compare{display:none}}main{display:flex;flex-direction:column;align-items:center}main .list{width:100%;max-width:768px;background-color:#fff;border:1px solid #ccc;margin-top:25px}main .list .item{padding:15px;border-bottom:1px solid #ccc}main .list .item:last-of-type{border-bottom:none}main .list .item:hover{background:#0000000d}.pagenumbers{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.pagenumbers button{width:50px;height:50px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;cursor:pointer;background-color:#4ae;margin:5px;transition:.4s;color:#fff;font-size:1.8rem;text-shadow:0px 0px 4px rgba(0,0,0,.2);box-shadow:0 0 4px #0003}.pagenumbers button:hover{background-color:#4ea}.pagenumbers button.active{background-color:#4ea;box-shadow:inset 0 0 4px #0003}.stars-review{display:flex;align-items:center}.stars-review span{margin-right:8px}.stars-review a,.stars-review a.date{transition:color .3s ease-in-out;text-decoration:none}.stars-review a:hover,.stars-review a.date:hover{color:#023047;transition:color .3s ease-in-out}.stars-review svg{margin-right:2px;height:15px;width:15px;fill:#e0e0e0}.top-filters a{color:#219ebc;font-size:1.2rem;text-decoration:underline;cursor:pointer;padding:0 10px}.top-filters a:last-child{padding:0 0 0 10px}@media only screen and (max-width: 380px){.top-filters a{padding:0 5px}.top-filters a:last-child{padding:0 0 0 5px}}@media only screen and (max-width: 340px){.top-filters a:last-child{padding:0}}.top-filters a:hover{color:#023047;transition:color .3s ease-in-out}a.selected{text-decoration:none;color:#022f4680}footer{padding-top:200px;padding-bottom:50px;margin-top:50px;position:relative;z-index:1;background-color:#f6f6f8}@media only screen and (max-width: 500px){footer{padding-top:100px}}footer .rotate-180{transform:rotate(180deg);transition:transform .3s ease-in-out}footer:before{position:absolute;content:"";top:0;left:0;width:100%;height:200px;margin-top:-97px;border-radius:50%;background-color:#fff}@media only screen and (max-width: 500px){footer:before{height:100px;margin-top:-60px}}footer .rect{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}footer .footer__menu{position:relative}footer .footer__menu:last-child .footer-heading{border-bottom:none}footer .footer__menu .links .footer-links{list-style:none}footer .footer__menu h4{color:#023047;font-size:1.4rem}footer .footer__menu ul{margin-top:20px;margin-left:18px}@media only screen and (max-width: 500px){footer .footer__menu ul{height:100%;transition:all .3s ease-in-out;margin-top:25px;margin-left:45px;margin-right:25px}}footer .footer__menu ul.visible{display:block;transition:all .3s ease-in-out}footer .footer__menu li{margin-bottom:20px;text-align:left}footer .footer__menu li a{position:relative;color:#023047;margin-bottom:20px;font-size:1.6rem;transition:all .3s ease-in-out}@media only screen and (max-width: 700px){footer .footer__menu li a{font-size:1.4rem}}footer .footer__menu li a:before{position:absolute;content:"";bottom:-5px;left:-50%;width:100%;height:1px;opacity:0;background-color:#023047;transition:all .3s ease-in-out}footer .footer__menu li a:hover:before{position:absolute;content:"";bottom:-5px;left:0%;width:100%;height:1px;opacity:1;background-color:#023047;transition:all .3s ease-in-out}footer .footer__menu .footer-links li{list-style:square;color:#219ebc}@media only screen and (max-width: 500px){footer .support{display:none}}footer img{transition:transform .3s ease-in-out}footer .active img{transform:rotate(180deg);transition:transform .3s ease-in-out}.mobile-icons{margin-top:20px;display:none;justify-content:center;grid-gap:8px}@media only screen and (max-width: 500px){.mobile-icons{display:flex}}.mobile-support{display:none;gap:10px;margin:0 25px;justify-content:space-between;font-size:1.4rem;font-weight:700;line-height:18px}.mobile-support .phone p,.mobile-support .mail p{color:#023047;margin-top:30px;margin-bottom:30px}.mobile-support .mail a,.mobile-support .phone a{color:#023047}@media only screen and (max-width: 500px){.mobile-support{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:100%}}.container-footer{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:50px}@media only screen and (max-width: 900px){.container-footer{grid-template-columns:repeat(2,1fr);justify-content:center}}@media only screen and (max-width: 500px){.container-footer{grid-template-columns:repeat(1,1fr);grid-gap:25px;padding:0}}footer .footer__menu.links .footer-links li{list-style:none;color:#219ebc}.copyright{text-align:center;background-color:#fff;padding:20px 0;color:#94a6b0;font-weight:400;font-size:1.2rem}.copyright a{color:#94a6b0;font-weight:400;font-size:1.2rem;transition:color .3s ease-in-out}.copyright a:hover{color:#023047}.footer-heading{display:flex;justify-content:space-between;padding-bottom:25px}@media only screen and (max-width: 500px){.footer-heading h4{margin-left:25px}.footer-heading{border-bottom:1px solid rgba(2,48,71,.1)}}.footer-heading img{display:none}@media only screen and (max-width: 500px){.footer-heading img{display:block;margin-right:25px}}.social-icons{margin-top:50px}.social-icons a:before{background-color:#219ebc!important}.social-icons a:not(:first-child){margin-left:15px}footer .active .social-icons img{transform:rotate(0)}.footer--listing{margin-top:-40px}@media only screen and (max-width: 700px){.footer--listing{margin-top:80px}}.reviews-wrapper{margin-top:50px;display:flex}@media only screen and (max-width: 800px){.reviews-wrapper{flex-direction:column}}.reviews-wrapper__help{height:100%;margin-right:30px;min-width:262px;background:#f6f6f8;padding:20px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (max-width: 800px){.reviews-wrapper__help{width:100%;margin-bottom:20px}}@media only screen and (max-width: 700px){.reviews-wrapper__help{width:calc(100% - 40px);margin:0 auto 20px}}.reviews-wrapper__help h2{text-align:center;color:#023047;font-size:2.4rem;font-weight:500;margin-bottom:17px}.reviews-wrapper__help h2.review-help-heading{margin-bottom:0}.reviews-wrapper__help .rating{width:100%;margin-bottom:20px}.reviews-wrapper__help .big-stars{display:flex;justify-content:center;padding:20px 0}.reviews-wrapper__help .rating .rate{display:flex;justify-content:space-between;padding:10px 0}.reviews-wrapper__help .rating .rate__count{color:#023047;font-weight:200}.reviews-wrapper__preview{width:100%;background:#fff}@media only screen and (max-width: 1100px){.reviews-wrapper__preview{width:100%}}.reviews-wrapper .profile-mobile{display:none}@media only screen and (max-width: 800px){.reviews-wrapper .profile-mobile{display:flex;align-items:center}}.reviews-wrapper .review-right-side{display:flex;align-items:center}@media only screen and (max-width: 800px){.reviews-wrapper .review-heading{display:none}}.reviews-wrapper .review-information{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 800px){.reviews-wrapper .review-information{flex-direction:column-reverse;align-items:flex-start}}.reviews-wrapper .review__title h3{font-size:2rem;font-weight:500;color:#023047}@media only screen and (max-width: 800px){.reviews-wrapper .review__title h3{margin-top:12px}}@media only screen and (max-width: 600px){.reviews-wrapper .review__title h3{margin-top:8px}}.reviews-wrapper .top-filters{display:flex;flex-wrap:wrap;margin-bottom:20px}@media only screen and (max-width: 700px){.reviews-wrapper .top-filters{margin:0 20px 20px}}.reviews-wrapper .top-filters span{color:#4d6e7e;font-size:1.2rem;font-weight:700}.reviews-wrapper .review{display:flex;flex-direction:column;border:1px solid #e4e9eb;border-radius:12px;padding:25px;margin-bottom:20px}@media only screen and (max-width: 800px){.reviews-wrapper .review{padding:25px 20px}}.reviews-wrapper .review .desktop{display:flex}.reviews-wrapper .review__logo{display:flex;align-items:center;justify-content:center;width:15%;height:122px;width:122px;background:#f6f6f8;border-radius:16px;margin-right:30px}@media only screen and (max-width: 800px){.reviews-wrapper .review__logo{height:63px;width:63px;margin-right:15px}}.reviews-wrapper .review__logo img{max-width:100%;max-height:100%}.reviews-wrapper .review .review-wrapper{width:85%}.reviews-wrapper .review p{text-align:left;margin-top:20px;color:#022f46b3;line-height:24px;font-size:1.4rem;font-weight:400}.reviews-wrapper .review a{display:block;margin-top:25px;color:#00d692;font-size:1.4rem;text-decoration:underline}.reviews-wrapper .review__info{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 800px){.reviews-wrapper .review__info{width:100%}}.reviews-wrapper .review__info .profile,.reviews-wrapper .review__info .date,.reviews-wrapper .review__info .answer{font-size:1.2rem;text-align:center}.reviews-wrapper .review__info .answer{background:#f6f6f8;border-radius:12px;padding:6px 12px;color:#219ebc;font-weight:700;margin-right:22px}@media only screen and (max-width: 600px){.reviews-wrapper .review__info .answer{margin-bottom:0;margin-right:12px;font-size:1rem;color:#00d692}}@media only screen and (max-width: 380px){.reviews-wrapper .review__info .answer{margin-right:5px;padding:6px}}.reviews-wrapper .review__info .answer--space{margin-right:125px}.reviews-wrapper .review__info .answer--red{color:#fb2600}.reviews-wrapper .review__info .answer--green{color:#00d692}.reviews-wrapper .review__info .reviews-count{font-size:1.2rem;text-decoration:underline;color:#022f4680}.reviews-wrapper .review__info .profile,.reviews-wrapper .review__info .date{color:#022f4680;font-size:1.2rem;line-height:16px;font-weight:500}.reviews-wrapper .review__info .date{margin-top:0;margin-left:14px}.reviews-wrapper .review__info .profile-mobile{font-size:1.2rem;color:#022f4680}.reviews-wrapper .review__info .profile-mobile img{margin:0 9px 0 0;background-color:#f6f6f8;border-radius:50%;padding:10px}@media only screen and (max-width: 380px){.reviews-wrapper .review__info .profile-mobile img{margin-right:5px}}.reviews-wrapper .review__info .profile{display:flex;align-items:center;margin-right:22px}.reviews-wrapper .review__info .profile img{width:40px;margin:0 9px;background-color:#fff;border-radius:50%;padding:8px}@media only screen and (max-width: 1150px){.reviews-wrapper .review__info .profile,.reviews-wrapper .review__info .date{display:none}}.glide__slide .overlay-image{position:absolute;top:0;right:0;width:100%;height:100%;z-index:1;opacity:0;border-radius:12px;overflow:hidden;transition:all .3s ease-out;background-color:#00000026}.glide__slide .image-container{position:relative;transition:all .3s ease-out;width:100%;overflow:hidden;height:362px;border-radius:12px}.glide__slide:hover .overlay-image{opacity:1;border-radius:12px}.noUi-value.noUi-value-horizontal.noUi-value-large{display:none!important}.highlighted{font-weight:700!important;color:#00d692!important}.noUi-connect.noUi-draggable{background:#219ebc}.noUi-tooltip{font-size:12px;font-weight:300;letter-spacing:1px}.pros-cons,.pros-cons-mobile{margin-top:25px;display:grid;grid-gap:10px;grid-template-columns:repeat(2,1fr);text-align:left}.pros-cons .pros,.pros-cons .cons,.pros-cons-mobile .pros,.pros-cons-mobile .cons{display:grid;grid-template-rows:auto;grid-gap:15px;color:#023047;font-size:1.4rem;line-height:16px}.pros-cons .pros__item img,.pros-cons-mobile .pros__item img{margin-top:1px}.pros-cons .cons__item img,.pros-cons-mobile .cons__item img{margin-top:9px}.pros-cons .cons__item,.pros-cons .pros__item,.pros-cons-mobile .cons__item,.pros-cons-mobile .pros__item{display:flex;align-items:flex-start;font-size:1.4rem;line-height:1.6rem}.pros-cons .cons__item img,.pros-cons .pros__item img,.pros-cons-mobile .cons__item img,.pros-cons-mobile .pros__item img{margin-right:8px}form{position:relative;z-index:9999}.search-results-container,.search-results-container-header{width:95%}.search-result,.search-result-header{position:absolute;margin-top:2.9rem;left:0;width:100%;max-height:50rem;overflow-x:hidden;background-color:#fff;box-shadow:0 15px 10px -15px #a8a8a85d;z-index:99;border-radius:12px}.search-result ul,.search-result-header ul{list-style:none;padding:0;margin:0}.search-result ul li,.search-result-header ul li{padding:0;margin:0}.search-result ul li p,.search-result-header ul li p{padding:2rem;margin:0;font-size:1.2rem;line-height:1.6rem}.search-result ul li .result-link,.search-result-header ul li .result-link{width:100%;display:flex;align-items:center;padding:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result ul li .result-link h6,.search-result-header ul li .result-link h6{color:#023047;font-weight:400;font-size:1.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result ul li .result-link:hover,.search-result-header ul li .result-link:hover{background-color:#b3b3b321}.search-result ul li .result-link img,.search-result-header ul li .result-link img{width:8rem;margin-right:1rem}.search-result-header{border-radius:12px;margin-top:3rem}.search-result-header ul{display:block}.search-result,.search-result-header-header{-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}.search-result-header::-webkit-scrollbar{display:none}.search-result::-webkit-scrollbar{display:none}@media only screen and (max-width: 800px){.pros-cons{display:none}}.pros-cons-mobile{display:none}.pros-cons-mobile .cons{margin-top:15px}@media only screen and (max-width: 800px){.pros-cons-mobile{display:flex;flex-direction:column}}.flex-container{max-width:1268px;width:100%;padding:0 50px;display:flex;justify-content:flex-start;align-items:flex-start;align-content:flex-start;white-space:nowrap;overflow-x:auto;margin:0 auto 10rem}.flex-container .flex-item{padding:2rem}.flex-container .flex-item__image{width:200px;display:flex;justify-content:center;align-items:center;align-content:center;margin-bottom:1rem}.flex-container .flex-item__image img{width:100%}.flex-container .flex-item__title{display:flex;justify-content:center;align-items:center;align-content:center;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.flex-container .flex-item__title a{color:#000}.flex-container .flex-item__price{display:flex;justify-content:center;align-items:center;align-content:center;font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#000}.flex-container .flex-item__icons{display:flex;width:100%!important;justify-content:space-between;align-items:center;align-content:center;margin-bottom:1rem;width:30px;height:30px;cursor:pointer}.flex-container .flex-item__icons .drag svg{width:15px;height:15px;cursor:move;color:#00000046}.flex-container .flex-item__icons .drag svg:hover{color:#00000080}.flex-container .flex-item__icons .remove svg{width:21.5px;height:21.5px;color:#00000046}.flex-container .flex-item__icons .remove svg:hover{color:#00000080}.flex-container .flex-item__button{display:flex;justify-content:center;align-items:center;align-content:center;margin-bottom:1rem;background:#000;color:#fff;padding:1rem 2rem;border-radius:5px;cursor:pointer;font-size:1.5rem;font-weight:600;text-transform:uppercase;transition:all .3s ease-in-out}.flex-container .flex-item__button:hover{background:red}.flex-container__not-found{padding:2rem;margin-top:5rem;display:flex;width:100%;justify-content:flex-start;align-items:center;align-content:center;font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#000;background:#219ebc;border-radius:5px;box-shadow:0 0 10px #0000001a}.flex-container__not-found p{margin:0;color:#fff}.flex-container__not-found .info-icon{margin-right:1rem;width:5rem;height:5rem;fill:#fff;color:#5593a3}.btn{color:#fff;padding:1rem 2rem;border-radius:5px;cursor:pointer;font-size:1.5rem;font-weight:600;text-transform:uppercase}.draggable-mirror{position:absolute;z-index:9999;opacity:.8;pointer-events:none;background-color:#0000002c}.draggable-source--is-dragging{opacity:0}.landing-container h1{max-width:100%;padding-top:0;font-size:3.6rem;line-height:6.4rem;color:#023047;font-weight:500;margin:0 auto;text-align:left}.landing-content{padding-top:3rem;padding-bottom:5rem}.landing-content h1{max-width:100%;padding-top:0;font-size:3.6rem;line-height:6.4rem;color:#023047;font-weight:500;margin:0 auto;text-align:left}.landing-content h2{max-width:100%;padding-top:0;font-size:2.4rem;line-height:3.4rem;color:#023047;font-weight:500;margin:0 auto;text-align:left}.content-blocks{padding-top:3rem;padding-bottom:5rem}.content-blocks h1{max-width:100%;padding-top:0;font-size:3.6rem;line-height:6.4rem;color:#023047;font-weight:500;margin:0 auto;text-align:left}.content-blocks h2{max-width:100%;padding-top:0;font-size:2.4rem;line-height:3.4rem;color:#023047;font-weight:500;margin:0 auto;text-align:left}.content-blocks h3{max-width:100%;padding-top:0;font-size:1.8rem;line-height:2.8rem;color:#023047;font-weight:500;margin:0 auto;text-align:left}.content-blocks h4{max-width:100%;padding-top:0;font-size:1.6rem;line-height:2.6rem;color:#023047;font-weight:500;margin:0 auto;text-align:left}.content-blocks h5{max-width:100%;padding-top:0;font-size:1.4rem;line-height:2.4rem;color:#023047;font-weight:500;margin:0 auto;text-align:left}.content-blocks h6{max-width:100%;padding-top:0;font-size:1.2rem;line-height:2.2rem;color:#023047;font-weight:500;margin:0 auto;text-align:left}.content-blocks p,.content-blocks a,.content-blocks ul,.content-blocks ol,.content-blocks li{max-width:100%;padding-top:0;font-size:1.6rem;line-height:2.6rem;color:#023047;font-weight:500;margin:0 auto;text-align:left}.content-blocks blockquote{max-width:100%;padding-top:0;font-size:1.6rem;line-height:2.6rem;color:#023047;font-style:italic;font-weight:500;margin:0 auto;text-align:left}.content-blocks code,.content-blocks pre,.content-blocks hr{max-width:100%;padding-top:0;font-size:1.4rem;line-height:2.4rem;color:#023047;font-weight:500;margin:0 auto;text-align:left}.content-blocks em{max-width:100%;padding-top:0;font-size:1.4rem;line-height:2.4rem;color:#023047;font-style:italic;font-weight:500;margin:0 auto;text-align:left}.content-blocks strong{max-width:100%;padding-top:0;font-size:1.4rem;line-height:2.4rem;color:#023047;font-weight:700;margin:0 auto;text-align:left}.content-blocks del{max-width:100%;padding-top:0;font-size:1.4rem;line-height:2.4rem;color:#023047;font-style:italic;font-weight:500;margin:0 auto;text-align:left}.content-blocks img{max-width:100%;padding-top:0;font-size:1.4rem;line-height:2.4rem;color:#023047;font-weight:500;margin:0 auto;text-align:left;display:block}.content-blocks table{max-width:100%;padding-top:0;font-size:1.4rem;line-height:2.4rem;color:#023047;font-weight:500;margin:0 auto;border-collapse:collapse;border-spacing:0;text-align:left}.content-blocks thead{max-width:100%;padding-top:0;font-size:1.4rem;line-height:2.4rem;color:#023047;font-weight:700;margin:0 auto;text-align:left}.content-blocks tbody{max-width:100%;padding-top:0;font-size:1.4rem;line-height:2.4rem;color:#023047;font-weight:400;margin:0 auto;text-align:left}.content-blocks tfoot{max-width:100%;padding-top:0;font-size:1.4rem;line-height:2.4rem;color:#023047;font-weight:700;margin:0 auto;text-align:left}.content-blocks tr{max-width:100%;padding-top:0;font-size:1.4rem;line-height:2.4rem;color:#023047;font-weight:400;margin:0 auto;text-align:left}.content-blocks th{max-width:100%;padding-top:0;font-size:1.4rem;line-height:2.4rem;color:#023047;font-weight:700;margin:0 auto;text-align:left}.content-blocks td{max-width:100%;padding-top:0;font-size:1.4rem;line-height:2.4rem;color:#023047;margin:0 auto;text-align:left}.content-blocks button{max-width:100%;padding-top:0;font-size:1.6rem;line-height:2.6rem;color:#023047;font-weight:500;margin:0 auto;text-align:center;border:0;border-radius:0;background-color:transparent;cursor:pointer}.content-blocks input,.content-blocks select{max-width:100%;padding-top:0;font-size:1.6rem;line-height:2.6rem;color:#023047;font-weight:500;margin:0 auto;text-align:left;border:0;border-radius:0;background-color:transparent}.container-card{max-width:1261px;padding:0 50px;margin:auto;position:relative}@media only screen and (max-width: 900px){.container-card{padding:0 20px}}@media only screen and (max-width: 700px){.container-card{padding:0}}.container-card .transition{transition-property:all;transition-timing-function:ease}.container-card .ease-out{transition-timing-function:ease-out}.container-card .ease-in{transition-timing-function:ease-in}.container-card .duration-300{transition-duration:.3s}.container-card .scale-90{transform:scale(.9)}.container-card .scale-100{transform:scale(1)}.container-card .success-alert{background-color:#00d692;border-color:#00d692;color:#f5f5f5;padding:20px;margin-bottom:20px;border-radius:4px;box-shadow:0 24px 48px #0230474d;position:absolute;width:92%}.container-card .success-alert__content{display:flex}.container-card .success-alert__content__icon{margin-right:20px;width:25px}@media only screen and (max-width: 1190px){.container-card .success-alert{width:-moz-max-content;width:max-content;opacity:.9}}@media only screen and (max-width: 613px){.container-card .success-alert__content{flex-direction:column;align-items:center}.container-card .success-alert__content__icon{display:none}}@media only screen and (max-width: 601px){.container-card .success-alert{width:-moz-max-content;width:max-content}.container-card .success-alert__content__text h3{font-size:1.1rem}.container-card .success-alert__content__text p{display:none}}.contact-card{background-image:url(/storage/imgs/bg-cropped.png);width:100%;height:100%;min-height:250px;border-radius:12px;position:relative;background-repeat:no-repeat;background-size:cover;background-position:center center;margin-bottom:25px;box-shadow:0 24px 48px #0230474d;overflow-x:hidden}.contact-card:after{content:"";top:0;transform:translate(100%);width:100%;height:100%;position:absolute;z-index:1;background:linear-gradient(to right,#fff0,#fffc 50%,#80bae800 99%,#7db9e800);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#007db9e8",GradientType=1)}.contact-card:hover:after{animation:slide 1.2s}@keyframes slide{0%{transform:translate(-100%)}to{transform:translate(100%)}}.contact-card:before{content:"";position:absolute;border-radius:12px;inset:0;background-color:#0000000d}.contact-card .mobile-bg{display:none}@media only screen and (max-width: 700px){.contact-card{background-image:none;background:linear-gradient(225deg,#219ebc,#8345df);overflow:hidden}.contact-card .mobile-bg{display:block;position:absolute;bottom:0;left:50%;transform:translate(-50%,27%)}}.contact-card img{max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.contact-card__content{position:relative;max-width:640px;padding:100px 50px 90px 90px;line-height:28px;color:#fff}@media only screen and (max-width: 1150px){.contact-card__content{padding:80px 50px 70px 70px}}@media only screen and (max-width: 700px){.contact-card__content{padding:50px 20px 0;left:auto;top:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto;text-align:center}}.contact-card__content h2{font-size:4rem;font-weight:400;margin-bottom:10px;line-height:4rem}@media only screen and (max-width: 900px){.contact-card__content h2{font-size:3rem}}@media only screen and (max-width: 600px){.contact-card__content h2{font-size:3.2rem}}.contact-card__content span{font-weight:700}.contact-card__content p{font-size:1.8rem;font-weight:200}@media only screen and (max-width: 800px){.contact-card__content p{font-size:1.5rem}}.contact-card .contact-card-subscription{display:flex;margin-top:40px;justify-content:center;align-items:center;color:#37334a;position:relative;z-index:10}.contact-card .contact-card-subscription--form{width:100%;display:flex;gap:8px}.contact-card .contact-card-subscription--form .error{color:#fff}.contact-card .contact-card-subscription--form label{flex:1}.contact-card .contact-card-subscription--form button{flex-shrink:0;min-width:120px}@media only screen and (max-width: 900px){.contact-card .contact-card-subscription{margin-top:15px}}@media only screen and (max-width: 700px){.contact-card .contact-card-subscription{flex-direction:column;background-color:#fff;border-radius:4px;padding:8px;width:100%;margin-bottom:160px}.contact-card .contact-card-subscription--form{flex-direction:column;gap:8px}.contact-card .contact-card-subscription--form label{width:100%}.contact-card .contact-card-subscription--form label .error{color:#fff;position:absolute;margin-top:1rem;left:-7px;background:#cd5c5c;padding:2px 13px;border-radius:5px;font-size:1rem;box-shadow:0 0 5px #0003}}.contact-card .contact-card-subscription input{width:100%;border-radius:5px;padding:12px 20px;font-size:1.4rem;border:none;outline:none;color:#38344b80;height:48px;box-sizing:border-box}@media only screen and (max-width: 900px){.contact-card .contact-card-subscription input{padding-left:20px}}@media only screen and (max-width: 700px){.contact-card .contact-card-subscription input{padding:12px 10px;font-size:1.4rem;text-align:center;height:48px}}.contact-card .contact-card-subscription input::-moz-placeholder{font-family:inherit;color:#38344b80}.contact-card .contact-card-subscription input::placeholder{font-family:inherit;color:#38344b80}.contact-card .contact-card-subscription button{padding:12px 20px;flex-shrink:0;height:48px;box-sizing:border-box;border:none;border-radius:5px;font-size:1.4rem}@media only screen and (max-width: 800px){.contact-card .contact-card-subscription button{padding:12px 17px}}@media only screen and (max-width: 700px){.contact-card .contact-card-subscription button{margin:8px 0 0;width:100%;height:48px}}.contact-card .contact-card-subscription button:hover{background-color:#023047}.top-spacing{margin-top:80px}.clear-button-icon svg{width:20px;height:20px;border:1px solid black;border-radius:5px}.detail-filters-wrapper .size-filter{display:block;margin-top:27px}.detail-filters-wrapper .size-filter .detail-custom-select{width:100%;background-color:#f9f9f9;font-family:inherit;border-radius:15px}.detail-filters-wrapper .size-filter .detail-custom-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:2rem;border:none;background-color:#f9f9f9;font-size:1.4rem;color:#7b929f;cursor:pointer;border:1px solid #f9f9f9;border-radius:4px}.detail-filters-wrapper .size-filter .detail-custom-select select::-ms-expand{display:none}.modal-wrapper{overflow-y:auto;position:fixed;inset:0;z-index:9999}.modal-context{display:flex;padding:1rem 1rem 2.5rem;text-align:center;justify-content:center;align-items:center;min-height:100vh}@media (min-width: 640px){.modal-context{display:flex;align-items:center;padding:0}}.modal-context .fixed{position:fixed;inset:0;transition-property:all}.modal-body{position:relative;display:inline-block!important;overflow:hidden;background-color:#fff;transition-property:all;text-align:left;vertical-align:bottom;width:100%;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (min-width: 640px){.modal-body{margin-top:2rem;margin-bottom:2rem;vertical-align:middle;max-width:60rem;z-index:10}}.modal-overlay{position:fixed;inset:0;background-color:#6b7280;opacity:.75;z-index:-1}.x-transition-enter{transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1)}.x-transition-enter-start-opacity{opacity:0}.x-transition-enter-start-scale{--transform-translate-y: 1rem;opacity:0}@media (min-width: 640px){.x-transition-enter-start-scale{--transform-scale-x: .95;--transform-scale-y: .95;--transform-translate-y: 0}}.x-transition-enter-end-opacity{opacity:1}.x-transition-enter-end-scale{--transform-translate-y: 0;opacity:1}@media (min-width: 640px){.x-transition-enter-end-scale{--transform-scale-x: 1;--transform-scale-y: 1}}.x-transition-leave{transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,1,1)}.x-transition-leave-start-opacity{opacity:1}.x-transition-leave-start{--transform-translate-y: 0;opacity:1}@media (min-width: 640px){.x-transition-leave-start{--transform-scale-x: 1;--transform-scale-y: 1}}.x-transition-leave-end-opacity{opacity:0}.x-transition-leave-end{--transform-translate-y: 1rem;opacity:0}@media (min-width: 640px){.x-transition-leave-end{--transform-scale-x: .95;--transform-scale-y: .95;--transform-translate-y: 0}}.guard-modal{width:100%;margin-top:1rem;padding:2rem}.guard-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1rem;margin-bottom:1rem}.guard-modal__title{font-size:1.8rem;font-weight:500}.guard-modal .alert{margin-top:1rem;margin-bottom:1rem;display:flex;background:#00d692;padding:2rem;border-radius:.5rem}.guard-modal .alert__icon{margin-right:1rem;width:2rem;height:2rem;color:#fff}.guard-modal .alert__text{font-size:1.4rem;font-weight:500;color:#fff}.guard-modal .guard-product{display:flex;align-items:center;justify-content:flex-start;padding:1rem}.guard-modal .guard-product__image{max-width:100px;margin-right:1.5rem}.guard-modal .guard-product__image img{width:80px;-o-object-fit:cover;object-fit:cover}.guard-modal .guard-product__title p{font-size:1.4rem;font-weight:300;margin-bottom:.5rem}.guard-modal .guard-product__title .price{font-size:1.4rem;font-weight:500}.guard-modal .guard-form__price .price--label{font-size:1.4rem;font-weight:300}.guard-modal .guard-form__price .price--input{width:100%;display:flex;margin-top:.5rem;position:relative}.guard-modal .guard-form__price .price--input .guard-form-input{width:100%;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1.4rem;font-weight:500;color:#374151;background-color:#f3f4f6;outline:none;transition:all .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.guard-modal .guard-form__price .price--input .guard-form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.guard-modal .guard-form__price .price--input .guard-form-input::-moz-placeholder{color:#9ca3af}.guard-modal .guard-form__price .price--input .guard-form-input::placeholder{color:#9ca3af}.guard-modal .guard-form__price .price--input .currency{position:absolute;top:0;right:0;bottom:0;display:flex;align-items:center;padding:0 1rem;font-size:1.4rem;font-weight:500;color:#374151;margin-left:1rem}.guard-modal .guard-form__mail{margin-top:1rem;margin-bottom:1rem}.guard-modal .guard-form__mail .mail--label{font-size:1.4rem;font-weight:300}.guard-modal .guard-form__mail .mail--input{width:100%;display:flex;margin-top:.5rem;position:relative}.guard-modal .guard-form__mail .mail--input .guard-form-input{width:100%;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1.4rem;font-weight:500;color:#374151;background-color:#f3f4f6;outline:none;transition:all .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.guard-modal .guard-form__mail .mail--input .guard-form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.guard-modal .guard-form__mail .mail--input .guard-form-input::-moz-placeholder{color:#9ca3af}.guard-modal .guard-form__mail .mail--input .guard-form-input::placeholder{color:#9ca3af}.guard-modal .guard-form__submit{margin-top:1rem;margin-bottom:1rem;width:100%;padding:1rem;border:none;border-radius:.5rem;font-size:1.4rem;font-weight:600;color:#fff;background-color:#0098cd;outline:none;transition:all .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.guard-modal .guard-form__submit:hover{background-color:#2563eb;opacity:.8}.guard-modal .guard-form__note{margin-top:1rem;margin-bottom:1rem;font-size:1.2rem;font-weight:300;color:#9ca3af}.guard-modal .guard-form__note a{color:#2563eb;text-decoration:underline}.guard-modal .guard-form__error{margin-top:.6rem;margin-bottom:1rem;font-size:1.2rem;font-weight:300;color:#f87171}.guard-modal .guard-form .is-invalid{border-color:#e53e3e!important}.detail-variations-modal{padding:2rem}.detail-variations-modal .close-button{display:flex;justify-content:flex-end;align-items:center;margin-top:2rem;padding:1rem;border:0;color:#fff;background-color:#00d692;width:-moz-max-content;width:max-content;cursor:pointer;margin-left:auto;border-radius:5px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.detail-variations-modal .close-button--text{font-size:1.3rem;font-weight:500;color:#fff;cursor:pointer}.detail-variations-modal .close-button:hover{background-color:#00d692cc}.detail-variations-modal__item{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.detail-variations-modal__item .detail-var,.detail-variations-modal__item .detail-var__first{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer}.detail-variations-modal__item .detail-var__select{display:flex;align-items:center;justify-content:space-between;width:100%;border:none;background:none;outline:none;cursor:pointer;padding:0;margin:0;position:relative}.detail-variations-modal__item .detail-var__select__options{position:absolute;top:100%;right:0;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;z-index:10;display:none}.detail-variations-modal__item .detail-var__select__options__item{padding:1rem;cursor:pointer}.review-wrapper{padding:2rem;position:relative}.review-wrapper a.underline{text-decoration:underline}.review-wrapper a.underline:hover{text-decoration:none;color:#6b7280}.review-wrapper .header{margin-bottom:1rem}.review-wrapper .header .title{display:flex;align-items:center;justify-content:center;width:100%}.review-wrapper .header .title h2{color:#000;font-size:1.6rem;font-weight:500}.review-wrapper .body{margin-top:1rem}.review-wrapper .body .inputs{display:block;margin-bottom:1rem}.review-wrapper .body .inputs p.error{margin-left:1rem;color:red}.review-wrapper .body .inputs input[type=text]{width:100%;border-radius:.375rem;border-color:#3f3f3f;padding:1.2rem;box-shadow:0 1px 2px #0000000d}.review-wrapper .body .inputs input[type=text]:last-child{margin-bottom:0}.review-wrapper .body .inputs .product-recommendation{margin-top:1rem}.review-wrapper .body .inputs .product-recommendation .title{margin-bottom:1rem}.review-wrapper .body .inputs .product-recommendation .inputs{display:flex;margin-bottom:2.5rem;align-items:center}.review-wrapper .body .inputs .product-recommendation .inputs p.error{margin-left:1rem;color:red}.review-wrapper .body .inputs .product-recommendation .inputs label{margin-right:1rem}.review-wrapper .body .inputs .product-recommendation .inputs label:last-child{margin-right:0}.review-wrapper .body .inputs .product-recommendation .inputs input{margin-right:1rem;border-radius:.375rem;border-color:#d1d5db;box-shadow:0 1px 2px #0000000d;cursor:pointer}.review-wrapper .body .inputs .product-recommendation .inputs input:last-child{margin-right:0}.review-wrapper .body .inputs .rating-star-wrapper{padding-top:1rem;display:block;width:100%;text-align:center;margin:2rem 0}.review-wrapper .body .inputs .rating-star-wrapper .star-validation-error{color:red;font-size:.8rem;margin-top:.5rem}.review-wrapper .body .inputs .rating-star-wrapper p{font-size:1.5rem}.review-wrapper .body .inputs .rating-star-wrapper .rate{margin-left:1rem}.review-wrapper .body .inputs .rating-star-wrapper .star-label{padding:.25rem;margin:0;color:#9ca3af;width:3rem;border-radius:.125rem;cursor:pointer;fill:currentColor}.review-wrapper .body .inputs .rating-star-wrapper .star-label svg{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-duration:.15s;width:4rem}.review-wrapper .body .inputs .rating-star-wrapper .gray{color:#d2d2d2}.review-wrapper .body .inputs .rating-star-wrapper .green,.review-wrapper .body .inputs .positive{color:#00d692}.review-wrapper .body .inputs .negative{color:red}.review-wrapper .body .inputs label{display:block;margin-top:.5rem;margin-bottom:.5rem}.review-wrapper .body .inputs textarea{width:100%;height:12rem;border:1px solid #6B7280;border-radius:.5rem;padding:1rem;resize:none}.review-wrapper .body .inputs textarea:focus{outline:none}.review-wrapper .body .inputs textarea:focus::-webkit-input-placeholder{color:#6b7280}.review-wrapper .body .inputs textarea:focus::-moz-placeholder{color:#6b7280}.review-wrapper .body .inputs textarea:focus:-ms-input-placeholder{color:#6b7280}.review-wrapper .close-modal-button{position:absolute;top:0;left:3px;line-height:18px;cursor:pointer;font-size:30px;display:inline}.review-wrapper .close-modal-button:hover{color:red;transition:all .3s ease}.detail-variations-modal{padding:3rem}.news{position:relative;text-align:center}.news h2{text-align:center;font-size:4.8rem;margin-bottom:50px;font-weight:800;color:#023047}@media only screen and (max-width: 600px){.news h2{font-size:30px}}@media only screen and (max-width: 400px){.news h2{font-size:24px}}.news .news-component{text-align:left;display:flex;position:relative;z-index:2}@media only screen and (max-width: 1000px){.news .news-component{flex-direction:column}}.news .news-component .link{transition:color .3s ease-in-out}.news .news-component .link:hover{color:#00d692c5;transition:color .3s ease-in-out}.news .news-component .left,.news .news-component .right{width:50%}@media only screen and (max-width: 1000px){.news .news-component .left,.news .news-component .right{width:100%}}.news .news-component .left{background-color:#f6f6f8;border-radius:12px;position:relative;transition:all .3s ease-in-out;cursor:pointer}.news .news-component .left .overlay-image{position:absolute;top:0;right:0;width:100%;height:100%;z-index:0;opacity:0;border-radius:12px;overflow:hidden;transition:all .3s ease-out;background-color:#00000008}.news .news-component .left:hover{transform:translateY(-5px)}.news .news-component .left:hover .overlay-image{opacity:1}@media only screen and (max-width: 1000px){.news .news-component .left{margin-bottom:15px;text-align:center}}.news .news-component .left span.link{margin-bottom:30px}.news .news-component .right{margin-left:15px;display:flex;flex-direction:column}@media only screen and (max-width: 1000px){.news .news-component .right{margin-left:0}}.news .top{background-color:#f6f6f8;color:#023047;display:flex;justify-content:space-between;align-items:flex-end;padding:20px 26px}@media only screen and (max-width: 1000px){.news .top{align-items:center}}@media only screen and (max-width: 450px){.news .top{padding:10px}}.news .top__description{display:flex;flex-direction:column;margin-right:15px}@media only screen and (max-width: 1000px){.news .top__description span{margin-bottom:0}}.news .top__image img{background-color:#fff;border-radius:16px;max-width:158px;width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.news .bottom{margin-top:15px;display:flex;flex:1}@media only screen and (max-width: 1000px){.news .bottom{display:grid;grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width: 700px){.news .bottom{display:grid;grid-template-columns:repeat(2,1fr)}}.news .bottom-1{margin-right:7.5px;background-color:#f6f6f8;max-width:100%}.news .bottom-2{margin-left:7.5px;background-color:#f6f6f8;max-width:100%}.news .top,.news .bottom-1,.news .bottom-2{position:relative;transition:all .3s ease-in-out;border-radius:12px}.news .top p,.news .bottom-1 p,.news .bottom-2 p{color:#023047;font-size:1.6rem}@media only screen and (max-width: 600px){.news .top p,.news .bottom-1 p,.news .bottom-2 p{font-size:1.2rem}}.news .top span,.news .bottom-1 span,.news .bottom-2 span{font-size:2.4rem;line-height:32px;font-weight:500;color:#219ebc;margin-top:10px;margin-bottom:10px}@media only screen and (max-width: 600px){.news .top span,.news .bottom-1 span,.news .bottom-2 span{line-height:20px;font-size:1.6rem}}@media only screen and (max-width: 400px){.news .top span,.news .bottom-1 span,.news .bottom-2 span{font-size:1.4rem}}.news .top .link,.news .bottom-1 .link,.news .bottom-2 .link{color:#00d692;text-decoration:underline;font-size:1.6rem}@media only screen and (max-width: 600px){.news .top .link,.news .bottom-1 .link,.news .bottom-2 .link{font-size:1.2rem}}@media only screen and (max-width: 400px){.news .top .link,.news .bottom-1 .link,.news .bottom-2 .link{line-height:20px}}.news .top .overlay-image,.news .bottom-1 .overlay-image,.news .bottom-2 .overlay-image{position:absolute;top:0;right:0;width:100%;height:100%;z-index:0;opacity:0;border-radius:12px;overflow:hidden;transition:all .3s ease-out;background-color:#00000008}.news .top:hover,.news .bottom-1:hover,.news .bottom-2:hover{transform:translateY(-5px)}.news .top:hover .overlay-image,.news .bottom-1:hover .overlay-image,.news .bottom-2:hover .overlay-image{opacity:1}.news .bottom-1,.news .bottom-2{display:flex;flex-direction:column;padding:20px;width:100%}@media only screen and (max-width: 400px){.news .bottom-1,.news .bottom-2{padding:8px}}.news .bottom-1 img,.news .bottom-2 img{background-color:#fff;border-radius:16px;max-width:225px;max-height:141px;width:100%;margin-bottom:30px;-o-object-fit:contain;object-fit:contain}.news .bottom-1 .link,.news .bottom-2 .link{display:flex;margin-top:auto;font-size:1.6rem;margin-bottom:10px}@media only screen and (max-width: 600px){.news .bottom-1 .link,.news .bottom-2 .link{font-size:1.2rem;line-height:20px}}.news .top a{margin-bottom:0}@media only screen and (max-width: 1000px){.news .top span{margin-bottom:0}}.glide-small-content{padding-top:20px;display:flex;flex-direction:column}.glide-small-content img{max-height:376px;max-width:376px;width:100%;margin:auto;-o-object-fit:contain;object-fit:contain}.glide-small-content p,.glide-small-content span,.glide-small-content a{padding-left:50px}@media only screen and (max-width: 1000px){.glide-small-content p,.glide-small-content span,.glide-small-content a{padding-left:0}}.glide-small-content p{color:#023047;font-size:1.6rem;font-weight:500;line-height:20px;margin-top:0;width:100%}@media only screen and (max-width: 600px){.glide-small-content p{font-size:1.2rem}}.glide-small-content span{font-size:2.4rem;line-height:32px;font-weight:500;color:#219ebc;margin-top:10px}@media only screen and (max-width: 600px){.glide-small-content span{font-size:1.6rem}}@media only screen and (max-width: 400px){.glide-small-content span{margin-top:5px;font-size:1.4rem}}.glide-small-content .link{color:#00d692;text-decoration:underline;font-size:1.6rem}@media only screen and (max-width: 600px){.glide-small-content .link{font-size:1.2rem}}.gsc-category-link{max-width:84%;display:flex;flex-direction:column;margin:20px auto auto}.gsc-category-link a.link{color:#00d692;text-decoration:underline;font-size:1.6rem}@media only screen and (max-width: 600px){.gsc-category-link a.link{font-size:1.2rem}}.products-wrapper{margin-top:2rem}.products-wrapper .products--about span.product-about{white-space:pre-line;min-width:90px}.products span.product-about{white-space:nowrap}.products{max-width:1268px;width:100%;margin:0 auto;padding:0 50px;position:relative;display:grid;grid-gap:7px;grid-template-columns:repeat(4,1fr);overflow-y:hidden}.products::-webkit-scrollbar{display:none}@media only screen and (max-width: 1200px){.products{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 900px){.products{padding:0 20px}}@media only screen and (max-width: 800px){.products{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 450px){.products{display:flex;padding:0 20px 25px;white-space:nowrap;overflow-x:auto}}.products .product-about{display:grid;grid-template-columns:48px 1fr;align-items:center}@media only screen and (max-width: 500px){.products .product-about{grid-template-columns:30px 1fr}}.products .product-about span{margin-left:15px;color:#023047}@media only screen and (max-width: 600px){.products .product-about span{margin-left:8px;font-size:1.2rem;align-items:flex-start}}@media only screen and (max-width: 500px){.products .product-about span{margin-left:4px}}@media only screen and (max-width: 450px){.products .product-about span{font-size:1.1rem}}@media only screen and (max-width: 400px){.products .product-about span{font-size:1.2rem}}.products .product-about img{width:100%}.products .product{padding:8px;background-color:#fff;display:flex;align-items:center;justify-content:space-between;border-radius:4px;color:#219ebc;border:1px solid #E3E8EA;transition:all .3s ease-in-out}.products .product:hover{box-shadow:0 3px 6px #0003;transition:all .3s ease-in-out}.products .product .image{display:flex;align-items:center;justify-items:center;padding:0;position:relative;width:48px;height:48px;background-color:#f6f6f8;border-radius:3px}@media only screen and (max-width: 500px){.products .product .image{width:30px;height:30px}}.products .quantity{display:flex;align-items:center;justify-content:center;margin-left:auto;padding:3px 14px;border-radius:20px;background-color:#f6f6f8;color:#219ebc}@media only screen and (max-width: 450px){.products .quantity{margin-left:5px}}.products a{color:#023047;font-size:1.4rem}.products--about{margin:5px auto 45px;overflow:visible;padding:0}@media only screen and (max-width: 450px){.products--about{display:grid;grid-template-columns:repeat(2,1fr);white-space:normal;margin:0}}@media only screen and (max-width: 400px){.products--about{grid-template-columns:repeat(1,1fr)}}.products--about .product{justify-content:flex-start;padding:8px}@media only screen and (max-width: 450px){.products--about .product{padding:4px}}@media only screen and (max-width: 400px){.products--about .product{padding:8px}}.products--about .image{width:48px;height:44px;background-color:#f6f6f8;border-radius:4px;padding:4px;position:relative}.products--about img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:3px}.products--about .quantity{margin-left:8px}@media only screen and (max-width: 500px){.products--about .quantity{width:20px;height:23px;font-size:1rem;font-weight:700;margin-left:3px;margin-bottom:0;margin-right:0;padding:0 18px}}@media only screen and (max-width: 380px){.products--about .quantity{align-self:center}}.show-brand,.show-brand-category-page{text-align:center;display:block;width:100%;color:#219ebc;text-decoration:underline;position:relative}.show-brand:before,.show-brand:after,.show-brand-category-page:before,.show-brand-category-page:after{position:absolute;content:"";width:calc(50% - 100px);height:3px;top:50%;background-color:#f6f6f8}.show-brand:before,.show-brand-category-page:before{left:0}.show-brand:after,.show-brand-category-page:after{right:0}.show-brand-category-page{display:none}@media only screen and (max-width: 1000px){.show-brand-category-page{display:block}}.products--about .product:nth-child(n+21){display:none}.show-all-category{display:none}.show-all-category:hover{background-color:#023047}.products--about .active:nth-child(n+21){display:flex}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.checkbox-wrapper{display:flex;align-items:center}.disabled{opacity:.5;text-decoration:line-through;color:#023047;transition:.3s ease-in-out;cursor:not-allowed}.checkbox-box{display:flex;align-items:center;flex-direction:column;cursor:pointer;position:relative;line-height:1.2;padding-left:25px;margin-bottom:10px;width:25px;height:25px}.checkbox-box:after{content:"";display:block;height:12.5px;width:6.25px;position:absolute;left:25%;top:69%;transform:scaleX(-1) rotate(140deg);transform-origin:left top;transition:all .2s ease-in-out;border-right:2px solid #fff;border-top:2px solid #fff}.checkbox-box input{display:none}.checkbox-box span{position:absolute;display:block;width:25px;height:25px;border-radius:3px;background-color:#fff;border:1px solid #e4e9eb;left:0;top:4px}.checkbox-box .status:before{position:absolute;width:100%;height:100%;border-radius:3px;background:#00d692;content:"";display:block;opacity:0;transition:opacity .2s ease-in-out}.checkbox-content{margin-left:5px;margin-right:5px;width:100%;display:flex;justify-content:space-between;align-items:center;font-size:1.3rem}.checkbox-content p{width:100%;display:flex;justify-content:space-between;align-items:center;color:#023047;font-size:1.3rem;line-height:14px}.checkbox-content .count{position:relative;display:flex;align-items:center;justify-content:center;padding:5px 17px;border-radius:20px;margin-left:5px;background-color:#fff;color:#219ebc;transition:all .3s ease-in-out}.checkbox-box input:checked+.status{border:0px}.checkbox-box input:checked+.status:before,.checkbox-box:after{opacity:1}.dropdown-filter-links-desktop{display:block}.rotate{transform:rotate(180deg);transition:all .3s ease-in-out}:root{--marquee-width: 100%;--marquee-height: 100%;--marquee-elements-displayed: 7;--marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));--marquee-animation-duration: calc(var(--marquee-elements) * 10s)}.marquee{margin-top:-25px;width:var(--marquee-width);height:var(--marquee-height);background-color:#f6f6f8;color:#eee;overflow:hidden;position:relative;z-index:10}@media only screen and (max-width: 450px){.marquee{margin-top:0}}.marquee:before,.marquee:after{position:absolute;top:0;width:1.5rem;height:100%;content:"";z-index:1}.marquee:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.marquee:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.marquee-content{list-style:none;height:100%;display:flex;animation:scrolling var(--marquee-animation-duration) linear infinite}.marquee-content:hover{animation-play-state:paused;cursor:pointer}@keyframes scrolling{0%{transform:translate(0)}to{transform:translate(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)))}}.marquee-content li{display:flex;justify-content:center;align-items:center;padding:20px 0;flex-shrink:0;width:var(--marquee-element-width);max-height:100%;font-size:calc(var(--marquee-height) * 3 / 4);white-space:nowrap}.marquee-content li:hover{transform:scale(1.05);transition:all .3s ease-in-out}.marquee-content li img{max-width:60%;max-height:60%}@media (max-width: 600px){html{font-size:16px}:root{--marquee-width: 100vw;--marquee-height: 7vh;--marquee-elements-displayed: 3}.marquee:before,.marquee:after{width:5rem}}.routes{margin:auto;display:flex;align-items:center;overflow-y:auto}.routes::-webkit-scrollbar{display:none}.routes .route{display:flex}.routes .route a img{margin-right:0}.routes .route svg path{transition:fill .3s ease-in-out}.routes .route img,.routes .route a{font-size:1.2rem;color:#219ebc;margin-right:7px;white-space:nowrap;text-decoration:underline;transition:color .3s ease-in-out}.routes .route img:hover,.routes .route a:hover{color:#023047}.routes .route img:hover svg path,.routes .route a:hover svg path{fill:#023047}.routes .route:last-child a{color:#94a6b0;text-decoration:none;font-weight:200}.full-width-wrapper--routes{margin:auto;background-color:#f6f6f8;padding:10px 60px;position:relative}.full-width-wrapper--routes:after,.full-width-wrapper--routes:before{content:"";width:40px;pointer-events:none;height:100%;display:block;position:absolute}.full-width-wrapper--routes:before{top:0;left:0;background:linear-gradient(to right,#fff,#fff0)}.full-width-wrapper--routes:after{top:0;right:0;background:linear-gradient(to left,#fff,#fff0)}@media only screen and (max-width: 1300px){.full-width-wrapper--routes{padding:10px 20px}}@media only screen and (max-width: 900px){.full-width-wrapper--routes{padding:10px 20px}}.compare-tabs{max-width:1268px;width:100%;display:flex;justify-content:center;align-items:center;margin:5rem auto 2rem;white-space:nowrap;overflow-x:auto;position:relative;z-index:2}.compare-tabs__nav{width:100%;display:flex;justify-content:flex-start;align-items:center;padding:0 1rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;scrollbar-width:none;-ms-overflow-style:none}.compare-tabs__nav ul{display:flex;list-style:none;width:100%;overflow:hidden;position:relative}.compare-tabs__nav ul:after{content:"";position:absolute;bottom:0;right:0;height:1px;left:0;background:#e5e5e5;display:block}.compare-tabs__nav ul li{border:1px solid #e5e5e5;padding:.7rem 1.2rem;margin-right:1rem;cursor:pointer;transition:all .3s ease-in-out;border-top-left-radius:5px;border-top-right-radius:5px;background-color:#e5e5e556;position:relative}.compare-tabs__nav ul li a{font-size:1.2rem;font-weight:200;color:#000;text-decoration:none;padding-bottom:1rem;border-bottom:1px solid transparent;transition:all .3s ease-in-out}.compare-tabs__nav ul li a:hover{border-bottom:1px solid #000}.compare-tabs__nav ul li.active{border-bottom:none;background-color:#fff;box-shadow:0 2px 4px #0003,0 3px 10px #00000030}.compare-tabs__nav ul li.active:after{content:"";position:absolute;width:100%;height:1px;background-color:#fff;bottom:0;left:0;z-index:1}.advisor-modal.button-wrapper{display:flex}.advisor-modal.button-wrapper button.button--primary{background-color:#f44336;color:#fff;border:none;padding:10px 20px;border-radius:5px;margin-bottom:10px;cursor:pointer;display:flex;align-items:center;box-shadow:0 2px 4px #0003}.advisor-modal.button-wrapper button.button--primary svg.svg-icon{margin-right:10px;width:26px}.advisor-modal.button-wrapper button.button--primary:hover{background-color:#d32f2f}.advisor-modal.button-wrapper button.button--primary:focus{outline:none}@media (max-width: 700px){.advisor-modal.button-wrapper button.button--primary{justify-items:center;width:100%;justify-content:center}.advisor-modal.button-wrapper button.button--primary button.button--primary{width:100%}.advisor-modal.button-wrapper{flex-direction:column;padding:0 20px}.advisor-modal.button-wrapper button.button--primary{width:100%}}.advisor{padding:3rem}.advisor .question{margin-bottom:1rem;color:#219ebc}.advisor .answer{margin:1rem 0;padding:.5rem;color:#023047}.advisor .answer .answer-input{padding:.5rem;border:1px solid #023047;border-radius:5px}.advisor .answer .answer-label{margin-right:1rem;font-size:18px}.advisor .advisor-footer{margin-top:3rem;display:flex;justify-content:flex-end;align-items:center}.advisor .advisor-footer .buttons-wrapper{margin-top:2rem;display:flex;justify-content:space-between}.advisor .advisor-footer .buttons-wrapper .btn-next{margin-right:1rem;padding:.5rem 1rem;background-color:#023047;color:#fff;border:none;border-radius:5px}.advisor .advisor-footer .buttons-wrapper .btn-prev{margin-left:1rem;padding:.5rem 1rem;background-color:#023047;color:#fff;border:none;border-radius:5px}.advisor .advisor-footer .buttons-wrapper .btn-submit{padding:.5rem 1rem;background-color:#023047;color:#fff;border:none;border-radius:5px}.no-results{margin-top:0;min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.no-results .title{display:flex}.no-results .title h2{font-size:2.4rem;line-height:3.4rem;color:#023047;font-weight:500;text-align:left}@media (max-width: 768px){.pagination li,.pagination li>a{font-size:1.2rem}}.link{margin-left:1rem;color:#f5f5f5;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;font-size:1em}.link .compare-products{position:fixed;bottom:40px;right:40px;z-index:99;display:flex;flex-direction:row-reverse;flex-wrap:nowrap;justify-content:center;align-items:center;justify-items:center;font-size:1em;background:#00d692;padding:1rem 2rem;border-radius:4px;box-shadow:0 0 10px #0000001a;color:#f5f5f5;transition:all .3s ease-in-out}.link .compare-products .icon{height:24px;margin-left:1rem}.link .compare-products h6{font-size:1em;font-weight:400;margin-right:1rem}.link .compare-products:hover{background:#00c17d}.param-box{display:flex;flex-direction:row;padding:1.5rem;border-radius:.25rem;margin-bottom:.35rem;background-color:#f6f6f8;font-size:1.2rem;justify-content:space-between}.param-box:last-child{margin-bottom:2rem}.detail-modal-params{width:100%;border-collapse:collapse;border-spacing:0;border:1px solid #e5e5e5;margin-bottom:20px}.detail-modal-params thead{background-color:#f5f5f5}.detail-modal-params thead th{padding:10px 15px;border:1px solid #e5e5e5;text-align:left;font-weight:600;font-size:14px;color:#333}.detail-modal-params tbody tr td{padding:10px 15px;border:1px solid #e5e5e5;font-size:14px;color:#333}.detail-modal-params tbody tr td:first-child{font-weight:600}.gallery-section{margin-top:3rem;padding:2rem;border:2px solid #e9ecef;border-radius:12px;background-color:#f8f9fa}.gallery-section h3{font-size:1.5rem;font-weight:600;color:#001e40;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #219ebc;text-align:center}@media (max-width: 768px){.gallery-section{margin-top:2rem;padding:1.5rem}.gallery-section h3{font-size:1.25rem;margin-bottom:1rem}}@media (max-width: 480px){.gallery-section{padding:1rem}.gallery-section h3{font-size:1.125rem}}.post-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin:0;max-height:500px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.post-gallery::-webkit-scrollbar{width:0px;background:transparent}.post-gallery:hover::-webkit-scrollbar{width:8px}.post-gallery:hover::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.post-gallery:hover::-webkit-scrollbar-thumb{background:#219ebc;border-radius:4px}.post-gallery:hover::-webkit-scrollbar-thumb:hover{background:#1a7a94}.post-gallery .gallery-item{display:block;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.post-gallery .gallery-item:hover{transform:scale(1.05);box-shadow:0 4px 15px #0003}.post-gallery img{width:100%;aspect-ratio:1/1;border-radius:8px;cursor:pointer;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;transition:transform .2s ease}@media (max-width: 1200px){.post-gallery{grid-template-columns:repeat(4,1fr);max-height:450px}}@media (max-width: 968px){.post-gallery{grid-template-columns:repeat(3,1fr);max-height:400px}}@media (max-width: 768px){.post-gallery{grid-template-columns:repeat(2,1fr);gap:.75rem;max-height:350px}}@media (max-width: 480px){.post-gallery{grid-template-columns:1fr;gap:.5rem;max-height:600px}}.social-share-section{margin-top:4rem;padding:2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;border:1px solid #dee2e6}.social-share-section h3{font-size:1.25rem;font-weight:600;color:#001e40;margin-bottom:1.5rem;text-align:center;border-bottom:2px solid #219ebc;padding-bottom:.5rem}.social-share-section .social-share-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.social-share-section .share-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;font-size:.875rem;transition:all .3s ease;border:none;cursor:pointer}.social-share-section .share-btn svg{width:20px;height:20px}.social-share-section .share-btn.facebook{background-color:#1877f2;color:#fff}.social-share-section .share-btn.facebook:hover{background-color:#166fe5;transform:translateY(-2px);box-shadow:0 4px 12px #1877f24d}.social-share-section .share-btn.twitter{background-color:#1da1f2;color:#fff}.social-share-section .share-btn.twitter:hover{background-color:#1a91da;transform:translateY(-2px);box-shadow:0 4px 12px #1da1f24d}.social-share-section .share-btn.linkedin{background-color:#0077b5;color:#fff}.social-share-section .share-btn.linkedin:hover{background-color:#006fa3;transform:translateY(-2px);box-shadow:0 4px 12px #0077b54d}.social-share-section .share-btn.copy-link{background-color:#6c757d;color:#fff}.social-share-section .share-btn.copy-link:hover{background-color:#5c636a;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.social-share-section .share-btn.copy-link.copied,.social-share-section .share-btn.copy-link.copied:hover{background-color:#28a745}@media (max-width: 768px){.social-share-section{margin-top:3rem;padding:1.5rem}.social-share-section h3{font-size:1.125rem;margin-bottom:1rem}.social-share-section .social-share-buttons{gap:.75rem}.social-share-section .share-btn{padding:.625rem 1.25rem;font-size:.8rem}.social-share-section .share-btn svg{width:16px;height:16px}}.related-posts-section{margin-top:4rem;padding:2rem;background-color:#fff;border:2px solid #e9ecef;border-radius:12px}.related-posts-section h3{font-size:1.5rem;font-weight:600;color:#001e40;margin-bottom:2rem;text-align:center;border-bottom:2px solid #219ebc;padding-bottom:.5rem}.related-posts-section .related-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.related-posts-section .related-post-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;overflow:hidden}.related-posts-section .related-post-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.related-posts-section .related-post-link{display:block;text-decoration:none;color:inherit;height:100%}.related-posts-section .related-post-image{width:100%;height:200px;overflow:hidden}.related-posts-section .related-post-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.related-posts-section .related-post-image:hover img{transform:scale(1.05)}.related-posts-section .related-post-content{padding:1.5rem}.related-posts-section .related-post-content h4{font-size:1.75rem;font-weight:600;color:#001e40;margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-posts-section .related-post-content p{color:#666;font-size:1.35rem;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.related-posts-section .related-post-content .related-post-date{color:#219ebc;font-size:1.35rem;font-weight:500}@media (max-width: 768px){.related-posts-section{margin-top:3rem;padding:1.5rem}.related-posts-section h3{font-size:1.25rem;margin-bottom:1.5rem}.related-posts-section .related-posts-grid{grid-template-columns:1fr;gap:1rem}.related-posts-section .related-post-image{height:150px}.related-posts-section .related-post-content{padding:1rem}.related-posts-section .related-post-content h4{font-size:1rem}}.wysiwyg-content h1,.wysiwyg-content h2,.wysiwyg-content h3,.wysiwyg-content h4,.wysiwyg-content h5,.wysiwyg-content h6{margin-top:2.5rem;margin-bottom:1rem;color:#001e40;font-weight:600;line-height:1.3}.wysiwyg-content h1{font-size:2.25rem;border-bottom:3px solid #219ebc;padding-bottom:.5rem}.wysiwyg-content h2{font-size:1.875rem;padding-left:1rem;border-left:4px solid #219ebc}.wysiwyg-content h3{font-size:1.5rem}.wysiwyg-content h4{font-size:1.25rem}.wysiwyg-content h5{font-size:1.125rem}.wysiwyg-content h6{font-size:1rem}.wysiwyg-content p{margin-bottom:1.5rem;line-height:1.7;color:#333;font-size:1.4rem}.wysiwyg-content ul,.wysiwyg-content ol{margin-bottom:1.5rem;padding-left:2rem}.wysiwyg-content ul li,.wysiwyg-content ol li{margin-bottom:.5rem;line-height:1.6;color:#333;font-size:1.4rem}.wysiwyg-content ul{list-style-type:disc}.wysiwyg-content ol{list-style-type:decimal}.wysiwyg-content ul ul,.wysiwyg-content ol ol,.wysiwyg-content ul ol,.wysiwyg-content ol ul{margin-bottom:0;margin-top:.5rem}.wysiwyg-content blockquote{margin:2rem 0;padding:1.5rem;background-color:#f8f9fa;border-left:5px solid #219ebc;font-style:italic;color:#555}.wysiwyg-content blockquote p{margin-bottom:0}.wysiwyg-content blockquote:last-child p{margin-bottom:0}.wysiwyg-content strong,.wysiwyg-content b{font-weight:600;color:#001e40}.wysiwyg-content em,.wysiwyg-content i{font-style:italic}.wysiwyg-content u{text-decoration:underline}.wysiwyg-content s,.wysiwyg-content strike,.wysiwyg-content del{text-decoration:line-through}.wysiwyg-content a{color:#219ebc;text-decoration:underline;transition:color .3s ease}.wysiwyg-content a:hover{color:#001e40}.wysiwyg-content code{background-color:#f1f3f4;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,Courier,monospace;font-size:.9em;color:#d63384}.wysiwyg-content pre{background-color:#f8f9fa;padding:1rem;border-radius:5px;overflow-x:auto;margin:1.5rem 0;border:1px solid #e9ecef}.wysiwyg-content pre code{background:none;padding:0;color:#333}.wysiwyg-content img{max-width:100%;height:auto;margin:1rem 0;border-radius:8px;box-shadow:0 2px 8px #0000001a}.wysiwyg-content figure{margin:2rem 0;text-align:center}.wysiwyg-content figure img{margin:0}.wysiwyg-content figure figcaption{margin-top:.5rem;font-style:italic;color:#666;font-size:.9em}.wysiwyg-content table{width:100%;border-collapse:collapse;margin:2rem 0;box-shadow:0 1px 3px #0000001a}.wysiwyg-content table th,.wysiwyg-content table td{padding:.75rem;text-align:left;border-bottom:1px solid #e9ecef}.wysiwyg-content table th{background-color:#f8f9fa;font-weight:600;color:#001e40;border-bottom:2px solid #219ebc}.wysiwyg-content table tbody tr:hover{background-color:#f8f9fa}.wysiwyg-content hr{margin:3rem 0;border:none;height:2px;background:linear-gradient(to right,transparent,#219ebc,transparent)}.wysiwyg-content .text-left{text-align:left}.wysiwyg-content .text-center{text-align:center}.wysiwyg-content .text-right{text-align:right}.wysiwyg-content .text-justify{text-align:justify}.wysiwyg-content .font-small{font-size:.875rem}.wysiwyg-content .font-large{font-size:1.25rem}.wysiwyg-content .font-x-large{font-size:1.5rem}.wysiwyg-content .text-primary{color:#219ebc!important}.wysiwyg-content .text-secondary{color:#6c757d!important}.wysiwyg-content .text-success{color:#28a745!important}.wysiwyg-content .text-danger{color:#dc3545!important}.wysiwyg-content .text-warning{color:#ffc107!important}.wysiwyg-content .text-info{color:#17a2b8!important}.wysiwyg-content .bg-highlight{background-color:#fff3cd;padding:.2rem .4rem;border-radius:3px}@media (max-width: 768px){.wysiwyg-content h1{font-size:1.875rem}.wysiwyg-content h2{font-size:1.5rem}.wysiwyg-content h3{font-size:1.25rem}.wysiwyg-content p,.wysiwyg-content li{font-size:1rem}.wysiwyg-content table{font-size:.875rem}.wysiwyg-content table th,.wysiwyg-content table td{padding:.5rem}}.best-selling{align-items:flex-start}.post-wrapper{max-width:1200px;margin:0 auto;padding:20px}.post-wrapper .post-filter{margin-bottom:20px;display:flex;align-items:center}.post-wrapper .post-filter form{display:flex;align-items:center;position:static;z-index:0}.post-wrapper .post-filter form .submit{padding:5px 12px;border-radius:5px;background:#00c17d;color:#fff;box-shadow:0 1px 2px #0003;transition:all .3s ease-in-out;margin-left:2rem}.post-wrapper .post-filter form .submit:hover{background:#00a56e}.post-wrapper .post-filter label{display:block;margin-right:10px}.post-wrapper .post-filter label svg{width:2.5rem;height:2.5rem;margin-right:5px}.post-wrapper .post-filter select{padding:5px;border:1px solid #ccc;border-radius:5px;outline:none}@media screen and (max-width: 768px){.post-wrapper .post-filter{flex-direction:column}.post-wrapper .post-filter label{display:none}.post-wrapper .post-filter form{margin-top:1rem}}@media screen and (max-width: 480px){.post-wrapper .post-filter{display:block}.post-wrapper .post-filter label{display:none}.post-wrapper .post-filter form{margin-top:1rem;display:block;align-items:normal}.post-wrapper .post-filter form select{width:100%}.post-wrapper .post-filter form .submit{margin-left:0;margin-top:1rem;font-size:15px}}.grid-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px}.grid-item{background-color:#f2f2f2;box-shadow:0 1px 2px #0003;border-radius:.5rem;padding:20px;display:flex;flex-direction:column;height:100%}.grid-item .thumbnail img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:.375rem}.grid-item .content{flex:1;display:flex;flex-direction:column}.grid-item .content .title{color:#2b5876;font-size:2rem;margin-top:1rem;margin-bottom:.75rem;line-height:1.4;font-weight:600;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-clamp:3}.grid-item .content .excerpt{color:#666;font-size:1.3rem;line-height:1.5;margin-bottom:1rem;flex:1;font-style:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:4;line-clamp:4}.grid-item .content .footer{display:flex;justify-content:flex-start;align-items:center;margin-top:auto}.grid-item .content .footer .read-more{text-decoration:none;font-weight:700;padding:10px 20px;border-radius:5px;transition:all .3s ease-in-out;background:#00c17d;color:#fff;box-shadow:0 1px 2px #0003}.grid-item .content .footer .read-more:hover{background:#00a56e}@media screen and (max-width: 768px){.grid-container{grid-template-columns:repeat(2,1fr);grid-gap:15px}.grid-item{padding:15px}.grid-item .thumbnail img{height:150px}.grid-item .content .title{font-size:1.5rem;-webkit-line-clamp:2;line-clamp:2}.grid-item .content .excerpt{font-size:1rem;-webkit-line-clamp:3;line-clamp:3}}@media screen and (max-width: 480px){.grid-container{grid-template-columns:1fr;grid-gap:15px}.grid-item{padding:15px}.grid-item .thumbnail img{height:180px}.grid-item .content .title{font-size:1.5rem;-webkit-line-clamp:2;line-clamp:2}.grid-item .content .excerpt{font-size:1.1rem;-webkit-line-clamp:4;line-clamp:4}}.title-wrapper .blog-hero>h1{max-width:760px;padding-top:75px;font-size:5.6rem;line-height:6.4rem;color:#023047;text-align:center;font-weight:500;margin:0 auto;padding-bottom:75px}@media screen and (max-width: 768px){.title-wrapper .blog-hero>h1{font-size:3rem;line-height:5.6rem;padding-top:20px;padding-bottom:20px}}@media screen and (max-width: 480px){.title-wrapper .blog-hero>h1{font-size:2.4rem;line-height:3.2rem;padding-top:20px;padding-bottom:20px}}.single-post{margin-bottom:10rem}.single-post .featured-image{width:100%;margin-bottom:2rem;max-height:400px;overflow:hidden;border-radius:8px}.single-post .featured-image img{width:100%;height:100%;max-height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:8px}.single-post .post-info{margin-top:20px;border-top:2px solid #219ebc;padding-top:2rem}.single-post .post-info .info-row{display:flex;align-items:center;justify-content:space-between}.single-post .post-info .info-row svg{width:20px;height:20px;margin-right:10px}.single-post .post-info .info-row .author,.single-post .post-info .info-row .published-at,.single-post .post-info .info-row .category{display:flex;align-items:center}.single-post .post-info .info-row .author i,.single-post .post-info .info-row .published-at i,.single-post .post-info .info-row .category i{margin-right:5px}.single-post .post-info .info-row .category{padding:0}.single-post .post-info .info-row .category a{color:#001e40;margin:0}.single-post .post-info .info-row .category a:hover{text-decoration:underline;transition:all .3s ease}@media (max-width: 768px){.single-post .post-info .info-row{flex-direction:column;align-items:start;justify-content:center;margin-top:1rem;border-top:none}.single-post .post-info .info-row .author,.single-post .post-info .info-row .published-at,.single-post .post-info .info-row .category{margin-bottom:10px;font-size:small}}.single-post .post-info .title{font-size:2.5rem;font-weight:700;line-height:1.2;color:#001e40;margin-top:2rem;margin-bottom:1rem;width:100%;max-width:55;margin-left:auto;margin-right:auto;text-align:center}@media (max-width: 768px){.single-post .post-info .title{font-size:2rem;max-width:100%;text-align:left}}.single-post .post-info .excerpt{font-size:1.6rem;font-weight:400;line-height:1.6;color:#666;margin-bottom:2rem;font-style:italic;width:100%;max-width:55%;margin-left:auto;margin-right:auto;text-align:center}@media (max-width: 768px){.single-post .post-info .excerpt{font-size:1.1rem;max-width:100%;text-align:left}}.single-post .content{margin:4rem 0}@media (min-width: 1024px){.single-post .content{max-width:55%;margin-left:auto;margin-right:auto}}.single-post .content h1,.single-post .content h2,.single-post .content h3,.single-post .content h4,.single-post .content h5,.single-post .content h6{margin-top:2.5rem;margin-bottom:1rem;color:#001e40;font-weight:600;line-height:1.3}.single-post .content h1{font-size:2.25rem;border-bottom:3px solid #219ebc;padding-bottom:.5rem}.single-post .content h2{font-size:1.875rem;padding-left:1rem;border-left:4px solid #219ebc}.single-post .content h3{font-size:1.5rem}.single-post .content h4{font-size:1.25rem}.single-post .content p{margin-bottom:1.5rem;line-height:1.7;color:#333;font-size:1.4rem}.single-post .content ul,.single-post .content ol{margin-bottom:1.5rem;padding-left:2rem}.single-post .content ul li,.single-post .content ol li{margin-bottom:.5rem;line-height:1.6;color:#333;font-size:1.1rem}.single-post .content blockquote{margin:2rem 0;padding:1.5rem;background-color:#f8f9fa;border-left:5px solid #219ebc;font-style:italic;color:#555}.single-post .content blockquote p{margin-bottom:0}.single-post .content strong,.single-post .content b{font-weight:600;color:#001e40}.single-post .content em,.single-post .content i{font-style:italic}.single-post .content a{color:#219ebc;text-decoration:underline}.single-post .content a:hover{color:#001e40;transition:color .3s ease}@media (max-width: 768px){.single-post .content h1{font-size:1.875rem}.single-post .content h2{font-size:1.5rem}.single-post .content h3{font-size:1.25rem}.single-post .content p,.single-post .content li{font-size:1rem}}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.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, 1))}.focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.focus\:border-gray-900:focus{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.focus\:border-indigo-300:focus{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.focus\:border-indigo-700:focus{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-100:focus{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.focus\:text-indigo-800:focus{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.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)}.focus\:ring-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1))}.focus\:ring-opacity-50:focus{--tw-ring-opacity: .5}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:bg-gray-900:active{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.disabled\:opacity-25:disabled{opacity:.25}@media (min-width: 640px){.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:ml-10{margin-left:2.5rem}.sm\:ml-6{margin-left:1.5rem}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-screen{height:100vh}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-4xl{max-width:56rem}.sm\:max-w-5xl{max-width:64rem}.sm\:max-w-6xl{max-width:72rem}.sm\:max-w-7xl{max-width:80rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1 1 0%}.sm\:translate-y-0{--tw-translate-y: 0px;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))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;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))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;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))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-0{padding:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pt-0{padding-top:0}.sm\:align-middle{vertical-align:middle}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}}@media (min-width: 768px){.md\:max-w-2xl{max-width:42rem}.md\:max-w-3xl{max-width:48rem}.md\:max-w-4xl{max-width:56rem}.md\:max-w-5xl{max-width:64rem}.md\:max-w-6xl{max-width:72rem}.md\:max-w-7xl{max-width:80rem}.md\:max-w-lg{max-width:32rem}.md\:max-w-md{max-width:28rem}.md\:max-w-sm{max-width:24rem}.md\:max-w-xl{max-width:36rem}.md\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width: 1024px){.lg\:max-w-2xl{max-width:42rem}.lg\:max-w-3xl{max-width:48rem}.lg\:max-w-4xl{max-width:56rem}.lg\:max-w-5xl{max-width:64rem}.lg\:max-w-6xl{max-width:72rem}.lg\:max-w-7xl{max-width:80rem}.lg\:max-w-lg{max-width:32rem}.lg\:max-w-md{max-width:28rem}.lg\:max-w-sm{max-width:24rem}.lg\:max-w-xl{max-width:36rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width: 1280px){.xl\:max-w-2xl{max-width:42rem}.xl\:max-w-3xl{max-width:48rem}.xl\:max-w-4xl{max-width:56rem}.xl\:max-w-5xl{max-width:64rem}.xl\:max-w-6xl{max-width:72rem}.xl\:max-w-7xl{max-width:80rem}.xl\:max-w-lg{max-width:32rem}.xl\:max-w-md{max-width:28rem}.xl\:max-w-sm{max-width:24rem}.xl\:max-w-xl{max-width:36rem}}@media (min-width: 1536px){.\32xl\:max-w-2xl{max-width:42rem}.\32xl\:max-w-3xl{max-width:48rem}.\32xl\:max-w-4xl{max-width:56rem}.\32xl\:max-w-5xl{max-width:64rem}.\32xl\:max-w-6xl{max-width:72rem}.\32xl\:max-w-7xl{max-width:80rem}.\32xl\:max-w-lg{max-width:32rem}.\32xl\:max-w-md{max-width:28rem}.\32xl\:max-w-sm{max-width:24rem}.\32xl\:max-w-xl{max-width:36rem}}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media (prefers-color-scheme: dark){.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.dark\:bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.dark\:hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:focus\:ring-blue-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}
