@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0, 0, 0, 0.1);--f-spinner-color-2:rgba(17, 24, 28, 0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,0.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,0.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24, 24, 27, 0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255, 255, 255, 0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:#fff0;overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:#fff0}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0%;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:#fff0;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color, #fff);--f-button-hover-color:var(--fancybox-color, #fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgb(24 24 27 / .5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0, 0, 0, 0.6);--f-button-active-bg:rgba(0, 0, 0, 0.6);--f-button-hover-bg:rgba(0, 0, 0, 0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24, 24, 27, 0.3);--f-button-active-bg:rgba(24, 24, 27, 0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration,0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration,0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgb(24 24 27 / .9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:#fff0}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:#fff0;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0,0,0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:#fff0;outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path:inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgb(255 255 255 / .1),rgb(255 255 255 / .05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgb(255 255 255 / .1),rgb(255 255 255 / .05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0px!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24, 24, 27, 0.65);--f-button-hover-bg:rgba(70, 70, 73, 0.65);--f-button-active-bg:rgba(90, 90, 93, 0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgb(0 0 0 / .5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0%}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}#wcs-debug{padding:0 0 0;font-size:1em;margin-bottom:2em}#wcs-debug #wcs-debug-header{background:#3d9cd2;color:#fff;padding:10px 20px;cursor:pointer;position:relative}#wcs-debug #wcs-debug-header .wcs-debug-toggle{background-image:url(/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/arrow.svg);background-repeat:no-repeat;background-position:right center;width:42px;height:100%;right:0;top:0;background-size:42px;position:absolute;transition:.3s all}#wcs-debug.closed .wcs-debug-toggle{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}#wcs-debug #wcs-debug-contents{padding:20px 20px 0;display:none;border:1px solid #dee2e6;border-width:0 1px 1px}#wcs-debug #wcs-debug-contents .wcs-debug-tip{color:#1864ab;background:url(/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/tip2.svg) no-repeat left 5px;background-size:16px 16px;padding-left:24px}#wcs-debug #wcs-debug-contents h3{margin:10px 0 20px;font-weight:700;font-size:1.2em}#wcs-debug #wcs-debug-contents h3.ruleset-title{font-size:1em}#wcs-debug #wcs-debug-contents h3.ruleset-title a{font-weight:700}#wcs-debug .wcs-debug-result-label{padding:5px;border-radius:3px;color:#fff;font-weight:700;text-transform:uppercase;font-size:12px}#wcs-debug .wcs-debug-result-label.wcs-debug-result-label-pass{background:#2b8a3e}#wcs-debug .wcs-debug-result-label.wcs-debug-result-label-fail{background:#c92a2a}#wcs-debug table.wcs-debug-table{border:1px solid #dee2e6;margin:0 0 20px}#wcs-debug table.wcs-debug-table.wcs-debug-table-fixed{table-layout:fixed}#wcs-debug table.wcs-debug-table td,#wcs-debug table.wcs-debug-table th{padding:5px 10px;text-align:left}#wcs-debug table.wcs-debug-table td.align-right,#wcs-debug table.wcs-debug-table th.align-right{text-align:right}#wcs-notices,.wcs-shipping-notices{margin-top:1em}#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error{margin-bottom:.5rem;padding:10px 10px 10px 36px;border:1px solid #000;background-repeat:no-repeat;background-position:.5rem center;font-size:.875em;font-weight:400;color:#2f2f2f;border-radius:4px;line-height:19px}#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success:last-child,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning:last-child,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error:last-child,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success:last-child,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning:last-child,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error:last-child{margin-bottom:0}#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-warning,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-warning,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-warning,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-warning,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-warning,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-warning{background-image:url(/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/notices/warning.svg);background-size:20px 20px;background-color:#fffbf4;border-color:#f0b849;color:#e67700}#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-success,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-success,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-success,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-success,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-success,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-success{background-image:url(/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/notices/yes-alt.svg);background-size:20px 20px;background-color:#f4fff4;border-color:#66C449;color:#2b8a3e}#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-error,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-error,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-error,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-error,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-error,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-error{background-image:url(/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/notices/dismiss.svg);background-size:20px 20px;background-color:#FFF4F4;border-color:#F06B49;color:#c92a2a}.wcs-shipping-notices-blocks>div{margin-bottom:.5rem}.wcs-shipping-notices-blocks>div .conditional-shipping-notice{margin-bottom:0}.wcs-shipping-notices-blocks>div:last-child{margin-bottom:0}.dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler{max-width:20px}.dgwt-wcas-search-wrapp{max-width:1200px}.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover,.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{background-color:#f2f2f2;border-color:#e9e9e9}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.7}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:#fff0 none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none!important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:#fff0;z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;overflow:hidden;outline:none!important;z-index:-9999!important;background:none!important;border-style:solid!important;border-color:transparent!important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:#fff0}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:#fff;background:linear-gradient(to bottom,#ddd -50%,white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom,#ffffff 0%,#428bca 30%,#b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgb(255 255 255 / .5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgb(66 139 202 / .5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgb(0 0 0 / .3);background-color:#cbcfd5;background:linear-gradient(to bottom,white 0%,#B4B9BE 30%,white 100%);box-shadow:1px 1px 2px rgb(0 0 0 / .2),inset 0 0 3px 1px #fff;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgb(0 0 0 / .45);background-color:#939ba7;background:linear-gradient(to bottom,white 0%,#919BA5 30%,white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:#fff;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:#fff;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom,#428bca 0%,#3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom,#e0e4ea 0%,#d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom,#20b426 0%,#18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgb(209 214 224 / .5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgb(0 0 0 / .1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:#fff;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom,white 0%,#e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom,#ffffff 0%,#919ba5 30%,#ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:#fff;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:#fff;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:#000;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgb(0 0 0 / .5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid #fff0;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:#000}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:#000}.irs--sharp .irs-min,.irs--sharp .irs-max{color:#fff;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:#fff;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgb(222 228 236 / .5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:#fff;border-radius:24px;box-shadow:0 1px 3px rgb(0 0 255 / .3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgb(0 0 0 / .1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:#fff;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:#000}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid #000;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgb(0 0 0 / .1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#000;color:#fff}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}.yith-wcan-filters{background-color:var(--yith-wcan-filters_colors_background,transparent);margin-bottom:30px}.yith-wcan-filters h3.mobile-only{display:none}.yith-wcan-filters fieldset{border:none;margin:0;padding:0}.yith-wcan-filters fieldset legend{display:none}.yith-wcan-filters .yith-wcan-filter{margin-bottom:30px}.yith-wcan-filters .yith-wcan-filter .filter-title{color:var(--yith-wcan-filters_colors_titles,#434343)}.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable{cursor:pointer;position:relative}@keyframes loading__animation{to{transform:translateX(100%)}}.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after{background-size:100% auto;content:"";display:block;height:10px;position:absolute;right:15px;top:calc(50% - 5px);width:10px}.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.closed:after,.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.opened):after,.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.open):after{background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-down.svg)}.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.open:after,.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.opened:after{background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-up.svg)}.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after{right:5px}.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.collapsable.closed+.filter-content{display:none}.yith-wcan-filters .yith-wcan-filter .filter-items{float:none;list-style:none;padding-left:0}.yith-wcan-filters .yith-wcan-filter .filter-items.level-0{margin:0;padding:0}.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul{padding-left:15px}.yith-wcan-filters .yith-wcan-filter .filter-items.filter-color{font-size:0;margin:0 -5px}.yith-wcan-filters .yith-wcan-filter .filter-items.filter-label{font-size:0;margin:0 -5px}.yith-wcan-filters .yith-wcan-filter .filter-items.filter-dropdown{display:none}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item{line-height:2;margin:0}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a{color:var(--yith-wcan-anchors_style_text,#434343);text-decoration:none}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a:hover,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a:hover{color:var(--yith-wcan-anchors_style_text_hover,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled{opacity:.5}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled>a,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled>label>a{color:#B4B4B4;cursor:not-allowed}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>a,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>label>a{color:var(--yith-wcan-anchors_style_text_active,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color{display:inline-block;margin-bottom:10px}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color>a{display:inline-block;position:relative}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.no-color,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.no-image{font-size:1rem;text-align:center}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-below,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right{font-size:1rem}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right{display:block;margin:0 0 10px;width:100%}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-color,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-image{margin-bottom:0;margin-right:10px}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-label{display:inline-block;font-size:1em}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color{border:2px solid #fff0;border-radius:var(--yith-wcan-color_swatches_border_radius,4px);display:inline-block;height:calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);margin-bottom:5px;overflow:hidden;vertical-align:middle;width:calc(var(--yith-wcan-color_swatches_size, 45px) + 4px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color .color-swatch{display:block;height:100%;width:100%}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color.bi-color .color-swatch{border-style:solid;border-width:0 0 var(--yith-wcan-color_swatches_size,45px) var(--yith-wcan-color_swatches_size,45px);border-left-color:transparent!important;border-right-color:transparent!important}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color:hover{border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image{border:2px solid #fff0;border-radius:var(--yith-wcan-color_swatches_border_radius,4px);display:inline-block;font-size:0;height:calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);margin-bottom:5px;overflow:hidden;vertical-align:middle;width:calc(var(--yith-wcan-color_swatches_size, 45px) + 4px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image:hover{border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image img{height:auto;width:100%}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.disabled .term-color,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.disabled .term-image img{opacity:.4}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-label{display:block;font-size:.9em;line-height:1.4;text-align:center}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-hide .term-label{display:none}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-color,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-image{border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color:not(.no-color):not(.no-image):not(.label-right)>a:after{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/close.svg);background-position:center;background-repeat:no-repeat;background-size:60%;border-radius:100%;color:#fff;content:"";font-size:16px;height:15px;line-height:15px;position:absolute;right:-5px;text-align:center;text-decoration:none;top:-5px;width:15px}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label{background-color:var(--yith-wcan-labels_style_background,#fff);box-shadow:0 0 0 1px #D7D7D7;border-radius:4px;display:inline-block;margin:0 5px 10px;padding:7px;text-align:center}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label>a{color:var(--yith-wcan-labels_style_text,#434343);display:block;height:100%}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image:not(.label-right)>a{position:relative}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image:not(.label-right)>a:after{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/close.svg);background-position:center;background-repeat:no-repeat;background-size:60%;border-radius:100%;color:#fff;content:"";font-size:16px;height:15px;line-height:15px;position:absolute;right:-5px;text-align:center;text-decoration:none;top:-5px;width:15px;right:-13px;top:-15px}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.disabled):hover{box-shadow:0 0 0 2px var(--yith-wcan-filters_colors_accent,#4e8ba2);color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image){background-color:var(--yith-wcan-labels_style_background_active,#4e8ba2);box-shadow:0 0 0 2px var(--yith-wcan-labels_style_background_active,#4e8ba2);color:var(--yith-wcan-labels_style_text_active,#fff)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) .term-label,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) .item-count{color:var(--yith-wcan-labels_style_text_active,#fff)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover{background-color:var(--yith-wcan-labels_style_background_hover,#4e8ba2);box-shadow:0 0 0 2px var(--yith-wcan-labels_style_background_hover,#4e8ba2);color:var(--yith-wcan-labels_style_text_hover,#fff)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover .term-label,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover .item-count{color:var(--yith-wcan-labels_style_text_hover,#fff)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image{background:none;box-shadow:none;display:block;padding:0;text-align:left;width:100%}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image>a{display:inline-block;color:var(--yith-wcan-anchors_style_text,#434343)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image>a:hover{color:var(--yith-wcan-anchors_style_text_hover,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image.active>a{color:var(--yith-wcan-anchors_style_text_active,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image .term-image{margin-right:10px;max-width:70px;vertical-align:middle}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image .term-label{display:inline-block;vertical-align:middle}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-image{display:inline-block;font-size:0;max-width:100%}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-image img{width:100%;height:auto}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-label{display:block;font-size:.8rem}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-hide.with-image .term-label{display:none}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable{position:relative}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable .toggle-handle{background-size:50% auto;background-position:center center;background-repeat:no-repeat;cursor:pointer;display:block;height:20px;position:absolute;right:10px;top:0;width:20px}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.closed>.toggle-handle{background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-down.svg)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened>.toggle-handle{background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-up.svg)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable:after{top:5px}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .item-count{color:#B4B4B4;font-size:1em}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .star-rating{display:inline-block;line-height:1.4;margin-right:10px;vertical-align:middle}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .checkboxbutton.checked:before{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .radiobutton.checked:before{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-1-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(100% - 10px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-2-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(50% - 10px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-3-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(33.3333333333% - 10px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-4-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(25% - 10px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-5-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(20% - 10px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-6-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(16.6666666667% - 10px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-7-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(14.2857142857% - 10px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-8-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(12.5% - 10px)}.yith-wcan-filters .yith-wcan-filter.label-design .filter-items{font-size:0}.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:0;color:#fff;cursor:initial;font-size:.6875rem;line-height:normal;padding:7px 10px;pointer-events:none;text-align:center;display:none;top:calc(50% - 15px);z-index:1006}.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip:before{background:transparent!important;border-top:5px solid #fff0;border-bottom:5px solid #fff0;border-right:5px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);content:"";bottom:-5px;display:block;height:0;left:-5px;position:absolute;top:calc(50% - 5px);width:0}.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip>img{min-width:40px;height:auto}.yith-wcan-filters .yith-wcan-filter .filter-color .yith-wcan-tooltip,.yith-wcan-filters .yith-wcan-filter .filter-label .yith-wcan-tooltip{bottom:calc(100% + 15px);top:auto;white-space:nowrap}.yith-wcan-filters .yith-wcan-filter .with-tooltip{position:relative}.yith-wcan-filters .yith-wcan-filter .with-tooltip .yith-wcan-tooltip{position:absolute}.yith-wcan-filters .yith-wcan-filter .filter-color .with-tooltip .yith-wcan-tooltip:before,.yith-wcan-filters .yith-wcan-filter .filter-label .with-tooltip .yith-wcan-tooltip:before{border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);left:calc(50% - 5px);top:100%}.yith-wcan-filters .yith-wcan-filter .price-slider.both{padding:20px 10px}.yith-wcan-filters .yith-wcan-filter .price-slider.both:after{content:"";display:block;clear:both}.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min,.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max{min-width:0;width:50px}.yith-wcan-filters .yith-wcan-filter .price-slider.both .irs{margin-bottom:20px}.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min{float:left}.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max{float:right}.yith-wcan-filters .yith-wcan-filter .price-slider.fields{padding:20px 0}.yith-wcan-filters .yith-wcan-filter .price-slider.fields .price-slider-min,.yith-wcan-filters .yith-wcan-filter .price-slider.fields .price-slider-max{min-width:0;width:70px;margin:0 5px}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-line{height:5px;border-radius:4px}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle{border:4px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);cursor:grab;height:18px;top:29px;width:18px}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-min,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-max{background:none;top:-5px}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:0;color:#fff;cursor:initial;font-size:.6875rem;line-height:normal;padding:7px 10px;pointer-events:none;text-align:center;top:-8px}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single:before{background:transparent!important;border-top:5px solid #fff0;border-bottom:5px solid #fff0;border-right:5px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);content:"";bottom:-5px;display:block;height:0;left:-5px;position:absolute;top:calc(50% - 5px);width:0}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from>img,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to>img,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single>img{min-width:40px;height:auto}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single:before{border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);left:calc(50% - 2px);top:100%}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown{border:1px solid #D7D7D7;border-radius:4px;padding:8px 15px;cursor:pointer;position:relative}@keyframes loading__animation{to{transform:translateX(100%)}}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:after{background-size:100% auto;content:"";display:block;height:10px;position:absolute;right:15px;top:calc(50% - 5px);width:10px}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.closed:after,.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.opened):after,.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.open):after{background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-down.svg)}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open:after,.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.opened:after{background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-up.svg)}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper{background-color:#fff;border:1px solid rgba(var(--yith-wcan-filters_colors_accent_r,73),var(--yith-wcan-filters_colors_accent_g,139),var(--yith-wcan-filters_colors_accent_b,162),.3);border-radius:4px;box-shadow:0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r,73),var(--yith-wcan-filters_colors_accent_g,139),var(--yith-wcan-filters_colors_accent_b,162),.3);display:none;left:0;padding:15px;position:absolute;right:0;top:calc(100% + 10px);z-index:1011}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container{margin-bottom:15px;position:relative}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field{padding-right:40px;width:100%}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field:active,.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field:focus{border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);box-shadow:0 0 2px var(--yith-wcan-filters_colors_accent,#4e8ba2);outline-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container:after{background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/search.svg);background-size:100% auto;content:"";display:block;height:25px;position:absolute;right:10px;top:10px;width:25px}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items{margin-bottom:0;max-height:200px;overflow-y:scroll}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li{margin-bottom:5px}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li>a{display:inline-block;vertical-align:middle}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items::-webkit-scrollbar{-webkit-appearance:none;width:6px}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items::-webkit-scrollbar-thumb{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:4px}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .show-more{color:var(--yith-wcan-anchors_style_text_hover,#4e8ba2);display:inline-block;font-size:.8em;margin-top:10px;text-decoration:none}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .show-more:hover{color:var(--yith-wcan-anchors_style_text,#434343)}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label{vertical-align:middle}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label .star-rating{display:inline-block;line-height:1.4;margin-right:10px;vertical-align:middle}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open{border-color:rgba(var(--yith-wcan-filters_colors_accent_r,73),var(--yith-wcan-filters_colors_accent_g,139),var(--yith-wcan-filters_colors_accent_b,162),.3);box-shadow:0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r,73),var(--yith-wcan-filters_colors_accent_g,139),var(--yith-wcan-filters_colors_accent_b,162),.3)}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open .dropdown-wrapper{display:block}.yith-wcan-filters .yith-wcan-filter a.clear-selection{font-size:.9em;display:inline-block;margin-bottom:20px;cursor:pointer}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder{height:calc(1.5em + 16px);background-color:#B4B4B4!important;border:0!important;border-radius:4px;box-shadow:none;color:#B4B4B4!important;display:block;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:auto;z-index:1;cursor:pointer;position:relative}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:before{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#B4B4B4,#f0f0f0,#B4B4B4);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes loading__animation{to{transform:translateX(100%)}}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:after{background-size:100% auto;content:"";display:block;height:10px;position:absolute;right:15px;top:calc(50% - 5px);width:10px}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder.closed:after,.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:not(.opened):after,.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:not(.open):after{background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-down.svg)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder.open:after,.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder.opened:after{background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-up.svg)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder{position:relative}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .item-placeholder{height:5px;margin:45px 0;background-color:#B4B4B4!important;border:0!important;border-radius:4px;box-shadow:none;color:#B4B4B4!important;display:block;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:auto;z-index:1}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .item-placeholder:before{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#B4B4B4,#f0f0f0,#B4B4B4);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .irs-handle{border-radius:100%;border:4px solid #ebebeb;background-color:#ebebeb;top:calc(50% - 9px);z-index:2}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .irs-handle.from{left:0}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .irs-handle.to{right:0}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items{margin-bottom:0}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items .filter-item{display:flex;align-items:center;margin-bottom:10px}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items input{cursor:not-allowed;pointer-events:none;vertical-align:middle}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items .item-placeholder{height:1em;vertical-align:middle;cursor:none;background-color:#B4B4B4!important;border:0!important;border-radius:4px;box-shadow:none;color:#B4B4B4!important;display:block;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:auto;z-index:1}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items .item-placeholder:before{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#B4B4B4,#f0f0f0,#B4B4B4);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.checkbox-design .item-placeholder,.yith-wcan-filters .yith-wcan-filter.filter-placeholder.radio-design .item-placeholder,.yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-price-range .item-placeholder,.yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-orderby .item-placeholder,.yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-review .item-placeholder,.yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-stock-sale .item-placeholder{flex:auto;display:inline-block}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items{font-size:inherit;display:flex;flex-wrap:wrap;column-gap:5px}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item{display:block}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(1){width:calc(40% - 5px)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(2){width:calc(25% - 5px)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(3){width:calc(35% - 5px)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(4){width:calc(30% - 5px)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item .item-placeholder{height:2em}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.color-design .filter-items .filter-item{border-radius:var(--yith-wcan-color_swatches_border_radius,4px);display:inline-block;height:calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);margin-right:15px;vertical-align:middle;width:calc(var(--yith-wcan-color_swatches_size, 45px) + 4px)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.color-design .filter-items .filter-item .item-placeholder{height:100%}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.text-design .filter-items .filter-item{display:block;margin-bottom:25px}.yith-wcan-filters.custom-style span.checkboxbutton{position:relative}.yith-wcan-filters.custom-style span.checkboxbutton input[type=checkbox]{bottom:0;cursor:pointer;height:20px;left:0;opacity:0;position:absolute;right:0;width:20px}.yith-wcan-filters.custom-style span.checkboxbutton:before{content:"";display:inline-block;width:20px;height:20px;background:#fff;border:1px solid #D7D7D7;border-radius:4px;margin-right:10px;text-align:center;line-height:23px;font-size:17px;vertical-align:middle;cursor:pointer;margin-bottom:5px;transition:background-color ease 0.3s}.yith-wcan-filters.custom-style span.checkboxbutton.checked:before{background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/check.svg)!important;background-size:65%;background-position:center center;background-repeat:no-repeat!important;background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);color:#fff;content:""}.yith-wcan-filters.custom-style span.radiobutton{position:relative}.yith-wcan-filters.custom-style span.radiobutton input[type=radio]{bottom:0;cursor:pointer;height:23px;left:0;opacity:0;position:absolute;right:0;width:23px}.yith-wcan-filters.custom-style span.radiobutton:before{content:"";background:#fff;background-clip:content-box;border:1px solid #D7D7D7;border-radius:100%;cursor:pointer;display:inline-block;font-size:20px;height:20px;line-height:20px;padding:2px;margin-bottom:5px;margin-right:10px;text-align:center;vertical-align:middle;width:20px}.yith-wcan-filters.custom-style span.radiobutton.checked:before{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);background-clip:content-box!important}.yith-wcan-filters.custom-style .star-rating{color:#e3a405}.yith-wcan-filters.custom-style .yith-wcan-filter.filter-placeholder span.checkboxbutton:before,.yith-wcan-filters.custom-style .yith-wcan-filter.filter-placeholder span.radiobutton:before{border:1px solid #B4B4B4;background-color:#B4B4B4;opacity:.15}.yith-wcan-filters .apply-filters{margin-top:15px}.yith-wcan-filters.filters-modal{bottom:0;box-shadow:0 0 50px 0 rgb(0 0 0 / .4);left:0;margin:0;position:fixed;right:0;top:0;transform:translate(-100%,0);transition:0.3s transform cubic-bezier(.645,.045,.355,1);z-index:1002}.yith-wcan-filters.filters-modal h3{background:#eee;font-size:1.2em;height:60px;left:0;line-height:60px;margin:0;position:absolute;right:0;text-align:center;top:0;z-index:1007}.yith-wcan-filters.filters-modal h3.mobile-only{display:block}.yith-wcan-filters.filters-modal .filters-container{height:calc(100% - 65px);margin-top:65px;overflow-y:scroll;padding:20px}.yith-wcan-filters.filters-modal .filters-container::-webkit-scrollbar{-webkit-appearance:none;width:6px}.yith-wcan-filters.filters-modal .filters-container::-webkit-scrollbar-thumb{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:4px}.yith-wcan-filters.filters-modal .filters-container>.clear-selection{cursor:pointer;display:inline-block;margin-bottom:20px}.yith-wcan-filters.filters-modal.with-filter-button .filters-container{height:calc(100% - 130px)}.yith-wcan-filters.filters-modal .yith-wcan-filter{border:1px solid #D7D7D7;border-radius:4px;margin-bottom:15px;padding:15px}.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-title{margin:0}.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-title.collapsable:after{right:5px}.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-content{margin-top:15px}.yith-wcan-filters.filters-modal.open{display:block;opacity:1;transform:translate(0,0)}.yith-wcan-filters.filters-modal .close-button{color:var(--yith-wcan-anchors_style_text,#434343);cursor:pointer;font-size:1.5em;height:35px;line-height:1;position:absolute;text-align:center;text-decoration:none;right:20px;top:15px;vertical-align:middle;width:35px;z-index:1008}.yith-wcan-filters.filters-modal .close-button:hover{color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters.filters-modal .main-modal-button{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:0;bottom:0;display:none;height:60px;line-height:60px;left:0;margin:0;padding:0;position:fixed;right:0;width:100%}.yith-wcan-filters.horizontal:not(.filters-modal){text-align:left}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter{display:inline-block;margin-bottom:8px;min-width:200px;position:relative;vertical-align:top}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable{border:1px solid #D7D7D7;border-radius:4px;font-weight:400;margin-top:0;margin-bottom:10px;margin-right:15px;padding:10px 40px 10px 20px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable:after{right:15px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable span.filter-count{border:2px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);padding:0 5px;font-size:.8em;margin:0 10px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened,.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened+.filter-content{border:1px solid rgba(var(--yith-wcan-filters_colors_accent_r,73),var(--yith-wcan-filters_colors_accent_g,139),var(--yith-wcan-filters_colors_accent_b,162),.3);box-shadow:0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r,73),var(--yith-wcan-filters_colors_accent_g,139),var(--yith-wcan-filters_colors_accent_b,162),.3)}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable+.filter-content{background-color:#fff;border:1px solid #D7D7D7;border-radius:4px;min-width:300px;position:absolute;padding:20px;width:100%;z-index:1001}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable+.filter-content .filter-content-footer{background-color:#f0f0f0;margin:20px -20px -20px;padding:15px 20px;text-align:right}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable+.filter-content .filter-content-footer .apply-filters{margin:0}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable+.filter-content .filter-content-footer .clear-selection{background:#CBCBCB;border-color:#CBCBCB;color:#434343;margin-bottom:0;margin-right:15px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content>.filter-items{max-height:200px;overflow-y:scroll;overflow-x:hidden;padding:5px 2px 0 0}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content>.filter-items::-webkit-scrollbar{-webkit-appearance:none;width:6px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content>.filter-items::-webkit-scrollbar-thumb{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:4px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.label-design .filter-items{padding-top:8px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .search-field-container{margin-bottom:20px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .search-field-container input{width:100%}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .matching-items a{cursor:pointer}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-title{visibility:hidden;height:0;margin:0}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content{height:calc(1.5em + 16px);margin-bottom:10px;background-color:#B4B4B4!important;border:0!important;border-radius:4px;box-shadow:none;color:#B4B4B4!important;display:block;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:auto;z-index:1;cursor:pointer;position:relative}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:before{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#B4B4B4,#f0f0f0,#B4B4B4);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes loading__animation{to{transform:translateX(100%)}}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:after{background-size:100% auto;content:"";display:block;height:10px;position:absolute;right:15px;top:calc(50% - 5px);width:10px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content.closed:after,.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:not(.opened):after,.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:not(.open):after{background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-down.svg)}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content.open:after,.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content.opened:after{background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-up.svg)}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content *{display:none}.yith-wcan-filters.horizontal:not(.filters-modal) form>.apply-filters{margin-top:0}body.admin-bar .yith-wcan-filters.filters-modal{top:32px}body.yith-wcan-preset-modal-open:after{background:rgb(0 0 0 / .5);bottom:0;content:"";display:block;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:1001}body.yith-wcan-preset-modal-open:after.admin-bar{top:32px}body.rtl .yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul{padding-left:0;padding-right:15px}body.rtl .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after{left:5px;right:auto}@media (max-width:991px){body.filters-in-modal .yith-wcan-filters{display:none}}@media (max-width:782px){body.admin-bar .yith-wcan-filters.filters-modal{top:46px}}.yith-wcan-active-filters{font-size:.8em;margin-bottom:20px}.yith-wcan-active-filters .active-filter{display:inline-block;margin-bottom:5px;margin-right:15px}.yith-wcan-active-filters .active-filter b{display:inline-block;margin-right:15px}.yith-wcan-active-filters .active-filter .active-filter-label{border:1px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:5px;color:var(--yith-wcan-anchors_style_text,#434343);cursor:pointer;display:inline-block;font-size:13px;font-weight:400;line-height:1.5;margin-right:5px;margin-bottom:0;padding:4px 15px 3px;position:relative;text-decoration:none;position:relative}.yith-wcan-active-filters .active-filter .active-filter-label:after{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/close.svg);background-position:center;background-repeat:no-repeat;background-size:60%;border-radius:100%;color:#fff;content:"";font-size:16px;height:15px;line-height:15px;position:absolute;right:-5px;text-align:center;text-decoration:none;top:-5px;width:15px}.yith-wcan-active-filters .active-filter .active-filter-label .star-rating{display:inline-block;line-height:1.4;margin-right:10px;vertical-align:middle;margin-right:0}.yith-wcan-active-filters.no-titles .active-filter{margin-right:0}.yith-wcan-active-filters.custom-style .star-rating{color:#e3a405}.yith-wcan-active-filters .reset-filters{border:1px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:5px;color:var(--yith-wcan-anchors_style_text,#434343);cursor:pointer;display:inline-block;font-size:13px;font-weight:400;line-height:1.5;margin-right:5px;margin-bottom:0;padding:4px 15px 3px;position:relative;text-decoration:none;background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);color:#fff}.yith-wcan-active-filters .reset-filters:hover{background-color:rgb(calc(var(--yith-wcan-filters_colors_accent_r, 73) * 0.8),calc(var(--yith-wcan-filters_colors_accent_g, 139) * 0.8),calc(var(--yith-wcan-filters_colors_accent_b, 162) * 0.8));border-color:rgb(calc(var(--yith-wcan-filters_colors_accent_r, 73) * 0.8),calc(var(--yith-wcan-filters_colors_accent_g, 139) * 0.8),calc(var(--yith-wcan-filters_colors_accent_b, 162) * 0.8))}.yith-wcan-filters-opener{border:1px solid #D7D7D7;border-radius:4px;background:#fff;color:var(--yith-wcan-anchors_style_text,#434343);display:none;outline-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters-opener i.filter-icon{background-image:url(/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/filters.svg);background-position:center center;background-size:100% auto;background-repeat:no-repeat;display:inline-block;height:15px;margin-right:2px;vertical-align:middle;width:15px}.yith-wcan-filters-opener:hover{background:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);color:#fff}.yith-wcan-filters-opener:hover i.filter-icon{filter:brightness(0) invert(1)}:root{--yith-wcan-filters_colors_titles:#333333;--yith-wcan-filters_colors_background:#FFFFFF;--yith-wcan-filters_colors_accent:rgb(0,136,204);--yith-wcan-filters_colors_accent_r:0;--yith-wcan-filters_colors_accent_g:136;--yith-wcan-filters_colors_accent_b:204;--yith-wcan-color_swatches_border_radius:5px;--yith-wcan-color_swatches_size:52px;--yith-wcan-labels_style_background:#FFFFFF;--yith-wcan-labels_style_background_hover:rgb(0,136,204);--yith-wcan-labels_style_background_active:rgb(0,136,204);--yith-wcan-labels_style_text:#434343;--yith-wcan-labels_style_text_hover:#FFFFFF;--yith-wcan-labels_style_text_active:#FFFFFF;--yith-wcan-anchors_style_text:#434343;--yith-wcan-anchors_style_text_hover:rgb(0,136,204);--yith-wcan-anchors_style_text_active:rgb(0,136,204)}:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp:6px 6px 0px rgb(0, 0, 0)}:where(body){margin:0}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}body{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}:root :where(.wp-element-button,.wp-block-button__link){background-color:#32373c;border-width:0;color:#fff;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-top:calc(0.667em + 2px);padding-right:calc(1.333em + 2px);padding-bottom:calc(0.667em + 2px);padding-left:calc(1.333em + 2px);text-decoration:none;text-transform:inherit}.has-black-color{color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-color{color:var(--wp--preset--color--white)!important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple)!important}.has-black-background-color{background-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-background-color{background-color:var(--wp--preset--color--white)!important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple)!important}.has-black-border-color{border-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-border-color{border-color:var(--wp--preset--color--white)!important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple)!important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)!important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)!important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)!important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)!important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)!important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum)!important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple)!important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux)!important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk)!important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean)!important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass)!important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight)!important}.has-small-font-size{font-size:var(--wp--preset--font-size--small)!important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium)!important}.has-large-font-size{font-size:var(--wp--preset--font-size--large)!important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large)!important}/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}:root{--wp-internal-comment:"Placeholder for wp_hoist_late_printed_styles() to replace with the block styles printed at wp_footer."}:root{--wp-internal-comment:"Placeholder for wp_hoist_late_printed_styles() to replace with the global-styles printed at wp_footer."}@media screen{.sn_staal{position:absolute;top:0;z-index:1;background:rgb(0 136 204 / .5);left:0;color:#fff;font-weight:600;text-transform:uppercase;text-align:left;margin:auto;height:35px}.sn_staal p{margin:0;padding:6px 12px 0 12px;font-size:12px;color:#fff;width:fit-content}.sn_staal i{font-family:'fontAwesome';margin-right:5px;font-size:15px}}@media screen{.switch-toggle a,.switch-light span span{display:none}@media only screen{.switch-light{display:block;height:1.875em;position:relative;overflow:visible;padding:0;margin-left:6.25em}.switch-light *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.switch-light a{display:block;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;transition:all 0.2s ease-out}.switch-light label,.switch-light>span{line-height:1.875em;vertical-align:middle}.switch-light input:focus~a,.switch-light input:focus+label{outline:1px dotted #888}.switch-light label{position:relative;z-index:3;display:block;width:100%}.switch-light input{position:absolute;opacity:0;z-index:5}.switch-light input:checked~a{right:0%}.switch-light>span{position:absolute;left:-6.25em;width:100%;margin:0;padding-right:6.25em;text-align:left}.switch-light>span span{position:absolute;top:0;left:0;z-index:5;display:block;width:50%;margin-left:6.25em;text-align:center}.switch-light>span span:last-child{left:50%}.switch-light a{position:absolute;right:50%;top:0;z-index:4;display:block;width:50%;height:100%;padding:0}.switch-toggle{display:block;height:1.875em;position:relative;padding:0!important}.switch-toggle *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.switch-toggle a{display:block;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;transition:all 0.2s ease-out}.switch-toggle label,.switch-toggle>span{line-height:1.875em;vertical-align:middle}.switch-toggle input:focus~a,.switch-toggle input:focus+label{outline:1px dotted #888}.switch-toggle *{font-size:1em}.switch-toggle input{position:absolute;opacity:0;left:0}.switch-toggle input+label{position:relative;z-index:2;float:left;width:50%;height:100%;margin:0;text-align:center}.switch-toggle a{position:absolute;top:0;left:0;padding:0;z-index:1;width:50%;height:100%}.switch-toggle input:last-of-type:checked~a{left:50%}.switch-toggle.switch-3 label,.switch-toggle.switch-3 a{width:33.3333333333%}.switch-toggle.switch-3 input:checked:nth-of-type(2)~a{left:33.3333333333%}.switch-toggle.switch-3 input:checked:last-of-type~a{left:66.6666666667%}.switch-toggle.switch-4 label,.switch-toggle.switch-4 a{width:25%}.switch-toggle.switch-4 input:checked:nth-of-type(2)~a{left:25%}.switch-toggle.switch-4 input:checked:nth-of-type(3)~a{left:50%}.switch-toggle.switch-4 input:checked:last-of-type~a{left:75%}.switch-toggle.switch-5 label,.switch-toggle.switch-5 a{width:20%}.switch-toggle.switch-5 input:checked:nth-of-type(2)~a{left:20%}.switch-toggle.switch-5 input:checked:nth-of-type(3)~a{left:40%}.switch-toggle.switch-5 input:checked:nth-of-type(4)~a{left:60%}.switch-toggle.switch-5 input:checked:last-of-type~a{left:80%}.switch-candy{background-color:#2d3035;border-radius:3px;color:#fff;font-weight:700;text-align:center;text-shadow:1px 1px 1px #191b1e;box-shadow:inset 0 2px 6px rgb(0 0 0 / .3),0 1px 0 rgb(255 255 255 / .2)}.switch-candy label{color:#fff;-webkit-transition:color 0.2s ease-out;-moz-transition:color 0.2s ease-out;transition:color 0.2s ease-out}.switch-candy input:checked+label{color:#333;text-shadow:0 1px 0 rgb(255 255 255 / .5)}.switch-candy a{border:1px solid #333;background-color:#70c66b;border-radius:3px;background-image:-webkit-linear-gradient(top,rgb(255 255 255 / .2),#fff0);background-image:linear-gradient(to bottom,rgb(255 255 255 / .2),#fff0);box-shadow:0 1px 1px rgb(0 0 0 / .2),inset 0 1px 1px rgb(255 255 255 / .45)}.switch-candy>span{color:#333;text-shadow:none}.switch-candy span{color:#fff}.switch-candy.switch-candy-blue a{background-color:#38a3d4}.switch-candy.switch-candy-yellow a{background-color:#f5e560}.switch-android{background-color:#464747;border-radius:1px;box-shadow:inset rgb(0 0 0 / .1) 0 1px 0;color:#fff}.switch-android label{color:#fff}.switch-android>span span{opacity:0;margin-left:7.1875em;-webkit-transition:all 0.1s;-moz-transition:all 0.1s;transition:all 0.1s}.switch-android>span span:first-of-type{opacity:1}.switch-android>span span,.switch-android input+label{font-size:85%;line-height:2.15625em}.switch-android a{background-color:#666;border-radius:1px;box-shadow:inset rgb(255 255 255 / .2) 0 1px 0,inset rgb(0 0 0 / .3) 0 -1px 0}.switch-android.switch-light input:checked~a{background-color:#0E88B1}.switch-android.switch-light input:checked~span span:first-of-type{opacity:0}.switch-android.switch-light input:checked~span span:last-of-type{opacity:1}.switch-android.switch-toggle,.switch-android>span span{text-transform:uppercase}.switch-ios.switch-light{color:#868686}.switch-ios.switch-light a{left:0;width:1.875em;background-color:#fff;border:1px solid #d3d3d3;border-radius:100%;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;transition:all 0.3s ease-out;box-shadow:inset 0 -3px 3px rgb(0 0 0 / .025),0 1px 4px rgb(0 0 0 / .15),0 4px 4px rgb(0 0 0 / .1)}.switch-ios.switch-light>span span{width:100%;left:0;opacity:0}.switch-ios.switch-light>span span:first-of-type{opacity:1;padding-left:1.875em}.switch-ios.switch-light>span span:last-of-type{padding-right:1.875em}.switch-ios.switch-light>span:before{content:'';display:block;width:100%;height:100%;position:absolute;left:6.25em;top:0;background-color:#fafafa;border:1px solid #d3d3d3;border-radius:30px;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;transition:all 0.5s ease-out;box-shadow:inset rgb(0 0 0 / .1) 0 1px 0}.switch-ios.switch-light input:checked~a{left:100%;margin-left:-1.875em}.switch-ios.switch-light input:checked~span:before{border-color:#53d76a;box-shadow:inset 0 0 0 30px #53d76a}.switch-ios.switch-light input:checked~span span:first-of-type{opacity:0}.switch-ios.switch-light input:checked~span span:last-of-type{opacity:1;color:#fff}.switch-ios.switch-toggle{background-color:#fafafa;border:1px solid #d3d3d3;border-radius:30px;box-shadow:inset rgb(0 0 0 / .1) 0 1px 0}.switch-ios.switch-toggle a{background-color:#53d76a;border-radius:25px;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.switch-ios.switch-toggle label{color:#868686}.switch-ios input:checked+label{color:#3a3a3a}}@media only screen and (-webkit-max-device-pixel-ratio:2) and (max-device-width:80em){.switch-light,.switch-toggle{-webkit-animation:webkitSiblingBugfix infinite 1s}}@-webkit-keyframes webkitSiblingBugfix{from{-webkit-transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(0,0,0)}}.basic-switch-woocommerce-deposits{margin:10px 0}.basic-switch-woocommerce-deposits label{margin:0 5px 0 0}}.wc-deposits-options-form{margin-bottom:12px}.wc-deposits-options-form .deposit-options{overflow:hidden}.wc-deposits-options-form hr.separator{margin:4px}.wc-deposits-options-form .input-radio{display:none}@media only screen{.wc-deposits-options-form input.input-radio:enabled~label{margin:0;text-shadow:rgb(0 0 0 / .6) 0 -1px 0;box-shadow:rgb(0 0 0 / .0745098) 0 -1px 0 0 inset,rgb(255 255 255 / .298039) 0 1px 0 0 inset,rgb(0 0 0 / .0980392) 0 1px 2px 0}.wc-deposits-options-form input.input-radio:disabled~label{color:#797979;background-color:#555;box-shadow:rgb(0 0 0 / .0745098) 0 -1px 0 0 inset,rgb(255 255 255 / .298039) 0 1px 0 0 inset,rgb(0 0 0 / .0980392) 0 1px 2px 0}}#tiptip_holder{display:none;position:absolute;top:0;left:0;z-index:99999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_left{padding-right:5px}#tiptip_content{font-size:11px;color:#fff;text-shadow:0 0 2px #000;padding:4px 8px;border:1px solid rgb(255 255 255 / .25);background-color:#191919;background-color:rgb(25 25 25 / .92);background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(transparent),to(#000));border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;box-shadow:0 0 3px #555;-webkit-box-shadow:0 0 3px #555;-moz-box-shadow:0 0 3px #555}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:#fff0;border-style:solid;border-width:6px;height:0;width:0}#tiptip_holder.tip_top #tiptip_arrow{border-top-color:#fff;border-top-color:rgb(255 255 255 / .35)}#tiptip_holder.tip_bottom #tiptip_arrow{border-bottom-color:#fff;border-bottom-color:rgb(255 255 255 / .35)}#tiptip_holder.tip_right #tiptip_arrow{border-right-color:#fff;border-right-color:rgb(255 255 255 / .35)}#tiptip_holder.tip_left #tiptip_arrow{border-left-color:#fff;border-left-color:rgb(255 255 255 / .35)}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#191919;border-top-color:rgb(25 25 25 / .92)}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px;border-bottom-color:#191919;border-bottom-color:rgb(25 25 25 / .92)}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#191919;border-right-color:rgb(25 25 25 / .92)}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px;border-left-color:#191919;border-left-color:rgb(25 25 25 / .92)}@media screen and (-webkit-min-device-pixel-ratio:0){#tiptip_content{padding:4px 8px 5px 8px;background-color:rgb(45 45 45 / .88)}#tiptip_holder.tip_bottom #tiptip_arrow_inner{border-bottom-color:rgb(45 45 45 / .88)}#tiptip_holder.tip_top #tiptip_arrow_inner{border-top-color:rgb(20 20 20 / .92)}}.wcdp_hidden{display:none!important}#deposit-help-tip{background:rgb(80 80 80 / .92);;padding:1px 7px;color:#fff;border-radius:5px}.wcdp-payment-plans{padding:10px}.wcdp-payment-plans a{cursor:pointer}.wcdp-payment-plans ul{list-style:none!important}:root{--woocommerce:#720eec;--wc-green:#008a20;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-card-border-radius:8px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:#fff0;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:#fff0;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgb(0 0 0 / .15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}@media only screen and (max-width:768px){:root{--woocommerce:#720eec;--wc-green:#008a20;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-card-border-radius:8px}.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgb(0 0 0 / .025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce table.shop_attributes tr,.woocommerce-page table.shop_attributes tr{display:block}.woocommerce table.shop_attributes tr td,.woocommerce table.shop_attributes tr th,.woocommerce-page table.shop_attributes tr td,.woocommerce-page table.shop_attributes tr th{display:block;max-width:100%;width:auto;text-align:left;padding:.5em}.woocommerce table.shop_attributes tr th,.woocommerce-page table.shop_attributes tr th{padding-bottom:.25em;border-bottom:0}.woocommerce table.shop_attributes tr td,.woocommerce-page table.shop_attributes tr td{padding-top:.25em}.woocommerce table.shop_attributes tr td>:first-child,.woocommerce table.shop_attributes tr th>:first-child,.woocommerce-page table.shop_attributes tr td>:first-child,.woocommerce-page table.shop_attributes tr th>:first-child{padding-top:0;margin-top:0}.woocommerce table.shop_attributes tr td>:last-child,.woocommerce table.shop_attributes tr th>:last-child,.woocommerce-page table.shop_attributes tr td>:last-child,.woocommerce-page table.shop_attributes tr th>:last-child{padding-bottom:0;margin-bottom:0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:none}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:" ";display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);float:left;font-size:.75em;margin-bottom:0;text-align:left;width:48%}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}}:root{--woocommerce:#720eec;--wc-green:#008a20;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-card-border-radius:8px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be #fff0 #fff0 #fff0;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width) solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:currentColor}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - .5em) 50%}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .country_to_state--single{background:0 0;border:0;padding:0;appearance:none;background-image:none;font:inherit;font-weight:700;color:inherit;width:auto;pointer-events:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}:where(.woocommerce) .select2-container{width:100%}:where(.woocommerce) .select2-container .select2-selection--single{height:auto}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__placeholder{color:var(--wc-form-color-text,#444)}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;left:0;margin:-8px 0 0}:where(.woocommerce) .select2-container .select2-dropdown,:where(.woocommerce) .select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}:where(.woocommerce) .select2-results__options{list-style:none;margin:0;padding:0}:where(.woocommerce) .select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgb(0 0 0 / .2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgb(0 0 0 / .75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgb(0 0 0 / .75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.7;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;right:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;left:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;left:22px;position:absolute;top:19px;transform:rotate(-45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;left:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.7;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgb(90 89 68 / .5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-right:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:#fff0 none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;font-size:24px}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgb(0 0 0 / .1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgb(0 0 0 / .1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgb(0 0 0 / .1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgb(0 0 0 / .025)}.woocommerce table.shop_table{border:1px solid color-mix(in srgb,currentColor 20%,transparent);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-spacing:0;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgb(0 0 0 / .1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce .wc_bis_form{margin:2em 0;padding:0}.woocommerce .wc_bis_form.hidden{display:none}.woocommerce .wc_bis_form__form-row{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:flex-start;gap:.7em;margin:.7em 0}.woocommerce .wc_bis_form__input{box-sizing:border-box;width:auto;white-space:nowrap}.woocommerce .wc_bis_form__button{box-sizing:border-box;white-space:nowrap}.woocommerce .wc_bis_form__checkbox{font-size:var(--wp--preset--font-size--small,.7em);display:block}.woocommerce :where(.wc_bis_form__input,.wc_bis_form__button){padding:.9rem 1.1rem;line-height:1}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-right:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-right:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt::after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt::before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgb(0 0 0 / .1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgb(0 0 0 / .1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgb(0 0 0 / .1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgb(0 0 0 / .1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgb(129 110 153 / .14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid rgb(104 87 125 / .14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li.payment_method_paypal img,.woocommerce-cart #payment ul.payment_methods li.payment_method_paypal img,.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal img{max-height:24px;vertical-align:middle;float:right;margin:0}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e2;border-right-color:#fff0;border-left-color:#fff0;border-top-color:#fff0;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:24px;vertical-align:middle;float:right}.woocommerce-terms-and-conditions{border:1px solid rgb(0 0 0 / .2);box-shadow:inset 0 1px 2px rgb(0 0 0 / .1);background:rgb(0 0 0 / .05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}form.has-custom-place-order-button #place_order{display:none!important}.woocommerce form .form-row .required{visibility:visible}.mfp-container,.media-box,.media-boxes-load-more-button,.media-boxes-filter,.media-boxes-drop-down-menu>li>a,.media-boxes-drop-down-header,.media-boxes-search{font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:300}.media-box{font-size:13px}.media-box iframe{display:block;margin:0!important}.media-box-container{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.media-box-content{padding:20px;position:relative;background:#fff;color:#333;line-height:17px}.thumbnail-overlay-animated{position:relative;opacity:0;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.thumbnail-overlay-animated[data-from="top"]{top:-20px}.thumbnail-overlay-animated[data-from="bottom"]{top:20px}.thumbnail-overlay-animated[data-from="left"]{left:-20px}.thumbnail-overlay-animated[data-from="right"]{left:20px}@media only screen and (min-width:768px){.thumbnail-overlay:hover .thumbnail-overlay-animated{opacity:1;left:0;top:0}}@media only screen and (max-width:768px){.media-box-image:hover .thumbnail-overlay-animated{opacity:1;left:0;top:0}}.thumbnail-overlay-button{display:inline-block;font-size:13px;background:rgb(255 255 255 / .3);color:#fff;padding:10px 14px;margin:3px 0;-webkit-transition:background 0.3s ease-in-out;-moz-transition:background 0.3s ease-in-out;-o-transition:background 0.3s ease-in-out;-ms-transition:background 0.3s ease-in-out;transition:background 0.3s ease-in-out}.thumbnail-overlay-button:hover{background:rgb(255 255 255 / .4)}.thumbnail-overlay-caption{display:inline-block;color:#fff;font-size:11px;background:rgb(255 255 255 / .2);padding:4px 6px;margin:3px 0}.media-box-title{letter-spacing:0;line-height:normal;font-weight:600;color:#333;font-size:18px}.media-box-title small{font-size:12px;display:block;margin-top:5px}.media-box-year{color:gray;font-size:11px;margin-bottom:3px}.media-box-author{font-size:11px;margin:3px 0 0 0!important}.media-box-categories{font-size:11px;line-height:15px;color:#e54e53;margin-top:5px}.media-box-categories span{color:#333;font-weight:600}.media-box-date{font-size:11px;line-height:15px;color:#e54e53;margin-top:5px}.media-box-date span{color:#333;font-weight:600}.media-box-big-icon{margin-bottom:12px}.media-box-big-icon .fa{font-size:55px!important;color:white!important;-webkit-transform:scale(1)!important;-moz-transform:scale(1)!important;-ms-transform:scale(1)!important;-o-transform:scale(1)!important;transform:scale(1)!important}.media-box-text{color:#777;font-size:14px;line-height:26.6px;margin:13px 0 13px 0!important}.media-box-quote{padding:30px;background:#e54e53;color:#fff;font-size:14px;line-height:28px}.media-box-quote span{display:block;margin-top:20px;font-size:13px}.media-box-subscribe{padding:30px;background:#2C393F;color:#fff;font-size:14px;line-height:28px}.media-box-subscribe p{color:#fff}.media-box-subscribe input{border-radius:0;border:0;margin-top:10px;margin-bottom:15px}.media-box-subscribe .btn{border:0;color:#fff;background:#86979F;border-radius:2px;-webkit-box-shadow:inset 0 -2px 0 rgb(0 0 0 / .15);-moz-box-shadow:inset 0 -2px 0 rgb(0 0 0 / .15);box-shadow:inset 0 -2px 0 rgb(0 0 0 / .15);min-width:120px;font-size:12px;padding:12px}.media-box-view-image{margin:12px 0 0 0}.media-box-more a,.media-box-view-image a{text-decoration:none!important;color:inherit;padding:0;margin:0;color:#e54e53;font-weight:600;font-size:11px}.media-box-more a:hover,.media-box-view-image a:hover{color:#333}a.media-box-read-more-link{background:#e54e53;color:#fff;padding:0 4px}a.media-box-read-more-link:hover{background:#333;text-decoration:none}.media-box-footer{background:#e4e4e4;padding:20px}.media-box-social-buttons{text-align:center}.media-box-social-buttons i{font-size:15px;color:#C7C7C7;margin:0 7px;-webkit-transition:color .1s;-moz-transition:color .1s;-o-transition:color .1s;-ms-transition:color .1s;transition:color .1s}.media-box-social-buttons i:hover{color:#333}.media-box-play-button{background:rgb(28 186 200)!important;color:#fff!important;padding-left:3px}.media-box-sound-button{background:rgb(28 186 200)!important;color:#fff!important;padding-left:1px}.media-box-logo{text-align:center;font-size:80px;padding:30px 0;color:rgb(255 255 255 / .7);-webkit-transition:color .1s;-moz-transition:color .1s;-o-transition:color .1s;-ms-transition:color .1s;transition:color .1s}.media-box-logo:hover{color:rgb(255 255 255)}.media-box-price{font-size:16px;color:#e54e53;margin-top:10px}.media-box-price del{font-size:12px;color:#A4A4A4}.media-box-sale{color:#fff;background:#e54e53;width:45px;height:45px;line-height:45px;border-radius:50%;text-align:center;position:absolute;font-weight:100;font-size:12px;top:-10px;right:10px;z-index:99}.media-boxes-load-more-button{cursor:pointer;width:150px;text-align:center;color:#fff;background-color:#333;font-size:14px!important;height:15px;padding:10px 15px 10px 15px;margin:0 auto;line-height:15px;-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important;box-sizing:content-box!important}.media-boxes-no-more-entries{filter:alpha(opacity=20);opacity:.2}.auto-grid-filters-container{overflow:hidden}.filters-container{margin-bottom:15px}.filters-container:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.media-boxes-filter{font-size:0;list-style:none;margin:0;padding:0;text-align:left;display:inline-block}.media-boxes-filter>li{display:inline-block;margin:0 10px 5px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.media-boxes-filter>li:last-child{margin-right:0!important}.media-boxes-filter>li a{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important;box-sizing:content-box!important;vertical-align:top;border:1px solid #EBEBEB;display:block;cursor:pointer;color:#444;font-size:13px;height:38px;line-height:38px;text-decoration:none;margin:0;padding:0 15px;background-color:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-transition:border .1s;-moz-transition:border .1s;-o-transition:border .1s;-ms-transition:border .1s;transition:border .1s}.media-boxes-filter>li a:hover{text-decoration:none;border:1px solid #dadada}.media-boxes-filter>li a.selected{background:#4d4c4d!important;color:#fff!important}.media-boxes-search{margin-bottom:5px;display:inline-block;border:1px solid #EBEBEB}.media-boxes-search .media-boxes-icon,.media-boxes-search .media-boxes-clear{display:inline-block;font-size:13px;height:38px;line-height:38px;width:34px;text-align:center;background:#fff;margin-right:-4px;color:#444}.media-boxes-search .media-boxes-clear{margin-right:-1px;cursor:pointer}.media-boxes-search input[type=text]{vertical-align:top;height:38px;line-height:38px;min-width:150px;max-width:170px;margin:0!important;margin-right:-4px!important;padding:0 10px 0 0!important;font-size:13px;box-shadow:none!important;border:none!important;background-color:#fff;color:#444;outline:0;-webkit-appearance:none;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}.media-boxes-search input::-webkit-input-placeholder{color:#444;font-weight:300}.media-boxes-search input:-ms-input-placeholder{color:#444;font-weight:300}.media-boxes-search input::-moz-placeholder{color:#444;font-weight:300}.media-boxes-search input:-moz-placeholder{color:#444;font-weight:300}.media-boxes-sort{display:inline-block;vertical-align:top}.media-boxes-drop-down,.media-boxes-drop-down-header,.media-boxes-drop-down-menu,.media-boxes-drop-down-menu>li>a{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.media-boxes-drop-down{width:150px;margin:0;margin-bottom:5px;position:relative;display:inline-block;border:1px solid #EBEBEB}.media-boxes-drop-down-header{font-size:12px;margin:0!important;display:block;height:38px;line-height:38px;padding:0 15px!important;text-decoration:none;background-color:#fff;color:#444;cursor:pointer;vertical-align:top}.media-boxes-drop-down-header .fa{float:right;height:34px;line-height:31px}.media-boxes-drop-down-menu{margin:0!important;padding:0!important;z-index:99999;position:absolute;width:100%;display:none;border:0!important;-webkit-box-shadow:0 5px 20px 0 rgb(0 0 0 / .1);-moz-box-shadow:0 5px 20px 0 rgb(0 0 0 / .1);box-shadow:0 5px 20px 0 rgb(0 0 0 / .1)}.media-boxes-drop-down-menu>li{list-style:none;margin:0!important;padding:0!important}.media-boxes-drop-down-menu>li>a{font-size:12px;display:block;margin:0!important;padding:0 15px!important;color:#444;background:#fff;height:38px!important;line-height:38px!important;border-top:1px solid rgb(175 175 175 / .16)!important;text-decoration:none}.media-boxes-drop-down-menu>li>a:hover{color:#000!important}.media-boxes-sort .media-boxes-drop-down-header .fa{display:none}.media-boxes-sort-order{cursor:pointer;display:inline-block;width:34px;height:38px;line-height:38px;color:#444;background:#fff;text-align:center;vertical-align:top;border:1px solid #EBEBEB;-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important;box-sizing:content-box!important}.media-boxes-sort-order>span{display:none}.media-boxes-sort-order>span.selected{display:inline-block}.media-boxes-checkboxes{display:block;margin-bottom:5px}.media-boxes-checkboxes-label{display:inline-block;position:relative;margin-right:20px;padding-left:30px;margin-bottom:5px;cursor:pointer;font-size:14px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.media-boxes-checkboxes-label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.media-boxes-checkboxes-checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#fff;border:1px solid #EBEBEB;transition:background-color 0.3s ease}.media-boxes-checkboxes-label:hover input~.media-boxes-checkboxes-checkmark{background-color:#f5f6fa}.media-boxes-checkboxes-label input:checked~.media-boxes-checkboxes-checkmark{background-color:#2196F3}.media-boxes-checkboxes-checkmark:after{content:""}.media-boxes-checkboxes-label input:checked~.media-boxes-checkboxes-checkmark:after{content:"\f00c"}.media-boxes-checkboxes-label .media-boxes-checkboxes-checkmark:after{display:block;font-family:FontAwesome;font-size:11px;line-height:19px;text-align:center;color:#fff}.thumbnail-overlay{background:#000;background-color:rgb(34 34 34 / .5);color:#333}.thumbnail-overlay>div.aligment{height:100%;width:100%;display:table!important}.thumbnail-overlay>div.aligment>div.aligment{padding:10px;display:table-cell!important;vertical-align:middle;text-align:center}.thumbnail-overlay-title{letter-spacing:0;font-weight:600;font-size:16px;color:#fff;margin-bottom:5px;text-transform:uppercase;letter-spacing:2px;line-height:28px}.thumbnail-overlay i.fa,.media-box-play-button,.media-box-sound-button{background:rgb(255 255 255 / .3);color:#fff;text-align:center;display:inline-block;margin:3px;height:50px;width:50px;line-height:50px;font-size:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transition:all .05s linear;-moz-transition:all .05s linear;-o-transition:all .05s linear;-ms-transition:all .05s linear;transition:all .05s linear}.media-box-play-button,.media-box-sound-button{font-size:15px;height:50px;width:50px;line-height:50px}.thumbnail-overlay i.fa:hover{background:rgb(255 255 255 / .4);cursor:pointer}.mb-play-container{width:100%;height:100%;position:absolute;top:0;left:0;background-image:url(/wp-content/plugins/wp_media_boxes/plugin/css/icons/blank.gif)}.mb-play-container .fa{border:2px solid #fff;padding:14px 15px 13px 17px;font-size:19px;color:#fff;text-align:center;width:50px;height:50px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;-webkit-transition:background-color .2s,-webkit-transform .2s;-moz-transition:background-color .2s,-moz-transform .2s;-o-transition:background-color .2s,-o-transform .2s;-ms-transition:background-color .2s,-ms-transform .2s;transition:background-color .2s,transform .2s}.mb-play-container:hover .fa{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.fancyboxMB-caption{padding:0!important;height:44px!important;text-align:center;border-top:0;display:flex;align-items:center;justify-content:center}.fancyboxMB-thumbs{background:rgb(255 255 255 / .1)}.mb-open-popup{cursor:pointer}.mfp-arrow.mfp-arrow:before,.mfp-arrow.mfp-arrow:after{border:none!important}.mfp-arrow.mfp-arrow-left{background:url(/wp-content/plugins/wp_media_boxes/plugin/css/icons/icon-arrow-left.png) 50% 50% no-repeat!important}.mfp-arrow.mfp-arrow-right{background:url(/wp-content/plugins/wp_media_boxes/plugin/css/icons/icon-arrow-right.png) 50% 50% no-repeat!important}.mfp-close{background:url(/wp-content/plugins/wp_media_boxes/plugin/css/icons/icon-close.png) right no-repeat!important}.iframe-on-grid{cursor:pointer}.iframe-on-grid-container,.iframe-on-grid-container iframe{position:absolute;z-index:5;top:0;left:0;width:100%;height:100%;border:none;background:#000;display:none}.iframe-on-grid-container{display:block}.mfp-hide{display:none}.media-boxes-social-container{float:right;margin-right:10px;font-size:18px}.media-boxes-social-container>*{margin-right:5px}.media-box{display:none;float:left}.media-box,.media-box-hidden{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.media-box-hidden,.not-loaded-before-search{display:none}.media-boxes-container{margin-right:0!important;margin-bottom:0!important}.media-box-loaded{display:block}[onclick]{cursor:pointer}[hide_if_empty]{display:none!important}.media-box-image{position:relative;overflow:hidden;width:100%}.media-box-image div[data-width][data-height]{position:relative;overflow:hidden}.media-box-image div[data-width][data-height] img{position:absolute;top:-100%;left:0;right:0;bottom:-100%;margin:auto}.media-box-image .media-box-fill-height[data-width][data-height] img{top:0!important;left:-100%!important;right:-100%!important;bottom:0!important;min-width:100%!important;width:auto!important;max-width:none!important;height:100%}.media-box .media-box-image img{width:100%;max-width:100%;display:block}.media-box img{max-width:100%;-webkit-transform:translate3D(0,0,0);-moz-transform:translate3D(0,0,0);-ms-transform:translate3D(0,0,0);-o-transform:translate3D(0,0,0);transform:translate3D(0,0,0)}.media-box-image div[data-thumbnail],.media-box-image div[data-popup]{background-position:center center;background-repeat:no-repeat}.image-with-dimensions{background-color:#4e4e4e}.broken-image-here{background-color:#BE3730;background-image:url(/wp-content/plugins/wp_media_boxes/plugin/css/icons/broken-image.png)}.broken-image-here:not([data-height]){min-height:150px}.media-boxes-loading-animation,.media-boxes-loading-animation:after{border-radius:50%;width:36px;height:36px}.media-boxes-loading-animation{box-sizing:border-box;position:absolute;margin-top:-18px;margin-left:-18px;top:50%;left:50%;font-size:6px;text-indent:-9999px;border-top:6px solid rgb(255 255 255 / .2);border-right:6px solid rgb(255 255 255 / .2);border-bottom:6px solid rgb(255 255 255 / .2);border-left:6px solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.media-box-container{overflow:hidden;position:relative;z-index:1}.media-box-container:hover{z-index:2}.thumbnail-overlay{position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.position-reveal-effect .media-box-thumbnail-container{z-index:2;position:absolute;width:100%;top:0;left:0}.position-reveal-effect .thumbnail-overlay{z-index:1;position:absolute;left:0}.overlay-always-visible{display:block!important;zoom:1!important;filter:alpha(opacity=100)!important;opacity:1!important}.overlay-text-left>.aligment>.aligment{text-align:left!important}.overlay-text-right>.aligment>.aligment{text-align:right!important}.mfp-arrow:focus{opacity:.65;filter:alpha(opacity=65)}.mfp-arrow:hover{opacity:1!important;filter:alpha(opacity=100)!important}.my-mfp-slide-bottom .mfp-figure{opacity:0;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.my-mfp-slide-bottom.mfp-ready .mfp-figure{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.my-mfp-slide-bottom.mfp-removing .mfp-figure{opacity:0;-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.my-mfp-slide-bottom.mfp-bg{opacity:0;-webkit-transition:opacity 0.3s ease-out;-moz-transition:opacity 0.3s ease-out;-o-transition:opacity 0.3s ease-out;transition:opacity 0.3s ease-out}.my-mfp-slide-bottom.mfp-ready.mfp-bg{opacity:.8}.my-mfp-slide-bottom.mfp-removing.mfp-bg{opacity:0}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(https://laminaatxxl.nl/wp-content/plugins/wp_media_boxes/plugin/components/Font%20Awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url('https://laminaatxxl.nl/wp-content/plugins/wp_media_boxes/plugin/components/Font%20Awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url(https://laminaatxxl.nl/wp-content/plugins/wp_media_boxes/plugin/components/Font%20Awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(https://laminaatxxl.nl/wp-content/plugins/wp_media_boxes/plugin/components/Font%20Awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(https://laminaatxxl.nl/wp-content/plugins/wp_media_boxes/plugin/components/Font%20Awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url('https://laminaatxxl.nl/wp-content/plugins/wp_media_boxes/plugin/components/Font%20Awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}body.compensate-for-scrollbar{overflow:hidden}.fancyboxMB-active{height:auto}.fancyboxMB-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancyboxMB-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancyboxMB-container *{box-sizing:border-box}.fancyboxMB-bg,.fancyboxMB-inner,.fancyboxMB-outer,.fancyboxMB-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancyboxMB-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancyboxMB-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancyboxMB-is-open .fancyboxMB-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancyboxMB-caption,.fancyboxMB-infobar,.fancyboxMB-navigation .fancyboxMB-button,.fancyboxMB-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancyboxMB-show-caption .fancyboxMB-caption,.fancyboxMB-show-infobar .fancyboxMB-infobar,.fancyboxMB-show-nav .fancyboxMB-navigation .fancyboxMB-button,.fancyboxMB-show-toolbar .fancyboxMB-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancyboxMB-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyboxMB-toolbar{right:0;top:0}.fancyboxMB-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancyboxMB-is-open .fancyboxMB-stage{overflow:hidden}.fancyboxMB-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancyboxMB-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancyboxMB-is-sliding .fancyboxMB-slide,.fancyboxMB-slide--current,.fancyboxMB-slide--next,.fancyboxMB-slide--previous{display:block}.fancyboxMB-slide--image{overflow:hidden;padding:44px 0}.fancyboxMB-slide--image:before{display:none}.fancyboxMB-slide--html{padding:6px}.fancyboxMB-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancyboxMB-slide--image .fancyboxMB-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancyboxMB-can-zoomOut .fancyboxMB-content{cursor:zoom-out}.fancyboxMB-can-zoomIn .fancyboxMB-content{cursor:zoom-in}.fancyboxMB-can-pan .fancyboxMB-content,.fancyboxMB-can-swipe .fancyboxMB-content{cursor:grab}.fancyboxMB-is-grabbing .fancyboxMB-content{cursor:grabbing}.fancyboxMB-container [data-selectable=true]{cursor:text}.fancyboxMB-image,.fancyboxMB-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancyboxMB-spaceball{z-index:1}.fancyboxMB-slide--iframe .fancyboxMB-content,.fancyboxMB-slide--map .fancyboxMB-content,.fancyboxMB-slide--pdf .fancyboxMB-content,.fancyboxMB-slide--video .fancyboxMB-content{height:100%;overflow:visible;padding:0;width:100%}.fancyboxMB-slide--video .fancyboxMB-content{background:#000}.fancyboxMB-slide--map .fancyboxMB-content{background:#e5e3df}.fancyboxMB-slide--iframe .fancyboxMB-content{background:#fff}.fancyboxMB-iframe,.fancyboxMB-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancyboxMB-iframe{left:0;position:absolute;top:0}.fancyboxMB-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancyboxMB-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancyboxMB-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancyboxMB-button,.fancyboxMB-button:link,.fancyboxMB-button:visited{color:#ccc}.fancyboxMB-button:hover{color:#fff}.fancyboxMB-button:focus{outline:none}.fancyboxMB-button.fancyboxMB-focus{outline:1px dotted}.fancyboxMB-button[disabled],.fancyboxMB-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancyboxMB-button div{height:100%}.fancyboxMB-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancyboxMB-button svg path{fill:currentColor;stroke-width:0}.fancyboxMB-button--fsenter svg:nth-child(2),.fancyboxMB-button--fsexit svg:first-child,.fancyboxMB-button--pause svg:first-child,.fancyboxMB-button--play svg:nth-child(2){display:none}.fancyboxMB-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancyboxMB-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancyboxMB-close-small:hover{color:#fff;opacity:1}.fancyboxMB-slide--html .fancyboxMB-close-small{color:currentColor;padding:10px;right:0;top:0}.fancyboxMB-slide--image.fancyboxMB-is-scaling .fancyboxMB-content{overflow:hidden}.fancyboxMB-is-scaling .fancyboxMB-close-small,.fancyboxMB-is-zoomable.fancyboxMB-can-pan .fancyboxMB-close-small{display:none}.fancyboxMB-navigation .fancyboxMB-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancyboxMB-navigation .fancyboxMB-button div{padding:7px}.fancyboxMB-navigation .fancyboxMB-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancyboxMB-navigation .fancyboxMB-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancyboxMB-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancyboxMB-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancyboxMB-caption--separate{margin-top:-50px}.fancyboxMB-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancyboxMB-caption a,.fancyboxMB-caption a:link,.fancyboxMB-caption a:visited{color:#ccc;text-decoration:none}.fancyboxMB-caption a:hover{color:#fff;text-decoration:underline}.fancyboxMB-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancyboxMB-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancyboxMB-fx-slide.fancyboxMB-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancyboxMB-fx-slide.fancyboxMB-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancyboxMB-fx-slide.fancyboxMB-slide--current{opacity:1;transform:translateZ(0)}.fancyboxMB-fx-fade.fancyboxMB-slide--next,.fancyboxMB-fx-fade.fancyboxMB-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancyboxMB-fx-fade.fancyboxMB-slide--current{opacity:1}.fancyboxMB-fx-zoom-in-out.fancyboxMB-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancyboxMB-fx-zoom-in-out.fancyboxMB-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancyboxMB-fx-zoom-in-out.fancyboxMB-slide--current{opacity:1;transform:scaleX(1)}.fancyboxMB-fx-rotate.fancyboxMB-slide--previous{opacity:0;transform:rotate(-1turn)}.fancyboxMB-fx-rotate.fancyboxMB-slide--next{opacity:0;transform:rotate(1turn)}.fancyboxMB-fx-rotate.fancyboxMB-slide--current{opacity:1;transform:rotate(0deg)}.fancyboxMB-fx-circular.fancyboxMB-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancyboxMB-fx-circular.fancyboxMB-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancyboxMB-fx-circular.fancyboxMB-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancyboxMB-fx-tube.fancyboxMB-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancyboxMB-fx-tube.fancyboxMB-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancyboxMB-fx-tube.fancyboxMB-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancyboxMB-slide{padding-left:6px;padding-right:6px}.fancyboxMB-slide--image{padding:6px 0}.fancyboxMB-close-small{right:-6px}.fancyboxMB-slide--image .fancyboxMB-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancyboxMB-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancyboxMB-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancyboxMB-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancyboxMB-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancyboxMB-share p{margin:0;padding:0}.fancyboxMB-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancyboxMB-share__button:link,.fancyboxMB-share__button:visited{color:#fff}.fancyboxMB-share__button:hover{text-decoration:none}.fancyboxMB-share__button--fb{background:#3b5998}.fancyboxMB-share__button--fb:hover{background:#344e86}.fancyboxMB-share__button--pt{background:#bd081d}.fancyboxMB-share__button--pt:hover{background:#aa0719}.fancyboxMB-share__button--tw{background:#1da1f2}.fancyboxMB-share__button--tw:hover{background:#0d95e8}.fancyboxMB-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancyboxMB-share__button svg path{fill:#fff}.fancyboxMB-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancyboxMB-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancyboxMB-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancyboxMB-show-thumbs .fancyboxMB-thumbs{display:block}.fancyboxMB-show-thumbs .fancyboxMB-inner{right:212px}.fancyboxMB-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancyboxMB-thumbs-x .fancyboxMB-thumbs__list{overflow:hidden}.fancyboxMB-thumbs-y .fancyboxMB-thumbs__list::-webkit-scrollbar{width:7px}.fancyboxMB-thumbs-y .fancyboxMB-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancyboxMB-thumbs-y .fancyboxMB-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancyboxMB-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancyboxMB-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancyboxMB-thumbs__list a:focus:before{opacity:.5}.fancyboxMB-thumbs__list a.fancyboxMB-thumbs-active:before{opacity:1}@media (max-width:576px){.fancyboxMB-thumbs{width:110px}.fancyboxMB-show-thumbs .fancyboxMB-inner{right:110px}.fancyboxMB-thumbs__list a{max-width:calc(100% - 10px)}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:#fff0;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:#fff0}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset #fff0}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgb(0 0 0 / .6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgb(0 0 0 / .6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgb(0 0 0 / .6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgb(0 0 0 / .6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.media_boxes_warning{padding:10px 20px;margin:20px 0;border:1px solid #eee;border-left-width:5px;border-left-color:#d9534f;border-radius:3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.media_boxes_warning h4{margin-top:0;margin:0 0 5px 0!important;color:#d9534f;font-size:18px!important;padding:0!important}.media_boxes_warning p{margin:0!important}.media-boxes-grid .media-box-image div[data-thumbnail],.media-boxes-grid .media-box-image div[data-popup]{-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;padding:0;margin:0;border:0;display:block;background:#4e4e4e}.media-boxes-grid .media-box-image div[data-thumbnail] img,.media-boxes-grid .media-box-image div[data-popup] img{border-radius:0!important;padding:0!important;border:0!important;display:block}.media-boxes-grid .media-box-image div[data-thumbnail],.media-boxes-grid .media-box-image div[data-popup]{background-position:center center!important;background-repeat:no-repeat!important}.media-boxes-grid .image-with-dimensions{background-color:#4e4e4e;background-image:none!important}.media-boxes-grid .broken-image-here{background-color:#BE3730!important;background-image:url(/wp-content/plugins/wp_media_boxes/plugin/css/icons/broken-image.png)!important}.media-boxes-grid .broken-image-here:not([data-height]){min-height:150px!important}.media-boxes-grid{overflow:hidden!important}.media-boxes-grid,.media-boxes-grid .media-box,.media-boxes-grid .media-box-container{transition:unset}.media-boxes-filters-container{margin-bottom:15px}.media-boxes-filters-container:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.media-boxes-filters-container ul{margin:0!important}.media-boxes-filter>li{margin:0 8px 0 0!important}.media-boxes-filter>li:last-child{margin:0!important}.media-boxes-filter>li a{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;-ms-box-shadow:none!important;-o-box-shadow:none!important;box-shadow:none!important}.media-boxes-drop-down{width:180px;vertical-align:top}.media-boxes-drop-down-header{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-boxes-sort-order span{background:inherit!important}.fancyboxMB-button{outline:none!important;box-shadow:none!important}.fancyboxMB-button:hover div{background:#262626!important}.fancyboxMB-thumbs{background:rgb(255 255 255 / .1)!important}.fancyboxMB-arrow{background:none!important}.media-boxes-search input[type=text]{display:inline-block!important;width:auto!important;margin:0!important}.media-box-quote{margin:-20px}.media-boxes-grid .thumbnail-overlay{background-color:rgb(105 105 105 / .85)}.media-boxes-grid .thumbnail-overlay>div.aligment,.media-boxes-grid .thumbnail-overlay>div.aligment>div.aligment{vertical-align:inherit}.media-boxes-grid .thumbnail-overlay>div.aligment>div.aligment{text-align:inherit}.media-box-logo{padding:50px 0}.media-box-logo-content{padding:20px;background:rgb(255 255 255 / .1);line-height:17px}.media-box-dark-container{padding:200px 30px}.media-box-dark-title{font-size:28px;color:#c9cacc;font-weight:600;text-transform:uppercase;margin-bottom:40px}.media-box-dark-text{font-size:14px;color:#88898e;line-height:26.6px;font-weight:300}.media-box-dark-container-social{padding:50px 30px;text-align:center}.media-box-dark-container-social .media-box-dark-title{letter-spacing:0;line-height:normal;font-weight:600;font-size:18px;text-transform:initial}.media-box-dark-container-social .media-box-dark-title small{font-size:12px;display:block;margin-top:5px}.media-box-dark-container-social .media-box-dark-text{color:#c9cacc;font-size:14px;line-height:26.6px}.media-boxes-grid .media-box-image div[data-width][data-height] img{margin-bottom:auto!important}.media-boxes-grid .media-box [class^=icon-]:before{font-family:inherit!important}.media-boxes-search .media-boxes-clear{margin-right:0px!important}.media-boxes-no-more-entries{cursor:auto!important}#wcs-debug{padding:0 0 0;font-size:1em;margin-bottom:2em}#wcs-debug #wcs-debug-header{background:#3d9cd2;color:#fff;padding:10px 20px;cursor:pointer;position:relative}#wcs-debug #wcs-debug-header .wcs-debug-toggle{background-image:url(/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/arrow.svg);background-repeat:no-repeat;background-position:right center;width:42px;height:100%;right:0;top:0;background-size:42px;position:absolute;transition:.3s all}#wcs-debug.closed .wcs-debug-toggle{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}#wcs-debug #wcs-debug-contents{padding:20px 20px 0;display:none;border:1px solid #dee2e6;border-width:0 1px 1px}#wcs-debug #wcs-debug-contents .wcs-debug-tip{color:#1864ab;background:url(/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/tip2.svg) no-repeat left 5px;background-size:16px 16px;padding-left:24px}#wcs-debug #wcs-debug-contents h3{margin:10px 0 20px;font-weight:700;font-size:1.2em}#wcs-debug #wcs-debug-contents h3.ruleset-title{font-size:1em}#wcs-debug #wcs-debug-contents h3.ruleset-title a{font-weight:700}#wcs-debug .wcs-debug-result-label{padding:5px;border-radius:3px;color:#fff;font-weight:700;text-transform:uppercase;font-size:12px}#wcs-debug .wcs-debug-result-label.wcs-debug-result-label-pass{background:#2b8a3e}#wcs-debug .wcs-debug-result-label.wcs-debug-result-label-fail{background:#c92a2a}#wcs-debug table.wcs-debug-table{border:1px solid #dee2e6;margin:0 0 20px}#wcs-debug table.wcs-debug-table.wcs-debug-table-fixed{table-layout:fixed}#wcs-debug table.wcs-debug-table td,#wcs-debug table.wcs-debug-table th{padding:5px 10px;text-align:left}#wcs-debug table.wcs-debug-table td.align-right,#wcs-debug table.wcs-debug-table th.align-right{text-align:right}#wcs-notices,.wcs-shipping-notices{margin-top:1em}#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error{margin-bottom:.5rem;padding:10px 10px 10px 36px;border:1px solid #000;background-repeat:no-repeat;background-position:.5rem center;font-size:.875em;font-weight:400;color:#2f2f2f;border-radius:4px;line-height:19px}#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success:last-child,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning:last-child,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error:last-child,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success:last-child,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning:last-child,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error:last-child{margin-bottom:0}#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-warning,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-warning,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-warning,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-warning,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-warning,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-warning{background-image:url(/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/notices/warning.svg);background-size:20px 20px;background-color:#fffbf4;border-color:#f0b849;color:#e67700}#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-success,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-success,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-success,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-success,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-success,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-success{background-image:url(/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/notices/yes-alt.svg);background-size:20px 20px;background-color:#f4fff4;border-color:#66C449;color:#2b8a3e}#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-error,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-error,#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-error,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-error,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-error,.wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-error{background-image:url(/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/notices/dismiss.svg);background-size:20px 20px;background-color:#FFF4F4;border-color:#F06B49;color:#c92a2a}.wcs-shipping-notices-blocks>div{margin-bottom:.5rem}.wcs-shipping-notices-blocks>div .conditional-shipping-notice{margin-bottom:0}.wcs-shipping-notices-blocks>div:last-child{margin-bottom:0}.wvs-has-image-tooltip,[data-wvstooltip]{--font-size:14px;--arrow-width:5px;--arrow-distance:10px;--arrow-position:calc(var(--arrow-distance)*-1);--tip-redius:3px;--tip-min-width:100px;--tip-min-height:100px;--tip-height:30px;--tip-breakpoint-start:53vw;--tip-distance:calc(var(--arrow-distance) + var(--tip-height));--tip-position:calc(var(--tip-distance)*-1);--image-tip-min-height:calc(var(--tip-min-height) + var(--tip-height));--image-tip-max-height:calc(var(--tooltip-height) + var(--tip-height));--image-tip-width-dynamic:clamp(var(--tip-min-width),var(--tip-breakpoint-start),var(--tooltip-width));--image-tip-height-dynamic:clamp(var(--tip-min-height),var(--tip-breakpoint-start),var(--tooltip-height));--image-tip-ratio:calc(var(--tooltip-height)/var(--tooltip-width));--image-tip-position:calc(100% + var(--arrow-distance));--horizontal-position:0px;cursor:pointer;outline:none;position:relative}.wvs-has-image-tooltip:after,.wvs-has-image-tooltip:before,[data-wvstooltip]:after,[data-wvstooltip]:before{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:center;opacity:0;pointer-events:none;position:absolute;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;visibility:hidden;z-index:999}.wvs-has-image-tooltip:before,[data-wvstooltip]:before{background-color:var(--wvs-tooltip-background-color,#333);border-radius:var(--tip-redius);bottom:var(--image-tip-position);-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.3);box-shadow:0 0 5px 1px rgba(0,0,0,.3);color:var(--wvs-tooltip-text-color,#fff);font-size:var(--font-size);height:var(--tip-height);line-height:var(--tip-height);min-width:var(--tip-min-width);padding-inline:10px;top:auto;-webkit-transform:translateX(var(--horizontal-position));-ms-transform:translateX(var(--horizontal-position));transform:translateX(var(--horizontal-position));width:-webkit-max-content;width:-moz-max-content;width:max-content}[data-wvstooltip]:before{content:attr(data-wvstooltip) " " attr(data-wvstooltip-out-of-stock)}.wvs-has-image-tooltip:before{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;-ms-flex-line-pack:center;align-content:center;align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-image:var(--tooltip-background);background-position:top;background-repeat:no-repeat;background-size:contain;content:attr(data-title);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:calc(var(--image-tip-height-dynamic) + var(--tip-height));justify-content:flex-end;min-width:var(--image-tip-width-dynamic)}.wvs-has-image-tooltip:after,[data-wvstooltip]:after{border-top-color:transparent;border:var(--arrow-width) solid transparent;border-top-color:var(--wvs-tooltip-background-color,#333);bottom:auto;content:" ";font-size:0;line-height:0;top:var(--arrow-position);width:0}.wvs-has-image-tooltip:hover:after,.wvs-has-image-tooltip:hover:before,[data-wvstooltip]:hover:after,[data-wvstooltip]:hover:before{opacity:1;visibility:visible}.wvs-tooltip-position-bottom.wvs-has-image-tooltip:after,.wvs-tooltip-position-bottom[data-wvstooltip]:after{border-bottom-color:var(--wvs-tooltip-background-color,#333);border-top-color:transparent;bottom:var(--arrow-position);top:auto}.wvs-tooltip-position-bottom.wvs-has-image-tooltip:before,.wvs-tooltip-position-bottom[data-wvstooltip]:before{bottom:auto;top:calc(var(--tip-position)*-1)}.wvs-theme-sober .product form.cart .variations .variable,.wvs-theme-sober-child .product form.cart .variations .variable{margin-bottom:15px!important}.wvs-theme-sober .product form.cart .variations .variable-options,.wvs-theme-sober-child .product form.cart .variations .variable-options{border:0!important}.wvs-theme-sober .product form.cart .variations .arrow,.wvs-theme-sober .product form.cart .variations .variable-options:after,.wvs-theme-sober-child .product form.cart .variations .arrow,.wvs-theme-sober-child .product form.cart .variations .variable-options:after{display:none}.wvs-theme-sober .product form.cart .variations .label,.wvs-theme-sober-child .product form.cart .variations .label{display:block;margin-right:10px;text-align:right}.wvs-theme-sober .product form.cart .variations .value,.wvs-theme-sober-child .product form.cart .variations .value{-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset}.wvs-theme-sober .product form.cart .variations select,.wvs-theme-sober-child .product form.cart .variations select{-webkit-appearance:menulist-button!important;border:1px solid #e4e6eb!important;padding:.5em 1em!important;text-align:left!important;-moz-text-align-last:left!important;text-align-last:left!important}.wvs-theme-sober .product form.cart .radio-variable-item,.wvs-theme-sober-child .product form.cart .radio-variable-item{margin:5px;text-align:left}.wvs-theme-sober .product form.cart .radio-variable-item:last-child,.wvs-theme-sober-child .product form.cart .radio-variable-item:last-child{margin-right:0}.wvs-theme-sober .product form.cart .radio-variable-item label,.wvs-theme-sober-child .product form.cart .radio-variable-item label{margin:0;padding-left:30px}.wvs-theme-sober .product form.cart .radio-variable-item label:before,.wvs-theme-sober-child .product form.cart .radio-variable-item label:before{border-radius:100%;top:0}.wvs-theme-sober .product form.cart .radio-variable-item label:after,.wvs-theme-sober-child .product form.cart .radio-variable-item label:after{top:8px}.wvs-theme-shophistic-lite.woocommerce #main .entry-summary .variations{display:block!important}.wvs-theme-shophistic-lite .ql_custom_variations{display:none!important}.wvs-theme-shophistic-lite .radio-variable-item input[type=radio]{display:inline-block;margin:0}.wvs-theme-flatsome .variations .reset_variations{bottom:0;left:0;position:relative}.wvs-theme-storefront-child.single-product div.product,.wvs-theme-storefront.single-product div.product{overflow:visible!important}.wvs-theme-stockholm .variations .reset_variations{bottom:0;left:0;position:relative;-webkit-transform:none;-ms-transform:none;transform:none}.wvs-theme-kalium .image-variable-item img,.wvs-theme-kalium-child .image-variable-item img{width:100%!important}.wvs-theme-kalium .radio-variable-item input,.wvs-theme-kalium-child .radio-variable-item input{height:16px!important;width:16px!important}.wvs-theme-kalium .woo-variation-items-wrapper .select-option-ui,.wvs-theme-kalium-child .woo-variation-items-wrapper .select-option-ui{display:none}.wvs-theme-aurum .variable-items-wrapper .image-variable-item>img,.wvs-theme-aurum-child .variable-items-wrapper .image-variable-item>img{width:100%}.wvs-theme-hestia .woo-variation-items-wrapper.value:before{display:none!important}.wvs-theme-thegem .woo-variation-items-wrapper .combobox-wrapper,.wvs-theme-thegem-child .woo-variation-items-wrapper .combobox-wrapper,.wvs-theme-thegem-elementor .woo-variation-items-wrapper .combobox-wrapper{display:none}.wvs-theme-thegem .wvs-archive-variation-wrapper .variations,.wvs-theme-thegem-child .wvs-archive-variation-wrapper .variations,.wvs-theme-thegem-elementor .wvs-archive-variation-wrapper .variations{padding:0}.wvs-theme-ushop .variations_form,.wvs-theme-ushop-child .variations_form{overflow:visible!important}.wvs-theme-ushop .single-product-summary .product_meta,.wvs-theme-ushop-child .single-product-summary .product_meta{display:inline-table}.wvs-theme-savoy .woo-variation-items-wrapper,.wvs-theme-savoy-child .woo-variation-items-wrapper{position:relative!important}.wvs-theme-savoy .woo-variation-items-wrapper .sod_select,.wvs-theme-savoy-child .woo-variation-items-wrapper .sod_select{display:none!important}.wvs-theme-savoy .nm-variation-row,.wvs-theme-savoy-child .nm-variation-row{display:-webkit-box;display:-ms-flexbox;display:flex}.wvs-theme-woodstock .woo-variation-items-wrapper .variation-select,.wvs-theme-woodstock-child .woo-variation-items-wrapper .variation-select{display:none!important}.wvs-theme-woodmart .wd-attr-selected,.wvs-theme-woodmart .woo-variation-items-wrapper>.swatches-select,.wvs-theme-woodmart-child .wd-attr-selected,.wvs-theme-woodmart-child .woo-variation-items-wrapper>.swatches-select{display:none}.wvs-theme-gecko .variations .value.woo-variation-items-wrapper,.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper{border:0!important}.wvs-theme-gecko .variations .value.woo-variation-items-wrapper:after,.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper:after{display:none!important}.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection,.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection{border:0;height:auto;width:auto}.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection .reset_variations,.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection .reset_variations{border:1px solid #f04040;border-radius:100%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#f04040;font-size:8px!important;height:20px;padding:5px;width:20px}.wvs-theme-claue .woo-variation-items-wrapper,.wvs-theme-claue-child .woo-variation-items-wrapper{border:none}.wvs-theme-claue .woo-variation-items-wrapper:after,.wvs-theme-claue-child .woo-variation-items-wrapper:after{display:none}.wvs-theme-jupiter table.variations,.wvs-theme-jupiter-child table.variations{overflow:initial}.wvs-theme-oxygen .woo-variation-items-wrapper .select-wrapper,.wvs-theme-oxygen-child .woo-variation-items-wrapper .select-wrapper{display:none}.wvs-theme-oxygen .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input,.wvs-theme-oxygen-child .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input{width:18px}.wvs-theme-simple-elegant .woo-variation-items-wrapper .wi-nice-select,.wvs-theme-simple-elegant-child .woo-variation-items-wrapper .wi-nice-select{display:none}.wvs-theme-twentytwenty table.variations,.wvs-theme-twentytwenty-child table.variations{overflow:auto}.wvs-theme-divi .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after,.wvs-theme-divi-child .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after,.wvs-theme-jevelin .sh-woo-layout table.variations td select.woo-variation-raw-select,.wvs-theme-jevelin-child .sh-woo-layout table.variations td select.woo-variation-raw-select{display:none!important}.wvs-theme-jevelin .sh-woo-layout table.variations,.wvs-theme-jevelin-child .sh-woo-layout table.variations{max-width:100%}.wvs-theme-jevelin .radio-variable-item label,.wvs-theme-jevelin-child .radio-variable-item label{line-height:1!important}.wvs-theme-stockie .woo-variation-raw-select+.select-styled,.wvs-theme-stockie-child .woo-variation-raw-select+.select-styled{display:none!important}.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-center{--wvs-position:center}.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-left{--wvs-position:flex-start}.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-right{--wvs-position:flex-end}.woo-variation-swatches .wp-block-getwooplugins-variation-swatches .wvs-archive-information{-webkit-box-pack:var(--wvs-position);-ms-flex-pack:var(--wvs-position);display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:var(--wvs-position)}.woo-variation-swatches .woo-variation-raw-select+.select2{display:none!important}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:10px 0}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color>a{display:inline-block;position:relative}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .count{padding:0 5px}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .wvs-widget-item-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item{border:2px solid #fff;-webkit-box-shadow:var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8);box-shadow:var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8);display:inline-block;float:left;height:20px;margin:0 4px;padding:9px;-webkit-transition:-webkit-box-shadow .2s ease;transition:-webkit-box-shadow .2s ease;transition:box-shadow .2s ease;transition:box-shadow .2s ease,-webkit-box-shadow .2s ease;width:20px}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-squared{border-radius:2px}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-rounded{border-radius:100%}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text{display:inline-block}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text :after{clear:both;content:"";display:inline}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color:hover .item{-webkit-box-shadow:var(--wvs-hover-item-box-shadow,0 0 0 3px #ddd);box-shadow:var(--wvs-hover-item-box-shadow,0 0 0 3px #ddd)}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color.woocommerce-widget-layered-nav-list__item--chosen .item{-webkit-box-shadow:var(--wvs-selected-item-box-shadow,0 0 0 2px #000);box-shadow:var(--wvs-selected-item-box-shadow,0 0 0 2px #000)}.woo-variation-swatches .variations td.value>span:after,.woo-variation-swatches .variations td.value>span:before,.woo-variation-swatches .woo-variation-raw-select,.woo-variation-swatches .woo-variation-raw-select:after,.woo-variation-swatches .woo-variation-raw-select:before{display:none!important}.woo-variation-swatches .woo-variation-swatches-variable-item-more{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.woo-variation-swatches .wvs-archive-variations-wrapper{display:block;width:100%}.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item){height:var(--wvs-archive-product-item-height,30px);width:var(--wvs-archive-product-item-width,30px)}.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{font-size:var(--wvs-archive-product-item-font-size,16px)}.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper.wvs-style-squared.archive-variable-items .variable-item:not(.radio-variable-item).button-variable-item{min-width:var(--wvs-archive-product-item-width,30px)}.woo-variation-swatches .wvs-archive-variations-wrapper .wvs-archive-information{-webkit-box-pack:var(--wvs-position);-ms-flex-pack:var(--wvs-position);display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:var(--wvs-position)}.woo-variation-swatches ul.variations{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;list-style:none;margin:0;padding:0}.woo-variation-swatches ul.variations,.woo-variation-swatches ul.variations>li{-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex}.woo-variation-swatches ul.variations>li{-webkit-box-pack:var(--wvs-position);-ms-flex-pack:var(--wvs-position);-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;justify-content:var(--wvs-position);margin:5px 0}.woo-variation-swatches ul.variations .wvs_archive_reset_variations.hide{visibility:hidden}.woo-variation-swatches ul.variations .wvs_archive_reset_variations.show{visibility:visible}.woo-variation-swatches .variable-items-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:0;padding:0}.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item){height:var(--wvs-single-product-large-item-height,40px);width:var(--wvs-single-product-large-item-width,40px)}.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item).button-variable-item{font-size:var(--wvs-single-product-large-item-font-size,16px)}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;list-style:none;padding:0 5px}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label{cursor:pointer;vertical-align:middle}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input{height:20px;width:20px}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input+span{margin-inline:10px}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper{display:inline-block}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper img{display:inline-block;margin:0;padding:0;vertical-align:middle;width:40px}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper .out-of-stock{display:inline-block;margin:0;padding:0}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label{display:inline-block;padding:2px 0;width:auto}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover{-webkit-box-shadow:none;box-shadow:none}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled input,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled label,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover input,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover label{cursor:not-allowed;opacity:.5}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled .variable-item-radio-value,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover .variable-item-radio-value{text-decoration:line-through}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:after,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:before,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:after,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:before{display:none}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:focus,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:focus{-webkit-box-shadow:none;box-shadow:none}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock input,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock label,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover input,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover label{opacity:.6;text-decoration:line-through}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock .variable-item-radio-value,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover .variable-item-radio-value{text-decoration:line-through}.woo-variation-swatches .variable-items-wrapper .variable-item{list-style:none;margin:0;outline:none;padding:0;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item.variation-disabled{display:none!important}.woo-variation-swatches .variable-items-wrapper .variable-item img{height:100%;margin:0;padding:0;pointer-events:none;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item>span{pointer-events:none}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--wvs-item-background-color,#fff);-webkit-box-shadow:var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8);box-shadow:var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8);-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--wvs-item-text-color,#000);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--wvs-single-product-item-height,30px);justify-content:center;margin:4px;padding:2px;position:relative;width:var(--wvs-single-product-item-width,30px)}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):last-child{margin-right:0}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock img,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock span{opacity:.6}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:before{background-image:var(--wvs-cross);background-position:50%;background-repeat:no-repeat;content:" ";display:block;height:100%;position:absolute;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover{background-color:var(--wvs-hover-item-background-color,#fff);color:var(--wvs-hover-item-text-color,#000)}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover{-webkit-box-shadow:var(--wvs-hover-item-box-shadow,0 0 0 3px #ddd);box-shadow:var(--wvs-hover-item-box-shadow,0 0 0 3px #ddd)}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{-webkit-box-shadow:var(--wvs-selected-item-box-shadow,0 0 0 2px #000);box-shadow:var(--wvs-selected-item-box-shadow,0 0 0 2px #000);color:var(--wvs-selected-item-text-color,#000)}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover{position:relative}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled img,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled span,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover img,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover span{opacity:.6}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before{background-image:var(--wvs-cross);background-position:50%;background-repeat:no-repeat;content:" ";display:block;height:100%;position:absolute;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before{background-image:var(--wvs-tick);background-position:50%;background-repeat:no-repeat;background-size:60%;content:" ";display:block;height:100%;position:absolute;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span-color{display:block;height:100%;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{font-size:var(--wvs-single-product-item-font-size,16px);text-align:center}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock){background-color:var(--wvs-selected-item-background-color,#fff);color:var(--wvs-selected-item-text-color,#000)}.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info:before{border-bottom:3px solid #de8604;border-left:3px solid transparent;border-right:3px solid transparent;content:" ";left:50%;margin-left:-3px;position:absolute;top:calc(100% - 1px);width:0;z-index:1}.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info:after{left:50%;min-width:36px;position:absolute;text-align:center;top:calc(100% + 2px);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled) .wvs-stock-left-info:after{background:#de8604;border-radius:2px!important;-webkit-box-shadow:0 0 2px rgba(0,0,0,.38);box-shadow:0 0 2px rgba(0,0,0,.38);color:#fff;content:attr(data-wvs-stock-info);font-size:10px;font-style:italic;line-height:1;padding:2px;text-shadow:0 1px rgba(0,0,0,.251)}.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled).radio-variable-item .wvs-stock-left-info:after{margin-left:5px}.woo-variation-swatches .variable-items-wrapper .wvs-item-label{position:absolute;top:30px}.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item){border-radius:100%}.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span,.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img{border-radius:100%;line-height:1;margin:0;overflow:hidden}.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item.radio-variable-item img{border-radius:100%}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item){border-radius:2px}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{min-width:var(--wvs-single-product-item-width);width:auto}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span{padding:0 5px}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item span:after{border-radius:0}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item img{border-radius:5px}.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled input,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled label,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover input,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover label{cursor:not-allowed;opacity:.5;text-decoration:line-through}.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:after,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:before,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover:after,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover:before{display:none}.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:before,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock:hover .variable-item-contents:before{background-image:none}.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover{overflow:hidden}.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled input,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled label,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover input,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover label{opacity:.3;pointer-events:none}.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled.radio-variable-item{width:auto!important}.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled{font-size:0;height:0!important;margin:0!important;min-height:0!important;min-width:0!important;opacity:0;padding:0!important;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;visibility:hidden;width:0!important}.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.no-stock .variable-item-contents:before{background-image:none}.woo-variation-swatches.rtl .variable-items-wrapper .variable-item{text-align:right}.woo-variation-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item){margin:4px 0 4px 8px}.woo-variation-swatches.rtl .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input{margin-left:5px;margin-right:0}.woo-variation-swatches.woocommerce .product.elementor table.variations td.value:before{display:none!important}.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper{display:block!important}.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper .variable-item:not(.radio-variable-item){float:left}.woo-variation-swatches.wvs-show-label .variations td,.woo-variation-swatches.wvs-show-label .variations th{display:block;text-align:start;width:auto!important}.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,.woo-variation-swatches.wvs-show-label .variations td label,.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name,.woo-variation-swatches.wvs-show-label .variations th label{display:inline-block;margin:0 2px}.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name{font-weight:600}.woo-variation-swatches .variations .woo-variation-item-label{-webkit-margin-before:5px;margin:0;margin-block-start:5px}.woo-variation-swatches .variations .woo-variation-item-label .woo-selected-variation-item-name{font-weight:600}.woo-variation-swatches .grouped-variable-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none!important}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .group-variable-items-wrapper{margin-top:10px}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .no-group-variable-items-wrapper{margin-top:20px}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper{margin-right:20px;margin-top:10px}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper:last-child,.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .no-group-variable-items-wrapper{margin-right:0}.woo-variation-swatches .grouped-variable-items .group-variable-item-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}.woo-variation-swatches .grouped-variable-items .group-variable-items-name{font-style:italic}.woo-variation-swatches .wvs-hide-view-cart-link{display:none}
:root{--wvs-tick:url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");

--wvs-cross:url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 5px rgb(255 255 255 / .6))' xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ff0000' stroke-linecap='round' stroke-width='0.6' d='M5 5L19 19M19 5L5 19'/%3E%3C/svg%3E");--wvs-position:flex-start;--wvs-single-product-large-item-width:40px;--wvs-single-product-large-item-height:40px;--wvs-single-product-large-item-font-size:16px;--wvs-single-product-item-width:30px;--wvs-single-product-item-height:28px;--wvs-single-product-item-font-size:12px;--wvs-archive-product-item-width:30px;--wvs-archive-product-item-height:30px;--wvs-archive-product-item-font-size:16px;--wvs-tooltip-background-color:#333333;--wvs-tooltip-text-color:#FFFFFF;--wvs-item-box-shadow:0 0 0 1px #a8a8a8;--wvs-item-background-color:#FFFFFF;--wvs-item-text-color:#000000;--wvs-hover-item-box-shadow:0 0 0 3px #DDDDDD;--wvs-hover-item-background-color:#FFFFFF;--wvs-hover-item-text-color:#000000;--wvs-selected-item-box-shadow:0 0 0 2px #000000;--wvs-selected-item-background-color:#FFFFFF;--wvs-selected-item-text-color:#000000}.dgwt-wcas-block-scroll{overflow:hidden}.dgwt-wcas-search-wrapp{position:relative;line-height:100%;display:block;color:#444;min-width:230px;width:100%;text-align:left;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-tpd-image img{margin:0 15px 0 0!important}.rtl .dgwt-wcas-tpd-image img{margin:0 0 0 15px!important}.dgwt-wcas-preloader-wrapp img{margin:10px auto 0;display:block;max-width:200px}.dgwt-wcas-preloader-wrapp img.dgwt-wcas-placeholder-preloader{display:block;width:100%;height:auto;max-width:300px;margin:0}.dgwt-wcas-suggestions-wrapp{background:#fff;border:1px solid #ddd;border-top:none;padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.dgwt-wcas-details-wrapp *,.dgwt-wcas-search-wrapp *,.dgwt-wcas-suggestions-wrapp *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-details-wrapp a:focus,.dgwt-wcas-suggestions-wrapp a:focus{outline:0}.dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp--top{border:1px solid #ddd;border-bottom:none}.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:550px}.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion{padding:8px 15px}.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px;border-left-color:#eee}.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-radius:0 0 0 5px;border-right-color:#eee}.dgwt-wcas-suggestion{cursor:pointer;font-size:12px;line-height:110%;text-align:left;padding:7px 10px;position:relative;border-bottom:1px solid #dfdfdf;display:flex;flex-direction:row;justify-content:space-between;align-items:center;resize:vertical;width:100%;transition:none!important}.dgwt-wcas-suggestion-nores{font-size:15px;line-height:157%;padding:15px;width:100%}.dgwt-wcas-suggestion-nores p{padding:0;margin:0 0 10px;font-size:18px}.dgwt-wcas-suggestion-nores ol,.dgwt-wcas-suggestion-nores ul{padding:0 0 0 30px;margin:0}.dgwt-wcas-suggestion-nores ul li{list-style:disc}.dgwt-wcas-open-pirx .dgwt-wcas-suggestion-nores{padding:10px 10px 10px 34px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{justify-content:center;color:#6d6d6d}a.dgwt-wcas-details-more-products{padding:15px 0 10px;display:block;border-top:1px solid #eee;text-align:center;font-size:12px;text-transform:uppercase;color:#6d6d6d;transition:.2s ease-in-out}a.dgwt-wcas-details-more-products:hover,a.dgwt-wcas-details-post-title:hover,a.dgwt-wcas-details-product-title:hover,a.dgwt-wcas-product-details-readmore:hover{text-decoration:underline}a.dgwt-wcas-product-details-readmore{display:block;text-align:right;margin-top:15px;color:#6d6d6d;text-transform:uppercase;letter-spacing:1px;font-weight:400;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom,body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child{border-bottom:none}.dgwt-wcas-suggestion:after{clear:both;display:block;content:''}.dgwt-wcas-suggestion.dgwt-wcas-nores{cursor:default;opacity:.5}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product{padding-top:8px;padding-bottom:8px;min-height:60px}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-history-product,.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product,.dgwt-wcas-suggestion-history-search{min-height:40px}.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{min-height:30px;text-transform:uppercase}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more{padding:0 10px;text-align:center}.dgwt-wcas-st{display:block;color:#444;font-size:15px;width:100%;line-height:110%}.dgwt-wcas-st .dgwt-wcas-score{color:#8e44ad;font-weight:700;font-size:80%}.dgwt-wcas-st>span{display:inline-block;vertical-align:middle}.dgwt-wcas-has-sku .dgwt-wcas-st-title{margin-right:6px}.dgwt-wcas-st>span.dgwt-wcas-st--direct-headline{display:block;font-style:italic;font-size:10px;text-transform:uppercase;opacity:.4;line-height:10px;margin-bottom:1px;letter-spacing:2px}.dgwt-wcas-st-breadcrumbs{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:80%;text-align:left;opacity:.6;width:100%;padding-right:10px}.rtl .dgwt-wcas-st-breadcrumbs{padding-right:0;padding-left:10px;text-align:right}.dgwt-wcas-sku{font-size:80%}.dgwt-wcas-si{width:50px;display:block;height:100%}.dgwt-wcas-si img{background:#fff;border:1px solid #e8e8e8;border-radius:3px;display:block;margin:auto;padding:2px;height:auto;width:auto;max-height:90%;max-width:100%}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si{display:flex;align-items:center;justify-content:center}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si svg,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si svg,.dgwt-wcas-suggestion-searches .dgwt-wcas-si svg{max-width:18px}.dgwt-wcas-has-img:not(.dgwt-wcas-has-img-forced) .dgwt-wcas-suggestion-history-product .dgwt-wcas-si>svg{margin-left:10px}.dgwt-wcas-content-wrapp{display:flex;height:100%;width:100%;justify-content:space-between;align-items:center;resize:vertical;padding-left:10px}.rtl .dgwt-wcas-content-wrapp{padding-left:0;padding-right:10px}.dgwt-wcas-sp{color:#555;font-size:14px;line-height:120%;text-align:right;padding-left:10px}.dgwt-wcas-sp *{line-height:130%}.dgwt-wcas-search-form{margin:0;padding:0;width:100%}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-is-details:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestion-nores,.dgwt-wcas-sd{margin-top:5px}.dgwt-wcas-sp del{opacity:.5;font-size:12px}.dgwt-wcas-sd{color:#777;display:block;line-height:14px;width:100%;font-size:.8em}.dgwt-wcas-vendor-city{margin-left:5px;font-size:.8em}.dgwt-wcas-st>.dgwt-wcas-product-vendor{font-size:12px;margin-top:5px;display:block}.dgwt-wcas-suggestion-selected{background-color:#eee}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover,.dgwt-wcas-tpd-image{background-color:#fff}.dgwt-wcas-suggestion-selected:first-child{border-top:none}.rtl .dgwt-wcas-suggestion{padding-left:0;padding-right:15px;text-align:right}.dgwt-wcas-details-wrapp{background:#fff;border:1px solid #ddd;border-top:none;border-left:none;padding:0;width:300px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:100;min-height:340px}.dgwt-wcas-datails-title,.dgwt-wcas-pd-title{border-bottom:1px dashed #eee;padding-bottom:5px}.rtl .dgwt-wcas-details-wrapp{border-left:1px solid #ddd;border-right:none}.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp{margin-top:-1px;border-top:1px solid #ddd;max-width:300px}.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:-1px;border-top:1px solid #ddd}.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:none;border-right:1px solid #ddd;border-radius:0 5px 5px 0}.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:none;border-left:1px solid #ddd;border-radius:5px 0 0 5px}.dgwt-wcas-details-inner,.dgwt-wcas-details-notfit .dgwt-wcas-details-wrapp{display:none}.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-details-wrapp{border-radius:0 0 0 5px}.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px}.dgwt-wcas-details-inner.dgwt-wcas-details-inner-active,.dgwt-wcas-details-wrapp .added_to_cart,.dgwt-wcas-has-desc .dgwt-wcas-sp>*,.dgwt-wcas-has-img .dgwt-wcas-sp>*{display:block}.dgwt-wcas-details-inner-taxonomy{margin-top:11px}.woocommerce .dgwt-wcas-pd-rating .star-rating{float:left;margin-right:5px;font-size:12px;color:#ccae72}.rtl .dgwt-wcas-pd-rating .star-rating{float:right;margin-left:5px;margin-right:0}.dgwt-wcas-datails-title{font-size:14px}.dgwt-wcas-pd-title{color:#202020}.dgwt-wcas-pd-title .product-title{color:#202020;text-transform:uppercase;margin:0}.dgwt-wcas-tax-product-details{text-decoration:none;display:flex;align-items:center;justify-content:left;transition:.2s ease-in-out;padding:5px;margin:0 -5px 15px}.dgwt-wcas-pd-rating:after,.dgwt-wcas-tax-product-details:after{content:'';clear:both;display:block}.dgwt-wcas-tax-product-details:hover{box-shadow:0 0 11px 2px rgba(0,0,0,.05)}.rtl .dgwt-wcas-tax-product-details{justify-content:right}.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title{margin-bottom:8px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-preloader,.dgwt-wcas-tpd-image{margin-right:15px}.dgwt-wcas-pd-rest .product-title{display:block;line-height:100%;font-weight:500;margin-bottom:5px}.dgwt-wcas-tpd-rest{max-width:200px}.dgwt-wcas-tpd-rest-title{display:block;line-height:125%;font-size:14px;font-weight:500;letter-spacing:0;margin:0 0 8px;overflow:hidden;color:#000}.dgwt-wcas-pd-price,.dgwt-wcas-tpd-price{line-height:120%;overflow:hidden;color:#000;margin-top:15px;font-weight:700;font-size:18px}.dgwt-wcas-tpd-price{font-size:12px;color:#777}.dgwt-wcas-pd-price .woocommerce-price-suffix,.dgwt-wcas-tpd-price .woocommerce-price-suffix{font-size:12px;font-weight:lighter;color:#999;margin-left:4px;display:inline-block}.dgwt-wcas-details-title-tax,.dgwt-wcas-pd-title .product-title{font-weight:900;letter-spacing:-1px;text-transform:uppercase}.dgwt-wcas-pd-price del .amount,.dgwt-wcas-tpd-price del .amount{font-weight:lighter;background:0 0;font-size:90%;opacity:.6}.dgwt-wcas-pd-price ins,.dgwt-wcas-tpd-price ins{background:0 0;text-decoration:none}.dgwt-wcas-pd-rating{font-size:13px;line-height:13px}.dgwt-wcas-pd-review{color:#777;font-size:11px;line-height:11px}.dgwt-wcas-datails-title{display:block;margin:5px 0 15px}.dgwt-wcas-pd-title{margin-bottom:15px;display:block;text-decoration:none}.dgwt-wcas-details-title-tax{margin-right:3px}.rtl .dgwt-wcas-details-title-tax{margin:0 0 0 3px;float:right}.dgwt-wcas-tpd-image{width:70px;padding:4px;border:1px solid #e8e8e8;border-radius:4px;display:flex;flex-direction:column;justify-content:center}.dgwt-wcas-details-space{padding:0 15px 15px}.dgwt-wcas-details-main-image{border-bottom:1px solid #eee;min-height:200px;display:flex}.dgwt-wcas-details-main-image img{width:auto;height:auto;display:block;max-height:250px;max-width:100%;margin:0 auto;padding:0;border:none;align-self:center}.dgwt-wcas-details-right .dgwt-wcas-details-main-image img{border-radius:0 3px 0 0}.dgwt-wcas-details-left .dgwt-wcas-details-main-image img{border-radius:3px 0 0}a.dgwt-wcas-details-post-title,a.dgwt-wcas-details-product-title{color:#333;display:block;line-height:120%;margin:10px 0 0;font-size:21px;font-weight:400;text-decoration:none;text-transform:none}a.dgwt-wcas-details-post-title{margin-bottom:15px}.dgwt-wcas-details-product-sku{display:block;font-size:12px;line-height:110%;color:#999}.dgwt-wcas-tpd-image img{display:block;max-width:100%;width:100%;height:auto}.dgwt-wcas-details-hr{height:1px;width:100%;border-bottom:1px solid #eee;margin:15px 0}.rtl .dgwt-wcas-tpd-image{float:right;margin-right:0;margin-left:15px}.rtl .dgwt-wcas-tpd-rest{float:right;max-width:190px}.rtl input[type=search].dgwt-wcas-search-input{text-align:right}input[type=search].dgwt-wcas-search-input,input[type=text].dgwt-cas-search-input{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;-webkit-box-shadow:none;box-shadow:none;margin:0;-webkit-appearance:textfield;text-align:left}[type=search].dgwt-wcas-search-input::-ms-clear{display:none}[type=search].dgwt-wcas-search-input::-webkit-search-decoration{-webkit-appearance:none}[type=search].dgwt-wcas-search-input::-webkit-search-cancel-button{display:none}.dgwt-wcas-details-desc{font-size:13px;line-height:157%}.dgwt-wcas-details-desc b,.dgwt-wcas-details-desc strong{font-weight:400;color:#000;margin:0;padding:0}.dgwt-wcas-pd-addtc-form{margin:10px 0;display:flex;align-items:center;justify-content:flex-end}.dgwt-wcas-pd-addtc-form>.quantity{margin-right:10px}.dgwt-wcas-pd-addtc-form .add_to_cart_inline,.dgwt-wcas-pd-addtc-form .quantity input.qty{margin-bottom:0;margin-top:0}.dgwt-wcas-stock{display:block;text-align:right;font-size:14px;line-height:14px;margin-bottom:14px}.dgwt-wcas-stock.in-stock{color:#0f834d}.dgwt-wcas-stock.out-of-stock{color:#e2401c}.dgwt-wcas-pd-addtc .add_to_cart_button,.dgwt-wcas-pd-addtc .add_to_cart_inline{margin:0}.dgwt-wcas-has-headings .dgwt-wcas-st>span.dgwt-wcas-st--direct-headline,.dgwt-wcas-layout-icon .dgwt-wcas-icon-preloader,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon-arrow,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-enable-mobile-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-icon-handler,.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body:not(.dgwt-wcas-theme-flatsome)>:not(.dgwt-wcas-overlay-mobile),.dgwt-wcas-pd-addtc .add_to_cart_button.added,.dgwt-wcas-search-icon-arrow,.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open:not(.dgwt-wcas-has-submit) .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier,.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before,.dgwt-wcas-voice-search-supported.dgwt-wcas-search-filled .dgwt-wcas-voice-search,body .dgwt-wcas-content-wrapp .rood,body .dgwt-wcas-content-wrapp .zwave{display:none}button.dgwt-wcas-search-submit,input[type=submit].dgwt-wcas-search-submit{position:relative}.dgwt-wcas-ico-magnifier{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;height:65%;display:block}.dgwt-wcas-preloader{height:100%;position:absolute;right:0;top:0;width:40px;z-index:-1;background-repeat:no-repeat;background-position:right 15px center;background-size:auto 44%}.dgwt-wcas-voice-search{position:absolute;right:0;top:0;height:100%;width:40px;z-index:1;opacity:.5;cursor:pointer;align-items:center;justify-content:center;display:none;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out}.dgwt-wcas-close:hover,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search:hover,.dgwt-wcas-voice-search:hover{opacity:.3}.dgwt-wcas-voice-search path{fill:#444}.dgwt-wcas-voice-search-supported .dgwt-wcas-voice-search{display:flex}.dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:40px}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search,.rtl .dgwt-wcas-preloader,.rtl .dgwt-wcas-voice-search{right:auto;left:5px}.dgwt-wcas-mobile-overlay-trigger-active .dgwt-wcas-voice-search{z-index:105}.rtl .dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:auto;left:45px}.dgwt-wcas-inner-preloader{background-repeat:no-repeat;background-position:right 8px center;background-size:auto 22px;display:flex;align-items:center;justify-content:center;z-index:1}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.dgwt-wcas-inner-preloader{background-image:url('/wp-content/plugins/ajax-search-for-woocommerce-premium/assets/img/preloader.gif')}}.dgwt-wcas-loader-circular{height:24px;width:24px;-webkit-animation:2s linear infinite rotate;-moz-animation:2s linear infinite rotate;animation:2s linear infinite rotate}.dgwt-wcas-loader-circular-path{fill:transparent;stroke-linecap:round;stroke-width:4px;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:1s ease-in-out infinite dash;-moz-animation:1s ease-in-out infinite dash;animation:1s ease-in-out infinite dash;stroke:#ddd}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes rotate{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-moz-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out;z-index:1}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before{content:'';display:block;position:absolute;background:0 0;height:100%;width:100%;left:0;bottom:0;top:0;right:0;margin:auto}.dgwt-wcas-close path{fill:#ccc}@media screen and (max-width:992px){.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:none}}.dgwt-wcas-suggestion strong{font-weight:700}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.dgwt-wcas-sf-wrapp:after,.dgwt-wcas-sf-wrapp:before{content:"";display:table}.dgwt-wcas-sf-wrapp:after{clear:both}.dgwt-wcas-sf-wrapp{zoom:1;width:100%;max-width:100vw;margin:0;position:relative;background:0 0}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{width:100%;height:40px;font-size:14px;line-height:100%;padding:10px 15px;margin:0;background:#fff;border:1px solid #ddd;border-radius:3px;-webkit-border-radius:3px;-webkit-appearance:none;box-sizing:border-box}.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{font-size:16px}.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:3px 3px 0 0}.dgwt-wcas-layout-icon-open.dgwt-wcas-style-pirx .dgwt-wcas-search-icon-arrow,.dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-details-wrapp .dgwt-wcas-preloader-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp{display:none!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-suggestions-wrapp{min-height:0!important;border-radius:0 0 5px 5px;border-right-color:#ddd}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:41px!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.rtl):not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-right-color:transparent}.rtl.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-left-color:transparent}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{outline:0;background:#fff;box-shadow:0 0 9px 1px rgba(0,0,0,.06);-webkit-transition:150ms ease-in;-moz-transition:150ms ease-in;-ms-transition:150ms ease-in;-o-transition:150ms ease-in;transition:150ms ease-in}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{overflow:visible;position:absolute;border:0;padding:0 15px;margin:0;cursor:pointer;height:40px;min-width:50px;width:auto;line-height:100%;min-height:100%;right:0;left:auto;top:0;bottom:auto;color:#fff;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out;text-transform:uppercase;background-color:#333;border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;text-shadow:0 -1px 0 rgba(0,0,0,.3);-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none}.rtl .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:0;right:auto}.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit{border-radius:0 2px 0 0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover,.dgwt-wcas-sugg-hist-clear:hover{opacity:.7}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus{opacity:.7;outline:0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{content:'';position:absolute;border-width:8px 8px 8px 0;border-style:solid solid solid none;border-color:transparent #333;top:12px;left:-6px;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out}.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{left:auto;right:-6px;border-width:8px 0 8px 8px;border-style:solid none solid solid}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before{border-right-color:#333}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner{border:0;padding:0}.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{min-height:340px;overflow:visible}.dgwt-wcas-is-details .dgwt-wcas-si{width:30px;max-width:100%;box-sizing:border-box}.dgwt-wcas-is-details .dgwt-wcas-sp{display:flex;top:0;flex-direction:column;height:100%;justify-content:center;resize:vertical}.dgwt-wcas-is-details .dgwt-wcas-sd{font-size:11px;line-height:100%}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat],.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag]{padding-left:15px;min-height:0}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat] .dgwt-wcas-st,.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] .dgwt-wcas-st{padding-left:0}.dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler,html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{max-width:20px}.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{height:50%;margin:auto;max-height:20px;width:100%;max-width:20px;left:12px;right:auto;opacity:.5;fill:#444}.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{left:auto;right:12px}.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 15px 10px 40px}.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 40px 10px 15px}.dgwt-wcas-overlay-mobile-on,.dgwt-wcas-overlay-mobile-on body{overflow:hidden;min-width:100vw;min-height:100vh}html.dgwt-wcas-overlay-mobile-on{scroll-behavior:unset}.dgwt-wcas-om-bar{display:flex;height:45px;width:100%}.dgwt-wcas-om-bar button.dgwt-wcas-om-return,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:active,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover{width:45px;height:100%;display:block;background:#ccc;cursor:pointer;position:relative;margin:0;padding:0;box-shadow:none;outline:0;border:none;border-spacing:0;border-radius:0}.dgwt-wcas-om-bar .dgwt-wcas-om-return svg{width:23px;height:23px;position:absolute;left:12px;top:12px;fill:#fff}.rtl .dgwt-wcas-om-bar .dgwt-wcas-om-return svg{left:11px;top:9px;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#fff}.dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{right:0!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:4px!important;right:auto!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-style-pirx.dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:10px!important;right:auto!important}@keyframes dgwt-wcas-preloader-price-anim{0%,100%{background:rgba(128,128,128,.03)}50%{background:rgba(128,128,128,.1)}}.dgwt-wcas-preloader-price-inner div:first-child{left:0;animation-delay:-.1s}.dgwt-wcas-preloader-price-inner div:nth-child(2){left:13px;animation-delay:-.2s}.dgwt-wcas-preloader-price-inner div:nth-child(3){left:26px;animation-delay:-.3s}.dgwt-wcas-preloader-price{width:34px;height:10px;display:inline-block;overflow:hidden;background:0 0}.dgwt-wcas-preloader-price-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(1);backface-visibility:hidden;transform-origin:0 0}.dgwt-wcas-preloader-price-inner div{position:absolute;width:8px;height:8px;background:rgba(128,128,128,.05);animation:.8s cubic-bezier(0,.5,.5,1) infinite dgwt-wcas-preloader-price-anim;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-ms-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile{width:calc(100% - 45px);max-width:none;margin:0}.dgwt-wcas-overlay-mobile .dgwt-wcas-search-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestion{width:100%}.dgwt-wcas-overlay-mobile{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;background:#fff}.dgwt-wcas-overlay-mobile *{box-sizing:border-box}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input{height:45px!important;border-top:none;border-right:none;border-left:none;border-radius:0;font-size:16px!important}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input:focus{font-size:16px!important}.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{left:0!important;top:45px!important;width:100%!important;height:calc(100% - 45px)!important;position:absolute;overflow-y:auto;border:none;margin:0;display:block}.dgwt-wcas-enable-mobile-form{position:absolute;z-index:100;left:0;top:0;width:100%;height:100%;cursor:pointer;display:block}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-mobile .dgwt-wcas-search-form{display:none;position:relative}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-icon-mobile{min-width:0;display:inline-block;width:28px;height:28px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler{height:100%;width:100%}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler .dgwt-wcas-ico-magnifier{opacity:1;position:static;max-width:none;max-height:none}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body{overflow:auto}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios{overflow:visible}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp{max-height:none!important;height:auto!important}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{min-width:unset}.menu .dgwt-wcas-search-icon,html:not(.dgwt-wcas-overlay-mobile-on) .menu .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{width:auto}.dgwt-wcas-layout-icon-flexible .dgwt-wcas-search-form,.dgwt-wcas-layout-icon-flexible-inv .dgwt-wcas-search-form{opacity:0}.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded),.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded) .dgwt-wcas-search-form,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded),.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded) .dgwt-wcas-search-form{max-width:20px;min-width:unset}.dgwt-wcas-icon-preloader{margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.dgwt-wcas-layout-icon-flexible-loaded .dgwt-wcas-search-form{opacity:1}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{opacity:0;display:none;position:absolute;left:0;top:calc(100% + 8px);min-width:500px;z-index:1000}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-form{display:block;opacity:1}.dgwt-wcas-search-icon{width:20px;height:auto;cursor:pointer;display:block}li.menu-item a.dgwt-wcas-search-icon{padding-right:0;padding-left:0}.dgwt-wcas-ico-magnifier-handler{margin-bottom:-.2em;width:100%}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon{opacity:.6}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:15px}.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow{display:block;position:absolute;top:calc(100% + 2px);left:0;z-index:5;width:15px;height:15px;background:#fff;border:1px solid #ddd;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline{pointer-events:none;display:block;font-weight:500;white-space:nowrap}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2{display:block;font-weight:500;white-space:nowrap;cursor:default;font-size:14px;margin-top:5px;margin-bottom:15px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 .dgwt-wcas-st{padding-bottom:3px;margin-top:16px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st{border-bottom:1px solid #ddd;padding-bottom:3px;text-transform:uppercase;margin-top:16px;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-tax .dgwt-wcas-st{padding:0}.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax.dgwt-wcas-suggestion-selected,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover{background:0 0;text-decoration:underline}.dgwt-wcas-is-details .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax{min-height:30px}.dgwt-wcas-sugg-hist-clear{cursor:pointer;text-decoration:underline;display:inline-block;margin-left:2px}.dgwt-wcas-darkened-overlay{display:block;position:absolute;opacity:.15;z-index:100000;left:0;top:0}.dgwt-wcas-darkened-overlay>div{background:#111;position:absolute}.dgwt-wcas-search-wrapp.dgwt-wcas-search-darkoverl-on .dgwt-wcas-search-form{background-color:rgba(17,17,17,.15);border:none;border-radius:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{background:#fff;padding:10px;border-radius:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp{padding-top:0;padding-bottom:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:13px 24px 13px 48px;line-height:24px;font-size:17px;border:2px solid transparent;border-radius:30px;height:auto;font-family:Roboto,sans-serif;background-color:#eee}.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px 5px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{box-shadow:none;transition:30ms ease-in}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:#dfdfdf}.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:#333}.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:30px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{background:0 0;border-radius:100%;border:0;display:flex;align-items:center;justify-content:center;padding:0;margin:0;position:absolute;min-height:33px;min-width:33px;height:33px;width:33px;left:23px;top:21px;pointer-events:none;transition:none}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg{width:18px;height:18px}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:auto;right:28px;pointer-events:auto;animation:.3s fadeIn}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:24px;padding-right:48px;transition:none!important}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover{opacity:1;background:#e4e4e4;box-shadow:0 0 0 2px #e4e4e4;border-radius:100%}.dgwt-wcas-style-pirx .dgwt-wcas-preloader{margin-right:35px}.rtl .dgwt-wcas-style-solaris .dgwt-wcas-preloader,.rtl .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{margin-left:4px}.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){transition:none;width:18px}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path,.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path,.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#111}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{opacity:1;font-style:normal;font-weight:300;color:#777}.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp{border-color:#fff;padding-top:10px;padding-bottom:10px}.dgwt-wcas-open-pirx .dgwt-wcas-details-inner,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion{padding-left:20px;padding-right:20px}.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion,.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:1px solid #ddd}.dgwt-wcas-open-pirx .dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:0;border-top:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-right:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:1px solid #ddd}.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-left:none}.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:70px!important}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:0;background:0 0;padding:0 10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:transparent}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:transparent}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{border-top:1px solid #e0e2e5}.dgwt-wcas-open-pirx .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp,.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return{background:#fff}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg{left:17px;top:16px;width:17px;height:17px}.dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:20px;top:1px;opacity:1}.rtl .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:auto;left:50px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:5px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{right:5px!important}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{left:5px!important;right:auto!important}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp{background:0 0;padding:4px;border-radius:10px 10px 0 0}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-top:10px;padding-bottom:10px;line-height:normal;font-size:14px}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:15px;top:7px}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:auto;right:23px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{background:#fff;box-shadow:0 0 0 1px #eee}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:#333;box-shadow:none}.dgwt-wcas-open-pirx-compact .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx-compact .dgwt-wcas-suggestions-wrapp{margin-top:1px}.dgwt-wcas-suggestions-wrapp-fixed{position:fixed!important}.elementor-widget-fibosearch-posts::after{content:""!important}.dgwt-wcas-posts-results-grid{display:flex;flex-wrap:wrap;grid-gap:20px;justify-content:flex-start}.dgwt-wcas-posts-results-grid-item{width:calc(25% - 15px);margin-bottom:30px}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}@media screen{body.woocommerce-cart{}body.woocommerce-cart .product-remove{font-size:x-large;max-width:11px;padding-left:9px}dd .variation-Geschiktvoorvloerverwarming{margin-bottom:0}dl dd{margin-bottom:0}body.woocommerce-cart .shop_table td.actions{padding:15px 30px}body.woocommerce-cart. shop_table.cart thead th{font-weight:700}.shop_table.cart thead th{font-weight:700}.display-message-on-cat-backdrop{position:absolute;top:0;left:0;right:0;height:100px;background:#000;background:linear-gradient(180deg,rgb(0 0 0 / .5) 0%,#fff0 90%);z-index:8}.lowest_price{position:relative;z-index:10}ul.products li.product-category a{position:relative;z-index:+1}}@media screen{#upsell-calculator{}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content>ul.raamdecoratie>li .thumb{background-repeat:no-repeat;background-size:cover;line-height:2px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.raamdecoratie>li .thumb:hover{margin-bottom:5px;border:1px solid #08c}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.raamdecoratie>li .thumb:active{margin-bottom:5px;border:2px solid #08c}#upsell-calculator>.upsell-calculator-containn>.upsell-calculator-content ul.raamdecoratie>li .thumb img{display:block}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.raamdecoratie>li .thumb{margin-bottom:5px;border:1px solid #bbb}@font-face{font-family:'Fontawesome'!important;font-weight:400;font-style:normal}#upsell-calculator .columns{display:-webkit-flex;display:-webkit-box;display:-moz-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-ms-box-orient:horizontal;box-orient:horizontal;width:100%;flex-wrap:wrap}#upsell-calculator .columns>*{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#upsell-calculator label{margin:2px 0 12px 0;display:block;cursor:pointer;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:22px;color:var(--grey)}#upsell-calculator label input[type="checkbox"]{display:none}#upsell-calculator label input[type="checkbox"]+span{line-height:22px;height:22px;padding-left:22px;display:block;position:relative;text-transform:none;font-weight:400}#upsell-calculator label input[type="checkbox"]+span:not(:empty){padding-left:30px;font-weight:inherit}#upsell-calculator label input[type="checkbox"]+span:before,#upsell-calculator label input[type="checkbox"]+span:after{font-family:'Font Awesome 5 Free';font-size:15px;font-weight:400!important;content:'';background:#fff!important;color:#0088cc!important;width:22px;height:22px;text-align:center;line-height:24px;display:block;border-radius:50%;left:0;top:0;position:absolute}#upsell-calculator label input[type="checkbox"]+span:before{background:#fff!important;color:#0088cc!important;z-index:1;transition:background 0.2s ease,transform 0.4s cubic-bezier(.175,.885,.32,2)}#upsell-calculator label+span:after{background:#fff!important;color:#0088cc!important;z-index:0;transform:scale(.78);transition:transform 0.6s cubic-bezier(.175,.885,.32,1.4)}#upsell-calculator label input[type="checkbox"]:checked+span:before{font-family:'Font Awesome 5 Free';content:'\f00c';background:#fff!important;color:#0088cc!important;font-weight:900}@media screen and (min-width:1356px){.product_cat-raamdecoratie li.expanding.viewable:nth-child(2) div.upsell-substep-title.viewable{margin-left:-120px}.product_cat-raamdecoratie li.expanding.viewable:nth-child(2) ul.sub.viewable{margin-left:-120px!important}.product_cat-raamdecoratie li.expanding.viewable:nth-child(3) div.upsell-substep-title{margin-left:-240px}.product_cat-raamdecoratie li.expanding.viewable:nth-child(3) ul.sub{margin-left:-240px!important}.product_cat-raamdecoratie li.expanding.viewable:nth-child(4) div.upsell-substep-title.viewable{margin-left:-360px}.product_cat-raamdecoratie li.expanding.viewable:nth-child(4) ul.sub.viewable{margin-left:-360px!important}.product_cat-raamdecoratie ul.sub>li label{max-width:150px}#upsell-calculator ul.columns.footage.raamdecoratie.added-step label{max-width:150px!important}}@media screen and (min-width:1050px) and (max-width:1355px){.product_cat-raamdecoratie li.expanding.viewable:nth-child(2) div.upsell-substep-title.viewable{margin-left:-88px}.product_cat-raamdecoratie li.expanding.viewable:nth-child(2) ul.sub.viewable{margin-left:-88px!important}.product_cat-raamdecoratie li.expanding.viewable:nth-child(3) div.upsell-substep-title{margin-left:-174px}.product_cat-raamdecoratie li.expanding.viewable:nth-child(3) ul.sub{margin-left:-174px!important}.product_cat-raamdecoratie li.expanding.viewable:nth-child(4) div.upsell-substep-title.viewable{margin-left:-260px}.product_cat-raamdecoratie li.expanding.viewable:nth-child(4) ul.sub.viewable{margin-left:-260px!important}.product_cat-raamdecoratie ul.sub>li label{max-width:128px}#upsell-calculator ul.columns.footage.raamdecoratie.added-step label{max-width:150px!important}}@media screen and (max-width:480px){.product_cat-raamdecoratie li.expanding.viewable:nth-child(2) div.upsell-substep-title.viewable{margin-left:-88px}.product_cat-raamdecoratie li.expanding.viewable:nth-child(2) ul.sub.viewable{margin-left:-88px!important}.product_cat-raamdecoratie li.expanding.viewable:nth-child(3) div.upsell-substep-title{margin-left:-170px}.product_cat-raamdecoratie li.expanding.viewable:nth-child(3) ul.sub{margin-left:-170px!important}.product_cat-raamdecoratie li.expanding.viewable:nth-child(4) div.upsell-substep-title.viewable{margin-left:-260px}.product_cat-raamdecoratie li.expanding.viewable:nth-child(4) ul.sub.viewable{margin-left:-260px!important}.product_cat-raamdecoratie ul.sub>li label{max-width:100px}#upsell-calculator ul.columns.footage.raamdecoratie.added-step label{max-width:150px!important}}@font-face{font-family:'Font Awesome 5 Free';src:url(/wp-content/themes/on-website/assets/fonts/fontawesome-webfont.woff2) format('woff2'),url(/wp-content/themes/on-website/assets/fonts/fontawesome-webfont.woff) format('woff');font-weight:400;font-style:normal}#upsell-calculator label input[type="checkbox"]:checked+span:after{background:#fff!important;color:#0088cc!important;transform:scale(.4);transition:transform 0.3s ease}#upsell-calculator label:hover input[type="checkbox"]+span:before{transform:scale(.92)}#upsell-calculator label:hover input[type="checkbox"]+span:after{transform:scale(.74)}#upsell-calculator label:hover input[type="checkbox"]:checked+span:after{transform:scale(.4)}#upsell-calculator label input[type="number"]{width:100%;height:35px;margin:0px!important}#upsell-calculator label select{width:100%;height:35px}#upsell-calculator>.upsell-calculator-contain{font-family:"Oswald",sans-serif;font-weight:300;border-radius:8px;background:#F3F9FB;padding:10px 20px;margin-bottom:10px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-title{font-family:"Oswald",sans-serif;font-weight:600;font-size:1.8em;padding:10px 20px 0 20px;line-height:1.35em;text-transform:none;text-align:center;color:#08c}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content .question_tooltip .porto-tooltip{position:absolute;right:16px;top:5px;width:15px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content .question_tooltip .porto-tooltip .tooltip-icon{cursor:pointer;border:1px solid #08c;color:#08c;border-radius:50%;display:block;width:20px;height:20px;text-align:center;line-height:18px;font-size:10px;position:relative;right:5px;transition:all 0.2s ease-in-out}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content .question_tooltip .porto-tooltip .tooltip-icon .fa-info{font-size:12px;font-weight:700;text-indent:-2px;content:'';color:#08c;width:22px;height:22px;text-align:center;line-height:19px;display:block;border-radius:50%;left:0;top:0;position:absolute;font-weight:300}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content .question_tooltip .porto-tooltip .tooltip-icon .fa-info .fa-info:before{content:'i'}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content .question_tooltip .porto-tooltip .tooltip-popup{text-align:left;font-size:12px;line-height:1.4;color:#000}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content .question_tooltip .porto-tooltip .tooltip-popup{display:none;position:absolute;right:0;text-align:left;top:0;width:425px;background-color:#fff;box-shadow:0 2px 20px rgb(0 0 0 / 40%);padding:20px 35px 25px 15px;border-radius:0;font-size:12px;line-height:1.4;color:#fff;z-index:999}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content .question_tooltip .porto-tooltip .tooltip-popup .tooltip-close{cursor:pointer;position:absolute;right:5px;top:1px;color:#08c;font-size:17px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul{list-style:none;padding:5px 20px;margin:0;display:flex}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul li:last-of-type{max-width:auto}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.info{font-family:"Poppins",sans-serif;font-size:1.2em;font-weight:300}.product_footage_top{border-bottom:1px solid #D0E5EB;padding-bottom:15px;margin-bottom:15px;position:relative;font-weight:500;font-size:16px;line-height:1.6}.product_footage_top span{text-align:end;text-align:right;right:0;position:absolute;padding-right:0}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.info .price_pak{text-align:right;text-align:end}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.info .pak_content{text-align:right;text-align:end}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.info .pak_content span{text-align:right;text-align:end}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.info .price_pak span{text-align:right;text-align:end}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.info .price_current{text-align:right;text-align:end}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.info .price_current span{font-size:1em;font-weight:300;text-align:end}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.footage{color:#444}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.footage li:last-of-type{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;max-width:215px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.footage li .title{font-family:"poppins",sans-serif;font-size:15px;font-weight:500;text-transform:none;margin-bottom:5px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.footage li .remark{font-size:10px;margin-top:0;display:inline-block;transform:translateY(-12px)}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.footage li .info{font-weight:300}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.footage li input[type="number"]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;max-width:100%;min-width:100px;background-color:#fff;color:#444;border-color:#ccc;margin-left:15px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.units{color:#444;padding-top:0}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.units li{max-width:48%}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.units li:last-of-type{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;max-width:235px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.units li .title{font-family:"Oswald",sans-serif;font-size:1.3em;font-weight:500;text-transform:none}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.units li .info{font-weight:500;color:#08c;text-transform:none}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.units li input[type="number"]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:3px;padding:10px;max-width:100%;min-width:98%;background-color:#fff;color:#444;border:none;margin-left:0;margin-bottom:5px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order{color:#08c}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul{list-style:none;padding:0 15px 15px 0;margin:0}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li{padding:5px 15px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li:last-of-type{display:none!important;max-width:215px;text-align:right}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li .upsell-calculator-total{font-family:"Poppins",sans-serif;font-size:28px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.28px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li .upsell-calculator-total span{font-size:28px;font-weight:700;color:#272723}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li .upsell-calculator-total span i{font-style:normal}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;background-color:#ed9c28;color:#fff;border:#fff 0 solid;padding:15px 15px;line-height:1.6em;display:inline-block;white-space:nowrap;text-align:center;width:100%;max-width:215px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li button span.icon{display:inline-block;width:20px;text-align:center;margin-right:5px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li button span.icon:before{font-family:'typicons'!important;content:"\e0cf";color:#fff;font-weight:400}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li button span.title{font-size:1.2em;font-weight:300;margin-right:5px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li button.-processing{background-color:#08c}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li button.-processing span.icon:before{content:'\e018'!important}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li button.-failed{background-color:red}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li button.-failed span.icon:before{content:'\e122'!important}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li button.-success{background-color:green}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li button.-success span.icon:before{content:'\e11e'!important}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order .topzin{font-family:"Poppins",sans-serif;font-weight:500;padding-bottom:10px;line-height:1.35em;text-align:left;color:#272723;text-transform:initial}span.topzin{text-align:left}.bijzin{font-family:"Poppins",sans-serif;color:#272723;padding-top:4px;display:block;margin-bottom:-15px;text-transform:initial}span.bijzin{text-align:left}@media all and (max-width:768px){#upsell-calculator .columns{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}#upsell-calculator .columns>*{max-width:100%;min-width:100%}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.footage{padding-bottom:0}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.footage li:last-of-type,#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.units li:last-of-type{-webkit-box-shadow:inset 2px 0 0 0 #fff;-moz-box-shadow:inset 2px 0 0 0 #fff;box-shadow:inset 2px 0 0 0 #fff}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.footage li input[type="number"],#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-content ul.units li input[type="number"]{min-width:100%;max-width:100%;width:100%}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul{padding:5px 20px 15px 20px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li{padding:0}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li:last-of-type{text-align:left}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li .upsell-calculator-total{padding-top:14px}#upsell-calculator>.upsell-calculator-contain>.upsell-calculator-order ul li button{max-width:100%}}}@media screen{#upsell-steps{}#upsell-steps .columns{display:-webkit-flex;display:-webkit-box;display:-moz-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-ms-box-orient:horizontal;box-orient:horizontal;width:100%;flex-wrap:wrap}#upsell-steps .columns.nowrap{flex-wrap:nowrap}#upsell-steps .columns>*{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#upsell-steps label{margin:0 0 5px 0;display:block;cursor:pointer}#upsell-steps label input[type="radio"]{display:none}#upsell-steps label input[type="radio"]+span{line-height:22px;height:22px;padding-left:22px;display:block;position:relative}#upsell-steps label input[type="radio"]+span:not(:empty){padding-left:30px}#upsell-steps label input[type="radio"]+span:before,#upsell-steps label input[type="radio"]+span:after{font-size:12px;font-weight:700;text-indent:1px;content:'';color:#fff;width:22px;height:22px;text-align:center;line-height:24px;display:block;border-radius:50%;left:0;top:0;position:absolute}#upsell-steps .fa-info{font-size:12px;font-weight:700;text-indent:-2px;content:'';color:#08c;;width:22px;height:22px;text-align:center;line-height:19px;display:block;border-radius:50%;left:0;top:0;position:absolute}#upsell-steps .fa-info:before{content:'i'}#upsell-steps label input[type="radio"]+span:before{background:#fff;border:1px solid #DAE7EB;transition:background 0.2s ease,transform 0.4s cubic-bezier(.175,.885,.32,2)}#upsell-steps label+span:after{background:#fff;transform:scale(.78);transition:transform 0.6s cubic-bezier(.175,.885,.32,1.4)}#upsell-steps label input[type="radio"]:checked+span:before{font-family:'Font Awesome 5 Free';content:'\f00c';font-weight:500;background:#08c;line-height:1.8}@font-face{font-family:'Font Awesome 5 Free';src:url(/wp-content/themes/on-website/assets/fonts/fontawesome-webfont.woff2) format('woff2'),url(/wp-content/themes/on-website/assets/fonts/fontawesome-webfont.woff) format('woff');font-weight:400;font-style:normal}#upsell-steps label input[type="radio"]:checked+span:after{transform:scale(.4);transition:transform 0.3s ease}#upsell-steps label:hover input[type="radio"]+span:before{transform:scale(.92)}#upsell-steps label:hover input[type="radio"]+span:after{transform:scale(.74)}#upsell-steps label:hover input[type="radio"]:checked+span:after{transform:scale(.4)}#upsell-steps label{margin:0 0 5px 0;display:block;cursor:pointer}#upsell-steps label input[type="checkbox"]{display:none}#upsell-steps label input[type="checkbox"]+span{line-height:22px;height:auto;padding-left:22px;display:block;position:relative;text-transform:initial}#upsell-steps .upsell-step-product-item.-withthumb.single-product.product label input[type="checkbox"]+span:not(:empty){padding-left:100px}#upsell-steps label input[type="checkbox"]+span:not(:empty){padding-left:30px}#upsell-steps label input[type="checkbox"]+span:before,#upsell-steps label input[type="radio"]+span:after{font-family:'Font Awesome 5 Free';font-size:12px;font-weight:400!important;text-transform:initial;content:'';color:#fff;width:22px;height:22px;text-align:center;line-height:24px;display:block;border-radius:50%;left:0;top:0;position:absolute}#upsell-steps label input[type="checkbox"]+span:before{background:#fff;border:1px solid #D6E1ED;transition:background 0.2s ease,transform 0.4s cubic-bezier(.175,.885,.32,2)}#upsell-steps label input[type="checkbox"]:hover+span:before{background:var(--blue)}#upsell-steps label+span:after{background:#fff;transform:scale(.78);transition:transform 0.6s cubic-bezier(.175,.885,.32,1.4)}#upsell-steps label input[type="checkbox"]:checked+span:before{content:'\f00c';transform:scale(1.04);background:#08c}#upsell-steps label input[type="checkbox"]:checked+span:after{transform:scale(.4);transition:transform 0.3s ease}#upsell-steps label:hover input[type="checkbox"]+span:before{transform:scale(.92)}#upsell-steps label:hover input[type="checkbox"]+span:after{transform:scale(.74)}#upsell-steps label:hover input[type="checkbox"]:checked+span:after{transform:scale(.4)}#upsell-steps .porto-tooltip{position:absolute;right:0;top:5px;width:15px}#upsell-steps .tooltip-icon{border-color:#a8a8a8;color:#a8a8a8}#upsell-steps .tooltip-icon{cursor:pointer;border:1px solid #08c;color:#08c;border-radius:50%;display:block;width:20px;height:20px;text-align:center;line-height:18px;font-size:10px;position:relative;right:5px;transition:all 0.2s ease-in-out}#upsell-steps .tooltip-popup{display:none;position:absolute;right:0;text-align:left;top:0;width:425px;background-color:#fff;box-shadow:0 2px 20px rgb(0 0 0 / .4);padding:20px 35px 25px 15px;border-radius:0;font-size:12px;line-height:1.4;color:#fff;z-index:999}#upsell-steps .tooltip-popup{text-align:left;font-size:12px;line-height:1.4;color:#000}#upsell-steps .tooltip-close{cursor:pointer;position:absolute;right:5px;top:1px;color:#08c;font-size:17px}@media only screen and (max-width:480px){#upsell-steps .tooltip-popup{right:-25px;width:280px}#upsell-steps .tooltip-close{font-size:22px}}#upsell-steps>.upsell-step{padding:0px!important;margin-bottom:10px}#upsell-steps>.upsell-step.-hide{display:none}#upsell-steps>.upsell-step>.upsell-step-contain{border-radius:8px;background:#F3F9FB;padding:10px 20px;margin-bottom:10px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-title{font-family:"Poppins",sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.16px;margin-bottom:10px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-activate ul{list-style:none;padding:0;margin:0}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-activate ul li{display:inline-block;margin-right:15px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-activate label{margin-bottom:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content{overflow:hidden;transition:height 250ms cubic-bezier(.85,-.4,.2,1.45)}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content.-collapsed{height:0}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain{padding:5px 15px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question{padding-bottom:10px;position:relative}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_title{font-family:"Oswald",sans-serif;font-weight:500;font-size:1.2em;line-height:1.35em;padding-bottom:5px;padding-top:5px;text-transform:none}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain .upsell-step-question.laminaat>.question_title{font-family:"Oswald",sans-serif;font-weight:500;font-size:1.2em;line-height:1.35em;padding-bottom:5px;padding-top:5px;text-transform:none}.upsell-step-question>.question_options>.product-description{display:none}.upsell-step-question.laminaat ul{list-style:none;padding:0;margin:0;display:flex}.upsell-step-question.laminaat ul li{margin-right:16px;margin-top:8px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul{list-style:none;padding:0;margin:0}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li label{margin-bottom:1px;padding:4px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li input[type="number"]{width:100%}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li .thumb{background-repeat:no-repeat;background-size:cover}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options ul.has-filters{display:flex}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options ul.has-filters li.expanding{display:none}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options ul.has-filters li.expanding[activate="yes"]{display:block}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options ul.has-filters li.expanding ul.sub{display:none;list-style:none;padding-left:0;margin-left:0;margin-top:8px}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options ul.has-filters li.expanding .upsell-substep-title{margin-top:64px;display:none;font-family:"Oswald",sans-serif;font-weight:600;font-size:1.5em;line-height:1.35em;text-transform:none}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options ul.has-filters li.expanding .upsell-substep-title.viewable{display:block}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options ul.has-filters li.expanding.viewable{display:block}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options ul.has-filters li.expanding ul.sub.viewable{display:flex}#upsell-steps>.upsell-step.plinten>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li{display:inline-block;width:25%;max-width:25%;min-width:25%}#upsell-steps>.upsell-step.plinten>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question[data-question="2"]>.question_options>ul>li{display:block;width:100%;max-width:100%;min-width:100%}#upsell-steps>.upsell-step.plinten>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li .thumb{margin-bottom:5px}#upsell-steps>.upsell-step.plinten>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li .thumb:hover{margin-bottom:5px;border:1px solid #08c}#upsell-steps>.upsell-step.plinten>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li .thumb:active{margin-bottom:5px;border:2px solid #08c}#upsell-steps>.upsell-step.plinten>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li img{display:block}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li .thumb{background-repeat:no-repeat;background-size:cover}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li{display:inline-block;width:25%;max-width:25%;min-width:25%}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question[data-question="2"]>.question_options>ul>li{display:block;width:100%;max-width:100%;min-width:100%}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li .thumb{margin-bottom:5px}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li .thumb:hover{margin-bottom:5px;border:1px solid #08c}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li .thumb:active{margin-bottom:5px;border:2px solid #08c}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li img{display:block}#upsell-steps>.upsell-step.schoonloopmat>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question{display:inline-block;width:50%;max-width:50%;min-width:50%}#upsell-steps>.upsell-step.schoonloopmat>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question[data-question="3"]{display:block;width:100%;max-width:100%;min-width:100%}#upsell-steps>.upsell-step.services>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li{display:inline-block;width:50%;max-width:50%;min-width:50%}#upsell-steps>.upsell-step.services>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li .thumb{height:150px;margin-bottom:5px}#upsell-steps>.upsell-step.services>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li .thumb:hover{margin-bottom:5px;border:1px solid #08c}#upsell-steps>.upsell-step.services>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li .thumb:active{margin-bottom:5px;border:2px solid #08c}#upsell-steps>.upsell-step.services>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li img{display:none}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products-loading{text-align:center;padding-bottom:15px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products-loading.-hide{height:0;overflow:hidden;padding-bottom:0}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain{padding:0 15px 15px 15px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-title{font-family:"Oswald",sans-serif;font-weight:500;font-size:1.2em;line-height:1.35em;padding-bottom:5px;padding-top:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-options{padding-bottom:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-options label{display:block;text-align:left}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-options label span.label{color:#000;padding-left:0;display:block;text-align:left;font-family:"Oswald",sans-serif;font-weight:500;font-size:1.2em;line-height:1.35em;padding-bottom:5px;padding-top:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-options label span.hint{color:#000;padding-left:0;display:block;text-align:left;font-family:"Oswald",sans-serif;font-weight:300;font-size:12px;line-height:1.35em;padding-bottom:5px;padding-top:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-options input[type="number"]{width:100%}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-items>.upsell-step-product-item{padding:20px;border-radius:8px;background:#fff;margin:0 0 5px 0}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-items>.upsell-step-product-item.-hide{display:none}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-items>.upsell-step-product-item.-show{display:block}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-items>.upsell-step-product-item.-hide.-show{display:block}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain{position:relative;overflow:hidden}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-thumb{position:absolute;left:0;top:0;width:80px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-title{font-family:"Oswald",sans-serif;font-weight:500;font-size:1.4em;padding-bottom:0;padding-top:0;padding-left:90px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-details{font-family:"Oswald",sans-serif;font-weight:300;padding-left:90px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-request{font-family:"Oswald",sans-serif;font-weight:300;padding-left:90px;color:#000}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-request label{background-color:#fff;padding:5px;margin-bottom:0}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-request .label{font-family:"Oswald",sans-serif;font-weight:300!important;color:#3a2b2b!important;font-size:1em!important;padding-top:12px!important;vertical-align:top;display:inline-block}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-request input{vertical-align:top;float:right}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-costs{font-family:"Oswald",sans-serif;font-weight:300;padding-left:90px;padding-top:10px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-costs span.price-old{text-decoration:line-through}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-costs span.price-current{padding-left:10px;font-weight:600}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-options>.item-option{padding-bottom:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-options>.item-option>.option-label{font-weight:700}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-options>.item-option>.option-list ul{padding:0;margin:0;list-style:none}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-options>.item-option>.option-list ul li{display:inline-block;margin:0 5px 5px 0}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-options>.item-option>.option-list ul li button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;box-shadow:none;border:#fff 0 solid}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions{font-family:"Oswald",sans-serif;padding-top:5px;padding-left:90px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions .price{display:block!important}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions .units{max-width:60px;padding:0}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;box-shadow:none;width:55px;max-width:55px;min-width:55px;height:45px;text-align:center}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions .quantity{margin-bottom:0px!important;padding:0 8px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;box-shadow:none;background-color:#08c;color:#fff;border:#fff 0 solid;line-height:1.6em;white-space:nowrap;text-align:center;height:45px;text-transform:uppercase;margin:0 4px 5px 0}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button:hover{background-color:#000}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;background-color:#333}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button:active{background-color:green}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button:visited{color:#000}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button .icon{display:inline-block;width:20px;text-align:center;margin-right:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button .title{font-size:1.2em;font-weight:300;margin-right:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button .icon:before{font-family:'typicons'!important;content:"\e0cf";color:#fff;font-weight:400}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button.-processing{background-color:#08c}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button.-processing .icon:before{content:'\e018'!important}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button.-success{background-color:green}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button.-success .icon:before{content:'\e11e'!important}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button.-failed{background-color:red}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button.-failed icon:before{content:'\e122'!important}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-add{position:relative}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain>.item-add button{position:absolute;right:0;top:-40px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain.-withthumb>.item-thumb{position:absolute;left:0;top:0;bottom:0;width:65px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain.-withthumb>.item-title{padding-left:80px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain.-withthumb>.item-options{padding-left:80px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain.-withthumb>.item-costs{padding-left:80px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain.-withthumb>.item-costs>span.price-old{text-decoration:line-through}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain.-withthumb>.item-costs>span.price-current{float:right}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain.-withthumb>.item-actions{padding-left:80px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain .single_add_to_cart_button{background-color:#08c!important;height:45px!important;margin-left:10px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products .upsell-step-product-item>.upsell-step-product-item-contain .single_add_to_cart_button::before{display:none}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services{background-color:#ddeff5;border-radius:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services>.upsell-step-services-contain{padding:15px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services>.upsell-step-services-contain>.upsell-step-services-title{font-family:"Oswald",sans-serif;font-weight:500;font-size:1.2em;line-height:1.35em;padding-bottom:5px;padding-top:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services>.upsell-step-services-contain>.upsell-step-services-subtitle{padding-bottom:10px;font-size:12px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services>.upsell-step-services-contain>.upsell-step-services-options{padding-bottom:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services>.upsell-step-services-contain>.upsell-step-services-options label{display:block;text-align:left}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services>.upsell-step-services-contain>.upsell-step-services-options label span.label{color:#000;padding-left:0;display:block;text-align:left;font-family:"Oswald",sans-serif;font-weight:500;font-size:1.2em;line-height:1.35em;padding-bottom:5px;padding-top:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services>.upsell-step-services-contain>.upsell-step-services-options label span.hint{color:#000;padding-left:0;display:block;text-align:left;font-family:"Oswald",sans-serif;font-weight:300;font-size:12px;line-height:1.35em;padding-bottom:5px;padding-top:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services>.upsell-step-services-contain>.upsell-step-services-options input[type="number"]{width:100%}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services>.upsell-step-services-contain>.upsell-step-services-items>.upsell-step-product-item{padding:10px;background:#f3f9fb;margin:0 0 5px 0}#upsell-steps>.upsell-step>.upsell-step-contain .question_show_all{margin-top:16px}#upsell-steps>.upsell-step>.upsell-step-contain .question_show_all a{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;box-shadow:none;background-color:#08c;color:#fff;border:#fff 0 solid;line-height:1.6em;white-space:nowrap;text-align:center;height:45px;text-transform:uppercase;margin:0 4px 5px 0;padding:.8em 1.2em;font-size:14px;font-weight:600;text-decoration:none}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain{position:relative;overflow:hidden}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-thumb{position:absolute;left:0;top:0;width:80px;display:none}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-title{font-family:"Oswald",sans-serif;font-weight:500;font-size:1.4em;padding-bottom:0;padding-top:0;padding-left:90px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-details{font-family:"Oswald",sans-serif;font-weight:300;padding-left:90px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-request{font-family:"Oswald",sans-serif;font-weight:300;padding-left:90px;color:#000}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-request label{background-color:#fff;padding:5px;margin-bottom:0}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-request .label{font-family:"Oswald",sans-serif;font-weight:300!important;color:#3a2b2b!important;font-size:1em!important;padding-top:12px!important;vertical-align:top;display:inline-block}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-request input{vertical-align:top;float:right}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-costs{font-family:"Oswald",sans-serif;font-weight:300;padding-left:90px;padding-top:10px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-costs span.price-old{text-decoration:line-through}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-costs span.price-current{padding-left:10px;font-weight:600}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-options>.item-option{padding-bottom:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-options>.item-option>.option-label{font-weight:700}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-options>.item-option>.option-list ul{padding:0;margin:0;list-style:none}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-options>.item-option>.option-list ul li{display:inline-block;margin:0 5px 5px 0}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-options>.item-option>.option-list ul li button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;box-shadow:none;border:#fff 0 solid}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions{font-family:"Oswald",sans-serif;padding-top:5px;padding-left:90px;display:none}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions .price{display:block!important}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions .units{max-width:60px;padding:0}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;box-shadow:none;width:55px;max-width:55px;min-width:55px;height:45px;text-align:center}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;box-shadow:none;background-color:#bbb;color:#fff;border:#fff 0 solid;line-height:1.6em;white-space:nowrap;text-align:center;height:45px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button .icon{display:inline-block;width:20px;text-align:center;margin-right:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button .title{font-size:1.2em;font-weight:300;margin-right:5px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button .icon:before{font-family:'typicons'!important;content:"\e0cf";color:#fff;font-weight:400}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button.-processing{background-color:#08c}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button.-processing .icon:before{content:'\e018'!important}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button.-success{background-color:green}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button.-success .icon:before{content:'\e11e'!important}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button.-failed{background-color:red}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-actions button.-failed icon:before{content:'\e122'!important}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-add{position:relative}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain>.item-add button{position:absolute;right:0;top:-40px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain.-withthumb>.item-thumb{position:absolute;left:0;top:0;bottom:0;width:65px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain.-withthumb>.item-title{padding-left:80px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain.-withthumb>.item-options{padding-left:80px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain.-withthumb>.item-costs{padding-left:80px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain.-withthumb>.item-costs>span.price-old{text-decoration:line-through}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain.-withthumb>.item-costs>span.price-current{float:right}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain.-withthumb>.item-actions{padding-left:80px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain .single_add_to_cart_button{background-color:#08c!important;height:45px!important;margin-left:10px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item>.upsell-step-product-item-contain .single_add_to_cart_button::before{display:none}.upsell-step-products-subtitle{font-size:12px;padding-bottom:10px}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item label:hover input[type="checkbox"]+span:before{content:'\f067'}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-services .upsell-step-product-item label input[type="checkbox"]:checked+span:before{content:'\f067'}.ondervloer-info-box{background:#E8F4F8;border-left:4px solid #08c;padding:15px;margin:10px 0;border-radius:4px;font-family:"Poppins",sans-serif}.ondervloer-info-box h4{margin:0 0 10px 0;font-size:16px;font-weight:600;color:#08c}.ondervloer-info-box p{margin:0 0 8px 0;font-size:14px;line-height:1.5}.ondervloer-info-box .ondervloer-calculation{background:#fff;padding:10px;border-radius:3px;margin-top:10px;font-weight:600}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-items{display:flex;flex-direction:column}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-items>.upsell-step-product-item.-show{order:1}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-items>.upsell-step-product-item.-disabled{order:2;opacity:.5;pointer-events:none;position:relative;padding:8px 10px!important}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-items>.upsell-step-product-item.-disabled::after{content:'Niet beschikbaar voor deze selectie';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgb(255 255 255 / .95);padding:10px 20px;border-radius:4px;font-weight:600;color:#666;font-size:14px;white-space:nowrap;z-index:10;border:1px solid #ddd}#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-items>.upsell-step-product-item.-disabled .ondervloer-calc-info,#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-items>.upsell-step-product-item.-disabled .ondervloer-explanation,#upsell-steps>.upsell-step>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-products>.upsell-step-products-contain>.upsell-step-products-items>.upsell-step-product-item.-disabled .item-actions{display:none!important}}@media screen{@font-face{font-family:'Font Awesome 5 Free';src:url(/wp-content/themes/laminaatxxl/assets/fonts/fontawesome-webfont.woff2) format('woff2'),url(/wp-content/themes/laminaatxxl/assets/fonts/fontawesome-webfont.woff) format('woff');font-weight:400;font-style:normal}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:300}button:active,button:focus,input[type="button"]:active,input[type="button"]:focus,input[type="reset"]:active,input[type="reset"]:focus,input[type="submit"]:active,input[type="submit"]:focus{background-color:#fff;border-color:#fff}.upsell-totals>.upsell-totals-contain>.upsell-totals-title{font-family:"Oswald",sans-serif;font-weight:600;font-size:1.5em;line-height:1.35em;padding:6px 0 5px;background:#fff;border-bottom:2px solid #E0E0E0;margin-bottom:10px;padding-bottom:15px}.upsell-totals>.upsell-totals-contain>.upsell-totals-toggle{position:absolute;right:8px;top:65px;transform:scale(.5);transform-origin:top right}.upsell-totals>.upsell-totals-contain>.upsell-totals-items{height:0;overflow:hidden}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item{margin-bottom:10px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item.-hide{display:none!important;margin-bottom:0px!important}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-title{display:none;font-family:"Oswald",sans-serif;font-size:1.2em;border-bottom:#d5d5d5 1px solid}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-title:first-letter{text-transform:capitalize}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-empty{font-size:12px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-empty.-hide{display:none}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product.-success{-webkit-box-shadow:inset 0 0 0 2px green;-moz-box-shadow:inset 0 0 0 2px green;box-shadow:inset 0 0 0 2px green}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product.-failed{-webkit-box-shadow:inset 0 0 0 2px red;-moz-box-shadow:inset 0 0 0 2px red;box-shadow:inset 0 0 0 2px red}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain{position:relative;border-bottom:2px solid #E0E0E0;margin-bottom:10px;padding-bottom:15px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-thumb{display:none;background-position:center center;background-size:cover;padding-top:10px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-thumb img{vertical-align:bottom}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-title{padding:10px;padding-bottom:0;font-weight:700;line-height:1em;padding-right:40px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-sku{display:none;font-size:.8em;line-height:1em;padding-bottom:0}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-meta{display:none;font-size:.8em;line-height:1em;padding-bottom:0}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-attributes{display:none;font-size:.8em;line-height:1em;padding-bottom:0;padding-top:5px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-costs{padding:0 10px 5px 10px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-costs>span.item-units{font-size:15px;line-height:1em;opacity:1}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-costs>span.item-price{font-size:15px;line-height:1em;opacity:1}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-costs>span.item-price-total{float:right;font-weight:600;line-height:1em;padding-top:3px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-costs>div.clear{float:none;clear:both}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-remove{position:absolute;right:0;top:5px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-remove button{border:#000 0 solid;background-color:#fff0;margin-top:-12px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-remove button span.icon{margin-right:0}.upsell-totals .fa-times:before{content:'\f00d'}i{font-style:normal}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-options{padding:0 10px 5px 0}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-options>.product-option{padding:4px 0}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-options>.product-option span.option-value{font-weight:600;line-height:1em;padding-top:3px;font-size:.8em;line-height:1em;opacity:.5}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-options>.product-option span.option-name{display:block}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-options>.product-option span.item-price-total{float:right;font-weight:600;line-height:1em;padding-top:3px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product>.upsell-totals-item-product-contain>.product-remove button span.title{display:none}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product.-withthumb{position:relative;overflow:hidden}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product.-withthumb>.upsell-totals-item-product-contain>.product-thumb{position:absolute;left:0;top:0;bottom:0;width:55px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product.-withthumb>.upsell-totals-item-product-contain>.product-title{padding-left:0;font-size:15px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product.-withthumb>.upsell-totals-item-product-contain>.product-sku{padding-left:0}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product.-withthumb>.upsell-totals-item-product-contain>.product-meta{padding-left:0}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product.-withthumb>.upsell-totals-item-product-contain>.product-attributes{padding-left:0}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product.-withthumb>.upsell-totals-item-product-contain>.product-costs{padding-left:0;margin-top:5px;font-size:15px;color:#777}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product.-withthumb>.upsell-totals-item-product-contain>.product-remove{padding-left:0}.upsell-totals>.upsell-totals-contain>.upsell-totals-order.-hide{display:none}.upsell-totals>.upsell-totals-contain>.upsell-totals-order>.total-regular-wrapper.-hide{display:none}.upsell-totals>.upsell-totals-contain>.upsell-totals-actions{transition:height 450ms cubic-bezier(.85,-.4,.2,1.45);overflow:hidden}.upsell-totals>.upsell-totals-contain>.upsell-totals-actions.-hide{display:block!important;height:0}.upsell-totals>.upsell-totals-contain>.upsell-totals-actions>.upsell-totals-actions-contain{padding-top:20px}.upsell-totals>.upsell-totals-contain>.upsell-totals-gotocart{overflow:hidden;height:auto;transition:height 450ms cubic-bezier(.85,-.4,.2,1.45)}.upsell-totals>.upsell-totals-contain>.upsell-totals-gotocart.-hide{height:0}.upsell-totals-order .upsell-totals-order-costs:first-of-type{margin-bottom:15px}.upsell-totals-order-costs.discount.totals{font-size:16px;font-style:normal;font-weight:700;line-height:normal;color:#272723}.upsell-totals-order-costs.discount.totals span{font-size:30px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.14px;color:#272723}.upsell-totals-order-costs{color:#272723;font-weight:600}.upsell-totals-order span:not(.discount){font-weight:600}.upsell-totals-order span.striped i{text-decoration:line-through}#upsell_bundles_totals-2 h3{display:none}.upsell-totals-order-action{padding-top:8px}.upsell-totals-order-action-add-more{padding-top:5px}.upsell-totals-order-action .single_add_to_cart_button{background:#ffa507;border-radius:5px;font-size:16px;margin-left:0;padding:15px 10px;width:95%}.upsell-totals-order-action .single_add_to_cart_button span{color:#fff}.upsell-totals-order-action .single_add_to_cart_button:hover{background-color:#544e4e;border-color:#544e4e}.upsell-totals-order-action-add-more .single_add_to_cart_button{background:#ffa507;margin-left:0;padding:2px 10px;width:95%}.upsell-totals-order-action-add-more .single_add_to_cart_button span{color:#fff}.upsell-totals-order-action-add-more .single_add_to_cart_button:hover{background-color:#544e4e;border-color:#544e4e}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product[data-step-name="schoonloopmat"]>.upsell-totals-item-product-contain>.product-costs>span.item-units{display:none}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-products>.upsell-totals-item-product[data-step-name="schoonloopmat"]>.upsell-totals-item-product-contain>.product-costs>span.item-price{display:none}body.single-product .sidebar-content>*{position:relative}.widget_upsell_bundles_totals{z-index:1}.widget_upsell_bundles_totals.is_stuck{padding-top:80px}@media all and (min-width:992px){.summary .upsell-totals{display:none!important}.widget_upsell_bundles_totals{display:block!important}}@media all and (max-width:991px){.summary .upsell-totals{}}@media screen and (max-width:480px){.upsell-totals-toggle .hamburger--squeeze.is-active .hamburger-inner{transform:rotate(-90deg)}.widget_upsell_bundles_totals .upsell-totals.is-active,.widget_upsell_bundles_totals{overflow-y:initial;position:fixed;display:block;bottom:0;left:0;right:0;margin:0;height:auto}.widget_upsell_bundles_totals .upsell-totals,.widget_upsell_bundles_totals{overflow-y:auto;position:fixed;display:block;bottom:0;left:0;right:0;margin:0;height:auto;max-height:80%}.widget_upsell_bundles_totals{height:auto;max-height:80%}}@media screen and (min-width:771px){.upsell-totals>.upsell-totals-contain{background-color:#fff;color:#3a2b2b;margin-left:0;padding:18px;border-right:3px solid #C9C9C9;border-top:3px solid #C9C9C9;border-bottom:3px solid #C9C9C9;margin-bottom:20px;border-radius:10px;border-left:3px solid #C9C9C9;padding-bottom:10px;position:relative}.upsell-totals>.upsell-totals-contain>.btn-wrap{height:42px;background:#fff;position:sticky}.upsell-totals.is-active{margin-top:0}.upsell-totals.is-active>.upsell-totals-contain>.upsell-totals-items{height:auto}div.upsell-totals-order-action.btn-io button.single_add_to_cart_button{width:auto;background:none;border:0 solid;padding:0 0;text-transform:none;margin-right:3px}.btn-io .single_add_to_cart_button{position:absolute;right:-3px;margin-top:-3px;text-align:left;font-weight:bolder;font-size:14px;background-color:#fff}div.upsell-totals-order-action.btn-io .single_add_to_cart_button span{color:#08c;font-weight:600;border:2px solid #08c;padding:6px 8px}div.upsell-totals-order-action.btn-io .single_add_to_cart_button span:hover{color:#fff;background-color:#08c}}@media screen and (max-width:770px){.upsell-totals>.upsell-totals-contain{background:#fff;background:linear-gradient(0deg,rgb(255 255 255) 78%,#fff0 86%);color:#3a2b2b;margin-left:0;padding-left:15px;padding-bottom:8px;border-top:none;border-right:none;border-bottom:3px solid #bbb;border-left:none padding-bottom:10px;position:relative}.upsell-totals>.upsell-totals-contain>.btn-wrap{height:62px;border-bottom:3px solid #bbb;background:#fff0;margin:0 -2px 0 -17px}.upsell-totals.is-active>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-title{display:none}.upsell-totals.is-active>.upsell-totals-contain>.upsell-totals-items{display:none;height:1px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-title{display:block}.upsell-totals>.upsell-totals-contain>.upsell-totals-items{display:block;height:auto;background:#fff}.upsell-totals>.upsell-totals-contain>.upsell-totals-toggle{position:absolute;right:8px;top:66px;transform:scale(.5);transform-origin:top right}}@media screen and (min-width:771px){.btn-st-pp{position:absolute;width:auto;left:0;margin-top:0;text-align:left;padding:3px 10px;border:2px solid #69b5b7;font-size:14px;background-color:#fff;border:2px solid #69b5b7}.btn-st-pp:hover{background-color:#69b5b7;border:2px solid #69b5b7}.btn-st-pp a{color:#69b5b7;text-decoration:none;font-weight:600}.btn-st-pp a:hover{color:#fff;text-decoration:none}}@media screen and (max-width:770px){.product-template-default.single.single-product #block-7{display:none}.upsell-totals-order-action .single_add_to_cart_button{margin-left:0;padding:2px 10px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-title{font-size:1em}.btn-st-pp{position:absolute;width:auto;left:2px;margin-top:2px;text-align:left;padding:3px 10px;color:#fff;background-color:#69b5b7;border-radius:20px;height:54px;width:54px}.btn-st-pp:any-link{background-color:#69b5b7;border:2px solid #69b5b7;color:#fff;width:auto}.btn-st-pp a{display:none}.btn-st-pp:active.btn-st-pp a{display:block!important;color:#fff;font-weight:700;text-decoration:none}.btn-st-pp a:hover{color:#fff;text-decoration:none}.btn-st-pp::before{content:"";position:absolute;bottom:8px;left:10px;width:32px;height:38px;background-image:url(/wp-content/uploads/staalaanvraag2.png);background-size:contain;z-index:0}.upsell-totals-order-action.btn-io{position:absolute;right:3px;margin-top:2px;padding:3px 10px;color:#fff;background-color:#08c;border-radius:22px;height:54px;width:54px}.upsell-totals-order-action.btn-io button{border:none;z-index:2;position:relative;padding:12px 21px 30px 20px;background:#fff0;border-radius:16px}.upsell-totals-order-action.btn-io button span{display:none}.btn-io a:hover{color:#fff;text-decoration:none}.upsell-totals-order-action.btn-io::before{content:"";position:absolute;top:8px;right:8px;width:36px;height:40px;background-image:url(/wp-content/uploads/offerte2.png);background-size:contain;z-index:0}}}@media screen{/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent!important}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent!important}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent!important}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent!important}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent!important}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent!important}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent!important}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(-90deg);background-color:transparent!important}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}
}@media screen{.vloerkleed_options{background-color:#f4f4f4;border-left:2px solid #666;padding:15px}.vloerkleed_options>.vloerkleed_option{margin-bottom:15px}.vloerkleed_options>.vloerkleed_option h4{font-family:'Oswald';font-weight:600;font-size:18px;color:#666;margin-bottom:0}.vloerkleed_options>.vloerkleed_option.type label{display:inline-block;margin-right:15px}.vloerkleed_options>.vloerkleed_option.type label span{display:inline-block;margin-left:5px}.vloerkleed_options>.vloerkleed_option.vierkant label{position:relative;margin-right:3px;margin-bottom:0;padding-top:5px;width:calc(50% - 3px)}.vloerkleed_options>.vloerkleed_option.vierkant label:last-of-type{margin-right:0;width:calc(50%)}.vloerkleed_options>.vloerkleed_option.vierkant label input{width:calc(100%);padding-right:40px}.vloerkleed_options>.vloerkleed_option.vierkant label span{position:absolute;top:12px;right:10px}.vloerkleed_options>.vloerkleed_option.cirkel label{position:relative;margin-right:5px;margin-bottom:0;padding-top:5px}.vloerkleed_options>.vloerkleed_option.cirkel label input{width:calc(100%);padding-right:40px}.vloerkleed_options>.vloerkleed_option.cirkel label span{position:absolute;top:12px;right:10px}.vloerkleed_options>.vloerkleed_price{background-color:#fff;color:#2378bb;font-family:'Oswald';font-weight:700;font-size:1.5em;padding:15px;text-align:center;border:2px solid #bbb}small.vloerkleed_details{display:block;line-height:1.2em}}@media screen{.product_cat_raamdecoratie .product p.price{display:none}.product_cat_raamdecoratie .product form.cart{display:none}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li .thumb img{max-width:100%;transition:all 0.3s;display:block;width:100%;height:auto;transform:scale(1)}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li .thumb:hover img{transform:scale(1.5)}#upsell-steps>.upsell-step.raamdecoratie>.upsell-step-contain>.upsell-step-content>.upsell-step-content-contain>.upsell-step-questions>.upsell-step-questions-contain>.upsell-step-question>.question_options>ul>li .thumb{overflow:hidden}}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}.block-review{display:none}body.woocommerce-cart .fc-wrapper div.quantity{display:none!important}html{font-size:16px;font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#fff0}body{overflow-x:hidden;text-size-adjust:100%}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;line-height:inherit}a{color:inherit;cursor:pointer;outline:none;text-decoration:none}a:hover,a:focus{text-decoration:none}li{list-style:none}#upsell-steps label input[type="radio"]+span:after,#upsell-steps label input[type="radio"]:checked+span:before,#upsell-steps label input[type="radio"]:checked+span:before,#upsell-calculator label input[type="checkbox"]:checked+span:after,.upsell-step-products-loading i{font-family:'Fontawesome'!important}.offerte input.input-error{border:2px solid #e03131!important;background-color:#fff5f5!important;outline:none}.offerte input.input-error:focus{box-shadow:0 0 0 3px rgb(224 49 49 / .15)!important}.field-error-msg{display:block;color:#e03131;font-size:.82rem;margin-top:4px;margin-bottom:2px}.offerte-success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 32px;background:#f8fff8;border:2px solid #2f9e44;border-radius:12px;animation:fadeInUp 0.4s ease forwards}.offerte-success-icon{width:64px;height:64px;background:#2f9e44;color:#fff;border-radius:50%;font-size:2rem;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.offerte-success h2{color:#2f9e44;margin:0 0 8px;font-size:1.5rem}.offerte-success p{color:#555;margin:0}@keyframes fadeInUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.page-id-15142{overflow:unset!important}.seo-content{padding-top:60px;padding-bottom:80px;background-color:#E6F0F3}.seo-content a{font-weight:600;text-decoration:underline}.seo-content ul{padding-left:20px;margin:15px 0;font-size:15px}.seo-content li{list-style:disc;color:#272723;margin-bottom:18px}.seo-content p{color:#272723}input[type=text],input[type=email],input[type=number],input[type=search]{border-radius:0;outline:none;-webkit-appearance:none}select{width:100%}img,iframe,fieldset{border:0}button{cursor:pointer;border:0;background:none;outline:none}svg{vertical-align:middle}p{color:#777;line-height:32px;font-size:15px;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:"Oswald",sans-serif;color:#272723}h1{font-size:40px;font-style:normal;font-weight:500}h2{font-size:35px;font-style:normal;font-weight:700;text-transform:uppercase}h3{font-size:2rem;line-height:2.5rem;text-transform:uppercase;font-weight:700}@media (max-width:767.98px){h3{font-size:1.25rem}}h4{font-family:"Poppins",sans-serif;font-size:16px;font-weight:600;margin-bottom:10px}.subtitle{font-family:"Poppins",sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:normal;display:block;margin-bottom:5px;color:#08C}.h-100{height:100%}@media (min-width:768px){body .outer-container{width:90%;margin:0 auto}}.slick-dots{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:20px}.slick-dots li.slick-active button{background-color:#FFA507;border-color:#FFA507}.slick-dots li button{width:15px;height:15px;border-radius:50px;border:1px solid #A6B0D0;font-size:0}#breadcrumbs{color:#272723}#breadcrumbs .breadcrumb_last{font-weight:600}.product_cat-schoonloopmatten .upsell-calculator-contain{display:none}.js-flex-slider{margin-bottom:80px}.js-flex-slider img{width:250px;height:250px;object-fit:cover}.js-flex-slider .slick-slide{margin:0 25px}.js-flex-slider .slick-list{margin:0 -25px}.staal-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%}.staal-modal.active{display:block}.staal-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .7)}.staal-modal-content{position:relative;background-color:#fff;margin:5% auto;padding:30px;width:90%;max-width:600px;border-radius:8px;box-shadow:0 4px 6px rgb(0 0 0 / .1);max-height:85vh;overflow-y:auto}.staal-modal-close{position:absolute;top:10px;right:20px;font-size:32px;font-weight:700;color:#aaa;cursor:pointer;line-height:1;transition:color 0.3s}.staal-modal-close:hover,.staal-modal-close:focus{color:#000}@media (max-width:768px){.staal-modal-content{width:95%;margin:10% auto;padding:20px}}.promo-popup.fixed{position:fixed;bottom:20px;left:20px;z-index:2}.promo-popup.archive{margin-top:20px}.promo-popup.product{margin-bottom:20px!important}.promo-popup.product .promo-icon{margin-bottom:10px;color:#fff}.promo-popup.product .promo-icon i{color:#d88d0b}.promo-popup-content{z-index:3;max-width:100%;padding:10px 20px;border-radius:8px;background:linear-gradient(90deg,#08C 0%,#09C 100%);animation:slideDown 0.4s ease-out}.promo-popup.fixed .promo-popup-content{padding:25px;box-shadow:0 10px 40px rgb(0 0 0 / .3)}@keyframes slideDown{from{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.promo-popup-close{position:relative;background:#fff0;border:none;color:#fff;font-size:32px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background 0.3s}.fixed .promo-popup-close{top:-5px}.promo-popup-close:hover{background:rgb(255 255 255 / .2)}.promo-popup-inner{color:#fff;display:flex;justify-content:space-between;gap:23px}.promo-icon{display:inline-block;color:#FFA507;font-size:25px;position:relative;top:3px}.archive .promo-icon{margin-right:10px}.promo-popup-inner p{color:#fff;font-size:16px;font-style:normal;line-height:28px;font-weight:500;text-align:left}@media (max-width:768px){.promo-popup-inner{flex-direction:column}.promo-popup-close{top:20px!important;right:15px;position:absolute}.block-hero-home .hero-intro{padding:25px 30px!important}.block-hero-home .hero-intro .d-flex{flex-direction:column!important}.block-hero-home .hero-intro{margin-bottom:25px;border-radius:10px!important}.block-hero-home .hero-intro .d-flex{align-items:start!important}.block-hero-home .hero-action .js-hero-slider .action-item{border-radius:10px!important}}
/*!
 * Bootstrap Grid v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container-sm,.container{max-width:540px}}@media (min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-0.5 * var(--bs-gutter-x));margin-left:calc(-0.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:0.25rem!important}.m-2{margin:0.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:0.25rem!important}.mt-2{margin-top:0.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:0.25rem!important}.me-2{margin-right:0.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:0.25rem!important}.mb-2{margin-bottom:0.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:0.25rem!important}.ms-2{margin-left:0.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:0.25rem!important}.p-2{padding:0.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:0.25rem!important}.pt-2{padding-top:0.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:0.25rem!important}.pe-2{padding-right:0.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:0.25rem!important}.pb-2{padding-bottom:0.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:0.25rem!important}.ps-2{padding-left:0.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:0.25rem!important}.m-sm-2{margin:0.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-sm-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-sm-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:0.25rem!important}.mt-sm-2{margin-top:0.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:0.25rem!important}.me-sm-2{margin-right:0.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:0.25rem!important}.mb-sm-2{margin-bottom:0.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:0.25rem!important}.ms-sm-2{margin-left:0.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:0.25rem!important}.p-sm-2{padding:0.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-sm-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-sm-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:0.25rem!important}.pt-sm-2{padding-top:0.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:0.25rem!important}.pe-sm-2{padding-right:0.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:0.25rem!important}.pb-sm-2{padding-bottom:0.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:0.25rem!important}.ps-sm-2{padding-left:0.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:0.25rem!important}.m-md-2{margin:0.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-md-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-md-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:0.25rem!important}.mt-md-2{margin-top:0.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:0.25rem!important}.me-md-2{margin-right:0.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:0.25rem!important}.mb-md-2{margin-bottom:0.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:0.25rem!important}.ms-md-2{margin-left:0.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:0.25rem!important}.p-md-2{padding:0.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-md-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-md-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:0.25rem!important}.pt-md-2{padding-top:0.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:0.25rem!important}.pe-md-2{padding-right:0.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:0.25rem!important}.pb-md-2{padding-bottom:0.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:0.25rem!important}.ps-md-2{padding-left:0.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:0.25rem!important}.m-lg-2{margin:0.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-lg-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-lg-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:0.25rem!important}.mt-lg-2{margin-top:0.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:0.25rem!important}.me-lg-2{margin-right:0.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:0.25rem!important}.mb-lg-2{margin-bottom:0.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:0.25rem!important}.ms-lg-2{margin-left:0.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:0.25rem!important}.p-lg-2{padding:0.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-lg-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-lg-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:0.25rem!important}.pt-lg-2{padding-top:0.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:0.25rem!important}.pe-lg-2{padding-right:0.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:0.25rem!important}.pb-lg-2{padding-bottom:0.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:0.25rem!important}.ps-lg-2{padding-left:0.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:0.25rem!important}.m-xl-2{margin:0.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-xl-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-xl-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:0.25rem!important}.mt-xl-2{margin-top:0.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:0.25rem!important}.me-xl-2{margin-right:0.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:0.25rem!important}.mb-xl-2{margin-bottom:0.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:0.25rem!important}.ms-xl-2{margin-left:0.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:0.25rem!important}.p-xl-2{padding:0.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-xl-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-xl-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:0.25rem!important}.pt-xl-2{padding-top:0.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:0.25rem!important}.pe-xl-2{padding-right:0.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:0.25rem!important}.pb-xl-2{padding-bottom:0.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:0.25rem!important}.ps-xl-2{padding-left:0.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:0.25rem!important}.m-xxl-2{margin:0.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-xxl-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-xxl-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:0.25rem!important}.mt-xxl-2{margin-top:0.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:0.25rem!important}.me-xxl-2{margin-right:0.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:0.25rem!important}.mb-xxl-2{margin-bottom:0.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:0.25rem!important}.ms-xxl-2{margin-left:0.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:0.25rem!important}.p-xxl-2{padding:0.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-xxl-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-xxl-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:0.25rem!important}.pt-xxl-2{padding-top:0.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:0.25rem!important}.pe-xxl-2{padding-right:0.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:0.25rem!important}.pb-xxl-2{padding-bottom:0.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:0.25rem!important}.ps-xxl-2{padding-left:0.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:0.25rem!important}.m-2{margin:0.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:0.25rem!important}.mt-2{margin-top:0.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:0.25rem!important}.me-2{margin-right:0.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:0.25rem!important}.mb-2{margin-bottom:0.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:0.25rem!important}.ms-2{margin-left:0.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:0.25rem!important}.p-2{padding:0.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:0.25rem!important}.pt-2{padding-top:0.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:0.25rem!important}.pe-2{padding-right:0.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:0.25rem!important}.pb-2{padding-bottom:0.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:0.25rem!important}.ps-2{padding-left:0.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:0.25rem!important}.m-sm-2{margin:0.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-sm-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-sm-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:0.25rem!important}.mt-sm-2{margin-top:0.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:0.25rem!important}.me-sm-2{margin-right:0.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:0.25rem!important}.mb-sm-2{margin-bottom:0.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:0.25rem!important}.ms-sm-2{margin-left:0.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:0.25rem!important}.p-sm-2{padding:0.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-sm-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-sm-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:0.25rem!important}.pt-sm-2{padding-top:0.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:0.25rem!important}.pe-sm-2{padding-right:0.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:0.25rem!important}.pb-sm-2{padding-bottom:0.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:0.25rem!important}.ps-sm-2{padding-left:0.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:0.25rem!important}.m-md-2{margin:0.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-md-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-md-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:0.25rem!important}.mt-md-2{margin-top:0.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:0.25rem!important}.me-md-2{margin-right:0.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:0.25rem!important}.mb-md-2{margin-bottom:0.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:0.25rem!important}.ms-md-2{margin-left:0.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:0.25rem!important}.p-md-2{padding:0.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-md-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-md-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:0.25rem!important}.pt-md-2{padding-top:0.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:0.25rem!important}.pe-md-2{padding-right:0.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:0.25rem!important}.pb-md-2{padding-bottom:0.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:0.25rem!important}.ps-md-2{padding-left:0.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:0.25rem!important}.m-lg-2{margin:0.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-lg-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-lg-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:0.25rem!important}.mt-lg-2{margin-top:0.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:0.25rem!important}.me-lg-2{margin-right:0.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:0.25rem!important}.mb-lg-2{margin-bottom:0.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:0.25rem!important}.ms-lg-2{margin-left:0.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:0.25rem!important}.p-lg-2{padding:0.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-lg-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-lg-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:0.25rem!important}.pt-lg-2{padding-top:0.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:0.25rem!important}.pe-lg-2{padding-right:0.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:0.25rem!important}.pb-lg-2{padding-bottom:0.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:0.25rem!important}.ps-lg-2{padding-left:0.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:0.25rem!important}.m-xl-2{margin:0.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-xl-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-xl-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:0.25rem!important}.mt-xl-2{margin-top:0.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:0.25rem!important}.me-xl-2{margin-right:0.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:0.25rem!important}.mb-xl-2{margin-bottom:0.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:0.25rem!important}.ms-xl-2{margin-left:0.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:0.25rem!important}.p-xl-2{padding:0.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-xl-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-xl-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:0.25rem!important}.pt-xl-2{padding-top:0.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:0.25rem!important}.pe-xl-2{padding-right:0.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:0.25rem!important}.pb-xl-2{padding-bottom:0.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:0.25rem!important}.ps-xl-2{padding-left:0.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:0.25rem!important}.m-xxl-2{margin:0.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-xxl-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-xxl-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:0.25rem!important}.mt-xxl-2{margin-top:0.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:0.25rem!important}.me-xxl-2{margin-right:0.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:0.25rem!important}.mb-xxl-2{margin-bottom:0.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:0.25rem!important}.ms-xxl-2{margin-left:0.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:0.25rem!important}.p-xxl-2{padding:0.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-xxl-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-xxl-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:0.25rem!important}.pt-xxl-2{padding-top:0.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:0.25rem!important}.pe-xxl-2{padding-right:0.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:0.25rem!important}.pb-xxl-2{padding-bottom:0.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:0.25rem!important}.ps-xxl-2{padding-left:0.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.heading{color:#212529;font-family:"Oswald",sans-serif;font-style:normal;font-weight:600;font-size:32px;line-height:30px;letter-spacing:.4px}@media (min-width:768px){.heading{font-size:36px;line-height:40px}}.heading--inverted{color:#fff}@media (min-width:768px){.content--md-right{text-align:right}}.content p,.content ul{font-size:15px;line-height:2rem;color:#777}.content p{margin-bottom:20px}.content ul li{list-style:disc;margin-left:18px}.content ul{margin-bottom:20px}.content--barlow{font-family:"Oswald",sans-serif}.content--inverted p,.content--inverted ul{color:#fff}.content h2{margin-bottom:12px;font-size:2.625rem;line-height:3.3125rem;color:#231F20}@media (max-width:767.98px){.content h2{font-size:1.25rem}}.btn{transition:all 0.2s ease-in-out;background:#000;background-size:200% 100%;background-position:0% 0%;transition:all 0.5s ease;padding:13px 32px;color:#fff;border-radius:5px;font-weight:700;display:inline-flex;gap:10px;align-items:center;justify-content:center;white-space:nowrap;font-size:15px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;align-items:center}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{transition:all 0.5s ease}.btn:hover i{transform:translateX(3px);transition:ease-in-out 0.3s}.btn--round{padding:unset;height:49px;width:49px;display:flex;align-items:center;justify-content:center}.btn--round svg{height:20px}.btn--round svg *{fill:#fff}.btn-primary{background:#FFA507}.btn-primary:hover{background-color:#d88d0b}.btn-blue{background:#08C}.btn-blue:hover{background-color:#046a9c}.btn-arrow{padding:0;background:#fff0}.btn-arrow::after{content:"\f138";font-family:"Fontawesome";color:#FFA507;font-weight:300;position:relative;top:1px}.btn-outline{background:#fff0;border:1px solid #777;color:#777}.btn-outline:hover{background:#777;color:#fff}.btn--outline--white{background:#fff0;border:1px solid #fff}.btn--outline--white:hover{background:#fff;color:#777}.btn-full{width:100%}.bg--brown{background:#83574D}.bg--light-brown{background:#FCF6F3}.link{transition:all 0.2s ease-in-out;text-decoration:underline;text-underline-offset:2px;font-weight:500}@media (prefers-reduced-motion:reduce){.link{transition:none}}.label{border-radius:3px;padding:10px 15px;font-size:13px;font-weight:600;letter-spacing:.4px;margin-bottom:1rem}.label--xs{padding:4px 8px;margin-bottom:0;font-size:12px}.label--orange{background:rgb(255 94 13 / .7);color:#B65B2D}.label--yellow{background:rgb(255 199 89 / .7);color:#B18B3F}.breadcrumbs{margin-bottom:3px}.breadcrumbs--mb{margin-bottom:40px}.breadcrumbs--inverted a,.breadcrumbs--inverted strong{color:#fff;font-weight:600}.breadcrumbs>span{display:flex;align-items:center;gap:6px;font-size:13px;letter-spacing:.4px;font-weight:500}.breadcrumbs strong{font-weight:700}.breadcrumbs__chevron{background:url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath d='M3.639 9.875a.688.688 0 0 1 0-.972L7.042 5.5 3.64 2.097a.687.687 0 0 1 .972-.972l3.89 3.89a.688.688 0 0 1 0 .971l-3.89 3.89a.687.687 0 0 1-.972 0Z' fill='%23231F20'/%3E%3C/svg%3E") no-repeat center center;background-size:contain;height:10px;width:9px;display:inline-block}.breadcrumbs--inverted .breadcrumbs__chevron{background:url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath d='M3.639 9.875a.688.688 0 0 1 0-.972L7.042 5.5 3.64 2.097a.687.687 0 0 1 .972-.972l3.89 3.89a.688.688 0 0 1 0 .971l-3.89 3.89a.687.687 0 0 1-.972 0Z' fill='%23FFF'/%3E%3C/svg%3E") no-repeat center center}.buttons-row{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width:575.98px){.buttons-row{gap:4px;justify-content:center}}.blog-card .title{font-size:22px;display:block;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.22px;text-transform:uppercase;font-family:"Oswald",sans-serif}.blog-card .card-intro{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:55px}.blog-card img{border-radius:5px;width:100%;object-fit:cover}.blog-card.card-large img{height:315px;margin-bottom:15px}.blog-card.card-small img{height:200px}.blog-card.card-small .title{margin-bottom:5px}.blog-card.card-small .card-intro{margin-bottom:15px}.blog-card .btn-arrow{color:#272723}.blog-card .btn-arrow::after{display:none}.blog-card .btn-arrow i{color:#08C}@media (max-width:991.98px){.blog-card{margin-bottom:40px!important}.blog-card img{height:200px}.img-text{height:100%!important}.block-last-blogs .outer-container{padding:50px 0!important;border-radius:0!important}.blog-card .title{font-size:18px}.footer #menu-klantenservice{grid-template-columns:1fr!important}.upsell-step-question .question_options ul{display:flex;gap:10px;flex-direction:column}}.wpgb-card [class*=wpgb-block-]{white-space:unset!important}.product-card{padding:18px 25px;border-radius:10px;background:#FFF;box-shadow:0 0 20px 0 rgb(0 0 0 / .1);width:330px;transition:ease-in-out 0.5s;text-align:left;width:100%}.product-card:hover{transform:scale(.98)!important;transition:ease-in-out 0.5s!important}.product-card .woocommerce-placeholder{display:none!important}.product-card:hover .product-gallery-first{display:block!important}.product-card .product-image{position:relative!important;height:235px!important;margin-bottom:10px}.product-card .product-image .product-gallery-first{position:absolute!important;left:0!important;top:0!important;height:100%;width:100%;display:none;transition:ease-in-out 1s}.product-card .product-image img{width:100%!important;height:235px!important;object-fit:cover!important;margin-bottom:20px!important;border-radius:5px!important;background:#f7f7f7;contain-intrinsic-size:unset}.product-card h3{color:#272723!important;font-family:"Poppins",sans-serif!important;font-size:18px!important;font-style:normal!important;font-weight:600!important;line-height:normal;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2!important;line-clamp:2;-webkit-box-orient:vertical;height:55px}.product-card .product-info{margin:10px 0}.product-card .product-info p{font-size:16px!important;font-style:italic!important;font-weight:500!important;line-height:normal!important;color:#777!important}.product-card .product-price{font-size:13px!important;font-style:normal!important;color:#272723!important;margin-bottom:15px!important}.product-card .product-price bdi{color:#272723!important;font-size:20px!important;font-style:normal!important;font-weight:600!important;line-height:normal!important}.product-card .button{width:100%!important;padding:12px 30px!important;text-align:center!important;display:flex!important;gap:10px!important;align-items:center!important;background-color:#FFA507!important;border-radius:5px!important;justify-content:center!important;color:#fff!important;font-size:16px!important;font-weight:600!important;font-family:"Poppins",sans-serif!important;transition:ease-in-out 0.3s}.product-card .button:hover{background-color:#d88d0b!important}.product-card .button:hover i{transform:translateX(3px);transition:ease-in-out 0.3s}.actie-tekst{background-color:#ffa507;padding:8px 10px;display:flex;min-width:200px;justify-content:center;color:#fff;margin:16px 0;line-height:22px;border-radius:3px}.ondervloer-calc-info{font-family:"Poppins",sans-serif;font-size:14px}.item-actions input{border:0}.category-intro .custom{padding:10px 0;border-bottom:1px solid #EFEFEF}@media (max-width:767.98px){.category-intro .custom{padding:10px 15px!important}}.category-intro .category-intro__back{color:#08C;font-weight:600;display:flex;align-items:center;gap:8px}.category-intro .category-intro__back i{position:relative;top:1px;background-color:#08C;color:#fff;padding:2px;height:18px;width:18px;display:flex;align-items:center;justify-content:center;font-size:10px;border-radius:30px}.category-hero{padding:60px 0;background-color:#E6F0F3;position:relative;overflow:hidden;z-index:1}.category-hero::after{content:'';bottom:-8px;right:-1px;position:absolute;width:30%;height:145px;z-index:-1;background-image:url(/wp-content/uploads/2025/10/xll-logo.png);background-size:contain;background-repeat:no-repeat;background-position:right bottom}.category-hero .categorie-content-container{position:relative;max-width:100%}.category-hero .categorie-content{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:max-height 0.3s ease}.category-hero .categorie-content.expanded{-webkit-line-clamp:unset;overflow:visible}.category-hero .lees-meer-btn{font-size:15px;font-style:normal;font-weight:600;line-height:24px;margin-top:10px;background:unset}.categorie-content p{color:#272723}.category-hero .lees-meer-btn i{margin-left:3px;color:#08C}.category-content{margin-top:50px}.yith-wcan-filters{background-color:unset}.yith-wcan-filter{border-bottom:1px solid #d3d3d3;padding-bottom:10px}#custom_html-6 .textwidget.custom-html-widget p{display:flex;gap:10px}#text-4 .textwidget{color:#333;border-bottom:1px solid #d3d3d3;padding-bottom:20px;margin-bottom:25px}#text-4 .textwidget div,#text-2 .textwidget div{margin-bottom:14px}#text-4 .textwidget i,#text-2 .textwidget i{color:#08C;margin-right:5px}#text-4 .textwidget p,#text-2 .textwidget p{line-height:1.5;display:flex;flex-direction:column}#custom_html-6{border-bottom:1px solid #d3d3d3;padding-bottom:10px;margin-bottom:15px}.category-content .filter-toggle{display:none;cursor:pointer;background:#08C;color:#fff;padding:10px 15px;border:none;border-radius:4px;font-weight:600;margin-bottom:30px}@media (max-width:767.98px){.category-content .filter-toggle{display:inline-block}}.category-content .filters{width:100%}@media (max-width:767.98px){.category-content .filters{display:none;max-width:100%}.category-content .filters.active{display:block}}.category-content .filters .product-category-filter li{list-style-type:none;margin-left:0}.category-content .filters .product-category-filter .subcategories{border-left:1px solid #08C;margin-bottom:8px}.category-content .filters .product-category-filter .subcategories li{padding-left:15px}.category-content .filters__items div{margin-bottom:20px;overflow:visible}.category-content .filters__items div .dropdown-label{margin-bottom:0}.category-content .filters__items input{border:1px solid #E2E9F0;background:#FFF;font-size:14px}.category-content .filters__items .title{display:flex;align-items:center;justify-content:space-between;font-size:16px;text-transform:uppercase;font-weight:700;line-height:1;border-bottom:1px solid #D6E1ED;padding-bottom:10px;margin-bottom:10px;width:100%;cursor:pointer;user-select:none;transition:all 0.3s ease;color:#272723}.category-content .filters__items .title:hover{opacity:.8}.category-content .filters__items .title i{transition:transform 0.3s ease}.category-content .filters__items .title.expanded i{transform:rotate(180deg)}.category-content .filter-content{overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease}.category-content .filter-content.collapsed{max-height:0;padding:0}.category-content .category__text{margin-top:20px;margin-bottom:35px}@media (max-width:767.98px){.category-content .category__text{display:none}}.category-content .category__text .readmore{font-weight:600;display:inline-flex;align-items:center;gap:5px;margin-left:5px}.category-content .seo-content h2{color:#272723;font-size:28px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.28px;margin-bottom:10px;margin-top:50px}.category-content .seo-content h3{color:#272723;font-size:20px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.28px;margin-bottom:10px;margin-top:30px}.single-post .content-flex img{width:auto}.single-post p{margin-top:15px;margin-bottom:20px;line-height:1.6}.single-post h5{font-family:"Poppins",sans-serif;line-height:1.6;margin-top:25px}.product h1{margin-bottom:30px;font-size:40px;font-style:normal;font-weight:500;line-height:normal;line-height:1}.product-columns-wrapper{margin-top:20px}.product-columns-wrapper .product-images-column .woocommerce-product-gallery{width:100%!important;float:unset!important}.product-columns-wrapper .product-summary-column input{border:1px solid #e7f0f2!important;border-radius:5px!important;background:#fff!important;padding:10px}.product-columns-wrapper .product-summary-column .button-variable-item{border:1px solid #e7f0f2!important;border-radius:5px!important;background:#fff!important;box-shadow:none!important}.product-columns-wrapper .product-summary-column .button-variable-item.selected{border-color:#181818!important}.summary .input-group.plus-minus-input button{box-shadow:none;background-color:#08c;color:#fff;border:#fff 0 solid;line-height:1.6em;white-space:nowrap;text-align:center;height:45px;text-transform:uppercase;margin:0 4px 5px 0}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){margin:0 5px 0 0}@media (min-width:991px){.product-columns-wrapper .product-summary-column{padding:0 30px}}.product-columns-wrapper .product-summary-column div.summary{float:unset!important;width:unset!important}.product-columns-wrapper .product-summary-column div.summary .price{display:none}.summary .input-group.plus-minus-input{display:flex}.product .woocommerce-variation-price .price{display:block!important;margin-bottom:5px}.product .woocommerce-variation-price .price bdi{color:#272723;font-weight:700;font-size:25px}.woocommerce-variation-sku{margin-bottom:15px;font-size:14px}.product-columns-wrapper .product-summary-column .posted_in{display:none}.upsell-step-product-item-contain button{text-transform:none!important;border-radius:5px!important}.upsell-step[data-step-title="Wilt u gebruik maken van onze leg-service?"] .item-actions .quantity{display:none!important}.upsell-step[data-step-title="Wilt u gebruik maken van onze leg-service?"] input[type="number"]{display:none!important}ul.columns.footage.raamdecoratie.added-step{justify-content:space-between}ul.columns.footage.raamdecoratie.added-step li{min-width:unset!important}.product-summary-column .product_meta .sku_wrapper{display:none}.porto-woo-product-sidebar.right-sidebar{position:sticky;top:40px}.col-lg-3.sidebar.porto-woo-product-sidebar.right-sidebar.mobile-sidebar{display:none}section.related.products{display:none}.product-summary-column .custom-product-info{border-radius:8px;background:#F3F9FB;padding:20px 40px;margin-bottom:15px}.product-summary-column .custom-product-info .label,.product-summary-column .custom-product-info .d-flex{gap:10px}.product-summary-column .custom-product-info .label,.product-summary-column .custom-product-info .value{padding:0;font-size:14px;font-weight:400}.custom-product-info .product-color-info{margin-bottom:5px}.product-summary-column .custom-product-info h1{font-size:18px;font-style:normal;font-weight:600;font-family:"Poppins",sans-serif;margin-bottom:10px}.product .product__images{position:relative}.product-label{position:absolute;z-index:1;top:15px;right:0;border-radius:5px 0 0 5px;background:var(--0099-cc,#09C);box-shadow:0 4px 4px 0 rgb(0 0 0 / .05);padding:16px;color:#fff;font-size:15px;text-align:right}.product-label span{display:block;font-weight:600;font-size:17px}.product-card .product-label{padding:12px;top:8px;font-size:12px}.product-card .product-label span{font-weight:600;font-size:13px}.product__images-container{position:relative;margin-bottom:50px}.product__images{position:relative;margin-bottom:12px}.product__images img{height:500px;width:100%;object-fit:cover;object-position:center;border-radius:5px;background:#FFF}.product__images .product__label{position:absolute;left:15px;top:15px;padding:8px 20px;background-color:#FFA507;color:#fff;font-weight:700;text-align:center;font-size:18px}.product__images-nav img{height:80px;width:100px;object-fit:cover;object-position:center;border-radius:5px;background:#f3f9fb}@media (max-width:991px){.product__images-nav-item{margin-right:10px}.promo-popup{display:none!important}.woocommerce div.product .woocommerce-tabs ul.tabs{z-index:1;flex-direction:column;gap:0}}.product__images-nav .slick-current img{border:1px solid #181818}.product__images-nav .slick-track{margin-left:0}.woocommerce div.product .tabs.wc-tabs{border-bottom:1px solid #a3a3a3}.woocommerce div.product .woocommerce-tabs ul.tabs li{box-shadow:none;border-radius:0;display:block;border:0;margin:0;position:unset!important;font-size:12px}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-bottom:2px solid #272723;color:#272723;font-size:15px!important}.woocommerce-ordering select{padding:10px 5px}.woocommerce div.product form.cart{margin-bottom:0}.fc-cart-sections .coupon-td5e9huf .woocommerce-remove-coupon,.coupon-td5e9huf .woocommerce-remove-coupon{display:none}.cart-surface{color:#7b7575;font-size:13px;display:block;margin-bottom:15px}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#FFA507!important}.woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover{background-color:#d88d0b!important}.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{display:none}.product .tabs{padding-left:1px!important;display:flex;gap:20px}.product #tab-description ul{list-style:disc;padding-left:18px;margin:15px 0}.product #tab-description p{margin-bottom:20px}.product #tab-description ul li{list-style-type:disc;font-weight:400;color:#777;line-height:32px;font-size:15px;font-weight:400}.product #tab-description h2:first-of-type{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li{border-radius:5px 5px 0 0;border:0;background:#fff;padding:10px 20px;color:#999}.product .woocommerce-Tabs-panel h2{font-size:22px;text-transform:none;font-family:"Poppins",sans-serif;margin-bottom:10px}.product .upsell-steps-action button{width:100%;padding:15px 20px!important;font-family:"Poppins",sans-serif!important;text-transform:none!important;font-size:15px!important;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.4px;border:0;border-radius:5px;background:#ffa507}.product button.single_add_to_cart_button.button{padding:15px 20px;border-radius:5px;background:#ffa507}.product .woocommerce-variation-add-to-cart .quantity input{height:46px;display:flex;align-items:center;justify-content:center;border:1px solid #d1d1d1;margin-right:5px;border-radius:5px}.product .variations_form{background:#F3F9FB;padding:20px 30px;border-radius:5px;margin-bottom:20px}.product .variations_form .label{margin-bottom:0}.product .variations_form table.variations{width:100%;margin-bottom:0}.product .variations_form table.variations tr{display:flex;flex-direction:column;margin-bottom:15px}.product .variations_form table.variations tr:last-child{margin-bottom:0}.product .variations_form table.variations td,.product .variations_form table.variations th{display:block;width:100%;padding:0}.product .variations_form table.variations label{font-size:16px;font-weight:600;color:#272723;margin-bottom:0;display:block}.product .variations_form table.variations select{width:100%;padding:12px;border:1px solid #D6E1ED;border-radius:5px;background:#fff;color:#272723;font-size:15px}.product .variations_form table.variations select:focus{outline:none;border-color:#08C}.product .variations_form table.variations .reset_variations{display:inline-block;margin-top:10px;color:#08C;text-decoration:underline;font-size:14px}.product .variations_form table.variations .reset_variations:hover{color:#027dbb}.product .variations_form .single_variation_wrap .woocommerce-variation{margin-bottom:15px}.product .variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price{margin-bottom:10px}.product .variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price{font-size:24px;font-weight:700;color:#272723}.product .variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability{margin-bottom:10px;font-size:14px}.single_add_to_cart_button.btn-io{padding:15px 20px;border-radius:5px;border:2px solid #08C;color:#08C;text-align:center;font-weight:600;margin-bottom:20px}.product .upsell-steps-action button:hover{background-color:#ebaa27!important}.product #tab-description h3{font-size:18px;font-family:"Poppins",sans-serif;margin-top:30px;margin-bottom:5px;text-transform:none;line-height:1.4}.offerte{background-color:#F4F4F4;padding:60px 0}#offerte{display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:center;margin-bottom:20px}#offerte label{font-size:15px;display:block;margin-bottom:4px}#offerte button{background-color:#FFA507;color:#fff;height:40px;border-radius:5px;font-weight:600;margin-top:5px}#offerte input{border-radius:3px;background:#fff;border:0;padding:10px 20px;margin-bottom:10px;width:100%}.page-id-15142 .fc-cart-actions,.page-id-15142 .fc-sidebar,.page-id-15142 .cart_totals_top{display:none}.fc-wrapper .cart-item a.remove{color:#513d3d!important;border:1px solid #513d3d!important;padding:5px 10px}.page-id-21762 .content-flex img{height:100%}.woocommerce table.shop_attributes th{text-align:left;min-width:230px}.woocommerce table.shop_attributes td p{color:#272723}.product__add-to-cart button.single_add_to_cart_button{padding:15px 60px;background-color:#0088CC!important;font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.4px}.product__add-to-cart button.single_add_to_cart_button:hover{background-color:#069906!important}.product__add-to-cart button.single_add_to_cart_button i{font-weight:400;margin-right:10px;position:relative;top:1px}.product__anchors{margin-top:40px}.product__anchors .outer-container{background:#E7EBFA;margin-bottom:20px;display:flex}.product__anchors .outer-container a{padding:15px 20px;display:block;font-size:17px;font-style:normal;font-weight:700;line-height:normal;color:#272723}.product__usps{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:20px;flex-wrap:wrap;font-weight:600}.product__usps li{color:#272723;display:flex;align-items:center;gap:8px}.product__usps li i{color:#FFA507;font-size:18px;font-weight:400}.product__block{padding-bottom:40px}.product__block h2{font-size:30px}.product__block .outer-container{background-color:#fff;padding:35px 15px}.product__specs-upsell ul.specs{list-style:none}.product__specs-upsell ul.specs li{padding:12px 15px;display:flex;align-items:center}.product__specs-upsell ul.specs li strong{flex:1 0 50%;color:#272723;font-size:15px;font-style:normal;font-weight:700;line-height:30px;letter-spacing:.45px}.product__specs-upsell ul.specs li span{flex:1 0 50%}.product__specs-upsell ul.specs li:nth-child(odd){background:#f5f5f5}.product__specs-upsell button.load-more-button{width:100%;border:1px solid #272723;color:#272723;background:#fff0;padding:14px 30px;text-align:center;border-radius:0}.product__specs-upsell .product-block{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #DBDBDB;padding-bottom:25px;margin-bottom:25px}.product__specs-upsell .product-block__image img{width:100px;height:100%;object-fit:contain}.product__specs-upsell .product-block__title a{color:#272723;font-family:"Oswald",sans-serif;max-width:250px;font-size:24px;font-style:normal;font-weight:400;line-height:27px;margin-bottom:5px;display:block}.error-404-main{min-height:70vh}.error-404-main .error-404-content{max-width:800px;margin:0 auto}.error-404-main .error-404-title{font-size:120px;font-weight:700;color:#FFA507;line-height:1;margin-bottom:1rem}@media (max-width:767.98px){.error-404-main .error-404-title{font-size:80px}}@media (max-width:767.98px){.error-404-main .error-404-icon i{font-size:60px}}.error-404-main .error-404-text{font-size:1.25rem;color:#333;font-weight:500}.error-404-main .error-404-text i{color:#FFA507;font-size:1.5rem;vertical-align:middle}.error-404-main .error-404-actions{display:flex;flex-wrap:wrap;gap:1rem}@media (max-width:575.98px){.error-404-main .error-404-actions{flex-direction:column;align-items:center}.error-404-main .error-404-actions .btn{width:100%;max-width:300px}}.error-404-main .error-404-search{max-width:500px;margin:0 auto}.error-404-main .error-404-search h3{font-size:1.5rem;margin-bottom:1.5rem}.error-404-main .error-404-search form{position:relative}.error-404-main .error-404-search input[type="search"]{width:100%;padding:15px 60px 15px 20px;border:2px solid #e0e0e0;border-radius:50px;font-size:1rem;transition:all 0.3s ease}.error-404-main .error-404-search input[type="search"]:focus{outline:none;border-color:#C8A882;box-shadow:0 0 10px rgb(200 168 130 / .2)}.error-404-main .error-404-search button{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:#C8A882;border:none;padding:10px 20px;border-radius:50px;color:#fff;cursor:pointer;transition:all 0.3s ease}.error-404-main .error-404-search button:hover{background:#b39572}.error-404-main .error-404-products{padding:3rem 0;background:#f9f9f9;margin:2rem -15px}@media (max-width:767.98px){.error-404-main .error-404-products{margin:2rem 0}}.error-404-main .error-404-products h3{font-size:2rem;color:#333;margin-bottom:.5rem}.error-404-main .error-404-products p{font-size:1.1rem;color:#666;margin-bottom:2rem}.error-404-main .error-404-contact{background:#fff;border-top:1px solid #e0e0e0}.error-404-main .error-404-contact p{font-size:1.1rem;color:#666;margin-bottom:1.5rem}.product__specs-upsell .product-block__title span{font-size:15px;font-style:normal;font-weight:500;line-height:normal;color:#272723}.product__specs-upsell .product-block__footer .product-price bdi{font-size:20px;font-style:normal;font-weight:900;line-height:normal;color:#272723}.product__specs-upsell .product-block__footer .product-price .vat{display:block}.product__specs-upsell .product-block__footer .product-price .vat bdi{font-size:13px;font-style:normal;font-weight:600;line-height:normal;color:#777}.product__specs-upsell .product-block__footer .product-cart form{margin-top:10px;display:flex;gap:5px;justify-content:space-between;align-items:center;margin-bottom:0!important}.product__specs-upsell .product-block__footer .product-cart input[type=number]{width:65px;text-align:center;padding:12px 5px;border-radius:5px;border:1px solid #E2E2E2;position:relative;margin-right:3px}.product__specs-upsell .product-block__footer .product-cart button{background:#08C;border:none;padding:10px 15px;border-radius:3px;color:#fff;cursor:pointer;font-size:18px;line-height:1;font-weight:300}.product__specs-upsell .product-block__footer .product-cart button i{font-weight:400;margin-right:3px;font-size:20px}.product__specs-upsell .product-block__footer .product-cart button:hover{background:#059629}.product__docs-video .document-item{display:flex;flex-direction:column;gap:5px;padding:25px 0;border-bottom:1px solid #DBDBDB}.product__docs-video .document-item .document-name{font-size:16px;display:block;font-style:normal;font-weight:700;line-height:30px;color:#272723}.product__docs-video .document-item a{display:block;color:#FFA507;text-decoration:underline;font-weight:500}.product__docs-video video{width:100%;max-width:100%}.topbar{background:#272723;position:relative;color:#777;font-size:13px;font-style:normal;line-height:normal;text-align:center;padding:14px 0}.topbar .js-mobile-usp-slider{list-style:none;display:flex;align-items:center;gap:50px;flex-wrap:wrap;justify-content:center}.topbar .js-mobile-usp-slider div{color:#fff;display:flex;align-items:center;gap:8px}.topbar .js-mobile-usp-slider i{color:#08C;font-size:16px}.header{z-index:14;position:relative;background:#fff;transition:all 0.5s ease-in-out}.header.sticky{position:sticky;z-index:999;top:0;transition:all 0.5s ease-in-out}.trust-badges{display:none}@media (max-width:767.98px){.header{position:sticky;top:0;z-index:3}.single-product .header.sticky{position:relative}.topbar ul{flex-direction:column;gap:10px}#upsell-totals{position:fixed!important;bottom:0;width:100%}.btn-st-pp{position:relative;height:auto;width:40%;text-align:center;float:left}.btn-st-pp a{display:block}.upsell-totals-order-action.btn-io{height:auto;position:relative;width:50%;float:right}.upsell-totals-order-action.btn-io button span{display:block}.upsell-totals-order-action.btn-io button{padding:2px 10px}.upsell-totals>.upsell-totals-contain>.btn-wrap{height:45px;display:flex;align-items:center;justify-content:space-between;border-bottom:0px!important;padding-left:15px}.upsell-totals>.upsell-totals-contain{background:#fff;padding:0 15px;padding-bottom:10px}.upsell-totals>.upsell-totals-contain>.upsell-totals-title{background:#fff0}.upsell-totals .hamburger{position:relative;top:-18px}.product__images img{height:300px}.upsell-totals>.upsell-totals-contain>.upsell-totals-items>.upsell-totals-item>.upsell-totals-item-title{border-bottom:0}}.upsell-totals>.upsell-totals-contain{background:#F3F9FB;border:0!important}.upsell-totals>.upsell-totals-contain>.upsell-totals-title,.upsell-totals>.upsell-totals-contain>.btn-wrap{background:#F3F9FB}div.upsell-totals-order-action.btn-io .single_add_to_cart_button span{border:0;background-color:#08C;color:#fff;border-radius:5px;padding:12px 8px}div.upsell-totals-order-action.btn-io .single_add_to_cart_button:hover span{background-color:#02699c;color:#fff}.porto-woo-product-sidebar.right-sidebar{z-index:1}.btn-st-pp{border-color:#08C;color:#08C;background:#fff0;border-radius:5px;border:1px solid}.btn-st-pp:hover{background-color:#08C;border-color:#08C}.btn-st-pp:hover a{color:#fff}.btn-st-pp a{color:#08C}.upsell-totals-order-action .single_add_to_cart_button:hover,.product .upsell-steps-action button:hover{background-color:#d88d0b!important}.upsell-totals-order-action .single_add_to_cart_button{padding:12px 10px}.header__main{padding:18px 0}.header__main .about-menu{display:flex;align-items:center;gap:30px}.header__main .about-menu a{font-size:14px;font-style:normal;font-weight:600;color:#272723;text-transform:uppercase}.header .logo-container{display:flex;align-items:center;gap:25px}.header .logo-container .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 24px 10px 48px}.header__site-logo img{width:200px;height:100%;object-fit:contain}.header__static-nav{display:flex;gap:28px;border-left:1px solid #E4E4E4;padding-left:30px}.header__static-nav i{font-size:27px;color:#272723}.header__account{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;line-height:1.5rem;color:#777}.header__account svg{width:19px}.header__primary-bar{background-color:#08C}.header__primary-bar #menu-hoofdmenu a{padding:14px 0;display:block}.header__primary-bar #menu-hoofdmenu a.mega__link:hover{text-decoration:underline}.header__cart{transition:all 0.2s ease-in-out;display:flex;justify-content:center;align-items:center;position:relative}@media (prefers-reduced-motion:reduce){.header__cart{transition:none}}.header__cart i{font-size:28px}.header__cart-count{position:absolute;background:#FFA507;color:#fff;width:20px;height:20px;font-size:12px;font-weight:500;letter-spacing:.4px;border-radius:50%;display:flex;align-items:center;justify-content:center;top:-7px;right:-9px}.mobile-icons{display:none}.dgwt-wcas-sf-wrapp{width:500px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{height:0!important;margin-top:-4px!important}@media (max-width:991.98px){.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{padding-right:18px;padding-left:18px}div.upsell-totals-order-action.btn-io .single_add_to_cart_button span{padding:0}.upsell-totals-order-action.btn-io{border-radius:5px!important}.header{border-bottom:1px solid #efefef}.header__main .about-menu{display:none!important}.header__main .dgwt-wcas-search-wrapp{margin-right:0!important}.header__static-nav{border-left:none!important;padding-left:0!important}.header__main .row{gap:20px}.header__main .row .d-flex{justify-content:end!important}.mobile-icons{display:flex;padding-right:18px}.header__static-nav i{color:#fff}.header__primary-bar{display:flex;align-items:center;padding:15px 0}.js-mobile-usp-slider li{width:100%}}.nav__list{display:flex;align-items:center;justify-content:space-between}.nav__item{color:#fff;font-size:1rem;line-height:24px;font-weight:700;font-size:15px;font-style:normal;font-weight:600;text-transform:uppercase}#menu-hoofdmenu .nav__dropdown .nav__item{color:#272723}.nav__item--has-dropdown{position:relative}.nav__item--has-dropdown>.nav__link{display:flex;gap:12px}.nav__item--has-dropdown>.nav__link svg{transition:all 0.2s ease-in-out;width:8px}@media (prefers-reduced-motion:reduce){.nav__item--has-dropdown>.nav__link svg{transition:none}}.nav__item--has-dropdown>.nav__link svg path{fill:#fff}.nav__item--has-dropdown:hover svg,.nav__item--has-dropdown[data-active] svg{transform:rotate(180deg)}.nav__item--has-dropdown:hover .nav__dropdown,.nav__item--has-dropdown[data-active] .nav__dropdown{display:block;position:absolute;width:100%;background:#fff}.nav__toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;padding:8px;cursor:pointer}.nav__toggle span{width:24px;height:2px;background:#fff;transition:0.3s}.nav__mobile-header{display:flex;justify-content:flex-end;padding:1rem;border-bottom:1px solid #eee}.nav__close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:#333;transition:color 0.3s ease}.nav__close:hover{color:#000}.nav__item--mobile{border-bottom:1px solid #eee}.nav__item-wrapper{display:flex;align-items:center;justify-content:space-between}.nav__link--mobile{display:block;padding:1rem;color:#333;text-decoration:none;flex:1;transition:background-color 0.3s ease}.nav__link--mobile:hover{background-color:#f5f5f5}.nav__item--active .nav__link--mobile{color:#007bff;font-weight:600}.nav__submenu-toggle{background:none;border:none;padding:1rem;cursor:pointer;color:#666;font-size:1rem;transition:color 0.3s ease;display:flex;align-items:center;justify-content:center;min-width:50px}.nav__submenu-toggle:hover{color:#333}.nav__submenu-toggle i{transition:transform 0.3s ease}.nav__item--mobile.is-open .nav__submenu-toggle i{transform:rotate(180deg)}.nav__submenu--mobile{list-style:none;padding:0;margin:0;background-color:#f9f9f9;max-height:0;overflow:hidden;transition:max-height 0.3s ease}.nav__item--mobile.is-open>.nav__submenu--mobile{max-height:1000px}.nav__submenu--mobile .nav__item--mobile{border-bottom:1px solid #e0e0e0}.nav__submenu--mobile .nav__link--mobile{padding-left:2rem;font-size:.9rem}.nav--mobile{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#fff;transition:right 0.3s ease;z-index:1000;overflow-y:auto}.nav--mobile.is-active{right:0}.nav__list--mobile{list-style:none;padding:0;margin:0}.nav__list--mobile{list-style:none;margin:0;padding:0}.nav__list--mobile>li{border-bottom:1px solid #eee}.nav__list--mobile a{display:block;padding:15px 20px;color:#000;text-decoration:none}.nav__list--mobile .sub-menu{display:none;list-style:none;margin:0;padding:0;background:#f9f9f9}.nav__list--mobile .sub-menu a{padding-left:40px}.nav__list--mobile .sub-menu .sub-menu a{padding-left:60px}.nav__list--mobile li.open>.sub-menu{display:block}@media (max-width:768px){.nav__toggle{display:flex}.nav--desktop{display:none}}@media (min-width:769px){.nav--mobile{display:none!important}#menu-item-63118{padding:0 20px;background-color:#02699c}#menu-item-63118 a::before{content:'\f095';font-family:"Fontawesome";color:#fff;margin-right:8px}}.mega__dropdown{position:absolute;left:0;top:100%;width:100%;background:#fff;box-shadow:0 2px 10px rgb(0 0 0 / .1);z-index:1000;display:none;opacity:0;visibility:hidden;transform:translateY(15px)}.nav__item:hover .mega__dropdown{display:block;opacity:1;visibility:visible;transform:translateY(0);animation:fadeInDown 0.4s ease 0.2s forwards}.mega__dropdown .mega__grid{display:flex;justify-content:space-between;padding-top:35px;padding-bottom:50px}.mega__column--grid-3 ul{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:100px}.mega__column--grid-2 ul{display:grid;grid-template-columns:1fr 1fr;column-gap:100px}.mega__dropdown .title{color:#272723;display:block;font-size:16px;font-style:normal;font-weight:600;line-height:1;margin-bottom:18px;text-transform:none}.mega__dropdown li{margin-bottom:12px}.mega__dropdown li a{font-size:14px;font-style:normal;font-weight:400;line-height:24px;color:#272723;text-transform:none;padding:0!important}.menu-sale{border-radius:10px;background-size:cover;background-position:center;padding:25px;position:relative;z-index:1;height:350px;display:flex;flex-direction:column;justify-content:end;overflow:hidden}.mega__column--extra{display:flex;flex-direction:column;align-items:end}.btn-sale{font-size:15px;font-style:normal;font-weight:600;color:#272723;margin-bottom:20px;justify-content:end;background:#fff0;display:flex!important;align-items:center;gap:8px;text-transform:none;padding:0!important}.btn-sale i{color:#08C;position:relative;top:1px;transition:transform 0.3s ease}.btn-sale:hover i{transform:translateX(3px)}.menu-sale .title{display:block;font-family:"Oswald",sans-serif;font-size:22px;font-style:normal;font-weight:700;margin-bottom:10px;color:#fff}.menu-sale .label{position:absolute;top:7px;right:-40px;padding:8px 30px;width:150px;background-color:#FFA507;font-size:13px;font-style:normal;font-weight:600;line-height:normal;display:block;text-align:center;margin-bottom:0!important;border-radius:0;rotate:35deg}.menu-sale p{font-size:16px;font-style:normal;font-weight:400;line-height:1.4;display:block;color:#fff;margin-bottom:0;text-transform:none}.menu-sale::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:80%;z-index:-1;border-radius:0 0 10px 10px;background:linear-gradient(0deg,rgb(0 0 0 / .8) 0%,#fff0 100%)}.footer{background:#141414;color:#fff;padding-top:3rem;margin-top:100px}.archive .footer{margin-top:0}.footer h3{color:#FFF;font-size:18px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.18px;text-transform:uppercase;margin-bottom:15px}.footer ul li{display:grid;grid-template-columns:1fr 1fr;font-size:15px;font-style:normal;font-weight:300;margin-bottom:14px}.footer ul li:hover a{text-decoration:underline}ul.phonenumbers{border:1px solid #fff;border-radius:5px;padding:10px}ul.phonenumbers i{font-size:15px;font-weight:300;margin-right:5px;width:16px}ul.phonenumbers li{margin:0!important}ul.phonenumbers li .phone{margin-bottom:10px}.footer .foot{font-size:14px;text-align:center;margin-top:1.5rem;padding:14px 5px;background-color:#000}.footer #menu-klantenservice{display:grid;grid-template-columns:1fr 1fr}.footer #menu-klantenservice li a{white-space:nowrap}.footer #menu-footer{display:grid;grid-template-columns:1fr 1fr}.footer #menu-footer li{display:block}.footer #menu-footer li a:hover{font-weight:500}.footer__col--br{border-right:1px solid #0D2129}.footer__customerservice{background-color:#08C;padding:30px;border-radius:10px}.footer__customerservice .btn-readmore{margin-top:20px;display:flex;align-items:center;gap:8px;font-size:15px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}.footer__customerservice .btn-readmore i{font-weight:400}.footer__customerservice .btn-readmore:hover i{transform:translateX(3px);transition:transform 0.3s ease}.footer__customerservice p,.footer__customerservice a{color:#fff}.footer__copyright{padding-top:45px;color:#FFF;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:.35px}.footer__copyright .d-flex{align-items:center;gap:30px}.footer__copyright img{height:50px;width:100%;object-fit:contain}@media (max-width:991.98px){.footer .row{gap:40px}.footer__copyright .d-flex{flex-direction:column;gap:10px}}.multiple-columns{margin-top:120px}.multiple-columns h2{font-size:30px;margin-bottom:10px}@media (max-width:991.98px){.multiple-columns h2{margin-bottom:15px}}@media (max-width:767.98px){.multiple-columns .row{gap:65px}}@media (min-width:768px){.multiple-columns.left .multiple-columns__wysiwyg{padding-left:40px}.multiple-columns.right .multiple-columns__wysiwyg{padding-left:40px}}.multiple-columns.bg .outer-container{background:#F3F9FB;padding:60px 0}.multiple-columns img{width:100%;height:460px;object-fit:cover;border-radius:10px}.block-hero-home{margin-top:15px;position:relative}.block-hero-home .trusted-stars-service-widget .wrapper{margin:0!important}.block-hero-home .trusted-stars-service-widget .wrapper .content{color:#fff!important}.block-hero-home .trusted-stars-service-widget .wrapper .content .logo{background-color:#fff!important}.block-hero-home .hero-intro{height:550px;border-radius:10px 0 0 10px;background-size:cover;background-position:center;padding:30px 50px;display:flex;flex-direction:column;justify-content:end;align-items:baseline;z-index:1;position:relative}.block-hero-home .hero-intro::after{content:"";position:absolute;border-radius:0 0 0 10px;background:linear-gradient(0deg,rgb(0 0 0 / .8) 0%,#fff0 100%);bottom:0;left:0;width:100%;height:40%;z-index:-1}.block-hero-home .hero-intro h1{color:#FFF;font-family:"Poppins",sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:37px;letter-spacing:.28px;margin-bottom:15px}.block-hero-home .hero-intro h1 b{color:#FFF;text-shadow:0 4px 4px rgb(0 0 0 / .25);font-family:"Oswald",sans-serif;font-size:37px;font-style:normal;font-weight:600;line-height:41px;letter-spacing:.37px;text-transform:uppercase;display:block;margin-bottom:3px}.block-hero-home .hero-action{height:100%;position:relative}.block-hero-home .hero-action .js-hero-slider{height:100%;border-radius:0 10px 10px 0}.block-hero-home .hero-action .js-hero-slider .action-item{height:550px;padding:30px 25px;border-radius:0 10px 10px 0;display:flex;align-items:baseline;background-size:cover;background-position:center;justify-content:end}@media (max-width:1800px){.block-hero-home .hero-action .js-hero-slider .action-item,.block-hero-home .hero-intro{height:450px}}@media (max-width:1470px){.block-hero-home .hero-action .js-hero-slider .action-item,.block-hero-home .hero-intro{height:400px}}@media (max-width:992px){.block-hero-home .hero-action .js-hero-slider .action-item{height:300px}.block-hero-home .hero-intro{height:500px}.block-hero-home .hero-intro h1{font-size:20px}}.block-hero-home .hero-action .js-hero-slider .action-item__block{border-radius:10px;opacity:.95;background:var(--272723,#272723);padding:20px;color:#FFF;text-align:right;max-width:70%}.block-hero-home .hero-action .js-hero-slider .action-item__block h3{color:#FFF;text-align:right;font-size:20px;font-style:normal;font-weight:700;line-height:30px;letter-spacing:.2px;text-transform:uppercase;margin-bottom:15px}.block-hero-home .hero-action .js-hero-slider .action-item__block p{font-size:15px;font-style:normal;font-weight:400;line-height:25px;letter-spacing:.15px;color:#fff;margin-bottom:20px}.block-hero-home .hero-action .arrows{position:absolute;z-index:1;bottom:25px;right:25px;display:flex;align-items:center;gap:8px}.block-hero-home .hero-action .arrows button{height:35px;width:35px;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:3px;border-radius:50px;filter:drop-shadow(0 4px 4px rgb(0 0 0 / .15));transition:ease-in-out 0.3s}.block-hero-home .hero-action .arrows button:hover{transform:scale(1.1)}.block-hero-home .hero-action .arrows button i{font-size:20px;color:#272723}.block-categories{margin-top:50px}.block-categories .cat-thumb{height:135px;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:10px;z-index:1;position:relative;background-size:cover;background-position:center}.block-categories .cat-thumb i{transition:transform 0.3s ease}.block-categories .cat-thumb:hover i{transform:translateX(3px);color:#ebaa27}@media (max-width:991.98px){.block-categories .cat-thumb{margin-bottom:20px}}.block-categories .cat-thumb::after{content:"";position:absolute;border-radius:10px;background:linear-gradient(180deg,#fff0 0%,rgb(0 0 0 / .8) 100%);z-index:-1;top:0;left:0;width:100%;height:100%}.block-categories .cat-thumb h3{font-size:23px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.23px;text-transform:uppercase;color:#fff;display:flex;align-items:center;gap:12px}.block-brand-slider{margin-top:80px}.block-brand-slider .d-flex{gap:14px;margin-bottom:10px}@media (max-width:991.98px){.block-brand-slider .d-flex{flex-direction:column;gap:0}}.block-brand-slider .d-flex h2{line-height:1}.block-brand-slider .d-flex p{margin:0;padding:0;margin-top:5px}.block-brand-slider img{width:100%;width:100%;object-fit:contain;padding:10px;height:165px;transition:ease-in-out 0.4s}.block-brand-slider img:hover{transform:scale(1.02);transition:ease-in-out 0.4s}.block-popular-products{padding:100px 0;background-color:#272723;text-align:center}.block-popular-products .outer-container{max-width:80%;margin:0 auto}@media (max-width:991.98px){.block-popular-products{padding:50px 0}.block-popular-products .outer-container{max-width:100%}}.block-popular-products h2{font-size:35px;font-style:normal;font-weight:700;line-height:1;letter-spacing:.35px;text-transform:uppercase;color:#fff;margin-bottom:30px}.block-popular-products h2,.block-popular-products .subtitle{text-align:center}.block-popular-products .slick-slide{margin:0 10px}.block-popular-products .slick-list{margin:0 -10px}.error404 .js-popular-slider .slick-slide{margin:0 10px}.error404 .js-popular-slider .slick-list{margin:0 -10px;padding:12px}.block-popular-products .btn{margin-top:35px}.block-banner-break .bg-break{padding:90px 0;background-size:cover;text-align:center;position:relative;z-index:1}.block-banner-break .bg-break::after{content:"";left:0;top:0;width:100%;height:100%;position:absolute;z-index:-1;opacity:.4;background:var(--272723,#272723)}.block-banner-break .bg-break h2{text-shadow:0 4px 4px rgb(0 0 0 / .25);font-size:32px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.32px;text-transform:uppercase;color:#fff;margin-bottom:15px}.block-review{margin-top:100px}@media (max-width:991.98px){.block-review h2,.block-review .subtitle{text-align:center}.block-review .row{gap:20px}}.block-last-blogs{margin-top:100px}.block-last-blogs h2{margin-bottom:20px}.block-last-blogs .outer-container{background-color:#F4F4F4;padding:70px 0;border-radius:20px}.block-faq{margin-top:100px}.block-faq h2{margin-bottom:40px;text-align:center}.block-faq .subtitle{text-align:center}.block-faq .faq-item{border-radius:3px}.block-faq .faq-item:nth-child(odd){background-color:#F4F4F4}.block-faq .faq-item .faq-question{width:100%;text-align:left;padding:1rem;font-size:16px;font-weight:600;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.block-faq .faq-item .faq-question i{transition:transform 0.3s ease}.block-faq .faq-item .faq-question.active i{transform:rotate(180deg)}.block-faq .faq-item .faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.3s ease;padding:0 1rem}.block-faq .faq-item .faq-answer.open{padding:1rem;padding-top:0;max-height:500px}.faq{margin:60px 0}.faq .faq-item{border-bottom:1px solid #ddd}.faq-question{background:none;border:none;width:100%;text-align:left;padding:15px 0;font-size:1.1rem;cursor:pointer;position:relative}.faq-answer{overflow:hidden;max-height:0;transition:0.2s ease-in-out}#faq .faq-answer.open{overflow:hidden;max-height:100%;transition:0.2s ease-in-out}#faq button:active,button:focus{background-color:#fff0;border-color:#fff0}.faq-question[aria-expanded="true"]+.faq-answer{margin-bottom:15px}.block-contact{margin-top:100px}.block-contact .outer-container{background:radial-gradient(50% 50% at 50% 50%,#08C 0%,#09C 100%);padding:90px 0;border-radius:10px}.block-contact h2{margin-bottom:20px}.block-contact h2,.block-contact p{color:#fff}.block-contact .location,.block-contact .phone{color:#fff}.block-contact .location i,.block-contact .phone i{color:#FFA507;margin-right:5px;font-weight:400}.block-contact .form-container{padding:30px 35px;border-radius:10px;background:#FFF;box-shadow:0 4px 20px 0 rgb(0 0 0 / .15)}.block-contact .form-container h3{font-size:22px;margin-bottom:15px}.block-contact .form-container fieldset{padding:0!important}.block-contact .form-container{margin:0!important}.block-contact .form-container label{color:#272723!important;font-size:13px!important;font-style:normal;font-weight:600!important;line-height:normal}.block-contact .form-container button{text-transform:uppercase!important;width:100%!important;font-weight:700!important;color:#fff!important;transition:background-color 0.3s ease,transform 0.2s ease;padding:12px 10px!important;border-radius:5px!important}.block-contact .form-container button:hover{background-color:#d88d0b!important;transform:translateY(-2px)}.block-contact .form-container button::after{content:"\f138";font-family:"Fontawesome";margin-left:10px;font-weight:100}.block-contact input,.block-contact textarea{background-color:#E4F8FF!important;border-radius:3px!important;border-color:#e4f8ff!important}@media (max-width:991.98px){.block-contact .outer-container{border-radius:0;padding:60px 0}.block-contact .outer-container .d-flex{flex-direction:column;justify-self:start;align-items:start!important;margin-bottom:20px}.block-contact .form-container{padding:20px 35px!important}.block-contact .form-container h3{margin-bottom:0!important}}.content-flex .columns{display:flex;width:100%;flex-wrap:wrap;flex-direction:row;-webkit-box-orient:horizontal}.content-flex .columns,.wp-block-columns{column-gap:64px}.has-fluid-checkout h3{font-size:25px;margin-bottom:10px}.content-flex img{width:auto;object-fit:cover;max-width:100%;border-radius:10px}.columns>*,.rows>*,.wp-block-columns>*{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:233.33px;margin-left:0px!important;margin-right:0px!important;padding:0}.columns .rechthoek{width:100%;margin-bottom:60px}#post-27784 .afbeelding{position:relative}.page-id-27784 .content-flex img{width:100%;min-height:300px}.page-id-27784 button{position:relative;top:-45px;left:10px;padding:8px 16px;background:#08C;font-size:12px;color:#fff;text-decoration:none;width:fit-content;padding:8px 16px;border:1px #08C}.content-flex .column.snel-menu{border:1px solid #c2c2c2;height:fit-content;max-width:25%}.content-flex .snel-menu section{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;padding:0}.content-flex .column.snel-menu article{padding:20px 15px;background-color:#08C;color:#fff}.content-flex .column.snel-menu article p{font-size:16px;font-weight:600;color:#fff;margin:0}.content-flex .column.snel-menu .container section{padding:10px 15px}.content-flex .snel-menu section a{text-decoration:none;border-bottom:1px solid #e1e1e1;padding-bottom:10px}.content-flex .afbeelding.round img{width:300px;height:300px;background-color:#f0f0f0;object-fit:cover;object-position:center;border-radius:200px}.content-flex .aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:1.5em}.content-flex{margin-top:40px!important}.content-flex h1{font-size:35px;margin-bottom:15px;text-transform:uppercase}.content-flex h2{font-size:30px;margin-bottom:10px;text-transform:uppercase;line-height:1.4}.content-flex .round-big{height:325px;width:325px}.content-flex h3{font-size:20px;margin-bottom:10px;line-height:1.4;text-transform:uppercase}.content-flex p{margin-bottom:1rem}.content-flex article>details[open]>summary{background:#F4F4F4;color:#272723}.content-flex article>details>summary{background:#eee;padding:16px;border-left:4px solid #F4F4F4;margin:16px 0;border-radius:3px}.content-flex article>details>summary::marker{font-size:14px}.content-flex strong{color:#272723}.content-flex a{text-decoration:underline}.content-flex .ftb{font-family:"Oswald",sans-serif;font-size:40px;color:#272723;font-style:normal;font-weight:500;line-height:normal}.content-flex ul{list-style:disc;padding-left:15px;margin-bottom:20px}.content-flex ul li{color:#777;font-size:15px;font-weight:400;margin-bottom:10px;list-style:disc}.header__cart-wrapper{position:relative;display:inline-block}.header__cart{position:relative;display:inline-block}.header__cart-count{position:absolute;top:-8px;right:-8px;background:#FFA507;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;z-index:1}.header__cart-popup{position:absolute;top:100%;right:0;width:350px;background:#fff;border-radius:8px;box-shadow:0 4px 20px rgb(0 0 0 / .15);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s ease;z-index:1000;max-height:500px;overflow:hidden;display:flex;flex-direction:column;margin-top:15px;z-index:99}.header__cart-popup::before{content:'';position:absolute;top:-8px;right:20px;width:0;height:0;border-left:8px solid #fff0;border-right:8px solid #fff0;border-bottom:8px solid #fff}.header__cart-wrapper:hover .header__cart-popup{opacity:1;visibility:visible;transform:translateY(0)}.cart-popup__items{padding:15px;max-height:300px;overflow-y:auto}.cart-popup__item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0}.cart-popup__item:last-child{border-bottom:none}.cart-popup__item-image{flex-shrink:0;width:60px;height:60px;border-radius:4px;overflow:hidden}.cart-popup__item-image img{width:100%;height:100%;object-fit:cover}.cart-popup__item-details{flex:1;min-width:0}.cart-popup__item-details h4{margin:0 0 5px 0;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333}.cart-popup__item-meta{display:flex;gap:8px;font-size:13px;color:#666}.cart-popup__item-meta .price{font-weight:600;color:#333}.cart-popup__footer{padding:15px;border-top:2px solid #f0f0f0;background:#fafafa}.cart-popup__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:16px}.cart-popup__total strong{color:#000;font-size:18px}.cart-popup__view-cart,.cart-popup__checkout{display:block;width:100%;padding:10px;margin-bottom:8px;text-align:center;text-decoration:none;border-radius:4px;font-weight:500;transition:all 0.2s ease}.cart-popup__view-cart{background:#fff;color:#333;border:1px solid #ddd}.cart-popup__view-cart:hover{background:#f5f5f5}.cart-popup__checkout{background:#FFA507;color:#fff;border:none;margin-bottom:0}.cart-popup__checkout:hover{background:#FFA507}.woocommerce-checkout main .woocommerce,.woocommerce-account main .woocommerce{width:90%;margin:0 auto;padding-top:50px}.woocommerce-cart .fc-content .woocommerce{width:90%;margin:0 auto;padding-top:20px}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{margin-top:50px}.woocommerce-cart .cart_totals_top{display:none}.woocommerce-cart .fc-cart-section,.woocommerce-checkout .fc-cart-section{border-radius:8px;background:#F3F9FB;padding:20px 40px;box-shadow:none!important;border:none!important}.woocommerce-cart .fc-sidebar .fc-cart-order-review__inner,.woocommerce-checkout .fc-checkout-order-review__inner{border-radius:8px;background:#F3F9FB!important;padding:20px 40px!important;box-shadow:none!important;border:none!important}.fc-cart-order-review__inner .fc-cart-items-count{display:none!important}.woocommerce-checkout .fc-checkout-step{border-radius:8px;background:#F3F9FB;padding:20px 40px;box-shadow:none!important;border:none!important;margin-bottom:30px}.fc-step__actions button{padding:20px 10px!important;background-color:#FFA507!important;border-radius:5px!important;color:#fff!important}.fc-step__substep{background-color:#fff!important}.fc-contact-login__content{background-color:#fff}.fc-contact-login__separator-text{background-color:#f3f9fb}.woocommerce-checkout .toggle-or{display:none!important}.fc-substep__fields--billing_address #feed_field .woocommerce-input-wrapper{display:grid!important;grid-template-columns:24px auto!important;gap:7px}.fc-substep__fields--billing_address #feed_field .woocommerce-input-wrapper label{margin-bottom:0!important}.woocommerce-cart .shipping-method__option input[type=radio]:checked+.shipping-method__option-label{border:1px solid #D6E1ED!important}.woocommerce-shipping-fields span.optional{display:none!important}.woocommerce-input-wrapper .input-radio{margin-right:5px!important}.switch-toggle input+label{height:auto}.deposit-options.switch-toggle.switch-candy.switch-woocommerce-deposits{height:50px;display:flex;align-items:center;margin-bottom:10px}.deposit-message{margin-bottom:15px;display:block}nav.woocommerce-MyAccount-navigation ul{display:flex;gap:20px;flex-direction:column}.woocommerce-MyAccount-navigation .is-active::after{content:"\f105";position:relative;font-family:"fontawesome";margin-left:30px;color:#08C}li.woocommerce-MyAccount-navigation-link{display:flex;justify-content:space-between}.woocommerce-MyAccount-navigation{border:1px solid rgb(0 0 0 / .1);border-radius:10px;padding:20px}.cart-popup__empty{padding:30px 15px;text-align:center;color:#999}.cart-popup__empty p{margin:0}@media (max-width:480px){.header__cart-popup{width:300px;right:-50px}}body{-webkit-font-smoothing:antialiased;font-family:"Poppins",sans-serif;overscroll-behavior-y:none}.product-color-dropdown{margin-top:20px;padding-top:20px;border-top:1px solid #D6E1ED}.product-color-dropdown label{display:block;font-size:15px;font-weight:600;color:#272723;margin-bottom:10px;font-family:'Poppins',sans-serif}.product-color-dropdown select.color-selector{width:100%;padding:12px 15px;border:1px solid #D6E1ED;border-radius:5px;background:#fff;color:#272723;font-size:15px;font-family:'Poppins',sans-serif;cursor:pointer;transition:all 0.2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23272723' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:12px;padding-right:40px}.column{color:#777}section .column .product_title{background:#f4f4f4;border-left:2px solid #08c;padding:14px 16px 21px 20px;text-transform:unset;font-weight:500;font-size:28px;color:#272723;margin-top:0;margin-bottom:20px}.pvcFooterTitle th,.pvcFooterTitle td{text-align:inherit;font-weight:400;min-width:92px;padding:8px}.pvcFooterTitle{line-height:.5;padding:0}.pvcFooterTitle strong{color:#777;line-height:32px;font-size:15px}.pvcFooterTitle button,input[type="button"],input[type="reset"],input[type="submit"]{border:1px solid;border-color:#ffa507;border-radius:0;background:#ffa507;line-height:1;padding:.8em 1.2em;color:#fff;font-weight:600;text-transform:uppercase;font-size:14px}.masonry-block{padding:40px 0;width:90%;margin:0 auto}.masonry-block .wrap.masonry{display:flex;gap:20px;align-items:flex-start}.masonry-column{flex:1;display:flex;flex-direction:column;gap:20px}.masonry-column article{break-inside:avoid;margin:0}.masonry-column article p{margin:0}.masonry-column article img{width:100%;height:auto;display:block;border-radius:8px}@media (max-width:768px){.masonry-block .wrap.masonry{flex-direction:column}.masonry-column{width:100%}}.product-color-dropdown select.color-selector:focus{outline:none;border-color:#08C;box-shadow:0 0 0 3px rgb(0 136 204 / .1)}.product-color-dropdown select.color-selector:hover{border-color:#08C}.product-color-dropdown select.color-selector option{padding:10px}#pay-deposit-label,#pay-full-amount-label{margin:0}#wcdp-payment-plans ul{list-style:none}#wcdp-payment-plans a,#wcdp-payment-plans input,#pay-deposit-label,#pay-full-amount-label{cursor:pointer}@media only screen{#wc-deposits-options-form input.input-radio:enabled~label{color:#fff}#wc-deposits-options-form div a.wc-deposits-switcher{background-color:#08c;background:-moz-gradient(center top,#0088cc 0%,#0074ad 100%);background:-moz-linear-gradient(center top,#0088cc 0%,#0074ad 100%);background:-webkit-gradient(linear,left top,left bottom,from(#0088cc),to(#0074ad));background:-webkit-linear-gradient(#0088cc,#0074ad);background:-o-linear-gradient(#0088cc,#0074ad);background:linear-gradient(#0088cc,#0074ad)}#wc-deposits-options-form .amount{color:#d93}#wc-deposits-options-form .deposit-option{display:inline}}.upsell-steps-action button:hover{cursor:pointer;background:#544e4e!important}.summary>form.cart{display:none!important}.with_frm_style{--form-width:100%;--form-align:left;--direction:ltr;--fieldset:0px;--fieldset-color:#000000;--fieldset-padding:0 0 15px 0;--fieldset-bg-color:transparent;--title-size:20px;--title-color:#444444;--title-margin-top:10px;--title-margin-bottom:10px;--form-desc-size:14px;--form-desc-color:#666666;--form-desc-margin-top:10px;--form-desc-margin-bottom:25px;--form-desc-padding:0;--font:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;--font-size:14px;--label-color:#46525b;--weight:bold;--position:none;--align:left;--width:150px;--required-color:#B94A48;--required-weight:bold;--label-padding:0 0 3px 0;--description-font-size:12px;--description-color:#666666;--description-weight:normal;--description-style:normal;--description-align:left;--description-margin:0;--field-font-size:14px;--field-height:32px;--line-height:32px;--field-width:100%;--auto-width:100%;--field-pad:6px 10px;--field-margin:20px;--field-weight:normal;--text-color:#555555;--border-color:#BFC3C8;--field-border-width:1px;--field-border-style:solid;--bg-color:#ffffff;--bg-color-active:#ffffff;--border-color-active:#ffa507;--text-color-error:#444444;--bg-color-error:#ffffff;--border-color-error:#B94A48;--border-width-error:1px;--border-style-error:solid;--bg-color-disabled:#ffffff;--border-color-disabled:#E5E5E5;--text-color-disabled:#A1A1A1;--radio-align:block;--check-align:block;--check-font-size:15px;--check-label-color:#444444;--check-weight:normal;--section-font-size:18px;--section-color:#444444;--section-weight:bold;--section-pad:15px 0 3px 0;--section-mar-top:15px;--section-mar-bottom:12px;--section-bg-color:transparent;--section-border-color:#e8e8e8;--section-border-width:2px;--section-border-style:solid;--section-border-loc:-top;--collapse-pos:after;--repeat-icon-color:rgba(255,255,255,1);--submit-font-size:14px;--submit-width:auto;--submit-height:auto;--submit-bg-color:rgb(255,165,7);--submit-border-color:#ffa507;--submit-border-width:1px;--submit-text-color:#ffffff;--submit-weight:normal;--submit-border-radius:2px;--submit-margin:10px;--submit-padding:10px 20px;--submit-shadow-color:#eeeeee;--submit-hover-bg-color:#ffa507;--submit-hover-color:#dd9933;--submit-hover-border-color:#ffa507;--submit-active-bg-color:#ffa507;--submit-active-color:#444444;--submit-active-border-color:#ffa507;--border-radius:2px;--error-bg:#F2DEDE;--error-border:#EBCCD1;--error-text:#B94A48;--error-font-size:14px;--success-bg-color:#DFF0D8;--success-border-color:#D6E9C6;--success-text-color:#468847;--success-font-size:14px;--progress-bg-color:#dddddd;--progress-color:#898989;--progress-active-bg-color:#ffa507;--progress-active-color:#ffffff;--progress-border-color:#dfdfdf;--progress-border-size:2px;--progress-size:30px;--base-font-size:15px;--toggle-font-size:15px;--toggle-on-color:#ffa507;--toggle-off-color:#eaeaea;--slider-font-size:24px;--slider-track-size:8px;--slider-circle-size:24px;--slider-color:#ffa507;--slider-bar-color:#579AF6;--date-head-bg-color:#ffa507;--date-head-color:#ffffff;--date-band-color:#ffa507;--bg-image-opacity:100%;--box-shadow:0 1px 2px 0 rgba(18, 18, 23, 0.05)}.frm_hidden,.frm_add_form_row.frm_hidden,.frm_remove_form_row.frm_hidden,.with_frm_style .frm_button.frm_hidden{display:none}.with_frm_style,.with_frm_style form,.with_frm_style .frm-show-form div.frm_description p{text-align:var(--form-align)}input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset}.with_frm_style .frm-show-form div.frm_description p{font-size:var(--form-desc-size);color:var(--form-desc-color);margin-top:var(--form-desc-margin-top);margin-bottom:var(--form-desc-margin-bottom);padding:var(--form-desc-padding)}.with_frm_style fieldset{min-width:0;display:block}.with_frm_style fieldset fieldset{border:none;margin:0;padding:0;background-color:#fff0}.with_frm_style .frm_form_fields>fieldset{border-width:var(--fieldset);border-style:solid;border-color:var(--fieldset-color);margin:0;padding:var(--fieldset-padding);background-color:var(--fieldset-bg-color);font-family:var(--font)}legend.frm_hidden{display:none!important}.with_frm_style .frm_form_fields{opacity:1;transition:opacity 0.1s linear}.with_frm_style .frm_doing_ajax{opacity:.5}.frm_transparent{color:#fff0}.with_frm_style legend+h3,.with_frm_style h3.frm_form_title{font-size:var(--title-size);color:var(--title-color);font-family:var(--font);margin-top:var(--title-margin-top);margin-bottom:var(--title-margin-bottom)}.with_frm_style .frm_form_field.frm_html_container,.with_frm_style .frm_form_field .frm_show_it{font-family:var(--font);color:var(--form-desc-color)}.with_frm_style .frm_form_field.frm_html_container{font-size:var(--form-desc-size);overflow-wrap:break-word}.with_frm_style .frm_form_field .frm_show_it{font-size:var(--field-font-size);font-weight:var(--field-weight)}.with_frm_style .frm_required{color:var(--required-color);font-weight:var(--required-weight)}.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style textarea,.with_frm_style .frm-card-element.StripeElement{font-family:var(--font);font-size:var(--field-font-size);margin-bottom:0}.with_frm_style textarea{vertical-align:top;height:auto}.with_frm_style .frm_slimselect.ss-main,.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=phone],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style textarea,.frm_form_fields_style,.with_frm_style .frm_scroll_box .frm_opt_container,.frm_form_fields_active_style,.frm_form_fields_error_style,.with_frm_style .frm-card-element.StripeElement{color:var(--text-color);background-color:var(--bg-color);border-color:var(--border-color);border-width:var(--field-border-width);border-style:var(--field-border-style);border-radius:var(--border-radius);width:var(--field-width);max-width:100%;font-size:var(--field-font-size);padding:var(--field-pad);box-sizing:border-box;outline:none;font-weight:var(--field-weight)}.with_frm_style input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out 0s}.with_frm_style select option{color:var(--text-color)}.with_frm_style select option.frm-select-placeholder{color:var(--text-color-disabled)}.with_frm_style input[type=radio],.with_frm_style input[type=checkbox]{border-color:var(--border-color);box-shadow:var(--box-shadow);float:none}.with_frm_style input[type=radio]:after,.with_frm_style input[type=checkbox]:after{display:none}.with_frm_style input[type=radio]:not(:checked):focus,.with_frm_style input[type=checkbox]:not(:checked):focus{border-color:var(--border-color)!important}.with_frm_style input[type=radio]:focus,.with_frm_style input[type=checkbox]:focus{box-shadow:0 0 0 3px rgb(255 165 7 / .4)!important}.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=file],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style .frm-card-element.StripeElement{min-height:var(--field-height);line-height:1.3}.with_frm_style select[multiple=multiple]{height:auto}.input[type=file].frm_transparent:focus,.with_frm_style input[type=file]{background-color:#fff0;border:none;outline:none;box-shadow:none}.with_frm_style input[type=file]{color:var(--text-color);padding:0;font-family:var(--font);font-size:var(--field-font-size);display:initial}.with_frm_style input[type=file].frm_transparent{color:#fff0}.with_frm_style .wp-editor-wrap{width:var(--field-width);max-width:100%}.with_frm_style .wp-editor-container textarea{border:none;box-shadow:none!important}.with_frm_style .mceIframeContainer{background-color:var(--bg-color)}.with_frm_style select{width:var(--auto-width);max-width:100%;background-position-y:calc(50% + 3px)}.with_frm_style input[disabled],.with_frm_style select[disabled],.with_frm_style textarea[disabled],.with_frm_style input[readonly],.with_frm_style select[readonly],.with_frm_style textarea[readonly]{background-color:var(--bg-color-disabled);color:var(--text-color-disabled);border-color:var(--border-color-disabled)}.frm_preview_page:before{content:normal!important}.frm_preview_page{padding:25px}.with_frm_style .frm_primary_label{max-width:100%;font-family:var(--font);font-size:var(--font-size);color:var(--label-color);font-weight:var(--weight);text-align:var(--align);padding:var(--label-padding);margin:0;width:auto;display:block}.with_frm_style .frm_top_container .frm_primary_label,.with_frm_style .frm_hidden_container .frm_primary_label,.with_frm_style .frm_pos_top{display:block;float:none;width:auto}.with_frm_style .frm_inline_container .frm_primary_label{margin-right:10px}.with_frm_style .frm_right_container .frm_primary_label,.with_frm_style .frm_pos_right{display:inline;float:right;margin-left:10px}.with_frm_style .frm_pos_center{text-align:center}.with_frm_style .frm_none_container .frm_primary_label,.with_frm_style .frm_pos_none,.frm_pos_none,.frm_none_container .frm_primary_label{display:none}.with_frm_style .frm_section_heading.frm_hide_section{margin-top:0!important}.with_frm_style .frm_hidden_container .frm_primary_label,.with_frm_style .frm_pos_hidden,.frm_hidden_container .frm_primary_label{visibility:hidden;white-space:nowrap}.frm_visible{opacity:1}.with_frm_style .frm_inside_container{position:relative;padding-top:18px;padding-top:calc(0.5 * var(--field-height))}.with_frm_style .frm_inside_container>input,.with_frm_style .frm_inside_container>select,.with_frm_style .frm_inside_container>textarea{display:block}.with_frm_style input::placeholder,.with_frm_style textarea::placeholder{font-size:var(--field-font-size)}.with_frm_style .frm_inside_container>input::placeholder,.with_frm_style .frm_inside_container>textarea::placeholder{opacity:0;transition:opacity 0.3s ease-in}.with_frm_style .frm_inside_container>label{transition:all 0.3s ease-in;position:absolute;top:19px;top:calc(1px + .5 * var(--field-height));left:3px;width:100%;line-height:1.3;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:8px 12px;padding:var(--field-pad);font-size:14px;font-size:var(--field-font-size);font-weight:400;font-weight:var(--field-weight);pointer-events:none}.with_frm_style.frm_style_lines-no-boxes .frm_inside_container>label{line-height:1}.with_frm_style .frm_inside_container.frm_label_float_top>label{top:0;left:0;padding:0;font-size:12px;font-size:calc(0.85 * var(--field-font-size))}.with_frm_style .frm_inside_container.frm_label_float_top>input::placeholder,.with_frm_style .frm_inside_container.frm_label_float_top>textarea::placeholder{opacity:1;transition:opacity 0.3s ease-in}.with_frm_style .frm_description,.with_frm_style .frm_pro_max_limit_desc{clear:both}.with_frm_style input[type=number][readonly]{-moz-appearance:textfield}.with_frm_style select[multiple="multiple"]{height:auto;line-height:normal}.with_frm_style .frm_catlevel_2,.with_frm_style .frm_catlevel_3,.with_frm_style .frm_catlevel_4,.with_frm_style .frm_catlevel_5{margin-left:18px}.with_frm_style .wp-editor-container{border:1px solid #e5e5e5}.with_frm_style .quicktags-toolbar input{font-size:12px!important}.with_frm_style .wp-editor-container textarea{border:none}.with_frm_style .auto_width #loginform input,.with_frm_style .auto_width input,.with_frm_style input.auto_width,.with_frm_style select.auto_width,.with_frm_style textarea.auto_width{width:auto}.with_frm_style .frm_repeat_buttons{white-space:nowrap}.with_frm_style .frm_button{text-decoration:none!important;border:1px solid #eee;display:inline-block;padding:var(--submit-padding);border-radius:2px;border-radius:var(--border-radius);font-size:var(--submit-font-size);font-family:var(--font);font-weight:var(--submit-weight);color:var(--submit-text-color);background:var(--submit-bg-color);border-width:var(--submit-border-width);border-color:var(--submit-border-color);height:var(--submit-height)}.with_frm_style .frm_button.frm_inverse{color:var(--submit-bg-color);background:var(--submit-text-color)}.with_frm_style .frm_submit{clear:both}.frm_inline_form .frm_form_field,.frm_inline_form .frm_submit{grid-column:span 1 / span 1}.frm_inline_form .frm_submit{margin:0}.frm_submit.frm_inline_submit input[type=submit],.frm_submit.frm_inline_submit button,.frm_inline_form .frm_submit input[type=submit],.frm_inline_form .frm_submit button{margin-top:0}.with_frm_style.frm_center_submit .frm_submit{text-align:center}.with_frm_style.frm_center_submit .frm_flex.frm_submit{justify-content:center}.with_frm_style .frm_inline_success .frm_submit{display:flex;flex-direction:row;align-items:center;margin:0}.with_frm_style .frm_inline_success .frm_submit .frm_message{flex:1;margin:0;padding-left:10px}.with_frm_style .frm_inline_success.frm_alignright_success .frm_submit .frm_message{text-align:right}.with_frm_style.frm_center_submit .frm_submit input[type=submit],.with_frm_style.frm_center_submit .frm_submit input[type=button],.with_frm_style.frm_center_submit .frm_submit button{margin-bottom:8px!important}.with_frm_style .frm-edit-page-btn,.with_frm_style .frm_submit input[type=submit],.with_frm_style .frm_submit input[type=button],.with_frm_style .frm_submit button{-webkit-appearance:none;cursor:pointer}.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{display:block;margin:0 auto}.with_frm_style .frm_loading_prev .frm_ajax_loading,.with_frm_style .frm_loading_form .frm_ajax_loading{visibility:visible!important}.with_frm_style .frm_loading_prev .frm_prev_page,.with_frm_style .frm_loading_form .frm_button_submit{position:relative;color:transparent!important;text-shadow:none!important}.with_frm_style .frm_loading_prev .frm_prev_page:hover,.with_frm_style .frm_loading_prev .frm_prev_page:active,.with_frm_style .frm_loading_prev .frm_prev_page:focus,.with_frm_style .frm_loading_form .frm_button_submit:hover,.with_frm_style .frm_loading_form .frm_button_submit:active,.with_frm_style .frm_loading_form .frm_button_submit:focus{cursor:not-allowed;color:#fff0;outline:none!important;box-shadow:none}.with_frm_style .frm_loading_prev .frm_prev_page::before,.with_frm_style .frm_loading_form .frm_button_submit:before{content:'';display:inline-block;position:absolute;background:#fff0;border:1px solid #fff;border-top-color:#fff0;border-left-color:#fff0;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-6px;margin-left:-6px;width:12px;height:12px;animation:spin 2s linear infinite}.with_frm_style .frm_submit.frm_flex{align-items:center;gap:2%}.with_frm_style .frm_submit.frm_flex button.frm_button_submit~.frm_prev_page{order:-1}.frm_forms.frm_style_formidable-style.with_frm_style{max-width:var(--form-width);direction:var(--direction)}.frm_style_formidable-style.with_frm_style .form-field{margin-bottom:var(--field-margin)}.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading{margin-bottom:0}.frm_style_formidable-style.with_frm_style p.description,.frm_style_formidable-style.with_frm_style div.description,.frm_style_formidable-style.with_frm_style div.frm_description,.frm_style_formidable-style.with_frm_style .frm-show-form>div.frm_description,.frm_style_formidable-style.with_frm_style .frm_error,.frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc{margin-top:6px;padding:0;font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;font-size:12px;color:#666;font-weight:400;text-align:left;font-style:normal;max-width:100%}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container{grid-template-columns:150px auto}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container{grid-template-columns:auto 150px}.frm_form_field.frm_right_container{grid-template-columns:auto 25%}.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{display:inline}.frm_style_formidable-style.with_frm_style .frm_pos_right{display:inline;width:var(--width)}.frm_style_formidable-style.with_frm_style .frm_none_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_pos_none{display:none}.frm_style_formidable-style.with_frm_style .frm_scale label{font-weight:400;font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;font-size:15px;color:#444}.frm_style_formidable-style.with_frm_style input::placeholder,.frm_style_formidable-style.with_frm_style textarea::placeholder{color:var(--text-color-disabled)}.frm_style_formidable-style.with_frm_style .frm_default,.frm_style_formidable-style.with_frm_style input.frm_default,.frm_style_formidable-style.with_frm_style textarea.frm_default,.frm_style_formidable-style.with_frm_style select.frm_default,.frm_style_formidable-style.with_frm_style .placeholder{color:var(--text-color-disabled)}.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,.frm_style_formidable-style.with_frm_style select:focus,.frm_style_formidable-style.with_frm_style .form-field textarea:focus,.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement{background-color:var(--bg-color-active);border-color:var(--border-color-active);color:var(--text-color);box-shadow:0 0 5px 0 rgb(255 165 7 / .6)}.frm_style_formidable-style.with_frm_style input:-webkit-autofill{-webkit-box-shadow:0 0 5px 0 rgb(255 165 7 / .6)}.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,.frm_style_formidable-style.with_frm_style .frm-edit-page-btn,.frm_style_formidable-style.with_frm_style input[type=submit],.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],.frm_style_formidable-style.with_frm_style .frm_submit button,.frm_form_submit_style{width:auto;font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;font-size:14px;height:auto;line-height:normal;text-align:center;background:#ffa507;border-width:1px;border-color:#ffa507;border-style:solid;color:#fff;cursor:pointer;font-weight:400;border-radius:2px;text-shadow:none;padding:10px 20px;box-sizing:border-box;box-shadow:0 1px 1px #eee;margin:10px;margin-left:0;margin-right:0;vertical-align:middle}.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message{margin:0}.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover,.frm_style_formidable-style.with_frm_style input[type=submit]:hover,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,.frm_style_formidable-style.with_frm_style .frm_submit button:hover{background:var(--submit-hover-bg-color);border-color:var(--submit-hover-border-color);color:var(--submit-hover-color)}.frm_style_formidable-style.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{margin-bottom:10px}.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:focus,.frm_style_formidable-style.with_frm_style input[type=submit]:focus,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,.frm_style_formidable-style.with_frm_style .frm_submit button:focus,.frm_style_formidable-style.with_frm_style input[type=submit]:active,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active,.frm_style_formidable-style.with_frm_style .frm_submit button:active{background:var(--submit-active-bg-color);border-color:var(--submit-active-border-color);color:var(--submit-active-color);outline:none}.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page,.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:hover,.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:active,.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:focus,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:hover,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:active,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:focus{color:#fff0;background:var(--submit-bg-color);border-color:var(--submit-bg-color)}.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:before,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:before{border-bottom-color:var(--submit-text-color);border-right-color:var(--submit-text-color)}.frm_style_formidable-style.with_frm_style.frm_inline_top .frm_submit::before,.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit::before{content:"before";font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;font-size:var(--font-size);color:var(--label-color);font-weight:var(--weight);margin:0;padding:var(--label-padding);width:auto;display:block;visibility:hidden}.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit input,.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit button,.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit input,.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit button{margin:0!important}.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=checkbox],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=radio],.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,.frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),.frm_form_fields_error_style,.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement,.frm_style_formidable-style.with_frm_style .frm_form_field :invalid{color:var(--text-color-error);background-color:var(--bg-color-error);border-color:var(--border-color-error);border-width:var(--border-width-error);border-style:var(--border-style-error)}.frm_style_formidable-style.with_frm_style .frm_error,.frm_style_formidable-style.with_frm_style .frm_limit_error{font-weight:var(--weight);color:var(--border-color-error)}.frm_style_formidable-style.with_frm_style .frm_error_style{background-color:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--border-radius);color:var(--error-text);font-size:var(--error-font-size);margin:0;margin-bottom:var(--field-margin)}.frm_style_formidable-style.with_frm_style #frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg,#BFC3C8 25%,#fff0 25%,#fff0 50%,#BFC3C8 50%,#BFC3C8 75%,#fff0 75%,#fff0)}.frm_style_formidable-style.with_frm_style #frm_loading .progress-bar{background-color:var(--bg-color)}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total_big input,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total_big textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total input,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total textarea{color:#555;background-color:#fff0;border:none;display:inline;width:auto;padding:0}.frm_style_formidable-style.with_frm_style .frm_inline_box{box-shadow:0 1px 1px rgb(0 0 0 / .075) inset}.frm_style_formidable-style.with_frm_style .frm_page_bar .frm_current_page input[type="button"]{background-color:#ddd;border-color:#dfdfdf;opacity:1}.frm_style_formidable-style.with_frm_style .frm_progress_line input,.frm_style_formidable-style.with_frm_style .frm_progress_line input:disabled{border-color:#dfdfdf}.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines input{border-left-color:#cbcbcb;border-right-color:#cbcbcb;border-left-width:1px;border-right-width:1px}.frm_style_formidable-style.with_frm_style .frm_progress_line li:first-of-type input{border-left-color:#ffa507}.frm_style_formidable-style.with_frm_style .frm_progress_line li:last-of-type input{border-right-color:#ffa507}.frm_style_formidable-style.with_frm_style .frm_progress_line li:last-of-type input.frm_page_skip{border-right-color:#dfdfdf}.frm_style_formidable-style.with_frm_style .frm_progress_line .frm_current_page input[type="button"]{border-left-color:#dfdfdf}.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines .frm_current_page input[type="button"]{border-right-color:#cbcbcb}.frm_style_formidable-style.with_frm_style .frm_progress_line input.frm_page_back{border-color:#ffa507}.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines input.frm_page_back{border-left-color:#ffa507;border-right-color:#cbcbcb}.frm_style_formidable-style.with_frm_style .frm_rootline input,.frm_style_formidable-style.with_frm_style .frm_rootline input:hover{width:30px;height:30px;border-radius:30px;padding:0}.frm_style_formidable-style.with_frm_style .frm_rootline .frm_current_page input[type="button"],.frm_style_formidable-style.with_frm_style .frm_page_bar input.frm_rootline_show_more_btn.active{border-color:#eb9100!important;background-color:#ffa507!important;color:#ffffff!important}.frm_style_formidable-style.with_frm_style .frm_rootline.frm_no_numbers input.frm_rootline_show_more_btn.active{border-color:#eb9100;background-color:#ffa507;color:#ffffff!important}.frm_style_formidable-style.with_frm_style ul.frm_rootline_hidden_steps li:hover .frm_rootline_title{color:#ffa507}.frm_style_formidable-style.with_frm_style input[type=range]::-webkit-slider-thumb{border:2px solid #ffa507;color:#fff}.frm_style_formidable-style.with_frm_style input[type=range]::-moz-range-thumb{border:2px solid #ffa507;color:#fff}.frm_style_formidable-style.with_frm_style input[type=range]::-ms-thumb{border:2px solid #ffa507;color:#fff}.frm_style_formidable-style.with_frm_style input.frm_other_input:not(.frm_other_full){width:auto}.frm_style_formidable-style.with_frm_style .frm_checkbox input.frm_other_input:not(.frm_other_full),.frm_style_formidable-style.with_frm_style .frm_radio input.frm_other_input:not(.frm_other_full){margin-left:5px}.frm_style_formidable-style.with_frm_style .horizontal_radio input.frm_other_input:not(.frm_other_full):not(.frm_pos_none){display:inline-block}.frm_style_formidable-style.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full){margin-left:0;margin-top:8px}.frm_style_formidable-style.with_frm_style span.frm-pass-verified .frmsvg{color:#468847}.frm_style_formidable-style.with_frm_style span.frm-pass-req .frmsvg{color:#B94A48}.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"]{border-top:2px solid #e8e8e8}.frm_style_formidable-style.with_frm_style h3 .frm_after_collapse{display:inline}.frm_style_formidable-style.with_frm_style h3 .frm_before_collapse{display:none}.menu-edit #post-body-content .frm_style_formidable-style.with_frm_style .frm_section_heading h3[class*="frm_pos_"]{margin:0}.frm_style_formidable-style.with_frm_style .frm_section_heading{margin-top:15px}.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing,.menu-edit #post-body-content .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing{margin-bottom:12px}.frm_style_formidable-style.with_frm_style .frm_single_product_label,.frm_style_formidable-style.with_frm_style .frm_total_formatted{font-size:14px;color:#46525b}.frm_style_formidable-style.with_frm_style .ui-datepicker-title>select{color:#555;color:var(--text-color);background-color:var(--bg-color)}.frm_style_formidable-style.with_frm_style .ui-datepicker-month,.frm_style_formidable-style.with_frm_style .ui-datepicker-year{color:var(--text-color)}.frm_style_formidable-style.with_frm_style span.ui-datepicker-month,.frm_style_formidable-style.with_frm_style span.ui-datepicker-year{color:var(--date-head-color)}.frm_style_formidable-style.with_frm_style .ui-widget-header,.frm_style_formidable-style.with_frm_style .ui-datepicker-header{color:var(--date-head-color)!important;background-color:var(--date-head-bg-color)!important}.frm_style_formidable-style.with_frm_style .flatpickr-day,.frm_style_formidable-style.with_frm_style .ui-datepicker td,.frm_style_formidable-style.with_frm_style.ui-datepicker td{border:0;border-radius:var(--border-radius);overflow:hidden}.frm_style_formidable-style.with_frm_style .flatpickr-day.today:not(.inRange),.frm_style_formidable-style.with_frm_style td.ui-datepicker-today{background-color:var(--date-band-color)!important}.frm_style_formidable-style.with_frm_style .flatpickr-day.today,.frm_style_formidable-style.with_frm_style td.ui-datepicker-today>a{color:var(--date-head-color)}.frm_style_formidable-style.with_frm_style td.ui-datepicker-current-day,.frm_style_formidable-style.with_frm_style td.ui-datepicker-current-day .ui-state-hover{background-color:var(--border-color-active)!important}.frm_style_formidable-style.with_frm_style td.ui-datepicker-current-day .ui-state-default:not(.ui-state-hover){color:#fff}.frm_style_formidable-style.with_frm_style .flatpickr-day.today:hover,.frm_style_formidable-style.with_frm_style td:not(.ui-datepicker-current-day) .ui-state-hover{color:var(--text-color);background:#F2F4F7!important}.frm_style_formidable-style.with_frm_style input[type=submit][disabled],.frm_style_formidable-style.with_frm_style .frm_submit input[type=button][disabled],.frm_style_formidable-style.with_frm_style .frm_submit button[disabled]{opacity:.5;cursor:not-allowed}.frm_style_formidable-style.with_frm_style .frm_loading_prev button.frm_prev_page,.frm_style_formidable-style.with_frm_style .frm_loading_form button.frm_button_submit{opacity:1}.frm_style_formidable-style-2.with_frm_style{--form-desc-padding:0px;--label-color:#444444;--border-color:#cccccc;--border-color-active:#66afe9;--check-font-size:13px;--repeat-icon-color:#ffffff;--submit-bg-color:#dd9933;--submit-border-color:#cccccc;--submit-padding:6px 11px;--submit-hover-bg-color:#ffffff;--submit-hover-border-color:#dd9933;--submit-active-bg-color:#efefef;--submit-active-border-color:#cccccc;--progress-color:#ffffff;--progress-active-bg-color:#008ec2;--toggle-font-size:14px;--toggle-on-color:#008ec2;--toggle-off-color:#cccccc;--slider-font-size:14px;--slider-color:#008ec2;--slider-bar-color:#cccccc;--date-head-bg-color:#008ec2;--date-band-color:#005c90}.frm_forms.frm_style_formidable-style-2.with_frm_style{max-width:var(--form-width);direction:var(--direction)}.frm_style_formidable-style-2.with_frm_style .form-field{margin-bottom:var(--field-margin)}.frm_style_formidable-style-2.with_frm_style .form-field.frm_section_heading{margin-bottom:0}.frm_style_formidable-style-2.with_frm_style p.description,.frm_style_formidable-style-2.with_frm_style div.description,.frm_style_formidable-style-2.with_frm_style div.frm_description,.frm_style_formidable-style-2.with_frm_style .frm-show-form>div.frm_description,.frm_style_formidable-style-2.with_frm_style .frm_error,.frm_style_formidable-style-2.with_frm_style .frm_pro_max_limit_desc{margin-top:6px;padding:0;font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;font-size:12px;color:#666;font-weight:400;text-align:left;font-style:normal;max-width:100%}.frm_style_formidable-style-2.with_frm_style .frm_form_field.frm_left_container{grid-template-columns:150px auto}.frm_style_formidable-style-2.with_frm_style .frm_form_field.frm_right_container{grid-template-columns:auto 150px}.frm_form_field.frm_right_container{grid-template-columns:auto 25%}.frm_style_formidable-style-2.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,.frm_style_formidable-style-2.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{display:inline}.frm_style_formidable-style-2.with_frm_style .frm_pos_right{display:inline;width:var(--width)}.frm_style_formidable-style-2.with_frm_style .frm_none_container .frm_primary_label,.frm_style_formidable-style-2.with_frm_style .frm_pos_none{display:none}.frm_style_formidable-style-2.with_frm_style .frm_scale label{font-weight:400;font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;font-size:13px;color:#444}.frm_style_formidable-style-2.with_frm_style input::placeholder,.frm_style_formidable-style-2.with_frm_style textarea::placeholder{color:var(--text-color-disabled)}.frm_style_formidable-style-2.with_frm_style .frm_default,.frm_style_formidable-style-2.with_frm_style input.frm_default,.frm_style_formidable-style-2.with_frm_style textarea.frm_default,.frm_style_formidable-style-2.with_frm_style select.frm_default,.frm_style_formidable-style-2.with_frm_style .placeholder{color:var(--text-color-disabled)}.frm_style_formidable-style-2.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,.frm_style_formidable-style-2.with_frm_style select:focus,.frm_style_formidable-style-2.with_frm_style .form-field textarea:focus,.frm_style_formidable-style-2.with_frm_style .frm_focus_field input[type=text],.frm_style_formidable-style-2.with_frm_style .frm_focus_field input[type=password],.frm_style_formidable-style-2.with_frm_style .frm_focus_field input[type=email],.frm_style_formidable-style-2.with_frm_style .frm_focus_field input[type=number],.frm_style_formidable-style-2.with_frm_style .frm_focus_field input[type=url],.frm_style_formidable-style-2.with_frm_style .frm_focus_field input[type=tel],.frm_style_formidable-style-2.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_formidable-style-2.with_frm_style .frm_focus_field .frm-card-element.StripeElement{background-color:var(--bg-color-active);border-color:var(--border-color-active);color:var(--text-color);box-shadow:0 0 5px 0 rgb(102 175 233 / .6)}.frm_style_formidable-style-2.with_frm_style input:-webkit-autofill{-webkit-box-shadow:0 0 5px 0 rgb(102 175 233 / .6)}.frm_style_formidable-style-2.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,.frm_style_formidable-style-2.with_frm_style .frm-edit-page-btn,.frm_style_formidable-style-2.with_frm_style input[type=submit],.frm_style_formidable-style-2.with_frm_style .frm_submit input[type=button],.frm_style_formidable-style-2.with_frm_style .frm_submit button,.frm_form_submit_style{width:auto;font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;font-size:14px;height:auto;line-height:normal;text-align:center;background:#d93;border-width:1px;border-color:#ccc;border-style:solid;color:#fff;cursor:pointer;font-weight:400;border-radius:2px;text-shadow:none;padding:6px 11px;box-sizing:border-box;box-shadow:0 1px 1px #eee;margin:10px;margin-left:0;margin-right:0;vertical-align:middle}.frm_style_formidable-style-2.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message{margin:0}.frm_style_formidable-style-2.with_frm_style .frm-edit-page-btn:hover,.frm_style_formidable-style-2.with_frm_style input[type=submit]:hover,.frm_style_formidable-style-2.with_frm_style .frm_submit input[type=button]:hover,.frm_style_formidable-style-2.with_frm_style .frm_submit button:hover{background:var(--submit-hover-bg-color);border-color:var(--submit-hover-border-color);color:var(--submit-hover-color)}.frm_style_formidable-style-2.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{margin-bottom:10px}.frm_style_formidable-style-2.with_frm_style .frm-edit-page-btn:focus,.frm_style_formidable-style-2.with_frm_style input[type=submit]:focus,.frm_style_formidable-style-2.with_frm_style .frm_submit input[type=button]:focus,.frm_style_formidable-style-2.with_frm_style .frm_submit button:focus,.frm_style_formidable-style-2.with_frm_style input[type=submit]:active,.frm_style_formidable-style-2.with_frm_style .frm_submit input[type=button]:active,.frm_style_formidable-style-2.with_frm_style .frm_submit button:active{background:var(--submit-active-bg-color);border-color:var(--submit-active-border-color);color:var(--submit-active-color);outline:none}.frm_style_formidable-style-2.with_frm_style .frm_loading_prev .frm_prev_page,.frm_style_formidable-style-2.with_frm_style .frm_loading_prev .frm_prev_page:hover,.frm_style_formidable-style-2.with_frm_style .frm_loading_prev .frm_prev_page:active,.frm_style_formidable-style-2.with_frm_style .frm_loading_prev .frm_prev_page:focus,.frm_style_formidable-style-2.with_frm_style .frm_loading_form .frm_button_submit,.frm_style_formidable-style-2.with_frm_style .frm_loading_form .frm_button_submit:hover,.frm_style_formidable-style-2.with_frm_style .frm_loading_form .frm_button_submit:active,.frm_style_formidable-style-2.with_frm_style .frm_loading_form .frm_button_submit:focus{color:#fff0;background:var(--submit-bg-color);border-color:var(--submit-bg-color)}.frm_style_formidable-style-2.with_frm_style .frm_loading_prev .frm_prev_page:before,.frm_style_formidable-style-2.with_frm_style .frm_loading_form .frm_button_submit:before{border-bottom-color:var(--submit-text-color);border-right-color:var(--submit-text-color)}.frm_style_formidable-style-2.with_frm_style.frm_inline_top .frm_submit::before,.frm_style_formidable-style-2.with_frm_style .frm_submit.frm_inline_submit::before{content:"before";font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;font-size:var(--font-size);color:var(--label-color);font-weight:var(--weight);margin:0;padding:var(--label-padding);width:auto;display:block;visibility:hidden}.frm_style_formidable-style-2.with_frm_style.frm_inline_form .frm_submit input,.frm_style_formidable-style-2.with_frm_style.frm_inline_form .frm_submit button,.frm_style_formidable-style-2.with_frm_style .frm_submit.frm_inline_submit input,.frm_style_formidable-style-2.with_frm_style .frm_submit.frm_inline_submit button{margin:0!important}.frm_style_formidable-style-2.with_frm_style .frm_blank_field input[type=text],.frm_style_formidable-style-2.with_frm_style .frm_blank_field input[type=password],.frm_style_formidable-style-2.with_frm_style .frm_blank_field input[type=url],.frm_style_formidable-style-2.with_frm_style .frm_blank_field input[type=tel],.frm_style_formidable-style-2.with_frm_style .frm_blank_field input[type=number],.frm_style_formidable-style-2.with_frm_style .frm_blank_field input[type=email],.frm_style_formidable-style-2.with_frm_style .frm_blank_field input[type=checkbox],.frm_style_formidable-style-2.with_frm_style .frm_blank_field input[type=radio],.frm_style_formidable-style-2.with_frm_style .frm_blank_field textarea,.frm_style_formidable-style-2.with_frm_style .frm_blank_field .mce-edit-area iframe,.frm_style_formidable-style-2.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),.frm_form_fields_error_style,.frm_style_formidable-style-2.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,.frm_style_formidable-style-2.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_formidable-style-2.with_frm_style .frm_blank_field .frm-card-element.StripeElement,.frm_style_formidable-style-2.with_frm_style .frm_form_field :invalid{color:var(--text-color-error);background-color:var(--bg-color-error);border-color:var(--border-color-error);border-width:var(--border-width-error);border-style:var(--border-style-error)}.frm_style_formidable-style-2.with_frm_style .frm_error,.frm_style_formidable-style-2.with_frm_style .frm_limit_error{font-weight:var(--weight);color:var(--border-color-error)}.frm_style_formidable-style-2.with_frm_style .frm_error_style{background-color:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--border-radius);color:var(--error-text);font-size:var(--error-font-size);margin:0;margin-bottom:var(--field-margin)}.frm_style_formidable-style-2.with_frm_style #frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg,#cccccc 25%,#fff0 25%,#fff0 50%,#cccccc 50%,#cccccc 75%,#fff0 75%,#fff0)}.frm_style_formidable-style-2.with_frm_style #frm_loading .progress-bar{background-color:var(--bg-color)}.frm_style_formidable-style-2.with_frm_style .frm_form_field.frm_total_big input,.frm_style_formidable-style-2.with_frm_style .frm_form_field.frm_total_big textarea,.frm_style_formidable-style-2.with_frm_style .frm_form_field.frm_total input,.frm_style_formidable-style-2.with_frm_style .frm_form_field.frm_total textarea{color:#555;background-color:#fff0;border:none;display:inline;width:auto;padding:0}.frm_style_formidable-style-2.with_frm_style .frm_inline_box{box-shadow:0 1px 1px rgb(0 0 0 / .075) inset}.frm_style_formidable-style-2.with_frm_style .frm_page_bar .frm_current_page input[type="button"]{background-color:#ddd;border-color:#dfdfdf;opacity:1}.frm_style_formidable-style-2.with_frm_style .frm_progress_line input,.frm_style_formidable-style-2.with_frm_style .frm_progress_line input:disabled{border-color:#dfdfdf}.frm_style_formidable-style-2.with_frm_style .frm_progress_line.frm_show_lines input{border-left-color:#cbcbcb;border-right-color:#cbcbcb;border-left-width:1px;border-right-width:1px}.frm_style_formidable-style-2.with_frm_style .frm_progress_line li:first-of-type input{border-left-color:#008ec2}.frm_style_formidable-style-2.with_frm_style .frm_progress_line li:last-of-type input{border-right-color:#008ec2}.frm_style_formidable-style-2.with_frm_style .frm_progress_line li:last-of-type input.frm_page_skip{border-right-color:#dfdfdf}.frm_style_formidable-style-2.with_frm_style .frm_progress_line .frm_current_page input[type="button"]{border-left-color:#dfdfdf}.frm_style_formidable-style-2.with_frm_style .frm_progress_line.frm_show_lines .frm_current_page input[type="button"]{border-right-color:#cbcbcb}.frm_style_formidable-style-2.with_frm_style .frm_progress_line input.frm_page_back{border-color:#008ec2}.frm_style_formidable-style-2.with_frm_style .frm_progress_line.frm_show_lines input.frm_page_back{border-left-color:#008ec2;border-right-color:#cbcbcb}.frm_style_formidable-style-2.with_frm_style .frm_rootline input,.frm_style_formidable-style-2.with_frm_style .frm_rootline input:hover{width:30px;height:30px;border-radius:30px;padding:0}.frm_style_formidable-style-2.with_frm_style .frm_rootline .frm_current_page input[type="button"],.frm_style_formidable-style-2.with_frm_style .frm_page_bar input.frm_rootline_show_more_btn.active{border-color:#007aae!important;background-color:#008ec2!important;color:#ffffff!important}.frm_style_formidable-style-2.with_frm_style .frm_rootline.frm_no_numbers input.frm_rootline_show_more_btn.active{border-color:#007aae;background-color:#008ec2;color:#ffffff!important}.frm_style_formidable-style-2.with_frm_style ul.frm_rootline_hidden_steps li:hover .frm_rootline_title{color:#008ec2}.frm_style_formidable-style-2.with_frm_style input[type=range]::-webkit-slider-thumb{border:2px solid #008ec2;color:#fff}.frm_style_formidable-style-2.with_frm_style input[type=range]::-moz-range-thumb{border:2px solid #008ec2;color:#fff}.frm_style_formidable-style-2.with_frm_style input[type=range]::-ms-thumb{border:2px solid #008ec2;color:#fff}.frm_style_formidable-style-2.with_frm_style input.frm_other_input:not(.frm_other_full){width:auto}.frm_style_formidable-style-2.with_frm_style .frm_checkbox input.frm_other_input:not(.frm_other_full),.frm_style_formidable-style-2.with_frm_style .frm_radio input.frm_other_input:not(.frm_other_full){margin-left:5px}.frm_style_formidable-style-2.with_frm_style .horizontal_radio input.frm_other_input:not(.frm_other_full):not(.frm_pos_none){display:inline-block}.frm_style_formidable-style-2.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full){margin-left:0;margin-top:8px}.frm_style_formidable-style-2.with_frm_style span.frm-pass-verified .frmsvg{color:#468847}.frm_style_formidable-style-2.with_frm_style span.frm-pass-req .frmsvg{color:#B94A48}.frm_style_formidable-style-2.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"]{border-top:2px solid #e8e8e8}.frm_style_formidable-style-2.with_frm_style h3 .frm_after_collapse{display:inline}.frm_style_formidable-style-2.with_frm_style h3 .frm_before_collapse{display:none}.menu-edit #post-body-content .frm_style_formidable-style-2.with_frm_style .frm_section_heading h3[class*="frm_pos_"]{margin:0}.frm_style_formidable-style-2.with_frm_style .frm_section_heading{margin-top:15px}.frm_style_formidable-style-2.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing,.menu-edit #post-body-content .frm_style_formidable-style-2.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing{margin-bottom:12px}.frm_style_formidable-style-2.with_frm_style .frm_single_product_label,.frm_style_formidable-style-2.with_frm_style .frm_total_formatted{font-size:14px;color:#444}.frm_style_formidable-style-2.with_frm_style .ui-datepicker-title>select{color:#555;color:var(--text-color);background-color:var(--bg-color)}.frm_style_formidable-style-2.with_frm_style .ui-datepicker-month,.frm_style_formidable-style-2.with_frm_style .ui-datepicker-year{color:var(--text-color)}.frm_style_formidable-style-2.with_frm_style span.ui-datepicker-month,.frm_style_formidable-style-2.with_frm_style span.ui-datepicker-year{color:var(--date-head-color)}.frm_style_formidable-style-2.with_frm_style .ui-widget-header,.frm_style_formidable-style-2.with_frm_style .ui-datepicker-header{color:var(--date-head-color)!important;background-color:var(--date-head-bg-color)!important}.frm_style_formidable-style-2.with_frm_style .flatpickr-day,.frm_style_formidable-style-2.with_frm_style .ui-datepicker td,.frm_style_formidable-style-2.with_frm_style.ui-datepicker td{border:0;border-radius:var(--border-radius);overflow:hidden}.frm_style_formidable-style-2.with_frm_style .flatpickr-day.today:not(.inRange),.frm_style_formidable-style-2.with_frm_style td.ui-datepicker-today{background-color:var(--date-band-color)!important}.frm_style_formidable-style-2.with_frm_style .flatpickr-day.today,.frm_style_formidable-style-2.with_frm_style td.ui-datepicker-today>a{color:var(--date-head-color)}.frm_style_formidable-style-2.with_frm_style td.ui-datepicker-current-day,.frm_style_formidable-style-2.with_frm_style td.ui-datepicker-current-day .ui-state-hover{background-color:var(--border-color-active)!important}.frm_style_formidable-style-2.with_frm_style td.ui-datepicker-current-day .ui-state-default:not(.ui-state-hover){color:#fff}.frm_style_formidable-style-2.with_frm_style .flatpickr-day.today:hover,.frm_style_formidable-style-2.with_frm_style td:not(.ui-datepicker-current-day) .ui-state-hover{color:var(--text-color);background:#F2F4F7!important}.frm_style_formidable-style-2.with_frm_style input[type=submit][disabled],.frm_style_formidable-style-2.with_frm_style .frm_submit input[type=button][disabled],.frm_style_formidable-style-2.with_frm_style .frm_submit button[disabled]{opacity:.5;cursor:not-allowed}.frm_style_formidable-style-2.with_frm_style .frm_loading_prev button.frm_prev_page,.frm_style_formidable-style-2.with_frm_style .frm_loading_form button.frm_button_submit{opacity:1}.frm_style_sleek-smooth-style.with_frm_style{--fieldset-color:#D0D0D0;--title-size:24px;--form-desc-size:18px;--form-desc-color:rgba(68,68,68,0.77);--font:"segoe-regular","Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;--font-size:16px;--label-color:#444444;--label-padding:0 0 10px 0;--field-font-size:18px;--field-height:42px;--line-height:42px;--field-pad:10px 20px;--border-color:#cccccc;--border-color-active:#00A9B5;--check-font-size:16px;--repeat-icon-color:#ffffff;--submit-font-size:18px;--submit-width:115px;--submit-bg-color:#00A9B5;--submit-border-color:#00A9B5;--submit-border-radius:15px;--submit-margin:15px;--submit-padding:6px 11px;--submit-hover-bg-color:rgba(0,140,145,1);--submit-hover-color:#ffffff;--submit-hover-border-color:rgba(0,140,145,1);--submit-active-bg-color:rgba(0,140,145,1);--submit-active-color:#ffffff;--submit-active-border-color:rgba(0,140,145,1);--border-radius:30px;--error-bg:#ffffff;--error-border:#B94A48;--success-bg-color:transparent;--success-border-color:#00a8b7;--success-text-color:#00a8b7;--progress-bg-color:#eaeaea;--progress-color:#3f4b5b;--progress-active-bg-color:rgba(0,169,181,1);--progress-border-color:#E5E5E5;--toggle-on-color:rgba(0,169,181,1);--slider-color:rgba(0,169,181,1);--slider-bar-color:rgba(0,169,181,1);--date-head-bg-color:#579AF6;--date-band-color:#2568c4}.frm_forms.frm_style_sleek-smooth-style.with_frm_style{max-width:var(--form-width)!important;direction:var(--direction)!important}.frm_style_sleek-smooth-style.with_frm_style .form-field{margin-bottom:var(--field-margin)!important}.frm_style_sleek-smooth-style.with_frm_style .form-field.frm_section_heading{margin-bottom:0!important}.frm_style_sleek-smooth-style.with_frm_style p.description,.frm_style_sleek-smooth-style.with_frm_style div.description,.frm_style_sleek-smooth-style.with_frm_style div.frm_description,.frm_style_sleek-smooth-style.with_frm_style .frm-show-form>div.frm_description,.frm_style_sleek-smooth-style.with_frm_style .frm_error,.frm_style_sleek-smooth-style.with_frm_style .frm_pro_max_limit_desc{margin-top:6px;padding:0;font-family:"segoe-regular","Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif!important;font-size:12px!important;color:#666666!important;font-weight:normal!important;text-align:left!important;font-style:normal!important;max-width:100%}.frm_style_sleek-smooth-style.with_frm_style .frm_form_field.frm_left_container{grid-template-columns:150px auto}.frm_style_sleek-smooth-style.with_frm_style .frm_form_field.frm_right_container{grid-template-columns:auto 150px}.frm_form_field.frm_right_container{grid-template-columns:auto 25%}.frm_style_sleek-smooth-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,.frm_style_sleek-smooth-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{display:inline!important}.frm_style_sleek-smooth-style.with_frm_style .frm_pos_right{display:inline!important;width:var(--width)!important}.frm_style_sleek-smooth-style.with_frm_style .frm_none_container .frm_primary_label,.frm_style_sleek-smooth-style.with_frm_style .frm_pos_none{display:none!important}.frm_style_sleek-smooth-style.with_frm_style .frm_scale label{font-weight:normal!important;font-family:"segoe-regular","Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif!important;font-size:16px!important;color:#444444!important}.frm_style_sleek-smooth-style.with_frm_style input::placeholder,.frm_style_sleek-smooth-style.with_frm_style textarea::placeholder{color:var(--text-color-disabled)!important}.frm_style_sleek-smooth-style.with_frm_style .frm_default,.frm_style_sleek-smooth-style.with_frm_style input.frm_default,.frm_style_sleek-smooth-style.with_frm_style textarea.frm_default,.frm_style_sleek-smooth-style.with_frm_style select.frm_default,.frm_style_sleek-smooth-style.with_frm_style .placeholder{color:var(--text-color-disabled)!important}.frm_style_sleek-smooth-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,.frm_style_sleek-smooth-style.with_frm_style select:focus,.frm_style_sleek-smooth-style.with_frm_style .form-field textarea:focus,.frm_style_sleek-smooth-style.with_frm_style .frm_focus_field input[type=text],.frm_style_sleek-smooth-style.with_frm_style .frm_focus_field input[type=password],.frm_style_sleek-smooth-style.with_frm_style .frm_focus_field input[type=email],.frm_style_sleek-smooth-style.with_frm_style .frm_focus_field input[type=number],.frm_style_sleek-smooth-style.with_frm_style .frm_focus_field input[type=url],.frm_style_sleek-smooth-style.with_frm_style .frm_focus_field input[type=tel],.frm_style_sleek-smooth-style.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_sleek-smooth-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement{background-color:var(--bg-color-active)!important;border-color:var(--border-color-active)!important;color:var(--text-color);box-shadow:0 0 5px 0 rgb(0 169 181 / .6)}.frm_style_sleek-smooth-style.with_frm_style input:-webkit-autofill{-webkit-box-shadow:0 0 5px 0 rgb(0 169 181 / .6)}.frm_style_sleek-smooth-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,.frm_style_sleek-smooth-style.with_frm_style .frm-edit-page-btn,.frm_style_sleek-smooth-style.with_frm_style input[type=submit],.frm_style_sleek-smooth-style.with_frm_style .frm_submit input[type=button],.frm_style_sleek-smooth-style.with_frm_style .frm_submit button,.frm_form_submit_style{width:115px!important;font-family:"segoe-regular","Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;font-size:18px!important;height:auto!important;line-height:normal!important;text-align:center;background:#00A9B5!important;border-width:1px;border-color:#00A9B5!important;border-style:solid;color:#ffffff!important;cursor:pointer;font-weight:normal!important;border-radius:15px!important;text-shadow:none;padding:6px 11px!important;box-sizing:border-box;margin:15px;margin-left:0;margin-right:0;vertical-align:middle}.frm_style_sleek-smooth-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message{margin:0}.frm_style_sleek-smooth-style.with_frm_style .frm-edit-page-btn:hover,.frm_style_sleek-smooth-style.with_frm_style input[type=submit]:hover,.frm_style_sleek-smooth-style.with_frm_style .frm_submit input[type=button]:hover,.frm_style_sleek-smooth-style.with_frm_style .frm_submit button:hover{background:var(--submit-hover-bg-color)!important;border-color:var(--submit-hover-border-color)!important;color:var(--submit-hover-color)!important}.frm_style_sleek-smooth-style.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{margin-bottom:15px}.frm_style_sleek-smooth-style.with_frm_style .frm-edit-page-btn:focus,.frm_style_sleek-smooth-style.with_frm_style input[type=submit]:focus,.frm_style_sleek-smooth-style.with_frm_style .frm_submit input[type=button]:focus,.frm_style_sleek-smooth-style.with_frm_style .frm_submit button:focus,.frm_style_sleek-smooth-style.with_frm_style input[type=submit]:active,.frm_style_sleek-smooth-style.with_frm_style .frm_submit input[type=button]:active,.frm_style_sleek-smooth-style.with_frm_style .frm_submit button:active{background:var(--submit-active-bg-color)!important;border-color:var(--submit-active-border-color)!important;color:var(--submit-active-color)!important;outline:none}.frm_style_sleek-smooth-style.with_frm_style .frm_loading_prev .frm_prev_page,.frm_style_sleek-smooth-style.with_frm_style .frm_loading_prev .frm_prev_page:hover,.frm_style_sleek-smooth-style.with_frm_style .frm_loading_prev .frm_prev_page:active,.frm_style_sleek-smooth-style.with_frm_style .frm_loading_prev .frm_prev_page:focus,.frm_style_sleek-smooth-style.with_frm_style .frm_loading_form .frm_button_submit,.frm_style_sleek-smooth-style.with_frm_style .frm_loading_form .frm_button_submit:hover,.frm_style_sleek-smooth-style.with_frm_style .frm_loading_form .frm_button_submit:active,.frm_style_sleek-smooth-style.with_frm_style .frm_loading_form .frm_button_submit:focus{color:transparent!important;background:var(--submit-bg-color)!important;border-color:var(--submit-bg-color)!important}.frm_style_sleek-smooth-style.with_frm_style .frm_loading_prev .frm_prev_page:before,.frm_style_sleek-smooth-style.with_frm_style .frm_loading_form .frm_button_submit:before{border-bottom-color:var(--submit-text-color)!important;border-right-color:var(--submit-text-color)!important;max-width:var(--submit-width)!important}.frm_style_sleek-smooth-style.with_frm_style.frm_inline_top .frm_submit::before,.frm_style_sleek-smooth-style.with_frm_style .frm_submit.frm_inline_submit::before{content:"before";font-family:"segoe-regular","Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;font-size:var(--font-size)!important;color:var(--label-color)!important;font-weight:var(--weight)!important;margin:0;padding:var(--label-padding)!important;width:auto;display:block;visibility:hidden}.frm_style_sleek-smooth-style.with_frm_style.frm_inline_form .frm_submit input,.frm_style_sleek-smooth-style.with_frm_style.frm_inline_form .frm_submit button,.frm_style_sleek-smooth-style.with_frm_style .frm_submit.frm_inline_submit input,.frm_style_sleek-smooth-style.with_frm_style .frm_submit.frm_inline_submit button{margin:0!important}.frm_style_sleek-smooth-style.with_frm_style .frm_blank_field input[type=text],.frm_style_sleek-smooth-style.with_frm_style .frm_blank_field input[type=password],.frm_style_sleek-smooth-style.with_frm_style .frm_blank_field input[type=url],.frm_style_sleek-smooth-style.with_frm_style .frm_blank_field input[type=tel],.frm_style_sleek-smooth-style.with_frm_style .frm_blank_field input[type=number],.frm_style_sleek-smooth-style.with_frm_style .frm_blank_field input[type=email],.frm_style_sleek-smooth-style.with_frm_style .frm_blank_field input[type=checkbox],.frm_style_sleek-smooth-style.with_frm_style .frm_blank_field input[type=radio],.frm_style_sleek-smooth-style.with_frm_style .frm_blank_field textarea,.frm_style_sleek-smooth-style.with_frm_style .frm_blank_field .mce-edit-area iframe,.frm_style_sleek-smooth-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),.frm_form_fields_error_style,.frm_style_sleek-smooth-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,.frm_style_sleek-smooth-style.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_sleek-smooth-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement,.frm_style_sleek-smooth-style.with_frm_style .frm_form_field :invalid{color:var(--text-color-error)!important;background-color:var(--bg-color-error)!important;border-color:var(--border-color-error)!important;border-width:var(--border-width-error)!important;border-style:var(--border-style-error)!important}.frm_style_sleek-smooth-style.with_frm_style .frm_error,.frm_style_sleek-smooth-style.with_frm_style .frm_limit_error{font-weight:var(--weight)!important;color:var(--border-color-error)!important}.frm_style_sleek-smooth-style.with_frm_style .frm_error_style{background-color:var(--error-bg)!important;border:1px solid var(--error-border)!important;border-radius:var(--border-radius)!important;color:var(--error-text)!important;font-size:var(--error-font-size)!important;margin:0;margin-bottom:var(--field-margin)}.frm_style_sleek-smooth-style.with_frm_style #frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg,#cccccc 25%,#fff0 25%,#fff0 50%,#cccccc 50%,#cccccc 75%,#fff0 75%,#fff0)}.frm_style_sleek-smooth-style.with_frm_style #frm_loading .progress-bar{background-color:var(--bg-color)!important}.frm_style_sleek-smooth-style.with_frm_style .frm_form_field.frm_total_big input,.frm_style_sleek-smooth-style.with_frm_style .frm_form_field.frm_total_big textarea,.frm_style_sleek-smooth-style.with_frm_style .frm_form_field.frm_total input,.frm_style_sleek-smooth-style.with_frm_style .frm_form_field.frm_total textarea{color:#555555!important;background-color:transparent!important;border:none!important;display:inline!important;width:auto!important;padding:0!important}.frm_style_sleek-smooth-style.with_frm_style{--progress-border-color-b:#dbdbdb}.frm_style_sleek-smooth-style.with_frm_style .frm_inline_box{box-shadow:0 1px 1px rgb(0 0 0 / .075) inset}.frm_style_sleek-smooth-style.with_frm_style .frm_input_group>input,.frm_style_sleek-smooth-style.with_frm_style .frm_form_field.frm_total .frm_input_group input,.frm_style_sleek-smooth-style.with_frm_style .frm_form_field.frm_total_big .frm_input_group input{width:1%!important}.frm_style_sleek-smooth-style.with_frm_style .frm_input_group.frm_with_pre>select,.frm_style_sleek-smooth-style.with_frm_style .frm_input_group.frm_with_pre>input{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.frm_style_sleek-smooth-style.with_frm_style .frm_input_group.frm_with_post>select,.frm_style_sleek-smooth-style.with_frm_style .frm_input_group.frm_with_post>input{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.frm_style_sleek-smooth-style.with_frm_style .frm_total input,.frm_style_sleek-smooth-style.with_frm_style .frm_total_big input{box-shadow:none!important}.frm_form_field.frm_total_big .frm_total_formatted,.frm_form_field.frm_total_big input[type=text],.frm_form_field.frm_total_big input[type=number],.frm_form_field.frm_total_big input,.frm_form_field.frm_total_big textarea{font-size:32px!important;line-height:44px!important}.frm_style_sleek-smooth-style.with_frm_style .frm_page_bar .frm_current_page input[type="button"]{background-color:#eaeaea!important;border-color:#E5E5E5!important;opacity:1!important}.frm_style_sleek-smooth-style.with_frm_style .frm_progress_line input,.frm_style_sleek-smooth-style.with_frm_style .frm_progress_line input:disabled{border-color:#E5E5E5!important}.frm_style_sleek-smooth-style.with_frm_style .frm_progress_line.frm_show_lines input{border-left-color:#d1d1d1!important;border-right-color:#d1d1d1!important;border-left-width:1px!important;border-right-width:1px!important}.frm_style_sleek-smooth-style.with_frm_style .frm_progress_line li:first-of-type input{border-left-color:rgb(0 169 181)!important}.frm_style_sleek-smooth-style.with_frm_style .frm_progress_line li:last-of-type input{border-right-color:rgb(0 169 181)!important}.frm_style_sleek-smooth-style.with_frm_style .frm_progress_line li:last-of-type input.frm_page_skip{border-right-color:#E5E5E5!important}.frm_style_sleek-smooth-style.with_frm_style .frm_progress_line .frm_current_page input[type="button"]{border-left-color:#E5E5E5!important}.frm_style_sleek-smooth-style.with_frm_style .frm_progress_line.frm_show_lines .frm_current_page input[type="button"]{border-right-color:#d1d1d1!important}.frm_style_sleek-smooth-style.with_frm_style .frm_progress_line input.frm_page_back{border-color:rgb(0 169 181)!important}.frm_style_sleek-smooth-style.with_frm_style .frm_progress_line.frm_show_lines input.frm_page_back{border-left-color:rgb(0 169 181)!important;border-right-color:#d1d1d1!important}.frm_style_sleek-smooth-style.with_frm_style .frm_rootline input,.frm_style_sleek-smooth-style.with_frm_style .frm_rootline input:hover{width:30px!important;height:30px!important;border-radius:30px!important;padding:0!important}.frm_style_sleek-smooth-style.with_frm_style .frm_rootline .frm_current_page input[type="button"],.frm_style_sleek-smooth-style.with_frm_style .frm_page_bar input.frm_rootline_show_more_btn.active{border-color:rgb(0 149 161)!important;background-color:rgb(0 169 181)!important;color:#ffffff!important}.frm_style_sleek-smooth-style.with_frm_style .frm_rootline.frm_no_numbers input.frm_rootline_show_more_btn.active{border-color:rgb(0 149 161);background-color:rgb(0 169 181);color:#ffffff!important}.frm_style_sleek-smooth-style.with_frm_style ul.frm_rootline_hidden_steps li:hover .frm_rootline_title{color:rgb(0 169 181)}.frm_style_sleek-smooth-style.with_frm_style input[type=range]::-webkit-slider-thumb{border:2px solid rgb(0 169 181)!important;color:#ffffff!important}.frm_style_sleek-smooth-style.with_frm_style input[type=range]::-moz-range-thumb{border:2px solid rgb(0 169 181)!important;color:#ffffff!important}.frm_style_sleek-smooth-style.with_frm_style input[type=range]::-ms-thumb{border:2px solid rgb(0 169 181)!important;color:#ffffff!important}.frm_style_sleek-smooth-style.with_frm_style input.frm_other_input:not(.frm_other_full){width:auto!important}.frm_style_sleek-smooth-style.with_frm_style .frm_checkbox input.frm_other_input:not(.frm_other_full),.frm_style_sleek-smooth-style.with_frm_style .frm_radio input.frm_other_input:not(.frm_other_full){margin-left:5px}.frm_style_sleek-smooth-style.with_frm_style .horizontal_radio input.frm_other_input:not(.frm_other_full):not(.frm_pos_none){display:inline-block!important}.frm_style_sleek-smooth-style.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full){margin-left:0!important;margin-top:8px}.frm_style_sleek-smooth-style.with_frm_style span.frm-pass-verified .frmsvg{color:#00a8b7!important}.frm_style_sleek-smooth-style.with_frm_style span.frm-pass-req .frmsvg{color:#B94A48!important}.frm_style_sleek-smooth-style.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"]{border-top:2px solid #e8e8e8!important}.frm_style_sleek-smooth-style.with_frm_style h3 .frm_after_collapse{display:inline}.frm_style_sleek-smooth-style.with_frm_style h3 .frm_before_collapse{display:none}.menu-edit #post-body-content .frm_style_sleek-smooth-style.with_frm_style .frm_section_heading h3[class*="frm_pos_"]{margin:0}.frm_style_sleek-smooth-style.with_frm_style .frm_section_heading{margin-top:15px!important}.frm_style_sleek-smooth-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing,.menu-edit #post-body-content .frm_style_sleek-smooth-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing{margin-bottom:12px!important}.frm_style_sleek-smooth-style.with_frm_style .frm_single_product_label,.frm_style_sleek-smooth-style.with_frm_style .frm_total_formatted{font-size:16px;color:#444444!important}.frm_style_sleek-smooth-style.with_frm_style .ui-datepicker-title>select{color:#555;color:var(--text-color)!important;background-color:var(--bg-color)!important}.frm_style_sleek-smooth-style.with_frm_style .ui-datepicker-month,.frm_style_sleek-smooth-style.with_frm_style .ui-datepicker-year{color:var(--text-color)!important}.frm_style_sleek-smooth-style.with_frm_style span.ui-datepicker-month,.frm_style_sleek-smooth-style.with_frm_style span.ui-datepicker-year{color:var(--date-head-color)!important}.frm_style_sleek-smooth-style.with_frm_style .ui-widget-header,.frm_style_sleek-smooth-style.with_frm_style .ui-datepicker-header{color:var(--date-head-color)!important;background-color:var(--date-head-bg-color)!important}.frm_style_sleek-smooth-style.with_frm_style .flatpickr-day,.frm_style_sleek-smooth-style.with_frm_style .ui-datepicker td,.frm_style_sleek-smooth-style.with_frm_style.ui-datepicker td{border:0;border-radius:var(--border-radius);overflow:hidden}.frm_style_sleek-smooth-style.with_frm_style .flatpickr-day.today:not(.inRange),.frm_style_sleek-smooth-style.with_frm_style td.ui-datepicker-today{background-color:var(--date-band-color)!important}.frm_style_sleek-smooth-style.with_frm_style .flatpickr-day.today,.frm_style_sleek-smooth-style.with_frm_style td.ui-datepicker-today>a{color:var(--date-head-color)!important}.frm_style_sleek-smooth-style.with_frm_style td.ui-datepicker-current-day,.frm_style_sleek-smooth-style.with_frm_style td.ui-datepicker-current-day .ui-state-hover{background-color:var(--border-color-active)!important}.frm_style_sleek-smooth-style.with_frm_style td.ui-datepicker-current-day .ui-state-default:not(.ui-state-hover){color:#fff}.frm_style_sleek-smooth-style.with_frm_style .flatpickr-day.today:hover,.frm_style_sleek-smooth-style.with_frm_style td:not(.ui-datepicker-current-day) .ui-state-hover{color:var(--text-color)!important;background:#F2F4F7!important}.frm_style_sleek-smooth-style.with_frm_style input[type=submit][disabled],.frm_style_sleek-smooth-style.with_frm_style .frm_submit input[type=button][disabled],.frm_style_sleek-smooth-style.with_frm_style .frm_submit button[disabled]{opacity:.5;cursor:not-allowed}.frm_style_sleek-smooth-style.with_frm_style .frm_loading_prev button.frm_prev_page,.frm_style_sleek-smooth-style.with_frm_style .frm_loading_form button.frm_button_submit{opacity:1}.frm_style_staalaanvraag.with_frm_style{--border-color-active:#66afe9;--repeat-icon-color:rgba(221,153,51,1);--submit-bg-color:#dd9933;--submit-border-color:#dd9933;--submit-hover-bg-color:#fcfcfc;--submit-hover-border-color:#dd9933;--submit-active-bg-color:#efefef;--submit-active-border-color:#cccccc;--progress-active-bg-color:#008ec2;--toggle-on-color:#579AF6;--slider-color:#579AF6;--date-head-bg-color:#008ec2;--date-band-color:#005c90}.frm_forms.frm_style_staalaanvraag.with_frm_style{max-width:var(--form-width);direction:var(--direction)}.frm_style_staalaanvraag.with_frm_style .form-field{margin-bottom:var(--field-margin)}.frm_style_staalaanvraag.with_frm_style .form-field.frm_section_heading{margin-bottom:0}.frm_style_staalaanvraag.with_frm_style p.description,.frm_style_staalaanvraag.with_frm_style div.description,.frm_style_staalaanvraag.with_frm_style div.frm_description,.frm_style_staalaanvraag.with_frm_style .frm-show-form>div.frm_description,.frm_style_staalaanvraag.with_frm_style .frm_error,.frm_style_staalaanvraag.with_frm_style .frm_pro_max_limit_desc{margin-top:6px;padding:0;font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;font-size:12px;color:#666;font-weight:400;text-align:left;font-style:normal;max-width:100%}.frm_style_staalaanvraag.with_frm_style .frm_form_field.frm_left_container{grid-template-columns:150px auto}.frm_style_staalaanvraag.with_frm_style .frm_form_field.frm_right_container{grid-template-columns:auto 150px}.frm_form_field.frm_right_container{grid-template-columns:auto 25%}.frm_style_staalaanvraag.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,.frm_style_staalaanvraag.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{display:inline}.frm_style_staalaanvraag.with_frm_style .frm_pos_right{display:inline;width:var(--width)}.frm_style_staalaanvraag.with_frm_style .frm_none_container .frm_primary_label,.frm_style_staalaanvraag.with_frm_style .frm_pos_none{display:none}.frm_style_staalaanvraag.with_frm_style .frm_scale label{font-weight:400;font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;font-size:15px;color:#444}.frm_style_staalaanvraag.with_frm_style input::placeholder,.frm_style_staalaanvraag.with_frm_style textarea::placeholder{color:var(--text-color-disabled)}.frm_style_staalaanvraag.with_frm_style .frm_default,.frm_style_staalaanvraag.with_frm_style input.frm_default,.frm_style_staalaanvraag.with_frm_style textarea.frm_default,.frm_style_staalaanvraag.with_frm_style select.frm_default,.frm_style_staalaanvraag.with_frm_style .placeholder{color:var(--text-color-disabled)}.frm_style_staalaanvraag.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,.frm_style_staalaanvraag.with_frm_style select:focus,.frm_style_staalaanvraag.with_frm_style .form-field textarea:focus,.frm_style_staalaanvraag.with_frm_style .frm_focus_field input[type=text],.frm_style_staalaanvraag.with_frm_style .frm_focus_field input[type=password],.frm_style_staalaanvraag.with_frm_style .frm_focus_field input[type=email],.frm_style_staalaanvraag.with_frm_style .frm_focus_field input[type=number],.frm_style_staalaanvraag.with_frm_style .frm_focus_field input[type=url],.frm_style_staalaanvraag.with_frm_style .frm_focus_field input[type=tel],.frm_style_staalaanvraag.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_staalaanvraag.with_frm_style .frm_focus_field .frm-card-element.StripeElement{background-color:var(--bg-color-active);border-color:var(--border-color-active);color:var(--text-color);box-shadow:0 0 5px 0 rgb(102 175 233 / .6)}.frm_style_staalaanvraag.with_frm_style input:-webkit-autofill{-webkit-box-shadow:0 0 5px 0 rgb(102 175 233 / .6)}.frm_style_staalaanvraag.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,.frm_style_staalaanvraag.with_frm_style .frm-edit-page-btn,.frm_style_staalaanvraag.with_frm_style input[type=submit],.frm_style_staalaanvraag.with_frm_style .frm_submit input[type=button],.frm_style_staalaanvraag.with_frm_style .frm_submit button,.frm_form_submit_style{width:auto;font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;font-size:14px;height:auto;line-height:normal;text-align:center;background:#d93;border-width:1px;border-color:#d93;border-style:solid;color:#fff;cursor:pointer;font-weight:400;border-radius:2px;text-shadow:none;padding:10px 20px;box-sizing:border-box;box-shadow:0 1px 1px #eee;margin:10px;margin-left:0;margin-right:0;vertical-align:middle}.frm_style_staalaanvraag.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message{margin:0}.frm_style_staalaanvraag.with_frm_style .frm-edit-page-btn:hover,.frm_style_staalaanvraag.with_frm_style input[type=submit]:hover,.frm_style_staalaanvraag.with_frm_style .frm_submit input[type=button]:hover,.frm_style_staalaanvraag.with_frm_style .frm_submit button:hover{background:var(--submit-hover-bg-color);border-color:var(--submit-hover-border-color);color:var(--submit-hover-color)}.frm_style_staalaanvraag.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{margin-bottom:10px}.frm_style_staalaanvraag.with_frm_style .frm-edit-page-btn:focus,.frm_style_staalaanvraag.with_frm_style input[type=submit]:focus,.frm_style_staalaanvraag.with_frm_style .frm_submit input[type=button]:focus,.frm_style_staalaanvraag.with_frm_style .frm_submit button:focus,.frm_style_staalaanvraag.with_frm_style input[type=submit]:active,.frm_style_staalaanvraag.with_frm_style .frm_submit input[type=button]:active,.frm_style_staalaanvraag.with_frm_style .frm_submit button:active{background:var(--submit-active-bg-color);border-color:var(--submit-active-border-color);color:var(--submit-active-color);outline:none}.frm_style_staalaanvraag.with_frm_style .frm_loading_prev .frm_prev_page,.frm_style_staalaanvraag.with_frm_style .frm_loading_prev .frm_prev_page:hover,.frm_style_staalaanvraag.with_frm_style .frm_loading_prev .frm_prev_page:active,.frm_style_staalaanvraag.with_frm_style .frm_loading_prev .frm_prev_page:focus,.frm_style_staalaanvraag.with_frm_style .frm_loading_form .frm_button_submit,.frm_style_staalaanvraag.with_frm_style .frm_loading_form .frm_button_submit:hover,.frm_style_staalaanvraag.with_frm_style .frm_loading_form .frm_button_submit:active,.frm_style_staalaanvraag.with_frm_style .frm_loading_form .frm_button_submit:focus{color:#fff0;background:var(--submit-bg-color);border-color:var(--submit-bg-color)}.frm_style_staalaanvraag.with_frm_style .frm_loading_prev .frm_prev_page:before,.frm_style_staalaanvraag.with_frm_style .frm_loading_form .frm_button_submit:before{border-bottom-color:var(--submit-text-color);border-right-color:var(--submit-text-color)}.frm_style_staalaanvraag.with_frm_style.frm_inline_top .frm_submit::before,.frm_style_staalaanvraag.with_frm_style .frm_submit.frm_inline_submit::before{content:"before";font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;font-size:var(--font-size);color:var(--label-color);font-weight:var(--weight);margin:0;padding:var(--label-padding);width:auto;display:block;visibility:hidden}.frm_style_staalaanvraag.with_frm_style.frm_inline_form .frm_submit input,.frm_style_staalaanvraag.with_frm_style.frm_inline_form .frm_submit button,.frm_style_staalaanvraag.with_frm_style .frm_submit.frm_inline_submit input,.frm_style_staalaanvraag.with_frm_style .frm_submit.frm_inline_submit button{margin:0!important}.frm_style_staalaanvraag.with_frm_style .frm_blank_field input[type=text],.frm_style_staalaanvraag.with_frm_style .frm_blank_field input[type=password],.frm_style_staalaanvraag.with_frm_style .frm_blank_field input[type=url],.frm_style_staalaanvraag.with_frm_style .frm_blank_field input[type=tel],.frm_style_staalaanvraag.with_frm_style .frm_blank_field input[type=number],.frm_style_staalaanvraag.with_frm_style .frm_blank_field input[type=email],.frm_style_staalaanvraag.with_frm_style .frm_blank_field input[type=checkbox],.frm_style_staalaanvraag.with_frm_style .frm_blank_field input[type=radio],.frm_style_staalaanvraag.with_frm_style .frm_blank_field textarea,.frm_style_staalaanvraag.with_frm_style .frm_blank_field .mce-edit-area iframe,.frm_style_staalaanvraag.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),.frm_form_fields_error_style,.frm_style_staalaanvraag.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,.frm_style_staalaanvraag.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_staalaanvraag.with_frm_style .frm_blank_field .frm-card-element.StripeElement,.frm_style_staalaanvraag.with_frm_style .frm_form_field :invalid{color:var(--text-color-error);background-color:var(--bg-color-error);border-color:var(--border-color-error);border-width:var(--border-width-error);border-style:var(--border-style-error)}.frm_style_staalaanvraag.with_frm_style .frm_error,.frm_style_staalaanvraag.with_frm_style .frm_limit_error{font-weight:var(--weight);color:var(--border-color-error)}.frm_style_staalaanvraag.with_frm_style .frm_error_style{background-color:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--border-radius);color:var(--error-text);font-size:var(--error-font-size);margin:0;margin-bottom:var(--field-margin)}.frm_style_staalaanvraag.with_frm_style #frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg,#BFC3C8 25%,#fff0 25%,#fff0 50%,#BFC3C8 50%,#BFC3C8 75%,#fff0 75%,#fff0)}.frm_style_staalaanvraag.with_frm_style #frm_loading .progress-bar{background-color:var(--bg-color)}.frm_style_staalaanvraag.with_frm_style .frm_form_field.frm_total_big input,.frm_style_staalaanvraag.with_frm_style .frm_form_field.frm_total_big textarea,.frm_style_staalaanvraag.with_frm_style .frm_form_field.frm_total input,.frm_style_staalaanvraag.with_frm_style .frm_form_field.frm_total textarea{color:#555;background-color:#fff0;border:none;display:inline;width:auto;padding:0}.frm_style_staalaanvraag.with_frm_style .frm_inline_box{box-shadow:0 1px 1px rgb(0 0 0 / .075) inset}.frm_style_staalaanvraag.with_frm_style .frm_page_bar .frm_current_page input[type="button"]{background-color:#ddd;border-color:#dfdfdf;opacity:1}.frm_style_staalaanvraag.with_frm_style .frm_progress_line input,.frm_style_staalaanvraag.with_frm_style .frm_progress_line input:disabled{border-color:#dfdfdf}.frm_style_staalaanvraag.with_frm_style .frm_progress_line.frm_show_lines input{border-left-color:#cbcbcb;border-right-color:#cbcbcb;border-left-width:1px;border-right-width:1px}.frm_style_staalaanvraag.with_frm_style .frm_progress_line li:first-of-type input{border-left-color:#008ec2}.frm_style_staalaanvraag.with_frm_style .frm_progress_line li:last-of-type input{border-right-color:#008ec2}.frm_style_staalaanvraag.with_frm_style .frm_progress_line li:last-of-type input.frm_page_skip{border-right-color:#dfdfdf}.frm_style_staalaanvraag.with_frm_style .frm_progress_line .frm_current_page input[type="button"]{border-left-color:#dfdfdf}.frm_style_staalaanvraag.with_frm_style .frm_progress_line.frm_show_lines .frm_current_page input[type="button"]{border-right-color:#cbcbcb}.frm_style_staalaanvraag.with_frm_style .frm_progress_line input.frm_page_back{border-color:#008ec2}.frm_style_staalaanvraag.with_frm_style .frm_progress_line.frm_show_lines input.frm_page_back{border-left-color:#008ec2;border-right-color:#cbcbcb}.frm_style_staalaanvraag.with_frm_style .frm_rootline input,.frm_style_staalaanvraag.with_frm_style .frm_rootline input:hover{width:30px;height:30px;border-radius:30px;padding:0}.frm_style_staalaanvraag.with_frm_style .frm_rootline .frm_current_page input[type="button"],.frm_style_staalaanvraag.with_frm_style .frm_page_bar input.frm_rootline_show_more_btn.active{border-color:#007aae!important;background-color:#008ec2!important;color:#ffffff!important}.frm_style_staalaanvraag.with_frm_style .frm_rootline.frm_no_numbers input.frm_rootline_show_more_btn.active{border-color:#007aae;background-color:#008ec2;color:#ffffff!important}.frm_style_staalaanvraag.with_frm_style ul.frm_rootline_hidden_steps li:hover .frm_rootline_title{color:#008ec2}.frm_style_staalaanvraag.with_frm_style input[type=range]::-webkit-slider-thumb{border:2px solid #579AF6;color:#fff}.frm_style_staalaanvraag.with_frm_style input[type=range]::-moz-range-thumb{border:2px solid #579AF6;color:#fff}.frm_style_staalaanvraag.with_frm_style input[type=range]::-ms-thumb{border:2px solid #579AF6;color:#fff}.frm_style_staalaanvraag.with_frm_style input.frm_other_input:not(.frm_other_full){width:auto}.frm_style_staalaanvraag.with_frm_style .frm_checkbox input.frm_other_input:not(.frm_other_full),.frm_style_staalaanvraag.with_frm_style .frm_radio input.frm_other_input:not(.frm_other_full){margin-left:5px}.frm_style_staalaanvraag.with_frm_style .horizontal_radio input.frm_other_input:not(.frm_other_full):not(.frm_pos_none){display:inline-block}.frm_style_staalaanvraag.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full){margin-left:0;margin-top:8px}.frm_style_staalaanvraag.with_frm_style span.frm-pass-verified .frmsvg{color:#468847}.frm_style_staalaanvraag.with_frm_style span.frm-pass-req .frmsvg{color:#B94A48}.frm_style_staalaanvraag.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"]{border-top:2px solid #e8e8e8}.frm_style_staalaanvraag.with_frm_style h3 .frm_after_collapse{display:inline}.frm_style_staalaanvraag.with_frm_style h3 .frm_before_collapse{display:none}.menu-edit #post-body-content .frm_style_staalaanvraag.with_frm_style .frm_section_heading h3[class*="frm_pos_"]{margin:0}.frm_style_staalaanvraag.with_frm_style .frm_section_heading{margin-top:15px}.frm_style_staalaanvraag.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing,.menu-edit #post-body-content .frm_style_staalaanvraag.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing{margin-bottom:12px}.frm_style_staalaanvraag.with_frm_style .frm_single_product_label,.frm_style_staalaanvraag.with_frm_style .frm_total_formatted{font-size:14px;color:#46525b}.frm_style_staalaanvraag.with_frm_style .ui-datepicker-title>select{color:#555;color:var(--text-color);background-color:var(--bg-color)}.frm_style_staalaanvraag.with_frm_style .ui-datepicker-month,.frm_style_staalaanvraag.with_frm_style .ui-datepicker-year{color:var(--text-color)}.frm_style_staalaanvraag.with_frm_style span.ui-datepicker-month,.frm_style_staalaanvraag.with_frm_style span.ui-datepicker-year{color:var(--date-head-color)}.frm_style_staalaanvraag.with_frm_style .ui-widget-header,.frm_style_staalaanvraag.with_frm_style .ui-datepicker-header{color:var(--date-head-color)!important;background-color:var(--date-head-bg-color)!important}.frm_style_staalaanvraag.with_frm_style .flatpickr-day,.frm_style_staalaanvraag.with_frm_style .ui-datepicker td,.frm_style_staalaanvraag.with_frm_style.ui-datepicker td{border:0;border-radius:var(--border-radius);overflow:hidden}.frm_style_staalaanvraag.with_frm_style .flatpickr-day.today:not(.inRange),.frm_style_staalaanvraag.with_frm_style td.ui-datepicker-today{background-color:var(--date-band-color)!important}.frm_style_staalaanvraag.with_frm_style .flatpickr-day.today,.frm_style_staalaanvraag.with_frm_style td.ui-datepicker-today>a{color:var(--date-head-color)}.frm_style_staalaanvraag.with_frm_style td.ui-datepicker-current-day,.frm_style_staalaanvraag.with_frm_style td.ui-datepicker-current-day .ui-state-hover{background-color:var(--border-color-active)!important}.frm_style_staalaanvraag.with_frm_style td.ui-datepicker-current-day .ui-state-default:not(.ui-state-hover){color:#fff}.frm_style_staalaanvraag.with_frm_style .flatpickr-day.today:hover,.frm_style_staalaanvraag.with_frm_style td:not(.ui-datepicker-current-day) .ui-state-hover{color:var(--text-color);background:#F2F4F7!important}.frm_style_staalaanvraag.with_frm_style input[type=submit][disabled],.frm_style_staalaanvraag.with_frm_style .frm_submit input[type=button][disabled],.frm_style_staalaanvraag.with_frm_style .frm_submit button[disabled]{opacity:.5;cursor:not-allowed}.frm_style_staalaanvraag.with_frm_style .frm_loading_prev button.frm_prev_page,.frm_style_staalaanvraag.with_frm_style .frm_loading_form button.frm_button_submit{opacity:1}.frm_ajax_loading{visibility:hidden;width:auto}.frm_form_submit_style{height:auto}a.frm_save_draft{cursor:pointer}.with_frm_style a.frm_save_draft,.with_frm_style a.frm_start_over{font-family:var(--font);font-size:var(--submit-font-size);font-weight:var(--submit-weight)}.horizontal_radio .frm_radio{margin:0 5px 0 0}.horizontal_radio .frm_checkbox{margin:0;margin-right:12px}.vertical_radio .frm_checkbox,.vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block}.horizontal_radio .frm_checkbox,.horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block;padding-left:0}.with_frm_style .frm_radio{display:var(--radio-align)}.with_frm_style .frm_checkbox{display:var(--check-align)}.with_frm_style .vertical_radio .frm_checkbox,.with_frm_style .vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block;margin-bottom:10px}.with_frm_style .horizontal_radio .frm_checkbox,.with_frm_style .horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block}.with_frm_style .frm_checkbox label,.with_frm_style .frm_radio label{display:inline-block;vertical-align:middle;white-space:normal}.with_frm_style .frm_checkbox label input[type=checkbox],.with_frm_style .frm_radio label input[type=radio]{margin-right:4px}.with_frm_style .frm_checkbox label:not(.frm-label-disabled),.with_frm_style .frm_radio label:not(.frm-label-disabled){cursor:pointer}.with_frm_style .vertical_radio .frm_checkbox label,.with_frm_style .vertical_radio .frm_radio label{display:block;width:100%}.with_frm_style .frm_radio label,.with_frm_style .frm_checkbox label{font-family:var(--font);font-size:var(--check-font-size);color:var(--check-label-color);font-weight:var(--check-weight);line-height:1.3}.with_frm_style .frm_radio input[type=radio],.with_frm_style .frm_checkbox input[type=checkbox]{font-size:var(--check-font-size);position:static}.frm_file_container .frm_file_link,.with_frm_style .frm_radio label .frm_file_container,.with_frm_style .frm_checkbox label .frm_file_container{display:inline-block;margin:5px;vertical-align:middle}.with_frm_style .frm_radio input[type=radio],.with_frm_style .frm_scale input[type=radio]{border-radius:50%}.with_frm_style .frm_checkbox input[type=checkbox]{border-radius:calc(var(--border-radius) / 2)!important}.with_frm_style .frm_radio input[type=radio],.with_frm_style .frm_scale input[type=radio],.with_frm_style .frm_checkbox input[type=checkbox]{appearance:none;background-color:var(--bg-color);flex:none;display:inline-block!important;width:16px!important;min-width:16px!important;height:16px!important;color:var(--border-color);border:1px solid currentColor;border-color:var(--border-color);vertical-align:middle;position:initial;padding:0;margin:0}.frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked,.frm_forms.with_frm_style .frm_fields_container .frm_scale input[type=radio]:not([disabled]):checked,.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked{border-color:var(--border-color-active)!important}.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked{background-color:var(--border-color-active)!important}.with_frm_style .frm_radio input[type=radio][disabled]:checked,.with_frm_style .frm_scale input[type=radio][disabled]:checked,.with_frm_style .frm_checkbox input[type=checkbox][disabled]:checked{border-color:var(--border-color)!important}.with_frm_style .frm_checkbox input[type=checkbox][disabled]:checked{background-color:var(--border-color)!important}.with_frm_style .frm_radio input[type=radio]:checked:before,.with_frm_style .frm_scale input[type=radio]:checked:before,.with_frm_style .frm_checkbox input[type=checkbox]:checked:before{position:static!important;content:'';display:block}.frm_forms.with_frm_style .frm_checkbox input[type=checkbox]:before{width:100%!important;height:100%!important;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6667 1.5L4.25001 7.91667L1.33334 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")!important;background-size:9px!important;background-repeat:no-repeat!important;background-position:center!important;margin:0}.with_frm_style .frm_scale input[type=radio]:before,.with_frm_style .frm_radio input[type=radio]:before{width:8px;height:8px;border-radius:50%;background-color:var(--border-color-active);margin:3px}.with_frm_style .frm_scale input[type=radio][disabled]:before,.with_frm_style .frm_radio input[type=radio][disabled]:before{background-color:var(--border-color)}.with_frm_style :invalid,.with_frm_style :-moz-ui-invalid{box-shadow:none}.with_frm_style .frm_error_style img{padding-right:10px;vertical-align:middle;border:none}.with_frm_style .frm_trigger{cursor:pointer}.with_frm_style .frm_error_style,.with_frm_style .frm_message,.frm_success_style{border-radius:4px;padding:15px}.with_frm_style .frm_message p{color:var(--success-text-color);margin-bottom:0}.with_frm_style .frm_message>p:first-of-type{margin-top:0}.with_frm_style .frm_message,.frm_success_style{margin:5px 0 15px;border:1px solid var(--success-border-color);background-color:var(--success-bg-color);color:var(--success-text-color);border-radius:var(--border-radius);font-size:var(--success-font-size)}.with_frm_style .frm_plain_success .frm_message{background-color:#fff0;padding:0;border:none;font-size:inherit;color:inherit}.with_frm_style .frm_plain_success .frm_message p{color:inherit}.frm_form_fields_style,.frm_form_fields_active_style,.frm_form_fields_error_style,.frm_form_submit_style{width:auto}.with_frm_style .frm_trigger span{float:left}.with_frm_style table.frm-grid,#content .with_frm_style table.frm-grid{border-collapse:collapse;border:none}.frm-grid td,.frm-grid th{padding:5px;border-width:1px;border-style:solid;border-color:var(--border-color);border-top:none;border-left:none;border-right:none}.frm-alt-table{width:100%;border-collapse:separate;margin-top:.5em;font-size:15px;border-width:1px}.with_frm_style .frm-alt-table{border-color:var(--border-color)}.frm-alt-table th{width:200px}.frm-alt-table tr{background-color:#fff0}.frm-alt-table th,.frm-alt-table td{background-color:#fff0;vertical-align:top;text-align:left;padding:20px;border-color:#fff0}.frm-alt-table tr:nth-child(even){background-color:#ecf0f5}table.form_results.with_frm_style{border-style:solid;border-width:var(--field-border-width);border-color:var(--border-color)}table.form_results.with_frm_style tr td{text-align:left;padding:7px 9px;color:var(--text-color);border-top-style:solid;border-top-width:var(--field-border-width);border-top-color:var(--border-color)}table.form_results.with_frm_style tr.frm_even,.frm-grid .frm_even{background-color:#fff;background-color:var(--bg-color)}table.form_results.with_frm_style tr.frm_odd,.frm-grid .frm_odd{background-color:var(--bg-color)}.frm_color_block{background-color:#ecf0f5;padding:40px}.with_frm_style .frm-show-form .frm_color_block.frm_section_heading h3,.frm_color_block.frm_section_heading h3{border-width:0!important}.frm_collapse .ui-icon{display:inline-block}.frm_toggle_container{border:1px solid #fff0}.frm_toggle_container ul{margin:5px 0;padding-left:0;list-style-type:none}.frm_toggle_container .frm_month_heading{text-indent:15px}.frm_toggle_container .frm_month_listing{margin-left:40px}#frm_loading{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999}#frm_loading h3{font-weight:500;padding-bottom:15px;color:#fff;font-size:24px}#frm_loading_content{position:fixed;top:20%;left:33%;width:33%;text-align:center;padding-top:30px;font-weight:700;z-index:9999999}#frm_loading img{max-width:100%}#frm_loading .progress{border-radius:4px;box-shadow:0 1px 2px rgb(0 0 0 / .1) inset;height:20px;margin-bottom:20px;overflow:hidden}#frm_loading .progress.active .progress-bar{animation:2s linear 0s normal none infinite progress-bar-stripes}#frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg,var(--border-color) 25%,#fff0 25%,#fff0 50%,var(--border-color) 50%,var(--border-color) 75%,#fff0 75%,#fff0);background-size:40px 40px}#frm_loading .progress-bar{background-color:var(--bg-color);box-shadow:0 -1px 0 rgb(0 0 0 / .15) inset;float:left;height:100%;line-height:20px;text-align:center;transition:width 0.6s ease 0s;width:100%}.frm_image_from_url{height:50px}.frm-loading-img{background:url(https://laminaatxxl.nl/wp-content/plugins/formidable/images/ajax_loader.gif) no-repeat center center;padding:6px 12px}select.frm_loading_lookup{background-image:url(https://laminaatxxl.nl/wp-content/plugins/formidable/images/ajax_loader.gif)!important;background-position:10px;background-repeat:no-repeat;color:transparent!important}.frm_screen_reader{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.frm_screen_reader.frm_hidden{display:initial}.frm_clear_none{clear:none}.frm_clear{clear:both}.frm_form_field.frm_alignright{float:right!important}.with_frm_style .frm_form_field{clear:both}.frm_combo_inputs_container,.frm_grid_container,.frm_form_fields .frm_section_heading,.frm_form_fields .frm_fields_container{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:max-content;grid-gap:0 2%}.frm_combo_inputs_container>*,.frm_grid_container>*,.frm_section_heading>*,.frm_fields_container .frm_form_field,.frm_fields_container>*{grid-column:span 12 / span 12}.frm_inline,.frm_form_field.frm_left_inline,.frm_form_field.frm_first_inline,.frm_form_field.frm_inline,.frm_submit.frm_inline,.frm_form_field.frm_right_inline,.frm_form_field.frm_last_inline{width:auto;grid-column:span 2 / span 2}.frm6,.frm_half,.frm_form_field.frm_three_fifths,.frm_form_field.frm6,.frm_submit.frm6,.frm_form_field.frm_left_half,.frm_form_field.frm_right_half,.frm_form_field.frm_first_half,.frm_form_field.frm_last_half,.frm_form_field.frm_half,.frm_submit.frm_half{grid-column:span 6 / span 6}.frm4,.frm_third,.frm_form_field.frm_two_fifths,.frm_form_field.frm4,.frm_submit.frm4,.frm_form_field.frm_left_third,.frm_form_field.frm_third,.frm_submit.frm_third,.frm_form_field.frm_right_third,.frm_form_field.frm_first_third,.frm_form_field.frm_last_third{grid-column:span 4 / span 4}.frm8,.frm_two_thirds,.frm_form_field.frm8,.frm_submit.frm8,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_right_two_thirds,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_last_two_thirds,.frm_form_field.frm_two_thirds{grid-column:span 8/span 8}.frm3,.frm_fourth,.frm_form_field.frm3,.frm_submit.frm3,.frm_form_field.frm_left_fourth,.frm_form_field.frm_fourth,.frm_submit.frm_fourth,.frm_form_field.frm_right_fourth,.frm_form_field.frm_first_fourth,.frm_form_field.frm_last_fourth{grid-column:span 3/span 3}.frm9,.frm_three_fourths,.frm_form_field.frm_four_fifths,.frm_form_field.frm9,.frm_submit.frm9,.frm_form_field.frm_three_fourths{grid-column:span 9/span 9}.frm_form_field.frm_left_fifth,.frm_form_field.frm_fifth,.frm_submit.frm_fifth,.frm_form_field.frm_right_fifth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_last_fifth{grid-column:span 2/span 2}.frm2,.frm_sixth,.frm_form_field.frm2,.frm_submit.frm2,.frm_form_field.frm_sixth,.frm_submit.frm_sixth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_last_sixth{grid-column:span 2/span 2}.frm10,.frm_form_field.frm10,.frm_submit.frm10{grid-column:span 10/span 10}.frm1,.frm_form_field.frm1,.frm_submit.frm1,.frm_form_field.frm_seventh,.frm_submit.frm_seventh,.frm_form_field.frm_first_seventh,.frm_form_field.frm_last_seventh.frm_form_field.frm_eighth,.frm_submit.frm_eighth,.frm_form_field.frm_first_eighth,.frm_form_field.frm_last_eighth{grid-column:span 1/span 1}.frm5,.frm_form_field.frm5,.frm_submit.frm5{grid-column:span 5/span 5}.frm7,.frm_form_field.frm7,.frm_submit.frm7{grid-column:span 7/span 7}.frm11,.frm_form_field.frm11,.frm_submit.frm11{grid-column:span 11/span 11}.frm12,.frm_full,.frm_full .wp-editor-wrap,.frm_full>input:not([type="checkbox"]):not([type="radio"]):not([type="button"]),.frm_full select,.frm_full textarea{width:100%!important;grid-column:span 12/span 12;box-sizing:border-box}.frm_full .wp-editor-wrap input{width:auto!important}.frm_first,.frm_form_field.frm_left_half,.frm_form_field.frm_left_third,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_left_fourth,.frm_form_field.frm_left_fifth,.frm_form_field.frm_left_inline,.frm_form_field.frm_first_half,.frm_form_field.frm_first_third,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_first_fourth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_first_seventh,.frm_form_field.frm_first_eighth,.frm_form_field.frm_first_inline,.frm_form_field.frm_first{grid-column-start:1}.frm_last,.frm_form_field.frm_last,.frm_form_field.frm_alignright{grid-column-end:-1;justify-content:end}.with_frm_style.frm_rtl .frm_form_fields .star-rating{float:right}.with_frm_style.frm_rtl .frm_grid .frm_primary_label,.with_frm_style.frm_rtl .frm_grid_first .frm_primary_label,.with_frm_style.frm_rtl .frm_grid_odd .frm_primary_label,.with_frm_style.frm_rtl .frm_grid .frm_radio,.with_frm_style.frm_rtl .frm_grid_first .frm_radio,.with_frm_style.frm_rtl .frm_grid_odd .frm_radio,.with_frm_style.frm_rtl .frm_grid .frm_checkbox,.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox,.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox{float:right!important;margin-right:0!important}.with_frm_style.frm_rtl .frm_grid_first .frm_radio label input,.with_frm_style.frm_rtl .frm_grid .frm_radio label input,.with_frm_style.frm_rtl .frm_grid_odd .frm_radio label input,.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox label input,.with_frm_style.frm_rtl .frm_grid .frm_checkbox label input,.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox label input{float:left}.with_frm_style.frm_rtl .frm_catlevel_2,.with_frm_style.frm_rtl .frm_catlevel_3,.with_frm_style.frm_rtl .frm_catlevel_4,.with_frm_style.frm_rtl .frm_catlevel_5{margin-right:18px}.with_frm_style.frm_rtl div>.frm_time_select{margin-right:5px}.frm_form_field.frm_inline_container,.frm_form_field.frm_right_container,.frm_form_field.frm_left_container{display:grid;grid-template-columns:25% auto;width:100%;grid-auto-rows:min-content}.frm_form_field.frm_right_container{grid-template-columns:auto 25%}.frm_form_field.frm_inline_container{grid-template-columns:repeat(2,minmax(auto,max-content))}.frm_form_field.frm_inline_container .frm_primary_label,.frm_form_field.frm_right_container .frm_primary_label,.frm_form_field.frm_left_container .frm_primary_label{margin-right:10px;grid-row:span 2/span 2;padding-top:4px}.frm_form_field.frm_left_container .frm_primary_label{grid-column:1;grid-row:span 2/span 2}.frm_form_field.frm_right_container .frm_primary_label{grid-column:2;grid-row:1;margin-right:0;margin-left:10px}.frm_form_field.frm_inline_container .frm_description,.frm_form_field.frm_left_container .frm_description{grid-column:2}.frm_form_field.frm_right_container .frm_description{grid-column:1}.frm_conf_field.frm_left_container{grid-template-columns:67%}.frm_conf_field.frm_left_container .frm_description{grid-column:1}.frm-fade-in{animation-name:fadeIn;animation-duration:1s;animation-fill-mode:both}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@media only screen and (max-width:750px){.frm_grid_container.frm_no_grid_750>div{grid-column:span 12/span 12}}@media only screen and (max-width:600px){.frm_section_heading>.frm_form_field,.frm_fields_container>.frm_submit,.frm_grid_container>.frm_form_field,.frm_fields_container>.frm_form_field{grid-column:1 / span 12!important}.frm_grid_container.frm_no_grid_600,.frm_form_field.frm_inline_container,.frm_form_field.frm_right_container,.frm_form_field.frm_left_container{display:block}}.frm_conf_field.frm_left_container .frm_primary_label{display:none}.wp-editor-wrap *,.wp-editor-wrap *:after,.wp-editor-wrap *:before{box-sizing:content-box}.with_frm_style .frm_grid,.with_frm_style .frm_grid_first,.with_frm_style .frm_grid_odd{clear:both;margin-bottom:0!important;padding:5px;border-width:1px;border-style:solid;border-color:var(--border-color);border-left:none;border-right:none}.with_frm_style .frm_grid,.with_frm_style .frm_grid_odd{border-top:none}.frm_grid .frm_error,.frm_grid_first .frm_error,.frm_grid_odd .frm_error,.frm_grid .frm_limit_error,.frm_grid_first .frm_limit_error,.frm_grid_odd .frm_limit_error{display:none}.frm_grid:after,.frm_grid_first:after,.frm_grid_odd:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.frm_grid_first{margin-top:20px}.frm_grid_first,.frm_grid_odd{background-color:var(--bg-color)}.frm_grid{background-color:var(--bg-color-active)}.with_frm_style .frm_grid.frm_blank_field,.with_frm_style .frm_grid_first.frm_blank_field,.with_frm_style .frm_grid_odd.frm_blank_field{background-color:var(--error-bg);border-color:var(--error-border)}.frm_grid .frm_primary_label,.frm_grid_first .frm_primary_label,.frm_grid_odd .frm_primary_label,.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{float:left!important;display:block;margin-top:0;margin-left:0!important}.frm_grid_first .frm_radio label,.frm_grid .frm_radio label,.frm_grid_odd .frm_radio label,.frm_grid_first .frm_checkbox label,.frm_grid .frm_checkbox label,.frm_grid_odd .frm_checkbox label{color:#fff0;text-indent:-9999px;white-space:nowrap;text-align:left}.frm_grid_first .frm_radio label input,.frm_grid .frm_radio label input,.frm_grid_odd .frm_radio label input,.frm_grid_first .frm_checkbox label input,.frm_grid .frm_checkbox label input,.frm_grid_odd .frm_checkbox label input{visibility:visible;margin:2px 0 0;float:right}.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{display:inline}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox,.frm_grid_2 .frm_primary_label{width:48%!important}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox{margin-right:4%}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox,.frm_grid_3 .frm_primary_label{width:30%!important}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox{margin-right:3%}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{width:20%!important}.frm_grid_4 .frm_primary_label{width:28%!important}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{margin-right:4%}.frm_grid_5 .frm_primary_label,.frm_grid_7 .frm_primary_label{width:24%!important}.frm_grid_5 .frm_radio,.frm_grid_5 .frm_checkbox{width:17%!important;margin-right:2%}.frm_grid_6 .frm_primary_label{width:25%!important}.frm_grid_6 .frm_radio,.frm_grid_6 .frm_checkbox{width:14%!important;margin-right:1%}.frm_grid_7 .frm_primary_label{width:22%!important}.frm_grid_7 .frm_radio,.frm_grid_7 .frm_checkbox{width:12%!important;margin-right:1%}.frm_grid_8 .frm_primary_label{width:23%!important}.frm_grid_8 .frm_radio,.frm_grid_8 .frm_checkbox{width:10%!important;margin-right:1%}.frm_grid_9 .frm_primary_label{width:20%!important}.frm_grid_9 .frm_radio,.frm_grid_9 .frm_checkbox{width:9%!important;margin-right:1%}.frm_grid_10 .frm_primary_label{width:19%!important}.frm_grid_10 .frm_radio,.frm_grid_10 .frm_checkbox{width:8%!important;margin-right:1%}.frm_form_field.frm_inline_container .frm_opt_container,.frm_form_field.frm_right_container .frm_opt_container,.frm_form_field.frm_left_container .frm_opt_container{padding-top:4px}.with_frm_style .frm_left_container>select.auto_width,.with_frm_style .frm_right_container>select.auto_width{width:max-content}.with_frm_style .frm_right_container>.frm_primary_label,.with_frm_style .frm_right_container>select.auto_width{margin-left:auto}.with_frm_style .frm_inline_container.frm_grid_first .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_odd .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container{margin-right:0}.frm_form_field.frm_two_col .frm_opt_container,.frm_form_field.frm_three_col .frm_opt_container,.frm_form_field.frm_four_col .frm_opt_container{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:max-content;grid-gap:0 2.5%}.frm_form_field.frm_three_col .frm_opt_container{grid-template-columns:repeat(3,1fr)}.frm_form_field.frm_four_col .frm_opt_container{grid-template-columns:repeat(4,1fr)}.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox,.frm_form_field.frm_four_col .frm_radio,.frm_form_field.frm_four_col .frm_checkbox{grid-column-end:span 1}.frm_form_field .frm_checkbox,.frm_form_field .frm_radio{margin-top:0;margin-bottom:0}.frm_form_field.frm_scroll_box .frm_opt_container{height:100px;overflow:auto}.frm_html_container.frm_scroll_box,.frm_form_field.frm_html_scroll_box{height:100px;overflow:auto;background-color:var(--bg-color);border-color:var(--border-color);border-width:var(--field-border-width);border-style:var(--field-border-style);border-radius:var(--border-radius);width:var(--field-width);max-width:100%;font-size:var(--field-font-size);padding:var(--field-pad);box-sizing:border-box;outline:none;font-weight:400;box-shadow:var(--box-shadow)}.frm_form_field.frm_total_big input,.frm_form_field.frm_total_big textarea,.frm_form_field.frm_total input,.frm_form_field.frm_total textarea{opacity:1;background-color:transparent!important;border:none!important;font-weight:700;width:auto!important;height:auto!important;box-shadow:none!important;display:inline;-moz-appearance:textfield;padding:0}.frm_form_field.frm_total_big input::-webkit-outer-spin-button,.frm_form_field.frm_total_big input::-webkit-inner-spin-button,.frm_form_field.frm_total input::-webkit-outer-spin-button,.frm_form_field.frm_total input::-webkit-inner-spin-button{-webkit-appearance:none}.frm_form_field.frm_total_big input:focus,.frm_form_field.frm_total_big textarea:focus,.frm_form_field.frm_total input:focus,.frm_form_field.frm_total textarea:focus{background-color:#fff0;border:none;box-shadow:none}.frm_form_field.frm_label_justify .frm_primary_label{text-align:justify!important}.frm_form_field.frm_capitalize input,.frm_form_field.frm_capitalize select,.frm_form_field.frm_capitalize .frm_opt_container label{text-transform:capitalize}.frm_clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.frm_clearfix{display:block}.with_frm_style .frm_combo_inputs_container>.frm_form_subfield-first,.with_frm_style .frm_combo_inputs_container>.frm_form_subfield-middle,.with_frm_style .frm_combo_inputs_container>.frm_form_subfield-last{margin-bottom:0!important}.with_frm_style,.frm_forms{--progress-border-color-b:#d5d5d5;--image-size:150px}.js .frm_logic_form:not(.frm_no_hide){display:none}.with_frm_style .frm_conf_field.frm_half label.frm_conf_label{overflow:hidden;white-space:nowrap}.with_frm_style .frm_time_wrap{white-space:nowrap}.with_frm_style select.frm_time_select{white-space:pre;display:inline}.with_frm_style .frm-show-form{overflow-x:clip}.frm-slider-wrapper{position:relative;padding:1.5rem 0;min-width:100px}.frm-slider-track{width:100%;height:var(--slider-track-size);background:var(--slider-bar-color);border-radius:3px;position:absolute;transform:translateY(-50%)}.frm-slider-range{height:var(--slider-track-size);background:var(--slider-color);position:absolute;transform:translateY(-50%)}.frm-slider-handle{box-sizing:border-box;width:var(--slider-circle-size);height:var(--slider-circle-size);background:#fff;border:2px solid var(--slider-color);border-radius:50%;position:absolute;transform:translate(0%,-50%);cursor:pointer;touch-action:none}.frm-slider-handle:focus{outline:none;box-shadow:0 0 0 3px rgb(66 133 244 / .3)}.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"]{padding:var(--section-pad);margin:0;font-size:var(--section-font-size);font-family:var(--font);font-weight:var(--section-weight);color:var(--section-color);border:none;background-color:var(--section-bg-color)}.with_frm_style .frm-show-form .frm_section_heading h3.frm_trigger:focus-visible{outline:1px solid var(--border-color-active);outline-offset:2px;box-shadow:0 0 5px 0 rgb(255 165 7 / .6)}.frm_trigger .frmsvg{width:16px;height:16px;color:#667085;margin:0 2px}.frm_trigger>svg.frmsvg:nth-child(1){display:inline-block}.frm_trigger>svg.frmsvg:nth-child(2){display:none}.frm_trigger.active>svg.frmsvg:nth-child(2){display:inline-block}.frm_trigger.active>svg.frmsvg:nth-child(1){display:none}.with_frm_style .frm_repeat_sec{margin-bottom:var(--field-margin);margin-top:var(--field-margin);padding-bottom:15px;border-bottom-width:var(--section-border-width);border-bottom-style:var(--section-border-style);border-color:var(--section-border-color)}.with_frm_style .frm_repeat_sec:last-child{border-bottom:none;padding-bottom:0}.with_frm_style .frm_repeat_inline{clear:both}.frm_invisible_section .frm_form_field,.frm_invisible_section{display:none!important;visibility:hidden!important;height:0;margin:0}.frm_form_field .frm_repeat_sec .frm_add_form_row,.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row.frm_hide_add_button,.frm_form_field div.frm_repeat_grid .frm_add_form_row.frm_hide_add_button,.frm_form_field div.frm_repeat_inline .frm_add_form_row.frm_hide_add_button{transition:opacity .15s ease-in-out;pointer-events:none}.frm_form_field .frm_repeat_sec .frm_add_form_row,.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row.frm_hide_add_button{display:none}.frm_hide_remove_button.frm_remove_form_row{display:none!important}.frm_form_field div.frm_repeat_grid .frm_add_form_row.frm_hide_add_button,.frm_form_field div.frm_repeat_inline .frm_add_form_row.frm_hide_add_button{visibility:hidden}.frm_form_field div.frm_repeat_grid .frm_add_form_row,.frm_form_field div.frm_repeat_inline .frm_add_form_row,.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row{display:inline-flex;visibility:visible;pointer-events:auto}.frm_form_fields .frm_section_heading.frm_hidden{display:none}.frm_repeat_buttons a.frm_remove_form_row,.frm_repeat_buttons a.frm_add_form_row{display:inline-flex;align-items:center;gap:8px;line-height:normal}.frm_repeat_buttons .frmsvg{width:12px;height:12px}.frm_repeat_grid .frm_button,.frm_repeat_inline .frm_button,.frm_repeat_sec .frm_button{display:inline-block;line-height:1}.frm_form_field .frm_repeat_grid~.frm_repeat_grid .frm_form_field .frm_primary_label{display:none!important}.frm_section_heading.frm_no_border_top h3[class*="frm_pos_"]{border-top:none!important}.with_frm_style .frm_input_group{position:relative;display:flex;align-items:stretch;width:100%}.with_frm_style .frm_input_group.frm_hidden{display:none}.with_frm_style .frm_inline_box{display:flex;text-align:center;align-items:center;font-size:var(--field-font-size);padding:0 12px;color:var(--form-desc-color);border-width:var(--field-border-width);border-style:var(--field-border-style);border-color:var(--border-color);background-color:var(--bg-color-disabled);border-radius:var(--border-radius);width:auto}.with_frm_style .frm_input_group .frm_inline_box:first-child{margin-right:-1px;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.with_frm_style .frm_input_group .frm_slimselect+.frm_inline_box,.with_frm_style .frm_input_group select+.frm_inline_box,.with_frm_style .frm_input_group .frm_slimselect+.frm_inline_box,.with_frm_style .frm_input_group input+.frm_inline_box,.with_frm_style .frm_input_group .frm_show_password_wrapper+.frm_inline_box{margin-left:-1px;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.with_frm_style .frm_input_group .frm_slimselect,.with_frm_style .frm_input_group>select,.with_frm_style .frm_input_group>input{position:relative;flex:1 1 auto;width:1%!important;min-width:0;margin-top:0;margin-bottom:0;display:block}.with_frm_style .frm_input_group.frm_with_pre .frm_slimselect,.with_frm_style .frm_input_group.frm_with_pre>select,.with_frm_style .frm_input_group.frm_with_pre>input,.with_frm_style .frm_input_group.frm_with_pre>.frm_show_password_wrapper>input{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.with_frm_style .frm_input_group.frm_with_post .frm_slimselect,.with_frm_style .frm_input_group.frm_with_post>select,.with_frm_style .frm_input_group.frm_with_post>input,.with_frm_style .frm_input_group.frm_with_post>.frm_show_password_wrapper>input{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.ss-content.frm_slimselect{padding:0!important}.with_frm_style .ss-value-delete{border-left:none!important;padding-left:0!important}.with_frm_style .ss-main{display:flex!important;--ss-font-color:var(--text-color);--ss-border-color:var(--border-color);--ss-border-radius:var(--border-radius);--ss-bg-color:var(--bg-color);--ss-spacing-s:6px;--ss-spacing-m:10px;--ss-main-height:var(--field-height);border-width:var(--fieldset);font-size:var(--field-font-size);line-height:1.3;align-self:baseline;margin-top:3px;font-family:var(--font)}.ss-content.frm_slimselect{font-size:var(--field-font-size);font-family:var(--font);height:auto;display:flex}.with_frm_style .ss-main .ss-values .ss-value .ss-value-text{padding:2px var(--ss-spacing-s)}.ss-content.frm_slimselect.frm_slimselect_rtl{direction:rtl}.ss-content.frm_slimselect.frm_slimselect_rtl .ss-search input{text-align:right}.ss-main.frm_slimselect.frm_slimselect_rtl .ss-value-delete{margin-left:var(--ss-spacing-m)}.ss-main.frm_slimselect .ss-values .ss-placeholder{padding:0}.frm_fields_container .frm_form_field .ss-main.auto_width{width:auto!important;display:inline-flex!important}.ss-main.frm_slimselect .ss-arrow{margin-left:var(--ss-spacing-s);margin-right:0}.frm_input_group.frm_slimselect_wrapper{flex-wrap:nowrap}.frm_input_group.frm_slimselect_wrapper .frm_slimselect{border-radius:0}.frm_input_group.frm_slimselect_wrapper .ss-main.frm_slimselect{margin-top:0;height:1.7rem}.with_frm_style .frm_total input,.with_frm_style .frm_total_big input{background-color:#fff0;border:none;width:auto;box-shadow:none!important}.with_frm_style .frm_total .frm_inline_box,.with_frm_style .frm_total_big .frm_inline_box{background-color:transparent!important;border-width:0!important;box-shadow:none!important;color:var(--text-color);padding:0 3px 0 1px!important}.with_frm_style .frm_inline_total{padding:0 3px}.flatpickr-calendar,#ui-datepicker-div{background:#fff;position:absolute;display:none;z-index:999999!important}.frm-datepicker.flatpickr-calendar,.frm-datepicker.ui-datepicker{z-index:999999!important;margin-top:6px}.frm-datepicker .flatpickr-calendar,.frm-datepicker.flatpickr-calendar,.frm-datepicker .ui-datepicker,.frm-datepicker.ui-datepicker{box-sizing:border-box;min-width:282px;border-radius:var(--border-radius);padding:16px 18px;box-shadow:0 11.3px 22.6px -5.65px #1018282E}.frm-datepicker.flatpickr-calendar:not(.frm-datepicker-custom-theme),.frm-datepicker .ui-datepicker,.frm-datepicker.ui-datepicker{border:1px solid #F2F4F7}.frm-datepicker.ui-datepicker{display:none}.frm-datepicker.flatpickr-calendar.inline{max-width:40em}.frm-datepicker .ui-datepicker .ui-datepicker-header,.frm-datepicker.ui-datepicker .ui-datepicker-header{padding:6px 0 12px;position:relative}.frm-datepicker.flatpickr-calendar .flatpickr-monthDropdown-months,.frm-datepicker.flatpickr-calendar .numInputWrapper,.frm-datepicker .ui-datepicker-title select.ui-datepicker-month,.frm-datepicker .ui-datepicker-title select.ui-datepicker-year{min-height:unset;width:33%;padding:4px 5px 5px;line-height:14px;margin:0}.frm-datepicker .ui-datepicker-title select.ui-datepicker-month,.frm-datepicker .ui-datepicker-title select.ui-datepicker-year{background-color:#fff}.frm-datepicker.flatpickr-calendar:not(.inline) .flatpickr-monthDropdown-months{width:53%}.frm-datepicker .ui-datepicker-title select.ui-datepicker-month,.frm-datepicker select.ui-datepicker-month{margin-right:3px}.frm-datepicker .ui-datepicker-month,.frm-datepicker .ui-datepicker-year{max-width:100%;max-height:2em;padding:6px 10px;box-sizing:border-box;display:inline;color:#555}.frm-datepicker span.ui-datepicker-month,.frm-datepicker span.ui-datepicker-year{line-height:25px;font-weight:600}.frm-datepicker .ui-datepicker-calendar{margin:0!important}.frm-datepicker .ui-datepicker-calendar thead{color:var(--text-color);background-color:var(--bg-color)}.frm-datepicker .ui-datepicker-calendar thead th{padding:8px;font-weight:400;font-size:var(--field-font-size);color:var(--description-color)}.frm-datepicker .ui-datepicker-prev{transform:rotate(0deg)!important}.frm-datepicker .flatpickr-months .flatpickr-next-month,.frm-datepicker .ui-datepicker-next{transform:rotate(180deg)!important}.frm-datepicker .flatpickr-months .flatpickr-prev-month svg,.frm-datepicker .flatpickr-months .flatpickr-next-month svg{display:none}.frm-datepicker .flatpickr-months .flatpickr-prev-month:before,.frm-datepicker .flatpickr-months .flatpickr-next-month:before,.frm-datepicker .ui-datepicker-prev:before,.frm-datepicker .ui-datepicker-next:before{content:''!important;position:absolute;top:0;left:0;width:100%!important;height:100%!important;background-color:var(--date-head-color);mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjOThBMkIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtMTEuMDQgNy44LTIuOTEgMi43IDIuOTEgMi43Ii8+PC9zdmc+Cg==) no-repeat center;padding:0!important}.frm-datepicker.frm-datepicker-custom-theme .flatpickr-prev-month:before,.frm-datepicker.frm-datepicker-custom-theme .flatpickr-next-month:before{background-color:#fff}.frm-datepicker.frm-date-no-month-select .flatpickr-prev-month,.frm-datepicker.frm-date-no-month-select .flatpickr-next-month{display:none}.google-visualization-tooltip-item-list,.google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child{margin:1em 0!important}.google-visualization-tooltip-item{list-style-type:none!important;margin:.65em 0!important}[id^="chart__frm_pie"] .google-visualization-tooltip{pointer-events:none}.with_frm_style .frm_scale{margin-right:15px;text-align:center;float:left}.with_frm_style .frm_scale input[type=radio]{display:block!important;margin:0}.with_frm_style .frm_scale input[type=radio]:checked:before{transform:scale(1)}.frm-star-group{white-space:nowrap;display:inline-block}.frm-star-group+p{display:inline-block}.frm-star-group input{opacity:0;position:absolute!important;z-index:-1}.frm-show-form .frm-star-group .frmsvg,.frm-show-form .frm-star-group input+label.star-rating{float:none;font-size:20px;line-height:1;cursor:pointer;background:#fff0;overflow:hidden!important;clear:none;font-style:normal;vertical-align:top;position:relative;width:auto}.frm-star-group .frmsvg{display:inline-block;width:20px;height:20px;fill:#FDB022;vertical-align:text-bottom}.frm-show-form .frm-star-group input+label.star-rating{display:inline-flex;color:#fff0}.frm-show-form .frm-star-group input+label.star-rating:before{content:''}.frm-star-group input[type=radio]:checked+label:before,.frm-star-group:not(.frm-star-hovered) input[type=radio]:checked+label:before{color:#F0AD4E}.frm-star-group:not(.frm-star-hovered) input[type=radio]:checked+label,.frm-star-group input+label:hover,.frm-star-group:hover input+label:hover,.frm-star-group .star-rating-on,.frm-star-group .star-rating-hover{color:#F0AD4E}.frm-star-group .star-rating-readonly{cursor:default!important}.frm-star-group>svg+svg{margin-left:5px}.frm-star-group .star-rating .frmsvg:last-of-type,.frm-star-group .star-rating-on .frmsvg:first-of-type,.frm-star-group .star-rating-hover .frmsvg:first-of-type{display:none}.frm-star-group .star-rating-on .frmsvg:last-of-type,.frm-star-group .star-rating-hover .frmsvg:last-of-type{display:inline}.with_frm_style .frm_other_input.frm_other_full{margin-top:10px}.frm_left_container .frm_other_input{grid-column:2}.frm_inline_container.frm_other_container .frm_other_input,.frm_left_container.frm_other_container .frm_other_input{margin-left:5px}.frm_right_container.frm_other_container .frm_other_input{margin-right:5px}.frm_inline_container.frm_other_container select~.frm_other_input,.frm_right_container.frm_other_container select~.frm_other_input,.frm_left_container.frm_other_container select~.frm_other_input{margin:0}.with_frm_style input[type=file]::-webkit-file-upload-button{color:var(--text-color);background-color:var(--bg_color);padding:var(--field-pad);border-radius:var(--border-radius);border-color:var(--border-color);border-width:var(--field-border-width);border-style:var(--field-border-style)}.frm_pagination_cont ul.frm_pagination{display:inline-block;list-style:none;margin-left:0!important}.frm_pagination_cont ul.frm_pagination>li{display:inline;list-style:none;margin:2px;background-image:none}ul.frm_pagination>li.active a{text-decoration:none}.frm_pagination_cont ul.frm_pagination>li:first-child{margin-left:0}.archive-pagination.frm_pagination_cont ul.frm_pagination>li{margin:0}.frm_switch_opt{padding:0 8px 0 0;white-space:normal;display:inline;vertical-align:middle;font-size:var(--toggle-font-size);font-weight:var(--check-weight)}.frm_on_label{padding:0 0 0 8px}.frm_on_label,.frm_off_label{color:var(--check-label-color)}.frm_switch{position:relative;display:inline-block;width:40px;height:25px;vertical-align:middle}.frm_switch_block input{display:none!important}.frm_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--toggle-off-color);transition:0.4s;border-radius:30px}.frm_slider:before{border-radius:50%;position:absolute;content:"";height:23px;width:23px;left:1px;bottom:1px;background-color:#fff;transition:.4s;box-shadow:0 2px 6px rgb(41 58 82 / .31)}input:checked+.frm_switch .frm_slider{background-color:var(--toggle-on-color)}input:focus+.frm_switch .frm_slider{box-shadow:0 0 1px #3177c7}input:checked+.frm_switch .frm_slider:before{transform:translateX(15px)}.frm_rtl .frm_switch_opt{padding:0 8px}.frm_rtl .frm_slider:before{left:16px}.frm_rtl input:checked+.frm_switch .frm_slider:before{transform:none!important;left:1px}.with_frm_style .frm_range_container{padding-top:5px}.with_frm_style input[type=range]{-webkit-appearance:none;display:block;width:100%;height:var(--slider-track-size);font-size:var(--description-font-size);border-radius:calc(var(--border-radius) / 2);margin:10px 0;outline:none;background:var(--slider-bar-color)}.with_frm_style input[type=range]:focus,.with_frm_style input[type=range]:active{background:var(--slider-bar-color)}.with_frm_style input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:var(--slider-circle-size);width:var(--slider-circle-size);border:2px solid #4199FD;color:#fff;background:#fff;cursor:pointer;border-radius:50%;box-shadow:0 4px 8px -2px rgb(16 24 40 / .1)}.with_frm_style input[type=range]::-moz-range-thumb{height:var(--slider-circle-size);width:var(--slider-circle-size);border:2px solid #4199FD;color:#fff;background:#fff;cursor:pointer;border-radius:50%;box-shadow:0 4px 8px -2px rgb(16 24 40 / .1)}.with_frm_style input[type=range]::-ms-thumb{height:var(--slider-circle-size);width:var(--slider-circle-size);border:2px solid #4199FD;color:#fff;background:#fff;cursor:pointer;border-radius:50%;box-shadow:0 4px 8px -2px rgb(16 24 40 / .1)}.with_frm_style .frm_range_unit,.with_frm_style .frm_range_value{display:inline-block;padding:0 2px}.with_frm_style [class^="frm-text-"] .frm_range_unit,.with_frm_style .frm_range_container>.frm_range_unit,.with_frm_style .frm_range_container .range-value span,.with_frm_style .frm_range_value{font-size:var(--slider-font-size);color:var(--text-color);font-weight:700}.with_frm_style .frm_range_max{float:right}.with_frm_style .frm_range_container input+.frm_range_value{display:block}.frm-text-left{text-align:left}.frm-text-center{text-align:center}.frm-text-right{text-align:right}.with_frm_style .frm_dropzone{border-color:var(--border-color);border-radius:var(--border-radius);color:var(--text-color);background-color:var(--bg-color)}.with_frm_style .frm_dropzone .frm_upload_icon,.with_frm_style .frm_dropzone .dz-remove{color:var(--description-color)}.with_frm_style .frm_compact .frm_dropzone .frm_upload_icon{color:var(--submit-text-color)}.with_frm_style .frm_compact .frm_dropzone .frmsvg{width:18px;height:18px}.with_frm_style .frm_form_field:not(.frm_compact) .frm_dropzone .frmsvg{width:24px;height:24px;display:block;margin:0 auto 8px;color:#667085}.with_frm_style .frm_dropzone .frm_remove_link .frmsvg{width:18px;height:18px;cursor:pointer}.with_frm_style .frm_blank_field .frm_dropzone{border-color:var(--border-color-error);color:var(--text-color-error);background-color:var(--bg-color-error)}.with_frm_style .frm_dropzone .dz-preview .dz-progress{background:var(--progress-bg-color)}.with_frm_style .frm_dropzone .dz-preview .dz-progress .dz-upload,.with_frm_style .frm_dropzone .dz-preview.dz-complete .dz-progress{background:var(--progress-active-bg-color)}.frm_image_size_medium{--image-size:250px}.frm_image_size_large{--image-size:320px}.frm_image_size_xlarge{--image-size:400px}.frm_image_options .frm_opt_container{display:inline-flex;flex-flow:wrap;flex-direction:row;margin:0 -10px}.frm_image_options .frm_radio input[type=radio],.frm_image_options .frm_checkbox input[type=checkbox]{position:absolute!important;top:9px;right:10px;z-index:2;margin:0}.frm_checkbox label.frm-label-disabled,.frm_radio label.frm-label-disabled{opacity:.5}.frm_image_options .frm_image_option_container{border-width:var(--field-border-width);border-style:solid;border-color:var(--border-color);border-radius:var(--border-radius);display:flex;flex-wrap:wrap;box-sizing:border-box;position:relative;height:100%;width:100%;overflow:hidden}.frm_image_options .frm_image_option_container.frm_label_with_image .frm_empty_url,.frm_image_options .frm_image_option_container.frm_label_with_image img{border-bottom-left-radius:0;border-bottom-right-radius:0}.with_frm_style .vertical_radio.frm_image_options .frm_image_option>label{text-indent:0;padding-left:0}.frm_show_images.frm_image_option_container{display:inline-flex;flex-wrap:nowrap;flex-direction:column;text-align:center;align-items:center;width:150px;margin-right:10px;margin-bottom:10px}.frm-summary-page-wrapper .frm_image_option_container img{width:100%;height:150px;object-fit:cover}.frm_image_option_container .frm_selected_checkmark{display:none}.frm_image_option_container .frm_image_placeholder_icon{position:absolute}.frm_image_option_container .frm_image_placeholder_icon svg{width:63px;opacity:.2}.frm_text_label_for_image{font-size:var(--description-font-size);color:var(--description-color);text-align:center;width:100%;padding:10px;word-break:keep-all}.frm_image_options input[type="radio"]:not([disabled])+.frm_image_option_container:hover,.frm_image_options input[type="checkbox"]:not([disabled])+.frm_image_option_container:hover,input[type="radio"]:checked+.frm_image_option_container,input[type="checkbox"]:checked+.frm_image_option_container{border-color:var(--border-color-active)}input[type="radio"]:disabled+.frm_image_option_container,input[type="checkbox"]:disabled+.frm_image_option_container{opacity:.7;border-color:var(--border-color-disabled)}.frm_blank_field.frm_image_options .frm_image_option_container{border-color:var(--border-color-error)}.frm_image_options .frm_image_option_container .frm_empty_url,.frm_image_options .frm_image_option_container img{width:100%;height:150px;height:var(--image-size);object-fit:cover;border-radius:var(--border-radius)}.frm_checkbox label.frm_screen_reader.frm_hidden,.frm_radio label.frm_screen_reader.frm_hidden{width:auto}.frm_image_option_container .frm_empty_url{background:#ecf0f5;display:flex;justify-content:center;align-items:center}.horizontal_radio .frm_checkbox.frm_image_option,.horizontal_radio .frm_radio.frm_image_option{padding-left:0}.frm_checkbox.frm_image_option,.frm_radio.frm_image_option{width:var(--image-size)!important;position:relative}.frm_form_field .frm_checkbox.frm_image_option,.frm_form_field .frm_checkbox.frm_image_option+.frm_checkbox,.frm_form_field .frm_radio.frm_image_option,.frm_form_field .frm_radio.frm_image_option+.frm_radio{margin:10px}.frm_checkbox.frm_image_option label,.frm_radio.frm_image_option label{padding-left:0;margin-left:0;min-height:0;width:100%;visibility:visible}.frm_with_bg_image .frm_form_fields>fieldset{position:relative}.frm_with_bg_image .frm_form_fields>fieldset:before{content:' ';display:block;position:absolute;top:0;height:100%;background-position:50% 0;left:0;width:100%;background-image:var(--bg-image-url);background-repeat:no-repeat;background-size:cover}.frm_with_bg_image .frm_form_fields>fieldset>*:not(.frm_screen_reader){z-index:1;position:relative}.with_frm_style .frm_dropzone.dz-clickable,.with_frm_style .frm-star-group input+label,.with_frm_style .frm_rootline_group{border:var(--field-border-style) var(--field-border-width) #fff0}.with_frm_style .frm_dropzone.dz-clickable:has(button:focus),.with_frm_style .frm-star-group input:focus+label,.with_frm_style .frm_rootline_group:focus{background-color:var(--bg-color-active);border-color:var(--border-color-active);color:var(--text-color);box-shadow:0 1px 1px rgb(0 0 0 / .075) inset,0 0 8px rgb(255 165 7 / .6)}.with_frm_style .frm_range_container input[type=range]:focus::-webkit-slider-runnable-track{box-shadow:0 0 0 3px rgb(255 165 7 / .25)}.with_frm_style .frm_range_container input[type=range]:focus::-moz-range-track{box-shadow:0 0 0 3px rgb(255 165 7 / .25)}.with_frm_style .frm_rootline_group:focus-visible,.with_frm_style .frm_rootline_group input:focus-visible{outline:none}@media screen and (max-width:768px){.frm-pass-req,.frm-pass-verified{width:50%!important;white-space:nowrap}}.frm-pass-req,.frm-pass-verified{display:flex;align-items:center;float:left;width:20%;line-height:20px;font-size:12px;padding-top:4px;min-width:175px}.frm-pass-req .frmsvg,.frm-pass-verified .frmsvg{width:12px;height:12px;padding-right:4px}.passed_svg,.failed_svg{display:none!important}.frm-pass-verified .passed_svg,.frm-pass-req .failed_svg{display:inline-block!important}div.frm-password-strength{width:100%;float:left}.frm_show_password_wrapper{position:relative;display:inline-block}.frm_show_password_wrapper input[type=password],.frm_show_password_wrapper input[type=text]{padding-right:44px;display:block}.frm_show_password_wrapper button{position:absolute;top:50%;height:32px;height:var(--field-height);right:0;border:0;background:transparent!important;cursor:pointer;transform:translateY(-50%);padding:0 10px;color:#BFC3C8;color:var(--border-color);display:flex;align-items:center}.frm_show_password_wrapper button:hover{color:#BFC3C8;color:var(--border-color);background:transparent!important}.frm_show_password_wrapper button svg{width:24px;height:24px}input[type="text"]+.frm_show_password_btn svg:first-child,input[type="password"]+.frm_show_password_btn svg:last-child{display:none}.frm_show_password_btn:focus-visible{outline-offset:-6px;border-radius:8px}div.frm_repeat_grid:after,div.frm_repeat_inline:after,div.frm_repeat_sec:after{content:'';display:table;clear:both}.with_frm_style .frm-summary-page-wrapper{padding:50px;margin:25px 0 50px;border:1px solid var(--border-color);border-radius:var(--border-radius)}.with_frm_style .frm-summary-page-wrapper .frm-edit-page-btn{float:right;margin:0;padding:3px 10px;font-size:13px}.frm-summary-page-wrapper .frm-line-table th{width:40%}button .frm-icon{display:inline-block;color:inherit;width:12px;height:12px;fill:currentColor}.frm-line-table{width:100%;border-collapse:collapse;margin-top:.5em;font-size:var(--font-size)}.frm-line-table tr{background-color:#fff0;border-bottom:1px solid rgb(191 195 200 / .6)}.frm-line-table td,.frm-line-table th{border:0;padding:20px 15px;background-color:#fff0;vertical-align:top;color:var(--label-color)}.frm-line-table th{opacity:.7;font-size:1.1em;font-weight:500}.frm-line-table h3{font-size:21px;font-weight:500;margin:0}.frm_form_field .frm_total_formatted{display:inline-block;margin:5px 0 0}.frm_form_field.frm_total_big .frm_total_formatted{margin:0}.frm_form_field.frm_total_big .frm_total_formatted,.frm_form_field.frm_total_big input[type=text],.frm_form_field.frm_total_big input[type=number],.frm_form_field.frm_total_big input,.frm_form_field.frm_total_big textarea{font-size:32px;font-weight:700;line-height:44px}.frm_round{border-radius:50%}.frm_round.frm_color_block{padding:3px}.frm_square{border-radius:var(--border-radius);object-fit:cover;width:150px;height:150px}.frmsvg{max-width:100%;fill:currentColor;vertical-align:sub;display:inline-block}.frm_smaller{font-size:90%}.frm_small{font-size:14px;font-weight:400}.frm_bigger{font-size:110%}ul.frm_plain_list,ul.frm_plain_list li{list-style:none;list-style-type:none;margin-left:0;margin-right:0;padding-left:0;padding-right:0}ul.frm_inline_list li{display:inline;padding:2px}.frm_flex,.frm_full_row{display:flex;flex-direction:row;flex-wrap:wrap}.frm_full_row>li,.frm_full_row>div{flex:1;text-align:center}.frm_tiles>li,.frm_tiles>div{border:1px solid var(--border-color);border-radius:var(--border-radius);margin-top:20px;padding:25px;box-shadow:0 0 5px 1px rgb(0 0 0 / .075)}.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons svg.frm-svg-icon{fill:var(--repeat-icon-color)}.with_frm_style .frm_remove_form_row:hover,.with_frm_style .frm_add_form_row:hover{border-color:var(--submit-hover-border-color);color:var(--submit-hover-color)}.with_frm_style .frm_remove_form_row.frm_button:hover,.with_frm_style .frm_add_form_row.frm_button:hover{background:var(--submit-hover-bg-color)}.with_frm_style .frm_form_field.frm_repeat_buttons .frm_add_form_row:hover svg.frm-svg-icon,.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons .frm_remove_form_row:hover svg.frm-svg-icon,.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons .frm_add_form_row:hover svg.frmsvg,.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons .frm_remove_form_row:hover svg.frmsvg{fill:var(--submit-hover-color)}@media only screen and (min-width:601px) and (max-width:782px){.frm_repeat_inline[data-column-count="2"][data-link-format="text"] .frm_first,.frm_repeat_inline[data-column-count="2"][data-link-format="both"] .frm_first{grid-column:span 8 / span 8}.frm_repeat_inline[data-column-count="2"][data-link-format="text"] .frm_repeat_buttons,.frm_repeat_inline[data-column-count="2"][data-link-format="both"] .frm_repeat_buttons{grid-column:span 4 / span 4}}@media only screen and (min-width:783px) and (max-width:1249px){.frm_repeat_inline[data-column-count="2"][data-link-format="text"] .frm_first,.frm_repeat_inline[data-column-count="2"][data-link-format="both"] .frm_first{grid-column:span 9 / span 9}.frm_repeat_inline[data-column-count="2"][data-link-format="text"] .frm_repeat_buttons,.frm_repeat_inline[data-column-count="2"][data-link-format="both"] .frm_repeat_buttons{grid-column:span 3 / span 3}}.frm_tiles h3{margin-top:5px}.frm_forms.frm_full_submit .frm_submit button{width:100%}.frm_forms.frm_full_submit .frm_submit.frm_flex button{width:auto;flex:1}select.frm_loading_lookup[multiple="multiple"]{background-image:none!important}.with_frm_style .frm_submit button.frm_save_draft{color:var(--submit-bg-color);background:var(--submit-text-color);border-color:var(--submit-bg-color)}.frm_image_options:not(.frm_display_format_buttons) .frm_image_option_container :has(.frm_image_placeholder_icon){min-width:var(--image-size)}.with_frm_style input[type=number][readonly]::-webkit-inner-spin-button{-webkit-appearance:none}.frm_slidein .frm_form_fields>fieldset{animation-name:frmSlideInRight;animation-duration:1s}.frm_slidein.frm_going_back .frm_form_fields>fieldset{animation-name:frmSlideInLeft}.frm_slidein.frm_slideout .frm_form_fields>fieldset{animation-name:frmSlideOutLeft!important}.frm_slidein.frm_slideout.frm_going_back .frm_form_fields>fieldset{animation-name:frmSlideOutRight!important}.frm_slidein .frm-g-recaptcha .grecaptcha-badge{animation-name:fadeIn;animation-duration:2s;animation-fill-mode:both}.frm_single_product_wrap{display:flex;align-items:center}.frm_single_product_image{height:var(--image-size);width:auto;margin-right:8px}.frm_single_product_wrap .frm_empty_url{background:#ecf0f5;display:flex;justify-content:center;align-items:center;width:var(--image-size);height:var(--image-size);margin-right:8px}.frm_single_product_wrap .frm_image_placeholder_icon svg{width:63px;height:auto;opacity:.2}.form-field:not(.frm_image_options) .frm_single_product_image{display:none}@keyframes frmSlideInLeft{0%{opacity:0;transform:translate3d(-3000px,0,0)}100%{opacity:1;transform:none}}@keyframes frmSlideInRight{0%{opacity:0;transform:translate3d(3000px,0,0)}100%{opacity:1;transform:none}}@keyframes frmSlideOutLeft{0%{opacity:1;transform:none}100%{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes frmSlideOutRight{0%{opacity:1;transform:none}100%{opacity:0;transform:translate3d(2000px,0,0)}}.frm_slideup .frm_form_fields>fieldset{animation-name:frmSlideDown;animation-duration:1s;animation-fill-mode:both}.frm_slideup.frm_going_back .frm_form_fields>fieldset{animation-name:frmSlideUp}.frm_slideup.frm_slideout .frm_form_fields>fieldset{animation-name:frmSlideOutUp!important}.frm_slideup.frm_slideout.frm_going_back .frm_form_fields>fieldset{animation-name:frmSlideOutDown!important}@keyframes frmSlideUp{0%{opacity:0;transform:translate3d(0,-200px,0)}100%{opacity:1;transform:none}}@keyframes frmSlideDown{0%{opacity:0;transform:translate3d(0,200px,0)}100%{opacity:1;transform:none}}@keyframes frmSlideOutUp{0%{opacity:1;transform:none}100%{opacity:0;transform:translate3d(0,-200px,0)}}@keyframes frmSlideOutDown{0%{opacity:1;transform:none}100%{opacity:0;transform:translate3d(0,200px,0)}}:root{--ss-primary-color:#5897fb;--ss-bg-color:#ffffff;--ss-font-color:#4d4d4d;--ss-font-placeholder-color:#8d8d8d;--ss-disabled-color:#dcdee2;--ss-border-color:#dcdee2;--ss-highlight-color:#fffb8c;--ss-success-color:#00b755;--ss-error-color:#dc3545;--ss-focus-color:#5897fb;--ss-main-height:30px;--ss-content-height:300px;--ss-spacing-l:7px;--ss-spacing-m:5px;--ss-spacing-s:3px;--ss-animation-timing:0.2s;--ss-border-radius:4px}@keyframes ss-valueIn{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes ss-valueOut{0%{transform:scale(1);opacity:1}100%{transform:scale(0);opacity:0}}.ss-hide{display:none!important}.ss-main{display:flex;flex-direction:row;position:relative;user-select:none;color:var(--ss-font-color);min-height:var(--ss-main-height);width:100%;padding:var(--ss-spacing-s);cursor:pointer;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;box-sizing:border-box;transition:background-color var(--ss-animation-timing);overflow:hidden}.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-values{display:inline-flex;flex-wrap:wrap;gap:var(--ss-spacing-m);flex:1 1 100%}.ss-main .ss-values .ss-placeholder{display:flex;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);margin:auto 0 auto 0;line-height:1em;align-items:center;width:100%;color:var(--ss-font-placeholder-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-values .ss-max{display:flex;user-select:none;align-items:center;width:fit-content;font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius)}.ss-main .ss-values .ss-single{display:flex;margin:auto 0 auto var(--ss-spacing-s)}.ss-main .ss-values .ss-value{display:flex;user-select:none;align-items:center;width:fit-content;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);animation-name:ss-valueIn;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-values .ss-value.ss-value-out{animation-name:ss-valueOut;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out}.ss-main .ss-values .ss-value .ss-value-text{font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete{display:flex;align-items:center;height:var(--ss-spacing-l);width:var(--ss-spacing-l);padding:var(--ss-spacing-s) var(--ss-spacing-m);cursor:pointer;border-left:solid 1px var(--ss-bg-color);box-sizing:content-box}.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-deselect{display:flex;align-self:center;justify-content:flex-end;flex:0 1 auto;width:8px;height:8px;margin:0 var(--ss-spacing-m) 0 var(--ss-spacing-m)}.ss-main .ss-deselect svg{width:8px;height:8px}.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content{position:absolute;display:flex;height:auto;flex-direction:column;width:auto;max-height:var(--ss-content-height);box-sizing:border-box;border:solid 1px var(--ss-border-color);background-color:var(--ss-bg-color);transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);opacity:0;transform:scaleY(0);transform-origin:center top;overflow:hidden;z-index:10000}.ss-content.ss-relative{position:relative;height:100%}.ss-content.ss-open-above{flex-direction:column-reverse;opacity:1;transform:scaleY(1);transform-origin:center bottom;border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius)}.ss-content.ss-open-below{opacity:1;transform:scaleY(1);transform-origin:center top;border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius)}.ss-content .ss-search{flex:0 1 auto;display:flex;flex-direction:row;padding:var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0;padding:var(--ss-spacing-m) var(--ss-spacing-l);margin:0;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;text-align:left;box-sizing:border-box}.ss-content .ss-search input::placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;height:auto;margin:0 0 0 var(--ss-spacing-m);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius)}.ss-content .ss-search .ss-addable svg{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup.ss-close .ss-option{display:none!important}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{flex:1 1 auto;font-weight:700;color:var(--ss-font-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{flex:0 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ss-spacing-m)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{flex:0 0 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{flex:0 1 auto;display:flex;align-items:center;justify-content:center;font-size:60%;text-align:center;padding:0 var(--ss-spacing-s) 0 0}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;width:13px;height:13px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{flex:0 1 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;width:10px;height:10px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}.ss-content .ss-list .ss-option{display:flex;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);color:var(--ss-font-color);cursor:pointer;user-select:none}.ss-content .ss-list .ss-option:hover{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;background-color:var(--ss-disabled-color)}.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:var(--ss-highlight-color)}.frm_forms{--iti-hover-color:rgba(0, 0, 0, 0.05);--iti-border-color:#ccc;--iti-dialcode-color:#999;--iti-dropdown-bg:white;--iti-search-icon-color:#999;--iti-spacer-horizontal:8px;--iti-flag-height:12px;--iti-flag-width:16px;--iti-border-width:1px;--iti-arrow-height:4px;--iti-arrow-width:6px;--iti-triangle-border:calc(var(--iti-arrow-width) / 2);--iti-arrow-padding:6px;--iti-arrow-color:#555;--iti-flag-sprite-width:3904px;--iti-flag-sprite-height:12px;--iti-mobile-popup-margin:30px}.frm_forms .iti{position:relative;display:inline-block}.frm_forms .iti *{box-sizing:border-box}.frm_forms .iti__a11y-text{width:1px;height:1px;clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute}.frm_forms .iti input.iti__tel-input,.frm_forms .iti input.iti__tel-input[type="text"],.frm_forms .iti input.iti__tel-input[type="tel"]{position:relative;z-index:0;margin:0!important}.frm_forms .iti__country-container{position:absolute;top:0;bottom:0;left:0;padding:var(--iti-border-width)}.frm_forms .iti__selected-country{z-index:1;position:relative;display:flex;align-items:center;height:100%;background:none;border:0;margin:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;border-radius:0;font-weight:inherit;line-height:inherit;text-decoration:none}.frm_forms .iti__selected-country-primary{display:flex;align-items:center;height:100%;padding:0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)}.frm_forms .iti__arrow{margin-left:var(--iti-arrow-padding);width:0;height:0;border-left:var(--iti-triangle-border) solid #fff0;border-right:var(--iti-triangle-border) solid #fff0;border-top:var(--iti-arrow-height) solid var(--iti-arrow-color)}.frm_forms .iti__arrow--up{border-top:none;border-bottom:var(--iti-arrow-height) solid var(--iti-arrow-color)}.frm_forms .iti__dropdown-content{border-radius:3px;background-color:var(--iti-dropdown-bg)}.frm_forms .iti--inline-dropdown .iti__dropdown-content{position:absolute;z-index:2;margin-top:3px;margin-left:calc(var(--iti-border-width) * -1);border:var(--iti-border-width) solid var(--iti-border-color);box-shadow:1px 1px 4px rgb(0 0 0 / .2)}.frm_forms .iti__search-input{width:100%;border-width:0;border-radius:3px;padding-left:30px;padding-right:28px}.frm_forms [dir="rtl"] .iti__search-input{padding-left:inherit;padding-right:30px;background-position:right 8px center}.frm_forms .iti__search-input+.iti__country-list{border-top:1px solid var(--iti-border-color)}.frm_forms .iti__search-input::-webkit-search-cancel-button{appearance:none}.frm_forms .iti__search-input-wrapper{position:relative;display:flex;align-items:center}.frm_forms .iti__search-icon{position:absolute;left:8px;display:flex;pointer-events:none}.frm_forms [dir="rtl"] .iti__search-icon{left:auto;right:8px}.frm_forms .iti__search-icon-svg{stroke:var(--iti-search-icon-color);fill:none;stroke-width:3}.frm_forms .iti__search-clear{position:absolute;right:4px;background:#fff0;border:0;border-radius:3px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:background-color 0.15s ease;width:24px;height:24px}.frm_forms .iti__search-clear .iti__search-clear-x{stroke-width:2}.frm_forms .iti__search-clear .iti__search-clear-bg{fill:var(--iti-search-icon-color)}.frm_forms [dir="rtl"] .iti__search-clear{right:auto;left:4px}.frm_forms .iti__search-clear:hover,.frm_forms .iti__search-clear:focus-visible{background:var(--iti-hover-color);outline:none}.frm_forms .iti__no-results{text-align:center;padding:30px 0}.frm_forms .iti__country-list{list-style:none;padding:0;margin:0;cursor:pointer;overflow-y:scroll;-webkit-overflow-scrolling:touch}.frm_forms .iti--inline-dropdown .iti__country-list{max-height:185px}.frm_forms .iti--flexible-dropdown-width .iti__country-list{white-space:nowrap}@media (max-width:500px){.frm_forms .iti--flexible-dropdown-width .iti__country-list{white-space:normal}}.frm_forms .iti__country{display:flex;align-items:center;padding:8px var(--iti-spacer-horizontal);outline:none}.frm_forms .iti__dial-code{color:var(--iti-dialcode-color)}.frm_forms .iti__country.iti__highlight{background-color:var(--iti-hover-color)}.frm_forms .iti__country-list .iti__flag,.frm_forms .iti__country-name{margin-right:var(--iti-spacer-horizontal)}.frm_forms [dir="rtl"] .iti__country-list .iti__flag,.frm_forms [dir="rtl"] .iti__country-name{margin-right:0;margin-left:var(--iti-spacer-horizontal)}.frm_forms .iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) button.iti__selected-country{cursor:pointer}.frm_forms .iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country-primary:hover,.frm_forms .iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country:has(+.iti__dropdown-content:hover) .iti__selected-country-primary{background-color:var(--iti-hover-color)}.frm_forms .iti .iti__selected-dial-code{margin-left:4px}.frm_forms .iti--container{position:fixed;top:-1000px;left:-1000px;z-index:1060;padding:var(--iti-border-width)}.frm_forms .iti--container:hover{cursor:pointer}.frm_forms .iti__hide{display:none}.frm_forms .iti__v-hide{visibility:hidden}.frm_forms .iti--fullscreen-popup.iti--container{background-color:rgb(0 0 0 / .5);top:0;bottom:0;left:0;right:0;position:fixed;padding:var(--iti-mobile-popup-margin);display:flex;flex-direction:column;justify-content:flex-start}.frm_forms .iti--fullscreen-popup .iti__dropdown-content{display:flex;flex-direction:column;max-height:100%;position:relative}.frm_forms .iti--fullscreen-popup .iti__country{padding:10px 10px;line-height:1.5em}.frm_forms .iti__flag{--iti-flag-offset:100px;height:var(--iti-flag-height);width:var(--iti-flag-width);border-radius:1px;box-shadow:0 0 1px 0 #888;background-repeat:no-repeat;background-position:var(--iti-flag-offset) 0;background-size:var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)}.frm_forms .iti__ac{--iti-flag-offset:0px}.frm_forms .iti__ad{--iti-flag-offset:-16px}.frm_forms .iti__ae{--iti-flag-offset:-32px}.frm_forms .iti__af{--iti-flag-offset:-48px}.frm_forms .iti__ag{--iti-flag-offset:-64px}.frm_forms .iti__ai{--iti-flag-offset:-80px}.frm_forms .iti__al{--iti-flag-offset:-96px}.frm_forms .iti__am{--iti-flag-offset:-112px}.frm_forms .iti__ao{--iti-flag-offset:-128px}.frm_forms .iti__ar{--iti-flag-offset:-144px}.frm_forms .iti__as{--iti-flag-offset:-160px}.frm_forms .iti__at{--iti-flag-offset:-176px}.frm_forms .iti__au{--iti-flag-offset:-192px}.frm_forms .iti__aw{--iti-flag-offset:-208px}.frm_forms .iti__ax{--iti-flag-offset:-224px}.frm_forms .iti__az{--iti-flag-offset:-240px}.frm_forms .iti__ba{--iti-flag-offset:-256px}.frm_forms .iti__bb{--iti-flag-offset:-272px}.frm_forms .iti__bd{--iti-flag-offset:-288px}.frm_forms .iti__be{--iti-flag-offset:-304px}.frm_forms .iti__bf{--iti-flag-offset:-320px}.frm_forms .iti__bg{--iti-flag-offset:-336px}.frm_forms .iti__bh{--iti-flag-offset:-352px}.frm_forms .iti__bi{--iti-flag-offset:-368px}.frm_forms .iti__bj{--iti-flag-offset:-384px}.frm_forms .iti__bl{--iti-flag-offset:-400px}.frm_forms .iti__bm{--iti-flag-offset:-416px}.frm_forms .iti__bn{--iti-flag-offset:-432px}.frm_forms .iti__bo{--iti-flag-offset:-448px}.frm_forms .iti__bq{--iti-flag-offset:-464px}.frm_forms .iti__br{--iti-flag-offset:-480px}.frm_forms .iti__bs{--iti-flag-offset:-496px}.frm_forms .iti__bt{--iti-flag-offset:-512px}.frm_forms .iti__bw{--iti-flag-offset:-528px}.frm_forms .iti__by{--iti-flag-offset:-544px}.frm_forms .iti__bz{--iti-flag-offset:-560px}.frm_forms .iti__ca{--iti-flag-offset:-576px}.frm_forms .iti__cc{--iti-flag-offset:-592px}.frm_forms .iti__cd{--iti-flag-offset:-608px}.frm_forms .iti__cf{--iti-flag-offset:-624px}.frm_forms .iti__cg{--iti-flag-offset:-640px}.frm_forms .iti__ch{--iti-flag-offset:-656px}.frm_forms .iti__ci{--iti-flag-offset:-672px}.frm_forms .iti__ck{--iti-flag-offset:-688px}.frm_forms .iti__cl{--iti-flag-offset:-704px}.frm_forms .iti__cm{--iti-flag-offset:-720px}.frm_forms .iti__cn{--iti-flag-offset:-736px}.frm_forms .iti__co{--iti-flag-offset:-752px}.frm_forms .iti__cr{--iti-flag-offset:-768px}.frm_forms .iti__cu{--iti-flag-offset:-784px}.frm_forms .iti__cv{--iti-flag-offset:-800px}.frm_forms .iti__cw{--iti-flag-offset:-816px}.frm_forms .iti__cx{--iti-flag-offset:-832px}.frm_forms .iti__cy{--iti-flag-offset:-848px}.frm_forms .iti__cz{--iti-flag-offset:-864px}.frm_forms .iti__de{--iti-flag-offset:-880px}.frm_forms .iti__dj{--iti-flag-offset:-896px}.frm_forms .iti__dk{--iti-flag-offset:-912px}.frm_forms .iti__dm{--iti-flag-offset:-928px}.frm_forms .iti__do{--iti-flag-offset:-944px}.frm_forms .iti__dz{--iti-flag-offset:-960px}.frm_forms .iti__ec{--iti-flag-offset:-976px}.frm_forms .iti__ee{--iti-flag-offset:-992px}.frm_forms .iti__eg{--iti-flag-offset:-1008px}.frm_forms .iti__eh{--iti-flag-offset:-1024px}.frm_forms .iti__er{--iti-flag-offset:-1040px}.frm_forms .iti__es{--iti-flag-offset:-1056px}.frm_forms .iti__et{--iti-flag-offset:-1072px}.frm_forms .iti__fi{--iti-flag-offset:-1088px}.frm_forms .iti__fj{--iti-flag-offset:-1104px}.frm_forms .iti__fk{--iti-flag-offset:-1120px}.frm_forms .iti__fm{--iti-flag-offset:-1136px}.frm_forms .iti__fo{--iti-flag-offset:-1152px}.frm_forms .iti__fr{--iti-flag-offset:-1168px}.frm_forms .iti__ga{--iti-flag-offset:-1184px}.frm_forms .iti__gb{--iti-flag-offset:-1200px}.frm_forms .iti__gd{--iti-flag-offset:-1216px}.frm_forms .iti__ge{--iti-flag-offset:-1232px}.frm_forms .iti__gf{--iti-flag-offset:-1248px}.frm_forms .iti__gg{--iti-flag-offset:-1264px}.frm_forms .iti__gh{--iti-flag-offset:-1280px}.frm_forms .iti__gi{--iti-flag-offset:-1296px}.frm_forms .iti__gl{--iti-flag-offset:-1312px}.frm_forms .iti__gm{--iti-flag-offset:-1328px}.frm_forms .iti__gn{--iti-flag-offset:-1344px}.frm_forms .iti__gp{--iti-flag-offset:-1360px}.frm_forms .iti__gq{--iti-flag-offset:-1376px}.frm_forms .iti__gr{--iti-flag-offset:-1392px}.frm_forms .iti__gt{--iti-flag-offset:-1408px}.frm_forms .iti__gu{--iti-flag-offset:-1424px}.frm_forms .iti__gw{--iti-flag-offset:-1440px}.frm_forms .iti__gy{--iti-flag-offset:-1456px}.frm_forms .iti__hk{--iti-flag-offset:-1472px}.frm_forms .iti__hn{--iti-flag-offset:-1488px}.frm_forms .iti__hr{--iti-flag-offset:-1504px}.frm_forms .iti__ht{--iti-flag-offset:-1520px}.frm_forms .iti__hu{--iti-flag-offset:-1536px}.frm_forms .iti__id{--iti-flag-offset:-1552px}.frm_forms .iti__ie{--iti-flag-offset:-1568px}.frm_forms .iti__il{--iti-flag-offset:-1584px}.frm_forms .iti__im{--iti-flag-offset:-1600px}.frm_forms .iti__in{--iti-flag-offset:-1616px}.frm_forms .iti__io{--iti-flag-offset:-1632px}.frm_forms .iti__iq{--iti-flag-offset:-1648px}.frm_forms .iti__ir{--iti-flag-offset:-1664px}.frm_forms .iti__is{--iti-flag-offset:-1680px}.frm_forms .iti__it{--iti-flag-offset:-1696px}.frm_forms .iti__je{--iti-flag-offset:-1712px}.frm_forms .iti__jm{--iti-flag-offset:-1728px}.frm_forms .iti__jo{--iti-flag-offset:-1744px}.frm_forms .iti__jp{--iti-flag-offset:-1760px}.frm_forms .iti__ke{--iti-flag-offset:-1776px}.frm_forms .iti__kg{--iti-flag-offset:-1792px}.frm_forms .iti__kh{--iti-flag-offset:-1808px}.frm_forms .iti__ki{--iti-flag-offset:-1824px}.frm_forms .iti__km{--iti-flag-offset:-1840px}.frm_forms .iti__kn{--iti-flag-offset:-1856px}.frm_forms .iti__kp{--iti-flag-offset:-1872px}.frm_forms .iti__kr{--iti-flag-offset:-1888px}.frm_forms .iti__kw{--iti-flag-offset:-1904px}.frm_forms .iti__ky{--iti-flag-offset:-1920px}.frm_forms .iti__kz{--iti-flag-offset:-1936px}.frm_forms .iti__la{--iti-flag-offset:-1952px}.frm_forms .iti__lb{--iti-flag-offset:-1968px}.frm_forms .iti__lc{--iti-flag-offset:-1984px}.frm_forms .iti__li{--iti-flag-offset:-2000px}.frm_forms .iti__lk{--iti-flag-offset:-2016px}.frm_forms .iti__lr{--iti-flag-offset:-2032px}.frm_forms .iti__ls{--iti-flag-offset:-2048px}.frm_forms .iti__lt{--iti-flag-offset:-2064px}.frm_forms .iti__lu{--iti-flag-offset:-2080px}.frm_forms .iti__lv{--iti-flag-offset:-2096px}.frm_forms .iti__ly{--iti-flag-offset:-2112px}.frm_forms .iti__ma{--iti-flag-offset:-2128px}.frm_forms .iti__mc{--iti-flag-offset:-2144px}.frm_forms .iti__md{--iti-flag-offset:-2160px}.frm_forms .iti__me{--iti-flag-offset:-2176px}.frm_forms .iti__mf{--iti-flag-offset:-2192px}.frm_forms .iti__mg{--iti-flag-offset:-2208px}.frm_forms .iti__mh{--iti-flag-offset:-2224px}.frm_forms .iti__mk{--iti-flag-offset:-2240px}.frm_forms .iti__ml{--iti-flag-offset:-2256px}.frm_forms .iti__mm{--iti-flag-offset:-2272px}.frm_forms .iti__mn{--iti-flag-offset:-2288px}.frm_forms .iti__mo{--iti-flag-offset:-2304px}.frm_forms .iti__mp{--iti-flag-offset:-2320px}.frm_forms .iti__mq{--iti-flag-offset:-2336px}.frm_forms .iti__mr{--iti-flag-offset:-2352px}.frm_forms .iti__ms{--iti-flag-offset:-2368px}.frm_forms .iti__mt{--iti-flag-offset:-2384px}.frm_forms .iti__mu{--iti-flag-offset:-2400px}.frm_forms .iti__mv{--iti-flag-offset:-2416px}.frm_forms .iti__mw{--iti-flag-offset:-2432px}.frm_forms .iti__mx{--iti-flag-offset:-2448px}.frm_forms .iti__my{--iti-flag-offset:-2464px}.frm_forms .iti__mz{--iti-flag-offset:-2480px}.frm_forms .iti__na{--iti-flag-offset:-2496px}.frm_forms .iti__nc{--iti-flag-offset:-2512px}.frm_forms .iti__ne{--iti-flag-offset:-2528px}.frm_forms .iti__nf{--iti-flag-offset:-2544px}.frm_forms .iti__ng{--iti-flag-offset:-2560px}.frm_forms .iti__ni{--iti-flag-offset:-2576px}.frm_forms .iti__nl{--iti-flag-offset:-2592px}.frm_forms .iti__no{--iti-flag-offset:-2608px}.frm_forms .iti__np{--iti-flag-offset:-2624px}.frm_forms .iti__nr{--iti-flag-offset:-2640px}.frm_forms .iti__nu{--iti-flag-offset:-2656px}.frm_forms .iti__nz{--iti-flag-offset:-2672px}.frm_forms .iti__om{--iti-flag-offset:-2688px}.frm_forms .iti__pa{--iti-flag-offset:-2704px}.frm_forms .iti__pe{--iti-flag-offset:-2720px}.frm_forms .iti__pf{--iti-flag-offset:-2736px}.frm_forms .iti__pg{--iti-flag-offset:-2752px}.frm_forms .iti__ph{--iti-flag-offset:-2768px}.frm_forms .iti__pk{--iti-flag-offset:-2784px}.frm_forms .iti__pl{--iti-flag-offset:-2800px}.frm_forms .iti__pm{--iti-flag-offset:-2816px}.frm_forms .iti__pr{--iti-flag-offset:-2832px}.frm_forms .iti__ps{--iti-flag-offset:-2848px}.frm_forms .iti__pt{--iti-flag-offset:-2864px}.frm_forms .iti__pw{--iti-flag-offset:-2880px}.frm_forms .iti__py{--iti-flag-offset:-2896px}.frm_forms .iti__qa{--iti-flag-offset:-2912px}.frm_forms .iti__re{--iti-flag-offset:-2928px}.frm_forms .iti__ro{--iti-flag-offset:-2944px}.frm_forms .iti__rs{--iti-flag-offset:-2960px}.frm_forms .iti__ru{--iti-flag-offset:-2976px}.frm_forms .iti__rw{--iti-flag-offset:-2992px}.frm_forms .iti__sa{--iti-flag-offset:-3008px}.frm_forms .iti__sb{--iti-flag-offset:-3024px}.frm_forms .iti__sc{--iti-flag-offset:-3040px}.frm_forms .iti__sd{--iti-flag-offset:-3056px}.frm_forms .iti__se{--iti-flag-offset:-3072px}.frm_forms .iti__sg{--iti-flag-offset:-3088px}.frm_forms .iti__sh{--iti-flag-offset:-3104px}.frm_forms .iti__si{--iti-flag-offset:-3120px}.frm_forms .iti__sj{--iti-flag-offset:-3136px}.frm_forms .iti__sk{--iti-flag-offset:-3152px}.frm_forms .iti__sl{--iti-flag-offset:-3168px}.frm_forms .iti__sm{--iti-flag-offset:-3184px}.frm_forms .iti__sn{--iti-flag-offset:-3200px}.frm_forms .iti__so{--iti-flag-offset:-3216px}.frm_forms .iti__sr{--iti-flag-offset:-3232px}.frm_forms .iti__ss{--iti-flag-offset:-3248px}.frm_forms .iti__st{--iti-flag-offset:-3264px}.frm_forms .iti__sv{--iti-flag-offset:-3280px}.frm_forms .iti__sx{--iti-flag-offset:-3296px}.frm_forms .iti__sy{--iti-flag-offset:-3312px}.frm_forms .iti__sz{--iti-flag-offset:-3328px}.frm_forms .iti__tc{--iti-flag-offset:-3344px}.frm_forms .iti__td{--iti-flag-offset:-3360px}.frm_forms .iti__tg{--iti-flag-offset:-3376px}.frm_forms .iti__th{--iti-flag-offset:-3392px}.frm_forms .iti__tj{--iti-flag-offset:-3408px}.frm_forms .iti__tk{--iti-flag-offset:-3424px}.frm_forms .iti__tl{--iti-flag-offset:-3440px}.frm_forms .iti__tm{--iti-flag-offset:-3456px}.frm_forms .iti__tn{--iti-flag-offset:-3472px}.frm_forms .iti__to{--iti-flag-offset:-3488px}.frm_forms .iti__tr{--iti-flag-offset:-3504px}.frm_forms .iti__tt{--iti-flag-offset:-3520px}.frm_forms .iti__tv{--iti-flag-offset:-3536px}.frm_forms .iti__tw{--iti-flag-offset:-3552px}.frm_forms .iti__tz{--iti-flag-offset:-3568px}.frm_forms .iti__ua{--iti-flag-offset:-3584px}.frm_forms .iti__ug{--iti-flag-offset:-3600px}.frm_forms .iti__us{--iti-flag-offset:-3616px}.frm_forms .iti__uy{--iti-flag-offset:-3632px}.frm_forms .iti__uz{--iti-flag-offset:-3648px}.frm_forms .iti__va{--iti-flag-offset:-3664px}.frm_forms .iti__vc{--iti-flag-offset:-3680px}.frm_forms .iti__ve{--iti-flag-offset:-3696px}.frm_forms .iti__vg{--iti-flag-offset:-3712px}.frm_forms .iti__vi{--iti-flag-offset:-3728px}.frm_forms .iti__vn{--iti-flag-offset:-3744px}.frm_forms .iti__vu{--iti-flag-offset:-3760px}.frm_forms .iti__wf{--iti-flag-offset:-3776px}.frm_forms .iti__ws{--iti-flag-offset:-3792px}.frm_forms .iti__xk{--iti-flag-offset:-3808px}.frm_forms .iti__ye{--iti-flag-offset:-3824px}.frm_forms .iti__yt{--iti-flag-offset:-3840px}.frm_forms .iti__za{--iti-flag-offset:-3856px}.frm_forms .iti__zm{--iti-flag-offset:-3872px}.frm_forms .iti__zw{--iti-flag-offset:-3888px}.frm_forms .iti__globe{background-size:contain;background-position:right;box-shadow:none;height:19px}.with_frm_style .iti{width:var(--field-width);--iti-spacer-horizontal:12px;--iti-arrow-padding:4px;--iti-selected-country-arrow-padding:calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding) + 8px);--iti-hover-color:var(--bg-color-disabled)}@media only screen and (max-width:782px){.with_frm_style .iti{width:auto}}.with_frm_style .iti__country{font-size:var(--field-font-size)}.with_frm_style .iti__selected-country{background-color:unset!important}.with_frm_style .iti__flag{background-image:url(//laminaatxxl.nl/wp-content/plugins/formidable-pro/images/intl-tel-input/flags.webp);transform:scale(.9)}@media (min-resolution:2x){.with_frm_style .iti__flag{background-image:url(//laminaatxxl.nl/wp-content/plugins/formidable-pro/images/intl-tel-input/flags@2x.webp)}}.with_frm_style .iti__globe{background-image:url(//laminaatxxl.nl/wp-content/plugins/formidable-pro/images/intl-tel-input/globe.webp)}@media (min-resolution:2x){.with_frm_style .iti__globe{background-image:url(//laminaatxxl.nl/wp-content/plugins/formidable-pro/images/intl-tel-input/globe@2x.webp)}}.with_frm_style .iti__arrow{border:0;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1667 7.16669L8.00004 9.50002L5.83337 7.16669' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.with_frm_style .iti--fullscreen-popup .iti__dropdown-content{padding:20px 15px}.with_frm_style .iti__search-input-wrapper{margin:3px 8px}.with_frm_style .iti__search-input{border-width:0!important;padding-left:30px!important}.with_frm_style .iti__selected-country-primary{border-radius:var(--border-radius,8px)}@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}.frm_dropzone,.frm_dropzone *{box-sizing:border-box}.frm_form_field:not(.frm_compact) .frm_dropzone{max-width:520px}.frm_dropzone.frm_single_upload,.frm_dropzone.dz-clickable{min-height:36px;margin-top:5px;line-height:1.42857143}.frm_dropzone.dz-clickable *{cursor:default}.frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload,.frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload,.frm_form_field.frm_full .frm_dropzone.dz-started.frm_single_upload,.frm_form_field.frm_full_upload .frm_dropzone.dz-started.frm_single_upload{max-width:100%}.frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload .dz-message,.frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload .dz-message{margin:.5em 0 1em}.frm_dropzone .dz-message{border:1px dashed #98A2B3;background:#fff;padding:24px;border-radius:8px;border-radius:var(--border-radius);cursor:pointer;display:none;font-size:14px;text-align:center;margin:0}.frm_dropzone.frm_single_upload.dz-started .dz-message{display:none}.frm_dropzone.dz-clickable .dz-message,.frm_dropzone .frm_upload_icon{display:block}.frm_dropzone.dz-clickable .dz-message,.frm_dropzone.dz-clickable .dz-message *{cursor:pointer}#frm_form_editor_container .frm_dropzone.dz-clickable,#frm_form_editor_container .frm_dropzone.dz-clickable *{cursor:default}.frm_dropzone.dz-drag-hover .dz-message{opacity:.5}.frm_dropzone .frm_upload_icon:before{font-size:40px}.frm_dropzone .frm_small_text{font-size:12px;color:#98A2B3;color:var(--form-desc-color);margin-top:4px}.frm_dropzone .frm_small_text p{margin:0}.frm_dropzone.dz-drag-hover{border-style:solid}.frm_dropzone .dz-preview{display:flex;gap:8px;border-radius:8px;border-radius:var(--border-radius);padding:12px;margin-bottom:8px}.frm_form_field:not(.frm_compact) .frm_dropzone .dz-preview{border:1px solid #EAECF0}.frm_form_field:not(.frm_compact) .frm_dropzone.frm_multi_upload .dz-message+.dz-preview{margin-top:16px}.frm_dropzone .dz-preview:last-child{margin-bottom:0}.frm_dropzone .dz-preview:hover{z-index:1000}.frm_dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.frm_dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity 0.2s linear}.frm_dropzone .dz-preview .dz-remove{cursor:pointer;border:none;float:right}.frm_dropzone .dz-preview:hover .dz-details{opacity:1}.frm_dropzone .dz-preview .dz-details{font-size:14px;font-weight:500}.frm_dropzone .dz-preview .dz-details .dz-size,.frm_dropzone .dz-preview .dz-details .dz-filename{display:inline-block;overflow:hidden;white-space:nowrap}.frm_dropzone .dz-preview .dz-details .dz-size,.frm_dropzone .dz-preview .dz-details .dz-size strong{color:#98A2B3;color:var(--form-desc-color);font-weight:400}.frm_dropzone .dz-preview .dz-details .dz-filename{max-width:65%;text-overflow:ellipsis}.frm_dropzone .dz-preview .dz-details .dz-filename a{cursor:pointer}.frm_dropzone .dz-preview .dz-column{flex-grow:1;max-width:100%}.frm_dropzone .dz-preview .dz-image{max-width:30%;overflow:hidden}.frm_dropzone .dz-preview .dz-image img{max-height:32px;border-radius:8px;border-radius:var(--border-radius)}.frm_dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.frm_dropzone .dz-preview.dz-processing .dz-progress{transition:all 0.2s linear}.frm_dropzone .dz-preview .dz-progress{pointer-events:none;position:relative;height:6px;width:100%;background:#EAECF0;background:var(--progress-bg-color);-webkit-transform:scale(1);border-radius:8px;border-radius:var(--border-radius);overflow:hidden}.frm_dropzone .dz-preview .dz-progress .dz-upload,.frm_dropzone .dz-preview.dz-complete .dz-progress{background:#333;background:linear-gradient(to bottom,#666,#444)}.frm_dropzone .dz-preview .dz-progress .dz-upload{position:absolute;top:0;left:0;bottom:0;width:0;transition:width 300ms ease-in-out}.frm_dropzone .dz-preview.dz-error .dz-error-message{display:block;opacity:1;pointer-events:auto}.frm_dropzone .dz-preview .dz-error-message{pointer-events:none;display:none;opacity:0;transition:opacity 0.3s ease;color:#B94A48;padding:.5em}.frm_dropzone .fallback input[type=file]{display:block}.frm_compact_text{display:none}.frm_compact .frm_dropzone.dz-clickable{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;padding:0;border:none;background-color:#fff0}.frm_compact .frm_dropzone.dz-clickable.frm_single_upload{max-width:100%}.frm_compact .frm_compact_text{display:inline}.frm_upload_text button,.frm_compact_text button{background:none!important;color:inherit!important;border:none;padding:0!important;font:inherit!important;font-weight:500!important;cursor:pointer!important;outline:inherit!important;height:auto!important;white-space:break-spaces}.frm_compact .frm_dropzone.dz-clickable.frm_single_upload .dz-message,.frm_compact .frm_dropzone.dz-clickable .dz-message{font-size:14px;border:1px solid #dfdfdf;background:#fff;display:inline-block;min-width:fit-content;border-radius:4px;padding:6px 11px;box-sizing:border-box;box-shadow:0 1px 1px #eee;vertical-align:middle;margin:0 0 1em}.frm_compact .frm_dropzone.frm_single_upload.dz-started .dz-message,.frm_compact .frm_dropzone.frm_single_upload.dz-started.dz-clickable .dz-message{display:none}.frm_compact .frm_dropzone .frm_upload_icon:before{font-size:22px;padding-right:7px;vertical-align:middle}.frm_compact .frm_dropzone .frm_upload_icon{display:inline}.frm_compact .frm_dropzone .dz-preview{min-height:20px;max-width:200px;margin:0 5px;padding:0;display:inline-block;border-bottom:none}.frm_compact .frm_dropzone .dz-preview.frm_clearfix:after{content:''}.frm_compact .frm_dropzone .frm_upload_text,.frm_compact .frm_dropzone .frm_small_text,.frm_compact .frm_dropzone .dz-preview .dz-image,.frm_compact .frm_dropzone .dz-preview .dz-details .dz-size{display:none}.frm_compact .frm_dropzone .dz-preview .dz-details{margin:0}.frm_compact .frm_dropzone .dz-preview .dz-column{float:none;width:100%}.frm_compact .frm_dropzone .dz-preview .dz-details .dz-filename{overflow:hidden;text-overflow:ellipsis}.frm-show-form .dz-hidden-input{display:none}.frm_rootline_group{text-align:center;margin:20px auto 30px;width:100%}ul.frm_page_bar{list-style-type:none;margin:0!important;padding:0;width:100%;display:flex;flex-wrap:wrap;box-sizing:border-box}ul.frm_rootline{align-items:baseline}ul.frm_page_bar li{display:flex;flex:1;align-items:center;justify-content:center;flex-direction:column}.frm_page_bar.frm_hidden,.frm_page_bar .frm_hidden{display:none!important}ul.frm_rootline_hidden_steps{z-index:1;display:flex;width:auto;position:absolute;background:#fff;padding:16px;gap:16px;flex-direction:column;border-radius:6px;box-shadow:0 8px 24px rgb(40 47 54 / 15%);top:calc(var(--progress-size) + 10px)}.frm_show_titles ul.frm_rootline_hidden_steps{min-width:min(100%, 400px)}ul.frm_rootline_hidden_steps li{white-space:nowrap;text-align:start;z-index:1;cursor:pointer;flex-direction:row;gap:16px;position:relative}.frm_rootline_hidden_steps li span.frm_rootline_title.frm_prev_page_title{text-decoration:line-through;opacity:.45;font-weight:400}.frm_rtl .frm_rootline.frm_show_lines>.frm_rootline_single:first-child::after,.frm_rootline.frm_show_lines ul.frm_rootline_hidden_steps li:after,.frm_rootline.frm_show_lines>.frm_rootline_single:after{height:var(--progress-border-size);background:var(--progress-border-color);content:'';position:absolute;top:12px;top:calc(( var(--progress-size) / 2 ) - var(--progress-border-size));left:50%;width:100%;z-index:-1}.frm_rtl .frm_rootline.frm_show_lines>.frm_rootline_single::after{right:50%;left:auto}.frm_rootline.frm_show_lines ul.frm_rootline_hidden_steps li:last-child::after,.frm_rootline.frm_show_lines>.frm_rootline_single:last-child::after{content:none}.frm_rootline.frm_show_lines ul.frm_rootline_hidden_steps li:after{width:var(--progress-border-size);height:100%;top:max(50%, 20px);left:calc(( var(--progress-size) / 2 ) - var(--progress-border-size))}.frm_rtl .frm_rootline.frm_show_lines ul.frm_rootline_hidden_steps li:after{right:calc(( var(--progress-size) / 2 ) + var(--progress-border-size));left:auto}.frm_rootline_hidden_steps .frm_rootline_title{flex:1}.frm_rootline_hidden_steps .frm_rootline_single input{margin:0!important}.frm_page_bar .frm_rootline_single input{margin-bottom:2px;font-size:14px}.frm_forms .frm_page_bar input,.frm_forms .frm_page_bar input:disabled{transition:background-color 0.1s ease;color:var(--progress-color);background-color:var(--progress-bg-color);border-width:var(--progress-border-size);border-style:solid;border-color:var(--progress-border-color-b);cursor:pointer}.frm_forms .frm_page_bar input:hover,.frm_forms .frm_page_bar input:focus{color:#757575;background-color:#c9c9c9}.frm_forms .frm_rootline input{font-size:14px;font-weight:500}.frm_forms .frm_rootline input:hover{opacity:1}.frm_forms .frm_rootline input:focus{outline:none}.frm_forms .frm_rootline .frm_rootline_single input{border-width:0}.frm_forms .frm_progress_line input.frm_page_back{background-color:var(--progress-active-bg-color)}.frm_forms .frm_rootline input.frm_page_back{background-color:var(--progress-color);color:var(--progress-active-color)}.frm_forms .frm_rootline input.frm_page_back:hover,.frm_forms .frm_rootline input.frm_page_back:focus{background-color:#b6b6b6;color:#fff}.frm_forms .frm_page_bar .frm_current_page input[type="button"]{background-color:var(--progress-bg-color);border-color:var(--progress-border-color)}.frm_progress .frm_rootline_single{text-align:center;margin:0;padding:0}.frm_rootline>.frm_rootline_single{min-width:50px;position:relative;padding:0 10px;margin-left:0;margin-right:0}.frm_rootline.frm_show_titles>.frm_rootline_single{min-width:min(150px, 30%)}.frm_rootline_single input{display:flex;text-align:center;justify-content:center;margin:auto}.frm_rootline_hidden_steps .frm_rootline_single input{display:inline-block}.frm_current_page .frm_rootline_title{color:var(--progress-active-color)}.frm_rootline_title,.frm_pages_complete,.frm_percent_complete{font-size:12px;font-weight:500;padding:6px 0;color:var(--progress-color)}.frm_rootline_title{font-size:14px}.frm_pages_complete{float:right}.frm_percent_complete{float:left}.frm_forms .frm_progress_line input,.frm_forms .frm_progress_line input:disabled{width:100%;border:none;border-top:1px solid var(--progress-border-color);border-bottom:1px solid var(--progress-border-color);box-shadow:inset 0 2px 10px -10px rgb(41 58 82 / .31);margin:0;padding:0;border-radius:0;font-size:0;line-height:15px}.frm_forms .frm_progress_line.frm_show_lines input{border-left:1px solid var(--progress-color);border-right:1px solid var(--progress-color)}.frm_progress_line .frm_rootline_single{justify-content:flex-end;margin:0}.frm_forms .frm_progress_line li:first-of-type input{border-top-left-radius:15px;border-bottom-left-radius:15px;border-left:1px solid var(--progress-active-bg-color)}.frm_forms .frm_progress_line li:last-of-type input{border-top-right-radius:15px;border-bottom-right-radius:15px;border-right:1px solid var(--progress-active-bg-color)}.frm_forms .frm_progress_line li:last-of-type input.frm_page_skip{border-right:1px solid var(--progress-border-color)}.frm_forms .frm_progress_line .frm_current_page input[type="button"]{border-left:1px solid var(--progress-border-color)}.frm_forms .frm_progress_line.frm_show_lines .frm_current_page input[type="button"]{border-right:1px solid var(--progress-color)}.frm_forms .frm_progress_line input.frm_page_back{border-color:var(--progress-active-bg-color)}.frm_forms .frm_progress_line.frm_show_lines input.frm_page_back{border-left-color:var(--progress-active-bg-color);border-right-color:var(--progress-color)}.frm_rtl.frm_forms .frm_progress_line li:first-of-type input{border-top-right-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:0;border-bottom-left-radius:0;border-right:1px solid var(--progress-active-bg-color)}.frm_rtl.frm_forms .frm_progress_line li:last-of-type input{border-top-left-radius:15px;border-bottom-left-radius:15px;border-top-right-radius:0;border-bottom-right-radius:0;border-left:1px solid var(--progress-active-bg-color)}.frm_rtl.frm_forms .frm_progress_line li:last-of-type input.frm_page_skip{border-left:1px solid var(--progress-border-color);border-right:none}.frm_rtl.frm_forms .frm_progress_line .frm_current_page input[type="button"]{border-right:1px solid var(--progress-border-color);border-left:none}.frm_rtl.frm_forms .frm_progress_line.frm_show_lines .frm_current_page input[type="button"]{border-left:1px solid var(--progress-color);border-right:none}.frm_rootline_single>.frm_rootline_node{position:relative}.frm_rootline.frm_show_lines{position:relative;z-index:1}.frm_rootline.frm_show_lines span{display:block}.frm_forms .frm_rootline input{width:var(--progress-size);height:var(--progress-size);min-height:auto;border-radius:var(--progress-size);padding:0}.frm_forms input.frm_rootline_show_more_btn{font-weight:900}.frm_forms .frm_rootline.frm_no_numbers input.frm_rootline_show_more_btn{color:var(--progress-color)!important}.frm_page_bar input.frm_rootline_show_more_btn.active{opacity:1}.frm_forms .frm_rootline input:focus{border-color:var(--progress-active-bg-color)}.frm_forms .frm_rootline .frm_current_page input[type="button"]{border-color:#eb9100;background-color:var(--progress-active-bg-color);color:var(--progress-active-color)}.frm_forms .frm_progress_line input,.frm_forms .frm_progress_line input:disabled,.frm_forms .frm_progress_line .frm_current_page input[type="button"],.frm_forms .frm_rootline.frm_no_numbers input,.frm_forms .frm_rootline.frm_no_numbers .frm_current_page input[type="button"]{color:transparent!important}.frm_rootline_show_hidden_steps_btn:not(.active)>.frm_rootline_title{display:none}@media only screen and (max-width:700px){.frm_show_titles ul.frm_rootline_hidden_steps{min-width:16px}}@media only screen and (max-width:500px){.frm_rootline.frm_rootline_4 span.frm_rootline_title,.frm_rootline.frm_rootline_3 span.frm_rootline_title{display:none}}@media only screen and (max-width:900px){.frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth .frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh .frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth .frm_primary_label{display:block!important}}@media only screen and (max-width:600px){.frm_form_field.frm_four_col .frm_opt_container{grid-template-columns:repeat(2,1fr)}.with_frm_style .frm_repeat_inline,.with_frm_style .frm_repeat_grid{margin:20px 0}}@media only screen and (max-width:500px){.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox{width:auto;margin-right:0;float:none;display:block}.frm_form_field input[type=file]{max-width:220px}.with_frm_style .frm-g-recaptcha>div>div,.with_frm_style .g-recaptcha>div>div{width:inherit!important;display:block;overflow:hidden;max-width:302px;border-right:1px solid #d3d3d3;border-radius:4px;box-shadow:2px 0 4px -1px rgb(0 0 0 / .08)}.with_frm_style .g-recaptcha iframe,.with_frm_style .frm-g-recaptcha iframe{width:100%}}.frm-card-element .sq-card-wrapper .sq-card-message{margin-bottom:0}.frm-card-errors:empty{margin:0}.frm_section_heading h3{font-weight:normal!important}.frm_fields_container{margin-top:2vh}.frm_forms.frm_style_formidable-style.with_frm_style#frm_form_6_container{padding:0 16px}