@charset "UTF-8";.primaryFont{font-family:Inter,sans-serif}.secondaryFont{font-family:'NeverMind Serif Small',serif}.thirdFont{font-family:'NeverMind Serif Small',serif;font-weight:600}:root{--theme-grid-gutter:0.5rem;--theme-border-width:1px;--theme-border-color:#4f4f4f}@media only screen and (min-width :768px){:root{--theme-grid-gutter:1rem}}@media only screen and (min-width :1200px){:root{--theme-grid-gutter:1.5rem}}:root{--ease-out:cubic-bezier(0.625, 0.05, 0, 1);--ease-soft:cubic-bezier(0.33, 1, 0.68, 1);--dur-micro:0.25s;--dur-base:0.55s;--dur-slow:0.9s;--dur-draw:1.6s;--stagger:0.06s;--parallax-max:6rem}html.motion-ok [data-anim]{opacity:0}html.motion-ok [data-anim].is-revealed{opacity:1}.anim-line{will-change:transform}.is-revealed .anim-line{will-change:auto}@media (prefers-reduced-motion:reduce){html.motion-ok [data-anim]{opacity:1}}: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,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{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,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,.2s) * .5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform: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,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform: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:0}.f-button:focus-visible{outline:0;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-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{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-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{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-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev 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:#ffffff;--fancybox-content-color:#1d1d1d;--fancybox-bg:#1d1d1d;--fancybox-content-bg:#ffffff;--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:#bbbbbb;--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:transparent;overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:0;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 ::after,.fancybox__container ::before{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:rgba(29,29,29,.6);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-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::after,.fancybox__slide::before{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:4px;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 [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.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-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:1;--f-button-bg:transparent!important;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:32px;--f-button-height:32px;--f-button-border-radius:0;--f-button-color:var(--fancybox-color, #ffffff);--f-button-hover-color:var(--fancybox-color, #ffffff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:24px;--f-button-svg-height:24px;position:absolute;top:-32px;right:0;opacity:.75}.f-button.is-close-btn:focus-visible{box-shadow:none!important}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:rgba(255, 255, 255, 0.75);--f-button-hover-color:#ffffff;--f-button-outline-color:none;--f-button-bg:rgba(0, 0, 0, 0.6);--f-button-svg-width:24px;--f-button-svg-height:24px;--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) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;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:0;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .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-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:transparent;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)) * -.5);width:calc(var(--width,0) * 1px + var(--f-thumb-clip-width,0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:0;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:0}.f-thumbs__slide__button:focus-visible{outline:0;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(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24, 24, 27, 0.65);--f-button-hover-bg:rgba(70, 70, 73, 0.65);--f-button-active-bg:rgba(90, 90, 93, 0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.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}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#ffffff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:3rem;--swiper-navigation-color:#000000;--swiper-scrollbar-size:1px;--swiper-scrollbar-border-radius:0;--swiper-scrollbar-bg-color:rgba(0, 0, 0, 0.2);--swiper-scrollbar-drag-bg-color:#1d1d1d}.swiper-button-next,.swiper-button-prev{padding:0;border:1px solid rgba(0,0,0,.2);border-radius:50%;background:0 0;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}:root{--swiper-pagination-bullet-size:16px;--swiper-pagination-bullet-inactive-color:none;--swiper-pagination-color:none;--swiper-pagination-bullet-inactive-opacity:1}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2);border:1px solid rgba(255,255,255,.2);position:relative}.swiper-pagination-bullet::after{content:'';width:calc(var(--swiper-pagination-bullet-size)/ 2);height:calc(var(--swiper-pagination-bullet-size)/ 2);border-radius:50%;background:#fff;opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.3s opacity}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-bullet-active::after{opacity:1}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:3px;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:calc((var(--swiper-scrollbar-size,4px) - 3px)/ 2)}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.swiper-navigation-wrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:1rem;margin-top:1.5rem}.swiper-navigation{display:inline-flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:.5rem}@media only screen and (min-width :1200px){:root{--swiper-navigation-size:4rem}.swiper-navigation-wrapper{gap:5.25rem}.swiper-navigation{gap:1rem}.swiper-button-next svg,.swiper-button-prev svg{width:2rem}}.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:8px;border:solid 1px #ccc;box-sizing:border-box;clear:both;cursor:pointer;display:inline-block;font-family:inherit;font-weight:400;outline:0;padding:.5rem 3rem .5rem 1rem;position:relative;text-align:left!important;transition:all .2s ease-in-out;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{content:"";display:block;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='M14.1367 4.73359L1.86392 4.73359L8.00032 12.8672L14.1367 4.73359Z' fill='black'/%3E%3C/svg%3E");width:16px;height:16px;margin-top:-8px;pointer-events:none;position:absolute;right:1rem;top:50%;transition:all .2s ease-in-out}.nice-select.open:after{transform:rotateX(-180deg)}.nice-select.open .nice-select-dropdown{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{display:block;width:100%}.nice-select.wide .nice-select-dropdown{left:0!important;right:0!important}.nice-select .nice-select-dropdown{margin-top:4px;background-color:#fff;border-radius:8px;box-shadow:0 0 0 1px rgba(68,68,68,.11);pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(.75) translateY(19px);transition:all .2s cubic-bezier(.5, 0, 0, 1.25),opacity .15s ease-out;z-index:9;opacity:0}.nice-select .list{border-radius:8px;box-sizing:border-box;overflow:hidden;padding:0;max-height:210px;overflow-y:auto}.nice-select .list:hover .option:not(:hover){background-color:rgba(0,0,0,0)!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;outline:0;padding-left:1rem;padding-right:1rem;text-align:left;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:rgba(0,0,0,0);color:#999;cursor:default}.nice-select .optgroup{font-weight:700}.no-csspointerevents .nice-select .nice-select-dropdown{display:none}.no-csspointerevents .nice-select.open .nice-select-dropdown{display:block}.nice-select .list::-webkit-scrollbar{width:0}.nice-select .has-multiple{white-space:inherit;height:auto;padding:7px 12px;min-height:36px;line-height:22px}.nice-select .has-multiple span.current{border:1px solid #ccc;background:#eee;padding:0 10px;border-radius:3px;display:inline-block;line-height:24px;font-size:14px;margin-bottom:3px;margin-right:3px}.nice-select .has-multiple .multiple-options{display:block;line-height:24px;padding:0}.nice-select .nice-select-search-box{box-sizing:border-box;width:100%;padding:5px;pointer-events:none;border-radius:5px 5px 0 0}.nice-select .nice-select-search{box-sizing:border-box;background-color:#fff;border:1px solid #e8e8e8;border-radius:3px;color:#444;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;width:100%;min-height:36px;line-height:22px;height:auto;outline:0!important;font-size:14px}.Zebra_Tooltip{background:0 0;position:absolute;z-index:10}.Zebra_Tooltip .Zebra_Tooltip_Message{border-color:#fff;background:#fff;border-radius:4px;border-style:solid;border-width:0;box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);color:#1d1d1d;font-size:.875rem;line-height:1.4;min-width:318px;max-width:318px;padding:1rem;text-align:left;position:relative}.Zebra_Tooltip .Zebra_Tooltip_Arrow{width:20px;height:10px;position:absolute;overflow:hidden}.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Bottom{bottom:0}.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Bottom div{top:0;border-color:#fff transparent transparent}.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Bottom div.Zebra_Tooltip_Arrow_Border{border-color:#fff transparent transparent}.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Top{top:0}.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Top div{bottom:0;border-color:transparent transparent #fff}.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Top div.Zebra_Tooltip_Arrow_Border{border-color:transparent transparent #fff}.Zebra_Tooltip .Zebra_Tooltip_Arrow div{width:0;height:0;border-style:solid;border-width:10px;position:absolute;left:0}.Zebra_Tooltip .Zebra_Tooltip_Arrow div.Zebra_Tooltip_Arrow_Border{border-width:10px;box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);left:0}.Zebra_Tooltip .Zebra_Tooltip_Close{display:none!important}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */*,::after,::before{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}.quiz .quiz-step .step-title,h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.container{width:100%;max-width:21.5rem;margin-right:auto;margin-left:auto}.container.container-fluid{max-width:90%}.row{display:flex;flex-wrap:wrap;margin-left:calc(var(--theme-grid-gutter) * -.5);margin-right:calc(var(--theme-grid-gutter) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-left:calc(var(--theme-grid-gutter) * .5);padding-right:calc(var(--theme-grid-gutter) * .5)}.row.no-gutters{margin-right:0;margin-left:0}.row.no-gutters>.col,.row.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-12{flex:0 0 auto;width:100%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-1{flex:0 0 auto;width:8.33333333%}.order-sm-12{order:12}.order-sm-11{order:11}.order-sm-10{order:10}.order-sm-9{order:9}.order-sm-8{order:8}.order-sm-7{order:7}.order-sm-6{order:6}.order-sm-5{order:5}.order-sm-4{order:4}.order-sm-3{order:3}.order-sm-2{order:2}.order-sm-1{order:1}.offset-sm-12{margin-left:100%}.offset-sm-11{margin-left:91.66666667%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-9{margin-left:75%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-6{margin-left:50%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-3{margin-left:25%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-1{margin-left:8.33333333%}.offset-sm-0{margin-left:0}@media only screen and (min-width :768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-12{flex:0 0 auto;width:100%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-9{flex:0 0 auto;width:75%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-6{flex:0 0 auto;width:50%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-3{flex:0 0 auto;width:25%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-1{flex:0 0 auto;width:8.33333333%}.order-md-12{order:12}.order-md-11{order:11}.order-md-10{order:10}.order-md-9{order:9}.order-md-8{order:8}.order-md-7{order:7}.order-md-6{order:6}.order-md-5{order:5}.order-md-4{order:4}.order-md-3{order:3}.order-md-2{order:2}.order-md-1{order:1}.offset-md-12{margin-left:100%}.offset-md-11{margin-left:91.66666667%}.offset-md-10{margin-left:83.33333333%}.offset-md-9{margin-left:75%}.offset-md-8{margin-left:66.66666667%}.offset-md-7{margin-left:58.33333333%}.offset-md-6{margin-left:50%}.offset-md-5{margin-left:41.66666667%}.offset-md-4{margin-left:33.33333333%}.offset-md-3{margin-left:25%}.offset-md-2{margin-left:16.66666667%}.offset-md-1{margin-left:8.33333333%}.offset-md-0{margin-left:0}.container{max-width:44rem}}@media only screen and (min-width :1200px){.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-12{flex:0 0 auto;width:100%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-1{flex:0 0 auto;width:8.33333333%}.order-lg-12{order:12}.order-lg-11{order:11}.order-lg-10{order:10}.order-lg-9{order:9}.order-lg-8{order:8}.order-lg-7{order:7}.order-lg-6{order:6}.order-lg-5{order:5}.order-lg-4{order:4}.order-lg-3{order:3}.order-lg-2{order:2}.order-lg-1{order:1}.offset-lg-12{margin-left:100%}.offset-lg-11{margin-left:91.66666667%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-9{margin-left:75%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-6{margin-left:50%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-3{margin-left:25%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-1{margin-left:8.33333333%}.offset-lg-0{margin-left:0}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-12{flex:0 0 auto;width:100%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-1{flex:0 0 auto;width:8.33333333%}.order-xl-12{order:12}.order-xl-11{order:11}.order-xl-10{order:10}.order-xl-9{order:9}.order-xl-8{order:8}.order-xl-7{order:7}.order-xl-6{order:6}.order-xl-5{order:5}.order-xl-4{order:4}.order-xl-3{order:3}.order-xl-2{order:2}.order-xl-1{order:1}.offset-xl-12{margin-left:100%}.offset-xl-11{margin-left:91.66666667%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-9{margin-left:75%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-6{margin-left:50%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-3{margin-left:25%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-1{margin-left:8.33333333%}.offset-xl-0{margin-left:0}.container{max-width:84rem}}.col,.col .col-sm-equal{flex:1 0 0}@media only screen and (min-width :768px){.col-md-equal{flex:1 0 0}}@media only screen and (min-width :1200px){.col-lg-equal{flex:1 0 0}.col-xl-equal{flex:1 0 0}}.col-auto{flex:0 0 auto;width:auto}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.visible{visibility:visible}@media only screen and (max-width :767.98px){.hide-on-small{display:none!important}}@media only screen and (max-width :1199.98px){.hide-on-medium-and-down{display:none!important}}@media only screen and (min-width :768px){.hide-on-medium-and-up{display:none!important}}@media only screen and (min-width :768px) and (max-width :1199.98px){.hide-on-medium-only{display:none!important}}@media only screen and (max-width :1439.98px){.hide-on-large-and-down{display:none!important}}@media only screen and (min-width :1200px){.hide-on-large-and-up{display:none!important}}@media only screen and (min-width :1200px) and (max-width :1439.98px){.hide-on-large-only{display:none!important}}@media only screen and (max-width :1439.98px){.hide-on-extra-large-and-down{display:none!important}}@media only screen and (min-width :1440px){.hide-on-extra-large-only{display:none!important}}@media only screen and (min-width :1440px){.show-on-extra-large-only{display:block!important}}@media only screen and (min-width :1200px){.show-on-large-and-up{display:block!important}}@media only screen and (min-width :1200px) and (max-width :1439.98px){.show-on-large-only{display:block!important}}@media only screen and (max-width :1439.98px){.show-on-large-and-down{display:block!important}}@media only screen and (min-width :768px){.show-on-medium-and-up{display:block!important}}@media only screen and (min-width :768px) and (max-width :1199.98px){.show-on-medium-only{display:block!important}}@media only screen and (max-width :1199.98px){.show-on-medium-and-down{display:block!important}}@media only screen and (max-width :767.98px){.show-on-small{display:block!important}}.d-none{display:none!important}@media only screen and (min-width :768px){.d-md-none{display:block!important}}@media only screen and (min-width :1200px){.d-lg-none{display:block!important}}@media only screen and (min-width :1440px){.d-xl-none{display:block!important}}.d-inline{display:inline!important}@media only screen and (min-width :768px){.d-md-inline{display:inline!important}}@media only screen and (min-width :1200px){.d-lg-inline{display:inline!important}}@media only screen and (min-width :1440px){.d-xl-inline{display:inline!important}}.d-inline-block{display:inline-block!important}@media only screen and (min-width :768px){.d-md-inline-block{display:inline-block!important}}@media only screen and (min-width :1200px){.d-lg-inline-block{display:inline-block!important}}@media only screen and (min-width :1440px){.d-xl-inline-block{display:inline-block!important}}.d-block{display:block!important}@media only screen and (min-width :768px){.d-md-block{display:block!important}}@media only screen and (min-width :1200px){.d-lg-block{display:block!important}}@media only screen and (min-width :1440px){.d-xl-block{display:block!important}}.d-flex{display:flex!important}@media only screen and (min-width :768px){.d-md-flex{display:flex!important}}@media only screen and (min-width :1200px){.d-lg-flex{display:flex!important}}@media only screen and (min-width :1440px){.d-xl-flex{display:flex!important}}.d-inline-flex{display:inline-flex!important}@media only screen and (min-width :768px){.d-md-inline-flex{display:inline-flex!important}}@media only screen and (min-width :1200px){.d-lg-inline-flex{display:inline-flex!important}}@media only screen and (min-width :1440px){.d-xl-inline-flex{display:inline-flex!important}}body,html{height:auto;min-height:100%}html{font-family:Inter,sans-serif;font-style:normal;font-weight:400;overscroll-behavior-y:none;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media only screen and (max-width :767.98px){html{font-size:min(4.2667vw, 20.48px)}}@media only screen and (min-width :768px) and (max-width :1199.98px){html{font-size:min(2.0833vw, 21.3333px)}}@media only screen and (min-width :1200px){html{font-size:min(1.1111vw, 21.3333px)}}body{background-color:#f9f8f3;color:#000;font-size:.875rem;line-height:1.4}@media only screen and (min-width :768px){body{font-size:1rem}}.quiz .quiz-step .step-title,h1,h2,h3,h4,h5,h6{font-weight:400;text-transform:uppercase}.quiz .quiz-step .step-title,h1{font-family:'NeverMind Serif Small',serif;font-feature-settings:'salt' on;font-size:1.25rem;line-height:1.2;margin:0 0 1.5rem}@media only screen and (min-width :768px){.quiz .quiz-step .step-title,h1{font-size:2rem}}@media only screen and (min-width :1200px){.quiz .quiz-step .step-title,h1{font-size:3rem}}h2{margin:2.5rem 0 1rem;font-size:1.25rem}@media only screen and (min-width :768px){h2{font-size:1.5rem}}@media only screen and (min-width :1200px){h2{font-size:1.75rem}}h3{margin:2rem 0 1rem;font-size:1rem}@media only screen and (min-width :768px){h3{font-size:1.125rem}}@media only screen and (min-width :1200px){h3{font-size:1.25rem}}h4{margin:1.5rem 0 1rem;font-size:.875rem}@media only screen and (min-width :768px){h4{margin:2.5rem 0;font-size:1rem}}@media only screen and (min-width :1200px){h4{font-size:1.125rem}}ol,p,ul{margin:0 0 1rem}ol:empty,p:empty,ul:empty{margin:0}ul.menu,ul.nav{padding:0;margin:0;list-style:none}a{text-decoration:none;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}a:active,a:focus,a:hover{outline:0}address{font-style:normal}img{max-width:100%;height:auto;vertical-align:middle;border-style:none}svg{height:auto;overflow:hidden;vertical-align:middle}audio,iframe{max-width:100%}hr{margin:1rem 0;color:#4f4f4f}hr.line-dashed{height:1px;border:0!important;background:repeating-linear-gradient(to left,transparent,transparent 8px,rgba(44,29,24,.4) 0,rgba(44,29,24,.4) 16px)}table{width:100%;table-layout:fixed;border-collapse:collapse}.text>:first-child{margin-top:0!important}.text :last-child{margin-bottom:0!important}.text a:not(.btn):not(.wp-block-button__link):not(.wp-element-button){border-bottom:1px solid;color:#000}.text ul{padding-left:1em}.text ol li+li,.text ul li+li{margin-top:1rem}.clearfix::after{clear:both;content:"";display:table}.hidden-friendly{position:absolute;top:-624.9375rem;left:-624.9375rem;overflow:hidden}.screen-reader-response,.screen-reader-text,.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.vr{display:inline-block;align-self:stretch;width:var(--theme-border-width);min-height:1em;background-color:var(--theme-border-color)}.badge{display:inline-block;border-radius:2px;background:#1d1d1d;padding:.25rem .25rem .25rem .5rem;color:#fff;font-feature-settings:'clig' off,'liga' off;font-size:.875rem;line-height:1.2;text-align:center;white-space:nowrap;vertical-align:baseline;transition:all .3s}.media{display:flex;align-items:center;gap:.5rem}.media .media-body{flex:1}.embed-container{max-width:100%;height:auto;padding-bottom:56.25%;position:relative;overflow:hidden}.embed-container embed,.embed-container iframe,.embed-container img,.embed-container object{position:absolute;top:0;left:0;width:100%;height:100%}.video{border-radius:4px;position:relative;z-index:1}.video::before{content:'';background:rgba(0,0,0,.6);position:absolute;top:0;left:0;z-index:1;pointer-events:none;width:100%;height:100%;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s}.video,.video img,.video::before{border-radius:4px}.video .video-play-btn,.video img{opacity:1;transition:opacity .3s}.video iframe{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s}.video img{width:100%}.video .video-play-btn{display:flex;justify-content:center;align-items:center;flex-direction:column;text-decoration:none!important;border:0!important;position:absolute;top:50%;left:0;right:0;z-index:5;transform:translateY(-50%);width:100%;height:100%}.video .video-play-btn:before{content:'';display:block;background:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_414_24073)'%3E%3Ccircle cx='16' cy='16' r='16' fill='white'/%3E%3Cpath d='M13.4625 10.7751C13.3408 10.706 13.2031 10.6701 13.0632 10.671C12.9233 10.6718 12.786 10.7093 12.6651 10.7797C12.5442 10.8501 12.4439 10.951 12.3742 11.0724C12.3045 11.1937 12.2678 11.3312 12.2678 11.4711V20.5335C12.2678 20.6734 12.3045 20.8109 12.3742 20.9322C12.4439 21.0535 12.5442 21.1544 12.6651 21.2248C12.786 21.2953 12.9233 21.3328 13.0632 21.3336C13.2031 21.3344 13.3408 21.2985 13.4625 21.2295L21.4609 16.6972C21.584 16.6274 21.6864 16.5262 21.7577 16.404C21.8289 16.2817 21.8665 16.1427 21.8665 16.0012C21.8665 15.8597 21.8289 15.7207 21.7577 15.5984C21.6864 15.4762 21.584 15.375 21.4609 15.3052L13.462 10.7745L13.4625 10.7751ZM11.2012 11.4711C11.2012 10.0412 12.743 9.14201 13.9878 9.84654L21.9862 14.3761C23.2486 15.0908 23.2492 16.9095 21.9868 17.6241L13.9884 22.1575C12.7436 22.8615 11.2012 21.9628 11.2012 20.5324V11.4721V11.4711Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_414_24073'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center top/contain;margin:0 auto;width:2rem;height:32px}.video .video-play-btn .video-title{display:block;padding:0 1rem;margin-top:.5rem;color:#fff;text-align:center;font-size:.75rem;line-height:normal;letter-spacing:-.03rem;text-transform:uppercase}@media (prefers-reduced-motion){.video video{animation-play-state:paused}}.video.video-is-playing::before{display:none}.video.video-is-playing .video-play-btn,.video.video-is-playing img{opacity:0;visibility:hidden}.video.video-is-playing iframe{opacity:1}.justify-dots{display:flex;justify-content:space-between;align-items:baseline}.justify-dots .justify-dots-label{display:flex;align-items:baseline;flex:1}.justify-dots .justify-dots-label::after{content:'';width:100%;height:1px;border:0!important;background:repeating-linear-gradient(to left,transparent,transparent 4px,#c7c6c2 0,#c7c6c2 8px)}.icon-map-marker{display:inline-block;background-image:url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.66634 5.5C9.66634 4.88717 9.54564 4.28033 9.31111 3.71415C9.07659 3.14796 8.73285 2.63351 8.29951 2.20017C7.86617 1.76683 7.35172 1.42309 6.78553 1.18856C6.21934 0.954043 5.61251 0.833336 4.99967 0.833336C4.38684 0.833336 3.78 0.954043 3.21382 1.18856C2.64763 1.42309 2.13318 1.76683 1.69984 2.20017C1.2665 2.63351 0.922759 3.14796 0.688237 3.71415C0.453715 4.28033 0.333008 4.88717 0.333008 5.5C0.333008 6.42467 0.605675 7.28467 1.06967 8.01H1.06434L4.99967 14.1667L8.93501 8.01H8.93034C9.41092 7.26106 9.66638 6.38988 9.66634 5.5ZM4.99967 7.5C4.46924 7.5 3.96053 7.28929 3.58546 6.91422C3.21039 6.53914 2.99967 6.03044 2.99967 5.5C2.99967 4.96957 3.21039 4.46086 3.58546 4.08579C3.96053 3.71072 4.46924 3.5 4.99967 3.5C5.53011 3.5 6.03882 3.71072 6.41389 4.08579C6.78896 4.46086 6.99967 4.96957 6.99967 5.5C6.99967 6.03044 6.78896 6.53914 6.41389 6.91422C6.03882 7.28929 5.53011 7.5 4.99967 7.5Z' fill='%231D1D1D'/%3E%3C/svg%3E");vertical-align:middle;margin-right:.25rem;width:.625rem;height:15px}.tooltip-switch{cursor:pointer}.tooltip-switch svg path{transition:.3s}.tooltip-switch:focus svg path,.tooltip-switch:hover svg path{fill:#1d1d1d}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:0!important}.leaflet-center{left:0;right:0;display:flex;align-items:center;flex-direction:column;justify-content:center;padding:0 1rem;box-sizing:border-box}.leaflet-center .leaflet-control{max-width:100%;margin-left:0;margin-right:0}.leaflet-top.leaflet-center .leaflet-control{margin-top:.5rem}.leaflet-bottom.leaflet-center .leaflet-control{margin-bottom:.5rem}@media only screen and (min-width :768px){.leaflet-top.leaflet-center .leaflet-control{margin-top:2rem}.leaflet-bottom.leaflet-center .leaflet-control{margin-bottom:2rem}}.wp-block-columns .wp-block-column>:first-child{margin-top:0}.wp-block-columns .wp-block-column>:last-child{margin-bottom:0}@media only screen and (max-width :1199.98px){.wp-block-columns .wp-block-column+.wp-block-column{margin-top:2rem}}.wp-block-gallery.alignfull,.wp-block-image.alignfull{margin-left:-3.375rem}@media only screen and (min-width :768px){.wp-block-gallery,.wp-block-image{margin:2rem 0}.wp-block-gallery.alignfull,.wp-block-image.alignfull{margin-left:-7.3rem;margin-right:-3.65rem}}@media only screen and (min-width :1200px){.wp-block-gallery,.wp-block-image{margin:2.5rem 0}.wp-block-gallery.alignfull,.wp-block-image.alignfull{margin-left:-11.75rem;margin-right:-11.75rem}}@media only screen and (min-width :1200px){.wp-block-gallery.alignfull,.wp-block-image.alignfull{margin-left:-13.75rem;margin-right:-13.75rem}}.wp-block-image .alignleft,.wp-block-image .alignright{margin-top:0;margin-bottom:0}@media only screen and (max-width :767.98px){.wp-block-image::after{clear:both;content:"";display:table}.wp-block-image .alignright{float:none}.wp-block-image .alignleft{float:none;margin:0 3rem 0 -3rem}}@media only screen and (min-width :768px){.wp-block-image .alignleft,.wp-block-image .alignright{max-width:18.75rem}}@media only screen and (min-width :1200px){.wp-block-image .alignleft,.wp-block-image .alignright{max-width:none}}/*!
 * animate.css - https://daneden.github.io/animate.css/
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */.animated{-webkit-animation-duration:.75s;-moz-animation-duration:.75s;-o-animation-duration:.75s;animation-duration:.75s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;animation:unset!important;-webkit-transition:none!important;transition:none!important}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;-moz-animation-name:slideInUp;-o-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;-moz-animation-name:slideInDown;-o-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;-moz-animation-name:slideInLeft;-o-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;-moz-animation-name:slideInRight;-o-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;-moz-animation-name:zoomIn;-o-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-animation-name:shake;animation-name:shake}@-webkit-keyframes rotating{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.rotating{-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.animate-header-fixed{-webkit-animation-name:menu_sticky;-moz-animation-name:menu_sticky;-o-animation-name:menu_sticky;animation-name:menu_sticky;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes menu_sticky{0%{margin-top:-120px;opacity:0}50%{margin-top:-60px;opacity:0}100%{margin-top:0;opacity:1}}@keyframes menu_sticky{0%{margin-top:-120px;opacity:0}50%{margin-top:-60px;opacity:0}100%{margin-top:0;opacity:1}}@-webkit-keyframes pop{50%{transform:scale(1.333)}}@keyframes pop{50%{transform:scale(1.333)}}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */:root{--theme-hamburger-padding-x:5px;--theme-hamburger-padding-y:7px;--theme-hamburger-layer-width:22px;--theme-hamburger-layer-height:2px;--theme-hamburger-layer-spacing:5px}@media only screen and (min-width :768px){:root{--theme-hamburger-padding-x:7px;--theme-hamburger-padding-y:13px;--theme-hamburger-layer-width:34px;--theme-hamburger-layer-spacing:8px}}.hamburger{display:inline-block;padding:var(--theme-hamburger-padding-y) var(--theme-hamburger-padding-x);cursor:pointer;transition-property:opacity;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger-box{width:var(--theme-hamburger-layer-width);height:calc(var(--theme-hamburger-layer-height) * 3 + var(--theme-hamburger-layer-spacing) * 2);display:block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:calc(var(--theme-hamburger-layer-height)/ -2)}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:var(--theme-hamburger-layer-width);height:var(--theme-hamburger-layer-height);background-color:#1d1d1d;border-radius:0;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:calc((var(--theme-hamburger-layer-spacing) + var(--theme-hamburger-layer-height)) * -1)}.hamburger-inner::after{bottom:calc((var(--theme-hamburger-layer-spacing) + var(--theme-hamburger-layer-height)) * -1)}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--squeeze .hamburger-inner::before{transition:top 75ms .12s ease,opacity 75ms ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom 75ms .12s ease,transform 75ms cubic-bezier(.55, .055, .675, .19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms .12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms .12s cubic-bezier(.215, .61, .355, 1)}button,input[type=button],input[type=submit]{border:0;padding:0;background:0 0}.btn,.btn>a,.wp-element-button{font-family:Inter,sans-serif;display:inline-flex;justify-content:center;align-items:center;padding:1rem 2rem;border:0;border-radius:4px;background-color:#1d1d1d;color:#fff;font-size:.875rem;font-weight:400;font-style:normal;letter-spacing:-.035rem;line-height:normal;text-decoration:none;text-transform:uppercase;text-align:center;vertical-align:middle;-webkit-tap-highlight-color:transparent;outline:0;cursor:pointer;position:relative;-webkit-transition:all var(--dur-micro) var(--ease-soft);-moz-transition:all var(--dur-micro) var(--ease-soft);-o-transition:all var(--dur-micro) var(--ease-soft);transition:all var(--dur-micro) var(--ease-soft)}.btn::after,.btn>a::after,.wp-element-button::after{content:'';display:block;border-radius:4px;border:1px solid #fff;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;opacity:0;transition:opacity var(--dur-micro) var(--ease-soft),top var(--dur-micro) var(--ease-soft),right var(--dur-micro) var(--ease-soft),bottom var(--dur-micro) var(--ease-soft),left var(--dur-micro) var(--ease-soft)}.btn:focus::after,.btn:hover::after,.btn>a:focus::after,.btn>a:hover::after,.wp-element-button:focus::after,.wp-element-button:hover::after{opacity:1;top:2px;right:2px;bottom:2px;left:2px}.btn:active,.btn>a:active,.wp-element-button:active{transform:scale(.98);transition-duration:80ms}.btn.btn-light,.btn>a.btn-light,.wp-element-button.btn-light{background-color:#fff;color:#000}.btn.btn-light::after,.btn>a.btn-light::after,.wp-element-button.btn-light::after{border-color:#1d1d1d}.btn.btn-bordered-dark,.btn.btn-bordered-light,.btn>a.btn-bordered-dark,.btn>a.btn-bordered-light,.wp-element-button.btn-bordered-dark,.wp-element-button.btn-bordered-light{-lh-property:0;padding-top:-webkit-calc(1rem - 1px);padding-top:-moz-calc(1rem - 1px);padding-top:calc(1rem - 1px);-lh-property:0;padding-bottom:-webkit-calc(1rem - 1px);padding-bottom:-moz-calc(1rem - 1px);padding-bottom:calc(1rem - 1px);-lh-property:0;padding-left:-webkit-calc(2rem - 1px);padding-left:-moz-calc(2rem - 1px);padding-left:calc(2rem - 1px);-lh-property:0;padding-right:-webkit-calc(2rem - 1px);padding-right:-moz-calc(2rem - 1px);padding-right:calc(2rem - 1px)}.btn.btn-bordered-dark::after,.btn.btn-bordered-light::after,.btn>a.btn-bordered-dark::after,.btn>a.btn-bordered-light::after,.wp-element-button.btn-bordered-dark::after,.wp-element-button.btn-bordered-light::after{display:none!important}.btn.btn-bordered-light,.btn>a.btn-bordered-light,.wp-element-button.btn-bordered-light{border:1px solid #fff}.btn.btn-bordered-light:focus,.btn.btn-bordered-light:hover,.btn>a.btn-bordered-light:focus,.btn>a.btn-bordered-light:hover,.wp-element-button.btn-bordered-light:focus,.wp-element-button.btn-bordered-light:hover{background-color:#fff!important;color:#1d1d1d}.btn.btn-bordered-dark,.btn>a.btn-bordered-dark,.wp-element-button.btn-bordered-dark{background-color:transparent;border:1px solid #1d1d1d;color:#000}.btn.btn-bordered-dark:focus,.btn.btn-bordered-dark:hover,.btn>a.btn-bordered-dark:focus,.btn>a.btn-bordered-dark:hover,.wp-element-button.btn-bordered-dark:focus,.wp-element-button.btn-bordered-dark:hover{background-color:#2d2d2d!important;color:#fff}.btn.btn-bordered-dark:focus svg path,.btn.btn-bordered-dark:hover svg path,.btn>a.btn-bordered-dark:focus svg path,.btn>a.btn-bordered-dark:hover svg path,.wp-element-button.btn-bordered-dark:focus svg path,.wp-element-button.btn-bordered-dark:hover svg path{fill:#ffffff}.btn.disabled,.btn>a.disabled,.btn>a[disabled],.btn[disabled],.wp-element-button.disabled,.wp-element-button[disabled]{border-color:#aaa;background:#aaa;color:#fff;pointer-events:none;cursor:default}.btn.disabled svg path,.btn>a.disabled svg path,.btn>a[disabled] svg path,.btn[disabled] svg path,.wp-element-button.disabled svg path,.wp-element-button[disabled] svg path{fill:#ffffff}@media only screen and (max-width :767.98px){.btn.btn-sm-full,.btn>a.btn-sm-full,.wp-element-button.btn-sm-full{width:100%}}.btn-with-icon{display:flex;flex-direction:row}.btn-link{border:none;background:0 0;padding:0;margin:0;color:#000;text-decoration:none;cursor:pointer}.btn-close{background:url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.707 8.5L12 5.207L11.293 4.5L8 7.793L4.707 4.5L4 5.207L7.293 8.5L4 11.793L4.707 12.5L8 9.207L11.293 12.5L12 11.793L8.707 8.5Z' fill='white'/%3E%3C/svg%3E") no-repeat center;border:0;padding:0;color:#fff;cursor:pointer;width:1rem;height:16px}.tabs-nav{text-align:center}.tabs-nav nav{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:.5rem;border-radius:8px;border:1px solid #ccc;padding:.25rem}.tabs-nav nav .tab-link{flex:1;display:block;min-width:8.125rem;border-radius:4px;background:#fff;padding:.75rem 1rem;color:#000;font-size:.75rem;line-height:normal;letter-spacing:-.03rem;text-transform:uppercase;text-decoration:none;text-underline-offset:0.1875rem;text-align:center}.tabs-nav nav .tab-link:not(.active):focus,.tabs-nav nav .tab-link:not(.active):hover{text-decoration:underline}.tabs-nav nav .tab-link.active{background:#1d1d1d;color:#fff}.quiz .quiz-step,.tabs-content .tab-pane{display:none;animation-duration:1s}.quiz .quiz-step.active,.tabs-content .tab-pane.active{display:block}.dropdown{display:inline-block;position:relative}.dropdown .dropdown-toggle{display:inline-block;cursor:pointer;white-space:nowrap;position:relative}.dropdown .dropdown-toggle .arrow,.dropdown .dropdown-toggle img,.dropdown .dropdown-toggle span{display:inline-block;vertical-align:middle}.dropdown .dropdown-toggle .arrow{line-height:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.dropdown .dropdown-toggle .arrow .svg-icon{width:.625rem;height:6px}.dropdown .dropdown-menu li .item,.dropdown .dropdown-toggle{display:block;color:#000;font-size:1rem;font-weight:700;-webkit-transition:background .3s;-moz-transition:background .3s;-o-transition:background .3s;transition:background .3s}.dropdown .dropdown-menu{border:1px solid #4f4f4f;border-radius:16px;background:#1d1d1d;padding:.5rem 0;margin:0;list-style:none;text-align:left;overflow:hidden;visibility:hidden;opacity:0;position:absolute;top:101%;left:50%;z-index:100;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s}.dropdown .dropdown-menu li img,.dropdown .dropdown-menu li span{display:inline-block;vertical-align:middle}.dropdown .dropdown-menu li .item{padding:.2625rem 1rem}.dropdown .dropdown-menu li .item:focus,.dropdown .dropdown-menu li .item:hover{background:#fff}.dropdown.active .dropdown-toggle .arrow{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.dropdown.active .dropdown-menu{visibility:visible;opacity:1}.card{display:flex;position:relative;transition:min-height var(--dur-base) var(--ease-out);isolation:isolate}.card .card-back,.card .card-front{display:flex;align-items:center;justify-content:center;flex-direction:column;min-width:100%;position:relative;z-index:1;overflow:hidden}.card .card-back{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;--cx:50%;--cy:3rem;-webkit-clip-path:circle(0 at var(--cx) var(--cy));clip-path:circle(0 at var(--cx) var(--cy));transition:-webkit-clip-path var(--dur-base) var(--ease-out),clip-path var(--dur-base) var(--ease-out)}.card.card-flipped .card-back{-webkit-clip-path:circle(150% at var(--cx) var(--cy));clip-path:circle(150% at var(--cx) var(--cy))}.card.card-open .card-back{-webkit-clip-path:circle(150% at var(--cx) var(--cy));clip-path:circle(150% at var(--cx) var(--cy))}.card .card-hover-zone{position:absolute;z-index:5;border-radius:50%;cursor:pointer}.card .card-back .card-action .js-card-flip .icon-info{display:none}.card .card-back .card-action .js-card-flip .icon-close{display:inline-flex}@media (hover:hover) and (pointer:fine){.card .card-back .card-action .js-card-flip .icon-info{display:inline-flex}.card .card-back .card-action .js-card-flip .icon-close{display:none}}.card.card-flipped,.card.card-open{min-height:var(--card-open-h,0)}.social-messengers,.social-networks{display:inline-flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.social-messengers a,.social-networks a{display:block;text-align:center;transition:transform var(--dur-micro) var(--ease-soft),opacity var(--dur-micro) var(--ease-soft);will-change:transform}.social-messengers a img,.social-messengers a svg,.social-networks a img,.social-networks a svg{display:block;transition:transform var(--dur-micro) var(--ease-soft)}.social-messengers a:focus-visible,.social-messengers a:hover,.social-networks a:focus-visible,.social-networks a:hover{transform:translateY(-.125rem) scale(1.08)}.social-messengers a:active,.social-networks a:active{transform:translateY(0) scale(.96);transition-duration:80ms}@media (prefers-reduced-motion:reduce){.social-messengers a,.social-messengers a img,.social-messengers a svg,.social-networks a,.social-networks a img,.social-networks a svg{transition:none}.social-messengers a:active,.social-messengers a:focus-visible,.social-messengers a:hover,.social-networks a:active,.social-networks a:focus-visible,.social-networks a:hover{transform:none}}.breadcrumbs{padding:1.25rem 0 0;font-size:.875rem;letter-spacing:-.035rem;text-transform:uppercase;text-align:center;white-space:nowrap;overflow:auto}.breadcrumbs>span{display:inline-block;vertical-align:middle}.breadcrumbs,.breadcrumbs a{color:#000}.breadcrumbs .breadcrumb_divider,.breadcrumbs .breadcrumb_last{color:rgba(0,0,0,.6)}.breadcrumbs a:focus,.breadcrumbs a:hover{text-decoration:underline}@media only screen and (min-width :1200px){.breadcrumbs{padding-top:2rem}}.pagination{margin-top:3rem}.pagination .nav-links{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.5rem}.pagination .nav-links .page-numbers{display:flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;background:#fff;border-radius:4px;border:1px solid #c7c6c2;padding:.1875rem;color:#1d1d1d;text-align:center;font-size:.875rem;line-height:1}.pagination .nav-links .page-numbers.prev svg{transform:rotate(180deg)}.pagination .nav-links .page-numbers.current,.pagination .nav-links a.page-numbers:not(.dots):focus,.pagination .nav-links a.page-numbers:not(.dots):hover{border-color:#1d1d1d}@media only screen and (min-width :768px){.pagination{margin-top:4rem}}.primary-menu ul.menu li{display:block;text-align:center}.primary-menu ul.menu li+li{margin-top:1rem}.primary-menu ul.menu li a{font-family:'NeverMind Serif Small',serif;display:inline-block;border-bottom:1px solid transparent;color:#666;font-size:1.125rem;letter-spacing:-.045rem;text-transform:uppercase;line-height:1.3;white-space:nowrap}.primary-menu ul.menu li a:focus,.primary-menu ul.menu li a:hover,.primary-menu ul.menu li.current-menu-ancestor>a,.primary-menu ul.menu li.current-menu-item>a,.primary-menu ul.menu li.current-menu-parent>a,.primary-menu ul.menu li.current-page-ancestor>a,.primary-menu ul.menu li.current_page_parent>a,.primary-menu ul.menu li.menu-item-has-children.dropit-open>a{color:#000;border-bottom-color:inherit}@media only screen and (min-width :768px){.primary-menu ul.menu li a{font-size:1.5rem;letter-spacing:-.06rem}}@media only screen and (min-width :1200px){.primary-menu ul.menu li a{font-size:2rem;letter-spacing:-.08rem}}.cart-toggle{cursor:pointer;position:relative}.cart-toggle .cart-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.125rem;height:1.125rem;padding:0 .25rem;border-radius:999px;background:#1d1d1d;color:#fff;font-size:.75rem;line-height:1;letter-spacing:-.03rem;text-transform:uppercase;position:absolute;top:-2px;left:.625rem}.cart-toggle:not(.has-items) .cart-badge{display:none}@media only screen and (min-width :768px){.cart-toggle svg{width:1.4375rem}.cart-toggle .cart-badge{top:.25rem}}@media only screen and (min-width :1200px){.cart-toggle .cart-badge{top:-.5rem}}#cart{border-radius:4px;background:#e7e7e7}#cart .modal-dialog{padding:.25rem;overflow:hidden}#cart .cart-header{width:calc(100% - 1rem);display:flex;align-items:center;border-bottom:1px solid #c7c6c2;padding-bottom:.25rem;margin:.5rem .5rem 0}#cart .cart-header .modal-title{width:8.125rem;margin:0;font-size:1.25rem;text-align:left}#cart .cart-header .cart-total{font-size:.875rem}#cart .cart-body{max-height:21.875rem;overflow-y:auto;padding-right:1.0625rem;margin:1rem .5rem 0}#cart .cart-body .cart-item+.cart-item{margin-top:2rem}#cart .cart-body .cart-product .cart-product-category{border-bottom:1px solid #c7c6c2;padding-bottom:.5rem;margin-bottom:.5rem;color:#000;font-size:.875rem;line-height:normal;position:relative}#cart .cart-body .cart-product .cart-product-body{display:flex;align-items:flex-start;flex-wrap:nowrap}#cart .cart-body .cart-product .remove-from-cart{position:absolute;top:50%;right:0;transform:translateY(-50%)}#cart .cart-body .cart-product .remove-from-cart svg path{transition:stroke .3s}#cart .cart-body .cart-product .remove-from-cart:focus svg path,#cart .cart-body .cart-product .remove-from-cart:hover svg path{stroke:#dc3545}#cart .cart-body .cart-product .cart-product-thumb{display:flex;flex-wrap:wrap;gap:.25rem;width:9.5rem}#cart .cart-body .cart-product .cart-product-thumb img{width:3rem;height:3rem;object-fit:cover}#cart .cart-body .cart-product .cart-product-attributes{flex:1;margin-left:.75rem;font-size:.75rem;line-height:normal}#cart .cart-body .cart-product .cart-product-attributes .name{color:rgba(0,0,0,.6);opacity:.7}#cart .cart-body .cart-product .cart-product-attributes .value{color:rgba(0,0,0,.7)}#cart .cart-form{border-radius:4px;background:#fff;padding:1.5rem 1rem 1rem;margin:1rem 0 0}#cart .cart-form .form-title{font-family:'NeverMind Serif Small',serif;color:#1d1d1d;font-size:1.5rem;line-height:normal;text-transform:uppercase;text-align:center;margin:0 0 3rem}#cart .cart-form .wpcf7 .form-group.form-submit-group .btn{padding-top:.75rem;padding-bottom:.75rem;font-size:.75rem}#cart .p-empty{display:none}#cart.cart-empty{align-items:flex-start!important}#cart.cart-empty .col-left{width:100%}#cart.cart-empty .cart-header .cart-total,#cart.cart-empty .col-right{display:none!important}#cart.cart-empty .cart-body{text-align:center}#cart.cart-empty .p-empty{display:block}@media only screen and (max-width :767.98px){#cart.cart-empty .modal-dialog{width:100%}}@media only screen and (min-width :768px){#cart .modal-dialog{width:100%;padding:1rem .5rem .5rem}#cart .cart-header{padding-bottom:.5rem;margin-top:0}#cart .cart-header .modal-title{width:18.75rem;font-size:1.5rem}#cart .cart-body{max-height:32.5rem;margin-top:1.5rem}#cart .cart-body .cart-item+.cart-item{margin-top:1.5rem}#cart .cart-body .cart-product .cart-product-thumb{width:12.5rem}#cart .cart-body .cart-product .cart-product-thumb img{width:4rem;height:4rem}#cart .cart-body .cart-product .cart-product-attributes{margin-left:6.25rem;font-size:.875rem}#cart .cart-form{padding:2rem;margin-top:2rem}}@media only screen and (min-width :768px) and (max-width :1199.98px){#cart .cart-form .wpcf7 .form-group{margin-bottom:0}}@media only screen and (min-width :1200px){#cart{width:69.625rem}#cart .modal-dialog{padding:0}#cart .col-left{padding:1.5rem}#cart .col-right{background:#fff;padding:2rem}#cart .cart-header{width:100%;justify-content:space-between;padding-bottom:.5rem;margin:0}#cart .cart-header .modal-title{width:auto}#cart .cart-body{margin-left:0;margin-right:0}#cart .cart-body .cart-product .cart-product-thumb{width:13rem;gap:.5rem}#cart .cart-body .cart-product .cart-product-attributes{margin-left:3.75rem}#cart .cart-form{display:flex;flex-direction:column;justify-content:center;width:19.75rem;height:100%;padding:0;margin:0 auto}#cart .cart-form .wpcf7 .form-group.form-submit-group{margin-top:1rem}#cart .cart-form .wpcf7 .form-group.form-submit-group .btn{padding-top:1rem;padding-bottom:1rem;font-size:.875rem}}@media only screen and (min-width :1200px){#cart{width:84rem}}.cart-toast{position:fixed;z-index:1030;top:4.5rem;right:1rem;max-width:min(20rem,calc(100vw - 2rem));padding:.75rem 1rem;border-radius:4px;background:#1d1d1d;color:#fff;font-size:.875rem;line-height:1.3;letter-spacing:-.035rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.25);pointer-events:none;opacity:0;visibility:hidden}.audio-player{display:flex;align-items:center;gap:.75rem;width:100%;padding:.5rem .75rem;border-radius:.375rem;background:#1d1d1d;color:#fff}.audio-player audio{display:none}.audio-player .ap-toggle{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:2rem;height:2rem;padding:0;border:0;border-radius:50%;background:#fff;color:#1d1d1d;cursor:pointer;transition:transform var(--dur-micro) var(--ease-soft)}.audio-player .ap-toggle svg{display:block;width:1.25rem;height:1.25rem;fill:currentColor}.audio-player .ap-toggle:focus-visible,.audio-player .ap-toggle:hover{transform:scale(1.08)}.audio-player .ap-toggle:active{transform:scale(.94)}.audio-player .ap-toggle .ap-icon-pause{display:none}.audio-player .ap-wave{display:flex;align-items:center;justify-content:space-between;gap:.125rem;flex:1 1 auto;height:1.5rem;min-width:0;cursor:pointer;overflow:hidden}.audio-player .ap-wave i{display:block;flex:1 1 0;min-width:1px;max-width:.1875rem;border-radius:1px;background:rgba(255,255,255,.32);transition:background var(--dur-micro) linear}.audio-player .ap-wave i.is-played{background:#fff}.audio-player .ap-wave:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px;border-radius:2px}.audio-player .ap-time{flex:0 0 auto;font-size:.8125rem;line-height:1;letter-spacing:-.02rem;font-variant-numeric:tabular-nums;color:rgba(255,255,255,.8)}.audio-player .ap-mute{display:flex;align-items:center;flex:0 0 auto;padding:0;border:0;background:0 0;color:#fff;cursor:pointer;opacity:.8;transition:opacity var(--dur-micro) var(--ease-soft)}.audio-player .ap-mute svg{display:block;width:1.25rem;height:1.25rem;fill:currentColor}.audio-player .ap-mute:focus-visible,.audio-player .ap-mute:hover{opacity:1}.audio-player .ap-mute .ap-icon-muted{display:none}.audio-player.is-playing .ap-toggle .ap-icon-play{display:none}.audio-player.is-playing .ap-toggle .ap-icon-pause{display:flex}.audio-player.is-muted .ap-mute .ap-icon-sound{display:none}.audio-player.is-muted .ap-mute .ap-icon-muted{display:flex}@media only screen and (max-width :767.98px){.audio-player{gap:.5rem;padding:.375rem .5rem}.audio-player .ap-mute{display:none}.audio-player .ap-time{font-size:.75rem}.audio-player .ap-wave{gap:1px}}@media (prefers-reduced-motion:reduce){.audio-player .ap-mute,.audio-player .ap-toggle,.audio-player .ap-wave i{transition:none}.audio-player .ap-toggle:active,.audio-player .ap-toggle:hover{transform:none}}.section{position:relative}.section .section-title{font-family:'NeverMind Serif Small',serif;margin:0;font-size:1.25rem;font-feature-settings:'salt' on;font-weight:400;line-height:1.2;text-transform:uppercase}.section .section-title .highlight{border-radius:4px;background:#1d1d1d;padding:0 .25em;color:#fff}.section .decor{position:absolute;pointer-events:none}@media only screen and (min-width :768px){.section .section-title{font-size:2rem}}@media only screen and (min-width :1200px){.section .section-title{font-size:3rem}}.style-dark{background-color:#1d1d1d;color:rgba(255,255,255,.7)}.style-dark h1,.style-dark h2,.style-dark h3,.style-dark h4,.style-dark h5,.style-dark h6{color:#fff}.style-dark .section-title .highlight{background:#fff;color:#1d1d1d}body.style-dark .section:not(.style-dark) .section-title{color:#000}.section-reviews{padding:3.125rem 0;overflow:hidden}.section-reviews .section-heading{border-bottom:1px solid rgba(0,0,0,.2);padding-bottom:1rem;margin-bottom:1.5rem}.section-reviews .section-heading .row{align-items:center}.section-reviews .more-link{max-width:12.8125rem;color:rgba(0,0,0,.6);line-height:normal;display:inline-flex;align-items:center;text-decoration:none}.section-reviews .more-link .more-link-icon{display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(0,0,0,.2);text-align:center;width:2rem;height:2rem;position:relative;overflow:hidden;flex:0 0 auto;transition:border-color var(--dur-micro) var(--ease-out)}.section-reviews .more-link .more-link-icon::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background-color:#1d1d1d;transform:scale(0);transition:transform var(--dur-micro) var(--ease-out)}.section-reviews .more-link .more-link-icon img,.section-reviews .more-link .more-link-icon svg{width:1rem;position:relative;z-index:1}.section-reviews .more-link .more-link-icon svg path{stroke:#000000;transition:stroke var(--dur-micro) var(--ease-out),fill var(--dur-micro) var(--ease-out)}.section-reviews .more-link .media-body{position:relative;display:inline-block}.section-reviews .more-link .media-body::after{content:'';position:absolute;left:0;right:0;bottom:-.125rem;height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform var(--dur-micro) var(--ease-out)}.section-reviews .more-link:focus-visible .more-link-icon,.section-reviews .more-link:hover .more-link-icon{border-color:#1d1d1d}.section-reviews .more-link:focus-visible .more-link-icon::before,.section-reviews .more-link:hover .more-link-icon::before{transform:scale(1)}.section-reviews .more-link:focus-visible .more-link-icon svg path,.section-reviews .more-link:hover .more-link-icon svg path{stroke:#ffffff}.section-reviews .more-link:focus-visible .media-body::after,.section-reviews .more-link:hover .media-body::after{transform:scaleX(1)}.section-reviews .swiper{overflow:visible}.section-reviews .swiper .swiper-slide{width:12.3125rem;height:21.5rem;border-radius:4px;border:1px solid rgba(0,0,0,.2)}.section-reviews .swiper blockquote{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:1.5rem .75rem;margin:0}.section-reviews .swiper blockquote .review-author{display:block;padding:0 1rem;margin-bottom:1.5rem;text-align:center}.section-reviews .swiper blockquote .review-author .author-photo{width:4rem;border-radius:50%}.section-reviews .swiper blockquote .review-author .author-name{font-family:'NeverMind Serif Small',serif;font-weight:600;display:block;margin-top:.5rem;font-feature-settings:'clig' off,'liga' off;font-style:normal;line-height:1;letter-spacing:-.00875rem;text-transform:uppercase}.section-reviews .swiper blockquote.review-type-text{display:block}.section-reviews .swiper blockquote.review-type-text .review-text{padding-top:1.125rem;color:rgba(0,0,0,.8);font-size:.875rem;line-height:normal;text-align:center;position:relative;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;line-clamp:6;white-space:pre-wrap}.section-reviews .swiper blockquote.review-type-text .review-text .svg-icon-quote{position:absolute;top:0;left:50%;transform:translateX(-50%)}.section-reviews .swiper blockquote.review-type-text .review-text .svg-icon-quote path{fill:#000000;fill-opacity:0.2}.section-reviews .swiper blockquote.review-type-text .review-text-more{margin-top:1.5rem;text-align:center}.section-reviews .swiper blockquote.review-type-text .review-text-more a{color:#1d1d1d;font-size:.875rem;font-feature-settings:'clig' off,'liga' off;line-height:1.2;letter-spacing:-.0175rem;text-decoration-line:underline}.section-reviews .swiper blockquote.review-type-img{padding:0!important}.section-reviews .swiper blockquote.review-type-img img{object-fit:cover;width:100%;height:100%}.section-reviews .swiper blockquote.review-type-img .review-author{display:none!important}.section-reviews .swiper blockquote.review-type-video{padding-bottom:1rem}.section-reviews .swiper blockquote.review-type-audio{padding-bottom:.75rem}@media only screen and (min-width :768px){.section-reviews .more-link{float:right}.section-reviews .more-link .more-link-icon{width:3rem;height:3rem}.section-reviews .more-link .more-link-icon img,.section-reviews .more-link .more-link-icon svg{width:1.5rem}.section-reviews .swiper .swiper-slide{width:16.875rem;height:29.375rem}.section-reviews .swiper .swiper-slide blockquote{padding-top:4.5rem}.section-reviews .swiper .swiper-slide blockquote .review-author{padding:0 1.5rem;margin-bottom:4rem}.section-reviews .swiper .swiper-slide blockquote .review-author .author-photo{width:5.5rem}.section-reviews .swiper .swiper-slide blockquote .review-author .author-name{font-size:1.125rem;letter-spacing:-.01125rem}}@media only screen and (min-width :1200px){.section-reviews{padding:5rem 0}}.section-products{padding:5rem 0 2.5rem;overflow:hidden}.section-products .section-title{margin-bottom:1.5rem;text-align:center}.section-products .swiper{overflow:visible}.section-products .swiper .swiper-slide{width:12.3125rem;height:15.4375rem;border-radius:4px;border:1px solid rgba(0,0,0,.2);overflow:hidden}.section-products .swiper .swiper-slide .product-link{display:block;width:100%;height:100%;position:relative;text-decoration:none}.section-products .swiper .swiper-slide .product-thumb{object-fit:cover;width:100%;height:100%;transition:transform var(--dur-slow) var(--ease-out),opacity var(--dur-base) var(--ease-out)}.section-products .swiper .swiper-slide .product-thumb-hover{opacity:0;position:absolute;top:0;left:0}@media (hover:hover) and (pointer:fine){.section-products .swiper .swiper-slide .product-link:focus-visible .product-thumb,.section-products .swiper .swiper-slide .product-link:hover .product-thumb{transform:scale(1.06)}.section-products .swiper .swiper-slide .product-link:focus-visible .product-thumb-hover,.section-products .swiper .swiper-slide .product-link:hover .product-thumb-hover{opacity:1}}.section-products .swiper .swiper-slide .product-heading{position:relative;z-index:1;padding:2.5rem 1rem 1rem;position:absolute;left:0;right:0;bottom:0}.section-products .swiper .swiper-slide .product-heading::before{content:'';background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);position:absolute;top:0;left:0;z-index:1;pointer-events:none;width:100%;height:100%;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s}.section-products .swiper .swiper-slide .product-heading::before{z-index:-1}.section-products .swiper .swiper-slide .product-title{font-family:'NeverMind Serif Small',serif;margin:0;color:#fff;font-size:1rem;font-feature-settings:'clig' off,'liga' off;line-height:1.3;letter-spacing:-.04rem;text-transform:uppercase}.section-products .swiper .swiper-slide .product-attr{color:rgba(255,255,255,.6);font-feature-settings:'clig' off,'liga' off;font-size:.875rem;line-height:1.2}.section-products .swiper .swiper-navigation-wrapper .btn{padding-left:1.5rem;padding-right:1.5rem;white-space:nowrap}@media only screen and (max-width :767.98px){.section-products .swiper .swiper-navigation-wrapper{flex-wrap:wrap;gap:1.5rem}.section-products .swiper .swiper-navigation-wrapper .swiper-scrollbar{order:1;width:100%}.section-products .swiper .swiper-navigation-wrapper .btn{order:2;padding-left:1.5rem;padding-right:1.5rem}.section-products .swiper .swiper-navigation-wrapper .swiper-navigation{order:3}}@media only screen and (min-width :768px){.section-products{padding:4rem 0 3.75rem}.section-products .section-title{margin-bottom:2rem}.section-products .swiper .swiper-slide{width:17.75rem;height:22.1875rem}}@media only screen and (min-width :1200px){.section-products{padding:7.5rem 0 5rem}.section-products .section-title{margin-bottom:3rem}.section-products .swiper .swiper-slide{width:19.875rem;height:24.875rem}.section-products .swiper .swiper-navigation-wrapper{margin-top:2rem;gap:2.5rem}}::-webkit-input-placeholder{color:rgba(255,255,255,.4);opacity:1}::-moz-placeholder{color:rgba(255,255,255,.4);opacity:1}:-ms-input-placeholder{color:rgba(255,255,255,.4);opacity:1}:-moz-placeholder{color:rgba(255,255,255,.4);opacity:1}[type=checkbox]{position:absolute;left:-624.9375rem}[type=checkbox]+.custom-checkbox-label,[type=checkbox]+.sf-label-checkbox,[type=checkbox]+.wpcf7-list-item-label{display:inline-block;margin-bottom:0;padding-left:1.75rem!important;font-size:.875rem;cursor:pointer;position:relative}[type=checkbox]+.custom-checkbox-label::before,[type=checkbox]+.sf-label-checkbox::before,[type=checkbox]+.wpcf7-list-item-label::before{content:'';background:#fff;border-radius:2px;border:1px solid #b6b6b6;margin-top:0;position:absolute;top:0;left:0;transition:border .3s;width:1.25rem;height:20px}[type=checkbox]+.custom-checkbox-label::after,[type=checkbox]+.sf-label-checkbox::after,[type=checkbox]+.wpcf7-list-item-label::after{content:'';border:solid #000;border-width:0 1px 1px 0;position:absolute;top:2px;left:.4375rem;transform:rotate(42deg);transition:opacity .3s;width:.375rem;height:12px}[type=checkbox]+.custom-checkbox-label:focus::before,[type=checkbox]+.custom-checkbox-label:hover::before,[type=checkbox]+.sf-label-checkbox:focus::before,[type=checkbox]+.sf-label-checkbox:hover::before,[type=checkbox]+.wpcf7-list-item-label:focus::before,[type=checkbox]+.wpcf7-list-item-label:hover::before{border-color:#000}[type=checkbox]:not(:checked)+.custom-checkbox-label::after,[type=checkbox]:not(:checked)+.sf-label-checkbox::after,[type=checkbox]:not(:checked)+.wpcf7-list-item-label::after{opacity:0}[type=checkbox]:checked+.custom-checkbox-label::before,[type=checkbox]:checked+.sf-label-checkbox::before,[type=checkbox]:checked+.wpcf7-list-item-label::before{border-color:#000}[type=checkbox]:checked+.custom-checkbox-label::after,[type=checkbox]:checked+.sf-label-checkbox::after,[type=checkbox]:checked+.wpcf7-list-item-label::after{opacity:1}[type=radio]{position:absolute;left:-624.9375rem}[type=radio]+.custom-radio-label,[type=radio]+.sf-label-radio{display:inline-block;margin-bottom:0;padding-left:1.75rem!important;font-size:.875rem;cursor:pointer;position:relative}[type=radio]+.custom-radio-label::before,[type=radio]+.sf-label-radio::before{content:'';background:#fff;border-radius:50%;border:1px solid #b6b6b6;margin-top:0;position:absolute;top:0;left:0;transition:border .3s;width:1.25rem;height:20px}[type=radio]+.custom-radio-label::after,[type=radio]+.sf-label-radio::after{content:'';border-radius:50%;background:#000;position:absolute;top:.375rem;left:.375rem;transition:opacity .3s;width:.5rem;height:8px}[type=radio]+.custom-radio-label:focus::before,[type=radio]+.custom-radio-label:hover::before,[type=radio]+.sf-label-radio:focus::before,[type=radio]+.sf-label-radio:hover::before{border-color:#000}[type=radio]:not(:checked)+.custom-radio-label::after,[type=radio]:not(:checked)+.sf-label-radio::after{opacity:0}[type=radio]:checked+.custom-radio-label::before,[type=radio]:checked+.sf-label-radio::before{border-color:#000}[type=radio]:checked+.custom-radio-label::after,[type=radio]:checked+.sf-label-radio::after{opacity:1}div.wpcf7 .codedropz-upload-wrapper .codedropz-upload-handler{border-radius:4px;border:0;background-color:#f4f4f4;margin-bottom:0;transition:background-color .3s;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%237c7c7c' stroke-width='1' stroke-dasharray='8,8' stroke-dashoffset='0' stroke-linecap='butt'/%3E%3C/svg%3E");background-position:top right}div.wpcf7 .codedropz-upload-wrapper .codedropz-upload-handler.codedropz-dragover{background-color:#fff}div.wpcf7 .codedropz-upload-wrapper .codedropz-upload-container{padding:1rem}div.wpcf7 .codedropz-upload-wrapper .codedropz-upload-inner{color:#999;font-size:.75rem;line-height:1.2;text-align:center}div.wpcf7 .codedropz-upload-wrapper .codedropz-upload-inner>*{display:inline}div.wpcf7 .codedropz-upload-wrapper .codedropz-upload-inner h3{font-size:inherit;font-weight:400;line-height:inherit;letter-spacing:inherit;text-transform:none;color:inherit;margin:0;font-family:Inter,sans-serif}div.wpcf7 .codedropz-upload-wrapper .codedropz-upload-inner img,div.wpcf7 .codedropz-upload-wrapper .codedropz-upload-inner svg{margin-bottom:.5rem}div.wpcf7 .codedropz-upload-wrapper .codedropz-upload-inner .codedropz-btn-wrap{display:block}div.wpcf7 .codedropz-upload-wrapper .codedropz-upload-inner .codedropz-btn-wrap a{color:#1d1d1d;text-decoration:underline}div.wpcf7 .codedropz-upload-wrapper .codedropz-upload-inner .codedropz-btn-wrap a:focus,div.wpcf7 .codedropz-upload-wrapper .codedropz-upload-inner .codedropz-btn-wrap a:hover{text-decoration:none}div.wpcf7 .codedropz-upload-wrapper .dnd-upload-counter{display:none}div.wpcf7 .dnd-upload-status{border-radius:4px;background:#ebebeb;padding:.25rem;margin-top:.25rem}div.wpcf7 .dnd-upload-status .dnd-upload-image{border:0;border-radius:0;width:1rem;height:16px}div.wpcf7 .dnd-upload-status .dnd-upload-image span.file{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='M13 6.91406V13C13 13.3978 12.842 13.7794 12.5607 14.0607C12.2794 14.342 11.8978 14.5 11.5 14.5H4.5C4.10218 14.5 3.72064 14.342 3.43934 14.0607C3.15804 13.7794 3 13.3978 3 13V3C3 2.60218 3.15804 2.22064 3.43934 1.93934C3.72064 1.65804 4.10218 1.5 4.5 1.5H7.58594C7.85106 1.50004 8.10532 1.60536 8.29281 1.79281L12.7072 6.20719C12.8946 6.39468 13 6.64894 13 6.91406Z' stroke='black' stroke-opacity='0.6' stroke-linejoin='round'/%3E%3Cpath d='M8 1.75V5.5C8 5.76522 8.10536 6.01957 8.29289 6.20711C8.48043 6.39464 8.73478 6.5 9 6.5H12.75' stroke='black' stroke-opacity='0.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");width:1rem;height:16px}div.wpcf7 .dnd-upload-status .dnd-upload-details{padding-left:.25rem;width:calc(100% - 1rem)}div.wpcf7 .dnd-upload-status .dnd-upload-details .name{padding-right:1.5rem;color:#000;font-size:.75rem;line-height:normal}div.wpcf7 .dnd-upload-status .dnd-upload-details .name span{padding-right:.25rem}div.wpcf7 .dnd-upload-status .dnd-upload-details .name em{color:#999;font-weight:400;font-style:normal}div.wpcf7 .dnd-upload-status .dnd-upload-details .remove-file{top:50%;right:.25rem;margin-top:-.5rem}div.wpcf7 .dnd-upload-status .dnd-upload-details .remove-file span::after{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='M4.26692 12.2053L3.79492 11.7333L7.52826 8.00001L3.79492 4.26668L4.26692 3.79468L8.00026 7.52801L11.7336 3.79468L12.2056 4.26668L8.47226 8.00001L12.2056 11.7333L11.7336 12.2053L8.00026 8.47201L4.26692 12.2053Z' fill='black'/%3E%3C/svg%3E");width:1rem;height:16px}div.wpcf7 .dnd-upload-status .dnd-upload-details .dnd-progress-bar{display:none}.wpcf7-checkbox_picture{display:flex;flex-wrap:wrap;justify-content:flex-start;row-gap:1rem;margin-left:calc(var(--theme-grid-gutter) * -.5);margin-right:calc(var(--theme-grid-gutter) * -.5)}.wpcf7-checkbox_picture .wpcf7-list-item{display:block;flex:0 0 50%;max-width:50%;padding-left:calc(var(--theme-grid-gutter) * .5);padding-right:calc(var(--theme-grid-gutter) * .5);margin:0;text-align:center}.wpcf7-checkbox_picture .wpcf7-list-item label{display:block;cursor:pointer}.wpcf7-checkbox_picture .wpcf7-list-item img{display:block;width:100%;border:1px solid rgba(0,0,0,.2);background:#f5f5f5;padding:.0625rem;margin:0 auto}.wpcf7-checkbox_picture .wpcf7-list-item .wpcf7-list-item-label{padding-left:0!important;margin-top:.25rem}.wpcf7-checkbox_picture .wpcf7-list-item .wpcf7-list-item-label::after,.wpcf7-checkbox_picture .wpcf7-list-item .wpcf7-list-item-label::before{display:none}.wpcf7-checkbox_picture .wpcf7-list-item.checked img,.wpcf7-checkbox_picture .wpcf7-list-item:focus img,.wpcf7-checkbox_picture .wpcf7-list-item:hover img{border-color:#000!important}.wpcf7-checkbox_picture .wpcf7-list-item.checked img{border:2px solid #000!important;padding:0}@media only screen and (min-width :768px){.wpcf7-checkbox_picture .wpcf7-list-item{flex:0 0 25%;max-width:25%}}@media only screen and (min-width :1200px){.wpcf7-checkbox_picture{--theme-grid-gutter:1rem;row-gap:2rem}.wpcf7-checkbox_picture .wpcf7-list-item{flex:0 0 20%;max-width:20%}}div.wpcf7 input[type=date],div.wpcf7 input[type=datetime],div.wpcf7 input[type=email],div.wpcf7 input[type=number],div.wpcf7 input[type=password],div.wpcf7 input[type=search],div.wpcf7 input[type=tel],div.wpcf7 input[type=text],div.wpcf7 input[type=time],div.wpcf7 input[type=url],div.wpcf7 select,div.wpcf7 textarea{display:block;width:100%;padding:.5rem 0;background:0 0;border:0;border-bottom:1px solid rgba(0,0,0,.6);border-radius:0;outline:0;color:#1d1d1d;font-size:1rem;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}div.wpcf7 input[type=date].wpcf7-not-valid,div.wpcf7 input[type=datetime].wpcf7-not-valid,div.wpcf7 input[type=email].wpcf7-not-valid,div.wpcf7 input[type=number].wpcf7-not-valid,div.wpcf7 input[type=password].wpcf7-not-valid,div.wpcf7 input[type=search].wpcf7-not-valid,div.wpcf7 input[type=tel].wpcf7-not-valid,div.wpcf7 input[type=text].wpcf7-not-valid,div.wpcf7 input[type=time].wpcf7-not-valid,div.wpcf7 input[type=url].wpcf7-not-valid,div.wpcf7 select.wpcf7-not-valid,div.wpcf7 textarea.wpcf7-not-valid{border-bottom-color:#dc3545;animation:shake .8s}div.wpcf7 input[type=date]:focus,div.wpcf7 input[type=datetime]:focus,div.wpcf7 input[type=email]:focus,div.wpcf7 input[type=number]:focus,div.wpcf7 input[type=password]:focus,div.wpcf7 input[type=search]:focus,div.wpcf7 input[type=tel]:focus,div.wpcf7 input[type=text]:focus,div.wpcf7 input[type=time]:focus,div.wpcf7 input[type=url]:focus,div.wpcf7 select:focus,div.wpcf7 textarea:focus{outline:0;border-bottom-color:#000}div.wpcf7 select{padding-top:.9em;padding-bottom:.9em}div.wpcf7 textarea{min-height:8rem;padding-top:1rem;padding-bottom:1rem;resize:vertical}div.wpcf7 .wpcf7-form-control-wrap{display:block}div.wpcf7 .form-group{position:relative;margin:0 0 2rem}div.wpcf7 .form-group>label{color:rgba(0,0,0,.4);font-size:1rem;position:absolute;top:0;left:0;cursor:text;transition:all .2s ease-out;transform:translateY(.375rem);transform-origin:0 100%}div.wpcf7 .form-group>label.wpcf7-not-valid{color:#dc3545}div.wpcf7 .form-group>label.focus{color:#000}div.wpcf7 .form-group>label.active{transform:translateY(-1rem) scale(.8);transform-origin:0 0}div.wpcf7 .form-group.form-group-file>label{display:block;position:static;margin-bottom:.25rem;font-size:.875rem;transform:translateY(0)}div.wpcf7 .form-group.form-submit-group{margin:1rem 0 0}div.wpcf7 .form-group.form-submit-group .btn{width:100%}div.wpcf7 .form-group.form-acceptance-group{margin:.5rem 0 0;font-feature-settings:'clig' off,'liga' off;font-size:.75rem;line-height:1.2}div.wpcf7 .form-group.form-acceptance-group,div.wpcf7 .form-group.form-acceptance-group a{color:#999}div.wpcf7 .form-group.form-acceptance-group a{border-bottom:1px solid}div.wpcf7 .form-group.form-acceptance-group a:focus,div.wpcf7 .form-group.form-acceptance-group a:hover{color:#000}div.wpcf7 img.ajax-loader{display:none}div.wpcf7 .field-note{display:block;margin-top:-.75em;font-size:.9rem}div.wpcf7 .wpcf7-list-item{display:block;margin-left:0}div.wpcf7 .wpcf7-not-valid-tip{display:none!important}div.wpcf7 .wpcf7-response-output{display:none!important}@media only screen and (min-width :768px){div.wpcf7 .form-group.form-submit-group{margin-top:2rem}}.site-header-wrapper{overflow:hidden}.site-header{width:100%;position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-transition:-webkit-transform var(--dur-base) var(--ease-out);-moz-transition:-moz-transform var(--dur-base) var(--ease-out);-o-transition:-o-transform var(--dur-base) var(--ease-out);transition:-webkit-transform var(--dur-base) var(--ease-out),-moz-transform var(--dur-base) var(--ease-out),-o-transform var(--dur-base) var(--ease-out),transform var(--dur-base) var(--ease-out)}.site-header.header-hidden{transform:translateY(-100%)}.site-header .container{background:#e7e7e7}.site-header .phone{display:inline-block;color:#1d1d1d;font-size:.875rem;line-height:normal;letter-spacing:-.035rem;text-transform:uppercase}.site-header .link-callback{display:inline-block;color:#606060;font-size:.75rem;line-height:normal;text-decoration-line:underline}.site-header .btn{padding:.75rem 1rem;font-size:.75rem}.site-header .btn.btn-bordered-dark{-lh-property:0;padding-top:-webkit-calc(.75rem - 1px);padding-top:-moz-calc(.75rem - 1px);padding-top:calc(.75rem - 1px);-lh-property:0;padding-bottom:-webkit-calc(.75rem - 1px);padding-bottom:-moz-calc(.75rem - 1px);padding-bottom:calc(.75rem - 1px);-lh-property:0;padding-left:-webkit-calc(1rem - 1px);padding-left:-moz-calc(1rem - 1px);padding-left:calc(1rem - 1px);-lh-property:0;padding-right:-webkit-calc(1rem - 1px);padding-right:-moz-calc(1rem - 1px);padding-right:calc(1rem - 1px)}.site-header .topbar{padding-top:.5rem;position:relative;z-index:1020}.site-header .topbar .container{border-radius:4px;padding:.25rem;overflow:hidden}.site-header .topbar .row{align-items:center}.site-header .topbar .col-sidenav-toggle{display:flex}.site-header .topbar .site-brand{padding-left:.25rem}.site-header .topbar .site-brand .custom-logo{width:4rem}.site-header .topbar .site-brand .media-body{max-width:11em;padding:.3125rem 0;color:#1d1d1d;font-size:.75rem;line-height:1}.site-header .topbar .cart-toggle{margin-right:2rem}@media only screen and (max-width :767.98px){.site-header .topbar .row{justify-content:space-between}}@media only screen and (min-width :768px){.site-header .topbar{padding-top:1rem}.site-header .topbar .row{justify-content:space-between}.site-header .topbar .container{padding-left:.5rem;padding-right:.5rem}.site-header .topbar .col-links .d-inline-flex{flex-direction:column;justify-content:end;gap:.125rem;text-align:right}.site-header .topbar .col-sidenav-toggle{padding:0}.site-header .topbar .site-brand{padding-left:.5rem}.site-header .topbar .site-brand .custom-logo{width:4.625rem}.site-header .topbar .cart-toggle{margin-right:1.5rem}}@media only screen and (min-width :1200px){.site-header .topbar .container{padding-top:.5rem;padding-bottom:.5rem}.site-header .topbar .col-actions,.site-header .topbar .col-site-brand{flex:1 1 0}.site-header .topbar .col-actions{justify-content:flex-end}.site-header .topbar .col-btns{flex:0 0 auto;text-align:center}.site-header .topbar .col-btns .btn{min-width:10.25rem}.site-header .topbar .col-actions{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem}.site-header .topbar .col-actions .d-inline-flex{flex-direction:column;justify-content:end;gap:.125rem;text-align:right}.site-header .topbar .col-actions .social-messengers{gap:.5rem}.site-header .topbar .site-brand{padding-left:1rem;gap:1rem}.site-header .topbar .site-brand .custom-logo{width:auto}.site-header .topbar .site-brand .media-body{padding:.1875rem 0;font-size:.875rem;line-height:1.1}.site-header .topbar .phone{font-size:1rem}.site-header .topbar .cart-toggle{margin-right:0}}@media only screen and (min-width :1200px){.site-header .topbar .col-actions{gap:3rem}.site-header .topbar .col-actions .social-messengers{gap:.75rem}}#wpadminbar{z-index:99999999}@media (prefers-reduced-motion:reduce){.site-header{transition:none}.site-header.header-hidden{transform:none}}#sidenav{display:block!important;padding-bottom:.5rem;position:fixed;left:0;right:0;top:0;z-index:1010;overflow-y:auto;visibility:hidden;opacity:0;transition:opacity var(--dur-micro) var(--ease-out),visibility var(--dur-micro) var(--ease-out)}#sidenav .container{border-radius:0 0 4px 4px;-webkit-clip-path:inset(0 0 100% 0);clip-path:inset(0 0 100% 0);transition:-webkit-clip-path var(--dur-base) var(--ease-out),clip-path var(--dur-base) var(--ease-out)}#sidenav .primary-menu .menu>li{overflow:hidden}#sidenav .primary-menu .menu>li>a{display:inline-block;transform:translateY(105%);opacity:0;transition:transform var(--dur-base) var(--ease-out),opacity var(--dur-base) var(--ease-out),color var(--dur-micro) var(--ease-out),border-color var(--dur-micro) var(--ease-out)}#sidenav .sidenav-footer{opacity:0;transform:translateY(.75rem);transition:opacity var(--dur-base) var(--ease-out) .24s,transform var(--dur-base) var(--ease-out) .24s}#sidenav .row{align-items:center}#sidenav .sidenav-body{padding:2rem 0}#sidenav .sidenav-footer{padding:0 .25rem}#sidenav .sidenav-footer .row-top{border-top:1px solid #4f4f4f;padding:.5rem}#sidenav .sidenav-footer .row-top .col-messengers{text-align:center}#sidenav .sidenav-footer .row-top .col-links{display:flex;flex-direction:column;gap:.125rem;text-align:right}#sidenav .sidenav-footer .row-bottom{border-top:1px solid #4f4f4f;padding:1rem .25rem .5rem}#sidenav .sidenav-footer .row-bottom .row{--theme-grid-gutter:0.25rem}#sidenav .sidenav-footer .row-bottom .btn{width:100%}@media only screen and (min-width :768px){#sidenav{padding-bottom:1rem}#sidenav .sidenav-body{padding:4rem 0}#sidenav .sidenav-footer{padding:0 .5rem}#sidenav .sidenav-footer .row-bottom{border-top:0;padding:0 0 1.5rem}#sidenav .sidenav-footer .row-bottom .row{--theme-grid-gutter:0.5rem;justify-content:center}#sidenav .sidenav-footer .row-bottom .btn{width:auto;min-width:10.25rem}}@media only screen and (min-width :1200px){#sidenav .sidenav-body{padding:5rem 0}}body::before{content:'';display:block;background:rgba(29,29,29,.6);opacity:0;position:fixed;top:0;z-index:2;transition:opacity .25s ease;pointer-events:none;width:100%;height:100%}body.sidenav-is-opened{position:relative;overflow:hidden!important;overscroll-behavior-y:none}body.sidenav-is-opened::before{opacity:1}body.sidenav-is-opened #sidenav{opacity:1;visibility:visible}body.sidenav-is-opened #sidenav .container{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}body.sidenav-is-opened #sidenav .primary-menu .menu>li>a{transform:translateY(0);opacity:1}body.sidenav-is-opened #sidenav .primary-menu .menu>li:first-child>a{transition-delay:0.18s,0.18s,0s,0s}body.sidenav-is-opened #sidenav .primary-menu .menu>li:nth-child(2)>a{transition-delay:0.25s,0.25s,0s,0s}body.sidenav-is-opened #sidenav .primary-menu .menu>li:nth-child(3)>a{transition-delay:0.32s,0.32s,0s,0s}body.sidenav-is-opened #sidenav .primary-menu .menu>li:nth-child(4)>a{transition-delay:0.39s,0.39s,0s,0s}body.sidenav-is-opened #sidenav .primary-menu .menu>li:nth-child(5)>a{transition-delay:0.46s,0.46s,0s,0s}body.sidenav-is-opened #sidenav .primary-menu .menu>li:nth-child(6)>a{transition-delay:0.53s,0.53s,0s,0s}body.sidenav-is-opened #sidenav .primary-menu .menu>li:nth-child(7)>a{transition-delay:0.6s,0.6s,0s,0s}body.sidenav-is-opened #sidenav .sidenav-footer{opacity:1;transform:none}body.sidenav-is-opened .site-header .topbar .container{border-bottom-left-radius:0;border-bottom-right-radius:0}@media (prefers-reduced-motion:reduce){#sidenav .container{-webkit-clip-path:none;clip-path:none;transition:none}#sidenav .primary-menu .menu>li>a,#sidenav .sidenav-footer{transform:none;opacity:1;transition:none}}.site-footer{padding:0}.site-footer .footer-top{background:#fff;padding:2rem 0}.site-footer .footer-top .section-title{margin-bottom:1.5rem}.site-footer .footer-top .social-messengers{margin-bottom:1rem}.site-footer .footer-top .social-messengers a{display:flex;justify-content:center;align-items:center;border:1px solid rgba(0,0,0,.2);border-radius:50%;width:3rem;height:3rem;position:relative;overflow:hidden;color:#000}.site-footer .footer-top .social-messengers a::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background-color:#1d1d1d;transform:scale(0);transition:transform var(--dur-micro) var(--ease-out)}.site-footer .footer-top .social-messengers a img,.site-footer .footer-top .social-messengers a svg{position:relative;z-index:1}.site-footer .footer-top .social-messengers a svg path{transition:fill var(--dur-micro) var(--ease-out)}.site-footer .footer-top .social-messengers a:focus-visible,.site-footer .footer-top .social-messengers a:hover{border-color:#1d1d1d}.site-footer .footer-top .social-messengers a:focus-visible::before,.site-footer .footer-top .social-messengers a:hover::before{transform:scale(1)}.site-footer .footer-top .social-messengers a:focus-visible svg path,.site-footer .footer-top .social-messengers a:hover svg path{fill:#ffffff}.site-footer .footer-top .social-messengers img,.site-footer .footer-top .social-messengers svg{width:1.25rem}.site-footer .footer-top .contacts-links{display:flex;flex-direction:column;justify-content:center;gap:.25rem}.site-footer .footer-top .email,.site-footer .footer-top .phone{color:#000;font-size:1.25rem;letter-spacing:-.0375rem}.site-footer .footer-top .phone{text-transform:uppercase}.site-footer .footer-top .email,.site-footer .footer-top .phone{display:inline-block;position:relative;text-decoration:none}.site-footer .footer-top .email::after,.site-footer .footer-top .phone::after{content:'';position:absolute;left:0;right:0;bottom:-.125rem;height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform var(--dur-micro) var(--ease-out)}.site-footer .footer-top .email:focus-visible::after,.site-footer .footer-top .email:hover::after,.site-footer .footer-top .phone:focus-visible::after,.site-footer .footer-top .phone:hover::after{transform:scaleX(1)}.site-footer .footer-middle{background:#1d1d1d;padding:2rem 0;text-align:center}.site-footer .footer-middle .secondary-menu,.site-footer .footer-middle .social-networks{margin-top:2rem}.site-footer .footer-middle .secondary-menu .menu{display:flex;justify-content:center;flex-direction:column;gap:1rem}.site-footer .footer-middle .secondary-menu .menu a{display:inline-block;color:#fff;line-height:normal;letter-spacing:-.04rem;text-transform:uppercase}.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.4);background:#1d1d1d;padding:1rem 0}.site-footer .footer-bottom .row{align-items:center}.site-footer .footer-bottom .col-developer{text-align:right}.site-footer .footer-bottom .copyright,.site-footer .footer-bottom .footer-menu a{color:#9f9f9f}.site-footer .footer-bottom .col-developer .developer{display:inline-flex;flex-direction:column;align-items:flex-end;gap:.25rem;color:#9f9f9f;text-decoration:none;transition:color var(--dur-micro) var(--ease-out)}.site-footer .footer-bottom .col-developer .developer::after{display:none}.site-footer .footer-bottom .col-developer .developer .developer-label{position:relative;font-size:.75rem;line-height:normal;white-space:nowrap}.site-footer .footer-bottom .col-developer .developer .developer-label::after{content:'';position:absolute;left:0;right:0;bottom:-.125rem;height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform var(--dur-micro) var(--ease-out)}.site-footer .footer-bottom .col-developer .developer svg{display:block;flex:0 0 auto;width:7.125rem;height:1.5rem}.site-footer .footer-bottom .col-developer .developer:focus-visible,.site-footer .footer-bottom .col-developer .developer:hover{color:#fff}.site-footer .footer-bottom .col-developer .developer:focus-visible .developer-label::after,.site-footer .footer-bottom .col-developer .developer:hover .developer-label::after{transform:scaleX(1)}.site-footer .footer-bottom .footer-menu .menu{display:flex;justify-content:space-between;align-items:center}.site-footer .footer-bottom .footer-menu .menu a{font-size:.75rem}@media only screen and (max-width :767.98px){.site-footer .footer-top{text-align:center}.site-footer .footer-bottom .container{padding:0 1rem}.site-footer .footer-bottom .col-menu{order:1;margin-bottom:2rem}.site-footer .footer-bottom .col-copyright{order:2}.site-footer .footer-bottom .col-developer{order:3;text-align:right}}@media only screen and (min-width :768px){.site-footer .footer-top .row{align-items:center}.site-footer .footer-top .col-md-7{display:flex;justify-content:space-between;align-items:center}.site-footer .footer-top .section-title{margin-bottom:0}.site-footer .footer-top .social-messengers{margin-bottom:0}.site-footer .footer-middle .secondary-menu .menu{gap:2.5rem;flex-direction:row}.site-footer .footer-middle .social-networks{margin-top:1.5rem;gap:1.5rem}.site-footer .footer-bottom .col-menu{padding:0 1.5rem}.site-footer .footer-bottom .footer-menu .menu{justify-content:center;gap:1.5rem}.site-footer .footer-bottom .copyright br{display:none}}@media only screen and (min-width :1200px){.site-footer .footer-top{padding:3.75rem 0}.site-footer .footer-top .social-messengers a{width:5rem;height:80px}.site-footer .footer-top .social-messengers a img,.site-footer .footer-top .social-messengers a svg{width:2rem}.site-footer .footer-top .contacts-links{gap:.5rem}.site-footer .footer-top .email,.site-footer .footer-top .phone{font-size:1.5rem}.site-footer .footer-middle{padding-top:3rem}.site-footer .footer-middle .secondary-menu .menu{margin-top:2.5rem}.site-footer .footer-middle .social-networks{margin-top:2rem}.site-footer .footer-bottom{border-top:0;padding:0}.site-footer .footer-bottom .container{border-top:1px solid rgba(255,255,255,.4);padding:1rem 0}.site-footer .footer-bottom .copyright{font-size:1rem}.site-footer .footer-bottom .footer-menu .menu{gap:5rem}}body.page-template-front-page .site-footer .footer-top{background:#f8f8f8}html.motion-ok .site-footer .footer-bottom,html.motion-ok .site-footer .footer-middle,html.motion-ok .site-footer .footer-top{opacity:0;transform:translateY(2.5rem);transition:opacity var(--dur-slow) var(--ease-out),transform var(--dur-slow) var(--ease-out)}html.motion-ok .site-footer .footer-middle{transition-delay:0.1s}html.motion-ok .site-footer .footer-bottom{transition-delay:0.2s}html.motion-ok .site-footer.is-revealed .footer-bottom,html.motion-ok .site-footer.is-revealed .footer-middle,html.motion-ok .site-footer.is-revealed .footer-top{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.site-footer .footer-top .social-messengers a::before{transition:none}.site-footer .footer-top .email::after,.site-footer .footer-top .phone::after{transition:none}}.site-footer .footer-middle .secondary-menu .menu a{position:relative;text-decoration:none}.site-footer .footer-middle .secondary-menu .menu a::after{content:'';position:absolute;left:0;right:0;bottom:-.125rem;height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform var(--dur-micro) var(--ease-out)}.site-footer .footer-middle .secondary-menu .menu a:focus-visible::after,.site-footer .footer-middle .secondary-menu .menu a:hover::after{transform:scaleX(1)}.site-footer .footer-bottom a{position:relative;text-decoration:none}.site-footer .footer-bottom a::after{content:'';position:absolute;left:0;right:0;bottom:-.125rem;height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform var(--dur-micro) var(--ease-out)}.site-footer .footer-bottom a:focus-visible::after,.site-footer .footer-bottom a:hover::after{transform:scaleX(1)}.site-footer .social-networks a{transition:color var(--dur-micro) var(--ease-out),opacity var(--dur-micro) var(--ease-out)}.site-footer .social-networks a svg path{transition:fill var(--dur-micro) var(--ease-out),stroke var(--dur-micro) var(--ease-out)}.site-footer .social-networks a:focus-visible,.site-footer .social-networks a:hover{opacity:1}.modal.fancybox__container{--f-transition-duration:var(--dur-base);--f-transition-easing:var(--ease-out)}.modal.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding:0}.modal.fancybox__container .fancybox__content>.modal-dialog{animation:var(--dur-base) var(--ease-out) both modal-dialog-in}.modal.fancybox__container.is-closing .fancybox__content>.modal-dialog{animation:var(--dur-micro) var(--ease-out) both modal-dialog-out}.modal.fancybox__container .f-button.is-close-btn{transition:transform var(--dur-micro) var(--ease-soft),opacity var(--dur-micro) var(--ease-soft)}.modal.fancybox__container .f-button.is-close-btn:focus-visible,.modal.fancybox__container .f-button.is-close-btn:hover{transform:rotate(90deg)}.modal.fancybox__container .fancybox__content{width:100%;padding:0}.modal.fancybox__container .fancybox__slide{padding:0;margin:0}.modal.fancybox__container .f-button.is-close-btn svg{stroke-width:0}.modal.fancybox__container .modal-dialog .modal-title{font-family:'NeverMind Serif Small',serif;color:#1d1d1d!important;text-align:center;font-feature-settings:'salt' on;font-size:2rem;line-height:1.2;text-transform:uppercase;margin:0 0 .5rem}.modal.fancybox__container .modal-dialog .modal-text{font-size:1rem;line-height:normal;text-align:center}.modal.fancybox__container .modal-dialog .modal-text a{color:var(--fancybox-content-color)}.modal.fancybox__container .modal-dialog .modal-text a:focus,.modal.fancybox__container .modal-dialog .modal-text a:hover{border-bottom-color:transparent}.modal.fancybox__container .fancybox__content.modal-with-image .modal-dialog .modal-image{border-radius:4px;overflow:hidden}.modal.fancybox__container .fancybox__content.modal-with-image .modal-dialog .modal-image iframe,.modal.fancybox__container .fancybox__content.modal-with-image .modal-dialog .modal-image img,.modal.fancybox__container .fancybox__content.modal-with-image .modal-dialog .modal-image video{width:100%;height:100%}.modal.fancybox__container .fancybox__content.modal-with-image .modal-dialog .modal-image img{object-fit:cover}@media only screen and (max-width :767.98px){.modal.fancybox__container .fancybox__content.modal-with-image .modal-dialog{padding:1rem}.modal.fancybox__container .fancybox__content.modal-with-image .modal-dialog .modal-image{display:none}}@media only screen and (min-width :768px){.modal.fancybox__container .fancybox__content.modal-with-image .modal-dialog{min-height:30.9375rem;display:flex;flex-wrap:nowrap}.modal.fancybox__container .fancybox__content.modal-with-image .modal-dialog .modal-image{width:21.5rem}.modal.fancybox__container .fancybox__content.modal-with-image .modal-dialog .modal-content{display:flex;flex:1;flex-direction:column;justify-content:center;min-height:19.0625rem;padding:4rem 1.375rem}}@media only screen and (min-width :1200px){.modal.fancybox__container .fancybox__content.modal-with-image .modal-dialog .modal-image{width:27.75rem}.modal.fancybox__container .fancybox__content.modal-with-image .modal-dialog .modal-content{padding-left:4rem;padding-right:4rem}}.modal.fancybox__container .fancybox__content.modal-form .wpcf7{margin-top:3rem}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog{padding:1rem}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog .modal-image .video{width:100%;height:100%}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog .tabs-nav{border-bottom:1px solid rgba(0,0,0,.2);padding-bottom:1rem;margin-bottom:1.5rem}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog .tabs-content .tab-pane.active{display:flex;flex-direction:column;gap:2rem}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog h2.modal-title{margin-bottom:1rem;font-size:1.5rem}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog h3.modal-title{font-size:1.25rem}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog .modal-text{font-size:.875rem;line-height:1.2}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog .wpcf7{margin-top:2rem}@media only screen and (max-width :767.98px){.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog .modal-image{display:inherit!important;height:11.25rem}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog #measurement-atelier .modal-content{order:1}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog #measurement-atelier .modal-image{order:2}}@media only screen and (min-width :768px){.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog{flex-direction:column;flex-wrap:wrap;padding:1.5rem}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog .modal-image{width:18.125rem;min-height:26.25rem}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog .modal-content{padding:0 1.5rem}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog .tabs-nav{margin-bottom:.5rem}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog .tabs-content .tab-pane.active{flex-direction:row;gap:0}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog h3.modal-title{font-size:1.5rem}}@media only screen and (min-width :1200px){.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog{padding:2rem}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog .modal-image{width:25rem;min-height:29rem}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog .modal-image .video .video-play-btn .video-title{font-size:.875rem}.modal.fancybox__container .fancybox__content.modal-with-tabs .modal-dialog .modal-content{padding:0 3.375rem}}@media only screen and (max-width :767.98px){.modal.fancybox__container .fancybox__content{align-items:center;justify-content:center}.modal.fancybox__container .fancybox__content.modal-text .modal-content{padding:3.25rem 1.25rem 1.75rem}.modal.fancybox__container .fancybox__content>.f-button.is-close-btn{top:.5rem;right:.5rem}}@media only screen and (min-width :768px){.modal.fancybox__container .fancybox__content{width:44rem}.modal.fancybox__container .fancybox__content>.f-button.is-close-btn{top:1rem;right:1rem}.modal.fancybox__container .fancybox__content.modal-text .modal-content{padding:3.5rem 4rem}}@media only screen and (min-width :1200px){.modal.fancybox__container .fancybox__content{width:55.5rem}}@keyframes modal-dialog-in{from{opacity:0;transform:translate3d(0,1.5rem,0) scale(.98)}to{opacity:1;transform:none}}@keyframes modal-dialog-out{from{opacity:1;transform:none}to{opacity:0;transform:translate3d(0,.75rem,0) scale(.99)}}@media (prefers-reduced-motion:reduce){.modal.fancybox__container .fancybox__content>.modal-dialog,.modal.fancybox__container.is-closing .fancybox__content>.modal-dialog{animation:none}.modal.fancybox__container .f-button.is-close-btn:hover{transform:none}}.quiz .quiz-step .step-title{margin-bottom:2rem;text-align:center}.quiz .quiz-step .step-title span{font-family:Inter,sans-serif;display:block;color:rgba(0,0,0,.6);font-feature-settings:'clig' off,'liga' off;font-size:1rem;line-height:1.2;text-transform:none}.quiz .quiz-step.quiz-step-size .wpcf7-form-control{display:flex;flex-wrap:wrap;justify-content:center;gap:.125rem}.quiz .quiz-step.quiz-step-size .wpcf7-form-control .wpcf7-list-item{margin:0}.quiz .quiz-step.quiz-step-size .wpcf7-form-control [type=radio]+.wpcf7-list-item-label{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #c7c6c2;color:#1d1d1d;font-size:.875rem;line-height:1.2;text-align:center;width:2rem;height:32px}.quiz .quiz-step.quiz-step-size .wpcf7-form-control [type=radio]+.wpcf7-list-item-label:focus,.quiz .quiz-step.quiz-step-size .wpcf7-form-control [type=radio]+.wpcf7-list-item-label:hover{cursor:pointer;background:#e7e7e7}.quiz .quiz-step.quiz-step-size .wpcf7-form-control [type=radio]:checked+.wpcf7-list-item-label{border-bottom-color:#1d1d1d!important;background:#e7e7e7}.quiz .quiz-step .step-error .wpcf7-checkbox_picture .wpcf7-list-item img{border-color:#dc3545}.quiz .quiz-step .step-error .wpcf7-form-control [type=radio]+.wpcf7-list-item-label{border-bottom-color:#dc3545}.quiz .quiz-progress{width:100%;height:1px;background:rgba(0,0,0,.2);margin-bottom:1rem;position:relative}.quiz .quiz-progress .quiz-progress-bar{width:auto;height:.1875rem;background:#1d1d1d;position:absolute;top:-1px;left:0;z-index:1;transition:width .5s}.quiz .quiz-pagination{font-family:'NeverMind Serif Small',serif;font-size:1rem;line-height:normal}.quiz .quiz-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-top:3rem}.quiz .quiz-actions .btn.btn-quiz-order{display:none}@media only screen and (max-width :767.98px){.quiz .quiz-step.quiz-step-size .wpcf7-form-control [type=radio]+.wpcf7-list-item-label{width:3rem;height:48px}.quiz .quiz-actions .quiz-progress{order:1}.quiz .quiz-actions .quiz-pagination{order:2;width:100%;margin-bottom:1rem;text-align:center}.quiz .quiz-actions .btn-quiz-prev{order:3;width:33.33333333%;height:3.0625rem}.quiz .quiz-actions .btn-quiz-next,.quiz .quiz-actions .btn-quiz-order{order:4;width:calc(66.66666667% - .5rem);margin-left:.5rem}.quiz .quiz-actions .btn.btn-quiz-order{padding-left:1rem;padding-right:1rem}}@media only screen and (min-width :768px){.quiz .quiz-actions{margin-top:4rem}.quiz .quiz-actions .btn{min-width:12.75rem}}.hentry{padding:2rem 0 5rem}@media only screen and (min-width :768px){.hentry{padding:3rem 0 6.25rem}}@media only screen and (min-width :1200px){.hentry{padding:4rem 0 7.5rem}}.posts-empty{margin-top:1rem;font-size:1rem;font-weight:700;text-align:center}@media only screen and (min-width :768px){.posts-empty{margin-top:2rem;font-size:1.5rem}}body.error404 .hentry{padding-top:5rem;text-align:center}body.error404 .hentry .entry-title{font-feature-settings:'salt' on;font-size:1.25rem;margin-bottom:1.5rem}body.error404 .hentry .entry-title .number-404{display:block;font-size:3.2em;line-height:1}body.error404 .hentry .text{font-size:.875rem;line-height:1.3;letter-spacing:-.035rem;text-transform:uppercase}body.error404 .hentry .block-buttons{margin-top:5rem}@media only screen and (min-width :768px){body.error404 .hentry{padding:7.5rem}body.error404 .hentry .entry-title{font-size:2rem}body.error404 .hentry .entry-title .number-404{font-size:3.125em}body.error404 .hentry .text{font-size:1rem}body.error404 .hentry .block-buttons .btn{width:21.5rem}}@media only screen and (min-width :1200px){body.error404 .hentry .entry-title{font-size:3rem;margin-bottom:2rem}body.error404 .hentry .entry-title .number-404{font-size:2.66667em}body.error404 .hentry .text{font-size:1rem}body.error404 .hentry .block-buttons .btn{width:19.75rem}}body.page-template-thanks .hentry{padding:4rem 0 0}body.page-template-thanks .hentry .entry-title{margin-bottom:1rem;font-feature-settings:'salt' on;font-size:2.5rem}body.page-template-thanks .hentry .text{color:rgba(29,29,29,.8);line-height:1.3;letter-spacing:-.035rem;text-transform:uppercase}body.page-template-thanks .hentry .wp-block-buttons{margin-top:2rem}body.page-template-thanks .hentry .wp-block-buttons .wp-element-button{width:12.75rem;padding-top:.75rem;padding-bottom:.75rem;font-size:.75rem}@media only screen and (max-width :767.98px){body.page-template-thanks .hentry .container{padding:0 1.8125rem}body.page-template-thanks .hentry .col-text{text-align:center}body.page-template-thanks .hentry .wp-block-buttons{justify-content:center}body.page-template-thanks .hentry .col-image{margin-top:3rem}body.page-template-thanks .hentry .col-image img{width:14.1875rem}}@media only screen and (min-width :768px){body.page-template-thanks .hentry{padding:10rem 0}body.page-template-thanks .hentry .col-image{position:relative}body.page-template-thanks .hentry .col-image img{width:calc(100% - var(--theme-grid-gutter));position:absolute;bottom:-10rem;left:auto}body.page-template-thanks .hentry .entry-title{margin-bottom:1.5rem;font-size:2.5rem}body.page-template-thanks .hentry .text{font-size:1.125rem}body.page-template-thanks .hentry .wp-block-buttons{margin-top:3rem}}@media only screen and (min-width :1200px){body.page-template-thanks .hentry{padding-bottom:11.5rem}body.page-template-thanks .hentry .col-image img{width:auto;bottom:-11.5rem;left:2rem}body.page-template-thanks .hentry .entry-title{font-size:4rem}body.page-template-thanks .hentry .text{width:17.5em;font-size:1.25rem}}body.tax-product_cat .hentry .entry-title{text-align:center}@media only screen and (min-width :768px){body.tax-product_cat .hentry .entry-title{margin-bottom:2rem}}@media only screen and (min-width :1200px){body.tax-product_cat .hentry .entry-title{margin-bottom:3rem}}.product-categories{display:flex;flex-wrap:nowrap;justify-content:center;margin-bottom:2rem}.product-categories .cat-link{display:block;flex:1;color:rgba(0,0,0,.5);font-size:.875rem;font-weight:400;line-height:1.3;letter-spacing:-.035rem;text-transform:uppercase;text-underline-offset:0.1875rem;text-align:center}.product-categories .cat-link span{display:block}.product-categories .cat-link .cat-thumb svg path{transition:.3s fill-opacity}.product-categories .cat-link .cat-name{margin-top:.5rem}.product-categories .cat-link:focus,.product-categories .cat-link:hover{color:#000;text-decoration:underline}.product-categories .cat-link.active{color:#000}.product-categories .cat-link.active .cat-thumb svg path{fill-opacity:1}@media only screen and (min-width :768px){.product-categories{gap:4rem}.product-categories .cat-link{flex:0 auto}.product-categories .cat-link .cat-thumb svg{width:5.625rem}.product-categories .cat-link .cat-name{line-height:1.4;letter-spacing:-.02625rem}}@media only screen and (min-width :1200px){.product-categories{margin-bottom:3rem}}.searchandfilter-container{background:#fff;position:relative}.searchandfilter-container .searchandfilter-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:.5rem}.searchandfilter-container .searchandfilter-header:focus,.searchandfilter-container .searchandfilter-header:hover{cursor:pointer}.searchandfilter-container .searchandfilter-header .sf-title{display:flex;align-items:center;flex-wrap:nowrap;font-size:.875rem;line-height:normal;letter-spacing:-.035rem;text-transform:uppercase}.searchandfilter-container .searchandfilter-header .sf-total{color:rgba(0,0,0,.6);font-feature-settings:'clig' off,'liga' off;font-size:.75rem;line-height:1.2}.searchandfilter-container .searchandfilter-header .sf-selected-filters{display:flex;justify-content:flex-start;align-items:flex-start;gap:.25rem;margin-top:.5rem;overflow-x:auto;visibility:visible;opacity:1;transition:.3s}.searchandfilter-container .searchandfilter-header .sf-selected-filters .badge{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:.25rem}.searchandfilter-container .searchandfilter-form{background:#fff;padding:0 .5rem;position:absolute;top:100%;left:0;right:0;z-index:5;overflow:hidden;visibility:hidden;opacity:0;transition:.3s}.searchandfilter-container .searchandfilter{border-top:1px solid rgba(0,0,0,.2);padding:1rem 0}.searchandfilter-container .searchandfilter ul{padding:0!important;list-style:none!important}.searchandfilter-container .searchandfilter>ul li{padding:0!important}.searchandfilter-container .searchandfilter>ul li h4{margin-bottom:1rem;padding:0;color:#000;font-feature-settings:'clig' off,'liga' off;font-size:.875rem;line-height:1.2;text-transform:none}.searchandfilter-container .searchandfilter>ul li ul li{margin-bottom:.25rem}.searchandfilter-container.is-active .searchandfilter-header .sf-selected-filters{visibility:hidden;opacity:0}.searchandfilter-container.is-active .searchandfilter-form{visibility:visible;opacity:1}@media only screen and (max-width :767.98px){.searchandfilter-container .searchandfilter-header .sf-title{order:1}.searchandfilter-container .searchandfilter-header .sf-total{order:2}.searchandfilter-container .searchandfilter-header .sf-selected-filters{order:3;width:100%}.searchandfilter-container .searchandfilter>ul>li+li{margin-top:1.5rem}.searchandfilter-container .searchandfilter>ul>li:not(.sf-field-post-meta-product_price_mts_enabled)>ul{display:flex;flex-wrap:wrap}.searchandfilter-container .searchandfilter>ul>li:not(.sf-field-post-meta-product_price_mts_enabled)>ul>li{flex-basis:50%}}@media only screen and (min-width :768px){.searchandfilter-container .searchandfilter-header{flex-wrap:nowrap;gap:1.5rem;padding:1rem}.searchandfilter-container .searchandfilter-header .sf-selected-filters{flex:1;margin-top:0}.searchandfilter-container .searchandfilter-form{padding:0 1rem}.searchandfilter-container .searchandfilter{padding:1.5rem 0}.searchandfilter-container .searchandfilter>ul{display:flex;flex-wrap:wrap;gap:1.5rem}.searchandfilter-container .searchandfilter>ul>li{flex:1}}@media only screen and (min-width :1200px){.searchandfilter-container .searchandfilter-header{gap:2.5rem}}@media only screen and (min-width :1200px){.searchandfilter-container .searchandfilter-header{gap:4rem}}.loop-products{margin-top:1rem}.loop-products .row{row-gap:2rem}.loop-products .loop-item{display:block;font-feature-settings:'clig' off,'liga' off;color:#000}.loop-products .loop-item .loop-item-thumb{height:13rem;overflow:hidden;position:relative}.loop-products .loop-item .loop-item-thumb img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease-out),opacity var(--dur-base) var(--ease-out)}.loop-products .loop-item .loop-item-thumb .loop-item-thumb-hover{opacity:0;position:absolute;top:0;left:0}.loop-products .loop-item .loop-item-details{margin-top:.5rem}.loop-products .loop-item .loop-item-details .loop-item-heading .loop-item-name{font-family:'NeverMind Serif Small',serif;font-size:.875rem;line-height:1;letter-spacing:-.02625rem;text-transform:uppercase;margin:0}.loop-products .loop-item .loop-item-details .loop-item-heading .loop-item-attr{color:rgba(0,0,0,.6);font-size:.75rem;line-height:1.2}.loop-products .loop-item .loop-item-details .loop-item-price{margin-top:.5rem}.loop-products .loop-item .loop-item-details .loop-item-price .justify-dots .justify-dots-label{color:#1d1d1d;line-height:normal;letter-spacing:-.02625rem}.loop-products .loop-item .loop-item-details .loop-item-price .justify-dots .justify-dots-value{font-size:.75rem;line-height:1.2}@media (hover:hover) and (pointer:fine){.loop-products .loop-item:focus-visible .loop-item-thumb img,.loop-products .loop-item:hover .loop-item-thumb img{transform:scale(1.06)}.loop-products .loop-item:focus-visible .loop-item-thumb-hover,.loop-products .loop-item:hover .loop-item-thumb-hover{opacity:1}}@media only screen and (min-width :768px){.loop-products .row{row-gap:3rem}.loop-products .loop-item .loop-item-thumb{height:17.25rem}.loop-products .loop-item .loop-item-details .loop-item-heading{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:nowrap;gap:.5rem}.loop-products .loop-item .loop-item-details .loop-item-heading .loop-item-attr{flex:1;word-spacing:624.9375rem;text-align:right}.loop-products .loop-item .loop-item-details .loop-item-price{margin-top:1rem}}@media only screen and (min-width :1200px){.loop-products [class*=col-]{border-right:1px solid #c7c6c2}.loop-products [class*=col-]:nth-child(4n){border-right:0}.loop-products .loop-item .loop-item-thumb{height:22.6875rem}.loop-products .loop-item .loop-item-details{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;gap:.5rem;margin-top:1rem}.loop-products .loop-item .loop-item-details .loop-item-heading{display:block;flex:1}.loop-products .loop-item .loop-item-details .loop-item-heading .loop-item-name{font-size:1rem}.loop-products .loop-item .loop-item-details .loop-item-heading .loop-item-attr{word-spacing:normal;text-align:left}.loop-products .loop-item .loop-item-details .loop-item-price{flex:1;margin-top:0}.loop-products .loop-item .loop-item-details .loop-item-price>*+*{margin-top:.25rem}}.ajax-products-results{position:relative}.ajax-products-results.is-overlay{position:relative;z-index:1}.ajax-products-results.is-overlay::before{content:'';background:rgba(249,248,243,.9);position:absolute;top:0;left:0;z-index:1;pointer-events:none;width:100%;height:100%;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s}.ajax-products-results.is-overlay::before{pointer-events:auto}body.single-product .hentry{padding-bottom:2.5rem}body.single-product .hentry .col-gallery{margin-bottom:2rem}body.single-product .hentry .entry-content{padding-bottom:1.5rem}body.single-product .hentry .entry-title{margin-bottom:.5rem;font-size:2rem;text-align:left}body.single-product .hentry .product-gallery-wrapper{text-align:center}body.single-product .hentry .product-gallery-wrapper .product-thumb{display:inline-block}body.single-product .hentry .product-gallery-wrapper .product-thumb a{display:block}@media only screen and (min-width :768px){body.single-product .hentry{padding:2rem 0 3.75rem}body.single-product .hentry .entry-content{padding-bottom:1.25rem}body.single-product .hentry .entry-title{margin-bottom:2rem}}@media only screen and (min-width :1200px){body.single-product .hentry{padding:3rem 0 4.375rem}body.single-product .hentry.product_cat-vzuttya .entry-content{position:relative}body.single-product .hentry.product_cat-vzuttya .entry-content::after{content:'';display:block;position:absolute;bottom:auto;left:50%;height:6.75rem;width:1px;border:0!important;background:repeating-linear-gradient(to bottom,transparent,transparent 8px,#c7c6c2 0,#c7c6c2 16px)}body.single-product .hentry .col-gallery{margin-bottom:0}body.single-product .hentry .entry-content{padding-bottom:3.5rem}body.single-product .hentry .entry-title{margin-bottom:0;font-size:3rem}body.single-product .hentry .product-gallery-wrapper{text-align:left}body.single-product .hentry .product-gallery-wrapper .product-thumb{margin-top:2rem}}@media only screen and (min-width :1200px){body.single-product .hentry.has-product-gallery .row .col-gallery{width:calc(100% - 21.375rem)}body.single-product .hentry.has-product-gallery .row .col-desc{width:21.375rem}}@media only screen and (min-width :1200px){body.single-product .hentry:not(.has-product-gallery) .row .col-gallery{width:66.66666667%}body.single-product .hentry:not(.has-product-gallery) .row .col-desc{width:33.33333333%}body.single-product .hentry:not(.has-product-gallery) .product-gallery-wrapper{border-right:1px solid #c7c6c2}}body.single-product .product-description .group+.group{margin-top:2rem}body.single-product .product-description .group .group-title{border-bottom:1px solid #c7c6c2;padding-bottom:.5rem;margin-bottom:1rem;color:rgba(0,0,0,.6);font-feature-settings:'clig' off,'liga' off;font-size:1rem;line-height:1.2}body.single-product .product-description .group.group-desc .text{color:rgba(0,0,0,.8);font-size:.875rem;line-height:1.2}body.single-product .product-description .group.group-desc .text ul li+li{margin-top:0}body.single-product .product-description .group.group-price .price-mto+.price-mts{margin-top:2rem}body.single-product .product-description .group.group-price .justify-dots .justify-dots-label{gap:.25rem;color:#1d1d1d;font-size:1rem}body.single-product .product-description .group.group-price .justify-dots .justify-dots-label .tooltip-switch{align-self:center;line-height:0}body.single-product .product-description .group.group-price .justify-dots .justify-dots-value{font-size:.875rem}body.single-product .product-description .group.group-price .btn,body.single-product .product-description .group.group-price .product-sizes{margin-top:1rem}body.single-product .product-description .group.group-price .btn{width:100%}@media only screen and (min-width :768px) and (max-width :1199.98px){body.single-product .product-description .group.group-price .group-content{display:flex;flex-wrap:nowrap;gap:2rem}body.single-product .product-description .group.group-price .group-content>*{display:flex;flex-direction:column;justify-content:space-between;flex:1;margin-top:0!important}body.single-product .product-description .group.group-price .group-content>*+*{position:relative}body.single-product .product-description .group.group-price .group-content>*+::before{content:'';display:block;background:#c7c6c2;position:absolute;top:0;bottom:0;left:-1rem;width:1px;height:100%}}@media only screen and (min-width :1200px){body.single-product .product-description{display:flex;flex-direction:column;justify-content:space-between;height:100%}}body.single-product .product-gallery-wrapper .video,body.single-product .product-gallery-wrapper .video img,body.single-product .product-gallery-wrapper .video::before{border-radius:0}@media only screen and (min-width :1200px){body.single-product .product-gallery-wrapper,body.single-product .product-gallery-wrapper .row{height:100%}body.single-product .product-gallery-wrapper .col-thumb{width:21.375rem;order:1;position:sticky;top:6rem;align-self:flex-start}body.single-product .product-gallery-wrapper .col-slider{width:calc(100% - 21.375rem);order:2;position:relative}body.single-product .product-gallery-wrapper .col-slider::after,body.single-product .product-gallery-wrapper .col-slider::before{content:'';background:#c7c6c2;position:absolute;top:0;bottom:0;z-index:0;pointer-events:none;width:1px;height:100%}body.single-product .product-gallery-wrapper .col-slider::before{left:.75rem}body.single-product .product-gallery-wrapper .col-slider::after{right:.75rem}}body.single-product .product-thumbs{display:flex;flex-wrap:wrap;gap:.5rem;border-top:1px solid #c7c6c2;padding-top:1rem;margin-top:1rem}body.single-product .product-thumbs .thumb{width:5rem;height:80px;cursor:pointer}body.single-product .product-thumbs .thumb .video,body.single-product .product-thumbs .thumb img{width:100%;height:100%}body.single-product .product-thumbs .thumb img{object-fit:cover}body.single-product .product-thumbs .thumb .video .video-play-btn::before{width:24px;height:24px}body.single-product .product-thumbs .thumb.active{outline:2px solid #000000}@media only screen and (min-width :768px){body.single-product .product-thumbs{gap:1rem;margin-top:1.5rem}body.single-product .product-thumbs .thumb{width:6.5rem;height:104px}}@media only screen and (min-width :1200px){body.single-product .product-thumbs{gap:.5rem;margin-top:4rem}body.single-product .product-thumbs .thumb{width:6.25rem;height:100px}}body.single-product .product-gallery .swiper-slide{background:#f9f8f3}body.single-product .product-gallery .swiper-slide[data-fancybox]{cursor:pointer}body.single-product .product-gallery .swiper-slide img{width:100%}body.single-product .product-gallery .swiper-button-next,body.single-product .product-gallery .swiper-button-prev{border:0;position:absolute;top:50%;z-index:2;transform:translateY(-50%)}body.single-product .product-gallery .swiper-button-next svg,body.single-product .product-gallery .swiper-button-prev svg{width:100%}body.single-product .product-gallery .swiper-button-prev{left:0}body.single-product .product-gallery .swiper-button-next{right:0}@media only screen and (max-width :767.98px){body.single-product .product-gallery .swiper-button-next svg path,body.single-product .product-gallery .swiper-button-prev svg path{fill:#ffffff}}@media only screen and (min-width :768px){body.single-product .product-gallery{width:37rem;padding:0 4rem}}@media only screen and (min-width :1200px){body.single-product .product-gallery{--swiper-navigation-size:3rem;width:100%;padding:0 3rem}}@media only screen and (min-width :1200px){body.single-product .product-gallery{width:36rem;padding:0 4.5rem}}body.single-product .product-sizes{display:flex;flex-wrap:wrap;gap:.125rem}body.single-product .product-sizes [type=radio]+.size-label{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #c7c6c2;color:#1d1d1d;font-size:.875rem;line-height:1.2;text-align:center;width:2rem;height:32px}body.single-product .product-sizes [type=radio]+.size-label:focus,body.single-product .product-sizes [type=radio]+.size-label:hover{cursor:pointer;background:#e7e7e7}body.single-product .product-sizes [type=radio]:checked+.size-label{border-bottom-color:#1d1d1d!important;background:#e7e7e7}body.single-product .product-sizes.attr-error [type=radio]+.size-label{border-bottom-color:#dc3545}.section-product-individual{padding:1.5rem 0 2.5rem}.section-product-individual .col-media img{width:100%}.section-product-individual .caption{color:#1d1d1d;line-height:1.3;letter-spacing:-.035rem;text-transform:uppercase;text-align:center}.section-product-individual .decor,.section-product-individual .section-text,.section-product-individual .section-title{text-align:center}.section-product-individual .section-text{margin-top:.5rem;color:rgba(0,0,0,.8);line-height:normal}.section-product-individual .block-buttons{margin-top:2rem}.section-product-individual .decor{position:relative;padding:1rem 0}.section-product-individual .decor svg{width:5rem;will-change:transform}@media only screen and (max-width :767.98px){.section-product-individual .col-media{margin-top:1rem}.section-product-individual .decor svg{transform:rotate(-40deg)}}@media only screen and (min-width :768px) and (max-width :1199.98px){.section-product-individual .col-media img{height:100%;object-fit:cover}}@media only screen and (min-width :768px){.section-product-individual{padding:1.5rem 0 3.75rem}.section-product-individual .col-text{align-self:center}.section-product-individual .caption{font-size:1.125rem;letter-spacing:-.045rem}.section-product-individual .section-text,.section-product-individual .section-title{text-align:left}.section-product-individual .section-title span{display:block}.section-product-individual .section-title .line2{margin-left:3.5rem}.section-product-individual .section-title .line3{margin-left:1rem}.section-product-individual .section-text{padding:0 .75rem 0 1rem}.section-product-individual .block-buttons{padding:0 .75rem;margin-top:3rem}.section-product-individual .block-buttons .btn{width:100%}.section-product-individual .decor{padding:.5rem 0}.section-product-individual .decor svg{width:auto;margin-left:-8.375rem}}@media only screen and (min-width :1200px){.section-product-individual{padding:3.5rem 0 4.375rem}.section-product-individual .caption{font-size:1.25rem;letter-spacing:-.05rem}.section-product-individual .section-title .line2{margin-left:7.25rem}.section-product-individual .section-title .line3{margin-left:2.25rem}.section-product-individual .section-text{width:20.75rem;padding:0;margin:1rem auto 0}.section-product-individual .block-buttons{padding:0;margin-top:6.25rem;text-align:center}.section-product-individual .block-buttons .btn{width:20.75rem}.section-product-individual .decor{padding:.75rem 0 0;margin-bottom:-1rem}.section-product-individual .decor svg{width:10rem;margin-left:-12.5rem;transform:rotate(4deg)}}@media only screen and (min-width :1200px){.section-product-individual .block-buttons{margin-top:7.5rem}.section-product-individual .decor{margin-bottom:-3.625rem}.section-product-individual .decor svg{width:11.625rem}}body.page-template-front-page{background:#fff}body.page-template-front-page .section-hero{overflow:hidden}body.page-template-front-page .section-hero::after{content:'';display:block;position:absolute;left:0;right:0;bottom:0;height:12rem;z-index:1;pointer-events:none;background:linear-gradient(to bottom,rgba(29,29,29,0) 0,#1d1d1d 100%)}body.page-template-front-page .section-hero .hero-slider{transform:scale(1.03);width:100%;position:absolute;top:8.4375rem;left:0;z-index:1;overflow:visible;text-align:center}body.page-template-front-page .section-hero .hero-slider .swiper-pagination{bottom:-2rem}body.page-template-front-page .section-hero .container{padding:1.5rem 0 2rem;position:relative;z-index:2}body.page-template-front-page .section-hero .section-title{font-size:1.375rem}body.page-template-front-page .section-hero .section-title span{display:block}body.page-template-front-page .section-hero .section-title .line2{margin-left:2.375rem}body.page-template-front-page .section-hero .section-title .line3{margin-left:.75rem}body.page-template-front-page .section-hero .section-text{margin-top:1rem;margin-left:.75rem;line-height:1.3;letter-spacing:-.035rem;text-transform:uppercase}body.page-template-front-page .section-hero .hero-video{width:13.125rem;aspect-ratio:1.81034483;margin-top:2.5rem;margin-left:.75rem}body.page-template-front-page .section-hero .hero-video img,body.page-template-front-page .section-hero .hero-video video{display:block;width:100%;height:100%;object-fit:cover}body.page-template-front-page .section-hero .block-buttons{display:flex;gap:.5rem;margin-top:4.75rem}@media only screen and (max-width :767.98px){body.page-template-front-page .section-hero .container{padding:1.75rem 0 1rem}body.page-template-front-page .section-hero .section-title{text-align:center}body.page-template-front-page .section-hero .section-title .line2,body.page-template-front-page .section-hero .section-title .line3{margin-left:0}body.page-template-front-page .section-hero .section-text{margin-left:0;text-align:center}body.page-template-front-page .section-hero .section-text br{display:none}body.page-template-front-page .section-hero .hero-slider{top:9.375rem;transform:scale(1.22)}body.page-template-front-page .section-hero .hero-video{width:9.625rem;margin-top:1rem;margin-left:1rem}body.page-template-front-page .section-hero .block-buttons{flex-direction:column;margin-top:10.5rem}}@media only screen and (min-width :768px){body.page-template-front-page .section-hero .hero-slider{top:4.25rem}body.page-template-front-page .section-hero .container{padding:2rem 0 2.875rem}body.page-template-front-page .section-hero .section-title{font-size:2.5rem}body.page-template-front-page .section-hero .section-title .line2{margin-left:9.875rem}body.page-template-front-page .section-hero .section-title .line3{margin-left:4.375rem}body.page-template-front-page .section-hero .section-text{margin-left:4.375rem;font-size:1.125rem}body.page-template-front-page .section-hero .hero-video{margin-left:4.375rem}body.page-template-front-page .section-hero .block-buttons{gap:1rem;margin-top:10.25rem}body.page-template-front-page .section-hero .block-buttons>*{flex:1}}@media only screen and (min-width :1200px){body.page-template-front-page .section-hero{max-height:62.125rem}body.page-template-front-page .section-hero .hero-slider{height:100%;top:0;transform:scale(1.06)}body.page-template-front-page .section-hero .container{padding:4rem 0 23.0625rem}body.page-template-front-page .section-hero .section-title{font-size:4rem}body.page-template-front-page .section-hero .section-title .line2{margin-left:15.8125rem}body.page-template-front-page .section-hero .section-title .line3{margin-left:7.125rem}body.page-template-front-page .section-hero .section-text{margin-left:7.125rem;font-size:1.25rem}body.page-template-front-page .section-hero .hero-video{margin-left:7.125rem}}@media only screen and (min-width :1200px){body.page-template-front-page .section-hero .container{padding-left:7.125rem;padding-right:7.125rem}}body.page-template-front-page .section-features{--features-border-color:rgba(255, 255, 255, 0.2);padding:2rem 0}html.motion-ok body.page-template-front-page .section-features .features-list [class*=col-]::after,html.motion-ok body.page-template-front-page .section-features .features-list [class*=col-]::before{-webkit-clip-path:inset(100% 0 0 0);clip-path:inset(100% 0 0 0);transition:-webkit-clip-path var(--dur-slow) var(--ease-out),clip-path var(--dur-slow) var(--ease-out)}html.motion-ok body.page-template-front-page .section-features .features-list [class*=col-]:first-child::after,html.motion-ok body.page-template-front-page .section-features .features-list [class*=col-]:first-child::before{transition-delay:0s}html.motion-ok body.page-template-front-page .section-features .features-list [class*=col-]:nth-child(2)::after,html.motion-ok body.page-template-front-page .section-features .features-list [class*=col-]:nth-child(2)::before{transition-delay:0.12s}html.motion-ok body.page-template-front-page .section-features .features-list [class*=col-]:nth-child(3)::after,html.motion-ok body.page-template-front-page .section-features .features-list [class*=col-]:nth-child(3)::before{transition-delay:0.24s}html.motion-ok body.page-template-front-page .section-features .features-list [class*=col-]:nth-child(4)::after,html.motion-ok body.page-template-front-page .section-features .features-list [class*=col-]:nth-child(4)::before{transition-delay:0.36s}html.motion-ok body.page-template-front-page .section-features.is-drawn .features-list [class*=col-]::after,html.motion-ok body.page-template-front-page .section-features.is-drawn .features-list [class*=col-]::before{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}body.page-template-front-page .section-features .features-list [class*=col-]{position:relative}body.page-template-front-page .section-features .features-list [class*=col-]::after{display:block;content:'';width:100%;position:absolute;top:0;left:0;height:1px;border:0!important;background:repeating-linear-gradient(to left,transparent,transparent 8px,var(--features-border-color) 0,var(--features-border-color) 16px)}body.page-template-front-page .section-features .features-list .item{padding:2rem 1rem;font-size:1rem;text-align:center;position:relative}body.page-template-front-page .section-features .features-list .item .name{margin-top:1rem;color:#fff;line-height:normal;letter-spacing:-.04rem;text-transform:uppercase}body.page-template-front-page .section-features .features-list .item .desc{margin-top:.5rem;color:rgba(255,255,255,.7)}@media only screen and (max-width :767.98px){body.page-template-front-page .section-features .features-list [class*=col-]:first-child::after{display:none}}@media only screen and (min-width :768px){body.page-template-front-page .section-features{padding:2.8125rem 0}body.page-template-front-page .section-features .features-list .item{padding:3rem 1rem}body.page-template-front-page .section-features .features-list .item .icon{width:5rem}body.page-template-front-page .section-features .features-list .item .name{margin-top:1.5rem}body.page-template-front-page .section-features .features-list [class*=col-]{padding-top:calc(var(--theme-grid-gutter) * .5);padding-bottom:calc(var(--theme-grid-gutter) * .5)}body.page-template-front-page .section-features .features-list [class*=col-]:first-child::after,body.page-template-front-page .section-features .features-list [class*=col-]:nth-child(2)::after{display:none}body.page-template-front-page .section-features .features-list [class*=col-]:nth-child(odd)::before{display:block;content:'';height:100%;position:absolute;top:0;right:0;width:1px;border:0!important;background:repeating-linear-gradient(to bottom,transparent,transparent 8px,var(--features-border-color) 0,var(--features-border-color) 16px)}}@media only screen and (min-width :1200px){body.page-template-front-page .section-features{padding:5rem 0 2.5rem}body.page-template-front-page .section-features .features-list{--theme-grid-gutter:0.75rem}body.page-template-front-page .section-features .features-list .item{height:100%;padding:1.875rem 1rem 1.375rem}body.page-template-front-page .section-features .features-list .item .icon{width:5rem}body.page-template-front-page .section-features .features-list .item .name{margin-top:1.5rem}body.page-template-front-page .section-features .features-list [class*=col-]{padding-top:0;padding-bottom:1.875rem}body.page-template-front-page .section-features .features-list [class*=col-]::after{display:none}body.page-template-front-page .section-features .features-list [class*=col-]:nth-child(2n)::before{display:block;content:'';height:100%;position:absolute;top:0;right:0;width:1px;border:0!important;background:repeating-linear-gradient(to bottom,transparent,transparent 8px,var(--features-border-color) 0,var(--features-border-color) 16px)}body.page-template-front-page .section-features .features-list [class*=col-]:last-child::before{display:none}}body.page-template-front-page .section-mission{overflow:hidden;padding:2rem 0 3.75rem}body.page-template-front-page .section-mission .container{position:relative}body.page-template-front-page .section-mission .founder-photo{width:9.1875rem;margin-left:-.9375rem}body.page-template-front-page .section-mission blockquote{font-family:'NeverMind Serif Small',serif;margin:0;color:#fff;font-feature-settings:'salt' on;font-size:1.375rem;line-height:1.2;text-transform:uppercase}body.page-template-front-page .section-mission blockquote img,body.page-template-front-page .section-mission blockquote svg{vertical-align:super;margin-right:.125rem}body.page-template-front-page .section-mission blockquote span{font-family:Inter,sans-serif;display:block;margin-top:.5rem;color:rgba(255,255,255,.8);font-size:.636363em;line-height:1.3;letter-spacing:-.035rem;text-transform:uppercase}body.page-template-front-page .section-mission .group{border-top:1px solid rgba(255,255,255,.4);padding-top:1rem}body.page-template-front-page .section-mission .group .desc{color:rgba(255,255,255,.7);font-size:1rem}body.page-template-front-page .section-mission .group .founder-info{width:18.125rem;margin-top:1.5rem;gap:1rem;float:right}body.page-template-front-page .section-mission .group .founder-info .name{color:#fff;font-size:1rem;font-weight:700;line-height:normal}body.page-template-front-page .section-mission .group .founder-info .position{margin-top:.5rem;color:rgba(255,255,255,.6);font-size:.75rem;line-height:normal}@media only screen and (max-width :767.98px){body.page-template-front-page .section-mission blockquote{position:absolute;top:0;left:7.25rem}}@media only screen and (min-width :768px){body.page-template-front-page .section-mission{padding:2.8125rem 0 0}body.page-template-front-page .section-mission .founder-photo{width:17.5rem;margin-left:-3.5rem;position:absolute;bottom:0;left:0}body.page-template-front-page .section-mission blockquote{font-size:2.5rem}body.page-template-front-page .section-mission blockquote img,body.page-template-front-page .section-mission blockquote svg{width:2rem;margin-right:1.5rem}body.page-template-front-page .section-mission blockquote span{font-size:.45em;letter-spacing:-.045rem}body.page-template-front-page .section-mission .group{margin-top:3rem;padding-bottom:2.625rem}}@media only screen and (min-width :1200px){body.page-template-front-page .section-mission{padding-top:2.5rem}body.page-template-front-page .section-mission .col-photo{align-self:flex-end}body.page-template-front-page .section-mission .founder-photo{width:auto;margin-left:0;position:static}body.page-template-front-page .section-mission blockquote{font-size:3.5rem}body.page-template-front-page .section-mission blockquote img,body.page-template-front-page .section-mission blockquote svg{width:3rem;margin-right:2.75rem}body.page-template-front-page .section-mission blockquote span{font-size:.3125em;letter-spacing:-.05rem}body.page-template-front-page .section-mission .group{display:flex;align-items:flex-start;margin-top:7rem;padding-top:0;padding-bottom:5.625rem}body.page-template-front-page .section-mission .group .desc{order:2;border-left:1px solid rgba(255,255,255,.4);padding:2rem 0 0 1rem;margin-left:1rem}body.page-template-front-page .section-mission .group .founder-info{flex:1 0 auto;order:1;width:18.875rem;padding-top:2rem;margin-top:0;float:none}body.page-template-front-page .section-mission .group .founder-info .position{font-size:.875rem}}@media only screen and (min-width :1200px){body.page-template-front-page .section-mission blockquote{font-size:4rem}body.page-template-front-page .section-mission .group .desc{margin-left:1.5rem;padding-left:1.5rem}body.page-template-front-page .section-mission .group .founder-info{width:19.875rem}}body.page-template-front-page .section-order_formats{padding:2.5rem 0}body.page-template-front-page .section-order_formats .section-title{margin-bottom:1.5rem;text-align:center}body.page-template-front-page .section-order_formats .order_formats-list .row{gap:.5rem}body.page-template-front-page .section-order_formats .order_formats-list .item{border-radius:4px;border:1px solid #ccc;padding:1.5rem;text-align:center}body.page-template-front-page .section-order_formats .order_formats-list .item .name{font-family:'NeverMind Serif Small',serif;color:#1d1d1d;font-feature-settings:'clig' off,'liga' off;font-size:3.25rem;line-height:1.2;letter-spacing:-.0975rem;text-transform:none;margin:0}body.page-template-front-page .section-order_formats .order_formats-list .item .desc{margin-top:.5rem;color:#1d1d1d;font-size:1rem;line-height:normal;letter-spacing:-.04rem;text-transform:uppercase}body.page-template-front-page .section-order_formats .order_formats-list .item .specification-list{border-top:1px solid rgba(29,29,29,.4);margin-top:1.5rem;color:rgba(29,29,29,.6);font-feature-settings:'clig' off,'liga' off;line-height:1.2}body.page-template-front-page .section-order_formats .order_formats-list .item .specification-list li{padding-top:1.5rem}body.page-template-front-page .section-order_formats .order_formats-list .item .specification-list li::before{content:'\25CF';display:block;color:#1d1d1d;font-size:1.2rem;line-height:1}body.page-template-front-page .section-order_formats .order_formats-list .item .whom{margin-top:2rem;color:#1d1d1d;font-feature-settings:'clig' off,'liga' off;line-height:1.2}body.page-template-front-page .section-order_formats .order_formats-list .item .whom .whom-title{display:flex;width:100%;justify-content:center;align-items:center;text-align:center;margin-bottom:.625rem}body.page-template-front-page .section-order_formats .order_formats-list .item .whom .whom-title::after,body.page-template-front-page .section-order_formats .order_formats-list .item .whom .whom-title::before{content:'';border-top:1px solid rgba(29,29,29,.4);margin:0 .5rem 0 0;flex:1 0 0.5rem}body.page-template-front-page .section-order_formats .order_formats-list .item .whom .whom-title::after{margin:0 0 0 .5rem}body.page-template-front-page .section-order_formats .order_formats-list .item .block-buttons{margin-top:2rem}body.page-template-front-page .section-order_formats .order_formats-list .item .block-buttons .btn{width:100%;padding-top:1.125rem;padding-bottom:1.125rem}body.page-template-front-page .section-order_formats .order_formats-list .item.item-featured{border:0;background:#ebebeb}@media only screen and (max-width :1199.98px){body.page-template-front-page .section-order_formats .order_formats-list .item .desc br{display:none}}@media only screen and (min-width :768px){body.page-template-front-page .section-order_formats{padding:3.75rem 0 4.375rem}body.page-template-front-page .section-order_formats .section-title{margin-bottom:2rem}body.page-template-front-page .section-order_formats .order_formats-list{width:66.66666667%;margin:0 auto}body.page-template-front-page .section-order_formats .order_formats-list .row{gap:1rem}body.page-template-front-page .section-order_formats .order_formats-list .item .specification-list,body.page-template-front-page .section-order_formats .order_formats-list .item .whom{font-size:.875rem}}@media only screen and (min-width :1200px){body.page-template-front-page .section-order_formats{padding:5rem 0 6.25rem}body.page-template-front-page .section-order_formats .section-title{margin-bottom:4rem}body.page-template-front-page .section-order_formats .order_formats-list{width:100%}body.page-template-front-page .section-order_formats .order_formats-list .row{--theme-grid-gutter:1.125rem;align-items:center;gap:0}body.page-template-front-page .section-order_formats .order_formats-list .item{padding-left:2rem;padding-right:2rem}body.page-template-front-page .section-order_formats .order_formats-list .item .whom{margin-top:3rem}}@media only screen and (min-width :1200px){body.page-template-front-page .section-order_formats .order_formats-list{width:83.33333333%}}body.page-template-front-page .section-leather{padding:2.5rem 0 1rem;overflow:hidden}body.page-template-front-page .section-leather hr{margin:3rem 0 3.75rem}body.page-template-front-page .section-leather .image-leather{width:20.5rem;position:absolute;left:calc(50vw - 1.5625rem);top:5.75rem}body.page-template-front-page .section-leather .country-list{display:flex;justify-content:center;align-items:center;gap:3rem}body.page-template-front-page .section-leather .country-list .item{text-align:center}body.page-template-front-page .section-leather .country-list .item .name{display:block;margin-top:.75rem;color:#1d1d1d;font-size:.75rem;letter-spacing:-.03rem;text-transform:uppercase}body.page-template-front-page .section-leather .leather-list{margin-top:3rem}body.page-template-front-page .section-leather .leather-list .row{row-gap:var(--theme-grid-gutter)}body.page-template-front-page .section-leather .leather-list .card{min-height:100%}body.page-template-front-page .section-leather .leather-list .card.card-flipped,body.page-template-front-page .section-leather .leather-list .card.card-open{min-height:max(100%,var(--card-open-h,0px))}@media (hover:none){body.page-template-front-page .section-leather .leather-list .card.card-flipped{min-height:100%}body.page-template-front-page .section-leather .leather-list .card.card-flipped>.card-front{position:absolute;top:0;right:0;bottom:0;left:0}body.page-template-front-page .section-leather .leather-list .card.card-flipped>.card-back{position:relative;top:auto;right:auto;bottom:auto;left:auto}}body.page-template-front-page .section-leather .leather-list .card .card-back,body.page-template-front-page .section-leather .leather-list .card .card-front{justify-content:space-between;border-radius:4px;padding:1.5rem;text-align:center}body.page-template-front-page .section-leather .leather-list .card .card-back .card-action .js-card-flip,body.page-template-front-page .section-leather .leather-list .card .card-front .card-action .js-card-flip{display:inline-flex;justify-content:center;align-items:center;background:no-repeat;border:0;padding:0;border-radius:50%;cursor:pointer;width:2rem;height:2rem}body.page-template-front-page .section-leather .leather-list .card .card-back .card-action .label,body.page-template-front-page .section-leather .leather-list .card .card-front .card-action .label{display:block;width:13em;margin:.5rem auto 0;color:#fff;font-size:.875rem;line-height:1.2}body.page-template-front-page .section-leather .leather-list .card .card-back .card-action .label .label-hover,body.page-template-front-page .section-leather .leather-list .card .card-front .card-action .label .label-hover{display:none}@media (hover:hover) and (pointer:fine){body.page-template-front-page .section-leather .leather-list .card .card-back .card-action .label .label-hover,body.page-template-front-page .section-leather .leather-list .card .card-front .card-action .label .label-hover{display:inline}body.page-template-front-page .section-leather .leather-list .card .card-back .card-action .label .label-tap,body.page-template-front-page .section-leather .leather-list .card .card-front .card-action .label .label-tap{display:none}}body.page-template-front-page .section-leather .leather-list .card .card-back .name,body.page-template-front-page .section-leather .leather-list .card .card-front .name{font-family:'NeverMind Serif Small',serif;font-feature-settings:'salt' on;font-size:2rem;line-height:1.2;margin:0}body.page-template-front-page .section-leather .leather-list .card .card-back .price,body.page-template-front-page .section-leather .leather-list .card .card-front .price{margin-top:.5rem;color:#fff;font-size:1rem;line-height:normal;letter-spacing:-.04rem;text-transform:uppercase}body.page-template-front-page .section-leather .leather-list .card .card-back .block-buttons .btn,body.page-template-front-page .section-leather .leather-list .card .card-front .block-buttons .btn{padding-left:1rem;padding-right:1rem}body.page-template-front-page .section-leather .leather-list .card .card-front{min-height:18.25rem;background-color:#1d1d1d;background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;z-index:1}body.page-template-front-page .section-leather .leather-list .card .card-front::before{content:'';background:linear-gradient(180deg,rgba(0,0,0,0) 72%,#000 100%);position:absolute;top:0;left:0;z-index:-1;pointer-events:none;width:100%;height:100%;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s}body.page-template-front-page .section-leather .leather-list .card .card-front .name{color:#fff}body.page-template-front-page .section-leather .leather-list .card .card-back{min-height:100%;border:1px solid rgba(0,0,0,.2);background:#fff}body.page-template-front-page .section-leather .leather-list .card .card-back .card-action{margin-bottom:1rem}body.page-template-front-page .section-leather .leather-list .card .card-back .card-action .js-card-flip{background:#1d1d1d}body.page-template-front-page .section-leather .leather-list .card .card-back .card-action .js-card-flip svg path{fill:#ffffff}body.page-template-front-page .section-leather .leather-list .card .card-back .desc{margin-top:1rem;color:rgba(0,0,0,.6);line-height:1.2}body.page-template-front-page .section-leather .leather-list .card .card-back .block-buttons{margin-top:1.75rem}@media only screen and (max-width :1199.98px){body.page-template-front-page .section-leather .leather-list .card .card-back .card-action .label,body.page-template-front-page .section-leather .leather-list .card .card-front .card-action .label{display:none}body.page-template-front-page .section-leather .leather-list .card .card-back .block-buttons .btn,body.page-template-front-page .section-leather .leather-list .card .card-front .block-buttons .btn{padding-top:.75rem;padding-bottom:.75rem}body.page-template-front-page .section-leather .leather-list .card .card-front .card-action .js-card-flip{background:#fff}body.page-template-front-page .section-leather .leather-list .card .card-front .card-action .js-card-flip svg{width:1.125rem}body.page-template-front-page .section-leather .leather-list .card .card-front .card-action .js-card-flip svg path{fill:#1d1d1d}body.page-template-front-page .section-leather .leather-list .card .card-back .card-action .js-card-flip svg{width:1.5rem}}@media only screen and (max-width :767.98px){body.page-template-front-page .section-leather .country-list .item img,body.page-template-front-page .section-leather .country-list .item svg{width:4rem}}@media only screen and (min-width :768px){body.page-template-front-page .section-leather{padding-top:4.375rem}body.page-template-front-page .section-leather hr{margin-bottom:2rem}body.page-template-front-page .section-leather .image-leather{width:41.875rem;left:calc(50vw - .5rem);top:8.75rem}body.page-template-front-page .section-leather .country-list{display:inline-flex;gap:1.5rem}body.page-template-front-page .section-leather .country-list .item .name{font-size:.875rem;letter-spacing:-.035rem}body.page-template-front-page .section-leather .leather-list{margin-top:9.5rem}body.page-template-front-page .section-leather .leather-list .card .card-back .desc{font-size:.875rem}}@media only screen and (min-width :1200px){body.page-template-front-page .section-leather{padding:6.25rem 0 3.75rem}body.page-template-front-page .section-leather hr{margin:5rem 0 4rem}body.page-template-front-page .section-leather .image-leather{width:auto;left:calc(50vw - 5.6875rem);top:7.8125rem}body.page-template-front-page .section-leather .country-list{gap:3rem}body.page-template-front-page .section-leather .leather-list{margin-top:14rem}body.page-template-front-page .section-leather .leather-list .card .card-back,body.page-template-front-page .section-leather .leather-list .card .card-front{min-height:35.25rem;padding:2rem}body.page-template-front-page .section-leather .leather-list .card .card-back .card-action .js-card-flip,body.page-template-front-page .section-leather .leather-list .card .card-front .card-action .js-card-flip{border:1px solid rgba(255,255,255,.2);width:3rem;height:48px}body.page-template-front-page .section-leather .leather-list .card .card-back .name,body.page-template-front-page .section-leather .leather-list .card .card-front .name{font-size:3rem}body.page-template-front-page .section-leather .leather-list .card .card-back .price,body.page-template-front-page .section-leather .leather-list .card .card-front .price{margin-top:1rem}body.page-template-front-page .section-leather .leather-list .card .card-front .card-action .js-card-flip{border:1px solid rgba(255,255,255,.2)}body.page-template-front-page .section-leather .leather-list .card .card-back .card-action{margin-bottom:2rem}body.page-template-front-page .section-leather .leather-list .card .card-back .card-action .js-card-flip svg{width:2rem}body.page-template-front-page .section-leather .leather-list .card .card-back .desc{font-size:1rem}body.page-template-front-page .section-leather .leather-list .card .card-back .block-buttons{margin-top:2rem}}body.page-template-front-page .section-color_patinage{padding:1rem 0}body.page-template-front-page .section-color_patinage .sub-section{text-align:center}body.page-template-front-page .section-color_patinage .sub-section+.sub-section{margin-top:1.5rem}body.page-template-front-page .section-color_patinage .sub-section .row{row-gap:1rem}body.page-template-front-page .section-color_patinage .sub-section .text{margin-top:1rem;color:rgba(0,0,0,.6);line-height:1.3;letter-spacing:-.035rem;text-transform:uppercase}@media only screen and (max-width :767.98px){body.page-template-front-page .section-color_patinage .sub-section .text br{display:none}}@media only screen and (min-width :768px){body.page-template-front-page .section-color_patinage .sub-section+.sub-section{margin-top:3rem}body.page-template-front-page .section-color_patinage .sub-section .text{margin-top:1.5rem}}@media only screen and (min-width :1200px){body.page-template-front-page .section-color_patinage{padding:3.75rem 0 2.8125rem}body.page-template-front-page .section-color_patinage .sub-section:nth-child(2n) .col-text{order:2}body.page-template-front-page .section-color_patinage .sub-section:nth-child(2n) .col-image{order:1;margin-top:-14rem}body.page-template-front-page .section-color_patinage .sub-section:nth-child(odd) .col-text{padding-top:4.75rem}body.page-template-front-page .section-color_patinage .sub-section .row{justify-content:space-between}body.page-template-front-page .section-color_patinage .sub-section .text{margin-top:2rem}}@media only screen and (min-width :1200px){body.page-template-front-page .section-color_patinage .sub-section:nth-child(2n) .col-image{margin-top:-17rem}}body.page-template-front-page .section-about{overflow:hidden;padding:15rem 0 2.5rem}body.page-template-front-page .section-about .section-image{min-height:20.25rem;object-fit:cover;position:absolute;top:0;left:50%;z-index:1;transform:translateX(-50%)}body.page-template-front-page .section-about .container{position:relative;z-index:2}body.page-template-front-page .section-about blockquote{font-family:'NeverMind Serif Small',serif;margin:0;color:#fff;font-feature-settings:'salt' on;font-size:1.375rem;line-height:1.2;text-transform:uppercase}body.page-template-front-page .section-about blockquote svg{margin-left:1.25rem;margin-right:.3125rem;vertical-align:super}body.page-template-front-page .section-about .group{margin-top:1.5rem}body.page-template-front-page .section-about .group .desc{font-size:1rem}body.page-template-front-page .section-about .group .founder-info{border-top:1px solid rgba(255,255,255,.4);padding-top:.5rem;margin-top:2rem;gap:2.375rem}body.page-template-front-page .section-about .group .founder-info .name{color:#fff;font-size:1rem;font-weight:700}body.page-template-front-page .section-about .group .founder-info .position{margin-top:.5rem;font-size:.75rem;line-height:normal}@media only screen and (min-width :768px){body.page-template-front-page .section-about{padding:25rem 0 3.75rem}body.page-template-front-page .section-about .section-image{min-height:44.125rem}body.page-template-front-page .section-about blockquote{font-size:2.5rem}body.page-template-front-page .section-about blockquote svg{width:2rem;margin-left:1.875rem;margin-right:1.5rem}body.page-template-front-page .section-about .group{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-end;justify-content:space-between;gap:4.75rem;margin-top:-.875rem}body.page-template-front-page .section-about .group .desc{order:2}body.page-template-front-page .section-about .group .founder-info{flex:0 0 17.8125rem;order:1;gap:1rem;margin-top:0}}@media only screen and (min-width :1200px){body.page-template-front-page .section-about{padding:33.25rem 0 5.625rem}body.page-template-front-page .section-about blockquote{font-size:4rem}body.page-template-front-page .section-about blockquote svg{width:3rem;margin-left:4.8125rem;margin-right:.85rem}body.page-template-front-page .section-about .group{margin-top:-2.5rem}body.page-template-front-page .section-about .group .desc{order:1}body.page-template-front-page .section-about .group .founder-info{padding-top:.75rem;flex:0 0 19.6875rem;order:2}}@media only screen and (min-width :1200px){body.page-template-front-page .section-about blockquote{width:66rem;margin-left:8.33333333%}body.page-template-front-page .section-about .group{gap:7rem}body.page-template-front-page .section-about .group .founder-info{flex:0 0 21.5625rem;padding-right:2rem}}body.page-template-front-page .section-cooperation{padding:2.5rem 0}body.page-template-front-page .section-cooperation .ruler{position:absolute;top:0;bottom:0;width:1rem;pointer-events:none;z-index:1}body.page-template-front-page .section-cooperation .ruler .ruler-tick{position:absolute;left:0;height:1px;width:.5rem;background-color:rgba(255,255,255,.22);transform:scaleX(0);transform-origin:left center}body.page-template-front-page .section-cooperation .ruler .ruler-tick.is-major{width:1rem;background-color:rgba(255,255,255,.42)}body.page-template-front-page .section-cooperation .ruler.ruler-left{left:2rem}body.page-template-front-page .section-cooperation .ruler.ruler-right{right:2rem}body.page-template-front-page .section-cooperation .ruler.ruler-right .ruler-tick{left:auto;right:0;transform-origin:right center}@media only screen and (max-width :767.98px){body.page-template-front-page .section-cooperation .ruler{display:none}}@media (prefers-reduced-motion:reduce){body.page-template-front-page .section-cooperation .ruler .ruler-tick{transform:scaleX(1)}}body.page-template-front-page .section-cooperation .section-text,body.page-template-front-page .section-cooperation .section-title{text-align:center}body.page-template-front-page .section-cooperation .section-text{margin-top:1rem;color:#fff;line-height:1.3;letter-spacing:-.035rem;text-transform:uppercase}body.page-template-front-page .section-cooperation .stages-list{margin-top:2.5rem}body.page-template-front-page .section-cooperation .stages-list .item{padding:1.5rem 1.875rem 1.5rem 0}body.page-template-front-page .section-cooperation .stages-list .item:last-child{padding-bottom:0}body.page-template-front-page .section-cooperation .stages-list .item+.item{border-top:1px solid rgba(255,255,255,.2)}body.page-template-front-page .section-cooperation .stages-list .item .media{align-items:flex-start;gap:.5rem}body.page-template-front-page .section-cooperation .stages-list .item .num{font-family:'NeverMind Serif Small',serif;width:2rem;color:rgba(255,255,255,.2);font-size:1.5rem;line-height:1.2;text-transform:uppercase}body.page-template-front-page .section-cooperation .stages-list .item .name{font-family:'NeverMind Serif Small',serif;color:#fff;font-size:1rem;line-height:normal;text-transform:uppercase;margin:0}body.page-template-front-page .section-cooperation .stages-list .item .desc{margin-top:1rem;line-height:normal}body.page-template-front-page .section-cooperation .stages-list .item .desc p a:not(.btn){color:#fff;border:0!important;padding-bottom:.6em;background-image:url("data:image/svg+xml,%3Csvg width='127' height='6' viewBox='0 0 127 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5C1 5 14.4785 1.25701 28.3438 1.79249C48.1401 2.55703 55.6875 4.71612 88.6116 1.79063C121.536 -1.13485 126 5 126 5' stroke='white'/%3E%3C/svg%3E");background-color:transparent;background-size:auto;background-repeat:repeat-x;background-position:0 1.3em;text-decoration:none}body.page-template-front-page .section-cooperation .stages-list .item .desc .btn{padding:.75rem 1.5rem}body.page-template-front-page .section-cooperation .stages-list .item .desc .video{margin-top:2rem}body.page-template-front-page .section-cooperation .stages-list .item .desc .video,body.page-template-front-page .section-cooperation .stages-list .item .desc .video img,body.page-template-front-page .section-cooperation .stages-list .item .desc .video::before{border-radius:.5rem}body.page-template-front-page .section-cooperation .stages-list .item .desc .video::after{content:'';display:block;background:url("data:image/svg+xml,%3Csvg width='19' height='37' viewBox='0 0 19 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.20575 36.1524C7.06437 35.4379 10.3705 34.3127 11.0328 33.829C11.2834 33.646 11.3468 33.3696 11.2302 32.9683C11.1651 32.7442 11.0874 32.68 10.6624 32.499L10.17 32.2895L10.1918 32.5465L10.2136 32.8036L9.27872 33.13C7.66289 33.6941 5.57665 34.227 3.24154 34.6722C2.87329 34.7424 2.88425 34.7323 3.82827 34.1318C6.66794 32.3254 8.81845 30.4738 10.9769 27.9767C15.8386 22.3522 18.4743 15.4239 18.6652 7.76597C18.7195 5.58624 18.1458 0.222214 17.8608 0.246349C17.7087 0.259224 17.7094 0.524888 17.8639 1.40576C18.0638 2.54593 18.2766 5.93365 18.2284 7.20993C17.9134 15.563 14.5766 22.9197 8.49143 28.6772C7.23902 29.8622 5.08227 31.5049 3.55575 32.4365L2.87443 32.8523L3.13276 32.425C3.27482 32.1899 3.70989 31.493 4.09951 30.8763C4.48913 30.2596 4.84342 29.6822 4.88682 29.5931C5.04677 29.2649 4.81014 28.061 4.5745 28.0043C4.44613 27.9733 1.51498 32.8156 1.14468 33.6704C0.608664 34.9078 0.754626 36.2235 1.46011 36.5126C1.763 36.6368 2.82569 36.4974 4.20575 36.1524Z' fill='white'/%3E%3C/svg%3E") no-repeat center/cover;position:absolute;top:1.875rem;right:0;z-index:1;pointer-events:none;width:1.1875rem;height:37px}body.page-template-front-page .section-cooperation .stages-list .item .desc table{width:auto;color:#fff;font-size:.875rem;letter-spacing:-.02625rem;text-transform:uppercase}body.page-template-front-page .section-cooperation .stages-list .item .desc table tr td{padding:0 1.5rem;text-align:center}body.page-template-front-page .section-cooperation .stages-list .item .desc table tr td img,body.page-template-front-page .section-cooperation .stages-list .item .desc table tr td svg{width:4rem;margin-bottom:.75rem}body.page-template-front-page .section-cooperation .stages-list .item .desc table tr td:first-child{padding-left:0}body.page-template-front-page .section-cooperation .stages-list .item .desc table tr td:last-child{padding-right:0}@media only screen and (min-width :768px){body.page-template-front-page .section-cooperation{padding:3.75rem 0 4.75rem}body.page-template-front-page .section-cooperation .section-text{font-size:1.125rem;letter-spacing:-.045rem}body.page-template-front-page .section-cooperation .stages-list{width:36.5rem;margin:1.5rem auto 0}body.page-template-front-page .section-cooperation .stages-list .item{padding:2.5rem 0}body.page-template-front-page .section-cooperation .stages-list .item .media .media-body{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:1rem}body.page-template-front-page .section-cooperation .stages-list .item .name{flex:0 0 15.25rem;font-size:1.25rem}body.page-template-front-page .section-cooperation .stages-list .item .desc{margin-top:0}body.page-template-front-page .section-cooperation .stages-list .item .desc p{margin-bottom:1.5rem}body.page-template-front-page .section-cooperation .stages-list .item .desc .video::after{top:-2.8125rem;right:1.5625rem}}@media only screen and (min-width :1200px){body.page-template-front-page .section-cooperation{padding:5.625rem 0 3.75rem}body.page-template-front-page .section-cooperation .section-text{font-size:1.25rem;letter-spacing:-.05rem;line-height:1.4}body.page-template-front-page .section-cooperation .stages-list{width:41.25rem;margin-top:1.25rem}body.page-template-front-page .section-cooperation .stages-list .item{padding:3.75rem 0}body.page-template-front-page .section-cooperation .stages-list .item .media,body.page-template-front-page .section-cooperation .stages-list .item .media .media-body{gap:1.5rem}body.page-template-front-page .section-cooperation .stages-list .item .name{flex:0 0 16.5rem;font-size:1.5rem}body.page-template-front-page .section-cooperation .stages-list .item .desc{line-height:1.4}body.page-template-front-page .section-cooperation .stages-list .item .desc table tr td img,body.page-template-front-page .section-cooperation .stages-list .item .desc table tr td svg{width:5.625rem}body.page-template-front-page .section-cooperation .stages-list .item .desc .video .video::after{right:60px}body.page-template-front-page .section-cooperation .stages-list .item .desc .video .video-play-btn::before{width:48px;height:48px}}body.page-template-front-page .section-advantages{padding:2.5rem 0 0}body.page-template-front-page .section-advantages .section-text,body.page-template-front-page .section-advantages .section-title{text-align:center}body.page-template-front-page .section-advantages .section-title{font-size:1.375rem}body.page-template-front-page .section-advantages .section-text{width:20em;margin:1rem auto 0;line-height:1.3;letter-spacing:-.035rem;text-transform:uppercase}body.page-template-front-page .section-advantages .advantages-list{margin:2.75rem 0 -4.375rem;position:relative;z-index:2}body.page-template-front-page .section-advantages .advantages-list .item .num{font-family:'NeverMind Serif Small',serif;color:rgba(255,255,255,.4);font-weight:600;line-height:1.3}body.page-template-front-page .section-advantages .advantages-list .item .name{display:flex;flex-wrap:nowrap;gap:.25rem;margin:0 0 .5rem;color:#fff;font-size:.875rem;text-transform:none;line-height:normal}body.page-template-front-page .section-advantages .advantages-list .item img{width:100%}body.page-template-front-page .section-advantages .decor{width:100%;left:0;top:-5%}@media only screen and (max-width :767.98px){body.page-template-front-page .section-advantages .advantages-list{display:flex;flex-wrap:wrap;margin-left:calc(var(--theme-grid-gutter) * -.5);margin-right:calc(var(--theme-grid-gutter) * -.5)}body.page-template-front-page .section-advantages .advantages-list .item{flex:0 0 auto;width:50%;max-width:100%;padding-left:calc(var(--theme-grid-gutter) * .5);padding-right:calc(var(--theme-grid-gutter) * .5);margin-top:4.25rem}body.page-template-front-page .section-advantages .advantages-list .item:nth-child(odd){margin-top:-4.5rem}body.page-template-front-page .section-advantages .advantages-list .item:first-child{margin-top:0}body.page-template-front-page .section-advantages .advantages-list .item:nth-child(2){margin-top:10rem}}@media only screen and (min-width :768px){body.page-template-front-page .section-advantages{padding-top:4.75rem}body.page-template-front-page .section-advantages .section-heading{width:100%;position:absolute;top:55%;left:50%;z-index:5;transform:translate(-50%,-50%)}body.page-template-front-page .section-advantages .section-title{font-size:2.5rem}body.page-template-front-page .section-advantages .section-text{font-size:1.125rem;letter-spacing:-.045rem}body.page-template-front-page .section-advantages .advantages-list{display:flex;justify-content:space-between;flex-wrap:wrap;margin:0 0 -7rem}body.page-template-front-page .section-advantages .advantages-list .item .item-inner{width:14rem}body.page-template-front-page .section-advantages .advantages-list .item .name,body.page-template-front-page .section-advantages .advantages-list .item .num{font-size:1rem}body.page-template-front-page .section-advantages .advantages-list .item:nth-child(3){width:100%}body.page-template-front-page .section-advantages .advantages-list .item:nth-child(3) .item-inner{margin-left:auto;margin-right:auto}body.page-template-front-page .section-advantages .advantages-list .item:nth-child(2) .item-inner,body.page-template-front-page .section-advantages .advantages-list .item:nth-child(5) .item-inner{margin-top:3.25rem}body.page-template-front-page .section-advantages .advantages-list .item:nth-child(3),body.page-template-front-page .section-advantages .advantages-list .item:nth-child(4),body.page-template-front-page .section-advantages .advantages-list .item:nth-child(5){margin-top:4rem}body.page-template-front-page .section-advantages .decor{top:auto;bottom:33%}}@media only screen and (min-width :1200px){body.page-template-front-page .section-advantages{padding-top:3.75rem}body.page-template-front-page .section-advantages .section-heading{top:51%}body.page-template-front-page .section-advantages .section-title{font-size:4rem}body.page-template-front-page .section-advantages .section-text{width:auto;margin-top:1.5rem;font-size:1.25rem;letter-spacing:-.05rem}body.page-template-front-page .section-advantages .advantages-list{width:69.75rem;margin:0 auto -15rem}body.page-template-front-page .section-advantages .advantages-list .item .item-inner{width:19.875rem}body.page-template-front-page .section-advantages .advantages-list .item .name{margin-bottom:1.5rem}body.page-template-front-page .section-advantages .advantages-list .item:nth-child(2) .item-inner{margin-top:7.25rem}body.page-template-front-page .section-advantages .advantages-list .item:nth-child(3){margin-top:-12.5rem}body.page-template-front-page .section-advantages .advantages-list .item:nth-child(4){margin-top:12rem}body.page-template-front-page .section-advantages .advantages-list .item:nth-child(4) .item-inner{margin-left:7.125rem}body.page-template-front-page .section-advantages .advantages-list .item:nth-child(5){margin-top:12rem}body.page-template-front-page .section-advantages .advantages-list .item:nth-child(5) .item-inner{margin-top:10rem;margin-right:7.125rem}body.page-template-front-page .section-advantages .decor{bottom:26%}}body.page-template-front-page .section-quality{background:#fff;padding:9.375rem 0 22vw}body.page-template-front-page .section-quality .section-title{margin-bottom:2rem;text-align:center}body.page-template-front-page .section-quality .quality-list{width:18.75rem;margin:0 auto}body.page-template-front-page .section-quality .quality-list .row{row-gap:1.5rem}body.page-template-front-page .section-quality .quality-list .item{text-align:center}body.page-template-front-page .section-quality .quality-list .item .name{margin-top:1rem;color:#1d1d1d;font-size:1rem;line-height:normal;letter-spacing:-.04rem;text-transform:uppercase}body.page-template-front-page .section-quality .quality-list .item .desc{margin-top:.5rem;color:rgba(29,29,29,.56);font-size:.875rem}body.page-template-front-page .section-quality .decor{left:0;bottom:0;width:100%}@media only screen and (min-width :768px){body.page-template-front-page .section-quality{padding:12rem 0 18vw}body.page-template-front-page .section-quality .section-title{margin-bottom:4rem}body.page-template-front-page .section-quality .quality-list{width:auto}body.page-template-front-page .section-quality .quality-list .item{padding:0 3rem}}@media only screen and (min-width :1200px){body.page-template-front-page .section-quality{padding:25rem 0 18vw}body.page-template-front-page .section-quality .section-title{margin-bottom:5rem}body.page-template-front-page .section-quality .quality-list .row{justify-content:space-evenly}body.page-template-front-page .section-quality .quality-list .item{padding:0 .5rem}body.page-template-front-page .section-quality .quality-list .item img,body.page-template-front-page .section-quality .quality-list .item svg{width:7.5rem}}body.page-template-front-page .section-solves_problems{padding:4rem 0 3.125rem}body.page-template-front-page .section-solves_problems .section-title{width:15em;margin-left:auto;margin-right:auto;text-align:center}body.page-template-front-page .section-solves_problems .problems-list{margin-top:2rem}body.page-template-front-page .section-solves_problems .problems-list .item+.item{margin-top:2rem}body.page-template-front-page .section-solves_problems .problems-list .item .media{align-items:flex-start;gap:.5rem;margin-bottom:1rem}body.page-template-front-page .section-solves_problems .problems-list .item .num{font-family:'NeverMind Serif Small',serif;width:2rem;color:rgba(0,0,0,.4);font-feature-settings:'salt' on;font-size:1.25rem;line-height:1;text-transform:uppercase}body.page-template-front-page .section-solves_problems .problems-list .item .name{margin:0 0 .5rem;font-size:.875rem;line-height:1.3;letter-spacing:-.035rem;text-transform:uppercase}body.page-template-front-page .section-solves_problems .problems-list .item .desc{color:rgba(0,0,0,.8);font-size:1rem}body.page-template-front-page .section-solves_problems .problems-list .item img{width:100%;min-height:11rem;border-radius:4px;overflow:hidden;object-fit:cover}@media only screen and (max-width :767.98px){body.page-template-front-page .section-solves_problems .problems-list .item .desc br{display:none}}@media only screen and (min-width :768px) and (max-width :1199.98px){body.page-template-front-page .section-solves_problems .section-title{width:13em}body.page-template-front-page .section-solves_problems .problems-list{width:36.5rem;margin:3rem auto 0}body.page-template-front-page .section-solves_problems .problems-list .item+.item{margin-top:3rem}body.page-template-front-page .section-solves_problems .problems-list .item .num{width:3.5rem;font-size:2rem}body.page-template-front-page .section-solves_problems .problems-list .item .name{font-size:1.125rem;letter-spacing:-.045rem}}@media only screen and (min-width :1200px){body.page-template-front-page .section-solves_problems .section-title{width:auto;text-align:left;position:-webkit-sticky;position:sticky;top:6.25rem;z-index:10}body.page-template-front-page .section-solves_problems .section-title span{display:block}body.page-template-front-page .section-solves_problems .section-title .line2{margin-left:5.25rem}body.page-template-front-page .section-solves_problems .section-title .line3{margin-left:.75rem}body.page-template-front-page .section-solves_problems .problems-list{margin:0}body.page-template-front-page .section-solves_problems .problems-list .item+.item{margin-top:3rem}body.page-template-front-page .section-solves_problems .problems-list .item .media{margin-bottom:1.5rem;gap:1.5rem}body.page-template-front-page .section-solves_problems .problems-list .item .num{width:4.5rem;font-size:3rem}body.page-template-front-page .section-solves_problems .problems-list .item .name{margin-bottom:1rem;font-size:1.25rem;letter-spacing:-.0375rem}}@media only screen and (min-width :1200px){body.page-template-front-page .section-solves_problems .problems-list .item .num{width:5.625rem}}body.page-template-front-page .section-locations{padding:3.125rem 0 0}body.page-template-front-page .section-locations .section-text,body.page-template-front-page .section-locations .section-title{text-align:center}body.page-template-front-page .section-locations .section-text{margin-top:1rem;color:rgba(0,0,0,.6);line-height:1.3;letter-spacing:-.035rem;text-transform:uppercase}body.page-template-front-page .section-locations #map{width:100%;height:24.5625rem;margin-top:1.5rem;z-index:1}body.page-template-front-page .section-locations #map canvas{width:100%;height:100%}body.page-template-front-page .section-locations #map .leaflet-marker-icon svg{width:100%;transform:perspective(1px) translateZ(0)}body.page-template-front-page .section-locations #map .leaflet-marker-icon svg path{transition:fill .3s}body.page-template-front-page .section-locations #map .leaflet-marker-icon:focus,body.page-template-front-page .section-locations #map .leaflet-marker-icon:hover{cursor:pointer}body.page-template-front-page .section-locations #map .leaflet-marker-icon.marker-active svg{animation-name:pop;animation-duration:.25s;animation-timing-function:linear;animation-iteration-count:1}body.page-template-front-page .section-locations #map .leaflet-marker-icon.marker-active svg path{fill:#1d1d1d}body.page-template-front-page .section-locations .leaflet-control-select.nice-select{min-width:18rem;max-width:100%;white-space:normal}body.page-template-front-page .section-locations .leaflet-control-select.nice-select .nice-select-dropdown{min-width:100%}body.page-template-front-page .section-locations .leaflet-control-select.nice-select .nice-select-dropdown .option{padding-top:.75rem;padding-bottom:.75rem}body.page-template-front-page .section-locations .leaflet-control-select.nice-select .current,body.page-template-front-page .section-locations .leaflet-control-select.nice-select .nice-select-dropdown .option{color:rgba(0,0,0,.6);font-size:.875rem;line-height:1.2}body.page-template-front-page .section-locations .leaflet-control-select.nice-select .current span,body.page-template-front-page .section-locations .leaflet-control-select.nice-select .nice-select-dropdown .option span{display:block;pointer-events:none}body.page-template-front-page .section-locations .leaflet-control-select.nice-select .current .name,body.page-template-front-page .section-locations .leaflet-control-select.nice-select .nice-select-dropdown .option .name{color:#000;letter-spacing:-.035rem;text-transform:uppercase}body.page-template-front-page .section-locations .leaflet-control-button.btn{color:#fff!important}@media only screen and (min-width :768px){body.page-template-front-page .section-locations .section-text{font-size:1.125rem;letter-spacing:-.045rem}body.page-template-front-page .section-locations #map{height:34.375rem;margin-top:2rem}body.page-template-front-page .section-locations #map .leaflet-marker-icon{margin-left:-2.5rem!important;margin-top:-2.5rem!important;width:5rem!important;height:80px!important}}@media only screen and (min-width :1200px){body.page-template-front-page .section-locations{padding:5rem 0 0}body.page-template-front-page .section-locations .section-text{font-size:1.25rem;letter-spacing:-.05rem}body.page-template-front-page .section-locations #map{margin-top:3rem}}