/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:none;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}.flickity-enabled.is-fade .flickity-slider>*{pointer-events:none;z-index:0}.flickity-enabled.is-fade .flickity-slider>.is-selected{pointer-events:auto;z-index:1}:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-webkit-max-content;width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:-webkit-clip-path .33s ease;transition:clip-path .33s ease;transition:clip-path .33s ease, -webkit-clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );-webkit-clip-path:var(--clip-path);clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.single-product.product-template-pdp .pdp-product-overview{padding-top:40px}.single-product.product-template-pdp .pdp-product-overview .container{display:flex;justify-content:space-between;align-items:flex-start}@media(max-width: 767px){.single-product.product-template-pdp .pdp-product-overview .container{flex-direction:column}}.single-product.product-template-pdp .pdp-product-overview .container>h1{color:#00a950;margin-bottom:1.5rem}@media(min-width: 768px){.single-product.product-template-pdp .pdp-product-overview .container>h1{display:none}}.single-product.product-template-pdp .pdp-product-overview .product-images{position:absolute;top:0;left:10px;width:calc(50% - 10px);height:calc(100% - 100px);max-height:400px;min-height:320px}@media(max-width: 1399px){.single-product.product-template-pdp .pdp-product-overview .product-images{height:calc(100% - 80px)}}@media(max-width: 991px){.single-product.product-template-pdp .pdp-product-overview .product-images{height:calc(100% - 60px)}}@media(max-width: 767px){.single-product.product-template-pdp .pdp-product-overview .product-images{position:relative;left:0;width:100%;height:auto;max-height:none}}.single-product.product-template-pdp .pdp-product-overview .product-images .main-image{width:100%;height:100%;border:1px solid #dbdbdb;padding:10px}@media(max-width: 767px){.single-product.product-template-pdp .pdp-product-overview .product-images .main-image{min-height:auto}.single-product.product-template-pdp .pdp-product-overview .product-images .main-image .flickity-viewport{min-height:320px}}.single-product.product-template-pdp .pdp-product-overview .product-images .main-image .image-wrapper{position:relative;width:100%;height:100%}.single-product.product-template-pdp .pdp-product-overview .product-images .main-image .image-wrapper>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;cursor:pointer}.single-product.product-template-pdp .pdp-product-overview .product-images .main-image .image-wrapper .icon-360{position:absolute;bottom:5px;right:5px;width:60px;height:auto;pointer-events:none}@media(min-width: 768px)and (max-width: 991px){.single-product.product-template-pdp .pdp-product-overview .product-images .main-image .image-wrapper .icon-360{transform:scale(0.8);transform-origin:bottom right}}@media(max-width: 399px){.single-product.product-template-pdp .pdp-product-overview .product-images .main-image .image-wrapper .icon-360{transform:scale(0.8);transform-origin:bottom right}}.single-product.product-template-pdp .pdp-product-overview .product-images .main-image .image-wrapper .icon-360 img{height:auto;cursor:pointer}.single-product.product-template-pdp .pdp-product-overview .product-images .main-image .image-wrapper .icon-360 span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.04em;text-align:center;margin:0}.single-product.product-template-pdp .pdp-product-overview .product-images .main-image .image-wrapper .icon-video{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;line-height:0;color:hsla(0,0%,100%,.7);cursor:pointer;transition:color .2s ease-in-out}.single-product.product-template-pdp .pdp-product-overview .product-images .main-image .image-wrapper .icon-video:hover,.single-product.product-template-pdp .pdp-product-overview .product-images .main-image .image-wrapper .icon-video:focus{color:#00a950}.single-product.product-template-pdp .pdp-product-overview .product-images .main-image .image-wrapper .icon-video svg{width:15%;height:auto}@media(min-width: 768px)and (max-width: 991px){.single-product.product-template-pdp .pdp-product-overview .product-images .main-image .image-wrapper .icon-video svg{width:20%}}@media(max-width: 399px){.single-product.product-template-pdp .pdp-product-overview .product-images .main-image .image-wrapper .icon-video svg{width:20%}}.single-product.product-template-pdp .pdp-product-overview .product-images .main-image .image-wrapper video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;cursor:pointer}.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery{margin-top:10px;padding-bottom:27px}.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .flickity-viewport{height:90px;margin-left:auto;margin-right:auto}@media(max-width: 1399px){.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .flickity-viewport{height:70px}}@media(max-width: 991px){.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .flickity-viewport{height:50px}}@media(max-width: 767px){.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .flickity-viewport{height:60px}}@media(max-width: 399px){.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .flickity-viewport{height:50px}}.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .thumb{position:relative;width:calc((100% - 30px)/4);height:100%;border:1px solid #dbdbdb;padding:5px;margin:0 5px;transition:border-color .2s ease-in-out}.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .thumb.is-selected{border-color:#00a950}.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .thumb>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .thumb.thumb-360:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50%;max-width:55px;aspect-ratio:280/200;background:url("https://ungerusa.lasso-up.dev/wp-content/uploads/icon-360-overlay.png") no-repeat center center/cover;opacity:.8}.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .thumb>video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none}.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .thumb .icon-video{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;line-height:0;color:hsla(0,0%,100%,.7);pointer-events:none}.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .thumb .icon-video svg{width:30%;height:auto}.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .flickity-prev-next-button{display:flex;justify-content:center;align-items:center;width:19px;height:19px;border:1px solid #4c4c4c;border-radius:0;padding:3px;transition:all .2s ease-in-out;top:auto;bottom:0;transform:none}.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .flickity-prev-next-button.previous{left:calc(50% - 24px)}.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .flickity-prev-next-button.next{right:calc(50% - 24px)}.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .flickity-prev-next-button:hover,.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .flickity-prev-next-button:focus{color:#00a950;border-color:#00a950}.single-product.product-template-pdp .pdp-product-overview .product-information{width:50%;min-height:420px;margin-left:auto;padding-left:55px}@media(max-width: 1399px){.single-product.product-template-pdp .pdp-product-overview .product-information{min-height:400px}}@media(max-width: 991px){.single-product.product-template-pdp .pdp-product-overview .product-information{min-height:380px;padding-left:35px}}@media(max-width: 767px){.single-product.product-template-pdp .pdp-product-overview .product-information{width:100%;min-height:auto;margin-top:40px;margin-left:0;padding-left:0}}.single-product.product-template-pdp .pdp-product-overview .product-information h1{color:#00a950;margin-bottom:1.5rem}@media(max-width: 767px){.single-product.product-template-pdp .pdp-product-overview .product-information h1{display:none}}.single-product.product-template-pdp .pdp-product-overview .product-information a.read-more{display:inline-block;font-weight:700;color:#00a950;text-decoration:underline;transition:color .2s ease-in-out;cursor:pointer}.single-product.product-template-pdp .pdp-product-overview .product-information a.read-more:hover,.single-product.product-template-pdp .pdp-product-overview .product-information a.read-more:focus{color:#007638}.single-product.product-template-pdp .pdp-product-overview .features{margin-top:1.5rem}.single-product.product-template-pdp .pdp-product-overview .features ul{margin-bottom:0}.single-product.product-template-pdp .pdp-product-overview .distr-lookup{margin-top:1.5rem}.single-product.product-template-pdp .pdp-product-overview .distr-lookup .sl-container,.single-product.product-template-pdp .pdp-product-overview .distr-lookup .pol-lg-12{padding:0}.single-product.product-template-pdp .pdp-product-overview .distr-lookup .sl-row{margin:0}.single-product.product-template-pdp .pdp-product-overview .distr-lookup .pol-md-10.p-0{flex-shrink:1}@media(max-width: 767px){.single-product.product-template-pdp .pdp-product-overview .distr-lookup #asl-search .asl-search-widget .pol-md:last-child{width:auto}}@media(max-width: 575px){.single-product.product-template-pdp .pdp-product-overview .distr-lookup #asl-search .asl-search-widget{flex-wrap:nowrap}}@media(max-width: 399px){.single-product.product-template-pdp .pdp-product-overview .distr-lookup #asl-search .asl-search-widget{flex-wrap:wrap}.single-product.product-template-pdp .pdp-product-overview .distr-lookup #asl-search .asl-search-widget .pol-md:last-child{width:100%}}.single-product.product-template-pdp .pdp-product-overview .distr-lookup #asl-search #asl-btn-search{font-size:1rem !important;margin:0 !important;border:none !important}@media(min-width: 768px)and (max-width: 991px){.single-product.product-template-pdp .pdp-product-overview .distr-lookup #asl-search #asl-btn-search{padding:.625rem .75rem}}@media(max-width: 575px){.single-product.product-template-pdp .pdp-product-overview .distr-lookup #asl-search #asl-btn-search{max-width:none !important}}@media(max-width: 399px){.single-product.product-template-pdp .pdp-product-overview .distr-lookup #asl-search #asl-btn-search{margin-top:7px !important}}.single-product.product-template-pdp .parts-table .table-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:5px 40px;margin-bottom:20px}@media(max-width: 767px){.single-product.product-template-pdp .parts-table .table-heading{flex-direction:column;align-items:flex-start}}.single-product.product-template-pdp .parts-table .table-heading h2{font-size:1.875rem;margin-bottom:0}.single-product.product-template-pdp .parts-table .table-heading p{text-align:right;margin-bottom:0}@media(max-width: 767px){.single-product.product-template-pdp .parts-table .table-heading p{text-align:left}}@media(min-width: 992px){.single-product.product-template-pdp .parts-table .table-wrapper>div:nth-child(2n+3){background-color:#f2f0f0}}.single-product.product-template-pdp .parts-table .table-header,.single-product.product-template-pdp .parts-table .table-row{display:grid;grid-template-columns:.75fr 1fr 1.7fr 1.3fr 1.3fr .8fr .8fr .8fr .8fr .75fr}.single-product.product-template-pdp .parts-table .table-header>div,.single-product.product-template-pdp .parts-table .table-row>div{padding:5px 7px}.single-product.product-template-pdp .parts-table .table-header{position:relative;background:#f7f7f7}@media(max-width: 991px){.single-product.product-template-pdp .parts-table .table-header{display:none}}.single-product.product-template-pdp .parts-table .table-header:after{content:"";position:absolute;top:100%;left:0;width:100%;height:5px;background:linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));opacity:.1}.single-product.product-template-pdp .parts-table .table-header .part-number{padding-left:29px}.single-product.product-template-pdp .parts-table .table-header h3{font-size:1rem;font-weight:500;line-height:1;margin-bottom:0}@media(max-width: 991px){.single-product.product-template-pdp .parts-table .table-row{position:relative;display:block}.single-product.product-template-pdp .parts-table .table-row+.table-row{padding-top:30px}.single-product.product-template-pdp .parts-table .table-row>div{padding:2px 7px}.single-product.product-template-pdp .parts-table .table-row>div:before{flex-shrink:0;width:120px;font-weight:500}.single-product.product-template-pdp .parts-table .table-row>div:nth-child(odd){background-color:#f2f0f0}.single-product.product-template-pdp .parts-table .table-row .part-number:before{content:"Part #"}.single-product.product-template-pdp .parts-table .table-row .upc-number:before{content:"UPC #"}.single-product.product-template-pdp .parts-table .table-row .description:before{content:"Description"}.single-product.product-template-pdp .parts-table .table-row .size:before{content:"Size"}.single-product.product-template-pdp .parts-table .table-row .capacity:before{content:"Capacity"}.single-product.product-template-pdp .parts-table .table-row .color:before{content:"Color"}.single-product.product-template-pdp .parts-table .table-row .material:before{content:"Material"}.single-product.product-template-pdp .parts-table .table-row .length:before{content:"Length"}.single-product.product-template-pdp .parts-table .table-row .width:before{content:"Width"}.single-product.product-template-pdp .parts-table .table-row .height:before{content:"Height"}.single-product.product-template-pdp .parts-table .table-row .weight:before{content:"Weight"}.single-product.product-template-pdp .parts-table .table-row .case-quantity:before{content:"Case Qty."}}.single-product.product-template-pdp .parts-table .table-row>div{display:flex;align-items:center}.single-product.product-template-pdp .parts-table .table-row>div p{margin-bottom:0}.single-product.product-template-pdp .parts-table .table-row .part-number{position:relative}.single-product.product-template-pdp .parts-table .table-row .part-number .image-icon{display:inline-block;cursor:pointer;margin-right:8px}.single-product.product-template-pdp .parts-table .table-row .part-number .image-icon:hover i,.single-product.product-template-pdp .parts-table .table-row .part-number .image-icon:focus i{color:#007638}.single-product.product-template-pdp .parts-table .table-row .part-number .image-icon i{font-size:.875rem;color:#00a950;transition:color .2s ease-in-out}.single-product.product-template-pdp .parts-table .table-row .part-number .image-icon .image-tooltip{position:absolute;bottom:100%;left:0;z-index:2;display:none;width:96px;height:96px;background:#fff;box-shadow:1px 1px 10px 1px rgba(0,0,0,.2);padding:3px}.single-product.product-template-pdp .parts-table .table-row .part-number .image-icon .image-tooltip:before{content:"";position:absolute;top:100%;left:4px;border:10px solid rgba(0,0,0,0);border-top-color:#fff;filter:drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2))}.single-product.product-template-pdp .parts-table .table-row .part-number .image-icon .image-tooltip img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.single-product.product-template-pdp .parts-table .table-row .part-number p{position:relative;top:2px;font-weight:500;font-variant-numeric:normal;color:#00a950}@media(min-width: 992px){.single-product.product-template-pdp .parts-table .table-row .part-number p:first-child{padding-left:22px}}.single-product.product-template-pdp .parts-table .table-accordion{background-color:#fff !important}@media(max-width: 991px){.single-product.product-template-pdp .parts-table .table-accordion{padding-top:30px}}.single-product.product-template-pdp .parts-table .table-accordion .accordion-rows{display:none}@media(max-width: 991px){.single-product.product-template-pdp .parts-table .table-accordion .accordion-rows{padding-bottom:30px}}@media(min-width: 992px){.single-product.product-template-pdp .parts-table .table-accordion .accordion-rows>div:nth-child(2n+1){background-color:#f2f0f0}}.single-product.product-template-pdp .parts-table .table-accordion a.expand{margin-top:20px}@media(max-width: 991px){.single-product.product-template-pdp .parts-table .table-accordion a.expand{margin-top:0}}.single-product.product-template-pdp .product-details,.single-product.product-template-pdp .product-description,.single-product.product-template-pdp .kit,.single-product.product-template-pdp .spare-parts,.single-product.product-template-pdp .related-products,.single-product.product-template-pdp .resources{margin:70px 0}.single-product.product-template-pdp .product-description h2,.single-product.product-template-pdp .related-products h2,.single-product.product-template-pdp .resources h2{font-size:1.875rem;margin-bottom:20px}.single-product.product-template-pdp .product-description .container>*:last-child{margin-bottom:0}.single-product.product-template-pdp .spare-parts .table-header,.single-product.product-template-pdp .spare-parts .table-row{grid-template-columns:1fr 5fr}@media(max-width: 991px){.single-product.product-template-pdp .spare-parts .table-header,.single-product.product-template-pdp .spare-parts .table-row{grid-template-columns:1fr 3fr}}.single-product.product-template-pdp .related-products .heading{display:flex;justify-content:space-between;align-items:flex-end}@media(max-width: 449px){.single-product.product-template-pdp .related-products .heading{flex-direction:column;align-items:flex-start}}.single-product.product-template-pdp .related-products .heading .slider-arrows{display:flex;align-items:center;gap:7px;margin-bottom:25px}.single-product.product-template-pdp .related-products .heading .slider-arrows button{position:relative;width:27px;height:27px;background:none;border:1px solid #4c4c4c;color:#4c4c4c;transition:all .2s ease-in-out;cursor:pointer}.single-product.product-template-pdp .related-products .heading .slider-arrows button:hover,.single-product.product-template-pdp .related-products .heading .slider-arrows button:focus{border-color:#00a950;color:#00a950}.single-product.product-template-pdp .related-products .heading .slider-arrows button svg{position:absolute;top:20%;left:20%;width:60%;height:60%}.single-product.product-template-pdp .related-products .related-products-slider .flickity-slider{margin-left:5px}.single-product.product-template-pdp .related-products .related-products-slider .product-slide{display:flex;width:calc((100% - 88px)/4);min-height:100%;padding:3px 0 0;margin:0 13px;transition:border-color .2s ease-in-out}@media(max-width: 991px){.single-product.product-template-pdp .related-products .related-products-slider .product-slide{width:calc((100% - 62px)/3)}}@media(max-width: 767px){.single-product.product-template-pdp .related-products .related-products-slider .product-slide{width:calc((100% - 36px)/2)}}@media(max-width: 449px){.single-product.product-template-pdp .related-products .related-products-slider .product-slide{width:calc(100% - 10px)}}.single-product.product-template-pdp .related-products .related-products-slider .product-slide a{display:block;width:100%;min-height:100%;padding:20px 20px 40px;text-decoration:none;color:#4c4c4c;border:2px solid rgba(0,0,0,0);box-shadow:0px 3px 6px rgba(0,0,0,.16);margin-bottom:10px;transition:all .2s ease-in-out}.single-product.product-template-pdp .related-products .related-products-slider .product-slide a:hover,.single-product.product-template-pdp .related-products .related-products-slider .product-slide a:focus{border-color:#005021}.single-product.product-template-pdp .related-products .related-products-slider .product-slide .product-image img{width:100%;height:160px;-o-object-fit:contain;object-fit:contain}.single-product.product-template-pdp .related-products .related-products-slider .product-slide h3{font-size:1.25rem;font-weight:500;margin-top:20px}.single-product.product-template-pdp .related-products .related-products-slider .product-slide span{display:inline-flex;align-items:center;gap:6px;font-size:1rem;font-weight:500;color:#00a950;text-decoration:underline;margin-top:10px}.single-product.product-template-pdp .ctas{position:relative;background-color:#f2f0f0}.single-product.product-template-pdp .ctas .cta-image{position:absolute;top:0;left:0;width:50%;height:100%}@media(max-width: 991px){.single-product.product-template-pdp .ctas .cta-image{display:none}}.single-product.product-template-pdp .ctas .cta-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.single-product.product-template-pdp .ctas .ctas-wrapper{width:50%;margin-left:auto;padding:90px 0 90px 4.7vw}@media(max-width: 991px){.single-product.product-template-pdp .ctas .ctas-wrapper{width:100%;padding-left:0}}@media(max-width: 767px){.single-product.product-template-pdp .ctas .ctas-wrapper{padding:70px 0}}.single-product.product-template-pdp .ctas .ctas-wrapper>div{border-top:1px solid #666}.single-product.product-template-pdp .ctas .ctas-wrapper>div:last-child{border-bottom:1px solid #666}.single-product.product-template-pdp .ctas .ctas-wrapper .request-demo a,.single-product.product-template-pdp .ctas .ctas-wrapper .request-catalog a{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:15px 0;font-size:1.25rem;font-weight:500;text-decoration:none;transition:color .2s ease-in-out}.single-product.product-template-pdp .ctas .ctas-wrapper .request-demo a:hover,.single-product.product-template-pdp .ctas .ctas-wrapper .request-demo a:focus,.single-product.product-template-pdp .ctas .ctas-wrapper .request-catalog a:hover,.single-product.product-template-pdp .ctas .ctas-wrapper .request-catalog a:focus{color:#00a950}.single-product.product-template-pdp .ctas .ctas-wrapper .download-calculator{padding:15px 0}.single-product.product-template-pdp .ctas .ctas-wrapper .download-calculator a{display:flex;justify-content:center;align-items:center;gap:10px;font-size:.938rem;text-decoration:none;color:#fff;background-color:#00a950;padding:7px 30px;text-align:center;transition:all .2s ease-in-out}@media(max-width: 767px){.single-product.product-template-pdp .ctas .ctas-wrapper .download-calculator a{padding:7px 20px}}.single-product.product-template-pdp .ctas .ctas-wrapper .download-calculator a:hover,.single-product.product-template-pdp .ctas .ctas-wrapper .download-calculator a:focus{background-color:#007638}.single-product.product-template-pdp .ctas .ctas-wrapper .download-calculator a span{line-height:1}@media(max-width: 499px){.single-product.product-template-pdp .ctas .ctas-wrapper .download-calculator a span{display:none}}.single-product.product-template-pdp .ctas .ctas-wrapper .download-calculator a svg{width:21px;height:auto}.single-product.product-template-pdp .ctas .ctas-wrapper .question-btns{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:15px 0}@media(max-width: 499px){.single-product.product-template-pdp .ctas .ctas-wrapper .question-btns{flex-wrap:wrap;justify-content:flex-start}}.single-product.product-template-pdp .ctas .ctas-wrapper .question-btns h2{font-size:1.25rem;font-weight:500;margin-bottom:0;margin-right:auto}@media(max-width: 499px){.single-product.product-template-pdp .ctas .ctas-wrapper .question-btns h2{width:100%}}.single-product.product-template-pdp .ctas .ctas-wrapper .question-btns a{font-size:.938rem;text-decoration:none;border:1px solid #666;padding:5px 30px;transition:all .2s ease-in-out}.single-product.product-template-pdp .ctas .ctas-wrapper .question-btns a:hover,.single-product.product-template-pdp .ctas .ctas-wrapper .question-btns a:focus{border-color:#007638;background-color:#007638;color:#fff}.single-product.product-template-pdp .resources .tabs ul.tabs-nav{display:flex;gap:20px;list-style:none;margin:0 0 40px;padding:0}.single-product.product-template-pdp .resources .tabs ul.tabs-nav li a{position:relative;display:block;font-family:inherit;font-size:1.25rem;font-weight:500;text-decoration:none;color:#00a950;border:none;background-color:rgba(0,0,0,0);border-top-left-radius:10px;border-top-right-radius:10px;padding:4px 6vw 1px 20px;transition:all .2s ease-in-out;cursor:pointer}.single-product.product-template-pdp .resources .tabs ul.tabs-nav li a:before{content:"";border:2px solid rgba(209,209,209,.31);position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:10px 10px 0 0;transform:perspective(5px) rotateX(2deg);transform-origin:left;background-color:#fff;transition:all .2s ease-in-out}.single-product.product-template-pdp .resources .tabs ul.tabs-nav li a:hover,.single-product.product-template-pdp .resources .tabs ul.tabs-nav li a:focus{color:#fff}.single-product.product-template-pdp .resources .tabs ul.tabs-nav li a:hover:before,.single-product.product-template-pdp .resources .tabs ul.tabs-nav li a:focus:before{background-color:#007638;border-color:#007638}.single-product.product-template-pdp .resources .tabs ul.tabs-nav li a.active{z-index:1;color:#fff}.single-product.product-template-pdp .resources .tabs ul.tabs-nav li a.active:before{background-color:#00a950;border-color:#00a950}.single-product.product-template-pdp .resources .tabs ul.tabs-nav li a.active:hover,.single-product.product-template-pdp .resources .tabs ul.tabs-nav li a.active:focus{color:#fff}.single-product.product-template-pdp .resources .tabs ul.tabs-nav li a.active:hover:before,.single-product.product-template-pdp .resources .tabs ul.tabs-nav li a.active:focus:before{background-color:#00a950;border-color:#00a950}.single-product.product-template-pdp .resources .tabs .tabs-content>div{display:none}.single-product.product-template-pdp .resources .tabs .tab-cards{display:flex;flex-wrap:wrap;gap:30px 0}.single-product.product-template-pdp .resources .tabs .tab-cards a.tab-card{display:block;width:calc((100% - 90px)/4);text-decoration:none;transition:color .2s ease-in-out}.single-product.product-template-pdp .resources .tabs .tab-cards a.tab-card:hover,.single-product.product-template-pdp .resources .tabs .tab-cards a.tab-card:focus{color:#00a950}.single-product.product-template-pdp .resources .tabs .tab-cards a.tab-card:hover .thumbnail .play-icon svg,.single-product.product-template-pdp .resources .tabs .tab-cards a.tab-card:focus .thumbnail .play-icon svg{opacity:1}.single-product.product-template-pdp .resources .tabs .tab-cards a.tab-card .thumbnail{position:relative;width:100%;aspect-ratio:300/400}.single-product.product-template-pdp .resources .tabs .tab-cards a.tab-card .thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.single-product.product-template-pdp .resources .tabs .tab-cards a.tab-card .thumbnail .play-icon{position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%, -50%);width:25%}.single-product.product-template-pdp .resources .tabs .tab-cards a.tab-card .thumbnail .play-icon svg{width:100%;height:auto;opacity:.9;transition:opacity .2s ease-in-out}.single-product.product-template-pdp .resources .tabs .tab-cards a.tab-card h4{color:inherit;margin-top:15px}.single-product.product-template-pdp .resources .tabs #tab-videos .tab-cards a.tab-card{width:calc((100% - 60px)/3)}@media(min-width: 992px){.single-product.product-template-pdp .resources .tabs #tab-videos .tab-cards a.tab-card:not(:nth-child(3n+3)){margin-right:30px}}@media(max-width: 991px){.single-product.product-template-pdp .resources .tabs #tab-videos .tab-cards a.tab-card{width:calc(50% - 15px)}.single-product.product-template-pdp .resources .tabs #tab-videos .tab-cards a.tab-card:nth-child(odd){margin-right:30px}}@media(max-width: 449px){.single-product.product-template-pdp .resources .tabs #tab-videos .tab-cards a.tab-card{width:100%}.single-product.product-template-pdp .resources .tabs #tab-videos .tab-cards a.tab-card:nth-child(odd){margin-right:0}}.single-product.product-template-pdp .resources .tabs #tab-videos .tab-cards a.tab-card .thumbnail{aspect-ratio:480/360}@media(min-width: 992px){.single-product.product-template-pdp .resources .tabs #tab-support-documents .tab-cards a.tab-card,.single-product.product-template-pdp .resources .tabs #tab-articles .tab-cards a.tab-card,.single-product.product-template-pdp .resources .tabs #tab-manuals .tab-cards a.tab-card{width:calc((100% - 90px)/4)}.single-product.product-template-pdp .resources .tabs #tab-support-documents .tab-cards a.tab-card:not(:nth-child(4n+4)),.single-product.product-template-pdp .resources .tabs #tab-articles .tab-cards a.tab-card:not(:nth-child(4n+4)),.single-product.product-template-pdp .resources .tabs #tab-manuals .tab-cards a.tab-card:not(:nth-child(4n+4)){margin-right:30px}}@media(max-width: 991px){.single-product.product-template-pdp .resources .tabs #tab-support-documents .tab-cards a.tab-card,.single-product.product-template-pdp .resources .tabs #tab-articles .tab-cards a.tab-card,.single-product.product-template-pdp .resources .tabs #tab-manuals .tab-cards a.tab-card{width:calc(50% - 15px)}.single-product.product-template-pdp .resources .tabs #tab-support-documents .tab-cards a.tab-card:nth-child(odd),.single-product.product-template-pdp .resources .tabs #tab-articles .tab-cards a.tab-card:nth-child(odd),.single-product.product-template-pdp .resources .tabs #tab-manuals .tab-cards a.tab-card:nth-child(odd){margin-right:30px}}@media(max-width: 449px){.single-product.product-template-pdp .resources .tabs #tab-support-documents .tab-cards a.tab-card,.single-product.product-template-pdp .resources .tabs #tab-articles .tab-cards a.tab-card,.single-product.product-template-pdp .resources .tabs #tab-manuals .tab-cards a.tab-card{width:100%}.single-product.product-template-pdp .resources .tabs #tab-support-documents .tab-cards a.tab-card:nth-child(odd),.single-product.product-template-pdp .resources .tabs #tab-articles .tab-cards a.tab-card:nth-child(odd),.single-product.product-template-pdp .resources .tabs #tab-manuals .tab-cards a.tab-card:nth-child(odd){margin-right:0}}

/* =============================================================================
   MERGED DIMENSIONS STYLES
   =============================================================================
   
   Styles for merged width, length, height fields in product tables.
   When dimensions are merged (all empty or only one filled), the content
   spans across all three dimension columns for better visual presentation.
   
   Implementation:
   - Uses CSS Grid column spanning for proper table layout
   - Centers merged content for better visual balance
   - Maintains consistent styling with other table cells
   - Responsive design considerations included
   
   ============================================================================= */

/* Merged dimensions cell styling */
.single-product.product-template-pdp .parts-table .dimensions-merged {
    grid-column: span 4; /* Spans across length, width, height, weight columns */
    text-align: center;
    font-weight: normal;
    padding: 5px 7px; /* Match other table cell padding */
}

/* Ensure merged dimensions work properly on mobile */
@media(max-width: 991px) {
    .single-product.product-template-pdp .parts-table .dimensions-merged {
        /* On mobile, the table becomes a stacked layout, so no column spanning needed */
        grid-column: unset;
        text-align: left;
    }
    
    /* Add label for merged dimensions on mobile */
    .single-product.product-template-pdp .parts-table .dimensions-merged:before {
        content: "Dimensions: ";
        font-weight: 500;
        margin-right: 8px;
    }
}

/* Ensure proper spacing and alignment */
.single-product.product-template-pdp .parts-table .dimensions-merged p {
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
}

/* Visual consistency with other table cells */
.single-product.product-template-pdp .parts-table .table-row .dimensions-merged {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 991px) {
    .single-product.product-template-pdp .parts-table .table-row .dimensions-merged {
        justify-content: flex-start;
    }
}

/* Product Logo and Awards Styling */
.single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    gap: 1rem;
    order: 1; /* Show after title on desktop */
}

