:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975) translate3d(0,16px,0)}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translateX(-100%)}}@keyframes f-slideOutPrev{to{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%{opacity:0;transform:translateX(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translateX(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translateX(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translateX(75px)}}: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{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:content-box;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);height:var(--f-button-svg-height);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease;width:var(--f-button-svg-width)}.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{left:var(--f-button-prev-pos);right:auto}.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{left:50%;top:auto;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{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:hsla(0,0%,100%,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;bottom:0;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:visible;overscroll-behavior-y:contain;padding:0;position:fixed;right:0;top:0;transform-origin:top left;z-index:var(--fancybox-zIndex,1050)}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container::backdrop{background-color:transparent}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{box-sizing:border-box;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;height:100%;margin:0 auto}.fancybox__slide{align-items:center;backface-visibility:hidden;display:flex;flex:0 0 auto;flex-direction:column;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;overscroll-behavior:contain;padding:4px;position:relative;transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{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__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:flex;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;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{backface-visibility:hidden;background:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;transform:translateZ(0);transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{display:block;filter:blur(0);height:100%;margin:auto;min-height:0;object-fit:contain;user-select:none;width:100%}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;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:2;position:absolute;right:8px;top:0;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:rgba(24,24,27,.5);bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;right:5px;top:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all 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,.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{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;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));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.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{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{height:100%;width:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(1px,1px,1px,1px)!important;border:0!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;white-space:nowrap!important;width:1px!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{-webkit-tap-highlight-color:rgba(0,0,0,0);flex:0 0 auto;margin:0;overflow:hidden;perspective:1000px;position:relative;transform:translateZ(0);user-select:none}.f-thumbs .f-spinner{background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{height:auto;overflow:hidden;transform:translateZ(0);width:100%}.f-thumbs__track{display:flex}.f-thumbs__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;height:var(--f-thumb-height);justify-content:center;margin:0;overflow:visible;padding:0;position:relative;width:var(--f-thumb-width)}.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{bottom:0;content:"";cursor:pointer;left:calc((var(--f-thumb-clip-width, 0))*-.5);position:absolute;top:0;width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0))}.is-modern .f-thumbs__slide{pointer-events:none;transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transition:none;width:var(--f-thumb-clip-width)}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;background:transparent;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0 -100%;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;touch-action:manipulation;transition:opacity .2s ease;width:var(--f-thumb-width)}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{opacity:var(--f-thumb-selected-opacity);outline:none}.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{animation:f-fadeIn .2s ease-out;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);content:"";height:auto;z-index:10}.f-thumbs__slide__img,.is-classic .is-nav-selected .f-thumbs__slide__button:after{border-radius:var(--f-thumb-border-radius);bottom:0;left:0;position:absolute;right:0;top:0}.f-thumbs__slide__img{box-sizing:border-box;height:100%;margin:0;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;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(hsla(0,0%,100%,.1),hsla(0,0%,100%,.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(hsla(0,0%,100%,.1),hsla(0,0%,100%,.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,hsla(0,0%,100%,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;color:var(--fancybox-color,currentColor);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{display:flex;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{-webkit-font-smoothing:subpixel-antialiased;cursor:default;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;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}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[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{background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));height:3px;left:0;pointer-events:none;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;user-select:none;z-index:30}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.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{-ms-overflow-style:none;overflow:auto;scrollbar-width: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{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.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{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.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{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.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-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;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);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.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:transform .2s,top .2s}.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:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.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));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.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{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.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{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.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{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.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{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;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{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}:root{--color-01:#cccbc2;--color-02:#4e513d;--color-03:#fff;--color-04:#000;--color-05:#dd3e22;--color-06:#c4c4c4;--color-07:#5990de;--c-padd-80:5rem;--h1-size:7.5rem;--h1-line:7.5rem;--h2-size:4.0625rem;--h2-line:100%;--h3-size:2.875rem;--h3-line:130%;--h4-size:3rem;--h4-line:120%;--h5-size:2.25rem;--h5-line:2.75rem;--h6-size:1.5rem;--h6-line:1.75rem;--p-size:1rem;--p-line:1.375rem;--p-size-small:0.875rem;--p-line-small:1.125rem;--link-size:1.5rem;--link-line:1.5rem;--link-size-medium:1rem;--link-line-medium:1.375rem;--link-size-small:0.875rem;--link-line-small:1.125rem;--c-lr-padd:5rem}@media screen and (max-width:100rem){:root{--c-padd-60:3.75rem}}@media screen and (max-width:90rem){:root{--h1-size:5.625rem;--h1-line:5.625rem;--h2-size:3.4375rem;--h2-line:100%}}@media screen and (max-width:47.9375rem){:root{--h1-size:3.125rem;--h1-line:100%;--h2-size:1.875rem;--h2-line:120%;--h3-size:1.5rem;--h3-line:120%;--h4-size:1.25rem;--h4-line:120%;--h5-size:1.5rem;--h5-line:110%;--h6-size:1.25rem;--h6-line:120%;--link-size:1.25rem;--link-line:100%;--link-size-small:0.875rem;--link-line-small:1.125rem;--p-size:1rem;--p-line:1.375rem;--c-lr-padd:1.25rem}}@font-face{font-family:ApercuPro;font-style:normal;font-weight:300;src:url(fonts/ApercuPro-Light.woff2) format("woff2"),url(fonts/ApercuPro-Light.woff) format("woff")}@font-face{font-family:ApercuPro;font-style:italic;font-weight:300;src:url(fonts/ApercuPro-LightItalic.woff2) format("woff2"),url(fonts/ApercuPro-LightItalic.woff) format("woff")}@font-face{font-family:Nib Pro;font-style:normal;font-weight:300;src:url(fonts/NibPro-Light.woff2) format("woff2"),url(fonts/NibPro-Light.woff) format("woff")}@font-face{font-family:Nib Pro;font-style:italic;font-weight:300;src:url(fonts/NibPro-LightItalic.woff2) format("woff2"),url(fonts/NibPro-LightItalic.woff) format("woff")}.h1,h1{font-size:var(--h1-size);line-height:var(--h1-line)}.h1,.h2,h1,h2{font-family:Nib Pro,Arial,Helvetica,sans-serif;font-weight:300}.h2,h2{font-size:var(--h2-size);line-height:var(--h2-line)}.h3,h3{font-size:var(--h3-size);line-height:var(--h3-line)}.h3,.h4,h3,h4{font-family:Nib Pro,Arial,Helvetica,sans-serif;font-weight:300}.h4,h4{font-size:var(--h4-size);line-height:var(--h4-line)}.h5,h5{font-size:var(--h5-size);line-height:var(--h5-line)}.h5,.h6,h5,h6{font-family:Nib Pro,Arial,Helvetica,sans-serif;font-weight:300}.h6,h6{font-size:var(--h6-size);line-height:var(--h6-line)}.h1.apercu,.h2.apercu,.h3.apercu,.h4.apercu,.h5.apercu,.h6.apercu,h1.apercu,h2.apercu,h3.apercu,h4.apercu,h5.apercu,h6.apercu{font-family:ApercuPro,Arial,Helvetica,sans-serif}p{font-size:var(--p-size);font-weight:300;line-height:var(--p-line)}a{-webkit-text-decoration-skip:ink;text-decoration-skip:ink;color:inherit;text-decoration:none}b,strong{font-weight:700}em,i{font-style:italic}svg{display:inline-block;max-width:100%;width:100%}small,sub,sup{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{-moz-font-smoothing:antialiased;-o-font-smoothing:antialiased;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;font-size:100%}body,html{height:100%}body{background:var(--color-01);color:var(--color-04);font-family:ApercuPro,Arial,Helvetica,sans-serif;font-size:var(--p-size);font-weight:300;line-height:var(--p-line);overflow-x:hidden;position:relative}@media screen and (min-width:48rem){body{cursor:none}}body::-webkit-scrollbar{width:.4em}body::-webkit-scrollbar-track{background-color:var(--color-01)}body::-webkit-scrollbar-thumb{background-color:var(--color-05)}@media (-webkit-device-pixel-ratio:1.25){html.is-scaling-html{font-size:80%}}@media (-webkit-device-pixel-ratio:1.5){html.is-scaling-html{font-size:60%}}@media (-webkit-device-pixel-ratio:1.75){html.is-scaling-html{font-size:55%}}.pw-banner{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;min-height:100vh;padding:var(--c-lr-padd)}@media screen and (min-width:73.8125rem){.pw-banner{padding-left:12.5rem;padding-right:12.5rem}}@media screen and (max-width:73.75rem){.pw-banner{padding-left:5rem;padding-right:5rem}}@media screen and (max-width:47.9375rem){.pw-banner{padding:0 1.25rem}}.pw-banner .xxl-logo{width:100%}.pw-banner .xxl-logo svg{backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);height:auto;max-width:100%;opacity:0;position:relative;width:100%}.pw-banner .xxl-logo-container{height:100%;position:relative}@media screen and (max-width:47.9375rem){.pw-banner .xxl-logo-container #xxl-logo{display:none}}@media screen and (min-width:48rem){.pw-banner .xxl-logo-container #s-logo{display:none}}.pw-banner .intro{backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);height:auto;left:0;opacity:0;position:absolute;text-align:center;top:50%;width:100%}@media screen and (max-width:47.9375rem){.pw-banner .intro{font-size:2.875rem;line-height:110%}}.pw-banner .description{filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0;padding:4.375rem 0 0;text-align:center;width:100%}@media screen and (max-width:47.9375rem){.pw-banner .description{padding:3.75rem 0 0}.pw-banner .description br{display:none}}.pw-services-scrolled .services{position:relative}.pw-services-scrolled .services .service{padding:0 0 var(--c-padd-80) 0;position:absolute;width:100%}@media screen and (max-width:47.9375rem){.pw-services-scrolled .services .service .icon-group .text br{display:none}.pw-services-scrolled .services .service{padding:0 0 3.75rem}}.pw-marquee{overflow:hidden;padding:1.5625rem 0 6.25rem;width:100%;z-index:1}.pw-marquee .scrolling-group{justify-content:flex-start;width:100%}.pw-marquee .scrolling-group,.pw-marquee .scrolling-group .scrolling-group-content{align-items:center;column-gap:2.5rem;display:flex;flex-wrap:nowrap;white-space:nowrap}.pw-marquee .scrolling-group .scrolling-group-content .item{display:inline-block;width:auto}@media screen and (max-width:47.9375rem){.pw-marquee{padding:0 0 2.5rem}.pw-marquee .scrolling-group,.pw-marquee .scrolling-group .scrolling-group-content{column-gap:1.25rem}}.pw-info-n-media{background-color:var(--color-03);min-height:100vh;padding-bottom:var(--c-padd-80)}.pw-info-n-media .media{padding-top:var(--c-padd-80)}@media screen and (max-width:47.9375rem){.pw-info-n-media .media{padding-bottom:1.25rem;padding-top:5rem}}.parallax:not(.group-4){background-color:var(--color-01)}.parallax.group-4,.reviews-media-outer{background-color:var(--color-03)}.group-2-outer{padding-bottom:100vh}.group-2{overflow:hidden;padding-bottom:200vh}.group-3-outer{padding-bottom:100vh}.group-3{padding-bottom:200vh;position:relative}.group-4-outer{padding-bottom:100vh}form ::-webkit-input-placeholder{filter:alpha(opacity=100);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1}form :-moz-placeholder,form ::-moz-placeholder{filter:alpha(opacity=100);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1}form :-ms-input-placeholder{filter:alpha(opacity=100);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1}form input[type=email],form input[type=number],form input[type=password],form input[type=tel],form input[type=text],form textarea{background:transparent;background-color:transparent;border:0}form input[type=email]:focus,form input[type=email]:hover,form input[type=number]:focus,form input[type=number]:hover,form input[type=password]:focus,form input[type=password]:hover,form input[type=tel]:focus,form input[type=tel]:hover,form input[type=text]:focus,form input[type=text]:hover,form textarea:focus,form textarea:hover{outline:0 none}form input[type=email]:-internal-autofill-selected,form input[type=number]:-internal-autofill-selected,form input[type=password]:-internal-autofill-selected,form input[type=tel]:-internal-autofill-selected,form input[type=text]:-internal-autofill-selected,form textarea:-internal-autofill-selected{background:transparent;background-color:transparent;border:0}form input[type=email]:-internal-autofill-selected:focus,form input[type=email]:-internal-autofill-selected:hover,form input[type=number]:-internal-autofill-selected:focus,form input[type=number]:-internal-autofill-selected:hover,form input[type=password]:-internal-autofill-selected:focus,form input[type=password]:-internal-autofill-selected:hover,form input[type=tel]:-internal-autofill-selected:focus,form input[type=tel]:-internal-autofill-selected:hover,form input[type=text]:-internal-autofill-selected:focus,form input[type=text]:-internal-autofill-selected:hover,form textarea:-internal-autofill-selected:focus,form textarea:-internal-autofill-selected:hover{outline:0 none}button{background:transparent;background-color:transparent;border:0;font-family:ApercuPro,Arial,Helvetica,sans-serif;font-weight:400;margin:0;outline:0 none;padding:0}button:focus,button:hover{cursor:pointer;outline:0 none}.link-animate{background:linear-gradient(90deg,currentColor 33.3333333333%,transparent 0 66.6666666667%,currentColor 0) var(--d,0) 100%/300% .0625rem no-repeat;color:var(--color-04);font-size:var(--link-size);line-height:var(--link-line);text-transform:lowercase}.link-animate:hover{--d:100%;color:var(--color-05);-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.link-animate.medium{font-size:var(--link-size-medium);line-height:var(--link-line-medium)}.link-animate.small{font-size:var(--link-size-small);line-height:var(--link-line-small)}.link-w-circle{align-items:center;color:var(--color-04);display:flex;font-size:var(--link-size);line-height:var(--link-line);text-transform:lowercase;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.link-w-circle:after{background-color:var(--color-04);-webkit-border-radius:50%;border-radius:50%;content:"";display:inline-flex;height:.625rem;margin:0 0 0 .625rem;position:relative;top:.1875rem;-moz-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out;width:.625rem}.link-w-circle:hover{color:var(--color-05)}.link-w-circle:hover:after{background-color:var(--color-05)}.link-w-circle.medium{font-size:var(--link-size-medium);line-height:var(--link-line-medium)}.link-w-circle.medium:after{top:.125rem}.link-w-circle.small{font-size:var(--link-size-small);line-height:var(--link-line-small)}@media screen and (max-width:47.9375rem){.link-w-circle:after{top:0}}.btn-circle{-webkit-border-radius:50%;border-radius:50%;box-shadow:0 0 .625rem rgba(0,0,0,.2);font-size:var(--p-size);font-weight:300;height:4.0625rem;justify-content:center;line-height:1;width:4.0625rem}.btn,.btn-circle{align-items:center;background-color:var(--color-03);display:flex}.btn{-webkit-border-radius:1.25rem;border-radius:1.25rem;box-shadow:0 4px 10px rgba(0,0,0,.1);font-size:var(--link-size);height:2.5rem;line-height:var(--link-line);padding:0 1.25rem;text-align:center;text-transform:lowercase;width:auto}.btn-play{align-items:center;background:var(--color-03);-webkit-border-radius:50%;border-radius:50%;display:flex;height:4.375rem;justify-content:center;left:50%;overflow:hidden;padding:1.125rem 1.125rem 1.125rem 1.375rem;position:absolute;top:50%;-moz-transform:translate(-50%,-50%) scale(1);-o-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);-moz-transition:transform .25s ease-in-out;-o-transition:transform .25s ease-in-out;-webkit-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out;width:4.375rem;z-index:9}.btn-play svg{display:flex;height:auto;max-width:100%;object-fit:contain;width:100%}.btn-play:hover{-moz-transform:translate(-50%,-50%) scale(1.1);-o-transform:translate(-50%,-50%) scale(1.1);-ms-transform:translate(-50%,-50%) scale(1.1);-webkit-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1)}.icon-group{align-items:center;display:inline-flex;flex-wrap:wrap;justify-content:flex-start;vertical-align:top;width:auto}.icon-group .icon{background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;height:2.1875rem;margin:0 1.25rem 0 0;min-width:auto;width:2.1875rem}.icon-group .icon.small{height:1.0625rem;margin:0 .3125rem 0 0;width:1.0625rem}.icon-group .icon.no-text{margin:0 .3125rem}.icon-group .icon.agenda{background-image:url(media/agenda.svg)}.icon-group .icon.agenda.white{background-image:url(media/agenda-w.svg)}.icon-group .icon.details{background-image:url(media/details.svg)}.icon-group .icon.details.white{background-image:url(media/details-w.svg)}.icon-group .icon.development{background-image:url(media/development.svg)}.icon-group .icon.development.white{background-image:url(media/development-w.svg)}.icon-group .icon.drafting{background-image:url(media/drafting.svg)}.icon-group .icon.drafting.white{background-image:url(media/drafting-w.svg)}.icon-group .icon.location{background-image:url(media/location.svg)}.icon-group .icon.location.white{background-image:url(media/location-w.svg)}.icon-group .icon.management{background-image:url(media/management.svg)}.icon-group .icon.management.white{background-image:url(media/management-w.svg)}.icon-group .icon.person{background-image:url(media/person.svg)}.icon-group .icon.person.white{background-image:url(media/person-w.svg)}.icon-group .icon.retail{background-image:url(media/retail.svg)}.icon-group .icon.retail.white{background-image:url(media/retail-w.svg)}.icon-group .icon.square-m{background-image:url(media/square-m.svg)}.icon-group .icon.square-m.white{background-image:url(media/square-m-w.svg)}.icon-group .icon.time{background-image:url(media/time.svg)}.icon-group .icon.time.white{background-image:url(media/time-w.svg)}.icon-group .icon.consultancy{background-image:url(media/consultancy.svg)}.icon-group .icon.consultancy.white{background-image:url(media/consultancy-w.svg)}.icon-group .icon.photography{background-image:url(media/photography.svg)}.icon-group .icon.photography.white{background-image:url(media/photography-w.svg)}.icon-group .icon.outlet{background-image:url(media/outlet.svg)}.icon-group .icon.outlet.white{background-image:url(media/outlet-w.svg)}.icon-group .icon.horeca{background-image:url(media/horeca.svg)}.icon-group .icon.horeca.white{background-image:url(media/horeca-w.svg)}.icon-group .icon.hospitality{background-image:url(media/hospitality.svg)}.icon-group .icon.hospitality.white{background-image:url(media/hospitality-w.svg)}.icon-group .icon.leisure{background-image:url(media/leisure.svg)}.icon-group .icon.leisure.white{background-image:url(media/leisure-w.svg)}.icon-group .icon.office{background-image:url(media/office.svg)}.icon-group .icon.office.white{background-image:url(media/office-w.svg)}@media screen and (min-width:48rem){.icon-group.start{align-items:flex-start;flex-wrap:nowrap}.icon-group.start .icon{position:relative;top:.4375rem}.icon-group.start .icon.small{top:.125rem}}@media screen and (max-width:47.9375rem){.icon-group .text br{display:none}}.filter{align-items:center;background-color:var(--color-03);-webkit-border-radius:1.25rem;border-radius:1.25rem;box-shadow:0 4px 10px rgba(0,0,0,.1);display:flex;justify-content:center;min-height:2.625rem;position:relative;width:26.875rem}@media screen and (max-width:47.9375rem){.filter{min-height:2.625rem;width:calc(100% - 2.5rem)}}.filter .dropdowns-wrapper{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:.625rem 1.875rem;position:relative;width:100%}@media screen and (max-width:47.9375rem){.filter .dropdowns-wrapper{justify-content:center}}@media screen and (max-width:23.4375rem){.filter .dropdowns-wrapper{padding:.625rem .9375rem}}.filter .dropdowns-wrapper .title{color:var(--color-04);font-size:var(--p-size);font-weight:300;text-transform:lowercase}@media screen and (max-width:47.9375rem){.filter .dropdowns-wrapper .title{display:none}}.filter .dropdowns-wrapper .dropdowns{align-items:center;column-gap:1.25rem;display:flex;flex-wrap:wrap;justify-content:flex-end}.filter .dropdowns-wrapper .dropdowns button{align-items:center;color:var(--color-04);display:flex;font-size:var(--p-size);font-weight:300;justify-content:center;margin:0;outline:none;padding:0 .9375rem 0 0;position:relative}.filter .dropdowns-wrapper .dropdowns button .text{display:inline-block;line-height:100%}.filter .dropdowns-wrapper .dropdowns button.active .text{border-bottom:.0625rem solid var(--color-04)}.filter .dropdowns-wrapper .dropdowns button:after{background-image:url(media/arrow.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:.5rem;position:absolute;right:0;top:.4375rem;-moz-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);width:.5rem}.filter .options-wrapper{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;width:100%}.filter .options-wrapper.active{padding:1.125rem 1.875rem 1.875rem}@media screen and (max-width:23.4375rem){.filter .options-wrapper.active{padding:1.125rem .9375rem 1.875rem}}.filter .options{align-items:center;display:flex;flex:1;justify-content:center;width:100%}.filter .options .values{display:flex;flex-wrap:wrap;gap:.625rem;justify-content:flex-start}.filter .options .values .checkbox label{border-bottom:.0625rem solid transparent;cursor:pointer;display:inline-flex;font-size:1.25rem;font-weight:300;line-height:100%;position:relative;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.filter .options .values .checkbox input[type=checkbox],.filter .options .values .checkbox input[type=radio]{filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0;position:absolute;text-indent:-999999px;visibility:hidden}.filter .options .values .checkbox input[type=checkbox]:checked~label,.filter .options .values .checkbox input[type=radio]:checked~label{border-color:var(--color-05);color:var(--color-05)}.filter .options .values.full{flex-direction:column}.filter .options .values.full .checkbox{width:100%}.filter .buttons-wrapper{align-items:center;display:flex;justify-content:flex-end;padding:0 .9375rem 0 0;position:absolute;right:0}.project-button-next,.project-button-prev{align-items:center;background:#fff;-webkit-border-radius:50%;border-radius:50%;box-shadow:0 0 .625rem rgba(0,0,0,.2);display:flex;height:4.375rem;justify-content:center;position:absolute;top:50%;-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);-moz-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;width:4.375rem;will-change:opacity;z-index:9}.project-button-next svg,.project-button-prev svg{display:flex;object-fit:contain;width:100%}.project-button-next.swiper-button-disabled,.project-button-prev.swiper-button-disabled{display:none;filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0;pointer-events:none}@media only screen and (max-width:47.9375rem){.project-button-next,.project-button-prev{display:none;filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0;pointer-events:none}}.project-button-prev{left:.625rem;padding:1.5625rem 1.75rem 1.5625rem 1.5625rem}.project-button-next{padding:1.5625rem 1.5625rem 1.5625rem 1.75rem;right:.625rem}.project-button-prev svg{transform:rotate(180deg)}main{min-height:100vh;overflow:hidden;z-index:1}main,main section{position:relative;width:100%}main section:has(>div.middle){align-items:center;display:flex;justify-content:center}.smooth-wrapper{position:relative;z-index:1}.pw-main-padd,.smooth-content,.smooth-wrapper{min-height:100vh;pointer-events:none}.pw-main-padd>*{pointer-events:all}.popper{font-family:ApercuPro,Arial,Helvetica,sans-serif;font-size:var(--p-size);font-weight:300;line-height:var(--p-line);text-align:center}.pw-cursor{background-color:var(--color-05);-webkit-border-radius:50%;border-radius:50%;display:block;height:1.25rem;left:0;pointer-events:none;position:fixed;top:0;-moz-transition:transform .3s cubic-bezier(.75,-1.27,.3,2.33),opacity .2s cubic-bezier(.75,-.27,.3,1.33);-o-transition:transform .3s cubic-bezier(.75,-1.27,.3,2.33),opacity .2s cubic-bezier(.75,-.27,.3,1.33);-webkit-transition:transform .3s cubic-bezier(.75,-1.27,.3,2.33),opacity .2s cubic-bezier(.75,-.27,.3,1.33);transition:transform .3s cubic-bezier(.75,-1.27,.3,2.33),opacity .2s cubic-bezier(.75,-.27,.3,1.33);user-select:none;width:1.25rem;z-index:9999}.pw-cursor.active{filter:alpha(opacity=50);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);opacity:.5;-moz-transform:scale(2);-o-transform:scale(2);-ms-transform:scale(2);-webkit-transform:scale(2);transform:scale(2)}@media screen and (max-width:47.9375rem){.pw-cursor{display:none}}.container{max-width:100%;padding:0 var(--c-padd-80);position:relative;width:100%}.container.small{padding:0 2.5rem}@media screen and (min-width:768px){.container.middle{align-items:center;display:flex;flex-direction:column;justify-content:center;width:55vw}}@media screen and (max-width:100rem){.container{padding:0 3.75rem}}@media screen and (max-width:90rem){.container{padding:0 2.5rem}}@media screen and (max-width:47.9375rem){.container,.container.small{padding:0 1.25rem}}.cols{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:space-between}@media screen and (min-width:48rem){.cols .col:first-child{width:calc(30% - 1.25rem)}.cols .col:last-child{width:calc(70% - 1.25rem)}.cols.half{justify-content:flex-start}.cols.half .col:last-child{width:50%}}@media screen and (max-width:47.9375rem){.cols{flex-direction:column}.cols .col{width:100%}.cols .col:first-child.no-padd-m{padding:0}}.spacer-10,.spacer-100,.spacer-20,.spacer-30,.spacer-40,.spacer-50,.spacer-60,.spacer-70,.spacer-80,.spacer-90{border:0;margin:0;outline:0 none;padding:0;width:100%}.spacer-10{height:.625rem;line-height:2.5rem}.spacer-20{height:1.25rem;line-height:1.25rem}.spacer-30{height:1.875rem;line-height:1.875rem}@media screen and (max-width:47.9375rem){.spacer-30{height:.9375rem;line-height:.9375rem}}.spacer-40{height:2.5rem;line-height:2.5rem}.spacer-50{height:3.125rem;line-height:3.125rem}@media screen and (max-width:47.9375rem){.spacer-50{height:1.875rem;line-height:1.875rem}}.spacer-60{height:3.75rem;line-height:3.75rem}@media screen and (max-width:47.9375rem){.spacer-60{height:2.5rem;line-height:2.5rem}}.spacer-70{height:4.375rem;line-height:4.375rem}@media screen and (max-width:47.9375rem){.spacer-70{height:3.125rem;line-height:3.125rem}}.spacer-80{height:5rem;line-height:5rem}.spacer-90{height:5.625rem;line-height:5.625rem}.spacer-100{height:6.25rem;line-height:6.25rem}.d-padd{padding:0 var(--c-padd-80)}@media screen and (max-width:100rem){.d-padd{padding:0 3.75rem}}@media screen and (max-width:90rem){.d-padd{padding:0 2.5rem}}@media screen and (max-width:47.9375rem){.d-padd{padding:0 1.25rem}}.dx-padd{padding:0 12.5rem}@media screen and (max-width:100rem){.dx-padd{padding:0 6.25rem}}@media screen and (max-width:80rem){.dx-padd{padding:0 4.6875rem}}@media screen and (max-width:64rem){.dx-padd{padding:0 5rem}}@media screen and (max-width:47.9375rem){.dx-padd{padding:0 1.25rem}}.s-padd{padding:0 2.5rem}@media screen and (max-width:47.9375rem){.s-padd{padding:0 1.25rem}}.a-padd{padding:var(--c-padd-80)}@media screen and (max-width:100rem){.a-padd{padding:3.75rem}}@media screen and (max-width:90rem){.a-padd{padding:2.5rem}}@media screen and (max-width:47.9375rem){.a-padd{padding:1.25rem}}@media screen and (min-width:48rem){.v-f-height{height:100vh;max-height:100%}}.bg-01{background-color:var(--color-01)}.bg-02{background-color:var(--color-02)}.bg-03{background-color:var(--color-03)}.responsive{display:block;height:auto;max-width:100%;object-fit:contain;width:100%}.transition{display:flex;height:100vh;left:0;margin:0;padding:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:999}.transition li{background:var(--color-05);transform:scaleY(0);width:20%}.pw-page-header{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:1.25rem 2.5rem;width:100%}.pw-page-header__link{width:auto}.pw-page-header__logo{max-width:6rem}.pw-page-header__logo svg{height:auto;max-width:100%;width:100%}@media screen and (max-width:47.9375rem){.pw-page-header{padding:.625rem 1.25rem}.pw-page-header .pw-page-header__logo{max-width:5rem}}.pw-collapsed-header{background-color:var(--color-02);height:4.6875rem;left:0;padding-top:1.875rem;position:fixed;top:0;width:100%;z-index:3}@media screen and (min-width:48rem){.pw-collapsed-header #hader-s-logo{display:none}}.pw-collapsed-header .svg-wrapper{height:2.8125rem;overflow:hidden;width:100%}.pw-collapsed-header svg{display:block;height:auto;max-width:100%;width:100%}@media screen and (max-width:47.9375rem){.pw-collapsed-header{display:flex;flex-direction:column;height:3.75rem;padding-top:1.875rem}.pw-collapsed-header .svg-wrapper{height:1.875rem}.pw-collapsed-header svg{height:100%}.pw-collapsed-header #hader-xxl-logo{display:none}.pw-collapsed-header #hader-s-logo{margin-top:auto}}.pw-additional-links{align-items:center;column-gap:7%;display:flex;justify-content:flex-start;padding:3.75rem 0 0;row-gap:1.875rem}@media screen and (max-width:47.9375rem){.pw-additional-links{align-items:flex-start;column-gap:0;flex-direction:column;padding-top:2.5rem;row-gap:1.25rem}}.page-404{align-items:center;background-color:var(--color-02);display:flex;flex-direction:column;height:100vh;justify-content:center;max-height:100%}.page-404 .animated-area{padding:0 0 1.875rem;position:relative;width:100%}.page-404 .animated-area svg{display:block}.page-404 .message-404{align-items:center;display:flex;justify-content:center;left:50%;position:absolute;text-align:center;top:70%;transform:translateX(-50%);width:100%}.page-404 .message-404 .h3{position:absolute}.page-404 .title{margin:0 0 2.5rem}@media screen and (max-width:47.9375rem){.page-404{padding:0 1.25rem}.page-404 .message-404{top:55%}.page-404 .message-404 .h3{font-size:1.875rem;line-height:120%}.page-404 .title.h2{font-size:1.5rem;line-height:120%}}.content.w-padd{padding-top:2.5rem}.content.centered{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.content a{background:linear-gradient(90deg,currentColor 33.3333333333%,transparent 0 66.6666666667%,currentColor 0) var(--d,0) 100%/300% .0625rem no-repeat;color:var(--color-04)}.content a:hover{--d:100%;color:var(--color-05);-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.content ul li{padding:0 0 0 1.25rem;position:relative}.content ul li:before{background-color:var(--color-05);-webkit-border-radius:50%;border-radius:50%;content:"";display:block;height:.375rem;left:0;position:absolute;top:.4375rem;width:.375rem}.with-t-shadow{position:relative}.with-t-shadow:before{background:linear-gradient(180deg,transparent,rgba(0,0,0,.05));content:"";display:block;height:1.5rem;left:0;position:absolute;top:-1.5rem;width:100%}.with-b-shadow{position:relative}.with-b-shadow:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.05));bottom:0;content:"";display:block;height:1.5rem;left:0;position:absolute;width:100%}.media-grid .media-grid-container{column-gap:2.5rem;display:flex;flex-wrap:nowrap;white-space:nowrap}.media-grid .media-grid-container .item{flex-grow:1;height:76vh;position:relative;width:100%}.media-grid .media-grid-container .item .bg{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (max-width:47.9375rem){.media-grid{overflow:hidden}.media-grid .media-grid-container{flex-direction:column;gap:1.25rem;height:auto}.media-grid .media-grid-container .item{height:50vh}}.pw-projects-overview{background-color:var(--color-01);min-height:200vh}.project-single-description{padding-bottom:2.5rem;padding-top:2.5rem}.project-single-description .description{padding-bottom:1.25rem}.project-single-description .information{display:flex;justify-content:flex-end;width:100%}.project-single-description .information .information-wrapper{align-items:flex-end;display:flex;flex-wrap:wrap;gap:.3125rem .625rem;justify-content:flex-end;max-width:40vw}.project-single-description .information .information-wrapper .break{flex-basis:100%;width:100%}@media screen and (max-width:47.9375rem){.project-single-description{padding-bottom:1.25rem;padding-top:3.75rem}.project-single-description .description{padding-bottom:7.5rem}.project-single-description .information{justify-content:flex-start}.project-single-description .information .information-wrapper{justify-content:flex-start;max-width:100%}.project-single-description .information .information-wrapper .title{padding:0 0 .625rem;width:100%}}@media screen and (max-width:23.4375rem){.project-single-description .description{padding-bottom:6.25rem}.project-single-description .description br{display:none}}.project-single-media img{display:block;max-width:100%;object-fit:contain;width:100%}.project-single-about{background-color:var(--color-03);padding-top:6.25rem}.project-single-about,.project-single-about .cols{padding-bottom:var(--c-padd-80)}.project-single-about .cols:last-child{padding-bottom:0}@media screen and (max-width:47.9375rem){.project-single-about{padding-bottom:3.75rem;padding-top:2.5rem}.project-single-about .content{padding-left:3.125rem}}.project-single-details{padding-bottom:2.5rem;padding-top:var(--c-padd-80)}.project-single-details .project-gallery,.project-single-details .project-overview{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:flex-start;white-space:normal;width:100%}@media screen and (min-width:73.8125rem){.project-single-details .project-gallery,.project-single-details .project-overview{flex-wrap:nowrap;white-space:nowrap}}.project-single-details .project-gallery .item,.project-single-details .project-overview .item{display:flex;flex-wrap:wrap;position:relative;white-space:normal}.project-single-details .project-gallery .item picture,.project-single-details .project-overview .item picture{width:100%}.project-single-details .project-gallery .item img,.project-single-details .project-overview .item img{display:inline-flex;object-fit:cover}@media screen and (max-width:73.75rem){.project-single-details .project-gallery .item,.project-single-details .project-overview .item{flex-direction:column;flex-wrap:nowrap;white-space:nowrap;width:100%}.project-single-details .project-gallery .item img,.project-single-details .project-overview .item img{height:100%;max-width:100%;object-fit:fill;width:100%}}.project-single-details .project-details{padding-bottom:var(--c-padd-80);padding-top:6.25rem}@media screen and (max-width:47.9375rem){.project-single-details .project-details .content{padding-left:3.125rem}}.project-single-details .project-overview .item{width:100%}@media screen and (min-width:48rem){.project-single-details .project-overview .item{width:33.333333%}}.project-single-details .project-overview .item picture{max-width:100%;width:100%}.project-single-details .project-overview .item img{height:100%;max-width:100%;width:100%}@media screen and (min-width:48rem){.project-single-details .project-overview .item img{max-height:78vh}}@media screen and (max-width:47.9375rem){.project-single-details{padding-bottom:3.75rem;padding-top:3.75rem}.project-single-details .project-gallery,.project-single-details .project-overview{flex-direction:column;gap:.9375rem}.project-single-details .project-details{padding-bottom:1.875rem;padding-top:3.75rem}}.project-single-attention{background-color:var(--color-03)}.project-single-attention .link{display:flex;justify-content:flex-end;padding:1.25rem 2.5rem;width:100%}.project-single-attention .message{align-items:center;margin:0 auto;max-width:55vw;padding:var(--c-padd-80) 0 7.5rem;text-align:center}@media screen and (max-width:47.9375rem){.project-single-attention .link{padding:.625rem 1.25rem}.project-single-attention .message{margin:0;max-width:100%;padding:3.75rem 0 5rem}.project-single-attention .message br{display:none}}.pw-project-navigation{bottom:var(--c-padd-80);left:50%;position:fixed;-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:999}.pw-project-navigation ul{background-color:var(--color-03);box-shadow:0 0 .625rem rgba(0,0,0,.2);column-gap:.625rem;padding:.3125rem}.pw-project-navigation ul,.pw-project-navigation ul li a{align-items:center;-webkit-border-radius:1.25rem;border-radius:1.25rem;display:flex}.pw-project-navigation ul li a{font-size:var(--link-size-medium);font-weight:300;height:2rem;line-height:1;padding:0 1.125rem;text-transform:lowercase;-moz-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out;z-index:3}.pw-project-navigation ul li a.item-active,.pw-project-navigation ul li a:hover{background-color:var(--color-04);color:var(--color-03)}@media screen and (max-width:47.9375rem){.pw-project-navigation{bottom:1.25rem}}.pw-carousel{display:flex;padding-block-end:2.5rem;padding-block-start:2.5rem;position:relative;width:100%}@media screen and (min-width:48rem){.pw-carousel{padding-block-end:5rem;padding-block-start:5rem}}.pw-carousel__wrapper{position:relative;width:100%}.pw-carousel .swiper-slide{width:fit-content}.pw-carousel .swiper-slide .item{display:flex;object-fit:cover;width:100%}.pw-carousel .swiper-slide img,.pw-carousel .swiper-slide picture{display:flex;height:auto;max-width:100%;object-fit:cover;width:100%}.pw-statistics{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-block-start:9.375rem;padding-inline-end:20dvw;padding-inline-start:20dvw;position:relative}@media only screen and (min-width:48rem){.pw-statistics{padding-block-end:3.125rem;padding-block-start:11.25rem}}.pw-statistics__headline{margin:0 0 2.5rem;position:relative;text-align:center;z-index:2}.pw-statistics__numbers{align-items:center;display:grid;gap:2rem 3.75rem;grid-template-columns:repeat(4,1fr);position:relative;text-align:center;width:100%;z-index:2}.pw-statistics__numbers .statistic{align-items:center;display:flex;flex-direction:column;justify-content:center}.pw-statistics__numbers .statistic__number{filter:alpha(opacity=100);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);font-size:var(--h1-size);font-weight:300;line-height:var(--h1-line);margin:0 0 1.25rem;opacity:1;-moz-transition:all .45s ease-in-out;-o-transition:all .45s ease-in-out;-webkit-transition:all .45s ease-in-out;transition:all .45s ease-in-out;visibility:visible}.pw-statistics__numbers .statistic__number.hide{filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0;visibility:hidden}.pw-statistics__numbers .statistic__label{font-size:var(--link-size);line-height:var(--link-line);text-align:center}.pw-statistics .backgound{height:100%;left:0;padding:var(--c-padd-80);position:absolute;top:0;width:100%;z-index:1}.pw-statistics .backgound img{height:100%;object-fit:contain}@media screen and (max-width:73.75rem){.pw-statistics .pw-statistics__numbers{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:47.9375rem){.pw-statistics .pw-statistics__headline{margin:0 0 1.25rem}.pw-statistics .pw-statistics__numbers{grid-template-columns:1fr;row-gap:1.25rem}.pw-statistics .pw-statistics__numbers .statistic{display:flex}.pw-statistics .pw-statistics__numbers .statistic__number{font-size:5rem;line-height:100%;margin:0 0 .625rem}.pw-statistics .pw-statistics__numbers .statistic__label{font-size:1rem;line-height:1.375rem}.pw-statistics .backgound{padding:0}.pw-statistics .backgound img{object-fit:cover}}.pw-clients{background-color:var(--color-03);padding-bottom:7.5rem;padding-top:7.5rem}.pw-clients__grid{display:grid;gap:5rem 5%;grid-template-columns:repeat(5,1fr)}.pw-clients__grid .client .image{background-position:50%;background-repeat:no-repeat;background-size:contain;filter:alpha(opacity=100);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);height:23vh;opacity:1;-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);-moz-transition:all .45s ease-in-out;-o-transition:all .45s ease-in-out;-webkit-transition:all .45s ease-in-out;transition:all .45s ease-in-out;visibility:visible}.pw-clients__grid .client .image.hide{filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0;-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1);visibility:hidden}@media screen and (max-width:73.75rem){.pw-clients__grid{gap:2.5rem 5%;grid-template-columns:repeat(4,1fr)}.pw-clients__grid .client .image{height:12vh}}@media screen and (max-width:47.9375rem){.pw-clients__grid{gap:1.25rem 5%;grid-template-columns:repeat(2,1fr)}.pw-clients__grid .client .image{height:15vh}.pw-clients{padding-bottom:3.75rem;padding-top:3.75rem}}.portfolio__featured-blank{display:flex;flex-direction:column;padding-top:var(--c-padd-80);row-gap:1.875rem;width:100%}@media screen and (max-width:47.9375rem){.portfolio__featured-blank{padding-top:8.125rem;row-gap:.9375rem}}.portfolio__featured-blank .item{background:var(--color-06);height:11.25rem;overflow:hidden;position:relative;width:100%}@media screen and (max-width:47.9375rem){.portfolio__featured-blank .item{height:15rem}}.portfolio__featured-blank .item:after{-o-animation:loading 1.5s infinite;-moz-animation:loading 1.5s infinite;-webkit-animation:loading 1.5s infinite;animation:loading 1.5s infinite;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.3),hsla(0,0%,100%,0));content:"";height:100%;left:0;position:absolute;right:0;top:0;-moz-transform:translateX(-100%);-o-transform:translateX(-100%);-ms-transform:translateX(-100%);-webkit-transform:translateX(-100%);transform:translateX(-100%);z-index:1}@keyframes loading{to{-moz-transform:translateX(100%);-o-transform:translateX(100%);-ms-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%)}}.portfolio__featured{display:flex;flex-direction:column;padding-top:var(--c-padd-80);row-gap:1.875rem;width:100%}@media screen and (max-width:47.9375rem){.portfolio__featured{padding-top:8.125rem;row-gap:.9375rem}}.portfolio__featured .item{overflow:hidden;position:relative;width:100%}.portfolio__featured .item__info{left:0;padding:1.25rem;position:absolute;top:0;width:100%;z-index:2}.portfolio__featured .item__info .title{color:var(--color-03)}.portfolio__featured .item__info .settings{align-items:center;color:var(--color-03);column-gap:.625rem;display:flex;filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);justify-content:flex-start;opacity:0;position:relative;-moz-transform:translateY(45%);-o-transform:translateY(45%);-ms-transform:translateY(45%);-webkit-transform:translateY(45%);transform:translateY(45%);-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}@media screen and (max-width:47.9375rem){.portfolio__featured .item__info .settings{align-items:flex-start;flex-wrap:wrap;justify-content:space-between;padding:.625rem 0 0}.portfolio__featured .item__info .settings .option{width:100%}.portfolio__featured .item__info{padding:.625rem}}.portfolio__featured .item__preview{background-image:linear-gradient(to right bottom,#4e513d,#76685c,#938483,#aaa3a7,#c4c4c4);height:11.25rem;overflow:hidden;position:relative;-moz-transition:height .45s ease-in-out;-o-transition:height .45s ease-in-out;-webkit-transition:height .45s ease-in-out;transition:height .45s ease-in-out}.portfolio__featured .item__preview:after{background:linear-gradient(180deg,rgba(0,0,0,.7),transparent);content:"";display:block;height:50%;left:0;min-height:12.5rem;position:absolute;top:0;width:100%;z-index:1}.portfolio__featured .item__preview .bg{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:100%;left:0;padding:20%;position:absolute;top:0;width:100%;z-index:0}@media screen and (max-width:47.9375rem){.portfolio__featured .item__preview{height:15rem}}.portfolio__featured .item__more{bottom:0;filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0;padding:1.25rem;position:absolute;right:0;-moz-transform:translateY(50%);-o-transform:translateY(50%);-ms-transform:translateY(50%);-webkit-transform:translateY(50%);transform:translateY(50%);-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;z-index:1}.portfolio__featured .item__more a{color:var(--color-03)}.portfolio__featured .item:hover .item__info .settings{filter:alpha(opacity=100);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1;-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0)}.portfolio__featured .item:hover .item__preview{height:37.5rem}@media screen and (max-width:47.9375rem){.portfolio__featured .item:hover .item__preview{height:22.5rem}}.portfolio__featured .item:hover .item__more{filter:alpha(opacity=100);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1;-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0)}.portfolio__table{background-color:var(--color-03);padding-bottom:var(--c-padd-80);padding-top:var(--c-padd-80)}.portfolio__table .show-more{padding:.9375rem 0 0}@media screen and (max-width:47.9375rem){.portfolio__table{padding-bottom:3.75rem;padding-top:3.75rem}.portfolio__table .pw-table-items .row .services .icon-group:first-child .inline-block .icon{margin-left:0}}.portfolio__filter{align-items:center;display:flex;justify-content:center;position:fixed;top:6.25rem;z-index:99}@media screen and (max-width:47.9375rem){.portfolio__filter{top:5rem}}.pw-table-items{margin:0;min-width:100%;padding:0;table-layout:fixed;vertical-align:middle;width:100%}.pw-table-items .row{border-bottom:.0625rem solid var(--color-04);width:100%}.pw-table-items .row td{font-size:var(--h6-size);line-height:var(--h6-line)}@media screen and (min-width:90rem){.pw-table-items .row td{line-height:0;padding:.9375rem .625rem;text-align:left;vertical-align:middle}.pw-table-items .row td:first-child{padding-left:0}.pw-table-items .row td:last-child{padding-right:0}.pw-table-items .row td.align-center{text-align:center}.pw-table-items .row td.align-right{text-align:right}.pw-table-items .row td.title{text-align:left;width:20vw}.pw-table-items .row td.title.l{width:25vw}.pw-table-items .row td.title.xl{width:45vw}.pw-table-items .row td.title *{line-height:100%}}@media screen and (max-width:80.3125rem){.pw-table-items{display:flex;flex-direction:column}.pw-table-items tbody{flex-direction:column;width:100%}.pw-table-items .row{align-items:center;display:flex;flex-wrap:wrap;gap:.9375rem 1.5625rem;justify-content:flex-start;padding:1.25rem 0}.pw-table-items .row:first-child{padding-top:0}.pw-table-items .row td{align-items:flex-start;display:inline-flex;justify-content:flex-start;padding:0}.pw-table-items .row td.link,.pw-table-items .row td.services,.pw-table-items .row td.title{width:100%}.pw-table-items .row td.link{justify-content:flex-end}}.pw-media{padding-bottom:2.5rem}.pw-media img{display:block;height:auto;max-width:100%;width:100%}@media screen and (max-width:47.9375rem){.pw-media{padding:0}}.pw-attention{background-color:var(--color-03)}.pw-attention__link{display:flex;justify-content:flex-end;padding:1.25rem 2.5rem;width:100%}.pw-attention__message{align-items:center;margin:0 auto;max-width:55vw;padding:6.25rem 0 7.5rem;text-align:center}@media screen and (max-width:47.9375rem){.pw-attention .pw-attention__message{margin:0;max-width:100%;padding:3.75rem 0 5rem}.pw-attention .pw-attention__message br{display:none}}.pw-headings{padding-bottom:2.5rem;padding-top:2.5rem}.pw-headings .description table tr td{font-family:Nib Pro,Arial,Helvetica,sans-serif;font-size:var(--h6-size);line-height:150%}.pw-headings .description table tr td:last-child{padding-left:6.875rem}@media screen and (max-width:47.9375rem){.pw-headings .description table{display:flex;flex-direction:column}.pw-headings .description table tr{display:flex;flex-direction:column;padding:0 0 1.25rem}.pw-headings .description table tr td{display:block;padding:0 0 .625rem;width:100%}.pw-headings .description table tr td:last-child{padding:0 0 .625rem}.pw-headings .description table tr:last-child,.pw-headings .description table tr:last-child td:last-child{padding:0}.pw-headings{padding-bottom:3.75rem;padding-top:3.75rem}}.pw-vacations{padding-bottom:13.125rem;padding-top:6.25rem}@media only screen and (max-width:108.4375rem) and (min-width:48rem){.pw-vacations .pw-table-items .row .icon-group{width:100%}}@media screen and (max-width:47.9375rem){.pw-vacations{padding-bottom:3.75rem;padding-top:0}}.pw-vacancy{padding-bottom:var(--c-padd-80);padding-top:7.1875rem;position:relative}@media screen and (max-width:47.9375rem){.pw-vacancy{padding-bottom:3.75rem;padding-top:7.1875rem}.pw-vacancy .description,.pw-vacancy .pw-additional-links{padding-left:3.125rem}}.pw-text{padding-bottom:11.25rem;padding-top:10rem}@media screen and (max-width:47.9375rem){.pw-text{padding-bottom:3.75rem;padding-top:3.75rem}}.pw-employees{padding-bottom:var(--c-padd-80);padding-top:var(--c-padd-80);width:100%}.pw-employees .employees{display:grid;gap:1.875rem 2.5rem;grid-template-columns:repeat(3,1fr);width:100%}.pw-employees .employees .employee__wrapper{background-color:var(--color-06);height:42vh;margin:0 0 .625rem;overflow:hidden;position:relative;width:100%}.pw-employees .employees .employee__wrapper .slug{margin:0 0 1.25rem;text-align:center;width:100%}.pw-employees .employees .employee__wrapper .photo-blank{align-items:center;display:flex;justify-content:center;width:100%;z-index:1}.pw-employees .employees .employee__wrapper .photo-blank img{max-width:60%;width:100%}.pw-employees .employees .employee__wrapper .photo{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.pw-employees .employees .employee__wrapper .photo .front,.pw-employees .employees .employee__wrapper .photo .rear{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;width:100%}.pw-employees .employees .employee__wrapper .photo .front{filter:alpha(opacity=100);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1}.pw-employees .employees .employee__wrapper .photo .rear{filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0}.pw-employees .employees .employee__wrapper .about{align-items:flex-end;background-color:var(--color-03);bottom:0;display:flex;filter:alpha(opacity=50);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);flex-wrap:wrap;gap:.625rem;justify-content:space-between;left:0;min-height:20%;opacity:.5;padding:.9375rem;position:absolute;-moz-transform:translateY(120%);-o-transform:translateY(120%);-ms-transform:translateY(120%);-webkit-transform:translateY(120%);transform:translateY(120%);-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:100%;z-index:2}.pw-employees .employees .employee__wrapper .about .items{align-self:flex-start}.pw-employees .employees .employee__wrapper.v-center{align-items:center;display:flex;justify-content:center}.pw-employees .employees .employee__wrapper.v-center .slug{margin:0}.pw-employees .employees .employee.vacancy .employee__wrapper{background-color:var(--color-02);padding:3.125rem}.pw-employees .employees .employee:hover .employee__wrapper .photo .front{filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0}.pw-employees .employees .employee:hover .employee__wrapper .about,.pw-employees .employees .employee:hover .employee__wrapper .photo .rear{filter:alpha(opacity=100);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1}.pw-employees .employees .employee:hover .employee__wrapper .about{-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width:73.75rem){.pw-employees .employees{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:47.9375rem){.pw-employees{padding-bottom:3.75rem;padding-top:3.75rem}.pw-employees .employees{gap:1.875rem;grid-template-columns:repeat(1,1fr);width:100%}}.pw-services{padding-bottom:6.875rem;padding-top:var(--c-padd-80)}.pw-services .services .service{padding:0 0 4.375rem}@media screen and (max-width:47.9375rem){.pw-services .services .service .icon-group .text br{display:none}}.pw-services .services .service .link{padding:1.25rem 0 0}@media screen and (max-width:47.9375rem){.pw-services{padding-bottom:3.75rem;padding-top:3.75rem}}.pw-projects-gallery{height:100vh;position:relative;width:100%}.pw-projects-gallery .projects-container{height:100%;padding-top:5rem;position:absolute;top:100%;width:100%}.pw-projects-gallery .projects{position:relative}.pw-projects-gallery .projects .project{backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;left:0;position:absolute;top:0;transform-origin:top center;width:100%}.pw-projects-gallery .projects .project__title{color:var(--color-03);left:0;padding:1.25rem;position:absolute;top:0;z-index:1}.pw-projects-gallery .projects .project__preview{height:80vh;position:relative;width:100%}@media screen and (min-width:100rem){.pw-projects-gallery .projects .project__preview{height:85vh}}.pw-projects-gallery .projects .project__preview:after{background:linear-gradient(180deg,rgba(0,0,0,.7),transparent);content:"";display:block;height:50%;left:0;position:absolute;top:0;width:100%;z-index:0}.pw-projects-gallery .projects .project__preview .image{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:100%;position:absolute;width:100%}.pw-projects-gallery .projects .project__preview .image img{height:100%;object-fit:cover;width:100%}.pw-reviews{background-color:var(--color-03);padding-bottom:6.25rem;padding-top:3.75rem}.pw-reviews .reviews-heading{padding-bottom:2.5rem;width:100%}.pw-reviews .reviews{align-items:flex-start;column-gap:8vw;display:flex;flex-wrap:nowrap;padding-left:10rem;position:relative;width:100%}.pw-reviews .reviews .review{min-width:25.5vw;position:relative;width:25.5vw}.pw-reviews .reviews .review.m{min-width:40vw;width:40vw}.pw-reviews .reviews .review.l{min-width:80vw;width:80vw}.pw-reviews .reviews .review .review-title{align-items:center;display:flex;padding:0 0 .9375rem}.pw-reviews .reviews .review .review-title .color{-webkit-border-radius:50%;border-radius:50%;display:block;height:1.125rem;margin:0 1.5rem 0 0;width:1.125rem}.pw-reviews .reviews .review .review-text{padding:0 0 0 2.625rem}@media screen and (max-width:90rem){.pw-reviews .reviews .review{min-width:40vw;width:40vw}.pw-reviews .reviews .review.m{min-width:50vw;width:50vw}.pw-reviews .reviews .review.l{min-width:85vw;width:85vw}}@media screen and (max-width:47.9375rem){.pw-reviews{column-gap:1.25rem;padding-bottom:3.75rem;padding-top:1.875rem}.pw-reviews .reviews-heading{padding-bottom:1.875rem}.pw-reviews .reviews{padding:0 0 0 1.25rem}.pw-reviews .reviews .review,.pw-reviews .reviews .review.l,.pw-reviews .reviews .review.m{min-width:60vw;width:60vw}.pw-reviews .reviews .review .review-title .text{font-size:1.25rem;line-height:110%}.pw-reviews .reviews .review .review-title .color{height:.625rem;margin:0 .625rem 0 0;width:.625rem}.pw-reviews .reviews .review .review-text{font-size:1.25rem;line-height:120%;padding:0 0 0 1.25rem}}.pw-locations{padding-top:var(--c-padd-80)}.pw-locations .office{padding-bottom:var(--c-padd-80)}.pw-locations .office .links{display:flex;flex-direction:column;padding-bottom:2.5rem}.pw-gallery{width:100%}.pw-gallery .media-items{display:flex;flex-wrap:nowrap;gap:2.5rem;white-space:nowrap}@media screen and (max-width:48rem){.pw-gallery .media-items{flex-direction:column}}.pw-gallery .media-items .item{flex-grow:1;height:76vh;position:relative;width:100%}.pw-gallery .media-items .item .bg{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.pw-gallery .media-items.scrollable .item{display:flex;flex-grow:0;flex-wrap:wrap;height:auto;position:relative;white-space:normal}.pw-gallery .media-items.scrollable .item img{display:inline-flex;object-fit:cover}@media screen and (max-width:47.9375rem){.pw-gallery .media-items{gap:.9375rem;overflow:hidden}.pw-gallery .media-items .item{height:54vh;min-width:100%}.pw-gallery .media-items.scrollable .item{height:auto}.pw-gallery .media-items.scrollable .item picture{width:100%}.pw-gallery .media-items.scrollable .item img{max-width:100%;width:100%}}.pw-video{align-items:center;display:flex;justify-content:center;overflow:hidden;width:100%}.pw-video__wrapper{position:relative;width:100%}.pw-video__wrapper:after{background-image:linear-gradient(180deg,rgba(0,0,0,.4),transparent);content:"";display:flex;height:100%;left:0;position:absolute;top:0;width:100%}.pw-video__wrapper picture{width:100%}.pw-video__wrapper img{display:flex;max-width:100%;object-fit:cover;width:100%}.pw-instagram{padding-bottom:5rem}.pw-instagram,.pw-service-content{padding-top:2.5rem}.pw-service-content .service-title{padding-bottom:3.75rem}.pw-service-content .description{padding-bottom:var(--c-padd-80)}@media screen and (max-width:47.9375rem){.pw-service-content{padding-bottom:3.75rem;padding-top:7.1875rem}.pw-service-content .service-title{padding-bottom:1.25rem}.pw-service-content .description{padding:0 0 0 3.125rem}}.pw-related{background-color:var(--color-03);padding-bottom:var(--c-padd-80);padding-top:3.75rem;width:100%}.pw-related .related-title{padding-bottom:3.125rem}.pw-related .related-projects{display:flex;flex-wrap:wrap;gap:2.5rem;width:100%}.pw-related .related-projects .project{width:calc(50% - 1.25rem)}.pw-related .related-projects .project .project-preview{position:relative}.pw-related .related-projects .project .project-preview .project-title{color:var(--color-03);display:flex;left:0;padding:1.25rem;position:absolute;top:0;z-index:2}.pw-related .related-projects .project .project-preview:after{background:linear-gradient(180deg,rgba(0,0,0,.7),transparent);content:"";display:block;height:50%;left:0;position:absolute;top:0;width:100%;z-index:1}.pw-related .related-projects .project .project-preview img{display:block;height:100%;object-fit:cover;width:100%}@media screen and (max-width:47.9375rem){.pw-related{padding-bottom:3.75rem;padding-top:1.875rem}.pw-related .related-title{padding-bottom:.9375rem}.pw-related .related-projects{flex-direction:column;gap:.9375rem}.pw-related .related-projects .project{width:100%}.pw-related .related-projects .project .project-preview .project-title{padding:.625rem}}.pw-toggle-menu{bottom:1.25rem;color:var(--color-04);filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);left:50%;margin:0;opacity:0;padding:0;pointer-events:none;position:fixed;-moz-transform:translateX(-50%) scale(1.3);-o-transform:translateX(-50%) scale(1.3);-ms-transform:translateX(-50%) scale(1.3);-webkit-transform:translateX(-50%) scale(1.3);transform:translateX(-50%) scale(1.3);z-index:999}.pw-toggle-menu.active{pointer-events:all}.pw-toggle-menu.hide{opacity:0!important;pointer-events:none;-moz-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.back-to-overview{left:50%;position:absolute;top:4.5rem;-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3}@media screen and (max-width:47.9375rem){.back-to-overview{top:3.625rem}}.pw-navigation{align-items:center;background-color:var(--color-02);display:flex;filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:99}.pw-navigation.active{pointer-events:all}.pw-navigation ul{align-items:center;display:flex;flex-direction:column;justify-content:center;row-gap:1.5625rem}.pw-navigation ul li{overflow:hidden}.pw-navigation ul li a{display:inline-flex;font-size:2.25rem;line-height:100%;position:relative;text-align:center;text-transform:lowercase}.pw-navigation ul li.custom a{color:var(--color-07)}.pw-navigation ul li .close-btn{display:inline-flex;height:1.875rem;position:absolute;right:1.875rem;text-indent:-62499.9375rem;top:1.25rem;width:1.25rem;z-index:1}.pw-navigation ul li .close-btn:after,.pw-navigation ul li .close-btn:before{background-color:var(--color-04);content:"";height:1.875rem;left:.9375rem;position:absolute;width:.125rem}.pw-navigation ul li .close-btn:before{-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.pw-navigation ul li .close-btn:after{-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@media screen and (min-width:48rem){.pw-navigation{background-color:var(--color-03);-webkit-border-radius:1.25rem;border-radius:1.25rem;bottom:1.25rem;box-shadow:0 0 .625rem rgba(0,0,0,.2);height:auto;left:50%;padding:.3125rem;top:auto;width:auto}.pw-navigation ul{column-gap:.625rem;flex-direction:row}.pw-navigation ul li a{align-items:center;background:transparent;-webkit-border-radius:1.25rem;border-radius:1.25rem;display:flex;font-size:var(--link-size-medium);font-weight:300;height:2rem;justify-content:center;line-height:1;min-width:6rem;padding:0 1.125rem;text-align:center;text-transform:lowercase;-moz-transition:color .35s ease-in-out,background .35s ease-in-out;-o-transition:color .35s ease-in-out,background .35s ease-in-out;-webkit-transition:color .35s ease-in-out,background .35s ease-in-out;transition:color .35s ease-in-out,background .35s ease-in-out;will-change:color,backgroundColor;z-index:3}.pw-navigation ul li a.item-active,.pw-navigation ul li a:hover{background:var(--color-04);color:var(--color-03)}.pw-navigation ul li .close-btn{align-items:center;background:var(--color-03);-webkit-border-radius:1.25rem;border-radius:1.25rem;color:var(--color-04);display:flex;font-size:var(--p-size);font-weight:300;height:2rem;line-height:var(--p-line);line-height:1;padding:0 1.125rem;position:static;text-indent:0;text-transform:lowercase;-moz-transition:color .35s ease-in-out,background .35s ease-in-out;-o-transition:color .35s ease-in-out,background .35s ease-in-out;-webkit-transition:color .35s ease-in-out,background .35s ease-in-out;transition:color .35s ease-in-out,background .35s ease-in-out;width:auto;z-index:3}.pw-navigation ul li .close-btn:hover{background:var(--color-04);color:var(--color-03)}.pw-navigation ul li .close-btn:after,.pw-navigation ul li .close-btn:before{display:none}}.pw-footer{background-color:var(--color-02);bottom:0;display:flex;left:0;overflow:hidden;padding:2.5rem 0 1.875rem;position:relative;width:100%}@media screen and (min-width:73.8125rem){.pw-footer{filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0;pointer-events:none;position:fixed;visibility:hidden}}.pw-footer .xxl-logo{max-width:7.5rem;width:100%}.pw-footer .xxl-logo svg{display:block;height:auto;max-width:100%;width:100%}.pw-footer .widget-group{column-gap:1.875rem;display:grid;grid-template-columns:repeat(12,1fr)}@media screen and (max-width:54.375rem){.pw-footer .widget-group{grid-template-columns:auto}}.pw-footer .widget-area{font-family:ApercuPro,Arial,Helvetica,sans-serif;padding:0 0 2.8125rem}@media screen and (min-width:54.375rem){.pw-footer .widget-area:first-child{grid-column-end:7;grid-column-start:1}}@media screen and (min-width:100rem){.pw-footer .widget-area:first-child{grid-column-end:9;grid-column-start:1}}@media screen and (min-width:54.375rem){.pw-footer .widget-area:nth-child(2){grid-column-end:10;grid-column-start:7}}@media screen and (min-width:100rem){.pw-footer .widget-area:nth-child(2){grid-column-end:11;grid-column-start:9}}@media screen and (min-width:54.375rem){.pw-footer .widget-area:nth-child(3){grid-column-end:13;grid-column-start:10}}@media screen and (min-width:100rem){.pw-footer .widget-area:nth-child(3){grid-column-end:13;grid-column-start:11}}.pw-footer .widget-area__title{font-size:1rem;line-height:1.375rem;padding:0 0 .3125rem}.pw-footer .widget-area a{font-size:1.5rem;line-height:1.6875rem}.pw-footer .footer-undeground{column-gap:1.875rem;display:grid;font-family:ApercuPro,Arial,Helvetica,sans-serif;font-size:.875rem;grid-template-columns:repeat(12,1fr);line-height:1rem}@media screen and (max-width:54.375rem){.pw-footer .footer-undeground{grid-template-columns:auto}}@media screen and (min-width:54.375rem){.pw-footer .footer-undeground .copyright{grid-column-end:7;grid-column-start:1}}@media screen and (min-width:100rem){.pw-footer .footer-undeground .copyright{grid-column-end:9;grid-column-start:1}}@media screen and (min-width:54.375rem){.pw-footer .footer-undeground .menu{grid-column-end:13;grid-column-start:7}}@media screen and (min-width:100rem){.pw-footer .footer-undeground .menu{grid-column-end:13;grid-column-start:9}}.pw-footer .footer-undeground .menu .fm-items{column-gap:1.875rem;display:grid;grid-template-columns:6fr 6fr}@media screen and (max-width:54.375rem){.pw-footer .footer-undeground .menu .fm-items{grid-template-columns:auto}}@media screen and (max-width:767px){.pw-footer .footer-undeground .copyright{order:2;width:100%}.pw-footer .footer-undeground .menu{order:1;padding-bottom:1.25rem;width:100%}.pw-footer .footer-undeground .menu .fm-items{column-gap:0;flex-direction:column;row-gap:.625rem}}@media screen and (max-width:47.9375rem){.animate{visibility:hidden}}
