.f-carousel{--f-carousel-theme-color:#706f6c;--f-carousel-spacing:0px;--f-carousel-slide-width:100%;--f-carousel-slide-height:auto;--f-carousel-slide-padding:0;--f-button-width:42px;--f-button-height:42px;--f-button-color:var(--f-carousel-theme-color,currentColor);--f-button-hover-color:var(--f-carousel-theme-color,currentColor);--f-button-bg:transparent;--f-button-hover-bg:var(--f-button-bg);--f-button-active-bg:var(--f-button-bg);--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-next-pos:10px;--f-button-prev-pos:10px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75;box-sizing:border-box;position:relative}.f-carousel *,.f-carousel :after,.f-carousel :before{box-sizing:inherit}.f-carousel.is-ltr{direction:ltr}.f-carousel.is-rtl{direction:rtl}.f-carousel__viewport{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;overflow:hidden;transform:translateZ(0);width:100%}.f-carousel__viewport.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.f-carousel__viewport.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.f-carousel__track{display:flex;height:100%;margin:0 auto;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.f-carousel__slide{flex:0 0 auto;height:var(--f-carousel-slide-height);margin:0 var(--f-carousel-spacing) 0 0;max-width:100%;outline:0;padding:var(--f-carousel-slide-padding);position:relative;transform-origin:center center;width:var(--f-carousel-slide-width)}.f-carousel__slide img.is-preloading{visibility:hidden}.f-carousel__slide>.f-spinner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.f-carousel.is-vertical{--f-carousel-slide-height:100%}.f-carousel.is-vertical .f-carousel__track{flex-wrap:wrap}.f-carousel.is-vertical .f-carousel__slide{margin:0 0 var(--f-carousel-spacing) 0}:root{--f-carousel-dots-width:24px;--f-carousel-dots-height:30px;--f-carousel-dot-width:8px;--f-carousel-dot-height:8px;--f-carousel-dot-radius:50%;--f-carousel-dot-color:var(--f-carousel-theme-color,currentColor);--f-carousel-dot-opacity:0.2;--f-carousel-dot-hover-opacity:0.4}.f-carousel.has-dots{margin-bottom:var(--f-carousel-dots-height)}.f-carousel__dots{bottom:calc(var(--f-carousel-dots-height)*-1);flex-wrap:wrap;left:0;list-style:none!important;margin:0 auto!important;position:absolute;right:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.f-carousel__dots,.f-carousel__dots li{align-items:center;display:flex;justify-content:center;padding:0}.f-carousel__dots li{border:0;margin:0;opacity:var(--f-carousel-dot-opacity);transition:opacity .15s ease-in-out}.f-carousel__dots li+li{margin:0}.f-carousel__dots li:hover{opacity:var(--f-carousel-dot-hover-opacity)}.f-carousel__dots li.is-current{opacity:1}.f-carousel__dots li button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;cursor:pointer;display:flex;height:var(--f-carousel-dots-height);justify-content:center;margin:0;padding:0;transition:all .2s linear;width:var(--f-carousel-dots-width)}.f-carousel__dot{background-color:var(--f-carousel-dot-color);border:0;border-radius:var(--f-carousel-dot-radius);cursor:pointer;display:block;font-size:0;height:var(--f-carousel-dot-height);line-height:0;margin:0;padding:0;pointer-events:none;width:var(--f-carousel-dot-width)}.f-carousel__dots.is-dynamic li:not(.is-prev):not(.is-next):not(.is-current):not(.is-after-next):not(.is-before-prev) button{transform:scale(0);width:0}.f-carousel__dots.is-dynamic li.is-after-next button,.f-carousel__dots.is-dynamic li.is-before-prev button{transform:scale(.22)}.f-carousel__dots.is-dynamic li.is-next button,.f-carousel__dots.is-dynamic li.is-prev button{transform:scale(.66)}.f-carousel__dots.is-dynamic li.is-current button{transform:scale(1)}.f-carousel__dots.is-dynamic li.is-after-next button,.f-carousel__dots.is-dynamic li.is-before-prev button{transform:scale(.33)}.f-carousel__dots.is-dynamic li.is-current:first-child{margin-left:calc(var(--f-carousel-dots-width)*2)}.f-carousel__dots.is-dynamic li.is-prev:first-child{margin-left:var(--f-carousel-dots-width)}.f-carousel__dots.is-dynamic li.is-next:last-child{margin-right:var(--f-carousel-dots-width)}.f-carousel__dots.is-dynamic li.is-current:last-child{margin-right:calc(var(--f-carousel-dots-width)*2)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:first-child,.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:last-child,.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-prev:first-child{margin-left:0;margin-right:var(--f-carousel-dots-width)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-next:last-child{margin-left:var(--f-carousel-dots-width);margin-right:0}: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:initial;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)}.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{height:var(--f-button-svg-height);width:var(--f-button-svg-width);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);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease}.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;bottom:0;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:flex;flex-direction:column;left:0;margin:0;padding:0;position:fixed;right:0;top:0;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;overflow:visible;transform-origin:top left;z-index:var(--fancybox-zIndex,1050);-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container::-ms-backdrop{background-color:transparent}.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:-webkit-grab;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__track{display:flex;height:100%;margin:0 auto}.fancybox__slide{align-items:center;display:flex;flex:0 0 auto;flex-direction:column;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;padding:4px;position:relative;width:100%;-ms-scroll-chaining:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;overscroll-behavior:contain;transform:translateZ(0)}.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:-webkit-grab;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:-webkit-grabbing;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{-webkit-backface-visibility:hidden;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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox__caption{align-self:center;flex-shrink:0;margin:0;max-width:100%;padding:14px 0 4px;word-wrap:anywhere;color:var(--fancybox-color,currentColor);cursor:auto;line-height:1.375;opacity:var(--fancybox-opacity,1);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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;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):not(.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):not(.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{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;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{flex:0 0 auto;margin:0;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);perspective:1000px;transform:translateZ(0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;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:initial;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:-webkit-max-content;width:-moz-max-content;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:-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 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{-webkit-appearance:none;-moz-appearance:none;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));-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{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{font-feature-settings:"tnum";font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-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}.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}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-moz-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}:-moz-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}: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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:30}@media (hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::-ms-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:after,:before{border:0 solid #e4e4e7;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#a1a1aa;opacity:1}input::placeholder,textarea::placeholder{color:#a1a1aa;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}.container{width:100%}.c-button{--btn-bg:var(--default-fill);--btn-text:var(--default-text);background-color:var(--btn-bg)!important;border-radius:.375rem;border-width:0;color:var(--btn-text)!important;cursor:pointer;display:inline-flex;font-weight:600;padding:.75rem 1.25rem;-webkit-text-decoration-line:none;text-decoration-line:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.c-button:focus,.c-button:hover{--btn-bg:var(--hover-fill);--btn-text:var(--hover-text)}.c-button:active{--btn-bg:var(--active-fill);--btn-text:var(--active-text)}.c-button:focus-visible{outline-color:var(--text-color)}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.absolute{position:absolute}.mb-4{margin-bottom:1rem}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.contents{display:contents}.hidden{display:none}.flex-1{flex:1 1 0%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{flex-direction:column}.text-pretty{text-wrap:pretty}.border-b-8{border-bottom-width:8px}.border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.bg-charcoal{--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.p-3{padding:.75rem}.p-9{padding:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-xxs{font-size:.6875rem;line-height:1.25}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.tracking-wider{letter-spacing:.05em}.text-secondary-500{--tw-text-opacity:1;color:rgba(60,194,214,var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.u-nowrap{white-space:nowrap!important}.u-snake{font-family:Bebas Neue,sans-serif;font-weight:400;letter-spacing:.025em;padding-bottom:.2em;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.u-snake:before{bottom:0;display:block;height:.125em;left:0;max-width:100%;position:absolute;width:5ch;--tw-content:"";background:var(--line-color,#de1a17);content:var(--tw-content)}:root{--max-layout-width:2560px;--sidebar-width:max(240px,min(27.5vw,400px));--content-width:840px;--wide-content-width:1200px;--admin-bar-height:0px;--space-unit:1.5rem;--s-4:calc(var(--space-unit)*1/8);--s-3:calc(var(--space-unit)*1/4);--s-2:calc(var(--space-unit)*1/2);--s-1:calc(var(--space-unit)*2/3);--s-0:calc(var(--space-unit)*7/8);--s0:calc(var(--space-unit)*1);--s1:calc(var(--space-unit)*1.5);--s2:calc(var(--space-unit)*2);--s3:calc(var(--space-unit)*3);--s4:calc(var(--space-unit)*4);--block-padding:var(--s0);--block-padding-text:calc(var(--block-padding)*0.875) var(--block-padding)}:root body.admin-bar{--admin-bar-height:46px}@font-face{font-display:swap;font-family:IBM Plex Sans;font-style:normal;font-weight:400;src:url(/wp-content/themes/yorkbarbell/public/fonts/ibm-plex-sans-400.e5b814.woff2) format("woff2")}@font-face{font-display:swap;font-family:IBM Plex Sans;font-style:italic;font-weight:400;src:url(/wp-content/themes/yorkbarbell/public/fonts/ibm-plex-sans-400i.63db25.woff2) format("woff2")}@font-face{font-display:swap;font-family:IBM Plex Sans;font-style:normal;font-weight:500;src:url(/wp-content/themes/yorkbarbell/public/fonts/ibm-plex-sans-500.076cc5.woff2) format("woff2")}@font-face{font-display:swap;font-family:IBM Plex Sans;font-style:normal;font-weight:700;src:url(/wp-content/themes/yorkbarbell/public/fonts/ibm-plex-sans-700.be218e.woff2) format("woff2")}@font-face{font-display:swap;font-family:IBM Plex Sans;font-style:italic;font-weight:700;src:url(/wp-content/themes/yorkbarbell/public/fonts/ibm-plex-sans-700i.40d702.woff2) format("woff2")}@font-face{font-display:swap;font-family:IBM Plex Sans Condensed;font-style:normal;font-weight:400;src:url(/wp-content/themes/yorkbarbell/public/fonts/ibm-plex-sans-condensed-400.ffa298.woff2) format("woff2")}@font-face{font-display:swap;font-family:IBM Plex Sans Condensed;font-style:normal;font-weight:500;src:url(/wp-content/themes/yorkbarbell/public/fonts/ibm-plex-sans-condensed-500.036c7e.woff2) format("woff2")}@font-face{font-display:swap;font-family:IBM Plex Sans Condensed;font-style:normal;font-weight:600;src:url(/wp-content/themes/yorkbarbell/public/fonts/ibm-plex-sans-condensed-600.032b87.woff2) format("woff2")}@font-face{font-display:swap;font-family:IBM Plex Sans Condensed;font-style:normal;font-weight:700;src:url(/wp-content/themes/yorkbarbell/public/fonts/ibm-plex-sans-condensed-700.721be8.woff2) format("woff2")}@font-face{font-display:swap;font-family:Bebas Neue;font-style:normal;font-weight:400;src:url(/wp-content/themes/yorkbarbell/public/fonts/bebas-neue.fa7362.woff2) format("woff2")}:root{--baseline:1.5;--fs-p:clamp(1rem,1rem + 0.1875 * (100vw - 40rem)/24,1.1875rem);--lh-p:1.45;--fs-h1:clamp(3.75rem,3.75rem + 2.25 * (100vw - 40rem)/24,6rem);--lh-h1:1.125;--fs-h2:clamp(2rem,2rem + 0.5 * (100vw - 40rem)/24,2.5rem);--lh-h2:1.125;--fs-h3:clamp(1.375rem,1.375rem + 0.5 * (100vw - 40rem)/24,1.875rem);--lh-h3:1.25;--fs-h4:clamp(1.1875rem,1.1875rem + 0.5 * (100vw - 40rem)/24,1.6875rem);--lh-h4:1.25;--fs-h5:clamp(1.125rem,1.125rem + 0.25 * (100vw - 40rem)/24,1.375rem);--lh-h5:1.25;--fs-wp-sm:clamp(0.8125rem,0.8125rem + 0.125 * (100vw - 40rem)/24,0.9375rem);--lh-wp-sm:1.25;--text-color:#222;--default-fill:#27272a;--default-text:#fff;--hover-fill:#3cc2d6;--hover-text:#27272a}@keyframes fadeInOut{0%{opacity:.25}50%{opacity:1}to{opacity:.25}}html{font-family:IBM Plex Sans,serif;overflow-y:scroll;-ms-scroll-chaining:none;overscroll-behavior:none;scroll-behavior:smooth}body{--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity));font-size:var(--fs-p);line-height:var(--lh-p);--tw-text-opacity:1;color:rgba(39,39,42,var(--tw-text-opacity));-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5{text-rendering:optimizeLegibility}.h1 strong,.h2 strong,.h3 strong,.h4 strong,.h5 strong,h1 strong,h2 strong,h3 strong,h4 strong,h5 strong{font-weight:inherit}.h1,h1{color:var(--h1-color);font-family:Bebas Neue,sans-serif;font-size:var(--fs-h1);letter-spacing:.025em;line-height:var(--lh-h1)}.h2,h2{color:var(--h2-color);font-size:var(--fs-h2);line-height:var(--lh-h2)}.h2,.h3,h2,h3{font-family:IBM Plex Sans,serif;font-weight:700}.h3,h3{color:var(--h3-color);font-size:var(--fs-h3);line-height:var(--lh-h3)}.h4,h4{color:var(--h4-color);font-size:var(--fs-h4);line-height:var(--lh-h4)}.h4,.h5,h4,h5{font-family:IBM Plex Sans,serif;font-weight:700}.h5,h5{color:var(--h5-color);font-size:var(--fs-h5);line-height:var(--lh-h5)}.u-link,a:not([class]){--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity));-webkit-text-decoration-line:underline;text-decoration-line:underline;text-underline-offset:4px}.u-link:focus,.u-link:hover,a:not([class]):focus,a:not([class]):hover{--tw-text-opacity:1;color:rgba(38,162,180,var(--tw-text-opacity))}.u-link:focus-visible,a:not([class]):focus-visible{-webkit-text-decoration-line:none;text-decoration-line:none}:focus-visible{outline-color:#27272a;outline-offset:0;outline-style:solid;outline-width:4px}button,input,optgroup,select,textarea{font-family:IBM Plex Sans,serif}input,select,textarea{border-radius:.25rem;border-width:1px;padding:.75rem;--tw-border-opacity:1;border-color:rgba(161,161,170,var(--tw-border-opacity))}input:focus,select:focus,textarea:focus{--tw-border-opacity:1;border-color:rgba(24,24,27,var(--tw-border-opacity))}[placeholder]{text-overflow:ellipsis}[id]{scroll-margin-top:2ex}figcaption{font-size:.875rem;font-style:italic;line-height:1.25rem;margin-top:var(--s-4);text-align:center}.aligncenter{margin-left:auto;margin-right:auto}.alignfull,.alignwide{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);transform:translateX(calc(50vw - 50%));width:auto}.alignwide{max-width:var(--wide-content-width)}.alignfull{max-width:2560px}.o-align-wrap .alignwide{margin-left:auto;margin-right:auto;max-width:var(--wide-content-width);transform:none}.o-align-wrap .alignfull{margin-left:0;margin-right:0;max-width:none;transform:none}.o-align-wrap--full{margin-left:calc(var(--s0)*-1);width:calc(100% + var(--s0)*2)}.o-frame{--n:9;--d:16;display:block;position:relative}.o-frame:before{display:block;width:100%;--tw-content:"";content:var(--tw-content);padding-bottom:calc(var(--n)/var(--d)*100%)}.o-frame>*{align-items:center;bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;position:absolute;right:0;top:0}.o-frame>img,.o-frame>video{height:100%;object-fit:cover;width:100%}.o-frame--inset:before{display:none}.o-grid,.o-grid .block-editor-block-list__layout{display:grid;grid-gap:var(--s0);gap:var(--s0);grid-template-columns:repeat(auto-fit,minmax(min(var(--width,272px),100%),1fr))}.o-grid--limited,.o-grid--limited .block-editor-block-list__layout{grid-template-columns:repeat(auto-fit,minmax(max(var(--width,272px),100%/(var(--max-per-row,10) + 1)),1fr))}.o-switcher{--threshold:30rem;display:flex;flex-wrap:wrap;gap:var(--s0)}.o-switcher>*{flex-basis:calc((var(--threshold) - 100%)*999);flex-grow:1}.o-switcher--3>:nth-last-child(n+4),.o-switcher--3>:nth-last-child(n+4)~*,.o-switcher--4>:nth-last-child(n+5),.o-switcher--4>:nth-last-child(n+5)~*,.o-switcher--5>:nth-last-child(n+6),.o-switcher--5>:nth-last-child(n+6)~*{flex-basis:100%}.o-overscroll{max-width:calc(100vw - var(--s0)*2);overflow-x:auto}.o-overscroll::-webkit-scrollbar{-webkit-appearance:none;appearance:none;--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.o-overscroll::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:rgba(244,244,245,var(--tw-bg-opacity));border-style:solid;border-width:3px;--tw-border-opacity:1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.o-wrap{margin-left:auto;margin-right:auto;max-width:2560px}.o-prose{--block-top-margin:calc(var(--baseline)*1.25*1rem);--block-bottom-margin:calc(var(--baseline)*1.25*1rem);--h1-color:#27272a;--h2-color:#27272a;--h3-color:#27272a;--h4-color:#27272a}.o-prose :where(.h1):not(:where([class~=not-prose] *)),.o-prose :where(.h2):not(:where([class~=not-prose] *)),.o-prose :where(.h3):not(:where([class~=not-prose] *)),.o-prose :where(.h4):not(:where([class~=not-prose] *)),.o-prose :where(.h5):not(:where([class~=not-prose] *)),.o-prose :where(.h6):not(:where([class~=not-prose] *)),.o-prose :where(h1):not(:where([class~=not-prose] *)),.o-prose :where(h2):not(:where([class~=not-prose] *)),.o-prose :where(h3):not(:where([class~=not-prose] *)),.o-prose :where(h4):not(:where([class~=not-prose] *)),.o-prose :where(h5):not(:where([class~=not-prose] *)),.o-prose :where(h6):not(:where([class~=not-prose] *)),.o-prose :where(ol):not(:where([class~=not-prose] *)),.o-prose :where(p):not(:where([class~=not-prose] *)),.o-prose :where(ul):not(:where([class~=not-prose] *)){margin-bottom:calc(var(--baseline)*1*1rem);margin-top:calc(var(--baseline)*1*1rem)}.o-prose>:where(:first-child):not(:where([class~=not-prose] *)){margin-top:0}.o-prose>:where(:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.o-prose :where(ol):not(:where([class~=not-prose] *)),.o-prose :where(ul):not(:where([class~=not-prose] *)){padding-left:calc(var(--block-padding)/2)}.o-prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal}.o-prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc}.o-prose :where(li):not(:where([class~=not-prose] *)){margin-left:calc(var(--block-padding)/2)}.o-prose :where(a):not(:where([class~=not-prose] *)){-webkit-text-decoration-line:underline;text-decoration-line:underline}.o-prose :where(div):not(:where([class~=not-prose] *))+.h2,.o-prose :where(div):not(:where([class~=not-prose] *))+h2,.o-prose :where(ol):not(:where([class~=not-prose] *))+.h2,.o-prose :where(ol):not(:where([class~=not-prose] *))+h2,.o-prose :where(p):not(:where([class~=not-prose] *))+.h2,.o-prose :where(p):not(:where([class~=not-prose] *))+h2,.o-prose :where(ul):not(:where([class~=not-prose] *))+.h2,.o-prose :where(ul):not(:where([class~=not-prose] *))+h2{margin-top:calc(var(--baseline)*2*1rem)}.o-prose :where(div):not(:where([class~=not-prose] *))+.h3,.o-prose :where(div):not(:where([class~=not-prose] *))+h3,.o-prose :where(ol):not(:where([class~=not-prose] *))+.h3,.o-prose :where(ol):not(:where([class~=not-prose] *))+h3,.o-prose :where(p):not(:where([class~=not-prose] *))+.h3,.o-prose :where(p):not(:where([class~=not-prose] *))+h3,.o-prose :where(ul):not(:where([class~=not-prose] *))+.h3,.o-prose :where(ul):not(:where([class~=not-prose] *))+h3{margin-top:calc(var(--baseline)*1.5*1rem)}.o-prose :where(div):not(:where([class~=not-prose] *))+.h4,.o-prose :where(div):not(:where([class~=not-prose] *))+h4,.o-prose :where(ol):not(:where([class~=not-prose] *))+.h4,.o-prose :where(ol):not(:where([class~=not-prose] *))+h4,.o-prose :where(p):not(:where([class~=not-prose] *))+.h4,.o-prose :where(p):not(:where([class~=not-prose] *))+h4,.o-prose :where(ul):not(:where([class~=not-prose] *))+.h4,.o-prose :where(ul):not(:where([class~=not-prose] *))+h4{margin-top:calc(var(--baseline)*1.25*1rem)}.o-prose>[class*=" wp-block"]:not(.wp-block-heading),.o-prose>[class^=wp-block]:not(.wp-block-heading){margin-bottom:var(--block-top-margin);margin-top:var(--block-top-margin)}.o-prose>[class*=" wp-block"].alignleft,.o-prose>[class*=" wp-block"].alignright,.o-prose>[class^=wp-block].alignleft,.o-prose>[class^=wp-block].alignright{--block-top-margin:calc(var(--baseline)*0.25*1rem);--block-bottom-margin:calc(var(--baseline)*0.75*1rem)}.c-burger{--length:1.375rem;--thickness:3px;--spacing:5px;--offset:calc(var(--spacing) + var(--thickness));--duration:0ms;cursor:pointer;height:var(--length);position:relative}.c-burger,.c-burger__wrapper{display:block;width:var(--length)}.c-burger__wrapper{left:50%;position:absolute;top:50%;--tw-translate-x:-50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.c-burger__ingredient{background-color:currentColor;display:block;height:var(--thickness);margin-top:calc(var(--thickness)/-2);position:absolute;transition-duration:.15s;transition-duration:var(--duration);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.c-burger__top-bun{--tw-translate-y:calc(var(--offset)*-1)}.c-burger__bottom-bun,.c-burger__top-bun{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.c-burger__bottom-bun{--tw-translate-y:var(--offset)}.c-burger__patty{transition-delay:0s;transition-duration:.15s;transition-duration:var(--duration);transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.c-burger.is-cross .c-burger__top-bun,.c-burger.is-expanded .c-burger__top-bun{--tw-translate-y:0px;--tw-rotate:45deg}.c-burger.is-cross .c-burger__bottom-bun,.c-burger.is-cross .c-burger__top-bun,.c-burger.is-expanded .c-burger__bottom-bun,.c-burger.is-expanded .c-burger__top-bun{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.c-burger.is-cross .c-burger__bottom-bun,.c-burger.is-expanded .c-burger__bottom-bun{--tw-translate-y:0px;--tw-rotate:-45deg}.c-burger.is-cross .c-burger__patty,.c-burger.is-expanded .c-burger__patty{opacity:0;transition-delay:0s;transition-duration:calc(var(--duration)/3)}.c-button2{align-items:stretch;background:var(--btn-bg,#de1a17);color:var(--btn-text,#fff);display:inline-flex;height:3.75rem;-webkit-text-decoration-line:none;text-decoration-line:none}.c-button2__label{align-items:center;color:inherit;display:flex;flex:1 1 0%;font-family:IBM Plex Sans Condensed,serif;font-size:1.0625rem;font-weight:600;letter-spacing:.05em;line-height:1.25;padding-left:1.5rem;padding-right:1.5rem;text-transform:uppercase}.c-button2__tip{align-items:center;background-color:rgba(0,0,0,.1);display:flex;justify-content:center;width:5rem}.c-button2__icon{--tw-rotate:-90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));fill:currentColor}.c-card{border-radius:.5rem;display:flex;flex-direction:column;transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.c-card__media{--d:4;--n:3;margin-bottom:.75rem;overflow:hidden}.c-card__text{display:flex;flex-direction:column;flex-grow:1;order:1}.c-card__text :last-child{margin-bottom:0}.c-card__title{font-size:1.25rem;font-weight:500;line-height:1.25;margin-bottom:.25rem;--tw-text-opacity:1;color:rgba(39,39,42,var(--tw-text-opacity));transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.c-card .c-card__excerpt{font-size:1rem;line-height:1.5rem;line-height:1.375;margin-bottom:1.5rem;margin-top:0}.c-card__action{border-radius:.25rem;font-family:IBM Plex Sans Condensed,serif;font-weight:600;letter-spacing:.05em;margin-top:auto;padding:.75rem 1rem;text-align:center;text-transform:uppercase;--tw-bg-opacity:1;background-color:rgba(212,212,216,var(--tw-bg-opacity));transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.c-card:focus-within .c-card__action,.c-card:has(a):hover .c-card__action{--tw-bg-opacity:1;background-color:rgba(222,26,23,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.c-card a:focus{-webkit-text-decoration:underline;text-decoration:underline}.c-card:focus-within{outline-color:#3f3f46;outline-width:4px}.c-card:focus-within :focus-visible{outline-color:transparent}.c-cards{--per-row:1;display:grid;grid-column-gap:var(--s0);column-gap:var(--s0);grid-row-gap:var(--s1);grid-template-columns:repeat(var(--per-row),1fr);padding-bottom:var(--s0);row-gap:var(--s1)}.c-contact-info__name{font-weight:700}.c-contact-info__info:not(:first-child){margin-top:var(--s-2)}.c-logo{display:block}.c-logo,.c-logo *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-logo *{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.c-logo__lockup{max-width:100%;width:100%}.c-logo--mono *,.c-logo--white *,.c-logo.is-white *{fill:currentColor;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.c-no-image{--n:1;--d:1;border-style:dashed;border-width:1px;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.c-no-image__text{color:hsla(240,5%,65%,.75);font-size:.75rem;letter-spacing:.05em;line-height:1rem;padding:1.5rem;text-align:center;text-transform:uppercase;transform:rotate(-22.5deg)}.c-page-header{margin-bottom:2rem;margin-top:0;padding-right:calc(5rem - var(--s0))}.c-page-header__kicker{font-family:IBM Plex Sans Condensed,serif;font-size:.75rem;letter-spacing:.05em;line-height:1rem;margin:0 0 .75rem;text-transform:uppercase}.c-page-header__title{line-height:.9;margin-bottom:.4em;margin-top:0;padding-bottom:.25em;position:relative;text-wrap:pretty}.c-page-header__title:before{bottom:0;display:block;height:.1125em;left:0;position:absolute;width:5.25ch;--tw-content:"";content:var(--tw-content);--tw-bg-opacity:1;background-color:rgba(222,26,23,var(--tw-bg-opacity))}.c-page-header__title strong{--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity))}.c-page-header__title a{color:inherit}.c-page-header__subhead{font-weight:700}.c-page-links{--spacer:var(--s-4)}.c-page-links__go{display:block;margin-bottom:1rem;margin-top:1rem}.c-page-links__label{font-family:IBM Plex Sans Condensed,serif;font-size:.75rem;font-weight:600;letter-spacing:.05em;line-height:1rem;margin-bottom:.25rem;text-transform:uppercase}.c-page-links__link{display:block;-webkit-text-decoration-line:none;text-decoration-line:none;text-wrap:balance;transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.c-page-links__link:focus,.c-page-links__link:hover{--tw-text-opacity:1;color:rgba(38,162,180,var(--tw-text-opacity))}.c-supplement .c-page-links{--spacer:calc(var(--supplement-gap)*2);margin-top:calc(var(--supplement-gap)*-1)}.c-pagination{font-size:.875rem;letter-spacing:.05em;line-height:1.25rem;line-height:2;text-transform:uppercase}.c-pagination--above{border-bottom-width:1px;margin-bottom:2.25rem;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity));padding-bottom:1.5rem}.c-pagination--below{border-top-width:1px;margin-top:2.25rem;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity));padding-top:1.5rem}.c-pagination__pages{display:block;font-weight:700;--tw-text-opacity:1;color:rgba(161,161,170,var(--tw-text-opacity))}.c-pagination__pages+.c-pagination__page:last-child{display:none}.c-pagination__page{display:inline-block;margin:0 .375rem .375rem 0;padding:0 .375rem;text-align:center;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));-webkit-text-decoration-line:none!important;text-decoration-line:none!important;--tw-bg-opacity:1;background-color:rgba(212,212,216,var(--tw-bg-opacity));min-width:30px}.c-pagination__page:focus,.c-pagination__page:hover{--tw-bg-opacity:1;background-color:rgba(222,26,23,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));opacity:1}.c-pagination__page--current{--tw-bg-opacity:1!important;background-color:rgba(60,194,214,var(--tw-bg-opacity))!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-pagination__page--first{opacity:.5}.c-pagination__page--next,.c-pagination__page--prev{opacity:.75}.c-pagination__page--last{margin-right:0;opacity:.5}.c-pagination__page--extend{background-image:none!important;--tw-text-opacity:1!important;color:rgba(228,228,231,var(--tw-text-opacity))!important}.c-post-meta{font-family:IBM Plex Sans Condensed,serif;font-size:.875rem;font-weight:600;letter-spacing:.05em;line-height:1.25rem;text-transform:uppercase;--tw-text-opacity:1;color:rgba(113,113,122,var(--tw-text-opacity))}.c-search-form__wrap{align-items:stretch;display:flex}.c-search-form__label{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.c-search-form__field{border-width:1px;display:block;flex:1 1 0%;padding:.5rem 1rem;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity));border-radius:.5rem;border-bottom-right-radius:0;border-top-right-radius:0;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.c-search-form__field::-ms-input-placeholder{font-style:italic;--tw-text-opacity:1;color:rgba(161,161,170,var(--tw-text-opacity));opacity:1}.c-search-form__field::placeholder{font-style:italic;--tw-text-opacity:1;color:rgba(161,161,170,var(--tw-text-opacity));opacity:1}.c-search-form__button{align-items:center;border-width:1px;display:flex;justify-content:center;margin-left:-1px;padding:1.5rem;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity));border-radius:.5rem;border-bottom-left-radius:0;border-top-left-radius:0;--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(82,82,91,var(--tw-text-opacity));cursor:pointer}.c-search-form__icon{width:1.375rem;fill:currentColor}.c-search-form__button-text{display:block;font-family:IBM Plex Sans Condensed,serif;height:1px;letter-spacing:.05em;margin:-1px;overflow:hidden;padding:0;position:absolute;text-transform:uppercase;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.c-search-form__field:focus{position:relative}.c-search-form__button:focus,.c-search-form__field:focus{--tw-border-opacity:1;border-color:rgba(38,162,180,var(--tw-border-opacity));outline:2px solid transparent;outline-offset:2px}.c-search-form__button:focus{--tw-bg-opacity:1;background-color:rgba(60,194,214,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.c-social{display:flex;gap:1rem;margin-left:-.625rem;margin-right:-.625rem}.c-social__network{display:inline;margin:0}.c-social__link{align-items:center;border-radius:9999px;display:flex;height:3rem;justify-content:center;padding:.625rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:3rem}.c-social__icon{display:block;height:100%;fill:currentColor;--tw-text-opacity:1;color:rgba(38,162,180,var(--tw-text-opacity));transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.c-social__icon--facebook{height:90%}.c-social__label{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.c-social__link:focus .c-social__icon,.c-social__link:hover .c-social__icon{--tw-text-opacity:1;color:rgba(94,205,221,var(--tw-text-opacity))}.c-social__link:focus-visible{outline-color:#fff;outline-offset:0;outline-width:2px}.c-supplement{--supplement-gap:var(--s-3);margin-top:var(--s0)}.c-supplement__title{font-size:.875rem;font-weight:700;letter-spacing:.05em;line-height:1.25rem;margin-bottom:var(--s-4);text-transform:uppercase}.c-supplement__content{border-top-width:1px;margin-bottom:1.5rem;padding-bottom:.375rem;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.c-teaser{display:flex;flex-direction:column;gap:var(--s-1);margin-bottom:3rem}.c-teaser__image{border-radius:.25rem;display:block;margin-top:.5rem}.c-teaser__content{flex:1 1 0%}.c-teaser__title{margin:0 0 .375rem!important;text-wrap:balance}.c-teaser__link{-webkit-text-decoration-line:none;text-decoration-line:none;transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.c-teaser__link:focus,.c-teaser__link:hover{--tw-text-opacity:1;color:rgba(60,194,214,var(--tw-text-opacity))}.c-teaser__excerpt{margin:0 0 .75rem!important;max-width:72ch}.c-teaser__button{padding-bottom:.75rem;padding-top:.75rem;--tw-bg-opacity:1;background-color:rgba(222,26,23,var(--tw-bg-opacity));font-size:1em}.c-teaser__button:focus,.c-teaser__button:hover{--tw-bg-opacity:1;background-color:rgba(60,194,214,var(--tw-bg-opacity))}.c-widget{margin-bottom:3rem}.c-widget__title{padding:2.5rem 1.5rem .5rem;--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(39,39,42,var(--tw-text-opacity));font-family:IBM Plex Sans Condensed,serif;font-size:1rem;font-weight:600;letter-spacing:.05em;line-height:1.5rem;text-transform:uppercase}.c-widget__content{padding:1.5rem}p.has-background{padding:var(--block-padding-text)}p.is-style-intro{font-size:1.125rem;line-height:1.625;margin-bottom:2.5rem}.wp-block-list{padding-left:var(--block-padding)}.wp-block-list>li{margin-left:calc(var(--block-padding)/2)}ol.has-background,ul.has-background{padding:var(--block-padding-text)}ol.has-background>li,ul.has-background>li{margin-left:0}.is-style-2-col,.is-style-2-col-expanded{column-gap:4em;columns:200px 2}.is-style-3-col,.is-style-3-col-expanded{column-gap:4em;columns:200px 3}.is-style-2-col-expanded,.is-style-3-col-expanded,.is-style-expanded{margin-bottom:0!important}.is-style-2-col-expanded>li,.is-style-3-col-expanded>li,.is-style-expanded>li{margin-bottom:var(--s-2)}.wp-block-quote{border-left-width:12px;padding:var(--block-padding-text);--tw-border-opacity:1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.wp-block-quote :first-child{margin-top:0}.wp-block-quote cite{display:block;margin-bottom:0;margin-top:0;text-align:right}.wp-block-quote cite:before{content:"— "}.wp-block-pullquote{border-width:0;padding:var(--block-padding-text);--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.wp-block-pullquote blockquote>:first-child{margin-top:0}.wp-block-pullquote blockquote>:last-child{margin-bottom:0}.wp-block-pullquote p{font-size:1.5rem;line-height:2rem;text-align:center}.wp-block-pullquote cite{display:block;font-size:1rem;line-height:1.5rem;margin-top:1rem;text-align:center}.wp-block-pullquote cite:before{content:"— "}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{display:inline-block;margin-top:.5rem;max-width:32ch}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{text-align:left}.wp-block-pullquote.alignleft cite,.wp-block-pullquote.alignright cite{margin-top:0;text-align:right}.wp-block-table table{--stripe-color:#e4e4e7;--footer-color:#d4d4d8;border-collapse:collapse;text-align:left;width:100%;--tw-text-opacity:1;border-width:1px;color:rgba(24,24,27,var(--tw-text-opacity));--tw-border-opacity:1;background-color:var(--bg-color,#fff)!important;border-color:rgba(63,63,70,var(--tw-border-opacity))}.wp-block-table td,.wp-block-table th{padding:.5rem .75rem}.wp-block-table tr:nth-child(n+1){border-top-width:1px;--tw-border-opacity:1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.wp-block-table tr>:nth-child(n+1){border-left-width:1px;--tw-border-opacity:1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.wp-block-table thead{border-width:0}.wp-block-table thead tr:first-child th{--tw-bg-opacity:1;background-color:rgba(63,63,70,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.wp-block-table thead tr:last-child:not(:first-child) th{--tw-bg-opacity:1;background-color:rgba(246,173,172,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(39,39,42,var(--tw-text-opacity))}.wp-block-table thead th{font-weight:400;vertical-align:bottom}.wp-block-table tfoot{background-color:var(--footer-color);border-width:0;font-weight:700}.wp-block-table .wp-element-caption{padding-left:.625rem;padding-top:.25rem}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.is-style-stripes table{border-width:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:var(--stripe-color)}.wp-block-table.is-style-stripes tr:nth-child(n+1),.wp-block-table.is-style-stripes tr>:nth-child(n+1){border-width:0}.wp-block-table.is-style-ruled table{border-width:0 0 1px;--tw-border-opacity:1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.wp-block-table.is-style-ruled tr{border-top-width:1px;--tw-border-opacity:1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.wp-block-table.is-style-ruled td,.wp-block-table.is-style-ruled th{border-width:0!important}.wp-block-verse{font-family:inherit;margin-bottom:0;margin-top:0;overflow:auto;white-space:pre-wrap}.wp-block-image.alignfull img,.wp-block-image.alignleft img,.wp-block-image.alignright img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image.aligncenter img{margin-left:auto;margin-right:auto}img.alignleft,img.alignright{margin-bottom:1.5rem}.wp-block-image.size-full img{height:auto;width:100%}.wp-block-image.is-resized img{height:auto!important}.wp-block-image.is-style-rounded img{border-radius:9999px}.wp-block-image.alignleft+*,.wp-block-image.alignright+*{margin-top:0}figure.wp-caption{max-width:100%;width:auto!important}.wp-block-gallery.has-nested-images{--gallery-gap:var(--s-2);align-items:normal;clear:both;display:flex;flex-wrap:wrap;gap:var(--gallery-gap)!important}.wp-block-gallery.has-nested-images .wp-block-image{display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images .wp-block-image>a,.wp-block-gallery.has-nested-images .wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images .wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images .wp-block-image figcaption{bottom:0;font-size:.875rem;left:0;line-height:1.25rem;margin-bottom:0;overflow:auto;padding:.5rem;position:absolute;text-align:center;width:100%;--tw-text-opacity:1;background-image:linear-gradient(to top,var(--tw-gradient-stops));color:rgba(255,255,255,var(--tw-text-opacity));--tw-gradient-from:rgba(0,0,0,.7) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-via-position:70%;max-height:60%}@supports (color:rgb(0 0 0/0)){.wp-block-gallery.has-nested-images .wp-block-image figcaption{--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.3) var(--tw-gradient-via-position),var(--tw-gradient-to);--tw-gradient-to:transparent var(--tw-gradient-to-position)}}.wp-block-gallery.has-nested-images .wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images .wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images .wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--gallery-gap)/2)}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;padding-top:0;text-align:center}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-gallery.has-nested-images.alignfull,.wp-block-gallery.has-nested-images.alignwide{padding-left:var(--s0);padding-right:var(--s0)}.wp-block-gallery.has-nested-images:not(.is-cropped) .wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped .wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped .wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped .wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped .wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped .wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-audio audio,.wp-block-gallery.has-nested-images.columns-1 .wp-block-image:not(#individual-image){width:100%}.wp-block-cover{align-items:center;background-position:50%;background-size:cover;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:clip;padding:var(--s0);position:relative;width:100%}.wp-block-cover__background{bottom:0;height:100%;left:0;opacity:.5;position:absolute;right:0;top:0;width:100%;z-index:1}.wp-block-cover__image-background,.wp-block-cover__video-background{border-style:none;bottom:0;height:100%;left:0;max-height:none;max-width:none;object-fit:cover;position:absolute;right:0;top:0;width:100%;z-index:0;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.wp-block-cover__inner-container{align-items:center;color:inherit;display:flex;flex-direction:column;justify-content:center;padding:var(--s-2);position:relative;width:100%;z-index:1}.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover__background.has-background-dim:not([class*=-background-color]){--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.wp-block-cover__background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover__background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover__background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover__background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover__background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover__background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover__background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover__background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover__background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover__background.has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover;transform:none}@supports(-webkit-touch-callout:inherit){.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover.alignfull{margin-left:calc(var(--s0)*-1);margin-right:calc(var(--s0)*-1);width:calc(100% + var(--s0)*2)}.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-file{align-items:center;column-gap:1rem;display:flex;flex-direction:column;padding:1rem;row-gap:.5rem;--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity));border-width:1px;--tw-border-opacity:1;border-color:rgba(228,228,231,var(--tw-border-opacity));border-radius:.25rem;--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.wp-block-file a:first-child{padding-left:.5rem;padding-right:.5rem;--tw-text-opacity:1;color:rgba(39,39,42,var(--tw-text-opacity))}.wp-block-file a:first-child,.wp-block-file__button{-webkit-text-decoration-line:none;text-decoration-line:none}.wp-block-file__button{--btn-bg:var(--default-fill);--btn-text:var(--default-text);background-color:var(--btn-bg)!important;border-radius:.375rem;border-width:0;color:var(--btn-text)!important;cursor:pointer;display:inline-flex;font-weight:600;padding:.75rem 1.25rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.wp-block-file__button:focus,.wp-block-file__button:hover{--btn-bg:var(--hover-fill);--btn-text:var(--hover-text)}.wp-block-file__button:active{--btn-bg:var(--active-fill);--btn-text:var(--active-text)}.wp-block-file__button:focus-visible{outline-color:var(--text-color)}.wp-block-file__button{border-radius:0;font-size:.75rem;line-height:1rem;padding:.5rem .75rem}.wp-block-media-text{direction:ltr;display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text__media{align-self:center;grid-column:1;grid-row:1;margin:0}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text__content{align-self:center;grid-column:2;grid-row:1;padding:var(--block-padding-text);word-break:break-word}.wp-block-media-text__content .has-large-font-size{margin-bottom:-.25em}.wp-block-media-text__content *+*{margin-top:1em}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{grid-column:2;grid-row:1}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{grid-column:1;grid-row:1}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:flex-start}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:flex-end}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.wp-block-embed iframe,.wp-block-embed__wrapper{height:100%;width:100%}.wp-embed-aspect-16-9{aspect-ratio:16/9}.wp-block-embed.alignleft,.wp-block-embed.alignright{height:auto;width:100%}.wp-block-embed.aligncenter{max-width:var(--content-width)}.wp-block-button__link{--btn-bg:var(--default-fill);--btn-text:var(--default-text);background-color:var(--btn-bg)!important;border-radius:.375rem;border-width:0;color:var(--btn-text)!important;cursor:pointer;display:inline-flex;font-weight:600;padding:.75rem 1.25rem;-webkit-text-decoration-line:none;text-decoration-line:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.wp-block-button__link:focus,.wp-block-button__link:hover{--btn-bg:var(--hover-fill);--btn-text:var(--hover-text)}.wp-block-button__link:active{--btn-bg:var(--active-fill);--btn-text:var(--active-text)}.wp-block-button__link:focus-visible{outline-color:var(--text-color)}.wp-block-button.is-style-outline .wp-block-button__link{--btn-bg:transparent;--btn-text:var(--default-fill);--btn-border:var(--default-fill);box-shadow:inset 0 0 0 2px var(--btn-border)}.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:hover{--btn-bg:transparent;--btn-text:var(--hover-fill);--btn-border:var(--hover-fill)}.wp-block-button.is-style-outline .wp-block-button__link:active{--btn-bg:var(--active-fill);--btn-text:var(--active-text);--btn-border:var(--active-fill)}.wp-block-buttons{gap:1rem}.wp-block-buttons,.wp-block-columns{display:flex;flex-wrap:wrap}.wp-block-columns:where(.is-layout-flex){gap:var(--s0)}.wp-block-column{flex-grow:1;min-width:0;word-wrap:normal;word-break:normal;word-wrap:break-word}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-column.is-vertically-aligned-top{align-self:flex-start;width:100%}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-column.is-vertically-aligned-center{align-self:center;width:100%}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end;width:100%}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0px;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns.has-background){padding:var(--block-padding-text)}.wp-block-group{--text-color:reset}.wp-block-group:not(.is-layout-flex){display:flow-root}.wp-block-group:not(.is-layout-flex)>*+*{margin-top:2rem}.wp-block-group:not(.is-layout-flex) :first-child{margin-top:0!important}.wp-block-group:not(.is-layout-flex) :last-child{margin-bottom:0!important}.wp-block-group:not(.is-layout-flex)>.wp-block-image:first-child+h2,.wp-block-group:not(.is-layout-flex)>.wp-block-image:first-child+h3,.wp-block-group:not(.is-layout-flex)>h2:first-child,.wp-block-group:not(.is-layout-flex)>h3:first-child{margin-bottom:calc(var(--baseline)*.25*1rem);margin-top:calc(var(--baseline)*.25*1rem)}.wp-block-group:not(.is-layout-flex) .wp-block-buttons,.wp-block-group:not(.is-layout-flex) h1,.wp-block-group:not(.is-layout-flex) h2,.wp-block-group:not(.is-layout-flex) h3,.wp-block-group:not(.is-layout-flex) h4,.wp-block-group:not(.is-layout-flex) h5,.wp-block-group:not(.is-layout-flex) h6,.wp-block-group:not(.is-layout-flex) ol,.wp-block-group:not(.is-layout-flex) p,.wp-block-group:not(.is-layout-flex) ul{margin-left:auto;margin-right:auto;max-width:var(--content-width)}.wp-block-group.has-background{padding:var(--block-padding)}.wp-block-separator{border-bottom-width:1px;border-color:currentColor;border-top-width:1px;margin-bottom:var(--s0);margin-left:auto;margin-right:auto;margin-top:var(--s0);width:10rem}.wp-block-separator.is-style-wide{width:100%}.wp-block-separator.is-style-dots{background-image:none!important;border-width:0;height:auto;line-height:var(--s0);margin-bottom:var(--s-2);margin-top:var(--s-2);text-align:center;width:100%}.wp-block-separator.is-style-dots:before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.b-categories{--gap:1.75rem;--npr:1;padding:var(--gap);position:relative}.b-categories__list{display:flex;flex-wrap:wrap;gap:var(--gap)}.b-category{--pct:calc(1/var(--npr)*100%);--offset:calc(var(--gap)*(var(--npr) - 1)/var(--npr));aspect-ratio:1/1;max-height:240px;position:relative;--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity));width:calc(var(--pct) - var(--offset))}.b-category:last-child{aspect-ratio:var(--npr)/1;flex:1 1 0%;width:auto}.b-category:before{left:0;position:absolute;right:0;top:0;z-index:10;--tw-content:"";content:var(--tw-content);height:.75rem}.b-category__cover{overflow:hidden}.b-category__cover,.b-category__cover:before{bottom:0;left:0;position:absolute;right:0;top:0}.b-category__cover:before{z-index:1;--tw-content:"";background-image:linear-gradient(to top,var(--tw-gradient-stops));content:var(--tw-content);--tw-gradient-from:rgba(24,24,27,.8) var(--tw-gradient-from-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:rgba(24,24,27,0) var(--tw-gradient-to-position);--tw-gradient-to-position:50%;opacity:.75;transition-duration:.7s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.b-category__cover:before,.b-category__image{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter}.b-category__image{height:100%;object-fit:cover;position:absolute;transition-duration:1s;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.b-category__content{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;padding:var(--s-2);position:relative;width:100%;z-index:1;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));font-family:Bebas Neue,sans-serif;font-weight:400;letter-spacing:.025em;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:clamp(1.875rem,1.875rem + .75 * (100vw - 80rem)/25,2.625rem);max-width:20ch;text-wrap:balance}.b-category__name{display:inline;padding-left:.375rem;padding-right:.375rem;--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity));-webkit-box-decoration-break:clone;box-decoration-break:clone}.b-category:focus:before,.b-category:hover:before{--tw-bg-opacity:1;background-color:rgba(229,49,46,var(--tw-bg-opacity))}.b-category:focus .b-category__cover:before,.b-category:hover .b-category__cover:before{opacity:.5}.b-category:focus .b-category__image,.b-category:hover .b-category__image{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:1s}.b-category:focus .b-category__name,.b-category:hover .b-category__name{--tw-bg-opacity:1;background-color:rgba(222,26,23,var(--tw-bg-opacity))}.b-feature{--btn-bg:#27272a;--line-color:#27272a;--heading-color:var(--default-text);--text-color:var(--default-text);display:flex;flex-direction:column;margin-bottom:0!important;margin-top:0!important}.b-feature__cover{aspect-ratio:16/9;background-color:rgba(39,39,42,.2);position:relative}.b-feature__image{height:100%;object-fit:cover;position:absolute;width:100%}.b-feature__content{display:flex;flex:1 1 0%;padding:var(--s0)}.b-feature__inner{width:100%}.b-feature__content h2{color:var(--heading-color);font-family:Bebas Neue,sans-serif;font-size:4rem;font-weight:400;letter-spacing:.025em;line-height:.85;margin:0 0 1rem;padding-bottom:.2em;position:relative;text-wrap:balance}.b-feature__content h2:before{bottom:0;display:block;height:.125em;left:0;max-width:100%;position:absolute;width:5ch;--tw-content:"";background:var(--line-color,#de1a17);content:var(--tw-content)}.b-feature__content p{font-size:var(--fs-h6);line-height:var(--lh-h6);margin-bottom:var(--s-1)}.b-feature__content p a{color:inherit;font-weight:700;-webkit-text-decoration-line:underline;text-decoration-line:underline}.b-feature__content p a:focus,.b-feature__content p a:hover{margin-left:-.125rem;margin-right:-.125rem;padding-left:.125rem;padding-right:.125rem;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));color:inherit;outline:2px solid transparent;outline-offset:2px;-webkit-text-decoration-line:none;text-decoration-line:none}.b-feature__action{display:flex;justify-content:flex-end}.b-feature.has-soft-red-background-color{--heading-color:#27272a;--line-color:#fff}.b-feature.has-amber-background-color,.b-feature.has-aqua-background-color{--line-color:#fff}.b-feature.has-black-background-color{--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity));--btn-bg:#de1a17;--line-color:#de1a17}.b-feature.has-charcoal-background-color,.b-feature.has-white-background-color{--btn-bg:#de1a17;--line-color:#de1a17}.b-feature:not(.has-background){--tw-bg-opacity:1;background-color:rgba(222,26,23,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.b-feature:not(.has-background) .b-feature__content h2{color:inherit}.b-hero{--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.b-map{border-style:none;overflow:hidden}.b-map,.b-map iframe{width:100%}.b-products{max-width:100vw;padding:var(--s0);--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.b-products__title{margin-top:0}.b-products__carousel{--f-button-color:#fff;--f-button-svg-stroke-width:2.5;--f-button-prev-pos:24px;--f-button-next-pos:24px;--f-button-hover-bg:#3cc2d6;--f-button-hover-color:#fff;--f-carousel-dot-width:16px;--f-carousel-dot-height:16px;--f-carousel-slide-padding:24px;margin-bottom:0!important;margin-left:-1.5rem;margin-right:-1.5rem}.b-products__slide{display:flex;padding:1.5rem;width:100%}.f-button{height:3.75rem;width:3.75rem;--tw-bg-opacity:1;background-color:rgba(161,161,170,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));top:auto!important;transform:none!important}.f-carousel__nav{height:3.75rem;margin-left:1.5rem;margin-right:1.5rem}.f-carousel__dots{display:none}.b-product{display:block;-webkit-text-decoration-line:none;text-decoration-line:none;transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.b-product__image{align-items:center;aspect-ratio:1/1;display:flex;justify-content:center;margin-bottom:.75rem;object-fit:contain;width:100%}.b-product__name{font-size:1rem;font-weight:500;line-height:1.5rem}.b-product:focus,.b-product:hover{--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity))}.b-product:focus-visible{outline-offset:4px}.f-button:focus-visible{outline-color:#27272a;outline-offset:0;outline-style:solid;outline-width:4px;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.b-slide{--filter:none;--bg-color:#18181b;--btn-outline:#fff;position:relative}.b-slide__cover{aspect-ratio:16/9;overflow:hidden;position:relative;width:100%;--tw-bg-opacity:1;background-color:rgba(9,9,11,var(--tw-bg-opacity))}.b-slide__image{bottom:0;filter:var(--filter);height:100%;left:0;object-fit:cover;position:absolute;right:0;top:0;width:100%}.b-slide__inner{background-color:var(--bg-color);padding:var(--s0)}.b-slide__heading{color:inherit;font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,2.5rem + 2 * (100vw - 40rem)/24,4.5rem);font-weight:400;line-height:.9;margin-bottom:.5rem;text-wrap:balance}.b-slide__body{padding-top:1.5rem;position:relative}.b-slide__body:before{left:0;position:absolute;top:0;--tw-content:"";content:var(--tw-content);height:.5rem;width:25%;--tw-bg-opacity:1;background-color:rgba(222,26,23,var(--tw-bg-opacity))}.b-slide__summary{grid-area:summary}.b-slide__summary strong{font-family:IBM Plex Sans Condensed,serif;font-weight:700;letter-spacing:.05em;margin-right:.25rem;padding-left:.25rem;padding-right:.25rem;text-transform:uppercase;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.b-slide__action{grid-area:action}.b-slide__button{display:inline-flex;height:3.75rem;margin-bottom:1.5rem;margin-top:1.5rem;--tw-bg-opacity:1;background-color:rgba(222,26,23,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.b-slide__label{flex:1 1 0%;font-family:IBM Plex Sans Condensed,serif;font-size:1.0625rem;font-weight:600;letter-spacing:.05em;line-height:1.25;padding-left:1.5rem;padding-right:1.5rem;text-transform:uppercase}.b-slide__label,.b-slide__tip{align-items:center;display:flex}.b-slide__tip{background-color:rgba(180,21,19,.3);justify-content:center;width:5rem}.b-slide__icon{--tw-rotate:-90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));fill:#fff}.b-slide__fine-print{font-size:.875rem;font-style:italic;grid-area:disclaimer;line-height:1.25rem}.b-slide__button:focus,.b-slide__button:hover{outline-color:var(--btn-outline)}.b-slide__image.is-top-left{object-position:left top}.b-slide__image.is-top{object-position:top}.b-slide__image.is-top-right{object-position:right top}.b-slide__image.is-left{object-position:left}.b-slide__image.is-center{object-position:center}.b-slide__image.is-right{object-position:right}.b-slide__image.is-bottom-left{object-position:left bottom}.b-slide__image.is-bottom{object-position:bottom}.b-slide__image.is-bottom-right{object-position:right bottom}.b-slide.has-smoke .b-slide__cover:before{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1;--tw-content:"";background-image:linear-gradient(to right,var(--tw-gradient-stops));content:var(--tw-content);--tw-gradient-from:#09090b var(--tw-gradient-from-position);--tw-gradient-to:rgba(9,9,11,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to-position:75%;opacity:.8}@supports (color:rgb(0 0 0/0)){.b-slide.has-smoke .b-slide__cover:before{--tw-gradient-stops:var(--tw-gradient-from),rgba(9,9,11,.75) var(--tw-gradient-via-position),var(--tw-gradient-to);--tw-gradient-to:rgba(9,9,11,0) var(--tw-gradient-to-position)}}.b-slide.has-duotone-gray-black{--filter:url(#wp-duotone-gray-black);--bg-color:#18181b}.b-slide.has-duotone-red-gray{--filter:url(#wp-duotone-red-gray);--bg-color:#610b0a}.b-slide.has-duotone-aqua{--filter:url(#wp-duotone-aqua);--bg-color:#124e57}.b-slide.has-duotone-amber{--filter:url(#wp-duotone-amber);--bg-color:#552d05}.b-slide.has-duotone-olive{--filter:url(#wp-duotone-olive);--bg-color:#292816}.b-subscribe{align-items:center;display:flex;padding:var(--s0);--tw-bg-opacity:1;background-color:rgba(63,63,70,var(--tw-bg-opacity));background-size:cover;--tw-text-opacity:1;background-image:url(/wp-content/themes/yorkbarbell/public/images/bg-subscribe.72608c5cdff305e8.jpg);color:rgba(255,255,255,var(--tw-text-opacity))}.b-subscribe__wrap{padding-bottom:var(--s-1);padding-top:var(--s-1);width:100%}.b-subscribe__title{margin-top:0;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));text-wrap:balance}.b-subscribe__form{gap:1.5rem;padding-bottom:var(--s-3);padding-top:var(--s-3);--width:210px}.b-subscribe__row{display:flex;flex-direction:column;gap:.5rem;justify-content:flex-end;width:100%}.b-subscribe__row:last-child{padding-top:1rem}.b-subscribe__label{font-family:IBM Plex Sans Condensed,serif;font-size:.875rem;font-weight:500;letter-spacing:.05em;line-height:1.25rem;text-transform:uppercase;--tw-text-opacity:1;color:rgba(228,228,231,var(--tw-text-opacity))}.b-subscribe__field{align-items:center;border-radius:0;border-width:0;display:flex;height:3.75rem;width:100%;--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity))}.b-subscribe__button{--btn-bg:#5ecddd;--btn-text:#18181b}.b-subscribe__field:focus{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.b-subscribe__field:focus-visible{outline-color:#3cc2d6;outline-offset:2px}.b-subscribe__button:focus{--btn-bg:#e5312e}.b-subscribe__button:focus-visible{outline-color:#fff;outline-offset:2px}.p-clearance-card .c-card__image{object-fit:contain}.p-clearance-card .c-card__excerpt{margin-bottom:.25rem}.p-key{border-collapse:initial;border-spacing:0 8px;width:max(200px,min(75vw,720px))}.p-key__title{font-family:IBM Plex Sans Condensed,serif;font-size:.875rem;font-weight:700;letter-spacing:.05em;line-height:1.25rem;padding-left:1rem;padding-right:1rem;text-align:left;text-transform:uppercase;text-wrap:nowrap}.p-key__row{vertical-align:top}.p-key__cell{font-size:.875rem;line-height:1.25;padding:.5rem 1rem}.p-key__cell--name{white-space:nowrap}.p-key__cell--description{text-wrap:balance;width:100%}.p-key__row.is-current{outline-color:#000;outline-style:solid;outline-width:3px}.p-key__row:first-child .p-key__cell--name{--tw-bg-opacity:1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.p-key__row:nth-child(2) .p-key__cell--name{--tw-bg-opacity:1;background-color:rgba(217,249,157,var(--tw-bg-opacity))}.p-key__row:nth-child(3) .p-key__cell--name{--tw-bg-opacity:1;background-color:rgba(254,240,138,var(--tw-bg-opacity))}.p-key__row:nth-child(4) .p-key__cell--name{--tw-bg-opacity:1;background-color:rgba(253,186,116,var(--tw-bg-opacity))}.p-key__row:nth-child(5) .p-key__cell--name{--tw-bg-opacity:1;background-color:rgba(242,132,130,var(--tw-bg-opacity))}.l-sidebar .p-key{padding-bottom:var(--s2);padding-left:var(--s0);padding-right:var(--s0);padding-top:0;width:100%}.l-sidebar .p-key__cell--description{text-wrap:pretty}.p-filters__title{font-family:IBM Plex Sans Condensed,serif;font-size:1rem;font-weight:600;letter-spacing:.05em;line-height:1.5rem;margin-bottom:.5rem;text-transform:uppercase;--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity))}.p-filters__content{margin-bottom:1.5rem}.p-filters__content .facetwp-facet{margin-bottom:0}.p-filters__content .facetwp-depth{margin-left:1.375rem}.p-filters__content .facetwp-checkbox{background-position:0 .5rem;font-size:1rem;line-height:1.5rem;padding-bottom:.125rem;padding-top:.125rem}.p-filters__content .facetwp-toggle{border-width:1px;padding:.25rem .625rem;--tw-border-opacity:1;border-color:rgba(113,113,122,var(--tw-border-opacity));font-size:.75rem;font-weight:400;line-height:1rem;--tw-text-opacity:1;border-radius:.25rem;color:rgba(113,113,122,var(--tw-text-opacity));font-family:IBM Plex Sans Condensed,serif;letter-spacing:.05em;text-transform:uppercase}.p-filters__content .facetwp-toggle:not(.facetwp-hidden){display:inline-block;margin-top:.25rem}.p-filters__content .facetwp-toggle:focus,.p-filters__content .facetwp-toggle:hover{--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.p-filters__content .facetwp-type-slider{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.p-filters__content .facetwp-slider-wrap{padding-bottom:.5rem;width:100%}.p-filters__content .facetwp-slider-label{font-size:1rem;line-height:1.5rem}.p-filters__content .noUi-handle{cursor:-webkit-grab;cursor:grab}.p-filters__content .noUi-handle.noUi-active{cursor:-webkit-grabbing;cursor:grabbing}.p-filters__content .facetwp-slider-reset{--tw-bg-opacity:1;background-color:rgba(63,63,70,var(--tw-bg-opacity));--tw-text-opacity:1;border-width:0;color:rgba(255,255,255,var(--tw-text-opacity));font-family:IBM Plex Sans Condensed,serif;font-size:.75rem;font-weight:700;letter-spacing:.05em;line-height:1rem;text-transform:uppercase;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.l-app{display:grid;grid-template-areas:"header" "body" "footer";grid-template-rows:auto 1fr auto;margin:0 auto;max-width:var(--max-layout-width);min-height:100vh;min-width:320px}.l-app__header{grid-area:header}.l-app__body{grid-area:body}.l-app__footer{grid-area:footer}.l-app:has(.l-announcement.is-loaded:not(.is-dismissed)){margin-bottom:9rem}.l-header{--cell-width:80px;--cell-height:60px;--logo-width:320px;--dk-step-1:#1f1f2b;--dk-step-2:#3b3d3f;--dk-step-3:#535356;--dk-step-4:#69696b;--shadow-opacity:0.5;--shop-button-width:max(128px,min(11vw,172px));background-color:var(--dk-step-1);display:grid;position:relative;z-index:20;--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);--tw-shadow-color:rgba(0,0,0,.1);--tw-shadow:var(--tw-shadow-colored);grid-template-columns:auto repeat(3,var(--cell-width));grid-template-rows:60px auto 120px auto}.l-header__brand{background-color:var(--dk-step-1);grid-row:3}.l-header__banner,.l-header__brand{align-items:center;display:flex;grid-column:1/-1;justify-content:center}.l-header__banner{height:3.75rem;--tw-bg-opacity:1;background-color:rgba(212,212,216,var(--tw-bg-opacity));background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from:#d4d4d8 var(--tw-gradient-from-position);--tw-gradient-to:hsla(240,5%,84%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-from-position:25%;grid-row:1}@supports (color:rgb(0 0 0/0)){.l-header__banner{--tw-gradient-to:hsla(240,5%,65%,.25) var(--tw-gradient-to-position)}}.l-header__nav{background-color:var(--dk-step-1);grid-column:1/-1;grid-row:2;padding-top:3.75rem;position:relative}.l-header__shop{grid-column:1/-1;grid-row:4}.l-body{display:grid;height:100%;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));grid-template-areas:"masthead" "subnav" "content" "sidebar";grid-template-rows:auto auto 1fr auto}.l-body__masthead{grid-area:masthead}.l-body__subnav{grid-area:subnav}.l-body__content{grid-area:content;padding:var(--s0)}.l-body__content,.l-body__sidebar{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.l-body__sidebar{grid-area:sidebar}.l-footer{position:relative;--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.l-footer:after{display:block;height:1.5rem;--tw-content:"";content:var(--tw-content);--tw-bg-opacity:1;background-color:rgba(222,26,23,var(--tw-bg-opacity));background-image:linear-gradient(to left,var(--tw-gradient-stops));--tw-gradient-from:#e5312e var(--tw-gradient-from-position);--tw-gradient-to:rgba(229,49,46,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#de1a17 var(--tw-gradient-to-position);--tw-gradient-from-position:25%;grid-area:spacer}.l-footer__wrap{display:grid;grid-template-areas:"nav" "contact" "legal" "spacer";grid-template-rows:1fr auto;margin-left:auto;margin-right:auto;max-width:2240px}.l-footer__nav{grid-area:nav;padding:var(--s0);padding-top:var(--s2)}.l-footer__contact,.l-footer__nav{--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.l-footer__contact{grid-area:contact;padding:var(--s0)}.l-footer__legal{display:flex;--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity));grid-area:legal}.l-announcement{bottom:0;height:0;left:0;opacity:0;position:fixed;right:0;z-index:1000}.l-announcement__wrap{align-items:center;display:flex;justify-content:space-between;padding:var(--s-0);--tw-bg-opacity:1;background-color:rgba(245,157,69,var(--tw-bg-opacity));--tw-text-opacity:1;box-shadow:0 0 2.5rem rgba(0,0,0,.3);color:rgba(24,24,27,var(--tw-text-opacity));min-height:9rem}.l-announcement__message{flex:1 1 0%;font-weight:500;margin-right:2rem;max-width:96ch}.l-announcement.is-loaded{height:auto;opacity:1;transition-delay:.3s;transition-duration:.3s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.l-announcement.is-dismissed{display:none}.l-banner{display:flex;height:var(--cell-height);overflow:hidden;width:100%}.l-banner__carousel{flex:1 1 0%;margin-right:-1.25rem;transition-duration:.5s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.l-banner__slide{--shadow-opacity:0;align-items:center;display:flex;gap:.875rem;height:var(--cell-height);padding-left:1.5rem;position:relative}.l-banner__icon{margin-left:.25rem;width:1.5rem;fill:#de1a17}.l-banner__message{flex:1 1 0%;font-family:IBM Plex Sans Condensed,serif;font-size:.8125rem;font-weight:500;letter-spacing:.05em;line-height:1.125;text-transform:uppercase;text-wrap:pretty;--tw-text-opacity:1;color:rgba(63,63,70,var(--tw-text-opacity))}.l-banner__button{align-items:center;cursor:pointer;display:flex;justify-content:center;position:relative;width:var(--cell-width)}.l-banner__advance{width:.75rem}.l-banner__carousel.is-shifting{transition-property:none}a.l-banner__slide:focus,a.l-banner__slide:hover{--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(39,39,42,var(--tw-text-opacity))}.l-banner__slide:focus-visible{outline-offset:-8px;outline-width:3px}.l-banner__button:focus-visible{outline-offset:-8px;outline-width:3px}.l-banner__button:focus,.l-banner__button:hover{--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(39,39,42,var(--tw-text-opacity))}.l-brand{align-items:center;display:flex;justify-content:center;width:100%}.l-brand__logo{display:block;margin-left:auto;margin-right:auto;max-width:240px;pointer-events:none}.l-brand__link:focus-visible{outline-color:#fff;outline-offset:8px}.l-menu{--shadow-opacity:0.4;background-color:var(--dk-step-1);height:0}.l-menu__trigger{align-items:center;background-color:inherit;cursor:pointer;display:flex;height:3.75rem;justify-content:center;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:5rem;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.l-menu__panel{height:0;overflow:hidden}.l-menu__list{background-image:linear-gradient(to top,var(--tw-gradient-stops));display:flex;flex-direction:column;height:100%;margin-top:1px;padding-bottom:1rem;padding-top:1rem;--tw-gradient-from:rgba(9,9,11,.5) var(--tw-gradient-from-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:rgba(9,9,11,0) var(--tw-gradient-to-position);--tw-gradient-to-position:10%}.l-menu__item{flex:1 1 auto;height:100%;margin-top:-1px;padding-left:1rem;padding-right:1rem}.l-menu__link{display:block;font-family:IBM Plex Sans Condensed,serif;font-size:1rem;font-weight:500;letter-spacing:.05em;line-height:1.5rem;padding:1.125rem 1rem;position:relative;text-transform:uppercase;--tw-text-opacity:1;color:rgba(236,67,65,var(--tw-text-opacity))}.l-menu__link:before{display:block;height:1px;left:1rem;position:absolute;right:1rem;top:0;--tw-content:"";content:var(--tw-content);--tw-bg-opacity:1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.l-menu__item:first-child .l-menu__link:before{display:none}.l-menu__trigger:hover{--tw-bg-opacity:1;background-color:rgba(229,49,46,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity))}.l-menu__trigger:focus-visible{outline-color:#fff;outline-offset:-8px;outline-width:3px}.l-menu__link:hover{position:relative;z-index:1;--tw-bg-opacity:1;background-color:rgba(229,49,46,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity))}.l-menu__link:hover:before{display:none!important}.l-menu__link:focus-visible{outline-color:#fff;outline-offset:-8px;outline-width:3px;position:relative;z-index:1}.l-menu__link:focus-visible:hover{outline-color:#18181b}.l-menu__link:focus-visible:before{display:none!important}.l-menu__link:focus-visible:not(:hover){--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.l-menu.is-expanded{height:auto}.l-menu.is-expanded .l-menu__trigger{background-color:initial;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.l-menu.is-expanded .l-menu__burger .c-burger__top-bun{--tw-translate-y:0px;--tw-rotate:45deg}.l-menu.is-expanded .l-menu__burger .c-burger__bottom-bun,.l-menu.is-expanded .l-menu__burger .c-burger__top-bun{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.l-menu.is-expanded .l-menu__burger .c-burger__bottom-bun{--tw-translate-y:0px;--tw-rotate:-45deg}.l-menu.is-expanded .l-menu__burger .c-burger__patty{opacity:0;transition-delay:0s;transition-duration:calc(var(--duration)/3)}.l-menu.is-expanded .l-menu__panel{height:auto}.l-menu__item.is-active .l-menu__link{--tw-text-opacity:1;color:rgba(212,212,216,var(--tw-text-opacity))}.l-menu__item.is-active .l-menu__link:focus,.l-menu__item.is-active .l-menu__link:hover{--tw-bg-opacity:1;background-color:rgba(229,49,46,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity))}.l-menu__item--shop{display:none}.l-search{--shadow-opacity:0.25;background-color:var(--dk-step-2);height:0;--tw-text-opacity:1;color:rgba(244,244,245,var(--tw-text-opacity))}.l-search__trigger{align-items:center;background-color:inherit;color:inherit;cursor:pointer;display:flex;height:3.75rem;justify-content:center;position:absolute;right:10rem;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:5rem}.l-search__icon{width:1.375rem;fill:currentColor}.l-search__burger{display:none}.l-search__panel{height:0;overflow:hidden}.l-search__form{padding:1rem}.l-search .c-search-form__field{padding-left:.875rem;padding-right:.875rem;--tw-text-opacity:1;color:rgba(39,39,42,var(--tw-text-opacity))}.l-search .c-search-form__button,.l-search .c-search-form__field{align-items:center;border-radius:0;border-style:none;display:flex;height:3.75rem}.l-search .c-search-form__button{justify-content:center;margin-left:0;padding-left:.75rem;padding-right:.75rem;width:4rem}.l-search__trigger:hover{--tw-bg-opacity:1;background-color:rgba(229,49,46,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity))}.l-search .c-search-form__button:focus-visible,.l-search__trigger:focus-visible{outline-color:#fff;outline-offset:-8px;outline-width:3px}.l-search.is-expanded{height:auto}.l-search.is-expanded .l-search__trigger{background-color:inherit;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.l-search.is-expanded .l-search__icon{display:none}.l-search.is-expanded .l-search__burger{display:flex}.l-search.is-expanded .l-search__panel{height:auto}.l-cart{--shadow-opacity:0.167;background-color:var(--dk-step-3);height:0;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.l-cart__trigger{background-color:inherit;cursor:pointer;height:3.75rem;position:absolute;right:5rem;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:5rem;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.l-cart__symbol,.l-cart__trigger{align-items:center;display:flex;justify-content:center}.l-cart__symbol{height:1.5rem;position:relative;width:1.5rem}.l-cart__icon{width:1.5rem;fill:currentColor}.l-cart__count{font-family:IBM Plex Sans Condensed,serif;font-size:.75rem;font-weight:600;left:50%;letter-spacing:.05em;line-height:1rem;margin-left:-7px;margin-top:-13px;position:absolute;text-align:center;text-transform:uppercase;top:50%;width:1.5rem}.l-cart__burger{display:none}.l-cart__panel{background-color:inherit;height:0;overflow:hidden;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));font-size:1rem;line-height:1.5rem}.l-cart__info{align-items:center;column-gap:1rem;display:flex;flex-wrap:wrap;justify-content:space-between;margin-left:.125rem;min-height:92px;padding:1rem 1rem 1rem 1.5rem;row-gap:.5rem}.l-cart__button{--btn-bg:#fff;--btn-text:#18181b;--hover-fill:#5ecddd;border-radius:0;font-family:IBM Plex Sans Condensed,serif;font-size:.875rem;letter-spacing:.05em;line-height:1.25rem;padding-left:1.5rem;padding-right:1.5rem;text-transform:uppercase}.l-cart__trigger:hover{--tw-bg-opacity:1;background-color:rgba(229,49,46,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity))}.l-cart__trigger:focus-visible{outline-color:#fff;outline-offset:-8px;outline-width:3px}.l-cart__trigger:focus-visible:hover{outline-color:#18181b}.l-cart__button:focus-visible{outline-color:#fff}.l-cart.is-expanded{height:auto}.l-cart.is-expanded .l-cart__trigger{background-color:inherit;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.l-cart.is-expanded .l-cart__count,.l-cart.is-expanded .l-cart__icon{display:none}.l-cart.is-expanded .l-cart__burger{display:flex}.l-cart.is-expanded .l-cart__panel{height:auto}.l-account{--shadow-opacity:0.125;background-color:var(--dk-step-4);height:0}.l-account,.l-account__trigger{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.l-account__trigger{align-items:center;background-color:inherit;cursor:pointer;display:flex;height:3.75rem;justify-content:center;position:absolute;right:0;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:5rem}.l-cart__label{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.l-account__icon{width:1.5rem;fill:currentColor}.l-account__burger{display:none}.l-account__panel{background-color:inherit;height:0;overflow:hidden;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.l-account__list{margin-top:1px;padding-bottom:1rem;padding-top:1rem}.l-account__item{margin-top:-1px;padding-left:1rem;padding-right:1rem}.l-account__link{display:flex;font-size:1rem;line-height:1.5rem;padding:1.125rem 1rem;position:relative}.l-account__item:not(:first-child) .l-account__link:before{display:block;height:1px;left:1rem;position:absolute;right:1rem;top:0;--tw-content:"";content:var(--tw-content);--tw-bg-opacity:1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.l-account__text{flex:1 1 0%}.l-account__icon2{margin-right:-.125rem;width:1.375rem;fill:hsla(0,0%,100%,.75)}.l-account__icon2--account,.l-account__icon2--logout{width:1.5rem}.l-account__trigger:hover{--tw-bg-opacity:1;background-color:rgba(229,49,46,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity))}.l-account__trigger:focus-visible{outline-color:#fff;outline-offset:-8px;outline-width:3px}.l-account__trigger:focus-visible:hover{outline-color:#18181b}.l-account__link:focus,.l-account__link:hover{position:relative;z-index:1;--tw-bg-opacity:1;background-color:rgba(94,205,221,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity))}.l-account__link:focus:before,.l-account__link:hover:before{display:none!important}.l-account__link:focus .l-account__icon2,.l-account__link:hover .l-account__icon2{fill:#18181b}.l-account__link:focus-visible{outline-color:#fff;outline-offset:-3px;outline-width:3px;position:relative;z-index:1}.l-account.is-expanded{height:auto}.l-account.is-expanded .l-account__trigger{background-color:inherit;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.l-account.is-expanded .l-account__icon{display:none}.l-account.is-expanded .l-account__burger{display:flex}.l-account.is-expanded .l-account__panel{height:auto}.l-shop{--inner-width:1340px;--shadow-opacity:0;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from:#e5312e var(--tw-gradient-from-position);--tw-gradient-to:rgba(229,49,46,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#de1a17 var(--tw-gradient-to-position);overflow:hidden}.l-shop__trigger{align-items:stretch;cursor:pointer;display:flex;height:3.75rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.l-shop__label{flex:1 1 0%;font-family:IBM Plex Sans Condensed,serif;font-size:1.0625rem;font-weight:500;letter-spacing:.05em;line-height:1.25;padding-left:1.75rem;text-transform:uppercase}.l-shop__label,.l-shop__tip{align-items:center;display:flex}.l-shop__tip{justify-content:center;width:5rem;--tw-bg-opacity:1;background-color:rgba(229,49,46,var(--tw-bg-opacity));--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);--tw-shadow-color:#b41513;--tw-shadow:var(--tw-shadow-colored)}.l-shop__icon{fill:currentColor}.l-shop__panel{max-height:0;overflow:hidden}.l-shop__inner{margin-left:auto;margin-right:auto;max-width:var(--inner-width)}.l-shop__featured{padding:1.75rem}.l-shop__features{display:flex;flex-direction:column;gap:1.5rem}.l-shop__feature-link{display:block;font-family:Bebas Neue,sans-serif;font-size:1.5rem;font-weight:400;letter-spacing:.025em;line-height:1;padding:.5rem .75rem .375rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.l-shop__catalog{padding-bottom:var(--s0);padding-left:1.75rem;padding-right:1.75rem;padding-top:var(--s-0);--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.l-shop__grid{--max-per-row:5;--width:180px}.l-shop__category-link{border-bottom-width:2px;display:block;font-family:Bebas Neue,sans-serif;font-size:1.5rem;letter-spacing:.025em;line-height:1;margin:.75rem -.125rem .375rem;padding-bottom:.5rem;padding-left:.125rem;padding-right:1rem;position:relative;text-wrap:balance;--tw-border-opacity:1;border-color:rgba(63,63,70,var(--tw-border-opacity));--tw-text-opacity:1;color:rgba(39,39,42,var(--tw-text-opacity))}.l-shop__arrow{height:.875rem;margin-top:1px;position:absolute;right:0;top:0;width:.875rem;fill:currentColor}.l-shop__item{font-family:IBM Plex Sans Condensed,serif;font-size:.875rem;font-weight:500;letter-spacing:.05em;line-height:1.25rem;text-transform:uppercase;--tw-text-opacity:1;color:rgba(63,63,70,var(--tw-text-opacity))}.l-shop__link{display:block;margin-left:-.25rem;margin-right:-.25rem;padding:.375rem .25rem}.l-shop__item--more{font-style:italic}.l-shop__trigger:focus-visible{box-shadow:0 -4px #fff;outline-color:#fff;outline-offset:-8px;outline-width:3px}.l-shop.is-expanded .l-shop__trigger:focus-visible,.l-shop__trigger:focus-visible:hover{outline-color:#18181b}.l-shop__feature-link:focus,.l-shop__feature-link:hover{--tw-bg-opacity:1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.l-shop__feature-link:focus-visible{--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity));box-shadow:4px 4px #fff,-4px 4px #fff,4px -4px #fff,-4px -4px #fff;outline-offset:3px;outline-width:3px}.l-shop__category-link:focus,.l-shop__category-link:hover{--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity));--tw-border-opacity:1;border-color:rgba(222,26,23,var(--tw-border-opacity))}.l-shop__category:has(.l-shop__link:hover,.l-shop__link:focus) .l-shop__category-link{--tw-border-opacity:1;border-color:rgba(222,26,23,var(--tw-border-opacity))}.l-shop__category-link:focus-visible{outline-color:#de1a17;outline-offset:3px;outline-width:2px}.l-shop__link:focus,.l-shop__link:hover{--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity))}.l-shop__link:focus-visible{outline-color:#de1a17;outline-offset:1px;outline-width:2px}.l-shop.is-expanded .l-shop__icon{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.l-shop.is-expanded .l-shop__panel{max-height:none}.l-masthead{align-items:flex-end;aspect-ratio:5/2;display:flex;position:relative;--tw-bg-opacity:1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.l-masthead__wrap{padding:var(--s0);width:100%}.l-masthead__title{margin-bottom:0;margin-left:auto;margin-right:auto;position:relative;z-index:1;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));line-height:.9;max-width:var(--wide-content-width);text-wrap:balance}.l-masthead__cover,.l-masthead__image{bottom:0;left:0;position:absolute;right:0;top:0}.l-masthead__image{filter:url(#wp-duotone-gray-black);height:100%;object-fit:cover;width:100%}.l-subnav{position:relative;z-index:1}.l-subnav__trigger{align-items:center;background-image:linear-gradient(to bottom,var(--tw-gradient-stops));display:flex;height:3.75rem;justify-content:center;position:absolute;right:0;top:0;width:5rem;--tw-gradient-from:rgba(0,0,0,.1) var(--tw-gradient-from-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:transparent var(--tw-gradient-to-position);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.l-subnav__panel{height:0;overflow:hidden;--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.l-subnav__list{margin-top:1px;padding-bottom:1rem;padding-top:1rem}.l-subnav__item{margin-top:-1px;padding-left:1rem;padding-right:1rem}.l-subnav__link{display:block;font-size:1rem;line-height:1.5rem;padding:1.125rem .75rem;position:relative}.l-subnav__item:not(:first-child) .l-subnav__link:before{display:block;height:1px;left:.75rem;position:absolute;right:.75rem;top:0;--tw-content:"";content:var(--tw-content);--tw-bg-opacity:1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.l-subnav__item--top{font-family:IBM Plex Sans,serif;font-size:1rem;line-height:1.5rem;margin-top:-1px;--tw-text-opacity:1;color:rgba(39,39,42,var(--tw-text-opacity))}.l-subnav__link--top{font-family:IBM Plex Sans Condensed,serif;font-weight:600;letter-spacing:.05em;margin-right:5rem;text-transform:uppercase}.l-subnav__link--top,.l-subnav__trigger:hover{--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.l-subnav__trigger:hover{--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity))}.l-subnav__trigger:focus-visible{outline-offset:-4px}.l-subnav__link:focus,.l-subnav__link:hover{position:relative;z-index:1;--tw-bg-opacity:1;background-color:rgba(94,205,221,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity))}.l-subnav__link:focus:before,.l-subnav__link:hover:before{display:none!important}.l-subnav__link:focus-visible{outline-offset:-4px;position:relative;z-index:1}.l-subnav.is-expanded .l-subnav__burger .c-burger__top-bun{--tw-translate-y:0px;--tw-rotate:45deg}.l-subnav.is-expanded .l-subnav__burger .c-burger__bottom-bun,.l-subnav.is-expanded .l-subnav__burger .c-burger__top-bun{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.l-subnav.is-expanded .l-subnav__burger .c-burger__bottom-bun{--tw-translate-y:0px;--tw-rotate:-45deg}.l-subnav.is-expanded .l-subnav__burger .c-burger__patty{opacity:0;transition-delay:0s;transition-duration:calc(var(--duration)/3)}.l-subnav.is-expanded .l-subnav__panel{height:auto}.l-content{outline:2px solid transparent!important;outline-offset:2px!important}.l-content__body{display:flow-root;margin-left:auto;margin-right:auto;max-width:var(--wide-content-width)}.l-content__body>p:first-child{margin-top:0}.l-content__body p:empty{display:none}body:not(.t-wide) .l-content__body>:not([class*=" align"]):not([class^=align]):not([class*=" o-align"]):not([class^=o-align]){margin-left:auto;margin-right:auto;max-width:calc(var(--fs-p)*46.5)}.l-nav__list--parent{display:flex;flex-direction:column;gap:2rem}.l-nav__link--parent{display:block;font-size:var(--fs-h3);line-height:var(--lh-h3);--tw-text-opacity:1;color:rgba(228,228,231,var(--tw-text-opacity))}.l-nav__list--child{margin-top:1.5rem}.l-nav__item--child{margin-bottom:.625rem}.l-nav__link--child{display:block;font-size:1rem;line-height:1.5rem;line-height:1.25;--tw-text-opacity:1;color:rgba(228,228,231,var(--tw-text-opacity))}.l-nav__link--parent:focus,.l-nav__link--parent:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.l-nav__link--parent:focus-visible{outline-color:#fff;outline-offset:2px;outline-width:2px}.l-nav__link--child:focus,.l-nav__link--child:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));-webkit-text-decoration-color:#d4d4d8;text-decoration-color:#d4d4d8;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-underline-offset:2px}.l-nav__link--child:focus-visible{outline-color:#fff;outline-offset:2px;outline-width:2px;-webkit-text-decoration-line:none;text-decoration-line:none}.l-contact{padding-top:.375rem;--tw-text-opacity:1;color:rgba(228,228,231,var(--tw-text-opacity))}.l-contact__logo{margin-bottom:var(--s-0);max-width:100%;width:15rem}.l-contact__logo *{fill:#71717a}.l-contact__info{display:flex;flex-direction:column;font-size:1rem;gap:1.5rem;line-height:1.5rem;line-height:1.625;margin-bottom:1rem}.l-contact__info .c-contact-info__name{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(229,49,46,var(--tw-text-opacity))}.l-contact__info .c-contact-info__sep{margin-left:.25rem;margin-right:.25rem;opacity:.75}.l-contact__info .c-contact-info__link:focus,.l-contact__info .c-contact-info__link:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));-webkit-text-decoration-color:#d4d4d8;text-decoration-color:#d4d4d8;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-underline-offset:2px}.l-contact__info .c-contact-info__link:focus-visible{outline-color:#fff;outline-offset:2px;outline-width:2px;-webkit-text-decoration-line:none;text-decoration-line:none}.l-legal{font-family:IBM Plex Sans Condensed,serif;font-size:.6875rem;letter-spacing:.05em;line-height:1.25;min-width:var(--sidebar-width);padding-bottom:1rem;padding-top:1rem;text-transform:uppercase;--tw-text-opacity:1;color:rgba(113,113,122,var(--tw-text-opacity))}.t-wide .l-body{grid-template-columns:100%}.t-wide .l-body:before{display:none}body.page .l-content__body{max-width:var(--content-width);padding-bottom:var(--s1)}body.single-post .c-page-header__title{font-size:clamp(4.5rem,4.5rem + 1.125 * (100vw - 40rem)/24,5.625rem);line-height:.9}body.single-post .l-content__body{max-width:var(--content-width);padding-bottom:var(--s1)}body.post-type-archive-clearance{--wide-content-width:1600px}body.post-type-archive-clearance .l-body__sidebar{margin-right:0!important}body.post-type-archive-clearance .p-key__title{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}body.post-type-archive-clearance .c-cards{max-width:var(--wide-content-width)!important}.v-clearance__intro{margin-bottom:var(--s0);margin-left:0!important;max-width:75ch;text-wrap:pretty}.v-clearance__key-link{--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity))}.v-clearance__key-link:focus,.v-clearance__key-link:hover{--tw-text-opacity:1;color:rgba(38,162,180,var(--tw-text-opacity))}body.single-clearance .c-page-header__title{font-size:clamp(2.625rem,2.625rem + 1.125 * (100vw - 30rem)/27.5,3.75rem);line-height:.9;text-wrap:balance}body.single-clearance .v-clearance__media{display:inline-block}body.single-clearance .v-clearance__image-link{-webkit-text-decoration-line:none;text-decoration-line:none}body.single-clearance .v-clearance__image-link:has(.v-clearance__image-caption){padding-bottom:var(--s-2)}body.single-clearance .v-clearance__image{max-width:640px;width:100%}body.single-clearance .v-clearance__image-caption{margin-top:1.25rem;text-wrap:balance}body.single-clearance .v-clearance__price{margin-bottom:0;--tw-text-opacity:1;color:rgba(60,194,214,var(--tw-text-opacity));font-size:var(--fs-h3);font-weight:700;line-height:var(--lh-h3)}body.single-clearance .v-clearance__price+.v-clearance__condition{margin-top:0}body.single-clearance .v-clearance__condition{align-items:center;display:flex;font-size:var(--fs-h3);font-weight:700;gap:.75rem;line-height:var(--lh-h3)}body.single-clearance .v-clearance__help{align-items:center;display:inline-flex;font-size:1rem;height:1.33em;justify-content:center;line-height:1.5rem;margin-top:.125rem;width:1.33em;--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity));--tw-text-opacity:1;border-radius:9999px;color:rgba(255,255,255,var(--tw-text-opacity))}body.single-clearance .v-clearance__help:focus{--tw-bg-opacity:1;background-color:rgba(38,162,180,var(--tw-bg-opacity));outline-offset:3px;outline-width:3px}body.single-clearance .v-clearance__popover{padding:1rem 1.5rem;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-text-opacity:1;border-radius:.5rem;color:rgba(39,39,42,var(--tw-text-opacity));--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);--tw-shadow-color:rgba(0,0,0,.5);--tw-shadow:var(--tw-shadow-colored);max-height:100vh;overflow-y:auto}body.single-clearance .v-clearance__popover::-ms-backdrop{background-color:rgba(24,24,27,.5);--tw-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}body.single-clearance .v-clearance__popover::backdrop{background-color:rgba(24,24,27,.5);--tw-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}body.single-clearance .v-clearance__product{border-width:1px;display:inline-block;padding:1rem 1.5rem 1rem 1.25rem;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity));border-radius:.25rem}body.single-clearance .v-clearance__product-title{font-weight:700}body.single-clearance .v-clearance__product-link{--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity))}body.single-clearance .v-clearance__product-sku{font-family:IBM Plex Sans Condensed,serif;font-size:var(--fs-wp-sm);letter-spacing:.05em;line-height:var(--lh-wp-sm);margin-top:.25rem;text-transform:uppercase}body.single-clearance .v-clearance__disclaimer{font-size:var(--fs-wp-sm);font-style:italic;line-height:var(--lh-wp-sm);margin-bottom:var(--s0)}body.single-clearance .v-clearance__text .p-key__title{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}body.single-clearance .v-clearance__product:has(a):hover{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}body.single-clearance .v-clearance__product-link:focus,body.single-clearance .v-clearance__product-link:hover,body.single-clearance .v-clearance__product:has(a):hover .v-clearance__product-link{--tw-text-opacity:1;color:rgba(38,162,180,var(--tw-text-opacity))}body.search .c-page-header__title{font-size:clamp(3rem,3rem + 1 * (100vw - 40rem)/24,4rem);line-height:1}body.home .l-body{background-color:initial;background-image:none;display:block}body.home .l-body__content{background-color:initial;padding:0}body.home .l-content__body{max-width:none}.has-red-background-color{--default-fill:#de1a17;--default-text:#fff}.has-soft-red-background-color{--default-fill:#ea3734;--default-text:#27272a}.has-aqua-background-color{--default-fill:#3cc2d6;--default-text:#27272a}.has-amber-background-color{--default-fill:#f59d45;--default-text:#27272a}.has-olive-background-color{--default-fill:#6c6a39;--default-text:#fff}.has-black-background-color{--default-fill:#000;--default-text:#f4f4f5}.has-charcoal-background-color{--default-fill:#27272a;--default-text:#fff}.has-gray-background-color{--default-fill:#71717a;--default-text:#fff}.has-light-gray-background-color{--default-fill:#e4e4e7;--default-text:#27272a;--hover-fill:#d4d4d8;--hover-text:#27272a}.has-white-background-color{--default-fill:#fff;--default-text:#27272a}.has-background{background-color:var(--default-fill);color:var(--default-text)}.has-background a:not([class]){color:inherit;transition-property:none}.has-background a:not([class]):focus,.has-background a:not([class]):hover{background-color:var(--default-text);color:var(--default-fill);-webkit-text-decoration-line:none;text-decoration-line:none}.has-red-color{color:#de1a17}.has-soft-red-color{color:"#ea3734"}.has-aqua-color{color:#3cc2d6}.has-amber-color{color:#f59d45}.has-olive-color{color:#6c6a39}.has-black-color{color:#000}.has-charcoal-color{color:#27272a}.has-gray-color{color:#71717a}.has-light-gray-color{color:#e4e4e7}.has-white-color{color:#fff}.has-xlarge-font-size{font-size:1.5rem;line-height:2rem}.has-large-font-size{font-size:1.25rem;line-height:1.75rem}.has-small-font-size{font-size:var(--fs-wp-sm);line-height:var(--lh-wp-sm)}.has-text-align-left{text-align:left}.has-text-align-center{text-align:center}.has-text-align-right{text-align:right}.fancybox__container{top:var(--admin-bar-height)}.fancybox__backdrop{background-color:rgba(24,24,27,.9);--tw-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.fancybox__caption{font-family:IBM Plex Sans Condensed,serif;font-size:.75rem;letter-spacing:.05em;line-height:1rem;text-transform:uppercase}.gform_wrapper.gform_wrapper .gform_body .gform_fields .gfield .gfield_label{border-bottom-width:0}.gform_wrapper.gform_wrapper .gform_body .gform_fields .gfield .gfield_required{--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity))}.gform_wrapper.gform_wrapper .gform_footer .button,.gform_wrapper.gform_wrapper .gform_footer [type=button],.gform_wrapper.gform_wrapper .gform_footer [type=submit],.gform_wrapper.gform_wrapper .gform_page_footer .button,.gform_wrapper.gform_wrapper .gform_page_footer [type=button],.gform_wrapper.gform_wrapper .gform_page_footer [type=submit]{--btn-bg:var(--default-fill);--btn-text:var(--default-text);background-color:var(--btn-bg)!important;border-radius:.375rem;border-width:0;color:var(--btn-text)!important;display:inline-flex;font-weight:600;padding:.75rem 1.25rem;-webkit-text-decoration-line:none;text-decoration-line:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.gform_wrapper.gform_wrapper .gform_footer .button:focus,.gform_wrapper.gform_wrapper .gform_footer .button:hover,.gform_wrapper.gform_wrapper .gform_footer [type=button]:focus,.gform_wrapper.gform_wrapper .gform_footer [type=button]:hover,.gform_wrapper.gform_wrapper .gform_footer [type=submit]:focus,.gform_wrapper.gform_wrapper .gform_footer [type=submit]:hover,.gform_wrapper.gform_wrapper .gform_page_footer .button:focus,.gform_wrapper.gform_wrapper .gform_page_footer .button:hover,.gform_wrapper.gform_wrapper .gform_page_footer [type=button]:focus,.gform_wrapper.gform_wrapper .gform_page_footer [type=button]:hover,.gform_wrapper.gform_wrapper .gform_page_footer [type=submit]:focus,.gform_wrapper.gform_wrapper .gform_page_footer [type=submit]:hover{--btn-bg:var(--hover-fill);--btn-text:var(--hover-text)}.gform_wrapper.gform_wrapper .gform_footer .button:active,.gform_wrapper.gform_wrapper .gform_footer [type=button]:active,.gform_wrapper.gform_wrapper .gform_footer [type=submit]:active,.gform_wrapper.gform_wrapper .gform_page_footer .button:active,.gform_wrapper.gform_wrapper .gform_page_footer [type=button]:active,.gform_wrapper.gform_wrapper .gform_page_footer [type=submit]:active{--btn-bg:var(--active-fill);--btn-text:var(--active-text)}.gform_wrapper.gform_wrapper .gform_footer .button:focus-visible,.gform_wrapper.gform_wrapper .gform_footer [type=button]:focus-visible,.gform_wrapper.gform_wrapper .gform_footer [type=submit]:focus-visible,.gform_wrapper.gform_wrapper .gform_page_footer .button:focus-visible,.gform_wrapper.gform_wrapper .gform_page_footer [type=button]:focus-visible,.gform_wrapper.gform_wrapper .gform_page_footer [type=submit]:focus-visible{outline-color:var(--text-color)}.gform_wrapper.gform_wrapper .gform_footer .button,.gform_wrapper.gform_wrapper .gform_footer [type=button],.gform_wrapper.gform_wrapper .gform_footer [type=submit],.gform_wrapper.gform_wrapper .gform_page_footer .button,.gform_wrapper.gform_wrapper .gform_page_footer [type=button],.gform_wrapper.gform_wrapper .gform_page_footer [type=submit]{margin-bottom:0;margin-top:0;--tw-bg-opacity:1;background-color:rgba(222,26,23,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));cursor:pointer;justify-content:center;min-width:188px}.gform_wrapper.gform_wrapper .gform_footer .button:focus,.gform_wrapper.gform_wrapper .gform_footer .button:hover,.gform_wrapper.gform_wrapper .gform_footer [type=button]:focus,.gform_wrapper.gform_wrapper .gform_footer [type=button]:hover,.gform_wrapper.gform_wrapper .gform_footer [type=submit]:focus,.gform_wrapper.gform_wrapper .gform_footer [type=submit]:hover,.gform_wrapper.gform_wrapper .gform_page_footer .button:focus,.gform_wrapper.gform_wrapper .gform_page_footer .button:hover,.gform_wrapper.gform_wrapper .gform_page_footer [type=button]:focus,.gform_wrapper.gform_wrapper .gform_page_footer [type=button]:hover,.gform_wrapper.gform_wrapper .gform_page_footer [type=submit]:focus,.gform_wrapper.gform_wrapper .gform_page_footer [type=submit]:hover{--tw-bg-opacity:1;background-color:rgba(60,194,214,var(--tw-bg-opacity));outline:2px solid transparent;outline-offset:2px}.gform_wrapper.gform_wrapper .gform_validation_errors{border-width:0;margin-bottom:1.5rem;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);--tw-bg-opacity:1;background-color:rgba(222,26,23,var(--tw-bg-opacity))}.gform_wrapper.gform_wrapper .gform_validation_errors,.gform_wrapper.gform_wrapper .gform_validation_errors>h2{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.gform_wrapper.gform_wrapper .validation_message{background-color:initial;border-width:0;font-weight:700;padding:0}.gform_wrapper.gform_wrapper .gfield_error label,.gform_wrapper.gform_wrapper .gfield_error legend,.gform_wrapper.gform_wrapper .validation_message{--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity))}.gform_wrapper.gform_wrapper .gfield_error [type=email],.gform_wrapper.gform_wrapper .gfield_error [type=number],.gform_wrapper.gform_wrapper .gfield_error [type=password],.gform_wrapper.gform_wrapper .gfield_error [type=tel],.gform_wrapper.gform_wrapper .gfield_error [type=text],.gform_wrapper.gform_wrapper .gfield_error [type=url],.gform_wrapper.gform_wrapper .gfield_error select,.gform_wrapper.gform_wrapper .gfield_error textarea{--tw-border-opacity:1;border-color:rgba(222,26,23,var(--tw-border-opacity))}.gform_wrapper.gform_wrapper .gfield_error .validation_message{clear:both;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.25rem;margin-top:.375rem;text-transform:none;--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity))}.gform_wrapper.gform_wrapper .ginput_complex label{font-family:IBM Plex Sans Condensed,serif;font-size:.75rem;letter-spacing:.05em;line-height:1rem;opacity:.5;text-transform:uppercase}.gform_wrapper.gform_wrapper .charleft{display:none}.gform_confirmation_wrapper{margin-top:var(--s0);padding:var(--s0);text-align:center;--tw-text-opacity:1;border-radius:.75rem;color:rgba(39,39,42,var(--tw-text-opacity));--tw-bg-opacity:1;background-color:rgba(161,226,235,var(--tw-bg-opacity))}.gform_confirmation_wrapper .gform_confirmation_message br{display:none}.woocommerce.woocommerce{max-width:none!important}.woocommerce.woocommerce .breadcrumbs{border-bottom-width:1px;margin-bottom:1rem;padding-bottom:.75rem;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity));font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(82,82,91,var(--tw-text-opacity))}.woocommerce.woocommerce .breadcrumbs__sep{margin-left:.5rem;margin-right:.5rem;opacity:.5}.woocommerce.woocommerce .button.button{--btn-bg:var(--default-fill);--btn-text:var(--default-text);background-color:var(--btn-bg)!important;border-radius:.375rem;border-width:0;color:var(--btn-text)!important;cursor:pointer;display:inline-flex;font-weight:600;padding:.75rem 1.25rem;-webkit-text-decoration-line:none;text-decoration-line:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.woocommerce.woocommerce .button.button:focus,.woocommerce.woocommerce .button.button:hover{--btn-bg:var(--hover-fill);--btn-text:var(--hover-text)}.woocommerce.woocommerce .button.button:active{--btn-bg:var(--active-fill);--btn-text:var(--active-text)}.woocommerce.woocommerce .button.button:focus-visible{outline-color:var(--text-color)}.woocommerce.woocommerce .button.button{--tw-bg-opacity:1;background-color:rgba(222,26,23,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));outline:2px solid transparent;outline-offset:2px}.woocommerce.woocommerce .button.button:focus,.woocommerce.woocommerce .button.button:hover{--tw-bg-opacity:1;background-color:rgba(229,49,46,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.woocommerce.woocommerce .button.button.alt{--tw-bg-opacity:1;background-color:rgba(9,37,41,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.woocommerce.woocommerce .button.button.alt:focus,.woocommerce.woocommerce .button.button.alt:hover{--tw-bg-opacity:1;background-color:rgba(94,205,221,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.woocommerce.woocommerce .button.button.button:disabled,.woocommerce.woocommerce .button.button.disabled,.woocommerce.woocommerce .button.button:disabled{--tw-bg-opacity:1!important;background-color:rgba(212,212,216,var(--tw-bg-opacity))!important;--tw-text-opacity:1!important;color:rgba(39,39,42,var(--tw-text-opacity))!important;cursor:not-allowed}.woocommerce.woocommerce .facetwp-template .product-category{display:none!important}.woocommerce.woocommerce .form-row{display:flex;flex-direction:column;margin:0 0 .75rem;width:100%}.woocommerce.woocommerce .form-row label{font-size:1rem;line-height:1.5rem;margin-bottom:.25rem}.woocommerce.woocommerce .form-row .select2,.woocommerce.woocommerce .form-row input,.woocommerce.woocommerce .form-row select,.woocommerce.woocommerce .form-row textarea{font-size:1rem;line-height:1.5rem}.woocommerce.woocommerce .form-row [type=email],.woocommerce.woocommerce .form-row [type=password],.woocommerce.woocommerce .form-row [type=tel],.woocommerce.woocommerce .form-row [type=text],.woocommerce.woocommerce .form-row select,.woocommerce.woocommerce .form-row textarea{padding:.5rem;width:100%}.woocommerce.woocommerce .form-row input+span em{display:block;font-size:.875rem;line-height:1.25rem;margin-top:.25rem}.woocommerce.woocommerce .form-row .select2,.woocommerce.woocommerce .form-row .select2-selection,.woocommerce.woocommerce .form-row .select2-selection__arrow,.woocommerce.woocommerce .form-row .select2-selection__rendered{height:42px;line-height:40px}.woocommerce.woocommerce .form-row button{align-self:flex-start}.select2-results__option{font-size:1rem;line-height:1.5rem}.woocommerce.woocommerce .required{font-weight:700;--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity));-webkit-text-decoration-line:none;text-decoration-line:none}.woocommerce.woocommerce fieldset legend{border-bottom-width:1px;display:block;font-family:IBM Plex Sans Condensed,serif;font-size:1.125rem;letter-spacing:.05em;line-height:1.75rem;margin-bottom:1.5rem;padding:.5rem;text-transform:uppercase;width:100%;--tw-border-opacity:1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.woocommerce.woocommerce .form-row+fieldset{margin-top:2.25rem}.woocommerce.woocommerce .form-row-first,.woocommerce.woocommerce .form-row-last{width:calc(50% - .375rem)}.woocommerce.woocommerce #billing_address_2_field,.woocommerce.woocommerce #shipping_address_2_field{margin-top:-.75rem}.woocommerce.woocommerce .woocommerce-input-wrapper>strong{border-radius:.25rem;border-style:dashed;border-width:1px;display:block;padding:.5rem;--tw-border-opacity:1;border-color:rgba(161,161,170,var(--tw-border-opacity));font-size:1rem;font-weight:400;line-height:1.5rem}.woocommerce.woocommerce .woocommerce-product-gallery{margin-bottom:var(--s0);position:relative;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.woocommerce.woocommerce .woocommerce-product-gallery__wrapper{align-items:center;display:flex;justify-content:center}.woocommerce.woocommerce .woocommerce-product-gallery__trigger{align-items:center;display:flex;height:3rem;justify-content:center;position:absolute;right:.5rem;top:.5rem;width:3rem;z-index:10;--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity));--tw-text-opacity:1;border-radius:9999px;color:rgba(255,255,255,var(--tw-text-opacity));font-size:1px;-webkit-text-decoration-line:none;text-decoration-line:none;transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.woocommerce.woocommerce .woocommerce-product-gallery__trigger:before{align-items:center;bottom:0;display:flex;font-size:32px;height:2.75rem;justify-content:center;left:0;line-height:2rem;position:absolute;right:0;top:0;--tw-content:"+";content:var(--tw-content)}.woocommerce.woocommerce .woocommerce-product-gallery__trigger:focus,.woocommerce.woocommerce .woocommerce-product-gallery__trigger:hover{--tw-bg-opacity:1;background-color:rgba(38,162,180,var(--tw-bg-opacity))}.woocommerce.woocommerce .flex-viewport .woocommerce-product-gallery__wrapper{display:block}.woocommerce.woocommerce .flex-control-thumbs{display:flex;gap:.75rem;list-style-type:none;margin:0;padding:.75rem 0 0}.woocommerce.woocommerce .flex-control-thumbs li{margin:0}.woocommerce.woocommerce .flex-control-thumbs img{border-top-width:4px;--tw-border-opacity:1;border-color:rgba(228,228,231,var(--tw-border-opacity));cursor:pointer}.woocommerce.woocommerce .flex-control-thumbs img.flex-active{--tw-border-opacity:1;border-color:rgba(229,49,46,var(--tw-border-opacity))}.woocommerce.woocommerce .single_variation_wrap:has(.woocommerce_gc_giftcard_form){width:100%}.woocommerce.woocommerce .woocommerce_gc_giftcard_form{padding:1.5rem;--tw-bg-opacity:1;background-color:rgba(244,244,245,var(--tw-bg-opacity));border-width:1px;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity));border-radius:.375rem}.woocommerce.woocommerce .wc_gc_field.form-row{column-gap:.75rem;display:flex;flex-direction:column}.woocommerce.woocommerce .wc_gc_field.form-row label{padding-top:.625rem;width:10ch}.woocommerce.woocommerce .wc_gc_field.form-row .input-text.input-text{flex:1 1 0%;font-size:var(--fs-wp-sm);line-height:var(--lh-wp-sm);padding:.75rem;text-align:left;width:100%}.woocommerce.woocommerce .nyp{margin-bottom:1rem;width:100%}.woocommerce.woocommerce .nyp .minimum-price{font-family:IBM Plex Sans Condensed,serif;font-size:.6875rem;letter-spacing:.05em;line-height:1.25;margin-top:.25rem;text-transform:uppercase}.woocommerce.woocommerce .woocommerce-notices-wrapper{max-width:var(--content-width);width:100%}.woocommerce.woocommerce .woocommerce-error,.woocommerce.woocommerce .woocommerce-info,.woocommerce.woocommerce .woocommerce-message{align-items:flex-start;border-width:0;display:flex;flex-direction:column;font-size:1rem;gap:.75rem;justify-content:flex-start;line-height:1.5rem;list-style-type:none;margin:0;margin-bottom:var(--s0);padding:1.25rem;text-wrap:pretty}.woocommerce.woocommerce .woocommerce-error:before,.woocommerce.woocommerce .woocommerce-info:before,.woocommerce.woocommerce .woocommerce-message:before{color:inherit}.woocommerce.woocommerce .woocommerce-error li,.woocommerce.woocommerce .woocommerce-info li,.woocommerce.woocommerce .woocommerce-message li{font-size:var(--fs-p);line-height:var(--lh-p);padding-top:2px!important}.woocommerce.woocommerce .woocommerce-error a,.woocommerce.woocommerce .woocommerce-info a,.woocommerce.woocommerce .woocommerce-message a{color:inherit}.woocommerce.woocommerce .woocommerce-error .button,.woocommerce.woocommerce .woocommerce-info .button,.woocommerce.woocommerce .woocommerce-message .button{background-color:hsla(0,0%,100%,.1);border-radius:.125rem;color:currentColor;font-family:IBM Plex Sans Condensed,serif;font-size:.875rem;letter-spacing:.05em;line-height:1.25rem;margin-left:auto;margin-top:-1px;order:9999;padding:.25rem .5rem;text-transform:uppercase;white-space:nowrap}.woocommerce.woocommerce .woocommerce-error .button:focus,.woocommerce.woocommerce .woocommerce-error .button:hover,.woocommerce.woocommerce .woocommerce-info .button:focus,.woocommerce.woocommerce .woocommerce-info .button:hover,.woocommerce.woocommerce .woocommerce-message .button:focus,.woocommerce.woocommerce .woocommerce-message .button:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(39,39,42,var(--tw-text-opacity))}.woocommerce.woocommerce .woocommerce-error{--tw-bg-opacity:1;background-color:rgba(229,49,46,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(9,9,11,var(--tw-text-opacity))}.woocommerce.woocommerce .woocommerce-info{--tw-bg-opacity:1;background-color:rgba(245,157,69,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity))}.woocommerce.woocommerce .woocommerce-message{--tw-bg-opacity:1;background-color:rgba(127,215,228,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity))}.woocommerce.woocommerce .notice-usd{font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;border-top-width:1px;color:rgba(82,82,91,var(--tw-text-opacity));--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity));padding-bottom:.75rem;padding-top:.75rem}.woocommerce.woocommerce .notice-ship~.notice-ship{display:none}.woocommerce.woocommerce .woocommerce-cart-form .notice-usd,.woocommerce.woocommerce .woocommerce-checkout .notice-usd{border-width:0;padding:.5rem 1rem;--tw-bg-opacity:1;background-color:rgba(244,244,245,var(--tw-bg-opacity));font-weight:500;text-align:right}.woocommerce.woocommerce .product{align-items:center;display:flex;flex-direction:column}.woocommerce.woocommerce .product>a:first-of-type{display:flex;flex:1 1 0%;flex-direction:column}.woocommerce.woocommerce .product .attachment-woocommerce_thumbnail,.woocommerce.woocommerce .product .woocommerce-placeholder{border-radius:.5rem;margin-bottom:.75rem;margin-left:auto;margin-right:auto}.woocommerce.woocommerce .product .woocommerce-placeholder{border-style:dashed;border-width:1px;--tw-border-opacity:1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.woocommerce.woocommerce .product .woocommerce-loop-product__title{align-items:flex-start;display:flex;flex:1 1 0%;font-weight:400;line-height:1.375;margin:0 0 .5rem;padding:0;transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.woocommerce.woocommerce .product .price-wrapper{column-gap:.5rem;display:flex;flex-wrap:wrap}.woocommerce.woocommerce .product .price-wrapper .woocommerce_msrp{width:100%}.woocommerce.woocommerce .product .price{align-self:flex-start;float:left;font-size:1.125rem;font-weight:700;line-height:1.75rem;--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity));transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.woocommerce.woocommerce .product .price del{font-weight:400;--tw-text-opacity:1;color:rgba(161,161,170,var(--tw-text-opacity))}.woocommerce.woocommerce .product .price ins{-webkit-text-decoration-line:none;text-decoration-line:none}.woocommerce.woocommerce .product .free-shipping{align-self:flex-start;display:inline-flex;flex-direction:row-reverse;font-family:IBM Plex Sans Condensed,serif;font-size:.75rem;font-weight:600;gap:.375rem;letter-spacing:.05em;line-height:1rem;margin-top:.25rem;padding:.125rem .375rem;text-transform:uppercase;--tw-bg-opacity:1;background-color:rgba(247,177,108,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(39,39,42,var(--tw-text-opacity))}.woocommerce.woocommerce .product .free-shipping svg{width:.875rem}.woocommerce.woocommerce .product .button{margin-left:auto;margin-right:auto;padding:1rem 1.25rem}.woocommerce.woocommerce .product .stock{font-family:IBM Plex Sans Condensed,serif;font-size:1rem;font-weight:700;letter-spacing:.05em;line-height:1.5rem;text-transform:uppercase}.woocommerce.woocommerce .product .stock.out-of-stock{--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity))}.woocommerce.woocommerce .product .stock.in-stock{--tw-text-opacity:1;color:rgba(60,194,214,var(--tw-text-opacity))}.woocommerce.woocommerce .product .cart,.woocommerce.woocommerce .product .woocommerce-variation-add-to-cart{align-items:stretch;display:inline-flex;flex-wrap:wrap;gap:.5rem}.woocommerce.woocommerce .product .cart .input-text,.woocommerce.woocommerce .product .woocommerce-variation-add-to-cart .input-text{font-size:.875rem;height:100%;line-height:1.25rem;padding:.25rem;text-align:right;width:6ch}.woocommerce.woocommerce .product .cart .single_add_to_cart_button,.woocommerce.woocommerce .product .woocommerce-variation-add-to-cart .single_add_to_cart_button{--btn-bg:var(--default-fill);--btn-text:var(--default-text);background-color:var(--btn-bg)!important;border-radius:.375rem;border-width:0;color:var(--btn-text)!important;cursor:pointer;display:inline-flex;font-weight:600;padding:.75rem 1.25rem;-webkit-text-decoration-line:none;text-decoration-line:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.woocommerce.woocommerce .product .cart .single_add_to_cart_button:focus,.woocommerce.woocommerce .product .cart .single_add_to_cart_button:hover,.woocommerce.woocommerce .product .woocommerce-variation-add-to-cart .single_add_to_cart_button:focus,.woocommerce.woocommerce .product .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover{--btn-bg:var(--hover-fill);--btn-text:var(--hover-text)}.woocommerce.woocommerce .product .cart .single_add_to_cart_button:active,.woocommerce.woocommerce .product .woocommerce-variation-add-to-cart .single_add_to_cart_button:active{--btn-bg:var(--active-fill);--btn-text:var(--active-text)}.woocommerce.woocommerce .product .cart .single_add_to_cart_button:focus-visible,.woocommerce.woocommerce .product .woocommerce-variation-add-to-cart .single_add_to_cart_button:focus-visible{outline-color:var(--text-color)}.woocommerce.woocommerce .product .cart .single_add_to_cart_button,.woocommerce.woocommerce .product .woocommerce-variation-add-to-cart .single_add_to_cart_button{align-self:flex-start;flex:1 1 0%;padding-left:1rem;padding-right:1rem;--tw-bg-opacity:1;background-color:rgba(222,26,23,var(--tw-bg-opacity));border-radius:.25rem;white-space:nowrap}.woocommerce.woocommerce .product .cart .single_add_to_cart_button:focus,.woocommerce.woocommerce .product .cart .single_add_to_cart_button:hover,.woocommerce.woocommerce .product .woocommerce-variation-add-to-cart .single_add_to_cart_button:focus,.woocommerce.woocommerce .product .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover{--tw-bg-opacity:1;background-color:rgba(242,132,130,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(139,16,14,var(--tw-text-opacity))}.woocommerce.woocommerce .product:focus("> a:first-of-type") .woocommerce-loop-product__title,.woocommerce.woocommerce .product:hover("> a:first-of-type") .woocommerce-loop-product__title{--tw-text-opacity:1;color:rgba(28,120,134,var(--tw-text-opacity))}.woocommerce.woocommerce .product:focus("> a:first-of-type") .price,.woocommerce.woocommerce .product:hover("> a:first-of-type") .price{--tw-text-opacity:1;color:rgba(229,49,46,var(--tw-text-opacity))}.woocommerce.woocommerce .onsale{align-items:center;display:flex;font-family:IBM Plex Sans Condensed,serif;font-size:.875rem;font-weight:700;height:4rem;justify-content:center;letter-spacing:.05em;line-height:1.25rem;margin-right:-.5rem;margin-top:-.5rem;position:absolute;right:0;text-transform:uppercase;top:0;width:4rem;z-index:50;--tw-bg-opacity:1;background-color:rgba(38,162,180,var(--tw-bg-opacity));--tw-text-opacity:1;border-width:4px;color:rgba(255,255,255,var(--tw-text-opacity));--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity));--tw-rotate:12deg;border-radius:9999px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.woocommerce.woocommerce .shop_table{border-collapse:collapse;border-width:0;margin-bottom:3rem;margin-left:auto;margin-right:auto;min-width:67%;width:100%}.woocommerce.woocommerce .shop_table td,.woocommerce.woocommerce .shop_table th{vertical-align:top}.woocommerce.woocommerce .shop_table thead th{font-family:IBM Plex Sans Condensed,serif;font-size:.75rem;letter-spacing:.05em;line-height:1rem;padding-bottom:.5rem;text-transform:uppercase}.woocommerce.woocommerce .shop_table thead th.product-name{text-align:left}.woocommerce.woocommerce .shop_table .product-total,.woocommerce.woocommerce .shop_table thead th.product-total{text-align:right}.woocommerce.woocommerce .shop_table .cart_item td,.woocommerce.woocommerce .shop_table .woocommerce-table__line-item td{border-top-width:1px;padding-bottom:.5rem;padding-top:.5rem;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity));font-size:1rem;line-height:1.5rem}.woocommerce.woocommerce .shop_table .cart_item td .variation p,.woocommerce.woocommerce .shop_table .woocommerce-table__line-item td .variation p{margin:0}.woocommerce.woocommerce .shop_table tfoot th{font-family:IBM Plex Sans Condensed,serif;font-size:.75rem;letter-spacing:.05em;line-height:1rem;padding-bottom:.75rem;padding-right:.75rem;padding-top:.75rem;text-align:right;text-transform:uppercase}.woocommerce.woocommerce .shop_table tfoot td{font-size:1rem;font-weight:400;line-height:1.5rem;padding-bottom:.75rem;padding-top:.75rem;text-align:right}.woocommerce.woocommerce .shop_table .cart-subtotal th,.woocommerce.woocommerce .shop_table tfoot tr:first-child th{border-top-width:1px;padding-bottom:.75rem;padding-top:.75rem;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.woocommerce.woocommerce .shop_table .cart-subtotal td,.woocommerce.woocommerce .shop_table tfoot tr:first-child td{border-top-width:1px;padding-bottom:.5rem;padding-top:.5rem;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.woocommerce.woocommerce .shop_table .shipping ul{display:flex;flex-direction:column;gap:1rem;list-style-type:none;margin:0;padding:0}.woocommerce.woocommerce .shop_table .shipping li{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0}.woocommerce.woocommerce .shop_table .order-total{--tw-bg-opacity:1;background-color:rgba(195,236,242,var(--tw-bg-opacity))}.woocommerce.woocommerce .shop_table .order-total td,.woocommerce.woocommerce .shop_table .order-total th{border-width:0}.woocommerce.woocommerce .woocommerce-products-header__title{font-family:Bebas Neue,sans-serif;font-weight:400;letter-spacing:.025em;margin-bottom:2.5rem;margin-top:-.25rem;padding-bottom:.2em;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.woocommerce.woocommerce .woocommerce-products-header__title:before{bottom:0;display:block;height:.125em;left:0;max-width:100%;position:absolute;width:5ch;--tw-content:"";background:var(--line-color,#de1a17);content:var(--tw-content)}.woocommerce.woocommerce .p-top-facets{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:var(--s-0);margin-top:-.25rem}.woocommerce.woocommerce .p-top-facets>*{margin:0}.woocommerce.woocommerce .p-top-facets select{padding:.25rem}.woocommerce.woocommerce .woocommerce-result-count{font-size:1rem;line-height:1.5rem}.woocommerce.woocommerce .facetwp-facet-results{font-family:IBM Plex Sans Condensed,serif;font-size:.875rem;font-weight:400;letter-spacing:.05em;line-height:1.25rem;margin-right:.5rem;text-transform:uppercase}.woocommerce.woocommerce .facetwp-facet-per_page{font-size:.875rem;line-height:1.25rem;margin-right:1.25rem}.woocommerce.woocommerce .facetwp-facet-pagination,.woocommerce.woocommerce .facetwp-per-page-select{font-family:IBM Plex Sans Condensed,serif;font-weight:400;letter-spacing:.05em;text-transform:uppercase}.woocommerce.woocommerce .facetwp-facet-pagination{display:flex;flex:1 1 0%;font-size:.875rem;line-height:1.25rem;margin-right:1rem;white-space:nowrap}.woocommerce.woocommerce .facetwp-page{border-radius:.125rem;margin:0;min-width:1.5rem;padding:.125rem;text-align:center;-webkit-text-decoration-line:none;text-decoration-line:none;transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.woocommerce.woocommerce .facetwp-page:focus,.woocommerce.woocommerce .facetwp-page:hover{--tw-bg-opacity:1;background-color:rgba(242,132,130,var(--tw-bg-opacity))}.woocommerce.woocommerce .facetwp-page.active{--tw-bg-opacity:1;background-color:rgba(195,236,242,var(--tw-bg-opacity));font-weight:400}.woocommerce.woocommerce .facetwp-page.dots{background-color:initial!important;margin-right:.125rem;min-width:0;padding-left:0;padding-right:0}.woocommerce.woocommerce .products+.facetwp-facet-pagination{border-top-width:1px;margin:0;padding:.75rem 0;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.woocommerce.woocommerce .facetwp-facet+.woocommerce-ordering select{font-size:1rem;line-height:1.5rem}.woocommerce.woocommerce .products{--max-size:180px;display:grid;margin:0;margin-bottom:var(--s1);margin-top:var(--s-3);grid-gap:var(--s0);clear:both;gap:var(--s0);grid-template-columns:repeat(auto-fill,minmax(var(--max-size),1fr));list-style-type:none;padding:0}.woocommerce.woocommerce .products .product{display:flex;flex-direction:column;gap:.75rem;margin:0;padding-bottom:1.5rem}.woocommerce.woocommerce .products .woocommerce-loop-product__link{display:flex;flex:1 1 0%;flex-direction:column;margin-bottom:.75rem;position:relative;-webkit-text-decoration-line:none;text-decoration-line:none}.woocommerce.woocommerce .products .woocommerce-loop-product__link img{aspect-ratio:1/1;margin-bottom:.75rem;object-fit:contain}.woocommerce.woocommerce .products .woocommerce-loop-product__title{font-family:IBM Plex Sans,serif;font-size:1.125rem;font-weight:500;letter-spacing:0;line-height:1.25;text-transform:none;text-wrap:balance}.woocommerce.woocommerce .products .woocommerce_msrp{--tw-text-opacity:1;color:rgba(161,161,170,var(--tw-text-opacity));font-size:.875rem;line-height:1.25rem}.woocommerce.woocommerce .products .price{margin-top:auto;--tw-text-opacity:1;color:rgba(38,162,180,var(--tw-text-opacity));font-family:IBM Plex Sans Condensed,serif;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.woocommerce.woocommerce .products .price .suggested-text{display:none}.woocommerce.woocommerce .products .product>.button:not(.add_to_cart_button){--btn-bg:#fff;--btn-text:#71717a;border-style:dashed!important;border-width:1px!important;--tw-border-opacity:1!important;border-color:rgba(113,113,122,var(--tw-border-opacity))!important}.woocommerce.woocommerce .products .add_to_cart_button,.woocommerce.woocommerce .products .product>.button:not(.add_to_cart_button){font-family:IBM Plex Sans Condensed,serif;font-size:1rem;justify-content:center;letter-spacing:.05em;line-height:1.5rem;padding:.5rem;text-transform:uppercase;width:100%}.woocommerce.woocommerce .products .add_to_cart_button{--btn-bg:#d4d4d8;--btn-text:#18181b}.woocommerce.woocommerce .products .add_to_cart_button.loading{--btn-bg:#e4e4e7;--btn-text:#71717a}.woocommerce.woocommerce .products .add_to_cart_button.loading:after{animation:fadeInOut 1s ease-in-out infinite;content:"…";display:inline-flex;justify-content:center;margin-left:.25rem;margin-right:-.75rem;width:1rem}.woocommerce.woocommerce .products .add_to_cart_button.added:after{content:"✓";display:inline-flex;justify-content:center;margin-left:.25rem;margin-right:-.75rem;width:1rem}.woocommerce.woocommerce .products .added_to_cart{--btn-bg:var(--default-fill);--btn-text:var(--default-text);background-color:var(--btn-bg)!important;border-radius:.375rem;border-width:0;color:var(--btn-text)!important;cursor:pointer;display:inline-flex;font-weight:600;padding:.75rem 1.25rem;-webkit-text-decoration-line:none;text-decoration-line:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.woocommerce.woocommerce .products .added_to_cart:focus,.woocommerce.woocommerce .products .added_to_cart:hover{--btn-bg:var(--hover-fill);--btn-text:var(--hover-text)}.woocommerce.woocommerce .products .added_to_cart:active{--btn-bg:var(--active-fill);--btn-text:var(--active-text)}.woocommerce.woocommerce .products .added_to_cart:focus-visible{outline-color:var(--text-color)}.woocommerce.woocommerce .products .added_to_cart{--btn-bg:#18181b;--btn-text:#fff;font-family:IBM Plex Sans Condensed,serif;font-size:1rem;justify-content:center;letter-spacing:.05em;line-height:1.5rem;padding:.5rem;text-transform:uppercase;width:100%}.woocommerce.woocommerce .products .product_cat-events .woocommerce-loop-product__title{--tw-text-opacity:1;color:rgba(60,194,214,var(--tw-text-opacity))}.woocommerce.woocommerce .products .product_cat-membership .woocommerce-loop-product__title{color:rgba(190,18,60,.8)}.woocommerce.woocommerce .products .product-category{border-width:1px;margin-bottom:1.5rem;padding:.75rem;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity));border-radius:.375rem}.woocommerce.woocommerce .products .product-category a{-webkit-text-decoration-line:none;text-decoration-line:none}.woocommerce.woocommerce .products .product-category img{aspect-ratio:1/1;margin-bottom:.75rem;object-fit:contain}.woocommerce.woocommerce .products .woocommerce-loop-category__title{font-size:var(--fs-p);line-height:1.25;margin:0 0 .25rem;text-wrap:balance}.woocommerce.woocommerce .products .count{background-color:initial;font-weight:400;--tw-text-opacity:1;color:rgba(161,161,170,var(--tw-text-opacity))}.woocommerce.woocommerce .woocommerce-pagination{font-family:IBM Plex Sans Condensed,serif;font-size:1rem;font-weight:600;letter-spacing:.05em;line-height:1.5rem;line-height:2;margin-top:var(--s-1);padding-bottom:2.25rem;padding-top:.75rem;text-transform:uppercase}.woocommerce.woocommerce .woocommerce-pagination .page-numbers{border-width:0;display:flex;gap:.5rem;margin:0!important;padding:0!important}.woocommerce.woocommerce .woocommerce-pagination .page-numbers li{border-width:0;display:inline;margin:0}.woocommerce.woocommerce .woocommerce-pagination .page-numbers li .page-numbers{align-items:center;display:flex;height:2.5rem;justify-content:center;margin:0;width:2.5rem;--tw-bg-opacity:1;background-color:rgba(212,212,216,var(--tw-bg-opacity));--tw-text-opacity:1;border-radius:.375rem;color:rgba(56,7,6,var(--tw-text-opacity));-webkit-text-decoration-line:none;text-decoration-line:none;transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.woocommerce.woocommerce .woocommerce-pagination .page-numbers li .page-numbers:focus,.woocommerce.woocommerce .woocommerce-pagination .page-numbers li .page-numbers:hover{--tw-bg-opacity:1;background-color:rgba(60,194,214,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(56,7,6,var(--tw-text-opacity))}.woocommerce.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.current{--tw-bg-opacity:1;background-color:rgba(229,49,46,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}body.single-product{--wide-content-width:1600px}body.single-product .l-body__content{position:relative}body.single-product .l-content__body{max-width:none}body.single-product .woocommerce.woocommerce .product{display:block;margin-left:auto;margin-right:auto;max-width:var(--wide-content-width)}body.single-product .woocommerce.woocommerce .product[id] .onsale{border-width:0;height:3rem;left:0;margin:0;padding-left:1.75rem;padding-right:1.75rem;right:auto;top:0;width:auto;--tw-rotate:0deg;border-radius:0;border-bottom-right-radius:1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}body.single-product .woocommerce.woocommerce .product_title{display:block;font-family:Bebas Neue,sans-serif;font-weight:400;letter-spacing:.025em;padding-bottom:.2em;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.single-product .woocommerce.woocommerce .product_title:before{bottom:0;display:block;height:.125em;left:0;max-width:100%;position:absolute;width:5ch;--tw-content:"";background:var(--line-color,#de1a17);content:var(--tw-content)}body.single-product .woocommerce.woocommerce .product_title{font-size:3.75rem;line-height:1;margin:0 0 1.5rem;text-wrap:balance}body.single-product .woocommerce.woocommerce .woocommerce_msrp{--tw-text-opacity:1;color:rgba(161,161,170,var(--tw-text-opacity));font-size:.875rem;line-height:1.25rem}body.single-product .woocommerce.woocommerce .price{font-size:var(--fs-h4)!important;line-height:var(--lh-h4)!important;margin:0 .75rem 0 0;--tw-text-opacity:1!important;color:rgba(60,194,214,var(--tw-text-opacity))!important}body.single-product .woocommerce.woocommerce .stock{clear:left;margin-top:0}body.single-product .woocommerce.woocommerce .free-shipping{font-size:1rem;line-height:1.5rem;padding-left:.5rem;padding-right:.5rem}body.single-product .woocommerce.woocommerce .free-shipping svg{width:1.25rem}body.single-product .woocommerce.woocommerce .variations_form{align-items:flex-start}body.single-product .woocommerce.woocommerce .price+.variations_form{margin-top:1rem}body.single-product .woocommerce.woocommerce .variations .label{padding-right:.75rem;padding-top:.75rem;text-align:left;vertical-align:top}body.single-product .woocommerce.woocommerce .variations .value{align-items:flex-start;display:flex;flex-direction:column;vertical-align:top}body.single-product .woocommerce.woocommerce .variations .reset_variations{display:inline-block;font-family:IBM Plex Sans Condensed,serif;font-size:.875rem;font-weight:500;letter-spacing:.05em;line-height:1.25rem;margin-top:.5rem;padding:.25rem .75rem;text-transform:uppercase;--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity));border-radius:.25rem;-webkit-text-decoration-line:none;text-decoration-line:none}body.single-product .woocommerce.woocommerce .variations+.single_variation_wrap .woocommerce_msrp{display:none}body.single-product .woocommerce.woocommerce .variations+.single_variation_wrap{display:flex;flex-direction:column-reverse}body.single-product .woocommerce.woocommerce .woocommerce-variation-price{margin-top:.75rem}body.single-product .woocommerce.woocommerce .woocommerce-variation-price .price{display:flex;justify-content:space-between}body.single-product .woocommerce.woocommerce .woocommerce-variation-price .price del *{font-weight:400!important;--tw-text-opacity:1!important;color:rgba(161,161,170,var(--tw-text-opacity))!important}body.single-product .woocommerce.woocommerce .woocommerce-variation-price .woocommerce-Price-amount{font-size:var(--fs-h4);font-weight:700;line-height:var(--lh-h4);--tw-text-opacity:1;color:rgba(60,194,214,var(--tw-text-opacity))}body.single-product .woocommerce.woocommerce .woocommerce-variation-availability .stock{margin:0}body.single-product .woocommerce.woocommerce .woocommerce-variation-add-to-cart .qty{font-size:inherit;padding-left:.5rem;text-align:center;width:5.5ch}body.single-product .woocommerce.woocommerce .woocommerce-variation-add-to-cart .qty::-webkit-inner-spin-button,body.single-product .woocommerce.woocommerce .woocommerce-variation-add-to-cart .qty::-webkit-outer-spin-button{opacity:1}body.single-product .woocommerce.woocommerce .product .woocommerce-variation-add-to-cart .single_add_to_cart_button{justify-content:center!important;margin:0!important}body.single-product .woocommerce.woocommerce .product_meta{font-size:var(--fs-wp-sm);line-height:1.5;margin-top:var(--s0);max-width:var(--content-width)}body.single-product .woocommerce.woocommerce .product_meta>span:not(:first-child):before{content:"/";margin-left:.5rem;margin-right:.5rem;opacity:.25}body.single-product .woocommerce.woocommerce .woocommerce-product-details__short-description{clear:left;margin-bottom:1.5rem;margin-top:0}body.single-product .woocommerce.woocommerce .woocommerce-product-attributes{font-size:1rem;line-height:1.5rem}body.single-product .woocommerce.woocommerce .wc-tabs{display:none}body.single-product .woocommerce.woocommerce .woocommerce-tabs .panel{display:block!important;margin:0;max-width:var(--content-width)}body.single-product .woocommerce.woocommerce .woocommerce-Tabs-panel--additional_information,body.single-product .woocommerce.woocommerce .woocommerce-Tabs-panel--description{padding-top:var(--s-3)}body.single-product .woocommerce.woocommerce .woocommerce-Tabs-panel--additional_information h2:first-of-type,body.single-product .woocommerce.woocommerce .woocommerce-Tabs-panel--description h2:first-of-type{letter-spacing:.025em;padding-bottom:.2em;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.single-product .woocommerce.woocommerce .woocommerce-Tabs-panel--additional_information h2:first-of-type:before,body.single-product .woocommerce.woocommerce .woocommerce-Tabs-panel--description h2:first-of-type:before{bottom:0;display:block;height:.125em;left:0;max-width:100%;position:absolute;width:5ch;--tw-content:"";background:var(--line-color,#de1a17);content:var(--tw-content)}body.single-product .woocommerce.woocommerce .woocommerce-Tabs-panel--additional_information h2:first-of-type,body.single-product .woocommerce.woocommerce .woocommerce-Tabs-panel--description h2:first-of-type{font-family:Bebas Neue,sans-serif;font-size:var(--fs-h3);font-weight:400;line-height:var(--lh-h3)}body.single-product .woocommerce.woocommerce .woocommerce-Tabs-panel--additional_information h2+p,body.single-product .woocommerce.woocommerce .woocommerce-Tabs-panel--description h2+p{margin-top:0}body.single-product .woocommerce.woocommerce .woocommerce-product-attributes{margin-top:calc(var(--s-3)*-1)}body.single-product .woocommerce.woocommerce .woocommerce-product-attributes th{padding-right:1.5rem;width:9rem}body.single-product .woocommerce.woocommerce .woocommerce-product-attributes td,body.single-product .woocommerce.woocommerce .woocommerce-product-attributes th{border-bottom-width:1px;padding-bottom:.5rem;padding-top:.5rem;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity));text-align:left;width:auto}body.single-product .woocommerce.woocommerce .woocommerce-product-attributes td p{margin:0}body.single-product .woocommerce.woocommerce .related.products{border-top-width:8px;display:block;margin-left:auto;margin-right:auto;margin-top:var(--s2);max-width:var(--wide-content-width);padding-top:var(--s0);width:100%;--tw-border-opacity:1;border-color:rgba(228,228,231,var(--tw-border-opacity))}body.single-product .woocommerce.woocommerce .related.products>.products:before{display:none}body.single-product .woocommerce.woocommerce .related.products>h2{padding-bottom:.2em;position:relative}body.single-product .woocommerce.woocommerce .related.products>h2:before{bottom:0;display:block;height:.125em;left:0;max-width:100%;position:absolute;width:5ch;--tw-content:"";background:var(--line-color,#de1a17);content:var(--tw-content)}body.single-product .woocommerce.woocommerce .related.products>h2{font-family:Bebas Neue,sans-serif;font-size:var(--fs-h3);font-weight:400;letter-spacing:.025em;line-height:var(--lh-h3);margin-bottom:1.5rem;padding-bottom:.5rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.single-product .woocommerce.woocommerce .related.products .product{display:flex;width:100%}body.single-product .woocommerce.woocommerce .related.products .product h2{margin:0;padding:0}body.single-product .woocommerce.woocommerce .related.products .product .price{font-size:var(--fs-p)!important;line-height:var(--lh-p)!important;margin:0}body.cart .c-page-header{max-width:none!important}.woocommerce.woocommerce .woocommerce-cart-form{max-width:100%;overflow-x:scroll}.woocommerce.woocommerce .shop_table.cart{border-width:0}.woocommerce.woocommerce .shop_table.cart th{font-family:IBM Plex Sans Condensed,serif;font-size:.75rem;letter-spacing:.05em;line-height:1rem;padding-bottom:.5rem;padding-left:1.5rem;padding-right:1.5rem;text-align:left;text-transform:uppercase}.woocommerce.woocommerce .shop_table.cart td{border-top-width:1px;padding:1.5rem;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity));font-size:1rem;line-height:1.5rem}.woocommerce.woocommerce .shop_table.cart .product-remove{font-size:1.5rem;font-weight:700;line-height:2rem;padding-left:0;padding-right:0}.woocommerce.woocommerce .shop_table.cart .product-remove a{--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity));-webkit-text-decoration-line:none;text-decoration-line:none}.woocommerce.woocommerce .shop_table.cart .product-thumbnail{width:15%}.woocommerce.woocommerce .shop_table.cart .product-price{text-align:right}.woocommerce.woocommerce .shop_table.cart .product-name{text-wrap:balance}.woocommerce.woocommerce .shop_table.cart .product-quantity{text-align:center}.woocommerce.woocommerce .shop_table.cart .product-quantity .qty{text-align:right;width:5rem}.woocommerce.woocommerce .shop_table.cart .product-subtotal{padding-right:0;text-align:right}.woocommerce.woocommerce .shop_table.cart .edit_in_cart_text{font-family:IBM Plex Sans Condensed,serif;font-size:.75rem;letter-spacing:.05em;line-height:1rem;text-transform:uppercase}.woocommerce.woocommerce .shop_table.cart .actions{padding-right:0}.woocommerce.woocommerce .shop_table.cart .coupon{margin-bottom:1.5rem}.woocommerce.woocommerce .shop_table.cart .coupon label{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.woocommerce.woocommerce .shop_table.cart .actions .input-text{padding-bottom:.625rem;padding-top:.625rem;width:8rem}body.cart .cross-sells .products{--cols:1;grid-template-columns:repeat(var(--cols),1fr)}body.cart .cross-sells .products .woocommerce-loop-product__title{text-wrap:wrap}.woocommerce.woocommerce .cart_totals{margin-bottom:3rem}.woocommerce.woocommerce .cart_totals>h2{font-family:IBM Plex Sans Condensed,serif;font-size:var(--fs-p);letter-spacing:.05em;line-height:var(--lh-p);margin-bottom:.5rem;padding-left:1rem;padding-right:1rem;text-transform:uppercase}.woocommerce.woocommerce .cart_totals .shop_table{border-width:1px 0 0;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity));border-radius:0}.woocommerce.woocommerce .cart_totals th{font-family:IBM Plex Sans Condensed,serif;font-size:.75rem;letter-spacing:.05em;line-height:1rem;padding:1rem;text-align:left;text-transform:uppercase}.woocommerce.woocommerce .cart_totals td,.woocommerce.woocommerce .cart_totals th{border-top-width:1px;vertical-align:top;--tw-border-opacity:1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.woocommerce.woocommerce .cart_totals td{font-size:1rem;line-height:1.5rem;padding:.75rem}.woocommerce.woocommerce .cart_totals .shipping td{padding-bottom:.75rem}.woocommerce.woocommerce .cart_totals .shipping ul{display:flex;flex-direction:column;gap:1rem;list-style-type:none;margin:0;padding:0}.woocommerce.woocommerce .cart_totals .shipping li{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0}.woocommerce.woocommerce .cart_totals .order-total{--tw-bg-opacity:1;background-color:rgba(195,236,242,var(--tw-bg-opacity))}.woocommerce.woocommerce .cart_totals .order-total td,.woocommerce.woocommerce .cart_totals .order-total th,.woocommerce.woocommerce .cart_totals .order-total+tr td,.woocommerce.woocommerce .cart_totals .order-total+tr th{border-width:0}.woocommerce.woocommerce .cart_totals .order-total td{font-size:1.25rem;line-height:1.75rem}.woocommerce.woocommerce .checkout-button{margin-left:1rem;margin-top:var(--s-1);--btn-bg:var(--default-fill);--btn-text:var(--default-text);background-color:var(--btn-bg)!important;border-radius:.375rem;border-width:0;color:var(--btn-text)!important;cursor:pointer;display:inline-flex;font-weight:600;padding:.75rem 1.25rem;-webkit-text-decoration-line:none;text-decoration-line:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.woocommerce.woocommerce .checkout-button:focus,.woocommerce.woocommerce .checkout-button:hover{--btn-bg:var(--hover-fill);--btn-text:var(--hover-text)}.woocommerce.woocommerce .checkout-button:active{--btn-bg:var(--active-fill);--btn-text:var(--active-text)}.woocommerce.woocommerce .checkout-button:focus-visible{outline-color:var(--text-color)}.woocommerce.woocommerce .checkout-button.button{--btn-bg:#de1a17}.woocommerce.woocommerce .cross-sells{border-top-width:8px;--tw-border-opacity:1;border-color:rgba(228,228,231,var(--tw-border-opacity));margin-top:2rem}.woocommerce.woocommerce .cross-sells>h2{font-family:IBM Plex Sans Condensed,serif;font-size:var(--fs-p);letter-spacing:.05em;line-height:var(--lh-p);margin-bottom:.5rem;padding-left:1rem;padding-right:1rem;text-transform:uppercase}.woocommerce.woocommerce .add_gift_card_form{margin-top:var(--s-1);padding-left:1rem;padding-right:1rem}.woocommerce.woocommerce .add_gift_card_form>h4{font-family:IBM Plex Sans Condensed,serif;font-size:var(--fs-p);letter-spacing:.05em;line-height:var(--lh-p);margin-bottom:.5rem;text-transform:uppercase}.woocommerce.woocommerce .add_gift_card_form [type=text],.woocommerce.woocommerce .add_gift_card_form button{display:inline-block!important;width:auto!important}body.checkout .c-page-header{max-width:none!important}.woocommerce.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,.woocommerce.woocommerce .woocommerce-form-login-toggle .woocommerce-info{background-color:initial;justify-content:flex-start;margin:0 0 1rem;padding:0}.woocommerce.woocommerce .woocommerce-form-coupon-toggle svg,.woocommerce.woocommerce .woocommerce-form-login-toggle svg{align-items:center;display:inline-flex;float:left;height:1.5rem;justify-content:center;margin-left:-.25rem;margin-right:.5rem;margin-top:1px;width:.75rem;--tw-rotate:-90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.woocommerce.woocommerce .woocommerce-form :first-child,.woocommerce.woocommerce .woocommerce-form-coupon :first-child{margin-top:0}.woocommerce.woocommerce #wc-stripe-express-checkout-element{border-radius:.25rem;padding:1rem;--tw-bg-opacity:1;background-color:rgba(244,244,245,var(--tw-bg-opacity));border-width:1px;--tw-border-opacity:1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.woocommerce.woocommerce #wc-stripe-express-checkout-button-separator{margin-bottom:2rem!important;margin-top:.75rem!important}.woocommerce.woocommerce .checkout{padding-top:1px}.woocommerce.woocommerce .checkout .col2-set{display:flex;flex-direction:column;gap:var(--s0)}.woocommerce.woocommerce .checkout .col2-set .col-1,.woocommerce.woocommerce .checkout .col2-set .col-2{flex:1 1 0%}.woocommerce.woocommerce .checkout h3{border-bottom-width:1px;font-family:IBM Plex Sans Condensed,serif;font-size:1rem;letter-spacing:.05em;line-height:1.5rem;margin-bottom:1.25rem;margin-top:0;padding-bottom:.75rem;padding-top:.75rem;text-transform:uppercase;--tw-border-opacity:1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.woocommerce.woocommerce .checkout .woocommerce-billing-fields__field-wrapper{display:flex;flex-wrap:wrap;gap:.75rem}.woocommerce.woocommerce .checkout .woocommerce-shipping-fields__field-wrapper{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.woocommerce.woocommerce .checkout .woocommerce-additional-fields #order_comments{height:136px}.woocommerce.woocommerce .checkout .tribe-checkout-backlinks{font-family:IBM Plex Sans Condensed,serif;font-size:.875rem;letter-spacing:.05em;line-height:1.25rem;margin:-.5rem .5rem 1.5rem;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase}.woocommerce.woocommerce .checkout #payment{background-color:hsla(240,5%,84%,.5);margin-left:calc(var(--s0)*-1);margin-right:calc(var(--s0)*-1);margin-top:var(--s0);padding:1.5rem}.woocommerce.woocommerce .checkout #payment .wc_payment_methods{border-width:0;list-style-type:none;margin:0;padding:0}.woocommerce.woocommerce .checkout #payment .wc_payment_methods .wc_payment_method{margin:0;padding:0}.woocommerce.woocommerce .checkout #payment .wc_payment_methods .wc_payment_method+.wc_payment_method{margin-top:1.5rem}.woocommerce.woocommerce .checkout #payment .wc_payment_methods img{display:inline;margin-right:.5rem}.woocommerce.woocommerce .checkout #payment .wc_payment_methods .payment_box>div>p{font-weight:600;margin-top:0}.woocommerce.woocommerce .checkout #payment .woocommerce-SavedPaymentMethods-saveNew{display:flex;flex-direction:row;gap:.75rem;padding-bottom:.75rem;padding-top:.75rem}.woocommerce.woocommerce .checkout .wc-stripe-elements-field{border-radius:.125rem;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity));padding:1.25rem}.woocommerce.woocommerce .checkout .wc-stripe-elements-field.focused{--tw-border-opacity:1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.woocommerce.woocommerce .checkout .place-order{border-top-width:2px;flex-direction:row;flex-wrap:wrap;justify-content:flex-end;padding-top:1rem;row-gap:1rem;--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.woocommerce.woocommerce .checkout .place-order .button{--default-fill:#de1a17;--btn-bg:var(--default-fill);--btn-text:var(--default-text);background-color:var(--btn-bg)!important;border-radius:.375rem;border-width:0;color:var(--btn-text)!important;cursor:pointer;display:inline-flex;font-weight:600;padding:.75rem 1.25rem;-webkit-text-decoration-line:none;text-decoration-line:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.woocommerce.woocommerce .checkout .place-order .button:focus,.woocommerce.woocommerce .checkout .place-order .button:hover{--btn-bg:var(--hover-fill);--btn-text:var(--hover-text)}.woocommerce.woocommerce .checkout .place-order .button:active{--btn-bg:var(--active-fill);--btn-text:var(--active-text)}.woocommerce.woocommerce .checkout .place-order .button:focus-visible{outline-color:var(--text-color)}.woocommerce.woocommerce .checkout .place-order .button{margin-left:auto}body.checkout .gform_wrapper{margin-top:var(--s0);padding:var(--s0);padding-top:.25rem;--tw-bg-opacity:1;background-color:rgba(244,244,245,var(--tw-bg-opacity));border-radius:.75rem}body.my-account .woocommerce.woocommerce{margin-left:auto;margin-right:auto;max-width:calc(var(--fs-p)*46.5)!important}.woocommerce.woocommerce .woocommerce-MyAccount-navigation ul{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:2rem;margin-top:-1rem}.woocommerce.woocommerce .woocommerce-MyAccount-navigation li{font-family:IBM Plex Sans Condensed,serif;font-size:.875rem;letter-spacing:.05em;line-height:1.25rem;margin-left:.5rem;margin-right:.5rem;text-transform:uppercase}.woocommerce.woocommerce .woocommerce-MyAccount-navigation a{border-bottom-width:4px;border-color:transparent;display:block;padding:.5rem;-webkit-text-decoration-line:none!important;text-decoration-line:none!important;transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.woocommerce.woocommerce .woocommerce-MyAccount-navigation li.is-active a{border-bottom-width:4px;--tw-border-opacity:1;border-color:rgba(222,26,23,var(--tw-border-opacity))}.woocommerce.woocommerce .woocommerce-MyAccount-navigation li.is-active a:focus,.woocommerce.woocommerce .woocommerce-MyAccount-navigation li.is-active a:hover{--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity))}.woocommerce.woocommerce .woocommerce-Address-title{align-items:center;display:flex}.woocommerce.woocommerce .woocommerce-Address-title h3{font-family:IBM Plex Sans Condensed,serif;font-size:.875rem;letter-spacing:.05em;line-height:1.25rem;margin-right:.75rem;text-transform:uppercase}.woocommerce.woocommerce .woocommerce-Address-title a{--btn-bg:var(--default-fill);--btn-text:var(--default-text);background-color:var(--btn-bg)!important;border-radius:.375rem;border-width:0;color:var(--btn-text)!important;cursor:pointer;display:inline-flex;font-weight:600;padding:.75rem 1.25rem;-webkit-text-decoration-line:none;text-decoration-line:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.woocommerce.woocommerce .woocommerce-Address-title a:focus,.woocommerce.woocommerce .woocommerce-Address-title a:hover{--btn-bg:var(--hover-fill);--btn-text:var(--hover-text)}.woocommerce.woocommerce .woocommerce-Address-title a:active{--btn-bg:var(--active-fill);--btn-text:var(--active-text)}.woocommerce.woocommerce .woocommerce-Address-title a:focus-visible{outline-color:var(--text-color)}.woocommerce.woocommerce .woocommerce-Address-title a{font-size:.75rem;line-height:1rem;padding:.5rem .75rem;--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.woocommerce.woocommerce .woocommerce-Address>address{font-style:normal;margin-top:.5rem}.woocommerce.woocommerce .v-login .u-columns{--threshold:300px;display:flex;gap:var(--s0)}.woocommerce.woocommerce .v-login h2{font-family:Bebas Neue,sans-serif;font-size:3rem;font-weight:400;letter-spacing:.025em;line-height:1;padding-bottom:.2em;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.woocommerce.woocommerce .v-login h2:before{bottom:0;display:block;height:.125em;left:0;max-width:100%;position:absolute;width:5ch;--tw-content:"";background:var(--line-color,#de1a17);content:var(--tw-content)}.woocommerce.woocommerce .v-login .g-recaptcha{margin-bottom:1.5rem}.woocommerce.woocommerce .woocommerce-ResetPassword{max-width:28rem}.woocommerce.woocommerce .woocommerce-ResetPassword .form-row{margin-bottom:.5rem;margin-top:.5rem;width:100%}.woocommerce.woocommerce .woocommerce-ResetPassword .button{font-size:1rem;line-height:1.5rem}body.post-type-archive-product .woocommerce.woocommerce .product-category{border-radius:0;border-width:0;margin-bottom:0;padding:0}body.post-type-archive-product .woocommerce.woocommerce .product-category img{object-fit:cover}.woocommerce.woocommerce .wt_customise_gift_coupon_wrapper{display:flow-root;float:none;width:auto}.woocommerce.woocommerce .wt_sc_coupon_desc{left:0;right:auto;top:-2.25rem}.pswp__bg{background-color:rgba(0,0,0,.75);--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.widget_recently_viewed_products h3{background-image:linear-gradient(to right,var(--tw-gradient-stops));margin-right:5rem;--tw-gradient-from:#f4f4f5 var(--tw-gradient-from-position);--tw-gradient-to:hsla(240,5%,96%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#fff var(--tw-gradient-to-position);font-family:IBM Plex Sans Condensed,serif;font-size:1.0625rem;font-weight:600;letter-spacing:.05em;line-height:1.25;text-transform:uppercase;--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity))}.widget_recently_viewed_products ul{padding-bottom:.5rem;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));box-shadow:24px 24px 24px rgba(0,0,0,.05)}.widget_recently_viewed_products li{font-size:1rem;line-height:1.25;padding:1.5rem 6rem 1.5rem 1.5rem;position:relative}.widget_recently_viewed_products li:not(:first-child):before{bottom:1.5rem;height:1px;left:1.5rem;position:absolute;right:1.5rem;top:1.5rem;top:0;--tw-content:"";content:var(--tw-content);--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.widget_recently_viewed_products img{float:right;height:3.75rem;margin-right:-5rem;object-fit:contain;vertical-align:top;width:3.75rem}.widget_recently_viewed_products a{-webkit-text-decoration-line:none;text-decoration-line:none;--tw-text-opacity:1;color:rgba(39,39,42,var(--tw-text-opacity))}.widget_recently_viewed_products a:focus,.widget_recently_viewed_products a:hover{--tw-text-opacity:1;color:rgba(222,26,23,var(--tw-text-opacity))}.widget_recently_viewed_products .product-title{display:block;padding-bottom:.25rem}.widget_recently_viewed_products .woocommerce-Price-amount{font-weight:500;--tw-text-opacity:1;color:rgba(60,194,214,var(--tw-text-opacity))}.blockUI.blockOverlay{--tw-bg-opacity:1!important;background-color:rgba(228,228,231,var(--tw-bg-opacity))!important}.screen-reader-shortcut,.screen-reader-text{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.screen-reader-shortcut:focus{margin:0;overflow:visible;position:static;clip:auto;display:block;font-family:IBM Plex Sans Condensed,serif;font-size:.875rem;font-weight:700;height:auto;left:1rem;letter-spacing:.05em;line-height:1.25rem;padding:1rem 1.5rem;position:fixed;-webkit-text-decoration-line:none;text-decoration-line:none;text-transform:uppercase;top:1rem;white-space:normal;width:auto;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity));--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);outline-color:#e5312e;z-index:100000}.is-layout-flex{align-items:center;display:flex;flex-wrap:wrap}:where(.is-layout-flex){gap:1em}.no-anim *,.no-anim :after,.no-anim :before{transition:none!important}.term-description{font-size:1.125em;line-height:1.25;margin:-.5rem 0 3rem}.term-description p{margin-bottom:1.125em;max-width:72ch;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.js-expandable-term.is-expandable .term-description{cursor:ns-resize;height:9.5em;overflow:hidden;padding-bottom:1.25em;position:relative}.js-expandable-term.is-expandable .term-description:before{bottom:0;left:0;position:absolute;right:0;--tw-content:"";content:var(--tw-content);width:100%;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));height:2em}.js-expandable-term.is-expandable .term-description:after{bottom:0;display:block;left:0;padding-top:.375rem;position:absolute;right:0;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));border-style:dashed;border-top-width:1px;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity));content:"Read on...";cursor:pointer;font-family:IBM Plex Sans Condensed,serif;font-size:1rem;letter-spacing:.05em;line-height:1.5rem;text-align:right;text-transform:uppercase}.js-expandable-term.is-expanded .term-description{height:auto!important;margin-bottom:1.5rem;padding-bottom:2.5rem}.js-expandable-term.is-expanded .term-description:after{content:"Close"}.after\:hidden:after{content:var(--tw-content);display:none}.after\:opacity-50:after{content:var(--tw-content);opacity:.5}@media (min-width:480px){.container{max-width:480px}.alignleft{float:left;margin-right:var(--s0)}.alignleft,.alignright{max-width:calc(50% - var(--s0)/2)}.alignright{float:right;margin-left:var(--s0)}.c-cards{--per-row:2}.c-page-links{display:flex}.c-page-links__go{display:flex;flex-direction:column;margin:0;padding:var(--spacer);width:50%}.c-page-links__go--prev{padding-left:0}.c-page-links__go--next{align-items:flex-end;border-left-width:1px;padding-right:0;--tw-border-opacity:1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.c-teaser{flex-direction:row}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:33vw}.wp-block-file{column-gap:1.5rem;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:.5rem}.b-categories{--npr:2}.f-carousel__viewport:before{bottom:0;left:0;position:absolute;top:0;z-index:10;--tw-content:"";content:var(--tw-content);width:24px;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.b-products__slide{border-left-width:1px;--tw-border-opacity:1;border-left-color:rgba(212,212,216,var(--tw-border-opacity));width:50%}.f-carousel__nav{height:0}.f-carousel__dots{display:flex;gap:.5rem;height:3.75rem;padding-left:5rem;padding-right:5rem;position:static}.l-banner__message{font-size:.875rem;line-height:1rem}.l-brand{justify-content:flex-start;margin-left:1.75rem}.l-shop__featured{padding-bottom:0;padding-top:var(--s-1)}.l-shop__features{align-items:flex-end;flex-direction:row;gap:1.5rem;width:100%}body.single-product .woocommerce.woocommerce .product[id]:has(.onsale) .product_title{padding-top:2.5rem}body.cart .cross-sells .products{--cols:2}.woocommerce.woocommerce .checkout #payment{border-radius:.375rem;margin-left:0;margin-right:0}}@media (min-width:640px){.container{max-width:640px}.c-cards{--per-row:3}.wp-block-gallery.has-nested-images.columns-3 .wp-block-image:not(#individual-image){width:calc(33.33333% - var(--gallery-gap)*.66667)}.wp-block-gallery.has-nested-images.columns-4 .wp-block-image:not(#individual-image){width:calc(25% - var(--gallery-gap)*.75)}.wp-block-gallery.has-nested-images.columns-5 .wp-block-image:not(#individual-image){width:calc(20% - var(--gallery-gap)*.8)}.wp-block-gallery.has-nested-images.columns-6 .wp-block-image:not(#individual-image){width:calc(16.66667% - var(--gallery-gap)*.83333)}.wp-block-gallery.has-nested-images.columns-7 .wp-block-image:not(#individual-image){width:calc(14.28571% - var(--gallery-gap)*.85714)}.wp-block-gallery.has-nested-images.columns-8 .wp-block-image:not(#individual-image){width:calc(12.5% - var(--gallery-gap)*.875)}.wp-block-gallery.has-nested-images.columns-default .wp-block-image:not(#individual-image){width:calc(33.33333% - var(--gallery-gap)*.66667)}.wp-block-gallery.has-nested-images.columns-default .wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default .wp-block-image:not(#individual-image):first-child:nth-last-child(2)~.wp-block-image:not(#individual-image){width:calc(50% - var(--gallery-gap)*.5)}.wp-block-gallery.has-nested-images.columns-default .wp-block-image:not(#individual-image):first-child:last-child{width:100%}.b-categories{--npr:3}.b-category{max-height:400px}.b-products__slide{width:33.333333%}.b-subscribe__row:last-child{padding-top:0}.p-key__cell{font-size:1rem;line-height:1.25}.l-sidebar .p-key__cell{font-size:.875rem;line-height:1.25}.l-header{grid-template-columns:320px auto repeat(3,var(--cell-width));grid-template-rows:60px 60px auto}.l-header__brand{grid-column:1;grid-row:1/span 2}.l-header__banner,.l-header__nav{grid-column:2/-1}.l-header__button:before{bottom:0;left:0;position:absolute;top:0;width:25%;--tw-content:"";background-image:linear-gradient(to right,var(--tw-gradient-stops));content:var(--tw-content);--tw-gradient-from:rgba(0,0,0,.5) var(--tw-gradient-from-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:transparent var(--tw-gradient-to-position);opacity:var(--shadow-opacity)}.is-expanded>.l-header__button:before,.l-header__button:focus:before,.l-header__button:hover:before{opacity:0}.l-brand{justify-content:center;margin:0}.l-cart__message{font-size:.875rem;line-height:1.25rem}.l-shop__features{gap:0}.l-shop__feature:not(:first-child){border-color:rgba(180,21,19,.4);border-left-width:6px;margin-left:.875rem;padding-left:.875rem}.l-shop__feature-link{padding-left:var(--s-1);padding-right:var(--s-1)}.l-nav__list--parent{display:flex;flex-direction:row;gap:1.25rem;justify-content:space-between}.l-nav__item--parent{flex-grow:1;max-width:35%}.woocommerce.woocommerce .woocommerce-product-gallery{border-width:12px;--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity));box-shadow:-36px 36px 36px -18px rgba(0,0,0,.03)}.woocommerce.woocommerce .wc_gc_field.form-row{flex-direction:row}.woocommerce.woocommerce .woocommerce-error,.woocommerce.woocommerce .woocommerce-info,.woocommerce.woocommerce .woocommerce-message{align-items:flex-end;flex-direction:row;justify-content:space-between}body.single-product .woocommerce.woocommerce .woocommerce-product-gallery{float:right;margin-left:var(--s-1);width:calc(50% - var(--s-1))}.woocommerce.woocommerce .checkout .col2-set{flex-direction:row;margin-bottom:1.5rem}}@media (min-width:768px){.container{max-width:768px}:root{--space-unit:2.25rem}.c-page-header{padding-right:0}.c-teaser{margin-bottom:5rem;margin-top:5rem}.c-widget__title{padding-top:3.5rem}p.is-style-intro.has-text-align-center{padding-bottom:4rem;padding-top:4rem}p.is-style-intro{font-size:1.375rem;margin-bottom:4rem}.wp-block-columns{flex-wrap:nowrap}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0px;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}.b-categories{--gap:var(--s0)}.b-feature__content{align-items:center}.b-feature__content h2{font-size:6rem;line-height:.85}.b-hero-wrap{overflow-x:hidden;width:100%}.b-hero{box-sizing:initial;-ms-scroll-snap-type:y var(--tw-scroll-snap-strictness);scroll-snap-type:y var(--tw-scroll-snap-strictness);width:100%;--tw-scroll-snap-strictness:mandatory;height:calc(100vh - 60px - var(--admin-bar-height));overflow-y:scroll;padding-right:18px}.b-hero .b-slide{min-height:calc(100vh - 60px - var(--admin-bar-height));scroll-snap-align:start;scroll-snap-stop:normal}.b-hero.is-locked{overflow:hidden}.f-carousel__viewport{margin-bottom:2rem}.b-products__slide{width:25%}.f-button{width:5rem}.b-slide{align-items:center;-webkit-clip-path:inset(0);clip-path:inset(0);display:flex;justify-content:center}.b-slide__cover{aspect-ratio:auto;bottom:0;left:0;position:absolute;right:0;top:0}.b-slide__image{position:fixed}.b-slide__inner{align-items:flex-end;background-color:initial;bottom:0;display:flex;left:0;padding:0;position:absolute;right:0;top:0;z-index:1}.b-slide__content{display:flex;flex-direction:column;width:75%}.b-slide__heading{font-size:clamp(4.5rem,4.5rem + 3.5 * (100vw - 40rem)/24,8rem);margin-bottom:var(--s-2);margin-left:var(--s0)}.b-slide__body{display:grid;flex:1 1 0%;margin-right:5rem;grid-column-gap:var(--s-1);background-color:hsla(0,0%,100%,.2);column-gap:var(--s-1);padding:var(--s0);padding-right:0;--tw-backdrop-blur:blur(16px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);grid-template-areas:"summary summary" "disclaimer action";grid-template-columns:1fr auto;grid-template-rows:auto auto}.b-slide__body:before{height:1rem;left:var(--s0);margin-left:var(--s-4)}.b-slide__summary{font-size:var(--fs-h4);font-weight:500;line-height:var(--lh-h4);max-width:48ch;padding-left:.25rem;padding-right:var(--s-0);text-wrap:balance}.b-slide__button{justify-content:flex-end;margin-right:-5rem}.b-slide__fine-print{align-self:flex-end}.b-slide.has-white-color .b-slide__body{background-color:rgba(0,0,0,.4);box-shadow:inset 0 10px 48px hsla(0,0%,100%,.075)}.b-subscribe{min-height:40vh;padding-bottom:var(--s1)}.b-subscribe__wrap{padding-bottom:var(--s0)}.l-sidebar .p-key{padding-bottom:var(--s1);padding-left:var(--s-2);padding-right:var(--s-2);padding-top:1rem}.l-sidebar:has(.p-key){position:-webkit-sticky;position:sticky;top:var(--admin-bar-height)}.l-header{grid-template-columns:320px auto repeat(4,var(--cell-width));position:relative}.l-header__nav{grid-column:3/-1}.l-body{background-image:linear-gradient(to bottom,var(--tw-gradient-stops));grid-template-areas:"masthead masthead" "content subnav" "content sidebar";grid-template-columns:1fr var(--sidebar-width);grid-template-rows:auto auto 1fr;min-height:calc(100vh - 200px - var(--admin-bar-height) - 3.75rem);--tw-gradient-from:#f4f4f5 var(--tw-gradient-from-position);--tw-gradient-to:hsla(240,5%,96%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#fff var(--tw-gradient-to-position);--tw-gradient-to-position:55vh}.l-body__sidebar,.l-body__subnav{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from:#fafafa var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,98%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#fff var(--tw-gradient-to-position);--tw-gradient-to-position:25%}.l-footer:after{height:2.5rem}.l-menu{position:relative;z-index:20}.l-menu__trigger{top:calc(var(--cell-height)*-1)}.l-menu__trigger:before{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from:hsla(0,0%,100%,.1) var(--tw-gradient-from-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position)}.l-search__panel{background-color:inherit;z-index:20}.l-cart__panel,.l-search__panel{position:absolute;right:0;width:calc(100vw - var(--logo-width))}.l-cart__panel{max-width:400px;z-index:50}.l-cart__message{font-size:1rem;line-height:1.5rem}.l-account__panel{position:relative;z-index:20}.l-shop{--shadow-opacity:0.5;overflow:visible;position:relative;z-index:10}.l-shop__trigger{gap:.75rem;justify-content:space-between;left:320px;padding-left:1.75rem;padding-right:1.75rem;position:absolute;top:-3.75rem;z-index:10;--tw-text-opacity:1;color:rgba(236,67,65,var(--tw-text-opacity));max-width:calc(var(--cell-width)*2.25);width:calc(100% - var(--logo-width) - var(--cell-width)*4)}.l-shop__label{flex:0 1 auto;font-size:1rem;line-height:1.5rem;padding:0}.l-shop__tip{background-color:initial;width:auto;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.l-shop__icon{width:1rem}.l-shop__panel{max-height:16px}.l-shop__featured{padding-left:var(--s0);padding-right:var(--s0);padding-top:var(--s-0)}.l-shop__features{justify-content:flex-end}.l-shop__catalog{padding-left:var(--s0);padding-right:var(--s0)}.l-shop__trigger:hover{--tw-bg-opacity:1;background-color:rgba(229,49,46,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity))}.l-shop__trigger:focus-visible{--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.l-shop.is-expanded .l-shop__trigger{--tw-bg-opacity:1;background-color:rgba(229,49,46,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(24,24,27,var(--tw-text-opacity))}.l-masthead{aspect-ratio:3/1;padding-right:2.5rem;padding-top:100px}.l-subnav{margin-bottom:3rem}.l-subnav__trigger{display:none}.l-subnav__panel{background-color:initial;height:auto!important}.l-subnav__list{padding-bottom:0;padding-top:0}.l-subnav__item{padding-left:0;padding-right:0}.l-subnav__link{padding:.875rem 1.5rem}.l-subnav__item:not(:first-child) .l-subnav__link:before{left:1.5rem;right:auto;width:2.5rem}.l-subnav__item--top{padding-left:0;padding-right:0}.l-subnav__link--top{margin-right:0;padding-top:3.5rem;position:relative;z-index:1}.v-clearance__key-link{color:inherit!important;-webkit-text-decoration-line:none;text-decoration-line:none}body.home:has(.l-shop.is-expanded) .b-hero{height:auto;-ms-scroll-snap-type:none;scroll-snap-type:none}body.home:has(.l-shop.is-expanded) .b-hero .b-slide{-ms-scroll-snap-type:none;scroll-snap-type:none}body.home:has(.l-shop.is-expanded) .b-hero.is-locked{overflow:visible}.woocommerce.woocommerce .wc_gc_field.form-row{flex-direction:column}.woocommerce.woocommerce .woocommerce-result-count{float:left;margin-bottom:var(--s0)}.woocommerce.woocommerce .woocommerce-ordering{float:right;margin-bottom:var(--s0)}.woocommerce.woocommerce .facetwp-facet+.woocommerce-ordering{margin-bottom:0;margin-top:.125rem}body.single-product .woocommerce.woocommerce .product[id]:has(.onsale) .product_title{padding-top:2rem}.woocommerce.woocommerce .woocommerce-cart-form{max-width:none;overflow:auto}.woocommerce.woocommerce .shop_table.cart .actions{overflow:hidden}.woocommerce.woocommerce .shop_table.cart .coupon{float:left;margin:0}.woocommerce.woocommerce .shop_table.cart .coupon+.button{float:right}body.cart .cross-sells .products:has(>:nth-child(3):last-child){--cols:3}body.cart .cross-sells .products:has(>:nth-child(4):last-child){--cols:2}.widget_recently_viewed_products h3{margin-right:0;padding:3.5rem 1.5rem .875rem}.js-expandable-term.is-expandable .term-description{height:7em}}@media (min-width:783px){.container{max-width:783px}:root body.admin-bar{--admin-bar-height:32px}.admin-bar .l-app{min-height:calc(100vh - var(--admin-bar-height))}}@media (min-width:920px){.container{max-width:920px}.c-page-header{padding-top:.75rem}.c-pagination__pages{display:inline-block;margin-right:.75rem}body.single-clearance .l-content__body{display:grid;margin-left:auto;margin-right:auto;max-width:1600px;grid-column-gap:var(--s0);column-gap:var(--s0);grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr}body.single-clearance .v-clearance__title{grid-area:1/1/2/2;margin-bottom:0;margin-top:0;padding-top:0}body.single-clearance .v-clearance__media{grid-area:1/2/-1/-1}body.single-clearance .v-clearance__image-link{display:block;padding:var(--s-0);position:-webkit-sticky;position:sticky;top:var(--s0);--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));box-shadow:-36px 36px 36px -18px rgba(0,0,0,.03)}body.single-clearance .v-clearance__image{max-width:none}body.single-clearance .v-clearance__text{grid-area:2/1/2/2}body.single-clearance .v-clearance__text>:first-child{margin-top:0}}@media (min-width:1024px){.container{max-width:1024px}.c-cards{--per-row:4}.c-pagination__page--extend{min-width:0}.b-categories{--npr:4}.b-feature{flex-direction:row;min-height:max(480px,min(85vh,800px))}.b-feature__cover{position:-webkit-sticky;position:sticky;top:0;width:50%}.b-feature__inner{margin-left:auto;margin-right:auto;max-width:600px}.b-feature.is-style-right{flex-direction:row-reverse}.b-products{padding-bottom:var(--s1);padding-top:var(--s1)}.b-products__slide{width:20%}.b-slide__content{width:66.666667%}.b-subscribe__title{padding-bottom:var(--s-2);text-align:center}.b-subscribe__title:before{left:50%;margin-left:-4ch;margin-right:-4ch;width:8ch}.b-subscribe__form{margin-left:auto;margin-right:auto;max-width:1280px}.l-header{grid-template-columns:320px var(--shop-button-width) 1fr repeat(3,var(--cell-width))}.l-header__banner{grid-column:2/span 2;position:relative;z-index:50}.l-header__nav{display:grid;grid-column:2/-1;grid-row:1/-1;grid-template-columns:subgrid;grid-template-rows:subgrid;padding-top:0}.l-header__menu{grid-column:2/-1;grid-row:2}.l-header__search{grid-column:1/4;grid-row:1}.l-header__cart{grid-column:4;grid-row:1}.l-header__account{grid-column:5;grid-row:1}.l-footer__wrap{grid-template-areas:"nav contact" "legal legal" "spacer spacer";grid-template-columns:1fr var(--sidebar-width);grid-template-rows:1fr auto}.l-footer__nav{padding-top:var(--s0)}.l-footer__legal{justify-content:flex-end;margin-top:-2rem}.l-menu{height:100%!important;position:static}.l-menu__trigger{display:none}.l-menu__panel{height:100%!important;overflow:visible}.l-menu__list{background-image:none;flex-direction:row;margin-top:0;max-width:640px;padding-bottom:0;padding-top:0}.l-menu__item{margin-top:0;padding-left:0;padding-right:0}.l-menu__link{align-items:center;display:flex;height:100%;justify-content:center;padding:0;position:relative;z-index:1}.l-menu__link:before{bottom:1rem;height:auto;left:0;right:auto;top:1rem;width:1px}.l-menu__item:first-child .l-menu__link:before{display:block}.l-header:has(.l-shop.is-expanded) .l-menu__item:first-child .l-menu__link:before,.l-header:has(.l-shop__trigger:hover) .l-menu__item:first-child .l-menu__link:before{visibility:hidden}.l-menu__item:focus-within+.l-menu__item .l-menu__link:before,.l-menu__item:hover+.l-menu__item .l-menu__link:before{display:none}.l-menu__item.is-active .l-menu__link:after{left:0;position:absolute;right:0;top:100%;--tw-content:"";content:var(--tw-content);height:.375rem;--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.l-menu__item.is-active .l-menu__link:focus:after,.l-menu__item.is-active .l-menu__link:hover:after{background-color:initial}.l-search{--shadow-opacity:0;background-color:var(--dk-step-4);display:flex;flex-direction:row-reverse;height:auto;margin-left:auto;position:relative;width:var(--cell-width);z-index:50}.l-search__trigger{position:static}.l-search__trigger:before{display:none}.l-search__panel{flex:1 1 0%;position:static;width:auto}.l-search__form{padding:0}.l-search .c-search-form__field{padding-left:1.5rem;padding-right:1.5rem;width:0}.l-search .c-search-form__button{width:5rem}.l-search.is-expanded{margin-left:0;width:auto}.l-cart{height:auto}.l-cart__trigger{position:relative;right:auto}.l-cart__panel{height:auto;max-height:0;max-width:none;min-width:320px;width:auto}.l-cart__info{opacity:0;transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.l-cart__button{justify-content:center;margin-left:1rem;min-width:144px;padding-left:1.25rem;padding-right:1.25rem}.l-cart.is-expanded .l-cart__panel{max-height:9999px;transition:max-height .5s cubic-bezier(.5,0,1,0)}.l-cart.is-expanded .l-cart__info{opacity:1;transition-delay:.1s;transition-duration:.5s}.l-account{--shadow-opacity:0;background-color:var(--dk-step-2);height:auto}.l-account__trigger{position:relative}.l-account__panel{height:auto;max-height:0;min-width:320px;position:absolute;right:0}.l-account__list{opacity:0;transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.l-account.is-expanded .l-account__panel{max-height:9999px;transition:max-height .5s cubic-bezier(.5,0,1,0)}.l-account.is-expanded .l-account__list{opacity:1;transition-delay:.1s;transition-duration:.5s}.l-shop__trigger{justify-content:center;max-width:none;width:var(--shop-button-width)}.l-shop__icon{transition-duration:.15s;transition-duration:0s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.l-shop__featured{opacity:0;transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.l-shop__grid{row-gap:var(--s-0)}.l-shop__category{opacity:0;transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.l-shop__link{padding-bottom:.25rem;padding-top:.25rem}.l-shop.is-expanded .l-shop__icon{transition-delay:.3s}.l-shop.is-expanded .l-shop__panel{max-height:9999px;transition:max-height .8s cubic-bezier(.5,0,1,0)}.l-shop.is-expanded .l-shop__featured{opacity:1;transition-delay:.2s;transition-duration:.3s}.l-shop.is-expanded .l-shop__category{opacity:1;transition-delay:.3s;transition-duration:.3s}.l-masthead{aspect-ratio:4/1}.l-nav{margin-bottom:-.25rem;position:relative}.l-contact{align-items:center;display:flex;flex-direction:column;padding-bottom:1.5rem}.l-contact__wrap{align-items:flex-end;display:inline-flex;flex-direction:column;min-width:160px;text-align:right}.l-contact__logo,.l-contact__wrap{margin-left:auto;margin-right:auto}.l-legal{padding-bottom:0;padding-top:0}.l-legal__wrap{margin-left:auto;margin-right:auto;margin-top:-1.5rem;max-width:190px;overflow:visible;position:relative}.l-legal__text{position:absolute;right:0;white-space:nowrap}.woocommerce.woocommerce .woocommerce_gc_giftcard_form{margin-top:.75rem}.woocommerce.woocommerce .wc_gc_field.form-row{flex-direction:row}body.single-product .woocommerce.woocommerce .woocommerce-product-gallery{position:-webkit-sticky;position:sticky;top:var(--s0)}body.single-product .woocommerce.woocommerce .summary{width:calc(50% - var(--s-1))}.woocommerce.woocommerce .cart-collaterals{display:flow-root}.woocommerce.woocommerce .cart-collaterals .cross-sells{float:left;width:25%}.woocommerce.woocommerce .cart-collaterals .cart_totals{float:right;width:66.666667%}body.cart .cross-sells .products:has(>:nth-child(3):last-child){--cols:3}body.cart .cross-sells .products:has(>:nth-child(4):last-child){--cols:4}}@media (min-width:1280px){.container{max-width:1280px}:root{--space-unit:3rem;--baseline:1.75}body:before{bottom:0;left:0;position:fixed;right:0;top:0;z-index:-1;--tw-content:"";background:conic-gradient(from 0deg at 83.3333333333% 33.3333333333%,#262626 0,#262626 120deg,transparent 0),conic-gradient(from -120deg at 16.6666666667% 33.3333333333%,#222 0,#222 120deg,transparent 0),conic-gradient(from 120deg at 33.3333333333% 83.3333333333%,#2a2a2a 0,#2a2a2a 120deg,transparent 0),conic-gradient(from 120deg at 66.6666666667% 83.3333333333%,#2a2a2a 0,#2a2a2a 120deg,transparent 0),conic-gradient(from -180deg at 33.3333333333% 50%,#222 60deg,#2a2a2a 0,#2a2a2a 120deg,transparent 0),conic-gradient(from 60deg at 66.6666666667% 50%,#2a2a2a 60deg,#262626 0,#262626 120deg,transparent 0),conic-gradient(from -60deg at 50% 33.3333333333%,#2a2a2a 120deg,#222 0,#222 240deg,#262626 0);background:conic-gradient(from 0deg at 83.3333333333% 33.3333333333%,#262626 0 120deg,transparent 0),conic-gradient(from -120deg at 16.6666666667% 33.3333333333%,#222 0 120deg,transparent 0),conic-gradient(from 120deg at 33.3333333333% 83.3333333333%,#2a2a2a 0 120deg,transparent 0),conic-gradient(from 120deg at 66.6666666667% 83.3333333333%,#2a2a2a 0 120deg,transparent 0),conic-gradient(from -180deg at 33.3333333333% 50%,#222 60deg,#2a2a2a 0 120deg,transparent 0),conic-gradient(from 60deg at 66.6666666667% 50%,#2a2a2a 60deg,#262626 0 120deg,transparent 0),conic-gradient(from -60deg at 50% 33.3333333333%,#2a2a2a 120deg,#222 0 240deg,#262626 0);background-size:277.12px 160px;content:var(--tw-content);will-change:transform}.c-widget{margin-right:-5rem}.b-categories{--gap:40px;--npr:4}.b-slide__content{width:50%}.l-header{grid-template-columns:320px var(--shop-button-width) 1fr repeat(4,var(--cell-width))}.l-header__banner{grid-column:2/-2}.l-header__menu{grid-column:2}.l-header__search{grid-column:1/-1}.l-header__cart{grid-column:3/span 2;grid-row:2}.l-header__account{grid-column:5/span 2;grid-row:2}.l-body__sidebar,.l-body__subnav{margin-right:5rem}.l-search{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(82,82,91,var(--tw-text-opacity))}.l-search.is-expanded .l-search__trigger{background-color:var(--dk-step-4)}.l-cart{background-color:var(--dk-step-2)}.l-cart__trigger{justify-content:space-between;padding-left:1.75rem;padding-right:1.75rem;width:100%}.l-cart__label{font-weight:500}.l-account{background-color:var(--dk-step-3)}.l-account__trigger{justify-content:space-between;padding-left:1.75rem;padding-right:1.75rem;width:100%}.l-cart__label{height:auto;margin:0;overflow:visible;padding:0;position:static;width:auto;clip:auto;font-family:IBM Plex Sans Condensed,serif;font-size:1rem;letter-spacing:.05em;line-height:1.5rem;text-transform:uppercase;white-space:normal}.l-masthead{padding-right:var(--sidebar-width)}.l-nav__item--parent{flex-basis:50%;max-width:none}.woocommerce.woocommerce .products{--max-size:240px}.widget_recently_viewed_products ul{margin-right:-5rem}}@media (min-width:1440px){.container{max-width:1440px}.c-widget{margin-right:0}.b-categories{--gap:80px}.l-footer__contact,.l-footer__nav{padding:var(--s1)}.l-banner{gap:1.5rem}.l-banner__carousel{display:flex;max-width:1200px;padding-right:1.5rem;transition-property:none}.l-banner__slide{--shadow-opacity:0.125;flex:1 1 auto;padding-left:1.5rem;padding-right:1.5rem}.l-banner__button{display:none}.l-masthead{aspect-ratio:5/1}.l-masthead__title{margin-bottom:-.75rem}}@media (min-width:1536px){.container{max-width:1536px}.c-cards{--per-row:5}.b-slide__heading{font-size:clamp(4.5rem,4.5rem + 4.5 * (100vw - 40rem)/24,9rem)}}@media (min-width:1680px){.container{max-width:1680px}:root{--sidebar-width:max(240px,min(27.5vw,480px))}.l-contact__info,.l-nav__link--child,.l-subnav__link{font-size:var(--fs-p);line-height:var(--lh-p)}}@media (min-width:1920px){.container{max-width:1920px}.b-slide__heading{font-size:clamp(9rem,9rem + 3 * (100vw - 120rem)/40,12rem)}}@media (min-width:2560px){.container{max-width:2560px}body:after{bottom:0;left:0;position:fixed;right:0;top:0;z-index:-1;--tw-content:"";background-image:linear-gradient(to bottom,var(--tw-gradient-stops));content:var(--tw-content);--tw-gradient-from:rgba(39,39,42,.8) var(--tw-gradient-from-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-from-position:100px;--tw-gradient-to:rgba(39,39,42,0) var(--tw-gradient-to-position);--tw-gradient-to-position:50%;will-change:transform}.b-categories{background-color:rgba(9,9,11,.25)}}@media (min-width:2561px){.container{max-width:2561px}.l-app{padding-bottom:2rem;padding-top:2rem}.l-app:has(.l-announcement.is-loaded:not(.is-dismissed)){margin-bottom:7rem}}@media (max-width:767px){.wp-block-table{max-width:calc(100vw - var(--s2))!important;overflow-x:auto}}@media (max-width:639px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}@media only screen and (max-width:431px){.l-shop__category-link br{display:none}}@media (max-width:359px){.woocommerce.woocommerce .checkout .g-recaptcha.woo_checkout{max-width:calc(100vw - var(--s2));overflow-x:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion){*{transition:none!important}}@media print{.c-page-links,.l-body__sidebar,.l-body__subnav,.l-header__nav,.l-header__shop{display:none}*,:after,:before,:first-letter,:first-line{background:transparent!important;box-shadow:none!important;filter:none!important;text-shadow:none!important}:not(h1):not(h2){color:#000!important}@page{margin:.5cm}html{font-size:6pt}h2,h3{page-break-after:avoid}h2,h3,p{orphans:3;widows:3}a,a:visited{-webkit-text-decoration-line:underline;text-decoration-line:underline}.l-content a[href]:after{content:" (" attr(href) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #666;page-break-inside:avoid}.print\:block{display:block}}