:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,0.1);--f-spinner-color-2:rgba(17,24,28,0.8);--f-spinner-stroke:2.75}.f-spinner{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-zoomInUp{animation:f-zoomInUp .2s ease-out .1s both}.f-zoomOutDown{animation:f-zoomOutDown .2s ease-out both}@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-throwOutUp{animation:f-throwOutUp .175s ease-out both}.f-throwOutDown{animation:f-throwOutDown .175s ease-out both}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,-150px,0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,150px,0)}}.f-fadeIn{animation:f-fadeIn .2s ease both;z-index:2}.f-fadeOut{animation:f-fadeOut .2s ease both;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeSlowIn{animation:f-fadeSlowIn .5s ease both;z-index:2}.f-fadeSlowOut{animation:f-fadeSlowOut .5s ease both;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-fadeFastIn{animation:f-fadeFastIn .2s ease-out both;z-index:2}.f-fadeFastOut{animation:f-fadeFastOut .2s ease-out both;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-crossfadeIn{animation:f-crossfadeIn .2s ease-out both;z-index:2}.f-crossfadeOut{animation:f-crossfadeOut .1s linear .1s both;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:f-slideInNext .85s cubic-bezier(.16,1,.3,1)}.f-slideIn.from-prev{animation:f-slideInPrev .85s cubic-bezier(.16,1,.3,1)}.f-slideOut.to-next{animation:f-slideOutNext .85s cubic-bezier(.16,1,.3,1)}.f-slideOut.to-prev{animation:f-slideOutPrev .85s cubic-bezier(.16,1,.3,1)}@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:f-classicInNext .85s cubic-bezier(.16,1,.3,1);z-index:2}.f-classicIn.from-prev{animation:f-classicInPrev .85s cubic-bezier(.16,1,.3,1);z-index:2}.f-classicOut.to-next{animation:f-classicOutNext .85s cubic-bezier(.16,1,.3,1);z-index:1}.f-classicOut.to-prev{animation:f-classicOutPrev .85s cubic-bezier(.16,1,.3,1);z-index:1}@keyframes f-classicInNext{0%{opacity:0;transform:translateX(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translateX(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translateX(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translateX(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:content-box;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);height:var(--f-button-svg-height);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease;width:var(--f-button-svg-width)}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}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,0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:hsla(0,0%,100%,0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;text-size-adjust:100%;bottom:0;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:visible;overscroll-behavior-y:contain;padding:0;position:fixed;right:0;top:0;z-index:1050}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.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__track{display:flex;height:100%;margin:0 auto}.fancybox__slide{align-items:center;backface-visibility:hidden;display:flex;flex:0 0 auto;flex-direction:column;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;padding:4px;position:relative;transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:flex;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{backface-visibility:hidden;background:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;transform:translateZ(0);transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0);will-change:transform,width,height}.fancybox-image{display:block;height:100%;margin:auto;min-height:0;object-fit:contain;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;right:8px;top:0;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:rgba(24,24,27,.5);bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,0.6);--f-button-active-bg:rgba(0,0,0,0.6);--f-button-hover-bg:rgba(0,0,0,0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;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,0.3);--f-button-active-bg:rgba(24,24,27,0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{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;-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,.fancybox__carousel){animation:f-fadeIn .25s ease .1s backwards}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:f-fadeIn .35s ease backwards}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:f-fadeOut .15s ease forwards}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:f-fadeOut .35s ease forwards}.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:100%;width:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(1px,1px,1px,1px)!important;border:0!important;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:20px;--f-thumb-clip-width:46px}.f-thumbs{-webkit-tap-highlight-color:rgba(0,0,0,0);flex:0 0 auto;margin:0;overflow:hidden;perspective:1000px;position:relative;transform:translateZ(0);-webkit-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;width:100%}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;height:var(--f-thumb-height);justify-content:center;margin:0;min-width:var(--f-thumb-width);overflow:visible;padding:0;position:relative;width:var(--f-thumb-width)}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{bottom:0;content:"";cursor:pointer;left:calc(var(--left, 0)*1px);position:absolute;top:0;width:calc(100% - var(--width, 0)*1px)}.is-modern .f-thumbs__slide{--clip-path:inset(0 calc((var(--f-thumb-width, 0)*0.5 - var(--f-thumb-clip-width, 0)*0.5)*(1 - var(--progress, 0))) round var(--f-thumb-border-radius,0));pointer-events:none;transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transition:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){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))}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide,.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;background:transparent;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;touch-action:manipulation;transition:opacity .2s ease;width:100%}.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-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.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);border-radius:var(--f-thumb-border-radius);bottom:0;content:"";height:auto;left:0;position:absolute;right:0;top:0;z-index:10}.f-thumbs__slide__img{bottom:0;box-sizing:border-box;height:100%;left:0;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;position:absolute;right:0;top:0;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;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;margin:auto 0;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:20px;--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-hidden{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,0.65);--f-button-hover-bg:rgba(70,70,73,0.65);--f-button-active-bg:rgba(90,90,93,0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;color:var(--fancybox-color,currentColor);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{display:flex;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{-webkit-font-smoothing:subpixel-antialiased;cursor:default;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;-webkit-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}:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-ms-fullscreen [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;-ms-user-select:none;user-select:none;z-index:30}
:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,0.1);--f-spinner-color-2:rgba(17,24,28,0.8);--f-spinner-stroke:2.75}.f-spinner{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-zoomInUp{animation:f-zoomInUp .2s ease-out .1s both}.f-zoomOutDown{animation:f-zoomOutDown .2s ease-out both}@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-throwOutUp{animation:f-throwOutUp .175s ease-out both}.f-throwOutDown{animation:f-throwOutDown .175s ease-out both}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,-150px,0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,150px,0)}}.f-fadeIn{animation:f-fadeIn .2s ease both;z-index:2}.f-fadeOut{animation:f-fadeOut .2s ease both;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeSlowIn{animation:f-fadeSlowIn .5s ease both;z-index:2}.f-fadeSlowOut{animation:f-fadeSlowOut .5s ease both;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-fadeFastIn{animation:f-fadeFastIn .2s ease-out both;z-index:2}.f-fadeFastOut{animation:f-fadeFastOut .2s ease-out both;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-crossfadeIn{animation:f-crossfadeIn .2s ease-out both;z-index:2}.f-crossfadeOut{animation:f-crossfadeOut .1s linear .1s both;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:f-slideInNext .85s cubic-bezier(.16,1,.3,1)}.f-slideIn.from-prev{animation:f-slideInPrev .85s cubic-bezier(.16,1,.3,1)}.f-slideOut.to-next{animation:f-slideOutNext .85s cubic-bezier(.16,1,.3,1)}.f-slideOut.to-prev{animation:f-slideOutPrev .85s cubic-bezier(.16,1,.3,1)}@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:f-classicInNext .85s cubic-bezier(.16,1,.3,1);z-index:2}.f-classicIn.from-prev{animation:f-classicInPrev .85s cubic-bezier(.16,1,.3,1);z-index:2}.f-classicOut.to-next{animation:f-classicOutNext .85s cubic-bezier(.16,1,.3,1);z-index:1}.f-classicOut.to-prev{animation:f-classicOutPrev .85s cubic-bezier(.16,1,.3,1);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)}}.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;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{backface-visibility:hidden;height:100%;overflow:hidden;transform:translateZ(0);width:100%}.f-carousel__viewport.is-draggable{cursor:move;cursor:grab}.f-carousel__viewport.is-dragging{cursor:move;cursor:grabbing}.f-carousel__track{-webkit-tap-highlight-color:rgba(0,0,0,0);display:flex;height:100%;margin:0 auto;padding:0}.f-carousel__slide{-ms-scroll-chaining:none;flex:0 0 auto;height:var(--f-carousel-slide-height);margin:0 var(--f-carousel-spacing) 0 0;max-width:100%;outline:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:var(--f-carousel-slide-padding);position:relative;transform-origin:center center;width:var(--f-carousel-slide-width)}.f-carousel__slide.is-loading{min-height:88px;min-width:88px}.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__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;-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;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,.is-next,.is-current,.is-after-next,.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-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:content-box;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);height:var(--f-button-svg-height);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease;width:var(--f-button-svg-width)}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}
.f-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;-ms-user-select:none;user-select:none;z-index:30}
@charset "UTF-8";
/*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-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-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-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}textarea{resize:vertical}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;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}:root{font-size:16px}html{font-family:var(--ds-body-font),sans-serif;font-weight:400}body{line-height:1}a{text-decoration:none}.button,a{transition:background-color .2s ease,color .2s ease,underline .2s ease}h1,h2,h3{font-family:var(--ds-heading-font),sans-serif}*,: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:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--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: }::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:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--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: }body.is-using-mouse .fancybox__content .plyr :focus{outline:none}i.dot{display:block;height:.25rem;position:relative}@media (min-width:768px){i.dot{display:inline-block;height:auto}i.dot:after{content:"•";display:block}}.stretched-link:after{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.btn{--tw-text-opacity:1;border-radius:.25rem;color:rgb(255 255 255/var(--tw-text-opacity));line-height:1;margin-bottom:.75rem;margin-top:.75rem;padding:.75rem 1rem;transition:.2s ease}.button,.button-default,.button-smaller-text{font-size:21px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:1.58px;line-height:1.24;text-align:center}.btn,.button,input[type=submit]{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(0 30 84/var(--tw-bg-opacity));color:rgb(154 219 235/var(--tw-text-opacity))}.btn:hover,.button:hover,input[type=submit]:hover{--tw-bg-opacity:1;background-color:rgb(0 12 34/var(--tw-bg-opacity))}.btn,.button,input[type=submit]{transition:background-color .2s ease}.button{border-bottom-width:0;display:block;font-family:var(--ds-body-font),sans-serif;font-weight:400;line-height:1;padding:.5rem;text-align:center;-webkit-text-decoration-line:none;text-decoration-line:none;text-transform:uppercase;transition:.2s ease;width:100%}@media (min-width:1024px){.button{display:inline-block;margin-left:auto;margin-right:auto;padding:.75rem 1.25rem;width:auto}}.button:hover{-webkit-text-decoration-line:none;text-decoration-line:none}.button.button-center{display:inline-block;margin-left:auto;margin-right:auto;min-width:280px;width:auto}@media (min-width:768px){.button.button-center{min-width:350px}}div.button{position:relative}.svg-container svg{width:100%}.svg-container-no-full-w svg,.svg-container svg{height:100%;object-fit:contain;object-position:center}.clearfix:after{clear:both;content:"";display:table}.embed-container{height:0;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.embed-container embed,.embed-container iframe,.embed-container object{height:100%;left:0;position:absolute;top:0;width:100%}main#main{outline:2px solid transparent;outline-offset:2px}:root :where(a:where(:not(.wp-element-button))){text-decoration:none}.container-constrained,.container.constrained{margin-left:auto;margin-right:auto;width:100%}@media (min-width:1024px){.container-constrained,.container.constrained{max-width:1000px}}.container-constrained-2,.container.constrained-2{margin-left:auto;margin-right:auto;width:100%}@media (min-width:1024px){.container-constrained-2,.container.constrained-2{max-width:775px}}.container-constrained-2,.container.constrained-2{padding-left:1rem;padding-right:1rem}@media (min-width:1024px){.container-constrained-2,.container.constrained-2{padding-left:0;padding-right:0}}.container-constrained-880,.container.constrained-880{margin-left:auto;margin-right:auto;width:100%}@media (min-width:1024px){.container-constrained-880,.container.constrained-880{max-width:880px}}.container-constrained-880,.container.constrained-880{padding-left:1rem;padding-right:1rem}@media (min-width:1024px){.container-constrained-880,.container.constrained-880{padding-left:0;padding-right:0}}.two-col{display:flex;flex-direction:column}@media (min-width:1024px){.two-col{flex-direction:row}}.two-col{align-items:center;justify-content:center}@media (min-width:1024px){.two-col>div{flex:1 1 50%}}.two-col>div:first-of-type{order:1}@media (min-width:1024px){.two-col>div:first-of-type{order:1}}.two-col>div:nth-of-type(2){order:2}@media (min-width:1024px){.two-col>div:nth-of-type(2){order:2}}.two-col-r{display:flex;flex-direction:column}@media (min-width:1024px){.two-col-r{flex-direction:row}}.two-col-r{align-items:center;justify-content:center}@media (min-width:1024px){.two-col-r>div{flex:1 1 50%}}.two-col-r>div:first-of-type{order:1}@media (min-width:1024px){.two-col-r>div:first-of-type{order:2}}.two-col-r>div:nth-of-type(2){order:2}@media (min-width:1024px){.two-col-r>div:nth-of-type(2){order:1}}.col-center-all>div{align-items:center;display:flex;flex-direction:column;justify-content:center}main#main{display:grid;grid-template-columns:1fr min(1140px,100%) 1fr}@media (min-width:1024px){main#main{display:grid;grid-template-columns:1fr min(1140px,100%) 1fr}}main#main>[class$=-inner],main#main>[class*="-inner "]{grid-column:2/-2}main#main .ds-block{column-gap:1rem;display:grid;grid-column:1/-1;grid-template-columns:1fr min(1140px,calc(100% - 2rem)) 1fr}@media (min-width:1024px){main#main .ds-block{column-gap:0;grid-template-columns:1fr min(1140px,100%) 1fr}}main#main .ds-block.constrained-1{grid-column:2/-2}main#main>*{grid-column:2}main#main .ds-block-inner{grid-column:2/-2}.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image.alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image.alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image.aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}@media only screen and (max-width:600px){.wp-block-image figure.alignleft,.wp-block-image figure.alignright,.wp-block-image img.alignleft,.wp-block-image img.alignright{align-items:center;display:flex;flex-direction:column;float:none;margin-left:0;margin-right:0}}body.page-template-ds-template-soft-landing-page #main{background-repeat:no-repeat;background-size:cover;border-bottom-width:10px}@media (min-width:1024px){body.page-template-ds-template-soft-landing-page .content .wrapper .inner-wrapper .image-container{flex:0 0 350px}}@media (min-width:1320px){body.page-template-ds-template-soft-landing-page .content .wrapper .inner-wrapper .image-container{flex:0 0 622px;max-width:50%}}body.page-template-ds-template-soft-landing-page .text-container .inner-text-container h2,body.page-template-ds-template-soft-landing-page .text-container .inner-text-container h3{--tw-text-opacity:1;color:rgb(0 59 168/var(--tw-text-opacity));font-family:var(--ds-heading-font),sans-serif;font-size:28px;font-weight:700;line-height:1.29;margin-bottom:.75rem}@media (min-width:1024px){body.page-template-ds-template-soft-landing-page .text-container .inner-text-container h2,body.page-template-ds-template-soft-landing-page .text-container .inner-text-container h3{font-size:36px;line-height:1}}body.page-template-ds-template-soft-landing-page .text-container .inner-text-container h2+p,body.page-template-ds-template-soft-landing-page .text-container .inner-text-container h3+p{--tw-text-opacity:1;color:rgb(0 30 84/var(--tw-text-opacity));font-family:var(--ds-heading-font),sans-serif;font-size:18px;font-weight:500;line-height:1.33;margin-bottom:1rem}@media (min-width:1024px){body.page-template-ds-template-soft-landing-page .text-container .inner-text-container h2+p,body.page-template-ds-template-soft-landing-page .text-container .inner-text-container h3+p{font-size:24px;line-height:1}}[data-ds-block-type=hero]+*{padding-top:2rem}@media (min-width:1024px){[data-ds-block-type=hero]+*{padding-top:5rem}}[data-ds-block-type=hero] .hero-action-buttons{display:flex;flex-direction:column;justify-content:center}@media (min-width:1024px){[data-ds-block-type=hero] .hero-action-buttons{flex-direction:row}}[data-ds-block-type=hero] .hero-action-buttons{box-sizing:border-box;grid-column:1/-1;width:100%;z-index:20}@media (min-width:1024px){[data-ds-block-type=hero] .hero-action-buttons{transform:translateY(50%)}}[data-ds-block-type=hero] .hero-action-buttons .ds-button{height:80px}@media (min-width:1024px){[data-ds-block-type=hero] .hero-action-buttons .ds-button{min-width:max(246px,10%)}}#home-hero{--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity));position:relative}#home-hero h1{font-size:2.8rem;line-height:1.11}@media (min-width:1024px){#home-hero h1{font-size:4.5rem}}#home-hero h1{text-shadow:1px 1px 1px rgba(0,0,0,.2)}#home-hero .image-container{grid-column:1/-1;position:relative}@media (min-width:1024px){#home-hero .image-container{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}}#home-hero .image-container img{height:100%;object-fit:cover;width:100%}#home-hero>.container{--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity))}@media (min-width:1024px){#home-hero>.container{background-color:transparent}}#home-hero .ds-block-inner{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-template-rows:repeat(1,minmax(0,1fr))}@media (min-width:1024px){#home-hero .ds-block-inner{grid-template-rows:repeat(3,minmax(0,1fr))}}#home-hero .ds-block-inner{height:100%;width:100%;z-index:10}@media (min-width:1024px){#home-hero .ds-block-inner{height:950px}}#home-hero .text-container{bottom:.75rem;position:absolute}@media (min-width:1024px){#home-hero .text-container{bottom:auto;max-width:440px;position:relative}}#home-hero .text-container .form-container input:not([type=submit]),#home-hero .text-container .form-container select,#home-hero .text-container .form-container textarea{--tw-text-opacity:1;color:rgb(56 56 56/var(--tw-text-opacity))}#home-hero[data-style="4"] .text-container{max-width:920px}[data-ds-block-type=two-col] h2{font-size:4.5rem;font-weight:700;line-height:1;margin-bottom:1rem}[data-ds-block-type=two-col] h2+p{font-size:1.45rem;font-weight:500;line-height:1.11}[data-ds-block-type=two-col] h3{font-size:3rem;font-weight:700;line-height:1.5}[data-ds-block-type=two-col] h3+p{font-size:1.25rem;font-weight:500;line-height:1.5}h1+.ds-block[data-ds-block-type=donate-buttons],h2+.ds-block[data-ds-block-type=donate-buttons],h3+.ds-block[data-ds-block-type=donate-buttons],p+.ds-block[data-ds-block-type=donate-buttons]{margin-top:2rem}#top-header{display:grid;grid-template-columns:1fr min(1140px,100%) 1fr}@media (min-width:1024px){#top-header{display:grid;grid-template-columns:1fr min(1140px,100%) 1fr}}#top-header>[class$=-inner],#top-header>[class*="-inner "]{grid-column:2/-2}#top-header .header-inner{align-items:center;display:flex;flex-direction:row;justify-content:space-between}#top-nav-container #menu .nav-desktop{font-size:.888rem;font-weight:700}label[for=menu-toggle]{display:block;margin-left:1rem;margin-right:1rem}@media (min-width:1024px){label[for=menu-toggle]{display:none}}label[for=menu-toggle]{flex-shrink:0;height:25px;width:29px}#menu-toggle+label[for=menu-toggle] svg,label[for=menu-toggle] svg{height:100%;object-fit:contain;width:100%}#menu-toggle+label[for=menu-toggle] .opened{display:none}#menu-toggle+label[for=menu-toggle] .closed{align-items:center;display:inline-flex;justify-content:center}#menu-toggle:checked+label[for=menu-toggle] .closed{display:none}#menu-toggle:checked+label[for=menu-toggle] .opened{align-items:center;display:inline-flex;justify-content:center;position:relative;z-index:101}#menu-toggle:checked~#menu{bottom:0;display:block;left:0;padding-top:30px;position:fixed;right:0;top:0}#menu-toggle:checked~#menu label[for=menu-toggle]{position:absolute;right:0;top:16px}header#top-header{z-index:10}header#top-header ul{list-style-type:none}header#top-header .brand img,header#top-header .brand svg{height:auto;padding:.25rem;width:100%}@media (min-width:1024px){header#top-header .brand img,header#top-header .brand svg{padding:0}}nav.nav-primary{z-index:100}@media (min-width:1024px){nav.nav-primary{height:64px}}nav.nav-primary ul.top-menu{align-items:center;background-color:transparent;margin-left:0;margin-right:0;padding-top:.75rem}@media (min-width:1024px){nav.nav-primary ul.top-menu{flex-grow:1;height:100%;padding-top:0}}footer nav.nav-primary ul.top-menu{background-color:transparent}@media (min-width:1024px){nav.nav-primary ul.top-menu>li{height:100%}}nav.nav-primary ul.top-menu>li{min-height:3rem}nav.nav-primary ul.top-menu>li:not([class*=hidden]){display:block}@media (min-width:1024px){nav.nav-primary ul.top-menu>li:not([class*=hidden]){display:inline-block;flex-grow:1}}nav.nav-primary ul.top-menu>li>a{align-items:center;display:flex;height:100%;justify-content:center;width:100%}@media (min-width:1024px){nav.nav-primary ul.top-menu>li>a{padding:.75rem 1rem}}nav.nav-primary ul.top-menu>li>a{white-space:nowrap}footer.content-info{display:grid;grid-template-columns:1fr min(1140px,100%) 1fr}@media (min-width:1024px){footer.content-info{display:grid;grid-template-columns:1fr min(1140px,100%) 1fr}}footer.content-info>[class$=-inner],footer.content-info>[class*="-inner "]{grid-column:2/-2}ul.footer-nav{align-items:center;background-color:transparent;margin-left:0;margin-right:0}@media (min-width:1024px){ul.footer-nav{flex-grow:1;height:100%}}ul.footer-nav>li>a{align-items:center;display:flex;height:100%;justify-content:center;width:100%}@media (min-width:1024px){ul.footer-nav>li>a{padding:.75rem 1rem}}ul.footer-nav>li>a{font-family:var(--ds-body-font),sans-serif;font-size:18px;font-weight:700;padding-bottom:1.5rem;padding-top:1.5rem;white-space:nowrap}@media (min-width:1024px){ul.footer-nav>li>a{font-size:16px}}:root{--ds-c-input-border:#ccc}.button{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);cursor:pointer}.button,.button:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.button:hover{--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.button{font-family:var(--ds-button-font);padding:1rem 1.5rem;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gform_wrapper.gravity-theme[data-form-theme=gravity-theme] input:not([type=submit]):not(.button):not([type=radio]):not([type=checkbox]),.gform_wrapper.gravity-theme[data-form-theme=gravity-theme] select,.gform_wrapper.gravity-theme[data-form-theme=gravity-theme] textarea{border-color:var(--ds-c-input-border);border-width:1px}.two-col .ds-block-inner .media-container{align-items:center;display:flex;justify-content:center}.two-col .ds-block-inner .media-container .gform_wrapper{width:100%}.gform_required_legend{display:none}.body-font-style{font-size:24px;line-height:1.375}@media (min-width:1024px){.body-font-style{font-size:28px}}.body-font-style{font-family:var(--ds-body-font),sans-serif;font-weight:400}.body-font-style:last-child{margin-bottom:0}.ps-header .entry-meta{font-family:var(--ds-body-font),sans-serif;font-size:1.4rem;padding-top:1rem}.ps-header .entry-meta time{display:block;margin-bottom:.5rem}article.editor-content .entry-content a:not(.button):hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}article.editor-content .entry-content a:not(.button){color:var(--wp--preset--color--primary)}article.editor-content .entry-content,article.editor-content .entry-content dl,article.editor-content .entry-content ol,article.editor-content .entry-content p,article.editor-content .entry-content ul{font-size:24px;line-height:1.375}@media (min-width:1024px){article.editor-content .entry-content,article.editor-content .entry-content dl,article.editor-content .entry-content ol,article.editor-content .entry-content p,article.editor-content .entry-content ul{font-size:28px}}article.editor-content .entry-content,article.editor-content .entry-content dl,article.editor-content .entry-content ol,article.editor-content .entry-content p,article.editor-content .entry-content ul{font-family:var(--ds-body-font),sans-serif;font-weight:400}article.editor-content .entry-content:last-child,article.editor-content .entry-content dl:last-child,article.editor-content .entry-content ol:last-child,article.editor-content .entry-content p:last-child,article.editor-content .entry-content ul:last-child{margin-bottom:0}article.editor-content .entry-content b,article.editor-content .entry-content strong{font-weight:800}article.editor-content .entry-content :not(h2)+dl,article.editor-content .entry-content :not(h2)+ol,article.editor-content .entry-content :not(h2)+p,article.editor-content .entry-content :not(h2)+ul{margin-top:1.5rem}article.editor-content .entry-content dl+h2,article.editor-content .entry-content ol+h2,article.editor-content .entry-content p+h2,article.editor-content .entry-content ul+h2{margin-top:3rem}article.editor-content .entry-content dl+h3,article.editor-content .entry-content ol+h3,article.editor-content .entry-content p+h3,article.editor-content .entry-content ul+h3{margin-top:2rem}article.editor-content .entry-content h2{font-size:40px;font-weight:800;line-height:1;margin-bottom:2rem;text-transform:uppercase}*+article.editor-content .entry-content h2{margin-top:3.5rem}article.editor-content .entry-content h2:first-child{margin-top:0}article.editor-content .entry-content h3{font-family:var(--ds-body-font),sans-serif;font-size:28px;font-weight:700;line-height:1;margin-bottom:1.5rem}*+article.editor-content .entry-content h3{margin-top:2.5rem}article.editor-content .entry-content h3:first-child{margin-top:0}article.editor-content .entry-content ul{list-style-position:outside;list-style-type:disc;padding-left:1.5rem}article.editor-content .entry-content ul>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}article.editor-content .entry-content ol{list-style-position:outside;list-style-type:decimal;padding-left:1.5rem}article.editor-content .entry-content ol>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}article.editor-content .entry-content blockquote.wp-block-quote{--tw-border-opacity:1;border-color:rgb(98 98 98/var(--tw-border-opacity));border-left-width:5px;padding-left:1rem}@media (min-width:768px){article.editor-content .entry-content blockquote.wp-block-quote{padding-left:1rem}}article.editor-content .entry-content blockquote.wp-block-quote{width:100%}@media (min-width:768px){article.editor-content .entry-content blockquote.wp-block-quote{width:83.333333%}}article.editor-content .entry-content blockquote.wp-block-quote{margin:.5rem auto 2rem;text-align:left}@media (min-width:768px){article.editor-content .entry-content blockquote.wp-block-quote{transform:translateX(-16px)}}article.editor-content .entry-content blockquote.wp-block-quote,article.editor-content .entry-content blockquote.wp-block-quote p{font-size:1em;font-weight:500;line-height:1.21}article.editor-content .entry-content blockquote.wp-block-quote p:last-of-type{margin-bottom:0}article.editor-content .entry-content figure.wp-block-pullquote{padding-bottom:2rem;padding-top:2rem}@media (min-width:1024px){article.editor-content .entry-content figure.wp-block-pullquote{padding-bottom:2.5rem;padding-top:2.5rem}}article.editor-content .entry-content figure.wp-block-pullquote{margin-bottom:0;margin-top:1rem}article.editor-content .entry-content figure.wp-block-pullquote blockquote{--tw-border-opacity:1;border-color:rgb(98 98 98/var(--tw-border-opacity));border-left-width:5px;padding-left:1rem}@media (min-width:768px){article.editor-content .entry-content figure.wp-block-pullquote blockquote{padding-left:1rem}}article.editor-content .entry-content figure.wp-block-pullquote blockquote{width:100%}@media (min-width:768px){article.editor-content .entry-content figure.wp-block-pullquote blockquote{width:83.333333%}}article.editor-content .entry-content figure.wp-block-pullquote blockquote{margin-left:auto;margin-right:auto;text-align:left}@media (min-width:768px){article.editor-content .entry-content figure.wp-block-pullquote blockquote{transform:translateX(-16px)}}article.editor-content .entry-content figure.wp-block-pullquote blockquote,article.editor-content .entry-content figure.wp-block-pullquote blockquote p{font-size:1em;font-weight:500;line-height:1.21}article.editor-content .entry-content figure.wp-block-pullquote blockquote p:last-of-type{margin-bottom:0}article.editor-content .entry-content figure figcaption.wp-element-caption{--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity));font-size:14px;font-weight:400;line-height:1.17;margin-top:.5rem;text-align:center}@media (min-width:1024px){article.editor-content .entry-content figure figcaption.wp-element-caption{margin-top:.75rem}}.page-body-font-style{font-size:16px}@media (min-width:768px){.page-body-font-style{font-size:18px}}@media (min-width:1024px){.page-body-font-style{font-size:26px}}.page-body-font-style{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity));font-family:var(--ds-body-font),sans-serif;font-weight:400;line-height:1.5}.page-body-font-style:last-child{margin-bottom:0}.page-body-font-style a:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.page-body-font-style a{color:var(--wp--preset--color--primary)}article.editor-content-page{padding-bottom:3.5rem}@media (min-width:1024px){article.editor-content-page{padding-bottom:5rem}}article.editor-content-page .entry-content{padding-top:2rem}@media (min-width:1024px){article.editor-content-page .entry-content{padding-top:2.5rem}}article.editor-content-page .entry-content>.below-hero-text{margin-left:auto;margin-right:auto;width:85%}article.editor-content-page .entry-content>.below-hero-text h2,article.editor-content-page .entry-content>.below-hero-text h3,article.editor-content-page .entry-content>.below-hero-text p{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity));font-family:var(--ds-heading-font),sans-serif;font-size:1.75rem;font-weight:400;line-height:1}@media (min-width:768px){article.editor-content-page .entry-content>.below-hero-text h2,article.editor-content-page .entry-content>.below-hero-text h3,article.editor-content-page .entry-content>.below-hero-text p{font-size:2.25rem}}article.editor-content-page .entry-content>.below-hero-text h2:last-child,article.editor-content-page .entry-content>.below-hero-text h3:last-child,article.editor-content-page .entry-content>.below-hero-text p:last-child{margin-bottom:2rem}@media (min-width:1024px){article.editor-content-page .entry-content>.below-hero-text h2:last-child,article.editor-content-page .entry-content>.below-hero-text h3:last-child,article.editor-content-page .entry-content>.below-hero-text p:last-child{margin-bottom:2.75rem}}article.editor-content-page .entry-content a:not(.button):hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}article.editor-content-page .entry-content a:not(.button){color:var(--wp--preset--color--primary)}article.editor-content-page .entry-content,article.editor-content-page .entry-content dl,article.editor-content-page .entry-content ol,article.editor-content-page .entry-content p,article.editor-content-page .entry-content ul{font-size:16px}@media (min-width:768px){article.editor-content-page .entry-content,article.editor-content-page .entry-content dl,article.editor-content-page .entry-content ol,article.editor-content-page .entry-content p,article.editor-content-page .entry-content ul{font-size:18px}}@media (min-width:1024px){article.editor-content-page .entry-content,article.editor-content-page .entry-content dl,article.editor-content-page .entry-content ol,article.editor-content-page .entry-content p,article.editor-content-page .entry-content ul{font-size:26px}}article.editor-content-page .entry-content,article.editor-content-page .entry-content dl,article.editor-content-page .entry-content ol,article.editor-content-page .entry-content p,article.editor-content-page .entry-content ul{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity));font-family:var(--ds-body-font),sans-serif;font-weight:400;line-height:1.5}article.editor-content-page .entry-content:last-child,article.editor-content-page .entry-content dl:last-child,article.editor-content-page .entry-content ol:last-child,article.editor-content-page .entry-content p:last-child,article.editor-content-page .entry-content ul:last-child{margin-bottom:0}article.editor-content-page .entry-content a:hover,article.editor-content-page .entry-content dl a:hover,article.editor-content-page .entry-content ol a:hover,article.editor-content-page .entry-content p a:hover,article.editor-content-page .entry-content ul a:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}article.editor-content-page .entry-content a,article.editor-content-page .entry-content dl a,article.editor-content-page .entry-content ol a,article.editor-content-page .entry-content p a,article.editor-content-page .entry-content ul a{color:var(--wp--preset--color--primary)}article.editor-content-page .entry-content b,article.editor-content-page .entry-content strong{font-weight:800}article.editor-content-page .entry-content :not(h2)+dl,article.editor-content-page .entry-content :not(h2)+ol,article.editor-content-page .entry-content :not(h2)+p,article.editor-content-page .entry-content :not(h2)+ul,article.editor-content-page .entry-content p+p{margin-top:2rem}@media (min-width:1024px){article.editor-content-page .entry-content p+p{margin-top:2.5rem}}article.editor-content-page .entry-content dl+h2,article.editor-content-page .entry-content ol+h2,article.editor-content-page .entry-content p+h2,article.editor-content-page .entry-content ul+h2{margin-top:3rem}article.editor-content-page .entry-content dl+h3,article.editor-content-page .entry-content ol+h3,article.editor-content-page .entry-content p+h3,article.editor-content-page .entry-content ul+h3{margin-top:2rem}article.editor-content-page .entry-content h2{font-size:40px;font-weight:800;line-height:1;margin-bottom:2rem;text-transform:uppercase}*+article.editor-content-page .entry-content h2{margin-top:3.5rem}article.editor-content-page .entry-content h2:first-child{margin-top:0}article.editor-content-page .entry-content h3{font-family:var(--ds-heading-font),sans-serif;font-size:2.25rem;font-weight:700;line-height:1;margin-bottom:1.5rem}*+article.editor-content-page .entry-content h3{margin-top:2.5rem}article.editor-content-page .entry-content h3:first-child{margin-top:0}article.editor-content-page .entry-content h4{font-size:1.75rem;font-weight:700;line-height:1.25;margin-bottom:1.5rem;margin-top:1.5rem}@media (min-width:1024px){article.editor-content-page .entry-content h4{margin-bottom:2rem;margin-top:2rem}}article.editor-content-page .entry-content h4{font-family:var(--ds-heading-font),sans-serif}*+article.editor-content-page .entry-content h4{margin-top:2.5rem}article.editor-content-page .entry-content h4:first-child{margin-top:0}article.editor-content-page .entry-content ol,article.editor-content-page .entry-content ul{list-style-position:outside;list-style-type:disc;padding-left:2.5rem}@media (min-width:1024px){article.editor-content-page .entry-content ol,article.editor-content-page .entry-content ul{padding-left:3.5rem}}article.editor-content-page .entry-content ol>:not([hidden])~:not([hidden]),article.editor-content-page .entry-content ul>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}article.editor-content-page .entry-content ol,article.editor-content-page .entry-content ul{margin-bottom:2rem}@media (min-width:1024px){article.editor-content-page .entry-content ol,article.editor-content-page .entry-content ul{margin-bottom:2.5rem}}article.editor-content-page .entry-content ol{list-style-type:decimal}article.editor-content-page .entry-content blockquote.wp-block-quote{margin-bottom:2rem;margin-top:2rem}@media (min-width:1024px){article.editor-content-page .entry-content blockquote.wp-block-quote{margin-bottom:2.5rem;margin-top:2.5rem}}article.editor-content-page .entry-content blockquote.wp-block-quote{width:100%}@media (min-width:768px){article.editor-content-page .entry-content blockquote.wp-block-quote{width:83.333333%}}article.editor-content-page .entry-content blockquote.wp-block-quote{margin-left:auto;margin-right:auto}article.editor-content-page .entry-content blockquote.wp-block-quote p{font-size:1.5625rem;font-weight:300;text-align:left}article.editor-content-page .entry-content blockquote.wp-block-quote p strong{font-weight:700}article.editor-content-page .entry-content blockquote.wp-block-quote p:last-of-type{margin-bottom:0}article.editor-content-page .entry-content p+.wp-block-image{margin-top:2rem}article.editor-content-page .entry-content .wp-block-image+p{margin-top:0}article.editor-content-page .entry-content figure.wp-block-pullquote{padding-bottom:2rem;padding-top:2rem}@media (min-width:1024px){article.editor-content-page .entry-content figure.wp-block-pullquote{padding-bottom:2.5rem;padding-top:2.5rem}}article.editor-content-page .entry-content figure.wp-block-pullquote{margin-bottom:0;margin-top:1rem}article.editor-content-page .entry-content figure.wp-block-pullquote blockquote{width:100%}@media (min-width:768px){article.editor-content-page .entry-content figure.wp-block-pullquote blockquote{width:83.333333%}}article.editor-content-page .entry-content figure.wp-block-pullquote blockquote{margin-left:auto;margin-right:auto}article.editor-content-page .entry-content figure.wp-block-pullquote blockquote p{font-size:1.5625rem;font-weight:300;text-align:left}article.editor-content-page .entry-content figure.wp-block-pullquote blockquote p strong{font-weight:700}article.editor-content-page .entry-content figure.wp-block-pullquote blockquote p:last-of-type{margin-bottom:0}article.editor-content-page .entry-content figure figcaption.wp-element-caption{--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity));font-size:14px;font-weight:400;line-height:1.17;margin-top:.5rem;text-align:center}@media (min-width:1024px){article.editor-content-page .entry-content figure figcaption.wp-element-caption{margin-top:.75rem}}article.editor-content-page .social-share-wrapper{margin-top:6rem}body.blog #main,body.search #main{background-color:var(--wp--preset--color--secondary)}body.blog .blog-index-container,body.search .blog-index-container{margin-left:auto;margin-right:auto;width:100%}@media (min-width:1024px){body.blog .blog-index-container,body.search .blog-index-container{max-width:1000px}}body.blog .blog-index-container,body.search .blog-index-container{padding-bottom:100px;padding-top:2rem}body.blog .blog-grid,body.search .blog-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){body.blog .blog-grid,body.search .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){body.blog .blog-grid,body.search .blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}body.blog .blog-grid,body.search .blog-grid{gap:2rem}@media (min-width:1024px){body.blog .blog-grid,body.search .blog-grid{column-gap:4rem;row-gap:3rem}}body.blog .post-card,body.search .post-card{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));box-shadow:3px 3px 5px color-mix(in srgb,var(--ds-c-jw-color2),transparent 40%);display:flex;flex-direction:column;height:100%;position:relative;transition:box-shadow .3s ease}body.blog .post-card:hover,body.search .post-card:hover{box-shadow:3px 3px 5px color-mix(in srgb,var(--ds-c-jw-color3),transparent 40%)}body.blog .post-card:hover .read-more,body.search .post-card:hover .read-more{color:var(--ds-c-jw-color2)}body.blog .post-card .post-meta,body.blog .post-card .read-more,body.blog .post-card .title,body.search .post-card .post-meta,body.search .post-card .read-more,body.search .post-card .title{padding:0 8px}body.blog .post-card .post-meta,body.search .post-card .post-meta{color:var(--ds-c-jw-color2);font-family:var(--ds-body-font),sans-serif;text-align:center}@media (min-width:1024px){body.blog .post-card .post-meta,body.search .post-card .post-meta{text-align:left}}body.blog .post-card .post-meta,body.search .post-card .post-meta{font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-top:1rem}body.blog .post-card .title,body.search .post-card .title{color:var(--ds-c-jw-color1);font-family:var(--ds-heading-font),sans-serif;text-align:center}@media (min-width:1024px){body.blog .post-card .title,body.search .post-card .title{text-align:left}}body.blog .post-card .title,body.search .post-card .title{font-size:24px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-bottom:1rem;margin-top:1rem}body.blog .post-card .read-more,body.search .post-card .read-more{color:var(--ds-c-jw-color1);display:block;font-family:var(--ds-body-font),sans-serif;text-align:center}@media (min-width:1024px){body.blog .post-card .read-more,body.search .post-card .read-more{text-align:left}}body.blog .post-card .read-more,body.search .post-card .read-more{font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin-top:auto;padding-bottom:.5rem;text-transform:uppercase;transition:color .3s ease}body.single-post article .entry-content{padding-bottom:3rem;padding-top:2rem}@media (min-width:1024px){body.single-post article .entry-content{padding-bottom:64px;padding-top:5rem}}body.single-post article .entry-content .title{color:var(--ds-c-jw-color1);font-family:var(--ds-heading-font),sans-serif;font-size:32px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.09;text-align:left}body.single-post article .entry-content .post-meta{color:var(--ds-c-jw-color1);font-family:var(--ds-body-font),sans-serif;margin-bottom:3rem;margin-top:1.5rem}@media (min-width:1024px){body.single-post article .entry-content .post-meta{margin-bottom:64px}}body.single-post article .entry-content .post-meta{font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.5;text-align:left}body.single-post article .entry-content .entry-content-inner dl,body.single-post article .entry-content .entry-content-inner ol,body.single-post article .entry-content .entry-content-inner p,body.single-post article .entry-content .entry-content-inner ul{color:var(--ds-c-jw-color1);font-family:var(--ds-body-font),sans-serif;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.5;margin-bottom:1.5rem;text-align:left}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1320px){.container{max-width:1320px}}.debug-screens:before{background-color:#000;bottom:0;box-shadow:0 0 0 1px #fff;color:#fff;content:"screen: _";font-family:sans-serif;font-size:12px;left:0;line-height:1;padding:.3333333em .5em;position:fixed;z-index:2147483647}@media (min-width:640px){.debug-screens:before{content:"screen: sm"}}@media (min-width:768px){.debug-screens:before{content:"screen: md"}}@media (min-width:1024px){.debug-screens:before{content:"screen: lg"}}@media (min-width:1320px){.debug-screens:before{content:"screen: xl"}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.order-1{order:1}.order-2{order:2}.order-3{order:3}.row-start-auto{grid-row-start:auto}.mx-auto{margin-left:auto;margin-right:auto}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[75px\]{margin-bottom:75px}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline{display:inline}.flex{display:flex}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[335\/188\]{aspect-ratio:335/188}.h-3{height:.75rem}.h-\[--ds-l-spacer\]{height:var(--ds-l-spacer)}.h-\[200px\]{height:200px}.h-\[22px\]{height:22px}.h-\[45px\]{height:45px}.h-full{height:100%}.w-\[150px\]{width:150px}.w-full{width:100%}.max-w-\[178px\]{max-width:178px}.max-w-\[335px\]{max-width:335px}.max-w-full{max-width:100%}.flex-shrink{flex-shrink:1}.flex-grow{flex-grow:1}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.justify-self-stretch{justify-self:stretch}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:9999px}.rounded-sm{border-radius:.125rem}.border{border-width:1px}.border-8{border-width:8px}.border-b-\[length\:--ds-l-border-b\]{border-bottom-width:var(--ds-l-border-b)}.border-t{border-top-width:1px}.border-t-\[length\:--ds-l-border-t\]{border-top-width:var(--ds-l-border-t)}.border-dotted{border-style:dotted}.border-\[\#0b6\]{--tw-border-opacity:1;border-color:rgb(0 187 102/var(--tw-border-opacity))}.border-\[\#999\]{--tw-border-opacity:1;border-color:rgb(153 153 153/var(--tw-border-opacity))}.border-\[\#c0c\]{--tw-border-opacity:1;border-color:rgb(204 0 204/var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.border-b-\[color\:--ds-c-border-b\]{border-bottom-color:var(--ds-c-border-b)}.border-t-\[color\:--ds-c-border-t\]{border-top-color:var(--ds-c-border-t)}.bg-\[\#ccc\]{--tw-bg-opacity:1;background-color:rgb(204 204 204/var(--tw-bg-opacity))}.bg-\[--ds-c-block-bg\]{background-color:var(--ds-c-block-bg)}.bg-\[--ds-c-button-default-bg\]{background-color:var(--ds-c-button-default-bg)}.bg-\[--ds-c-form-area-bg\]{background-color:var(--ds-c-form-area-bg)}.bg-\[--ds-c-text-area-bg\]{background-color:var(--ds-c-text-area-bg)}.bg-\[color\:--ds-c-block-bg\]{background-color:var(--ds-c-block-bg)}.bg-\[color\:--ds-c-donate-button-bg\]{background-color:var(--ds-c-donate-button-bg)}.bg-\[color\:--ds-c-footer-bg\]{background-color:var(--ds-c-footer-bg)}.bg-\[color\:--ds-c-mobile-nav-bg\]{background-color:var(--ds-c-mobile-nav-bg)}.bg-gray-df{--tw-bg-opacity:1;background-color:rgb(223 223 223/var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity))}.fill-current{fill:currentColor}.p-3{padding:.75rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[9px\]{padding-left:9px;padding-right:9px}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.py-\[20px\]{padding-bottom:20px;padding-top:20px}.py-\[7px\]{padding-bottom:7px;padding-top:7px}.pb-20{padding-bottom:5rem}.pb-4{padding-bottom:1rem}.pb-\[19px\]{padding-bottom:19px}.pb-\[33px\]{padding-bottom:33px}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-8{padding-top:2rem}.pt-\[10px\]{padding-top:10px}.pt-\[43px\]{padding-top:43px}.text-left{text-align:left}.text-center{text-align:center}.font-body{font-family:var(--ds-body-font),sans-serif}.font-heading{font-family:var(--ds-heading-font),sans-serif}.font-heading2{font-family:open-sans,sans-serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-\[0\.4em\]{font-size:.4em}.text-\[1\.125rem\]{font-size:1.125rem}.text-\[1\.3rem\]{font-size:1.3rem}.text-\[1\.4rem\]{font-size:1.4rem}.text-\[1\.625rem\]{font-size:1.625rem}.text-\[1\.6rem\]{font-size:1.6rem}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[18px\]{font-size:18px}.text-\[2\.625rem\]{font-size:2.625rem}.text-\[21px\]{font-size:21px}.text-\[24px\]{font-size:24px}.text-\[28px\]{font-size:28px}.text-\[2rem\]{font-size:2rem}.text-\[36px\]{font-size:36px}.text-\[48px\]{font-size:48px}.font-bold{font-weight:700}.font-book{font-weight:400}.font-demi{font-weight:600}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-regular{font-weight:400}.uppercase{text-transform:uppercase}.leading-\[24px\]{line-height:24px}.leading-none{line-height:1}.tracking-\[0\.9px\]{letter-spacing:.9px}.text-\[\#001e54\]{--tw-text-opacity:1;color:rgb(0 30 84/var(--tw-text-opacity))}.text-\[\#003ba8\]{--tw-text-opacity:1;color:rgb(0 59 168/var(--tw-text-opacity))}.text-\[--color-hero-heading-text\]{color:var(--color-hero-heading-text)}.text-\[--ds-c-button-default-fg\]{color:var(--ds-c-button-default-fg)}.text-\[--ds-c-form-area-fg\]{color:var(--ds-c-form-area-fg)}.text-\[--ds-c-text-area-fg\]{color:var(--ds-c-text-area-fg)}.text-\[color\:--ds-c-close-toggle-fg\]{color:var(--ds-c-close-toggle-fg)}.text-\[color\:--ds-c-donate-button-fg\]{color:var(--ds-c-donate-button-fg)}.text-\[color\:--ds-c-footer-fg\]{color:var(--ds-c-footer-fg)}.text-\[color\:--ds-c-footer-nav-item-fg\]{color:var(--ds-c-footer-nav-item-fg)}.text-\[color\:--ds-c-footer-social-fg\]{color:var(--ds-c-footer-social-fg)}.text-\[color\:--ds-c-mobile-nav-item-fg\]{color:var(--ds-c-mobile-nav-item-fg)}.text-\[color\:--ds-c-open-toggle-fg\]{color:var(--ds-c-open-toggle-fg)}.text-\[color\:--wp--preset--color--contrast\]{color:var(--wp--preset--color--contrast)}.text-\[color\:--wp--preset--color--primary\]{color:var(--wp--preset--color--primary)}.text-gray-70{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.text-green-50{--tw-text-opacity:1;color:rgb(240 253 244/var(--tw-text-opacity))}.text-indigo-50{--tw-text-opacity:1;color:rgb(238 242 255/var(--tw-text-opacity))}.text-red-50{--tw-text-opacity:1;color:rgb(254 242 242/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-yellow-50{--tw-text-opacity:1;color:rgb(254 252 232/var(--tw-text-opacity))}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px rgb(0 0 0/0.07)) drop-shadow(0 2px 2px rgb(0 0 0/0.06))}.drop-shadow-md,.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)}@media (min-width:768px){.md\:container{width:100%}@media (min-width:640px){.md\:container{max-width:640px}}@media (min-width:768px){.md\:container{max-width:768px}}@media (min-width:1024px){.md\:container{max-width:1024px}}@media (min-width:1320px){.md\:container{max-width:1320px}}}@media (min-width:1024px){.lg\:container{width:100%}@media (min-width:640px){.lg\:container{max-width:640px}}@media (min-width:768px){.lg\:container{max-width:768px}}@media (min-width:1024px){.lg\:container{max-width:1024px}}@media (min-width:1320px){.lg\:container{max-width:1320px}}}.hover\:bg-\[--ds-c-button-hover-bg\]:hover{background-color:var(--ds-c-button-hover-bg)}.hover\:bg-\[color\:--ds-c-donate-button-hover-bg\]:hover{background-color:var(--ds-c-donate-button-hover-bg)}.hover\:bg-gray-f2:hover{--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity))}.hover\:text-\[\#001e54\]:hover{--tw-text-opacity:1;color:rgb(0 30 84/var(--tw-text-opacity))}.hover\:text-\[--ds-c-button-hover-fg\]:hover{color:var(--ds-c-button-hover-fg)}.hover\:text-\[color\:--ds-c-close-toggle-hover-fg\]:hover{color:var(--ds-c-close-toggle-hover-fg)}.hover\:text-\[color\:--ds-c-donate-button-hover-fg\]:hover{color:var(--ds-c-donate-button-hover-fg)}.hover\:text-\[color\:--ds-c-footer-nav-item-hover-fg\]:hover{color:var(--ds-c-footer-nav-item-hover-fg)}.hover\:text-\[color\:--ds-c-footer-social-hover-fg\]:hover{color:var(--ds-c-footer-social-hover-fg)}.hover\:text-\[color\:--ds-c-mobile-nav-item-hover-fg\]:hover{color:var(--ds-c-mobile-nav-item-hover-fg)}.hover\:text-\[color\:--ds-c-open-toggle-hover-fg\]:hover{color:var(--ds-c-open-toggle-hover-fg)}.focus\:not-sr-only:focus{clip:auto;height:auto;margin:0;overflow:visible;padding:0;position:static;white-space:normal;width:auto}@media (min-width:768px){.md\:mr-4{margin-right:1rem}.md\:block{display:block}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:bg-transparent{background-color:transparent}}@media (min-width:1024px){.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-3{order:3}.lg\:row-start-1{grid-row-start:1}.lg\:row-start-2{grid-row-start:2}.lg\:row-start-3{grid-row-start:3}.lg\:mb-4{margin-bottom:1rem}.lg\:mr-\[75px\]{margin-right:75px}.lg\:mt-12{margin-top:3rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:max-w-\[440px\]{max-width:440px}.lg\:max-w-full{max-width:100%}.lg\:flex-\[0_0_50\%\]{flex:0 0 50%}.lg\:flex-\[1_1_auto\]{flex:1 1 auto}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:justify-center{justify-content:center}.lg\:gap-12{gap:3rem}.lg\:gap-16{gap:4rem}.lg\:gap-6{gap:1.5rem}.lg\:justify-self-start{justify-self:start}.lg\:justify-self-end{justify-self:end}.lg\:justify-self-center{justify-self:center}.lg\:bg-transparent{background-color:transparent}.lg\:p-16{padding:4rem}.lg\:p-6{padding:1.5rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-\[37px\]{padding-left:37px;padding-right:37px}.lg\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.lg\:py-12{padding-bottom:3rem;padding-top:3rem}.lg\:py-16{padding-bottom:4rem;padding-top:4rem}.lg\:py-8{padding-bottom:2rem;padding-top:2rem}.lg\:py-\[0px\]{padding-bottom:0;padding-top:0}.lg\:py-\[46px\]{padding-bottom:46px;padding-top:46px}.lg\:py-\[83px\]{padding-bottom:83px;padding-top:83px}.lg\:pb-20{padding-bottom:5rem}.lg\:pb-32{padding-bottom:8rem}.lg\:pb-\[41px\]{padding-bottom:41px}.lg\:pb-\[59px\]{padding-bottom:59px}.lg\:pl-10{padding-left:2.5rem}.lg\:pl-\[35px\]{padding-left:35px}.lg\:pr-0{padding-right:0}.lg\:pt-16{padding-top:4rem}.lg\:pt-\[53px\]{padding-top:53px}.lg\:text-\[1\.125rem\]{font-size:1.125rem}.lg\:text-\[1\.5rem\]{font-size:1.5rem}.lg\:text-\[2\.25rem\]{font-size:2.25rem}.lg\:text-\[2rem\]{font-size:2rem}.lg\:text-\[3\.5rem\]{font-size:3.5rem}.lg\:text-\[3rem\]{font-size:3rem}.lg\:text-\[72px\]{font-size:72px}.lg\:text-\[color\:--ds-c-desktop-nav-item-fg\]{color:var(--ds-c-desktop-nav-item-fg)}.lg\:hover\:text-\[color\:--ds-c-desktop-nav-item-hover-fg\]:hover{color:var(--ds-c-desktop-nav-item-hover-fg)}}

/*# sourceMappingURL=app.css.map*/