.single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-logo img {
    max-width: 200px;
    height: auto;
    display: block;
}

.single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-awards {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
}

.single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-awards .award-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-awards .award-item img {
    height: 100%;
    width: auto;
    max-width: 120px;
    max-height: 100%;
    display: block;
    object-fit: contain;
    transition: opacity 0.2s ease-in-out;
}

.single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-awards .award-item img:hover {
    opacity: 0.8;
}

/* When logo exists, match award height to logo height */
.single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-logo {
    position: relative;
}

.single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-awards {
    align-self: center;
}

/* Use JavaScript to set award height to match logo height, or use CSS variable approach */
.single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-logo img {
    max-height: 200px;
}

.single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-awards .award-item {
    max-height: 200px;
}

@media(max-width: 767px) {
    .single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    
    .single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-logo {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-logo img {
        max-width: 100%;
        width: auto;
        height: auto;
        max-height: none;
    }
    
    .single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-awards {
        justify-content: center;
        align-items: center;
        align-self: center;
        height: auto;
        flex-wrap: wrap;
        width: 100%;
        gap: 0.75rem;
    }
    
    .single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-awards .award-item {
        height: auto;
        max-height: none;
        display: flex;
        align-items: center;
        flex: 0 0 auto;
    }
    
    .single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-awards .award-item img {
        max-width: 120px;
        max-height: none;
        height: auto;
        width: auto;
    }
}

/* For very small screens, keep centered but adjust sizing */
@media(max-width: 480px) {
    .single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper {
        width: 50%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    
    .single-product.product-template-pdp .pdp-product-overview .product-information .product-logo-awards-wrapper .product-awards {
        align-self: center;
        margin-top: 0;
        justify-content: center;
    }
}

/* 360 Icon Overlay on Thumbnail */
.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .thumb.thumb-360 .icon-360-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 55px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.8;
}

.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .thumb.thumb-360 .icon-360-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

/* Image Navigation Buttons (First, Previous, Next, Last) */
.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery-wrapper {
    position: relative;
    margin-top: 10px;
}

.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery-wrapper .thumb-gallery {
    margin-top: 0;
    padding-bottom: 0;
}

/* Hide default Flickity navigation buttons on thumb gallery */
.single-product.product-template-pdp .pdp-product-overview .product-images .thumb-gallery .flickity-prev-next-button {
    display: none !important;
}

.single-product.product-template-pdp .pdp-product-overview .product-images .image-navigation {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 7px;
    z-index: 10;
    pointer-events: none;
    flex-wrap: nowrap;
}

.single-product.product-template-pdp .pdp-product-overview .product-images .image-navigation button {
    position: relative;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #dbdbdb;
    color: #4c4c4c;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    pointer-events: auto;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    font-family: Arial, sans-serif;
    outline: none;
}

.single-product.product-template-pdp .pdp-product-overview .product-images .image-navigation button:hover {
    border-color: #00a950;
    color: #00a950;
    background: rgba(255, 255, 255, 1);
    font-weight: 400;
}

.single-product.product-template-pdp .pdp-product-overview .product-images .image-navigation button:active,
.single-product.product-template-pdp .pdp-product-overview .product-images .image-navigation button:focus,
.single-product.product-template-pdp .pdp-product-overview .product-images .image-navigation button:focus:active {
    border-color: #dbdbdb;
    color: #4c4c4c;
    outline: none;
    box-shadow: none;
}


@media(max-width: 767px) {
    .single-product.product-template-pdp .pdp-product-overview .product-images .image-navigation {
        top: calc(100% + 10px);
    }
    
    .single-product.product-template-pdp .pdp-product-overview .product-images .image-navigation button {
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
        max-width: 24px;
        max-height: 24px;
        font-size: 12px;
    }
}

