:root{--f-spinner-width:2.25rem;--f-spinner-height:2.25rem;--f-spinner-color-1:#0000001a;--f-spinner-color-2:#11181ccc;--f-spinner-stroke:2.75}.f-spinner{width:var(--f-spinner-width);height:var(--f-spinner-height);margin:auto;padding:0}.f-spinner svg{vertical-align:top;width:100%;height:100%;animation:2s linear infinite f-spinner-rotate}.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:2s ease-in-out infinite f-spinner-dash}@keyframes f-spinner-rotate{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s)ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s)ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance,150px)*-1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,.2s)ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s)ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975)translateY(1rem)}to{opacity:1;transform:scale(1)translate(0,0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975)translateY(1rem)}}.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:translate(100%)}to{transform:translate(0,0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translate(0,0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(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:translate(-4.6875rem)}to{opacity:1;transform:translate(0,0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translate(4.6875rem)}to{opacity:1;transform:translate(0,0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translate(-4.6875rem)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translate(4.6875rem)}}:root{--f-button-width:2.5rem;--f-button-height:2.5rem;--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 .15s ease;--f-button-transform:none;--f-button-svg-width:1.25rem;--f-button-svg-height:1.25rem;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:.65}.f-button{box-sizing:content-box;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition);justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:relative}@media (hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{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{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none;transition:opacity .15s}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{z-index:1;position:absolute}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{scroll-behavior:auto;width:auto;overflow:visible}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overscroll-behavior-y:none;overflow:hidden!important}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:#18181bfa;--fancybox-slide-gap:.625rem;--f-spinner-width:3.125rem;--f-spinner-height:3.125rem;--f-spinner-color-1:#ffffff1a;--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;box-sizing:border-box;color:#f8f8f8;-webkit-tap-highlight-color:#0000;z-index:var(--fancybox-zIndex,1050);transform-origin:0 0;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-moz-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain;direction:ltr;outline:none;flex-direction:column;margin:0;padding:0;display:flex;position:fixed;inset:0;overflow:visible}.fancybox__container *,.fancybox__container :before,.fancybox__container :after{box-sizing:inherit}.fancybox__container::backdrop{background-color:#0000}.fancybox__backdrop{z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity;position:fixed;inset:0}.fancybox__carousel{box-sizing:border-box;z-index:10;flex:1;min-height:0;position:relative;overflow:clip visible}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{height:100%;margin:0 auto;display:flex}.fancybox__slide{width:100%;height:100%;margin:0 var(--fancybox-slide-gap)0 0;overscroll-behavior:contain;backface-visibility:hidden;flex-direction:column;flex:none;align-items:center;padding:.25rem;display:flex;position:relative;overflow:auto;transform:translate(0,0)}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:2.5rem}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;z-index:20;border-radius:0;flex-direction:column;align-self:center;margin:0;padding:2rem;display:flex;position:relative}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{backface-visibility:hidden;background:50%/contain no-repeat;min-height:.0625rem;padding:0;transition:none;transform:translate(0,0)}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{object-fit:contain;-webkit-user-select:none;user-select:none;filter:blur();width:100%;height:100%;min-height:0;margin:auto;display:block}.fancybox__caption{overflow-wrap:anywhere;max-width:100%;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible;flex-shrink:0;align-self:center;margin:0;padding:.875rem 0 .25rem;line-height:1.375}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;z-index:40;position:absolute;top:0;right:.5rem}.fancybox__content>.f-button.is-close-btn{--f-button-width:2.125rem;--f-button-height:2.125rem;--f-button-border-radius:.25rem;--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:1.375rem;--f-button-svg-height:1.375rem;opacity:.75;position:absolute;top:-2.375rem;right:0}.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{width:100%;opacity:var(--fancybox-opacity,1);padding:1.5rem;transition:all .25s}.is-compact .fancybox__footer{z-index:20;background:#18181b80;position:absolute;bottom:0;left:0;right:0}.is-compact .fancybox__footer .fancybox__caption{padding:.75rem}.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:#0009;--f-button-active-bg:#0009;--f-button-hover-bg:#0009;--f-button-svg-width:1.125rem;--f-button-svg-height:1.125rem;--f-button-svg-filter:none;top:.3125rem;right:.3125rem}.fancybox__nav{--f-button-width:3.125rem;--f-button-height:3.125rem;--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:#18181b4d;--f-button-active-bg:#18181b80;--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-svg-width:1.625rem;--f-button-svg-height:1.625rem;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(.0625rem .0625rem .0625rem #18181b80);--f-button-svg-disabled-opacity:.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{content:"";z-index:1;position:absolute;inset:-1.875rem -1.25rem}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5))0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));z-index:30;cursor:pointer;position:absolute;top:50%;left:50%}.fancybox-protected{z-index:40;-webkit-user-select:none;user-select:none;position:absolute;inset:0}.fancybox-ghost{object-fit:contain;z-index:40;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;min-height:0;position:absolute;top:0;left:0}.fancybox-focus-guard{opacity:0;pointer-events:none;outline:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content){animation:var(--f-interface-enter-duration,.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]>:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content){animation:var(--f-interface-exit-duration,.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-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{flex-shrink:1;max-width:100%;min-height:.0625rem;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 7.5rem);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:60rem;max-width:100%;height:33.75rem;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{color:#fff;background:#18181be6;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:0 0;border:0;width:100%;height:100%;display:block}.fancybox-placeholder{clip:rect(.0625rem,.0625rem,.0625rem,.0625rem)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;width:.0625rem!important;height:.0625rem!important;margin:-.0625rem!important;padding:0!important;position:absolute!important;overflow:hidden!important}.f-carousel__thumbs{--f-thumb-width:6rem;--f-thumb-height:4.5rem;--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:.125rem;--f-thumb-offset:0;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:.5rem;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:.25rem;--f-thumb-extra-gap:1rem;--f-thumb-clip-width:2.875rem}.f-thumbs{-webkit-tap-highlight-color:#0000;-webkit-user-select:none;user-select:none;perspective:62.5rem;flex:none;margin:0;position:relative;overflow:hidden;transform:translateZ(0)}.f-thumbs .f-spinner{z-index:-1;background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:.125rem;width:100%;height:100%;position:absolute;top:0;left:0}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate(0,0)}.f-thumbs__track{display:flex}.f-thumbs__slide{box-sizing:content-box;width:var(--f-thumb-width);height:var(--f-thumb-height);cursor:pointer;flex:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:relative;overflow:visible}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{content:"";top:0;bottom:0;left:calc((var(--f-thumb-clip-width,0))*-.5);width:calc(var(--width,0)*.0625rem + var(--f-thumb-clip-width,0));cursor:pointer;position:absolute}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift,0)*-.0625rem),0,0);pointer-events:none;transition:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-.0625rem 0 0 var(--f-thumb-outline-color))drop-shadow(.125rem 0 0 var(--f-thumb-outline-color))drop-shadow(0 -.0625rem 0 var(--f-thumb-outline-color))drop-shadow(0 .125rem 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);border-radius:var(--f-thumb-border-radius);cursor:pointer;pointer-events:auto;touch-action:manipulation;height:100%;opacity:var(--f-thumb-opacity);background:0 0;border:0;outline:none;margin:0 -100%;padding:0;transition:opacity .2s;position:relative;overflow:hidden}.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))*.5)round var(--f-thumb-border-radius,0));clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{content:"";border:var(--f-thumb-outline,0)solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);z-index:10;height:auto;animation:.2s ease-out f-fadeIn;position:absolute;inset:0}.f-thumbs__slide__img{width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius);margin:0;position:absolute;inset:0;overflow:hidden}.f-thumbs.is-horizontal .f-thumbs__track{padding:.5rem 0 .75rem}.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 .5rem}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap)0}.fancybox__thumbs{--f-thumb-width:6rem;--f-thumb-height:4.5rem;--f-thumb-border-radius:.125rem;--f-thumb-outline:.125rem;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(.23,1,.32,1);position:relative}.fancybox__thumbs.is-classic{--f-thumb-gap:.5rem;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-modern{--f-thumb-gap:.25rem;--f-thumb-extra-gap:1rem;--f-thumb-clip-width:2.875rem;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.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:4rem;--f-thumb-clip-width:2rem;--f-thumb-height:3rem;--f-thumb-extra-gap:.625rem}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,#fffffff0);--f-button-width:2.875rem;--f-button-height:2.875rem;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:#18181ba6;--f-button-hover-bg:#464649a6;--f-button-active-bg:#5a5a5da6;--f-button-border-radius:0;--f-button-svg-width:1.5rem;--f-button-svg-height:1.5rem;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(.0625rem .0625rem .0625rem #18181b26);--f-button-svg-fill:none;--f-button-svg-disabled-opacity:.65;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px #00000080);pointer-events:none;z-index:20;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;display:flex}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{flex-flow:wrap;align-content:flex-start;display:flex}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{flex-wrap:nowrap;justify-content:flex-end;display:flex}.fancybox__infobar{line-height:var(--f-button-height);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;user-select:none;padding:0 .3125rem;font-size:1.0625rem}.fancybox__infobar span{padding:0 .3125rem}.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{opacity:.3;height:100%}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child,.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-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,:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{transform-origin:0;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;-webkit-user-select:none;user-select:none;pointer-events:none;height:.1875rem;transition-property:transform;transition-timing-function:linear;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}
:root{--swiper-navigation-size:2.75rem}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0 - (var(--swiper-navigation-size)/2));z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{object-fit:contain;transform-origin:50%;width:100%;height:100%}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);letter-spacing:0;font-variant:initial;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}
.collage{grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem;display:grid}@media (min-width:992px){.collage{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}}.collage.full-width{grid-template-columns:repeat(1,minmax(0,1fr));gap:.625rem;display:grid}@media (min-width:992px){.collage.full-width{grid-template-columns:repeat(1,minmax(0,1fr))}}.collage__item:first-of-type{grid-column:span 2/span 2}@media (min-width:992px){.collage__item:first-of-type{grid-row:span 2/span 2}}.collage__item-image{object-fit:cover;width:100%;height:100%}
.featured-column{width:100%;padding-right:var(--bs-gutter-x,calc(1.5rem/2));padding-left:var(--bs-gutter-x,calc(1.5rem/2));margin-left:auto;margin-right:auto}@media (min-width:576px){.featured-column{max-width:100%}}@media (min-width:768px){.featured-column{max-width:100%}}@media (min-width:992px){.featured-column{max-width:100%}}@media (min-width:1200px){.featured-column{max-width:86.5rem}}@media (min-width:1536px){.featured-column{max-width:86.5rem}}@media (min-width:1600px){.featured-column{max-width:86.5rem}}.featured-column{margin-top:4.375rem;margin-bottom:4.375rem}@media (min-width:992px){.featured-column{margin-top:7.5rem;margin-bottom:7.5rem}}@media not all and (min-width:992px){.featured-column{grid-template-rows:repeat(3,auto);display:grid}}@media (min-width:992px){.featured-column.upcoming-page{margin-top:4rem;margin-bottom:4rem}}.featured-column__title{font-family:var(--font-space-grotesk);text-transform:uppercase;margin-top:1rem;margin-bottom:.875rem;font-size:1.625rem;line-height:1.875rem}@media (min-width:992px){.featured-column__title{order:1;font-size:2.75rem;line-height:3rem}}.featured-column__caption{font-family:var(--font-space-grotesk);text-transform:uppercase;margin-bottom:1.25rem;font-weight:500}@media (min-width:992px){.featured-column__caption{grid-row:1/2}}@media not all and (min-width:992px){.featured-column__caption{margin-top:1.875rem}}.featured-column__description{font-family:var(--font-open-sans);--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));order:2;margin-bottom:2.5rem;font-size:1.25rem;font-weight:400;line-height:2rem}.featured-column__description p{margin-bottom:.5rem}.featured-column__link{text-transform:uppercase;flex-shrink:0;column-gap:.3125rem;font-weight:700;display:flex}@media (min-width:992px){.featured-column__link{grid-area:2/2/3/3;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}}@media not all and (min-width:992px){.featured-column__link{grid-row:5/6;margin-top:1.875rem}}.featured-column__header{column-gap:1rem;margin-bottom:1.875rem}@media (min-width:992px){.featured-column__header{margin-top:2.5rem;display:grid}}.featured-column__content{margin-top:1.875rem}.featured-column__item-icon{margin-bottom:1rem}.featured-column__item-icon img{width:auto;height:3.0625rem}.featured-column__item-title{max-width:15.6875rem;margin-bottom:.3125rem;font-size:1.125rem;font-weight:700;line-height:1.75rem}@media (min-width:992px){.featured-column__item-title{font-size:1.25rem;line-height:1.75rem}.featured-column__item-title--three-items{max-width:20.3125rem}}.featured-column__item-description{line-height:1.5rem}
.hot-spot{margin-top:4.375rem;margin-bottom:4.375rem}@media (min-width:992px){.hot-spot{margin-top:7.5rem;margin-bottom:7.5rem}}.hot-spot{grid-template-rows:repeat(3,auto);display:grid;position:relative}@media (min-width:992px){.hot-spot{padding-left:2.5rem;padding-right:2.5rem}}.hot-spot{width:100%;padding-right:var(--bs-gutter-x,calc(1.5rem/2));padding-left:var(--bs-gutter-x,calc(1.5rem/2));margin-left:auto;margin-right:auto}@media (min-width:576px){.hot-spot{max-width:100%}}@media (min-width:768px){.hot-spot{max-width:100%}}@media (min-width:992px){.hot-spot{max-width:100%}}@media (min-width:1200px){.hot-spot{max-width:86.5rem}}@media (min-width:1536px){.hot-spot{max-width:86.5rem}}@media (min-width:1600px){.hot-spot{max-width:86.5rem}}@media (min-width:992px){.hot-spot.upcoming-margins{margin-top:0;margin-bottom:0;padding-top:4rem;padding-bottom:4rem}}.hot-spot__title{font-family:var(--font-space-grotesk);text-transform:uppercase;font-size:1.625rem;line-height:1.875rem}@media (min-width:992px){.hot-spot__title{grid-row:1/2;font-size:2.75rem;line-height:3rem}}.hot-spot__title{flex-direction:column;display:flex}@media not all and (min-width:992px){@media (min-width:576px){.hot-spot__title{max-width:100%}}@media (min-width:576px){.hot-spot__title{max-width:100%}}@media (min-width:768px){.hot-spot__title{max-width:100%}}@media (min-width:576px){.hot-spot__title{max-width:100%}}@media (min-width:768px){.hot-spot__title{max-width:100%}}@media (min-width:992px){.hot-spot__title{max-width:100%}}@media (min-width:576px){.hot-spot__title{max-width:100%}}@media (min-width:768px){.hot-spot__title{max-width:100%}}@media (min-width:992px){.hot-spot__title{max-width:100%}}@media (min-width:1200px){.hot-spot__title{max-width:86.5rem}}@media (min-width:576px){.hot-spot__title{max-width:100%}}@media (min-width:768px){.hot-spot__title{max-width:100%}}@media (min-width:992px){.hot-spot__title{max-width:100%}}@media (min-width:1200px){.hot-spot__title{max-width:86.5rem}}@media (min-width:1536px){.hot-spot__title{max-width:86.5rem}}.hot-spot__title{width:100%;padding-right:var(--bs-gutter-x,calc(1.5rem/2));padding-left:var(--bs-gutter-x,calc(1.5rem/2));margin-left:auto;margin-right:auto}@media (min-width:576px){.hot-spot__title{max-width:100%}}@media (min-width:768px){.hot-spot__title{max-width:100%}}@media (min-width:992px){.hot-spot__title{max-width:100%}}@media (min-width:1200px){.hot-spot__title{max-width:86.5rem}}@media (min-width:1536px){.hot-spot__title{max-width:86.5rem}}@media (min-width:1600px){.hot-spot__title{max-width:86.5rem}}.hot-spot__title{margin-bottom:1.25rem}}.hot-spot__header{column-gap:1rem;margin-bottom:1.875rem}@media (min-width:992px){.hot-spot__header{grid-template-rows:auto auto;grid-template-columns:auto auto;margin-bottom:2.5rem;display:grid}}@media not all and (min-width:992px){.hot-spot__header{display:contents}}.hot-spot__description{font-family:var(--font-open-sans);text-transform:none;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));margin-top:.875rem;font-size:1.25rem;font-weight:400;line-height:2rem}@media not all and (min-width:992px){@media (min-width:576px){.hot-spot__description{max-width:100%}}@media (min-width:576px){.hot-spot__description{max-width:100%}}@media (min-width:768px){.hot-spot__description{max-width:100%}}@media (min-width:576px){.hot-spot__description{max-width:100%}}@media (min-width:768px){.hot-spot__description{max-width:100%}}@media (min-width:992px){.hot-spot__description{max-width:100%}}@media (min-width:576px){.hot-spot__description{max-width:100%}}@media (min-width:768px){.hot-spot__description{max-width:100%}}@media (min-width:992px){.hot-spot__description{max-width:100%}}@media (min-width:1200px){.hot-spot__description{max-width:86.5rem}}@media (min-width:576px){.hot-spot__description{max-width:100%}}@media (min-width:768px){.hot-spot__description{max-width:100%}}@media (min-width:992px){.hot-spot__description{max-width:100%}}@media (min-width:1200px){.hot-spot__description{max-width:86.5rem}}@media (min-width:1536px){.hot-spot__description{max-width:86.5rem}}.hot-spot__description{width:100%;padding-right:var(--bs-gutter-x,calc(1.5rem/2));padding-left:var(--bs-gutter-x,calc(1.5rem/2));margin-left:auto;margin-right:auto}@media (min-width:576px){.hot-spot__description{max-width:100%}}@media (min-width:768px){.hot-spot__description{max-width:100%}}@media (min-width:992px){.hot-spot__description{max-width:100%}}@media (min-width:1200px){.hot-spot__description{max-width:86.5rem}}@media (min-width:1536px){.hot-spot__description{max-width:86.5rem}}@media (min-width:1600px){.hot-spot__description{max-width:86.5rem}}.hot-spot__description{margin-bottom:1.25rem}}.hot-spot__explore{width:100%;padding-right:var(--bs-gutter-x,calc(1.5rem/2));padding-left:var(--bs-gutter-x,calc(1.5rem/2));margin-left:auto;margin-right:auto}@media (min-width:576px){.hot-spot__explore{max-width:100%}}@media (min-width:768px){.hot-spot__explore{max-width:100%}}@media (min-width:992px){.hot-spot__explore{max-width:100%}}@media (min-width:1200px){.hot-spot__explore{max-width:86.5rem}}@media (min-width:1536px){.hot-spot__explore{max-width:86.5rem}}@media (min-width:1600px){.hot-spot__explore{max-width:86.5rem}}.hot-spot__explore{text-transform:uppercase;flex-shrink:0;column-gap:.3125rem;font-weight:700;display:flex}@media (min-width:992px){.hot-spot__explore{grid-column:2/3;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}}@media not all and (min-width:992px){.hot-spot__explore{grid-row:3/4;margin-top:1.875rem}}.hot-spot__content{position:relative;overflow:hidden}.hot-spot__content--active .hot-spot__content-img{transform:translate(-13.125rem)}.hot-spot__content-img{transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);position:relative}.hot-spot__content-img img{width:100%}.hot-spot__content-img-items{width:100%;height:100%;position:absolute;top:0;left:0}.hot-spot__content-img-item{--tw-bg-opacity:1;background-color:rgb(51 61 79/var(--tw-bg-opacity,1));border-radius:624.938rem;width:1.875rem;height:1.875rem;position:absolute}@media (min-width:992px){.hot-spot__content-img-item{width:3.75rem;height:3.75rem}}.hot-spot__content-img-item{cursor:pointer;justify-content:center;align-items:center;display:flex}@media (min-width:992px){.hot-spot__content-img-item.hot-spot--small-icon{width:2.375rem;height:2.375rem}}.hot-spot__content-img-item:after{content:attr(data-title);pointer-events:none;--tw-translate-x:-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));white-space:nowrap;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));opacity:0;border-radius:.25rem;padding:.1875rem .625rem;font-family:Open Sans,sans-serif;font-size:.875rem;position:absolute;bottom:-1.875rem;left:50%}@media (min-width:992px){.hot-spot__content-img-item:after{font-size:1rem;bottom:-2.5rem}}.hot-spot__content-img-item:after{z-index:10;transition:all .3s}.hot-spot__content-img-item:hover:after,.hot-spot__content-img-item.active:after{visibility:visible;opacity:1}.hot-spot__content-img-item-icon{--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));position:absolute;top:50%;left:50%}.hot-spot__content-img-item-icon:before,.hot-spot__content-img-item-icon:after{content:"";--tw-translate-x:-50%;--tw-translate-y:-50%;width:.75rem;height:.0625rem;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));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));position:absolute;top:50%;left:50%}@media (min-width:992px){.hot-spot__content-img-item-icon:before,.hot-spot__content-img-item-icon:after{width:1.5625rem;height:.125rem}.hot-spot--small-icon .hot-spot__content-img-item-icon:before,.hot-spot--small-icon .hot-spot__content-img-item-icon:after{border-radius:1.25rem;width:1rem;height:.125rem}}.hot-spot__content-img-item-icon:after{--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));transition:all .3s}.hot-spot__content-img-item.active .hot-spot__content-img-item-icon:after{--tw-rotate:0deg;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))}.hot-spot__content-info{pointer-events:none;flex-direction:column;padding:1.25rem;transition:all .3s;display:none}@media (min-width:992px){.hot-spot__content-info{max-width:27.5rem;height:100%;padding:0;display:flex;position:absolute;top:0;right:-27.5rem}}.hot-spot__content-info-inner{flex-direction:column;gap:.875rem;padding:1.25rem;display:flex}@media (min-width:992px){.hot-spot__content-info-inner{padding:1.875rem}}.hot-spot__content-info-inner-title{font-family:var(--font-space-grotesk);--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));flex-direction:row;justify-content:space-between;gap:.625rem;font-size:1.5rem;font-weight:700;line-height:2rem;display:flex}.hot-spot__content-info-inner-description{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));font-size:1rem;line-height:1.5rem}.hot-spot__content-info-inner:has(.hot-spot__content-info-inner-title){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:0}@media (min-width:992px){.hot-spot__content-info-inner:has(.hot-spot__content-info-inner-title){background-color:#0000;padding:1.875rem 1.875rem 0}}.hot-spot__content-info-inner:has(.hot-spot__content-info-inner-title) .hot-spot__content-info-inner-title{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));margin-bottom:1rem}@media (min-width:992px){.hot-spot__content-info-inner:has(.hot-spot__content-info-inner-title) .hot-spot__content-info-inner-title{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));margin-bottom:0}.hot-spot__content-info-inner:not(:has(.hot-spot__content-info-inner-title)){padding-top:.875rem}}.hot-spot__content-info-inner-close{filter:invert();flex-direction:column;flex:1;justify-content:center;align-items:center;max-width:1.1875rem;height:1.75rem;display:flex}@media (min-width:992px){.hot-spot__content-info-inner-close{display:none}}.hot-spot__content-info.show{pointer-events:auto;opacity:1;display:flex;right:0}.hot-spot__content-info-prev-next{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:.625rem;margin-top:auto;padding-top:.625rem;padding-bottom:1.875rem;display:flex}.hot-spot__content-info-prev-next-item{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));align-items:center;gap:.625rem;display:flex}.hot-spot__content-info-prev-next-item.disabled{pointer-events:none;opacity:.5}.hot-spot__content-info-prev-next-item:last-child,.hot-spot__content-info-prev-next-item:first-child{cursor:pointer}.hot-spot__content-info-prev-next-item:last-child img,.hot-spot__content-info-prev-next-item:first-child img{--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));filter:invert()}.hot-spot__content-info-prev-next-item:last-child img{--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))}.hot-spot__content-info-container{--tw-bg-opacity:1;background-color:rgb(51 61 79/var(--tw-bg-opacity,1));flex-direction:column;display:flex}@media (min-width:992px){.hot-spot__content-info-container{width:27.5rem;height:100%}}.hot-spot__content-info-spacer{flex-shrink:0;width:100%}

.featured-color{padding:3.75rem 0}.featured-color__title{font-family:var(--font-space-grotesk);text-transform:uppercase;margin-bottom:.875rem;font-size:1.625rem}@media (min-width:992px){.featured-color__title{font-size:2.75rem}}.featured-color__description{margin-bottom:1.25rem}@media (min-width:992px){.featured-color__description{margin-bottom:1.875rem;font-size:1.125rem;line-height:1.75rem}}.featured-color__buttons{text-align:center;display:inline-block}@media (min-width:992px){.featured-color__buttons{flex-wrap:wrap;gap:.875rem;display:flex}}.featured-color__buttons a{min-width:max-content;display:flex}@media not all and (min-width:992px){.featured-color__buttons a:first-child{margin-bottom:.875rem}}.featured-color__slider{margin-bottom:1.5rem}@media (min-width:768px){.featured-color__slider{--tw-translate-x:6.25rem;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))}}@media (min-width:992px){.featured-color__slider{--tw-translate-x:9.375rem;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))}}@media (min-width:1200px){.featured-color__slider{--tw-translate-x:12.5rem;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))}}@media (min-width:1520px){.featured-color__slider{--tw-translate-x:13.75rem;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))}}@media (min-width:1720px){.featured-color__slider{--tw-translate-x:26.25rem;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))}}@media (min-width:2200px){.featured-color__slider{--tw-translate-x:38.75rem;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))}}.featured-color__thumbs{justify-content:center;max-width:fit-content;margin-left:auto;margin-right:auto;display:flex}.featured-color__thumbs .swiper-wrapper{justify-content:center}.featured-color__thumbs .swiper-slide{width:auto;height:auto}.featured-color__thumbs .swiper-slide-thumb-active .featured-color__thumb{z-index:1;--border-width:.1875rem;background-image:linear-gradient(90deg,#ffc85c 0%,#ff6432 100%);border-width:0;display:inline-block;position:relative}.featured-color__thumbs .swiper-slide-thumb-active .featured-color__thumb:before{content:"";z-index:-1;inset:var(--border-width);background-color:var(--thumb-color,white);border-radius:calc(.5rem - var(--border-width));position:absolute}.featured-color__thumb{cursor:pointer;--tw-bg-opacity:1;background-color:rgb(228 228 228/var(--tw-bg-opacity,1));border-radius:.375rem;width:2.8125rem;height:2.8125rem;margin:.25rem}@media (min-width:992px){.featured-color__thumb{width:3.8125rem;height:3.8125rem}}
.select-wrapper{position:relative}.select-wrapper select{appearance:none}.select-wrapper>div:not(.visible):before{display:none}.select-wrapper>div.visible:before{content:"";vertical-align:top;border:.125rem solid #231815;border-width:.125rem .125rem 0 0;width:.5rem;height:.5rem;display:inline-block;position:absolute;top:50%;right:.9375rem;transform:translateY(-55%)rotate(135deg)}
.hot-spot-secondary{margin-top:4.375rem;margin-bottom:4.375rem}@media (min-width:992px){.hot-spot-secondary{margin-top:7.5rem;margin-bottom:7.5rem}}.hot-spot-secondary{grid-template-rows:repeat(3,auto);display:grid;position:relative}@media (min-width:992px){.hot-spot-secondary{padding-left:2.5rem;padding-right:2.5rem}}.hot-spot-secondary{width:100%;padding-right:var(--bs-gutter-x,calc(1.5rem/2));padding-left:var(--bs-gutter-x,calc(1.5rem/2));margin-left:auto;margin-right:auto}@media (min-width:576px){.hot-spot-secondary{max-width:100%}}@media (min-width:768px){.hot-spot-secondary{max-width:100%}}@media (min-width:992px){.hot-spot-secondary{max-width:100%}}@media (min-width:1200px){.hot-spot-secondary{max-width:86.5rem}}@media (min-width:1536px){.hot-spot-secondary{max-width:86.5rem}}@media (min-width:1600px){.hot-spot-secondary{max-width:86.5rem}}@media (min-width:992px){.hot-spot-secondary.upcoming-margins{margin-top:0;margin-bottom:0;padding-top:4rem;padding-bottom:4rem}}.hot-spot-secondary__title{font-family:var(--font-space-grotesk);text-transform:uppercase;font-size:1.625rem;line-height:1.875rem}@media (min-width:992px){.hot-spot-secondary__title{grid-row:1/2;font-size:2.75rem;line-height:3rem}}.hot-spot-secondary__title{flex-direction:column;display:flex}@media not all and (min-width:992px){@media (min-width:576px){.hot-spot-secondary__title{max-width:100%}}@media (min-width:576px){.hot-spot-secondary__title{max-width:100%}}@media (min-width:768px){.hot-spot-secondary__title{max-width:100%}}@media (min-width:576px){.hot-spot-secondary__title{max-width:100%}}@media (min-width:768px){.hot-spot-secondary__title{max-width:100%}}@media (min-width:992px){.hot-spot-secondary__title{max-width:100%}}@media (min-width:576px){.hot-spot-secondary__title{max-width:100%}}@media (min-width:768px){.hot-spot-secondary__title{max-width:100%}}@media (min-width:992px){.hot-spot-secondary__title{max-width:100%}}@media (min-width:1200px){.hot-spot-secondary__title{max-width:86.5rem}}@media (min-width:576px){.hot-spot-secondary__title{max-width:100%}}@media (min-width:768px){.hot-spot-secondary__title{max-width:100%}}@media (min-width:992px){.hot-spot-secondary__title{max-width:100%}}@media (min-width:1200px){.hot-spot-secondary__title{max-width:86.5rem}}@media (min-width:1536px){.hot-spot-secondary__title{max-width:86.5rem}}.hot-spot-secondary__title{width:100%;padding-right:var(--bs-gutter-x,calc(1.5rem/2));padding-left:var(--bs-gutter-x,calc(1.5rem/2));margin-left:auto;margin-right:auto}@media (min-width:576px){.hot-spot-secondary__title{max-width:100%}}@media (min-width:768px){.hot-spot-secondary__title{max-width:100%}}@media (min-width:992px){.hot-spot-secondary__title{max-width:100%}}@media (min-width:1200px){.hot-spot-secondary__title{max-width:86.5rem}}@media (min-width:1536px){.hot-spot-secondary__title{max-width:86.5rem}}@media (min-width:1600px){.hot-spot-secondary__title{max-width:86.5rem}}.hot-spot-secondary__title{margin-bottom:1.25rem}}.hot-spot-secondary__header{column-gap:1rem;margin-bottom:1.875rem}@media (min-width:992px){.hot-spot-secondary__header{grid-template-rows:auto auto;grid-template-columns:auto auto;margin-bottom:2.5rem;display:grid}}@media not all and (min-width:992px){.hot-spot-secondary__header{display:contents}}.hot-spot-secondary__description{font-family:var(--font-open-sans);text-transform:none;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));margin-top:.875rem;font-size:1.25rem;font-weight:400;line-height:2rem}@media not all and (min-width:992px){@media (min-width:576px){.hot-spot-secondary__description{max-width:100%}}@media (min-width:576px){.hot-spot-secondary__description{max-width:100%}}@media (min-width:768px){.hot-spot-secondary__description{max-width:100%}}@media (min-width:576px){.hot-spot-secondary__description{max-width:100%}}@media (min-width:768px){.hot-spot-secondary__description{max-width:100%}}@media (min-width:992px){.hot-spot-secondary__description{max-width:100%}}@media (min-width:576px){.hot-spot-secondary__description{max-width:100%}}@media (min-width:768px){.hot-spot-secondary__description{max-width:100%}}@media (min-width:992px){.hot-spot-secondary__description{max-width:100%}}@media (min-width:1200px){.hot-spot-secondary__description{max-width:86.5rem}}@media (min-width:576px){.hot-spot-secondary__description{max-width:100%}}@media (min-width:768px){.hot-spot-secondary__description{max-width:100%}}@media (min-width:992px){.hot-spot-secondary__description{max-width:100%}}@media (min-width:1200px){.hot-spot-secondary__description{max-width:86.5rem}}@media (min-width:1536px){.hot-spot-secondary__description{max-width:86.5rem}}.hot-spot-secondary__description{width:100%;padding-right:var(--bs-gutter-x,calc(1.5rem/2));padding-left:var(--bs-gutter-x,calc(1.5rem/2));margin-left:auto;margin-right:auto}@media (min-width:576px){.hot-spot-secondary__description{max-width:100%}}@media (min-width:768px){.hot-spot-secondary__description{max-width:100%}}@media (min-width:992px){.hot-spot-secondary__description{max-width:100%}}@media (min-width:1200px){.hot-spot-secondary__description{max-width:86.5rem}}@media (min-width:1536px){.hot-spot-secondary__description{max-width:86.5rem}}@media (min-width:1600px){.hot-spot-secondary__description{max-width:86.5rem}}.hot-spot-secondary__description{margin-bottom:1.25rem}}.hot-spot-secondary__explore{width:100%;padding-right:var(--bs-gutter-x,calc(1.5rem/2));padding-left:var(--bs-gutter-x,calc(1.5rem/2));margin-left:auto;margin-right:auto}@media (min-width:576px){.hot-spot-secondary__explore{max-width:100%}}@media (min-width:768px){.hot-spot-secondary__explore{max-width:100%}}@media (min-width:992px){.hot-spot-secondary__explore{max-width:100%}}@media (min-width:1200px){.hot-spot-secondary__explore{max-width:86.5rem}}@media (min-width:1536px){.hot-spot-secondary__explore{max-width:86.5rem}}@media (min-width:1600px){.hot-spot-secondary__explore{max-width:86.5rem}}.hot-spot-secondary__explore{text-transform:uppercase;flex-shrink:0;column-gap:.3125rem;font-weight:700;display:flex}@media (min-width:992px){.hot-spot-secondary__explore{grid-column:2/3;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}}@media not all and (min-width:992px){.hot-spot-secondary__explore{grid-row:3/4;margin-top:1.875rem}}.hot-spot-secondary__content{position:relative;overflow:hidden}@media (min-width:992px){.hot-spot-secondary__content{justify-content:center;align-items:center;height:46.25rem;display:flex}.hot-spot-secondary__content--active{padding-right:27.5rem}}.hot-spot-secondary__content-img{width:100%;max-width:56.25rem;margin-top:2.5rem;margin-bottom:2.5rem;position:relative}.hot-spot-secondary__content-img img{width:100%}.hot-spot-secondary__content-img-items{width:100%;height:100%;position:absolute;top:0;left:0}.hot-spot-secondary__content-img-item{--tw-bg-opacity:1;background-color:rgb(51 61 79/var(--tw-bg-opacity,1));border-radius:624.938rem;width:1.875rem;height:1.875rem;position:absolute}@media (min-width:992px){.hot-spot-secondary__content-img-item{width:3.75rem;height:3.75rem}}.hot-spot-secondary__content-img-item{cursor:pointer;justify-content:center;align-items:center;display:flex}.hot-spot-secondary__content-img-item.hot-spot-secondary--small-icon{--tw-bg-opacity:1;background-color:rgb(42 59 77/var(--tw-bg-opacity,1))}@media (min-width:992px){.hot-spot-secondary__content-img-item.hot-spot-secondary--small-icon{width:2.375rem;height:2.375rem}}.hot-spot-secondary__content-img-item:after{content:attr(data-title);pointer-events:none;--tw-translate-x:-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));white-space:nowrap;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));opacity:0;border-radius:.25rem;padding:.1875rem .625rem;font-family:Open Sans,sans-serif;font-size:.875rem;position:absolute;bottom:-1.875rem;left:50%}@media (min-width:992px){.hot-spot-secondary__content-img-item:after{font-size:1rem;bottom:-2.5rem}}.hot-spot-secondary__content-img-item:after{z-index:10;transition:all .3s}.hot-spot-secondary__content-img-item:hover:after,.hot-spot-secondary__content-img-item.active:after{visibility:visible;opacity:1}.hot-spot-secondary__content-img-item-icon{--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));position:absolute;top:50%;left:50%}.hot-spot-secondary__content-img-item-icon:before,.hot-spot-secondary__content-img-item-icon:after{content:"";--tw-translate-x:-50%;--tw-translate-y:-50%;width:.75rem;height:.0625rem;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));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));position:absolute;top:50%;left:50%}@media (min-width:992px){.hot-spot-secondary__content-img-item-icon:before,.hot-spot-secondary__content-img-item-icon:after{width:1.5625rem;height:.125rem}.hot-spot-secondary--small-icon .hot-spot-secondary__content-img-item-icon:before,.hot-spot-secondary--small-icon .hot-spot-secondary__content-img-item-icon:after{border-radius:1.25rem;width:1rem;height:.125rem}}.hot-spot-secondary__content-img-item-icon:after{--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));transition:all .3s}.hot-spot-secondary__content-img-item.active .hot-spot-secondary__content-img-item-icon:after{--tw-rotate:0deg;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))}.hot-spot-secondary__content-info{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));pointer-events:none;flex-direction:column;padding:1.25rem;transition:all .3s;display:none}@media (min-width:992px){.hot-spot-secondary__content-info{max-width:27.5rem;height:100%;padding:0;display:flex;position:absolute;top:0;right:-27.5rem}}.hot-spot-secondary__content-info-inner{flex-direction:column;gap:.875rem;padding:1.25rem;display:flex}@media (min-width:992px){.hot-spot-secondary__content-info-inner{padding:1.875rem}}.hot-spot-secondary__content-info-inner-title{font-family:var(--font-space-grotesk);--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));flex-direction:row;justify-content:space-between;gap:.625rem;font-size:1.5rem;font-weight:700;line-height:2rem;display:flex}.hot-spot-secondary__content-info-inner-description{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));font-size:1rem;line-height:1.5rem}.hot-spot-secondary__content-info-inner:has(.hot-spot-secondary__content-info-inner-title){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:0}@media (min-width:992px){.hot-spot-secondary__content-info-inner:has(.hot-spot-secondary__content-info-inner-title){background-color:#0000;padding:1.875rem 1.875rem 0}}.hot-spot-secondary__content-info-inner:has(.hot-spot-secondary__content-info-inner-title) .hot-spot-secondary__content-info-inner-title{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));margin-bottom:1rem}@media (min-width:992px){.hot-spot-secondary__content-info-inner:has(.hot-spot-secondary__content-info-inner-title) .hot-spot-secondary__content-info-inner-title{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));margin-bottom:0}.hot-spot-secondary__content-info-inner:not(:has(.hot-spot-secondary__content-info-inner-title)){padding-top:.875rem}}.hot-spot-secondary__content-info-inner-close{filter:invert();flex-direction:column;flex:1;justify-content:center;align-items:center;max-width:1.1875rem;height:1.75rem;display:flex}@media (min-width:992px){.hot-spot-secondary__content-info-inner-close{display:none}}.hot-spot-secondary__content-info.show{pointer-events:auto;opacity:1;display:flex;right:0}.hot-spot-secondary__content-info-prev-next{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:.625rem;margin-top:auto;padding-top:.625rem;padding-bottom:1.875rem;display:flex}.hot-spot-secondary__content-info-prev-next-item{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));align-items:center;gap:.625rem;display:flex}.hot-spot-secondary__content-info-prev-next-item.disabled{pointer-events:none;opacity:.5}.hot-spot-secondary__content-info-prev-next-item:last-child,.hot-spot-secondary__content-info-prev-next-item:first-child{cursor:pointer}.hot-spot-secondary__content-info-prev-next-item:last-child img,.hot-spot-secondary__content-info-prev-next-item:first-child img{--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));filter:invert()}.hot-spot-secondary__content-info-prev-next-item:last-child img{--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))}.hot-spot-secondary__content-info-container{--tw-bg-opacity:1;background-color:rgb(51 61 79/var(--tw-bg-opacity,1));flex-direction:column;display:flex}@media (min-width:992px){.hot-spot-secondary__content-info-container{width:27.5rem;height:100%}}
.cta-custom{width:100%;padding-right:var(--bs-gutter-x,calc(1.5rem/2));padding-left:var(--bs-gutter-x,calc(1.5rem/2));margin-left:auto;margin-right:auto}@media (min-width:576px){.cta-custom{max-width:100%}}@media (min-width:768px){.cta-custom{max-width:100%}}@media (min-width:992px){.cta-custom{max-width:100%}}@media (min-width:1200px){.cta-custom{max-width:86.5rem}}@media (min-width:1536px){.cta-custom{max-width:86.5rem}}@media (min-width:1600px){.cta-custom{max-width:86.5rem}}.cta-custom{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));margin-top:2.5rem;margin-bottom:2.5rem}@media (min-width:992px){.cta-custom{margin-top:3.75rem;margin-bottom:3.75rem}}.cta-custom__container{--tw-bg-opacity:1;background-color:rgb(51 61 79/var(--tw-bg-opacity,1));padding:2.5rem 1.25rem 3.125rem}@media (min-width:992px){.cta-custom__container{padding:3.75rem}}.cta-custom__title{font-family:var(--font-space-grotesk);text-transform:uppercase;font-size:2rem}@media not all and (min-width:992px){.cta-custom__title{margin-bottom:.625rem}}@media (min-width:992px){.cta-custom__title{font-size:4rem;line-height:4.25rem}}.cta-custom__text{margin-bottom:1.25rem}@media (min-width:992px){.cta-custom__text{margin-bottom:1.875rem;font-size:1.125rem;line-height:1.625rem}}.cta-custom__button{text-align:center;display:inline-block}.cta-custom__button a{min-width:max-content;display:flex}
