@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
.carousel{box-sizing:border-box;position:relative}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{max-height:100%;max-width:100%;overflow:hidden;position:relative}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;max-width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1rem;position:relative;width:var(--carousel-slide-width,60%)}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{display:flex;justify-content:center;left:0;list-style:none;margin:0 auto;padding:0;position:absolute;right:0;top:calc(100% + .5rem);-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{cursor:pointer;display:block;height:22px;margin:0;padding:0;position:relative;width:22px}.carousel__dots .carousel__dot:after{background-color:currentColor;border-radius:50%;content:"";height:8px;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .15s ease-in-out;width:8px}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{align-items:center;background:var(--carousel-button-bg,transparent);border:0;border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);color:var(--carousel-button-color,currentColor);cursor:pointer;display:flex;height:var(--carousel-button-height,48px);justify-content:center;padding:0;pointer-events:all;transition:opacity .15s ease;width:var(--carousel-button-width,48px)}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);height:var(--carousel-button-svg-height,50%);pointer-events:none;width:var(--carousel-button-svg-width,50%)}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{-webkit-tap-highlight-color:rgba(0,0,0,0);--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.4));bottom:0;box-sizing:border-box;color:var(--fancybox-color,#fff);direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:hidden;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:fixed;right:0;top:0;transform-origin:top left;z-index:1050}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{background:var(--fancybox-bg,rgba(24,24,27,.92));bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.fancybox__carousel{flex:1 1 auto;height:100%;min-height:0;position:relative;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{cursor:default;height:100%;overflow:visible;position:relative;width:100%}.fancybox__track{display:flex;height:100%}.fancybox__slide{--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px;display:flex;flex:0 0 auto;flex-direction:column;margin:0;max-width:100%;outline:0;overflow:auto;overscroll-behavior:contain;padding:48px 8px 8px;position:relative;width:100%}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);color:var(--fancybox-content-color,#374151);display:flex;flex-direction:column;margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;position:relative;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){box-shadow:none;outline:thin dotted}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;overflow-wrap:anywhere;padding:1rem 0 0;visibility:visible}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{color:var(--fancybox-color,#fff);top:100%}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;right:8px;right:calc(env(safe-area-inset-right, 0px) + 8px);top:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{color:var(--fancybox-color,#fff);position:absolute;right:0;top:-40px}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{color:var(--fancybox-color,currentColor);height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke:currentColor;animation:fancybox-dash 1.5s ease-in-out infinite}@keyframes fancybox-rotate{to{transform:rotate(1turn)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{animation:fancybox-throwOutDown .15s ease both}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{opacity:0;transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes fancybox-zoomOutDown{to{opacity:0;transform:scale(.97) translate3d(0,16px,0)}}@keyframes fancybox-throwOutUp{to{opacity:0;transform:translate3d(0,-30%,0)}}@keyframes fancybox-throwOutDown{to{opacity:0;transform:translate3d(0,30%,0)}}.fancybox__carousel .carousel__slide{scrollbar-color:#ccc hsla(0,0%,100%,.1);scrollbar-width:thin}.fancybox__carousel .carousel__slide::-webkit-scrollbar{height:8px;width:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;transition:none;-webkit-user-select:none;user-select:none}.has-image .fancybox__content{background:transparent;min-height:1px;padding:0}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-height:100%;max-width:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{height:auto;max-width:100%}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{height:100%;width:100%}.has-image[data-image-fit=cover] .fancybox__image{height:100%;object-fit:cover;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{height:80%;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fancybox__thumbs{flex:0 0 auto;opacity:var(--fancybox-opacity,1);padding:0 3px;position:relative}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:0;overflow:visible;padding:8px 3px;width:var(--fancybox-thumbs-width,96px)}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border-color:var(--fancybox-accent-color,rgba(34,213,233,.96));border-radius:var(--fancybox-thumbs-border-radius,4px);border-style:solid;border-width:5px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{background-color:hsla(0,0%,100%,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:var(--fancybox-thumbs-border-radius,4px);padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));position:relative;width:100%}.fancybox__toolbar{--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));display:flex;justify-content:space-between;left:0;opacity:var(--fancybox-opacity,1);padding:0;position:absolute;right:0;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4));top:0;touch-action:none;z-index:20}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{left:50%;position:absolute;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{-webkit-font-smoothing:subpixel-antialiased;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--carousel-button-height,48px);min-width:72px;padding:0 10px;text-align:center}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;-webkit-user-select:none;user-select:none;z-index:30}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/*! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;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-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}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{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color: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}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-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}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(14,165,233,.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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(14,165,233,.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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{margin-left:auto;margin-right:auto;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:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.form-input,.form-multiselect,.form-select,.form-textarea{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}.form-input:focus,.form-multiselect:focus,.form-select:focus,.form-textarea:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#0284c7;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#0284c7;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.form-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-select:where([size]:not([size="1"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}.form-checkbox,.form-radio{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#0284c7;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1rem}.form-checkbox{border-radius:0}.form-radio{border-radius:100%}.form-checkbox:focus,.form-radio:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#0284c7;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.form-checkbox:checked,.form-radio:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}.form-checkbox:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}@media (forced-colors:active) {.form-checkbox:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}.form-radio:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}@media (forced-colors:active) {.form-radio:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}.form-checkbox:checked:focus,.form-checkbox:checked:hover,.form-radio:checked:focus,.form-radio:checked:hover{background-color:currentColor;border-color:transparent}.form-checkbox:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}@media (forced-colors:active) {.form-checkbox:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}.form-checkbox:indeterminate:focus,.form-checkbox:indeterminate:hover{background-color:currentColor;border-color:transparent}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.-bottom-1{bottom:-.25rem}.-right-1{right:-.25rem}.bottom-0{bottom:0}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-auto{left:auto}.right-0{right:0}.right-16{right:4rem}.right-8{right:2rem}.top-0{top:0}.top-10{top:2.5rem}.top-2{top:.5rem}.top-20{top:5rem}.top-3{top:.75rem}.top-6{top:1.5rem}.top-full{top:100%}.z-10{z-index:10}.z-50{z-index:50}.order-last{order:9999}.float-right{float:right}.clear-both{clear:both}.m-0{margin:0}.m-0\.5{margin:.125rem}.m-1{margin:.25rem}.m-1\.5{margin:.375rem}.m-10{margin:2.5rem}.m-11{margin:2.75rem}.m-12{margin:3rem}.m-14{margin:3.5rem}.m-16{margin:4rem}.m-2{margin:.5rem}.m-2\.5{margin:.625rem}.m-20{margin:5rem}.m-24{margin:6rem}.m-28{margin:7rem}.m-3{margin:.75rem}.m-3\.5{margin:.875rem}.m-32{margin:8rem}.m-36{margin:9rem}.m-4{margin:1rem}.m-40{margin:10rem}.m-44{margin:11rem}.m-48{margin:12rem}.m-5{margin:1.25rem}.m-52{margin:13rem}.m-56{margin:14rem}.m-6{margin:1.5rem}.m-60{margin:15rem}.m-64{margin:16rem}.m-7{margin:1.75rem}.m-72{margin:18rem}.m-8{margin:2rem}.m-80{margin:20rem}.m-9{margin:2.25rem}.m-96{margin:24rem}.m-px{margin:1px}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.mx-0{margin-left:0;margin-right:0}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-11{margin-left:2.75rem;margin-right:2.75rem}.mx-12{margin-left:3rem;margin-right:3rem}.mx-14{margin-left:3.5rem;margin-right:3.5rem}.mx-16{margin-left:4rem;margin-right:4rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-2\.5{margin-left:.625rem;margin-right:.625rem}.mx-20{margin-left:5rem;margin-right:5rem}.mx-24{margin-left:6rem;margin-right:6rem}.mx-28{margin-left:7rem;margin-right:7rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-32{margin-left:8rem;margin-right:8rem}.mx-36{margin-left:9rem;margin-right:9rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-40{margin-left:10rem;margin-right:10rem}.mx-44{margin-left:11rem;margin-right:11rem}.mx-48{margin-left:12rem;margin-right:12rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-52{margin-left:13rem;margin-right:13rem}.mx-56{margin-left:14rem;margin-right:14rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-60{margin-left:15rem;margin-right:15rem}.mx-64{margin-left:16rem;margin-right:16rem}.mx-7{margin-left:1.75rem;margin-right:1.75rem}.mx-72{margin-left:18rem;margin-right:18rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-80{margin-left:20rem;margin-right:20rem}.mx-9{margin-left:2.25rem;margin-right:2.25rem}.mx-96{margin-left:24rem;margin-right:24rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-px{margin-left:1px;margin-right:1px}.my-0{margin-bottom:0;margin-top:0}.my-0\.5{margin-bottom:.125rem;margin-top:.125rem}.my-1{margin-bottom:.25rem;margin-top:.25rem}.my-1\.5{margin-bottom:.375rem;margin-top:.375rem}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-11{margin-bottom:2.75rem;margin-top:2.75rem}.my-12{margin-bottom:3rem;margin-top:3rem}.my-14{margin-bottom:3.5rem;margin-top:3.5rem}.my-16{margin-bottom:4rem;margin-top:4rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-2\.5{margin-bottom:.625rem;margin-top:.625rem}.my-20{margin-bottom:5rem;margin-top:5rem}.my-24{margin-bottom:6rem;margin-top:6rem}.my-28{margin-bottom:7rem;margin-top:7rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.my-3\.5{margin-bottom:.875rem;margin-top:.875rem}.my-32{margin-bottom:8rem;margin-top:8rem}.my-36{margin-bottom:9rem;margin-top:9rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-40{margin-bottom:10rem;margin-top:10rem}.my-44{margin-bottom:11rem;margin-top:11rem}.my-48{margin-bottom:12rem;margin-top:12rem}.my-5{margin-bottom:1.25rem;margin-top:1.25rem}.my-52{margin-bottom:13rem;margin-top:13rem}.my-56{margin-bottom:14rem;margin-top:14rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.my-60{margin-bottom:15rem;margin-top:15rem}.my-64{margin-bottom:16rem;margin-top:16rem}.my-7{margin-bottom:1.75rem;margin-top:1.75rem}.my-72{margin-bottom:18rem;margin-top:18rem}.my-8{margin-bottom:2rem;margin-top:2rem}.my-80{margin-bottom:20rem;margin-top:20rem}.my-9{margin-bottom:2.25rem;margin-top:2.25rem}.my-96{margin-bottom:24rem;margin-top:24rem}.my-px{margin-bottom:1px;margin-top:1px}.-mb-1{margin-bottom:-.25rem}.-mb-2{margin-bottom:-.5rem}.-mt-16{margin-top:-4rem}.-mt-2{margin-top:-.5rem}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-11{margin-bottom:2.75rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-28{margin-bottom:7rem}.mb-3{margin-bottom:.75rem}.mb-3\.5{margin-bottom:.875rem}.mb-32{margin-bottom:8rem}.mb-36{margin-bottom:9rem}.mb-4{margin-bottom:1rem}.mb-40{margin-bottom:10rem}.mb-44{margin-bottom:11rem}.mb-48{margin-bottom:12rem}.mb-5{margin-bottom:1.25rem}.mb-52{margin-bottom:13rem}.mb-56{margin-bottom:14rem}.mb-6{margin-bottom:1.5rem}.mb-60{margin-bottom:15rem}.mb-64{margin-bottom:16rem}.mb-7{margin-bottom:1.75rem}.mb-72{margin-bottom:18rem}.mb-8{margin-bottom:2rem}.mb-80{margin-bottom:20rem}.mb-9{margin-bottom:2.25rem}.mb-96{margin-bottom:24rem}.mb-px{margin-bottom:1px}.ml-0{margin-left:0}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-10{margin-left:2.5rem}.ml-11{margin-left:2.75rem}.ml-12{margin-left:3rem}.ml-14{margin-left:3.5rem}.ml-16{margin-left:4rem}.ml-2{margin-left:.5rem}.ml-2\.5{margin-left:.625rem}.ml-20{margin-left:5rem}.ml-24{margin-left:6rem}.ml-28{margin-left:7rem}.ml-3{margin-left:.75rem}.ml-3\.5{margin-left:.875rem}.ml-32{margin-left:8rem}.ml-36{margin-left:9rem}.ml-4{margin-left:1rem}.ml-40{margin-left:10rem}.ml-44{margin-left:11rem}.ml-48{margin-left:12rem}.ml-5{margin-left:1.25rem}.ml-52{margin-left:13rem}.ml-56{margin-left:14rem}.ml-6{margin-left:1.5rem}.ml-60{margin-left:15rem}.ml-64{margin-left:16rem}.ml-7{margin-left:1.75rem}.ml-72{margin-left:18rem}.ml-8{margin-left:2rem}.ml-80{margin-left:20rem}.ml-9{margin-left:2.25rem}.ml-96{margin-left:24rem}.ml-auto{margin-left:auto}.ml-px{margin-left:1px}.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-10{margin-right:2.5rem}.mr-11{margin-right:2.75rem}.mr-12{margin-right:3rem}.mr-14{margin-right:3.5rem}.mr-16{margin-right:4rem}.mr-2{margin-right:.5rem}.mr-2\.5{margin-right:.625rem}.mr-20{margin-right:5rem}.mr-24{margin-right:6rem}.mr-28{margin-right:7rem}.mr-3{margin-right:.75rem}.mr-3\.5{margin-right:.875rem}.mr-32{margin-right:8rem}.mr-36{margin-right:9rem}.mr-4{margin-right:1rem}.mr-40{margin-right:10rem}.mr-44{margin-right:11rem}.mr-48{margin-right:12rem}.mr-5{margin-right:1.25rem}.mr-52{margin-right:13rem}.mr-56{margin-right:14rem}.mr-6{margin-right:1.5rem}.mr-60{margin-right:15rem}.mr-64{margin-right:16rem}.mr-7{margin-right:1.75rem}.mr-72{margin-right:18rem}.mr-8{margin-right:2rem}.mr-80{margin-right:20rem}.mr-9{margin-right:2.25rem}.mr-96{margin-right:24rem}.mr-px{margin-right:1px}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-11{margin-top:2.75rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-28{margin-top:7rem}.mt-3{margin-top:.75rem}.mt-3\.5{margin-top:.875rem}.mt-32{margin-top:8rem}.mt-36{margin-top:9rem}.mt-4{margin-top:1rem}.mt-40{margin-top:10rem}.mt-44{margin-top:11rem}.mt-48{margin-top:12rem}.mt-5{margin-top:1.25rem}.mt-52{margin-top:13rem}.mt-56{margin-top:14rem}.mt-6{margin-top:1.5rem}.mt-60{margin-top:15rem}.mt-64{margin-top:16rem}.mt-7{margin-top:1.75rem}.mt-72{margin-top:18rem}.mt-8{margin-top:2rem}.mt-80{margin-top:20rem}.mt-9{margin-top:2.25rem}.mt-96{margin-top:24rem}.mt-px{margin-top:1px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.size-12{height:3rem;width:3rem}.size-36{height:9rem;width:9rem}.h-0{height:0}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-72{height:18rem}.h-\[2px\]{height:2px}.h-\[316px\]{height:316px}.h-full{height:100%}.h-screen{height:100vh}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.w-0{width:0}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/12{width:8.333333%}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-1\/6{width:16.666667%}.w-1\/7{width:14.2857143%}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/12{width:16.666667%}.w-2\/3{width:66.666667%}.w-2\/4{width:50%}.w-2\/5{width:40%}.w-2\/6{width:33.333333%}.w-2\/7{width:28.5714286%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/12{width:25%}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-3\/6{width:50%}.w-3\/7{width:42.8571429%}.w-300px{width:300px}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/12{width:33.333333%}.w-4\/5{width:80%}.w-4\/6{width:66.666667%}.w-4\/7{width:57.1428571%}.w-40{width:10rem}.w-44{width:11rem}.w-450px{width:450px}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/12{width:41.666667%}.w-5\/6{width:83.333333%}.w-5\/7{width:71.4285714%}.w-52{width:13rem}.w-550px{width:550px}.w-56{width:14rem}.w-6{width:1.5rem}.w-6\/12{width:50%}.w-6\/7{width:85.7142857%}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-7\/12{width:58.333333%}.w-72{width:18rem}.w-8{width:2rem}.w-8\/12{width:66.666667%}.w-80{width:20rem}.w-9{width:2.25rem}.w-9\/12{width:75%}.w-96{width:24rem}.w-\[50px\]{width:50px}.w-\[52\%\]{width:52%}.w-\[600px\]{width:600px}.w-auto{width:auto}.w-dvw{width:100dvw}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-lvw{width:100lvw}.w-max{width:-moz-max-content;width:max-content}.w-min{width:-moz-min-content;width:min-content}.w-px{width:1px}.w-screen{width:100vw}.w-svw{width:100svw}.min-w-0{min-width:0}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.origin-bottom-right{transform-origin:bottom right}.origin-top-right{transform-origin:top right}.translate-y-0{--tw-translate-y:0px}.translate-y-0,.translate-y-2{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))}.translate-y-2{--tw-translate-y:0.5rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(209 213 219/var(--tw-divide-opacity))}.justify-self-end{justify-self:end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-b-xl{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-l{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.rounded-l-lg{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem}.rounded-r-lg{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-bl{border-bottom-left-radius:.25rem}.rounded-tl{border-top-left-radius:.25rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-3{border-width:3px}.border-4{border-width:4px}.border-8{border-width:8px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.border-blue-100{--tw-border-opacity:1;border-color:rgb(224 242 254/var(--tw-border-opacity))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(186 230 253/var(--tw-border-opacity))}.border-blue-300{--tw-border-opacity:1;border-color:rgb(125 211 252/var(--tw-border-opacity))}.border-blue-400{--tw-border-opacity:1;border-color:rgb(56 189 248/var(--tw-border-opacity))}.border-blue-50{--tw-border-opacity:1;border-color:rgb(240 249 255/var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity))}.border-blue-600{--tw-border-opacity:1;border-color:rgb(2 132 199/var(--tw-border-opacity))}.border-blue-700{--tw-border-opacity:1;border-color:rgb(3 105 161/var(--tw-border-opacity))}.border-blue-800{--tw-border-opacity:1;border-color:rgb(7 89 133/var(--tw-border-opacity))}.border-blue-900{--tw-border-opacity:1;border-color:rgb(12 74 110/var(--tw-border-opacity))}.border-blue-950{--tw-border-opacity:1;border-color:rgb(8 47 73/var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.border-gray-50{--tw-border-opacity:1;border-color:rgb(249 250 251/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.border-gray-800{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}.border-gray-900{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.border-gray-950{--tw-border-opacity:1;border-color:rgb(3 7 18/var(--tw-border-opacity))}.border-green-100{--tw-border-opacity:1;border-color:rgb(236 252 203/var(--tw-border-opacity))}.border-green-200{--tw-border-opacity:1;border-color:rgb(217 249 157/var(--tw-border-opacity))}.border-green-300{--tw-border-opacity:1;border-color:rgb(190 242 100/var(--tw-border-opacity))}.border-green-400{--tw-border-opacity:1;border-color:rgb(163 230 53/var(--tw-border-opacity))}.border-green-50{--tw-border-opacity:1;border-color:rgb(247 254 231/var(--tw-border-opacity))}.border-green-500{--tw-border-opacity:1;border-color:rgb(132 204 22/var(--tw-border-opacity))}.border-green-600{--tw-border-opacity:1;border-color:rgb(101 163 13/var(--tw-border-opacity))}.border-green-700{--tw-border-opacity:1;border-color:rgb(77 124 15/var(--tw-border-opacity))}.border-green-800{--tw-border-opacity:1;border-color:rgb(63 98 18/var(--tw-border-opacity))}.border-green-900{--tw-border-opacity:1;border-color:rgb(54 83 20/var(--tw-border-opacity))}.border-green-950{--tw-border-opacity:1;border-color:rgb(26 46 5/var(--tw-border-opacity))}.border-red-100{--tw-border-opacity:1;border-color:rgb(254 226 226/var(--tw-border-opacity))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity))}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}.border-red-50{--tw-border-opacity:1;border-color:rgb(254 242 242/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.border-red-700{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity))}.border-red-800{--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity))}.border-red-900{--tw-border-opacity:1;border-color:rgb(127 29 29/var(--tw-border-opacity))}.border-red-950{--tw-border-opacity:1;border-color:rgb(69 10 10/var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-yellow-100{--tw-border-opacity:1;border-color:rgb(254 249 195/var(--tw-border-opacity))}.border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity))}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity))}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity))}.border-yellow-50{--tw-border-opacity:1;border-color:rgb(254 252 232/var(--tw-border-opacity))}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity))}.border-yellow-600{--tw-border-opacity:1;border-color:rgb(202 138 4/var(--tw-border-opacity))}.border-yellow-700{--tw-border-opacity:1;border-color:rgb(161 98 7/var(--tw-border-opacity))}.border-yellow-800{--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity))}.border-yellow-900{--tw-border-opacity:1;border-color:rgb(113 63 18/var(--tw-border-opacity))}.border-yellow-950{--tw-border-opacity:1;border-color:rgb(66 32 6/var(--tw-border-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-black\/0{background-color:transparent}.bg-black\/10{background-color:rgba(0,0,0,.1)}.bg-black\/100{background-color:#000}.bg-black\/15{background-color:rgba(0,0,0,.15)}.bg-black\/20{background-color:rgba(0,0,0,.2)}.bg-black\/25{background-color:rgba(0,0,0,.25)}.bg-black\/30{background-color:rgba(0,0,0,.3)}.bg-black\/35{background-color:rgba(0,0,0,.35)}.bg-black\/40{background-color:rgba(0,0,0,.4)}.bg-black\/45{background-color:rgba(0,0,0,.45)}.bg-black\/5{background-color:rgba(0,0,0,.05)}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-black\/55{background-color:rgba(0,0,0,.55)}.bg-black\/60{background-color:rgba(0,0,0,.6)}.bg-black\/65{background-color:rgba(0,0,0,.65)}.bg-black\/70{background-color:rgba(0,0,0,.7)}.bg-black\/75{background-color:rgba(0,0,0,.75)}.bg-black\/80{background-color:rgba(0,0,0,.8)}.bg-black\/85{background-color:rgba(0,0,0,.85)}.bg-black\/90{background-color:rgba(0,0,0,.9)}.bg-black\/95{background-color:rgba(0,0,0,.95)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity))}.bg-blue-100\/0{background-color:rgba(224,242,254,0)}.bg-blue-100\/10{background-color:rgba(224,242,254,.1)}.bg-blue-100\/100{background-color:#e0f2fe}.bg-blue-100\/15{background-color:rgba(224,242,254,.15)}.bg-blue-100\/20{background-color:rgba(224,242,254,.2)}.bg-blue-100\/25{background-color:rgba(224,242,254,.25)}.bg-blue-100\/30{background-color:rgba(224,242,254,.3)}.bg-blue-100\/35{background-color:rgba(224,242,254,.35)}.bg-blue-100\/40{background-color:rgba(224,242,254,.4)}.bg-blue-100\/45{background-color:rgba(224,242,254,.45)}.bg-blue-100\/5{background-color:rgba(224,242,254,.05)}.bg-blue-100\/50{background-color:rgba(224,242,254,.5)}.bg-blue-100\/55{background-color:rgba(224,242,254,.55)}.bg-blue-100\/60{background-color:rgba(224,242,254,.6)}.bg-blue-100\/65{background-color:rgba(224,242,254,.65)}.bg-blue-100\/70{background-color:rgba(224,242,254,.7)}.bg-blue-100\/75{background-color:rgba(224,242,254,.75)}.bg-blue-100\/80{background-color:rgba(224,242,254,.8)}.bg-blue-100\/85{background-color:rgba(224,242,254,.85)}.bg-blue-100\/90{background-color:rgba(224,242,254,.9)}.bg-blue-100\/95{background-color:rgba(224,242,254,.95)}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity))}.bg-blue-200\/0{background-color:rgba(186,230,253,0)}.bg-blue-200\/10{background-color:rgba(186,230,253,.1)}.bg-blue-200\/100{background-color:#bae6fd}.bg-blue-200\/15{background-color:rgba(186,230,253,.15)}.bg-blue-200\/20{background-color:rgba(186,230,253,.2)}.bg-blue-200\/25{background-color:rgba(186,230,253,.25)}.bg-blue-200\/30{background-color:rgba(186,230,253,.3)}.bg-blue-200\/35{background-color:rgba(186,230,253,.35)}.bg-blue-200\/40{background-color:rgba(186,230,253,.4)}.bg-blue-200\/45{background-color:rgba(186,230,253,.45)}.bg-blue-200\/5{background-color:rgba(186,230,253,.05)}.bg-blue-200\/50{background-color:rgba(186,230,253,.5)}.bg-blue-200\/55{background-color:rgba(186,230,253,.55)}.bg-blue-200\/60{background-color:rgba(186,230,253,.6)}.bg-blue-200\/65{background-color:rgba(186,230,253,.65)}.bg-blue-200\/70{background-color:rgba(186,230,253,.7)}.bg-blue-200\/75{background-color:rgba(186,230,253,.75)}.bg-blue-200\/80{background-color:rgba(186,230,253,.8)}.bg-blue-200\/85{background-color:rgba(186,230,253,.85)}.bg-blue-200\/90{background-color:rgba(186,230,253,.9)}.bg-blue-200\/95{background-color:rgba(186,230,253,.95)}.bg-blue-300{--tw-bg-opacity:1;background-color:rgb(125 211 252/var(--tw-bg-opacity))}.bg-blue-300\/0{background-color:rgba(125,211,252,0)}.bg-blue-300\/10{background-color:rgba(125,211,252,.1)}.bg-blue-300\/100{background-color:#7dd3fc}.bg-blue-300\/15{background-color:rgba(125,211,252,.15)}.bg-blue-300\/20{background-color:rgba(125,211,252,.2)}.bg-blue-300\/25{background-color:rgba(125,211,252,.25)}.bg-blue-300\/30{background-color:rgba(125,211,252,.3)}.bg-blue-300\/35{background-color:rgba(125,211,252,.35)}.bg-blue-300\/40{background-color:rgba(125,211,252,.4)}.bg-blue-300\/45{background-color:rgba(125,211,252,.45)}.bg-blue-300\/5{background-color:rgba(125,211,252,.05)}.bg-blue-300\/50{background-color:rgba(125,211,252,.5)}.bg-blue-300\/55{background-color:rgba(125,211,252,.55)}.bg-blue-300\/60{background-color:rgba(125,211,252,.6)}.bg-blue-300\/65{background-color:rgba(125,211,252,.65)}.bg-blue-300\/70{background-color:rgba(125,211,252,.7)}.bg-blue-300\/75{background-color:rgba(125,211,252,.75)}.bg-blue-300\/80{background-color:rgba(125,211,252,.8)}.bg-blue-300\/85{background-color:rgba(125,211,252,.85)}.bg-blue-300\/90{background-color:rgba(125,211,252,.9)}.bg-blue-300\/95{background-color:rgba(125,211,252,.95)}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(56 189 248/var(--tw-bg-opacity))}.bg-blue-400\/0{background-color:rgba(56,189,248,0)}.bg-blue-400\/10{background-color:rgba(56,189,248,.1)}.bg-blue-400\/100{background-color:#38bdf8}.bg-blue-400\/15{background-color:rgba(56,189,248,.15)}.bg-blue-400\/20{background-color:rgba(56,189,248,.2)}.bg-blue-400\/25{background-color:rgba(56,189,248,.25)}.bg-blue-400\/30{background-color:rgba(56,189,248,.3)}.bg-blue-400\/35{background-color:rgba(56,189,248,.35)}.bg-blue-400\/40{background-color:rgba(56,189,248,.4)}.bg-blue-400\/45{background-color:rgba(56,189,248,.45)}.bg-blue-400\/5{background-color:rgba(56,189,248,.05)}.bg-blue-400\/50{background-color:rgba(56,189,248,.5)}.bg-blue-400\/55{background-color:rgba(56,189,248,.55)}.bg-blue-400\/60{background-color:rgba(56,189,248,.6)}.bg-blue-400\/65{background-color:rgba(56,189,248,.65)}.bg-blue-400\/70{background-color:rgba(56,189,248,.7)}.bg-blue-400\/75{background-color:rgba(56,189,248,.75)}.bg-blue-400\/80{background-color:rgba(56,189,248,.8)}.bg-blue-400\/85{background-color:rgba(56,189,248,.85)}.bg-blue-400\/90{background-color:rgba(56,189,248,.9)}.bg-blue-400\/95{background-color:rgba(56,189,248,.95)}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity))}.bg-blue-50\/0{background-color:rgba(240,249,255,0)}.bg-blue-50\/10{background-color:rgba(240,249,255,.1)}.bg-blue-50\/100{background-color:#f0f9ff}.bg-blue-50\/15{background-color:rgba(240,249,255,.15)}.bg-blue-50\/20{background-color:rgba(240,249,255,.2)}.bg-blue-50\/25{background-color:rgba(240,249,255,.25)}.bg-blue-50\/30{background-color:rgba(240,249,255,.3)}.bg-blue-50\/35{background-color:rgba(240,249,255,.35)}.bg-blue-50\/40{background-color:rgba(240,249,255,.4)}.bg-blue-50\/45{background-color:rgba(240,249,255,.45)}.bg-blue-50\/5{background-color:rgba(240,249,255,.05)}.bg-blue-50\/50{background-color:rgba(240,249,255,.5)}.bg-blue-50\/55{background-color:rgba(240,249,255,.55)}.bg-blue-50\/60{background-color:rgba(240,249,255,.6)}.bg-blue-50\/65{background-color:rgba(240,249,255,.65)}.bg-blue-50\/70{background-color:rgba(240,249,255,.7)}.bg-blue-50\/75{background-color:rgba(240,249,255,.75)}.bg-blue-50\/80{background-color:rgba(240,249,255,.8)}.bg-blue-50\/85{background-color:rgba(240,249,255,.85)}.bg-blue-50\/90{background-color:rgba(240,249,255,.9)}.bg-blue-50\/95{background-color:rgba(240,249,255,.95)}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity))}.bg-blue-500\/0{background-color:rgba(14,165,233,0)}.bg-blue-500\/10{background-color:rgba(14,165,233,.1)}.bg-blue-500\/100{background-color:#0ea5e9}.bg-blue-500\/15{background-color:rgba(14,165,233,.15)}.bg-blue-500\/20{background-color:rgba(14,165,233,.2)}.bg-blue-500\/25{background-color:rgba(14,165,233,.25)}.bg-blue-500\/30{background-color:rgba(14,165,233,.3)}.bg-blue-500\/35{background-color:rgba(14,165,233,.35)}.bg-blue-500\/40{background-color:rgba(14,165,233,.4)}.bg-blue-500\/45{background-color:rgba(14,165,233,.45)}.bg-blue-500\/5{background-color:rgba(14,165,233,.05)}.bg-blue-500\/50{background-color:rgba(14,165,233,.5)}.bg-blue-500\/55{background-color:rgba(14,165,233,.55)}.bg-blue-500\/60{background-color:rgba(14,165,233,.6)}.bg-blue-500\/65{background-color:rgba(14,165,233,.65)}.bg-blue-500\/70{background-color:rgba(14,165,233,.7)}.bg-blue-500\/75{background-color:rgba(14,165,233,.75)}.bg-blue-500\/80{background-color:rgba(14,165,233,.8)}.bg-blue-500\/85{background-color:rgba(14,165,233,.85)}.bg-blue-500\/90{background-color:rgba(14,165,233,.9)}.bg-blue-500\/95{background-color:rgba(14,165,233,.95)}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity))}.bg-blue-600\/0{background-color:rgba(2,132,199,0)}.bg-blue-600\/10{background-color:rgba(2,132,199,.1)}.bg-blue-600\/100{background-color:#0284c7}.bg-blue-600\/15{background-color:rgba(2,132,199,.15)}.bg-blue-600\/20{background-color:rgba(2,132,199,.2)}.bg-blue-600\/25{background-color:rgba(2,132,199,.25)}.bg-blue-600\/30{background-color:rgba(2,132,199,.3)}.bg-blue-600\/35{background-color:rgba(2,132,199,.35)}.bg-blue-600\/40{background-color:rgba(2,132,199,.4)}.bg-blue-600\/45{background-color:rgba(2,132,199,.45)}.bg-blue-600\/5{background-color:rgba(2,132,199,.05)}.bg-blue-600\/50{background-color:rgba(2,132,199,.5)}.bg-blue-600\/55{background-color:rgba(2,132,199,.55)}.bg-blue-600\/60{background-color:rgba(2,132,199,.6)}.bg-blue-600\/65{background-color:rgba(2,132,199,.65)}.bg-blue-600\/70{background-color:rgba(2,132,199,.7)}.bg-blue-600\/75{background-color:rgba(2,132,199,.75)}.bg-blue-600\/80{background-color:rgba(2,132,199,.8)}.bg-blue-600\/85{background-color:rgba(2,132,199,.85)}.bg-blue-600\/90{background-color:rgba(2,132,199,.9)}.bg-blue-600\/95{background-color:rgba(2,132,199,.95)}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(3 105 161/var(--tw-bg-opacity))}.bg-blue-700\/0{background-color:rgba(3,105,161,0)}.bg-blue-700\/10{background-color:rgba(3,105,161,.1)}.bg-blue-700\/100{background-color:#0369a1}.bg-blue-700\/15{background-color:rgba(3,105,161,.15)}.bg-blue-700\/20{background-color:rgba(3,105,161,.2)}.bg-blue-700\/25{background-color:rgba(3,105,161,.25)}.bg-blue-700\/30{background-color:rgba(3,105,161,.3)}.bg-blue-700\/35{background-color:rgba(3,105,161,.35)}.bg-blue-700\/40{background-color:rgba(3,105,161,.4)}.bg-blue-700\/45{background-color:rgba(3,105,161,.45)}.bg-blue-700\/5{background-color:rgba(3,105,161,.05)}.bg-blue-700\/50{background-color:rgba(3,105,161,.5)}.bg-blue-700\/55{background-color:rgba(3,105,161,.55)}.bg-blue-700\/60{background-color:rgba(3,105,161,.6)}.bg-blue-700\/65{background-color:rgba(3,105,161,.65)}.bg-blue-700\/70{background-color:rgba(3,105,161,.7)}.bg-blue-700\/75{background-color:rgba(3,105,161,.75)}.bg-blue-700\/80{background-color:rgba(3,105,161,.8)}.bg-blue-700\/85{background-color:rgba(3,105,161,.85)}.bg-blue-700\/90{background-color:rgba(3,105,161,.9)}.bg-blue-700\/95{background-color:rgba(3,105,161,.95)}.bg-blue-800{--tw-bg-opacity:1;background-color:rgb(7 89 133/var(--tw-bg-opacity))}.bg-blue-800\/0{background-color:rgba(7,89,133,0)}.bg-blue-800\/10{background-color:rgba(7,89,133,.1)}.bg-blue-800\/100{background-color:#075985}.bg-blue-800\/15{background-color:rgba(7,89,133,.15)}.bg-blue-800\/20{background-color:rgba(7,89,133,.2)}.bg-blue-800\/25{background-color:rgba(7,89,133,.25)}.bg-blue-800\/30{background-color:rgba(7,89,133,.3)}.bg-blue-800\/35{background-color:rgba(7,89,133,.35)}.bg-blue-800\/40{background-color:rgba(7,89,133,.4)}.bg-blue-800\/45{background-color:rgba(7,89,133,.45)}.bg-blue-800\/5{background-color:rgba(7,89,133,.05)}.bg-blue-800\/50{background-color:rgba(7,89,133,.5)}.bg-blue-800\/55{background-color:rgba(7,89,133,.55)}.bg-blue-800\/60{background-color:rgba(7,89,133,.6)}.bg-blue-800\/65{background-color:rgba(7,89,133,.65)}.bg-blue-800\/70{background-color:rgba(7,89,133,.7)}.bg-blue-800\/75{background-color:rgba(7,89,133,.75)}.bg-blue-800\/80{background-color:rgba(7,89,133,.8)}.bg-blue-800\/85{background-color:rgba(7,89,133,.85)}.bg-blue-800\/90{background-color:rgba(7,89,133,.9)}.bg-blue-800\/95{background-color:rgba(7,89,133,.95)}.bg-blue-900{--tw-bg-opacity:1;background-color:rgb(12 74 110/var(--tw-bg-opacity))}.bg-blue-900\/0{background-color:rgba(12,74,110,0)}.bg-blue-900\/10{background-color:rgba(12,74,110,.1)}.bg-blue-900\/100{background-color:#0c4a6e}.bg-blue-900\/15{background-color:rgba(12,74,110,.15)}.bg-blue-900\/20{background-color:rgba(12,74,110,.2)}.bg-blue-900\/25{background-color:rgba(12,74,110,.25)}.bg-blue-900\/30{background-color:rgba(12,74,110,.3)}.bg-blue-900\/35{background-color:rgba(12,74,110,.35)}.bg-blue-900\/40{background-color:rgba(12,74,110,.4)}.bg-blue-900\/45{background-color:rgba(12,74,110,.45)}.bg-blue-900\/5{background-color:rgba(12,74,110,.05)}.bg-blue-900\/50{background-color:rgba(12,74,110,.5)}.bg-blue-900\/55{background-color:rgba(12,74,110,.55)}.bg-blue-900\/60{background-color:rgba(12,74,110,.6)}.bg-blue-900\/65{background-color:rgba(12,74,110,.65)}.bg-blue-900\/70{background-color:rgba(12,74,110,.7)}.bg-blue-900\/75{background-color:rgba(12,74,110,.75)}.bg-blue-900\/80{background-color:rgba(12,74,110,.8)}.bg-blue-900\/85{background-color:rgba(12,74,110,.85)}.bg-blue-900\/90{background-color:rgba(12,74,110,.9)}.bg-blue-900\/95{background-color:rgba(12,74,110,.95)}.bg-blue-950{--tw-bg-opacity:1;background-color:rgb(8 47 73/var(--tw-bg-opacity))}.bg-blue-950\/0{background-color:rgba(8,47,73,0)}.bg-blue-950\/10{background-color:rgba(8,47,73,.1)}.bg-blue-950\/100{background-color:#082f49}.bg-blue-950\/15{background-color:rgba(8,47,73,.15)}.bg-blue-950\/20{background-color:rgba(8,47,73,.2)}.bg-blue-950\/25{background-color:rgba(8,47,73,.25)}.bg-blue-950\/30{background-color:rgba(8,47,73,.3)}.bg-blue-950\/35{background-color:rgba(8,47,73,.35)}.bg-blue-950\/40{background-color:rgba(8,47,73,.4)}.bg-blue-950\/45{background-color:rgba(8,47,73,.45)}.bg-blue-950\/5{background-color:rgba(8,47,73,.05)}.bg-blue-950\/50{background-color:rgba(8,47,73,.5)}.bg-blue-950\/55{background-color:rgba(8,47,73,.55)}.bg-blue-950\/60{background-color:rgba(8,47,73,.6)}.bg-blue-950\/65{background-color:rgba(8,47,73,.65)}.bg-blue-950\/70{background-color:rgba(8,47,73,.7)}.bg-blue-950\/75{background-color:rgba(8,47,73,.75)}.bg-blue-950\/80{background-color:rgba(8,47,73,.8)}.bg-blue-950\/85{background-color:rgba(8,47,73,.85)}.bg-blue-950\/90{background-color:rgba(8,47,73,.9)}.bg-blue-950\/95{background-color:rgba(8,47,73,.95)}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-100\/0{background-color:rgba(243,244,246,0)}.bg-gray-100\/10{background-color:rgba(243,244,246,.1)}.bg-gray-100\/100{background-color:#f3f4f6}.bg-gray-100\/15{background-color:rgba(243,244,246,.15)}.bg-gray-100\/20{background-color:rgba(243,244,246,.2)}.bg-gray-100\/25{background-color:rgba(243,244,246,.25)}.bg-gray-100\/30{background-color:rgba(243,244,246,.3)}.bg-gray-100\/35{background-color:rgba(243,244,246,.35)}.bg-gray-100\/40{background-color:rgba(243,244,246,.4)}.bg-gray-100\/45{background-color:rgba(243,244,246,.45)}.bg-gray-100\/5{background-color:rgba(243,244,246,.05)}.bg-gray-100\/50{background-color:rgba(243,244,246,.5)}.bg-gray-100\/55{background-color:rgba(243,244,246,.55)}.bg-gray-100\/60{background-color:rgba(243,244,246,.6)}.bg-gray-100\/65{background-color:rgba(243,244,246,.65)}.bg-gray-100\/70{background-color:rgba(243,244,246,.7)}.bg-gray-100\/75{background-color:rgba(243,244,246,.75)}.bg-gray-100\/80{background-color:rgba(243,244,246,.8)}.bg-gray-100\/85{background-color:rgba(243,244,246,.85)}.bg-gray-100\/90{background-color:rgba(243,244,246,.9)}.bg-gray-100\/95{background-color:rgba(243,244,246,.95)}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gray-200\/0{background-color:rgba(229,231,235,0)}.bg-gray-200\/10{background-color:rgba(229,231,235,.1)}.bg-gray-200\/100{background-color:#e5e7eb}.bg-gray-200\/15{background-color:rgba(229,231,235,.15)}.bg-gray-200\/20{background-color:rgba(229,231,235,.2)}.bg-gray-200\/25{background-color:rgba(229,231,235,.25)}.bg-gray-200\/30{background-color:rgba(229,231,235,.3)}.bg-gray-200\/35{background-color:rgba(229,231,235,.35)}.bg-gray-200\/40{background-color:rgba(229,231,235,.4)}.bg-gray-200\/45{background-color:rgba(229,231,235,.45)}.bg-gray-200\/5{background-color:rgba(229,231,235,.05)}.bg-gray-200\/50{background-color:rgba(229,231,235,.5)}.bg-gray-200\/55{background-color:rgba(229,231,235,.55)}.bg-gray-200\/60{background-color:rgba(229,231,235,.6)}.bg-gray-200\/65{background-color:rgba(229,231,235,.65)}.bg-gray-200\/70{background-color:rgba(229,231,235,.7)}.bg-gray-200\/75{background-color:rgba(229,231,235,.75)}.bg-gray-200\/80{background-color:rgba(229,231,235,.8)}.bg-gray-200\/85{background-color:rgba(229,231,235,.85)}.bg-gray-200\/90{background-color:rgba(229,231,235,.9)}.bg-gray-200\/95{background-color:rgba(229,231,235,.95)}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.bg-gray-300\/0{background-color:rgba(209,213,219,0)}.bg-gray-300\/10{background-color:rgba(209,213,219,.1)}.bg-gray-300\/100{background-color:#d1d5db}.bg-gray-300\/15{background-color:rgba(209,213,219,.15)}.bg-gray-300\/20{background-color:rgba(209,213,219,.2)}.bg-gray-300\/25{background-color:rgba(209,213,219,.25)}.bg-gray-300\/30{background-color:rgba(209,213,219,.3)}.bg-gray-300\/35{background-color:rgba(209,213,219,.35)}.bg-gray-300\/40{background-color:rgba(209,213,219,.4)}.bg-gray-300\/45{background-color:rgba(209,213,219,.45)}.bg-gray-300\/5{background-color:rgba(209,213,219,.05)}.bg-gray-300\/50{background-color:rgba(209,213,219,.5)}.bg-gray-300\/55{background-color:rgba(209,213,219,.55)}.bg-gray-300\/60{background-color:rgba(209,213,219,.6)}.bg-gray-300\/65{background-color:rgba(209,213,219,.65)}.bg-gray-300\/70{background-color:rgba(209,213,219,.7)}.bg-gray-300\/75{background-color:rgba(209,213,219,.75)}.bg-gray-300\/80{background-color:rgba(209,213,219,.8)}.bg-gray-300\/85{background-color:rgba(209,213,219,.85)}.bg-gray-300\/90{background-color:rgba(209,213,219,.9)}.bg-gray-300\/95{background-color:rgba(209,213,219,.95)}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.bg-gray-400\/0{background-color:rgba(156,163,175,0)}.bg-gray-400\/10{background-color:rgba(156,163,175,.1)}.bg-gray-400\/100{background-color:#9ca3af}.bg-gray-400\/15{background-color:rgba(156,163,175,.15)}.bg-gray-400\/20{background-color:rgba(156,163,175,.2)}.bg-gray-400\/25{background-color:rgba(156,163,175,.25)}.bg-gray-400\/30{background-color:rgba(156,163,175,.3)}.bg-gray-400\/35{background-color:rgba(156,163,175,.35)}.bg-gray-400\/40{background-color:rgba(156,163,175,.4)}.bg-gray-400\/45{background-color:rgba(156,163,175,.45)}.bg-gray-400\/5{background-color:rgba(156,163,175,.05)}.bg-gray-400\/50{background-color:rgba(156,163,175,.5)}.bg-gray-400\/55{background-color:rgba(156,163,175,.55)}.bg-gray-400\/60{background-color:rgba(156,163,175,.6)}.bg-gray-400\/65{background-color:rgba(156,163,175,.65)}.bg-gray-400\/70{background-color:rgba(156,163,175,.7)}.bg-gray-400\/75{background-color:rgba(156,163,175,.75)}.bg-gray-400\/80{background-color:rgba(156,163,175,.8)}.bg-gray-400\/85{background-color:rgba(156,163,175,.85)}.bg-gray-400\/90{background-color:rgba(156,163,175,.9)}.bg-gray-400\/95{background-color:rgba(156,163,175,.95)}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-gray-50\/0{background-color:rgba(249,250,251,0)}.bg-gray-50\/10{background-color:rgba(249,250,251,.1)}.bg-gray-50\/100{background-color:#f9fafb}.bg-gray-50\/15{background-color:rgba(249,250,251,.15)}.bg-gray-50\/20{background-color:rgba(249,250,251,.2)}.bg-gray-50\/25{background-color:rgba(249,250,251,.25)}.bg-gray-50\/30{background-color:rgba(249,250,251,.3)}.bg-gray-50\/35{background-color:rgba(249,250,251,.35)}.bg-gray-50\/40{background-color:rgba(249,250,251,.4)}.bg-gray-50\/45{background-color:rgba(249,250,251,.45)}.bg-gray-50\/5{background-color:rgba(249,250,251,.05)}.bg-gray-50\/50{background-color:rgba(249,250,251,.5)}.bg-gray-50\/55{background-color:rgba(249,250,251,.55)}.bg-gray-50\/60{background-color:rgba(249,250,251,.6)}.bg-gray-50\/65{background-color:rgba(249,250,251,.65)}.bg-gray-50\/70{background-color:rgba(249,250,251,.7)}.bg-gray-50\/75{background-color:rgba(249,250,251,.75)}.bg-gray-50\/80{background-color:rgba(249,250,251,.8)}.bg-gray-50\/85{background-color:rgba(249,250,251,.85)}.bg-gray-50\/90{background-color:rgba(249,250,251,.9)}.bg-gray-50\/95{background-color:rgba(249,250,251,.95)}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.bg-gray-500\/0{background-color:hsla(220,9%,46%,0)}.bg-gray-500\/10{background-color:hsla(220,9%,46%,.1)}.bg-gray-500\/100{background-color:#6b7280}.bg-gray-500\/15{background-color:hsla(220,9%,46%,.15)}.bg-gray-500\/20{background-color:hsla(220,9%,46%,.2)}.bg-gray-500\/25{background-color:hsla(220,9%,46%,.25)}.bg-gray-500\/30{background-color:hsla(220,9%,46%,.3)}.bg-gray-500\/35{background-color:hsla(220,9%,46%,.35)}.bg-gray-500\/40{background-color:hsla(220,9%,46%,.4)}.bg-gray-500\/45{background-color:hsla(220,9%,46%,.45)}.bg-gray-500\/5{background-color:hsla(220,9%,46%,.05)}.bg-gray-500\/50{background-color:hsla(220,9%,46%,.5)}.bg-gray-500\/55{background-color:hsla(220,9%,46%,.55)}.bg-gray-500\/60{background-color:hsla(220,9%,46%,.6)}.bg-gray-500\/65{background-color:hsla(220,9%,46%,.65)}.bg-gray-500\/70{background-color:hsla(220,9%,46%,.7)}.bg-gray-500\/75{background-color:hsla(220,9%,46%,.75)}.bg-gray-500\/80{background-color:hsla(220,9%,46%,.8)}.bg-gray-500\/85{background-color:hsla(220,9%,46%,.85)}.bg-gray-500\/90{background-color:hsla(220,9%,46%,.9)}.bg-gray-500\/95{background-color:hsla(220,9%,46%,.95)}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.bg-gray-600\/0{background-color:rgba(75,85,99,0)}.bg-gray-600\/10{background-color:rgba(75,85,99,.1)}.bg-gray-600\/100{background-color:#4b5563}.bg-gray-600\/15{background-color:rgba(75,85,99,.15)}.bg-gray-600\/20{background-color:rgba(75,85,99,.2)}.bg-gray-600\/25{background-color:rgba(75,85,99,.25)}.bg-gray-600\/30{background-color:rgba(75,85,99,.3)}.bg-gray-600\/35{background-color:rgba(75,85,99,.35)}.bg-gray-600\/40{background-color:rgba(75,85,99,.4)}.bg-gray-600\/45{background-color:rgba(75,85,99,.45)}.bg-gray-600\/5{background-color:rgba(75,85,99,.05)}.bg-gray-600\/50{background-color:rgba(75,85,99,.5)}.bg-gray-600\/55{background-color:rgba(75,85,99,.55)}.bg-gray-600\/60{background-color:rgba(75,85,99,.6)}.bg-gray-600\/65{background-color:rgba(75,85,99,.65)}.bg-gray-600\/70{background-color:rgba(75,85,99,.7)}.bg-gray-600\/75{background-color:rgba(75,85,99,.75)}.bg-gray-600\/80{background-color:rgba(75,85,99,.8)}.bg-gray-600\/85{background-color:rgba(75,85,99,.85)}.bg-gray-600\/90{background-color:rgba(75,85,99,.9)}.bg-gray-600\/95{background-color:rgba(75,85,99,.95)}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.bg-gray-700\/0{background-color:rgba(55,65,81,0)}.bg-gray-700\/10{background-color:rgba(55,65,81,.1)}.bg-gray-700\/100{background-color:#374151}.bg-gray-700\/15{background-color:rgba(55,65,81,.15)}.bg-gray-700\/20{background-color:rgba(55,65,81,.2)}.bg-gray-700\/25{background-color:rgba(55,65,81,.25)}.bg-gray-700\/30{background-color:rgba(55,65,81,.3)}.bg-gray-700\/35{background-color:rgba(55,65,81,.35)}.bg-gray-700\/40{background-color:rgba(55,65,81,.4)}.bg-gray-700\/45{background-color:rgba(55,65,81,.45)}.bg-gray-700\/5{background-color:rgba(55,65,81,.05)}.bg-gray-700\/50{background-color:rgba(55,65,81,.5)}.bg-gray-700\/55{background-color:rgba(55,65,81,.55)}.bg-gray-700\/60{background-color:rgba(55,65,81,.6)}.bg-gray-700\/65{background-color:rgba(55,65,81,.65)}.bg-gray-700\/70{background-color:rgba(55,65,81,.7)}.bg-gray-700\/75{background-color:rgba(55,65,81,.75)}.bg-gray-700\/80{background-color:rgba(55,65,81,.8)}.bg-gray-700\/85{background-color:rgba(55,65,81,.85)}.bg-gray-700\/90{background-color:rgba(55,65,81,.9)}.bg-gray-700\/95{background-color:rgba(55,65,81,.95)}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.bg-gray-800\/0{background-color:rgba(31,41,55,0)}.bg-gray-800\/10{background-color:rgba(31,41,55,.1)}.bg-gray-800\/100{background-color:#1f2937}.bg-gray-800\/15{background-color:rgba(31,41,55,.15)}.bg-gray-800\/20{background-color:rgba(31,41,55,.2)}.bg-gray-800\/25{background-color:rgba(31,41,55,.25)}.bg-gray-800\/30{background-color:rgba(31,41,55,.3)}.bg-gray-800\/35{background-color:rgba(31,41,55,.35)}.bg-gray-800\/40{background-color:rgba(31,41,55,.4)}.bg-gray-800\/45{background-color:rgba(31,41,55,.45)}.bg-gray-800\/5{background-color:rgba(31,41,55,.05)}.bg-gray-800\/50{background-color:rgba(31,41,55,.5)}.bg-gray-800\/55{background-color:rgba(31,41,55,.55)}.bg-gray-800\/60{background-color:rgba(31,41,55,.6)}.bg-gray-800\/65{background-color:rgba(31,41,55,.65)}.bg-gray-800\/70{background-color:rgba(31,41,55,.7)}.bg-gray-800\/75{background-color:rgba(31,41,55,.75)}.bg-gray-800\/80{background-color:rgba(31,41,55,.8)}.bg-gray-800\/85{background-color:rgba(31,41,55,.85)}.bg-gray-800\/90{background-color:rgba(31,41,55,.9)}.bg-gray-800\/95{background-color:rgba(31,41,55,.95)}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.bg-gray-900\/0{background-color:rgba(17,24,39,0)}.bg-gray-900\/10{background-color:rgba(17,24,39,.1)}.bg-gray-900\/100{background-color:#111827}.bg-gray-900\/15{background-color:rgba(17,24,39,.15)}.bg-gray-900\/20{background-color:rgba(17,24,39,.2)}.bg-gray-900\/25{background-color:rgba(17,24,39,.25)}.bg-gray-900\/30{background-color:rgba(17,24,39,.3)}.bg-gray-900\/35{background-color:rgba(17,24,39,.35)}.bg-gray-900\/40{background-color:rgba(17,24,39,.4)}.bg-gray-900\/45{background-color:rgba(17,24,39,.45)}.bg-gray-900\/5{background-color:rgba(17,24,39,.05)}.bg-gray-900\/50{background-color:rgba(17,24,39,.5)}.bg-gray-900\/55{background-color:rgba(17,24,39,.55)}.bg-gray-900\/60{background-color:rgba(17,24,39,.6)}.bg-gray-900\/65{background-color:rgba(17,24,39,.65)}.bg-gray-900\/70{background-color:rgba(17,24,39,.7)}.bg-gray-900\/75{background-color:rgba(17,24,39,.75)}.bg-gray-900\/80{background-color:rgba(17,24,39,.8)}.bg-gray-900\/85{background-color:rgba(17,24,39,.85)}.bg-gray-900\/90{background-color:rgba(17,24,39,.9)}.bg-gray-900\/95{background-color:rgba(17,24,39,.95)}.bg-gray-950{--tw-bg-opacity:1;background-color:rgb(3 7 18/var(--tw-bg-opacity))}.bg-gray-950\/0{background-color:rgba(3,7,18,0)}.bg-gray-950\/10{background-color:rgba(3,7,18,.1)}.bg-gray-950\/100{background-color:#030712}.bg-gray-950\/15{background-color:rgba(3,7,18,.15)}.bg-gray-950\/20{background-color:rgba(3,7,18,.2)}.bg-gray-950\/25{background-color:rgba(3,7,18,.25)}.bg-gray-950\/30{background-color:rgba(3,7,18,.3)}.bg-gray-950\/35{background-color:rgba(3,7,18,.35)}.bg-gray-950\/40{background-color:rgba(3,7,18,.4)}.bg-gray-950\/45{background-color:rgba(3,7,18,.45)}.bg-gray-950\/5{background-color:rgba(3,7,18,.05)}.bg-gray-950\/50{background-color:rgba(3,7,18,.5)}.bg-gray-950\/55{background-color:rgba(3,7,18,.55)}.bg-gray-950\/60{background-color:rgba(3,7,18,.6)}.bg-gray-950\/65{background-color:rgba(3,7,18,.65)}.bg-gray-950\/70{background-color:rgba(3,7,18,.7)}.bg-gray-950\/75{background-color:rgba(3,7,18,.75)}.bg-gray-950\/80{background-color:rgba(3,7,18,.8)}.bg-gray-950\/85{background-color:rgba(3,7,18,.85)}.bg-gray-950\/90{background-color:rgba(3,7,18,.9)}.bg-gray-950\/95{background-color:rgba(3,7,18,.95)}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(236 252 203/var(--tw-bg-opacity))}.bg-green-100\/0{background-color:hsla(80,89%,89%,0)}.bg-green-100\/10{background-color:hsla(80,89%,89%,.1)}.bg-green-100\/100{background-color:#ecfccb}.bg-green-100\/15{background-color:hsla(80,89%,89%,.15)}.bg-green-100\/20{background-color:hsla(80,89%,89%,.2)}.bg-green-100\/25{background-color:hsla(80,89%,89%,.25)}.bg-green-100\/30{background-color:hsla(80,89%,89%,.3)}.bg-green-100\/35{background-color:hsla(80,89%,89%,.35)}.bg-green-100\/40{background-color:hsla(80,89%,89%,.4)}.bg-green-100\/45{background-color:hsla(80,89%,89%,.45)}.bg-green-100\/5{background-color:hsla(80,89%,89%,.05)}.bg-green-100\/50{background-color:hsla(80,89%,89%,.5)}.bg-green-100\/55{background-color:hsla(80,89%,89%,.55)}.bg-green-100\/60{background-color:hsla(80,89%,89%,.6)}.bg-green-100\/65{background-color:hsla(80,89%,89%,.65)}.bg-green-100\/70{background-color:hsla(80,89%,89%,.7)}.bg-green-100\/75{background-color:hsla(80,89%,89%,.75)}.bg-green-100\/80{background-color:hsla(80,89%,89%,.8)}.bg-green-100\/85{background-color:hsla(80,89%,89%,.85)}.bg-green-100\/90{background-color:hsla(80,89%,89%,.9)}.bg-green-100\/95{background-color:hsla(80,89%,89%,.95)}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(217 249 157/var(--tw-bg-opacity))}.bg-green-200\/0{background-color:hsla(81,88%,80%,0)}.bg-green-200\/10{background-color:hsla(81,88%,80%,.1)}.bg-green-200\/100{background-color:#d9f99d}.bg-green-200\/15{background-color:hsla(81,88%,80%,.15)}.bg-green-200\/20{background-color:hsla(81,88%,80%,.2)}.bg-green-200\/25{background-color:hsla(81,88%,80%,.25)}.bg-green-200\/30{background-color:hsla(81,88%,80%,.3)}.bg-green-200\/35{background-color:hsla(81,88%,80%,.35)}.bg-green-200\/40{background-color:hsla(81,88%,80%,.4)}.bg-green-200\/45{background-color:hsla(81,88%,80%,.45)}.bg-green-200\/5{background-color:hsla(81,88%,80%,.05)}.bg-green-200\/50{background-color:hsla(81,88%,80%,.5)}.bg-green-200\/55{background-color:hsla(81,88%,80%,.55)}.bg-green-200\/60{background-color:hsla(81,88%,80%,.6)}.bg-green-200\/65{background-color:hsla(81,88%,80%,.65)}.bg-green-200\/70{background-color:hsla(81,88%,80%,.7)}.bg-green-200\/75{background-color:hsla(81,88%,80%,.75)}.bg-green-200\/80{background-color:hsla(81,88%,80%,.8)}.bg-green-200\/85{background-color:hsla(81,88%,80%,.85)}.bg-green-200\/90{background-color:hsla(81,88%,80%,.9)}.bg-green-200\/95{background-color:hsla(81,88%,80%,.95)}.bg-green-300{--tw-bg-opacity:1;background-color:rgb(190 242 100/var(--tw-bg-opacity))}.bg-green-300\/0{background-color:hsla(82,85%,67%,0)}.bg-green-300\/10{background-color:hsla(82,85%,67%,.1)}.bg-green-300\/100{background-color:#bef264}.bg-green-300\/15{background-color:hsla(82,85%,67%,.15)}.bg-green-300\/20{background-color:hsla(82,85%,67%,.2)}.bg-green-300\/25{background-color:hsla(82,85%,67%,.25)}.bg-green-300\/30{background-color:hsla(82,85%,67%,.3)}.bg-green-300\/35{background-color:hsla(82,85%,67%,.35)}.bg-green-300\/40{background-color:hsla(82,85%,67%,.4)}.bg-green-300\/45{background-color:hsla(82,85%,67%,.45)}.bg-green-300\/5{background-color:hsla(82,85%,67%,.05)}.bg-green-300\/50{background-color:hsla(82,85%,67%,.5)}.bg-green-300\/55{background-color:hsla(82,85%,67%,.55)}.bg-green-300\/60{background-color:hsla(82,85%,67%,.6)}.bg-green-300\/65{background-color:hsla(82,85%,67%,.65)}.bg-green-300\/70{background-color:hsla(82,85%,67%,.7)}.bg-green-300\/75{background-color:hsla(82,85%,67%,.75)}.bg-green-300\/80{background-color:hsla(82,85%,67%,.8)}.bg-green-300\/85{background-color:hsla(82,85%,67%,.85)}.bg-green-300\/90{background-color:hsla(82,85%,67%,.9)}.bg-green-300\/95{background-color:hsla(82,85%,67%,.95)}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(163 230 53/var(--tw-bg-opacity))}.bg-green-400\/0{background-color:rgba(163,230,53,0)}.bg-green-400\/10{background-color:rgba(163,230,53,.1)}.bg-green-400\/100{background-color:#a3e635}.bg-green-400\/15{background-color:rgba(163,230,53,.15)}.bg-green-400\/20{background-color:rgba(163,230,53,.2)}.bg-green-400\/25{background-color:rgba(163,230,53,.25)}.bg-green-400\/30{background-color:rgba(163,230,53,.3)}.bg-green-400\/35{background-color:rgba(163,230,53,.35)}.bg-green-400\/40{background-color:rgba(163,230,53,.4)}.bg-green-400\/45{background-color:rgba(163,230,53,.45)}.bg-green-400\/5{background-color:rgba(163,230,53,.05)}.bg-green-400\/50{background-color:rgba(163,230,53,.5)}.bg-green-400\/55{background-color:rgba(163,230,53,.55)}.bg-green-400\/60{background-color:rgba(163,230,53,.6)}.bg-green-400\/65{background-color:rgba(163,230,53,.65)}.bg-green-400\/70{background-color:rgba(163,230,53,.7)}.bg-green-400\/75{background-color:rgba(163,230,53,.75)}.bg-green-400\/80{background-color:rgba(163,230,53,.8)}.bg-green-400\/85{background-color:rgba(163,230,53,.85)}.bg-green-400\/90{background-color:rgba(163,230,53,.9)}.bg-green-400\/95{background-color:rgba(163,230,53,.95)}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(247 254 231/var(--tw-bg-opacity))}.bg-green-50\/0{background-color:hsla(78,92%,95%,0)}.bg-green-50\/10{background-color:hsla(78,92%,95%,.1)}.bg-green-50\/100{background-color:#f7fee7}.bg-green-50\/15{background-color:hsla(78,92%,95%,.15)}.bg-green-50\/20{background-color:hsla(78,92%,95%,.2)}.bg-green-50\/25{background-color:hsla(78,92%,95%,.25)}.bg-green-50\/30{background-color:hsla(78,92%,95%,.3)}.bg-green-50\/35{background-color:hsla(78,92%,95%,.35)}.bg-green-50\/40{background-color:hsla(78,92%,95%,.4)}.bg-green-50\/45{background-color:hsla(78,92%,95%,.45)}.bg-green-50\/5{background-color:hsla(78,92%,95%,.05)}.bg-green-50\/50{background-color:hsla(78,92%,95%,.5)}.bg-green-50\/55{background-color:hsla(78,92%,95%,.55)}.bg-green-50\/60{background-color:hsla(78,92%,95%,.6)}.bg-green-50\/65{background-color:hsla(78,92%,95%,.65)}.bg-green-50\/70{background-color:hsla(78,92%,95%,.7)}.bg-green-50\/75{background-color:hsla(78,92%,95%,.75)}.bg-green-50\/80{background-color:hsla(78,92%,95%,.8)}.bg-green-50\/85{background-color:hsla(78,92%,95%,.85)}.bg-green-50\/90{background-color:hsla(78,92%,95%,.9)}.bg-green-50\/95{background-color:hsla(78,92%,95%,.95)}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity))}.bg-green-500\/0{background-color:rgba(132,204,22,0)}.bg-green-500\/10{background-color:rgba(132,204,22,.1)}.bg-green-500\/100{background-color:#84cc16}.bg-green-500\/15{background-color:rgba(132,204,22,.15)}.bg-green-500\/20{background-color:rgba(132,204,22,.2)}.bg-green-500\/25{background-color:rgba(132,204,22,.25)}.bg-green-500\/30{background-color:rgba(132,204,22,.3)}.bg-green-500\/35{background-color:rgba(132,204,22,.35)}.bg-green-500\/40{background-color:rgba(132,204,22,.4)}.bg-green-500\/45{background-color:rgba(132,204,22,.45)}.bg-green-500\/5{background-color:rgba(132,204,22,.05)}.bg-green-500\/50{background-color:rgba(132,204,22,.5)}.bg-green-500\/55{background-color:rgba(132,204,22,.55)}.bg-green-500\/60{background-color:rgba(132,204,22,.6)}.bg-green-500\/65{background-color:rgba(132,204,22,.65)}.bg-green-500\/70{background-color:rgba(132,204,22,.7)}.bg-green-500\/75{background-color:rgba(132,204,22,.75)}.bg-green-500\/80{background-color:rgba(132,204,22,.8)}.bg-green-500\/85{background-color:rgba(132,204,22,.85)}.bg-green-500\/90{background-color:rgba(132,204,22,.9)}.bg-green-500\/95{background-color:rgba(132,204,22,.95)}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(101 163 13/var(--tw-bg-opacity))}.bg-green-600\/0{background-color:rgba(101,163,13,0)}.bg-green-600\/10{background-color:rgba(101,163,13,.1)}.bg-green-600\/100{background-color:#65a30d}.bg-green-600\/15{background-color:rgba(101,163,13,.15)}.bg-green-600\/20{background-color:rgba(101,163,13,.2)}.bg-green-600\/25{background-color:rgba(101,163,13,.25)}.bg-green-600\/30{background-color:rgba(101,163,13,.3)}.bg-green-600\/35{background-color:rgba(101,163,13,.35)}.bg-green-600\/40{background-color:rgba(101,163,13,.4)}.bg-green-600\/45{background-color:rgba(101,163,13,.45)}.bg-green-600\/5{background-color:rgba(101,163,13,.05)}.bg-green-600\/50{background-color:rgba(101,163,13,.5)}.bg-green-600\/55{background-color:rgba(101,163,13,.55)}.bg-green-600\/60{background-color:rgba(101,163,13,.6)}.bg-green-600\/65{background-color:rgba(101,163,13,.65)}.bg-green-600\/70{background-color:rgba(101,163,13,.7)}.bg-green-600\/75{background-color:rgba(101,163,13,.75)}.bg-green-600\/80{background-color:rgba(101,163,13,.8)}.bg-green-600\/85{background-color:rgba(101,163,13,.85)}.bg-green-600\/90{background-color:rgba(101,163,13,.9)}.bg-green-600\/95{background-color:rgba(101,163,13,.95)}.bg-green-700{--tw-bg-opacity:1;background-color:rgb(77 124 15/var(--tw-bg-opacity))}.bg-green-700\/0{background-color:rgba(77,124,15,0)}.bg-green-700\/10{background-color:rgba(77,124,15,.1)}.bg-green-700\/100{background-color:#4d7c0f}.bg-green-700\/15{background-color:rgba(77,124,15,.15)}.bg-green-700\/20{background-color:rgba(77,124,15,.2)}.bg-green-700\/25{background-color:rgba(77,124,15,.25)}.bg-green-700\/30{background-color:rgba(77,124,15,.3)}.bg-green-700\/35{background-color:rgba(77,124,15,.35)}.bg-green-700\/40{background-color:rgba(77,124,15,.4)}.bg-green-700\/45{background-color:rgba(77,124,15,.45)}.bg-green-700\/5{background-color:rgba(77,124,15,.05)}.bg-green-700\/50{background-color:rgba(77,124,15,.5)}.bg-green-700\/55{background-color:rgba(77,124,15,.55)}.bg-green-700\/60{background-color:rgba(77,124,15,.6)}.bg-green-700\/65{background-color:rgba(77,124,15,.65)}.bg-green-700\/70{background-color:rgba(77,124,15,.7)}.bg-green-700\/75{background-color:rgba(77,124,15,.75)}.bg-green-700\/80{background-color:rgba(77,124,15,.8)}.bg-green-700\/85{background-color:rgba(77,124,15,.85)}.bg-green-700\/90{background-color:rgba(77,124,15,.9)}.bg-green-700\/95{background-color:rgba(77,124,15,.95)}.bg-green-800{--tw-bg-opacity:1;background-color:rgb(63 98 18/var(--tw-bg-opacity))}.bg-green-800\/0{background-color:rgba(63,98,18,0)}.bg-green-800\/10{background-color:rgba(63,98,18,.1)}.bg-green-800\/100{background-color:#3f6212}.bg-green-800\/15{background-color:rgba(63,98,18,.15)}.bg-green-800\/20{background-color:rgba(63,98,18,.2)}.bg-green-800\/25{background-color:rgba(63,98,18,.25)}.bg-green-800\/30{background-color:rgba(63,98,18,.3)}.bg-green-800\/35{background-color:rgba(63,98,18,.35)}.bg-green-800\/40{background-color:rgba(63,98,18,.4)}.bg-green-800\/45{background-color:rgba(63,98,18,.45)}.bg-green-800\/5{background-color:rgba(63,98,18,.05)}.bg-green-800\/50{background-color:rgba(63,98,18,.5)}.bg-green-800\/55{background-color:rgba(63,98,18,.55)}.bg-green-800\/60{background-color:rgba(63,98,18,.6)}.bg-green-800\/65{background-color:rgba(63,98,18,.65)}.bg-green-800\/70{background-color:rgba(63,98,18,.7)}.bg-green-800\/75{background-color:rgba(63,98,18,.75)}.bg-green-800\/80{background-color:rgba(63,98,18,.8)}.bg-green-800\/85{background-color:rgba(63,98,18,.85)}.bg-green-800\/90{background-color:rgba(63,98,18,.9)}.bg-green-800\/95{background-color:rgba(63,98,18,.95)}.bg-green-900{--tw-bg-opacity:1;background-color:rgb(54 83 20/var(--tw-bg-opacity))}.bg-green-900\/0{background-color:rgba(54,83,20,0)}.bg-green-900\/10{background-color:rgba(54,83,20,.1)}.bg-green-900\/100{background-color:#365314}.bg-green-900\/15{background-color:rgba(54,83,20,.15)}.bg-green-900\/20{background-color:rgba(54,83,20,.2)}.bg-green-900\/25{background-color:rgba(54,83,20,.25)}.bg-green-900\/30{background-color:rgba(54,83,20,.3)}.bg-green-900\/35{background-color:rgba(54,83,20,.35)}.bg-green-900\/40{background-color:rgba(54,83,20,.4)}.bg-green-900\/45{background-color:rgba(54,83,20,.45)}.bg-green-900\/5{background-color:rgba(54,83,20,.05)}.bg-green-900\/50{background-color:rgba(54,83,20,.5)}.bg-green-900\/55{background-color:rgba(54,83,20,.55)}.bg-green-900\/60{background-color:rgba(54,83,20,.6)}.bg-green-900\/65{background-color:rgba(54,83,20,.65)}.bg-green-900\/70{background-color:rgba(54,83,20,.7)}.bg-green-900\/75{background-color:rgba(54,83,20,.75)}.bg-green-900\/80{background-color:rgba(54,83,20,.8)}.bg-green-900\/85{background-color:rgba(54,83,20,.85)}.bg-green-900\/90{background-color:rgba(54,83,20,.9)}.bg-green-900\/95{background-color:rgba(54,83,20,.95)}.bg-green-950{--tw-bg-opacity:1;background-color:rgb(26 46 5/var(--tw-bg-opacity))}.bg-green-950\/0{background-color:rgba(26,46,5,0)}.bg-green-950\/10{background-color:rgba(26,46,5,.1)}.bg-green-950\/100{background-color:#1a2e05}.bg-green-950\/15{background-color:rgba(26,46,5,.15)}.bg-green-950\/20{background-color:rgba(26,46,5,.2)}.bg-green-950\/25{background-color:rgba(26,46,5,.25)}.bg-green-950\/30{background-color:rgba(26,46,5,.3)}.bg-green-950\/35{background-color:rgba(26,46,5,.35)}.bg-green-950\/40{background-color:rgba(26,46,5,.4)}.bg-green-950\/45{background-color:rgba(26,46,5,.45)}.bg-green-950\/5{background-color:rgba(26,46,5,.05)}.bg-green-950\/50{background-color:rgba(26,46,5,.5)}.bg-green-950\/55{background-color:rgba(26,46,5,.55)}.bg-green-950\/60{background-color:rgba(26,46,5,.6)}.bg-green-950\/65{background-color:rgba(26,46,5,.65)}.bg-green-950\/70{background-color:rgba(26,46,5,.7)}.bg-green-950\/75{background-color:rgba(26,46,5,.75)}.bg-green-950\/80{background-color:rgba(26,46,5,.8)}.bg-green-950\/85{background-color:rgba(26,46,5,.85)}.bg-green-950\/90{background-color:rgba(26,46,5,.9)}.bg-green-950\/95{background-color:rgba(26,46,5,.95)}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.bg-red-100\/0{background-color:hsla(0,93%,94%,0)}.bg-red-100\/10{background-color:hsla(0,93%,94%,.1)}.bg-red-100\/100{background-color:#fee2e2}.bg-red-100\/15{background-color:hsla(0,93%,94%,.15)}.bg-red-100\/20{background-color:hsla(0,93%,94%,.2)}.bg-red-100\/25{background-color:hsla(0,93%,94%,.25)}.bg-red-100\/30{background-color:hsla(0,93%,94%,.3)}.bg-red-100\/35{background-color:hsla(0,93%,94%,.35)}.bg-red-100\/40{background-color:hsla(0,93%,94%,.4)}.bg-red-100\/45{background-color:hsla(0,93%,94%,.45)}.bg-red-100\/5{background-color:hsla(0,93%,94%,.05)}.bg-red-100\/50{background-color:hsla(0,93%,94%,.5)}.bg-red-100\/55{background-color:hsla(0,93%,94%,.55)}.bg-red-100\/60{background-color:hsla(0,93%,94%,.6)}.bg-red-100\/65{background-color:hsla(0,93%,94%,.65)}.bg-red-100\/70{background-color:hsla(0,93%,94%,.7)}.bg-red-100\/75{background-color:hsla(0,93%,94%,.75)}.bg-red-100\/80{background-color:hsla(0,93%,94%,.8)}.bg-red-100\/85{background-color:hsla(0,93%,94%,.85)}.bg-red-100\/90{background-color:hsla(0,93%,94%,.9)}.bg-red-100\/95{background-color:hsla(0,93%,94%,.95)}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.bg-red-200\/0{background-color:hsla(0,96%,89%,0)}.bg-red-200\/10{background-color:hsla(0,96%,89%,.1)}.bg-red-200\/100{background-color:#fecaca}.bg-red-200\/15{background-color:hsla(0,96%,89%,.15)}.bg-red-200\/20{background-color:hsla(0,96%,89%,.2)}.bg-red-200\/25{background-color:hsla(0,96%,89%,.25)}.bg-red-200\/30{background-color:hsla(0,96%,89%,.3)}.bg-red-200\/35{background-color:hsla(0,96%,89%,.35)}.bg-red-200\/40{background-color:hsla(0,96%,89%,.4)}.bg-red-200\/45{background-color:hsla(0,96%,89%,.45)}.bg-red-200\/5{background-color:hsla(0,96%,89%,.05)}.bg-red-200\/50{background-color:hsla(0,96%,89%,.5)}.bg-red-200\/55{background-color:hsla(0,96%,89%,.55)}.bg-red-200\/60{background-color:hsla(0,96%,89%,.6)}.bg-red-200\/65{background-color:hsla(0,96%,89%,.65)}.bg-red-200\/70{background-color:hsla(0,96%,89%,.7)}.bg-red-200\/75{background-color:hsla(0,96%,89%,.75)}.bg-red-200\/80{background-color:hsla(0,96%,89%,.8)}.bg-red-200\/85{background-color:hsla(0,96%,89%,.85)}.bg-red-200\/90{background-color:hsla(0,96%,89%,.9)}.bg-red-200\/95{background-color:hsla(0,96%,89%,.95)}.bg-red-300{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity))}.bg-red-300\/0{background-color:hsla(0,94%,82%,0)}.bg-red-300\/10{background-color:hsla(0,94%,82%,.1)}.bg-red-300\/100{background-color:#fca5a5}.bg-red-300\/15{background-color:hsla(0,94%,82%,.15)}.bg-red-300\/20{background-color:hsla(0,94%,82%,.2)}.bg-red-300\/25{background-color:hsla(0,94%,82%,.25)}.bg-red-300\/30{background-color:hsla(0,94%,82%,.3)}.bg-red-300\/35{background-color:hsla(0,94%,82%,.35)}.bg-red-300\/40{background-color:hsla(0,94%,82%,.4)}.bg-red-300\/45{background-color:hsla(0,94%,82%,.45)}.bg-red-300\/5{background-color:hsla(0,94%,82%,.05)}.bg-red-300\/50{background-color:hsla(0,94%,82%,.5)}.bg-red-300\/55{background-color:hsla(0,94%,82%,.55)}.bg-red-300\/60{background-color:hsla(0,94%,82%,.6)}.bg-red-300\/65{background-color:hsla(0,94%,82%,.65)}.bg-red-300\/70{background-color:hsla(0,94%,82%,.7)}.bg-red-300\/75{background-color:hsla(0,94%,82%,.75)}.bg-red-300\/80{background-color:hsla(0,94%,82%,.8)}.bg-red-300\/85{background-color:hsla(0,94%,82%,.85)}.bg-red-300\/90{background-color:hsla(0,94%,82%,.9)}.bg-red-300\/95{background-color:hsla(0,94%,82%,.95)}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.bg-red-400\/0{background-color:hsla(0,91%,71%,0)}.bg-red-400\/10{background-color:hsla(0,91%,71%,.1)}.bg-red-400\/100{background-color:#f87171}.bg-red-400\/15{background-color:hsla(0,91%,71%,.15)}.bg-red-400\/20{background-color:hsla(0,91%,71%,.2)}.bg-red-400\/25{background-color:hsla(0,91%,71%,.25)}.bg-red-400\/30{background-color:hsla(0,91%,71%,.3)}.bg-red-400\/35{background-color:hsla(0,91%,71%,.35)}.bg-red-400\/40{background-color:hsla(0,91%,71%,.4)}.bg-red-400\/45{background-color:hsla(0,91%,71%,.45)}.bg-red-400\/5{background-color:hsla(0,91%,71%,.05)}.bg-red-400\/50{background-color:hsla(0,91%,71%,.5)}.bg-red-400\/55{background-color:hsla(0,91%,71%,.55)}.bg-red-400\/60{background-color:hsla(0,91%,71%,.6)}.bg-red-400\/65{background-color:hsla(0,91%,71%,.65)}.bg-red-400\/70{background-color:hsla(0,91%,71%,.7)}.bg-red-400\/75{background-color:hsla(0,91%,71%,.75)}.bg-red-400\/80{background-color:hsla(0,91%,71%,.8)}.bg-red-400\/85{background-color:hsla(0,91%,71%,.85)}.bg-red-400\/90{background-color:hsla(0,91%,71%,.9)}.bg-red-400\/95{background-color:hsla(0,91%,71%,.95)}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.bg-red-50\/0{background-color:hsla(0,86%,97%,0)}.bg-red-50\/10{background-color:hsla(0,86%,97%,.1)}.bg-red-50\/100{background-color:#fef2f2}.bg-red-50\/15{background-color:hsla(0,86%,97%,.15)}.bg-red-50\/20{background-color:hsla(0,86%,97%,.2)}.bg-red-50\/25{background-color:hsla(0,86%,97%,.25)}.bg-red-50\/30{background-color:hsla(0,86%,97%,.3)}.bg-red-50\/35{background-color:hsla(0,86%,97%,.35)}.bg-red-50\/40{background-color:hsla(0,86%,97%,.4)}.bg-red-50\/45{background-color:hsla(0,86%,97%,.45)}.bg-red-50\/5{background-color:hsla(0,86%,97%,.05)}.bg-red-50\/50{background-color:hsla(0,86%,97%,.5)}.bg-red-50\/55{background-color:hsla(0,86%,97%,.55)}.bg-red-50\/60{background-color:hsla(0,86%,97%,.6)}.bg-red-50\/65{background-color:hsla(0,86%,97%,.65)}.bg-red-50\/70{background-color:hsla(0,86%,97%,.7)}.bg-red-50\/75{background-color:hsla(0,86%,97%,.75)}.bg-red-50\/80{background-color:hsla(0,86%,97%,.8)}.bg-red-50\/85{background-color:hsla(0,86%,97%,.85)}.bg-red-50\/90{background-color:hsla(0,86%,97%,.9)}.bg-red-50\/95{background-color:hsla(0,86%,97%,.95)}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.bg-red-500\/0{background-color:rgba(239,68,68,0)}.bg-red-500\/10{background-color:rgba(239,68,68,.1)}.bg-red-500\/100{background-color:#ef4444}.bg-red-500\/15{background-color:rgba(239,68,68,.15)}.bg-red-500\/20{background-color:rgba(239,68,68,.2)}.bg-red-500\/25{background-color:rgba(239,68,68,.25)}.bg-red-500\/30{background-color:rgba(239,68,68,.3)}.bg-red-500\/35{background-color:rgba(239,68,68,.35)}.bg-red-500\/40{background-color:rgba(239,68,68,.4)}.bg-red-500\/45{background-color:rgba(239,68,68,.45)}.bg-red-500\/5{background-color:rgba(239,68,68,.05)}.bg-red-500\/50{background-color:rgba(239,68,68,.5)}.bg-red-500\/55{background-color:rgba(239,68,68,.55)}.bg-red-500\/60{background-color:rgba(239,68,68,.6)}.bg-red-500\/65{background-color:rgba(239,68,68,.65)}.bg-red-500\/70{background-color:rgba(239,68,68,.7)}.bg-red-500\/75{background-color:rgba(239,68,68,.75)}.bg-red-500\/80{background-color:rgba(239,68,68,.8)}.bg-red-500\/85{background-color:rgba(239,68,68,.85)}.bg-red-500\/90{background-color:rgba(239,68,68,.9)}.bg-red-500\/95{background-color:rgba(239,68,68,.95)}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.bg-red-600\/0{background-color:rgba(220,38,38,0)}.bg-red-600\/10{background-color:rgba(220,38,38,.1)}.bg-red-600\/100{background-color:#dc2626}.bg-red-600\/15{background-color:rgba(220,38,38,.15)}.bg-red-600\/20{background-color:rgba(220,38,38,.2)}.bg-red-600\/25{background-color:rgba(220,38,38,.25)}.bg-red-600\/30{background-color:rgba(220,38,38,.3)}.bg-red-600\/35{background-color:rgba(220,38,38,.35)}.bg-red-600\/40{background-color:rgba(220,38,38,.4)}.bg-red-600\/45{background-color:rgba(220,38,38,.45)}.bg-red-600\/5{background-color:rgba(220,38,38,.05)}.bg-red-600\/50{background-color:rgba(220,38,38,.5)}.bg-red-600\/55{background-color:rgba(220,38,38,.55)}.bg-red-600\/60{background-color:rgba(220,38,38,.6)}.bg-red-600\/65{background-color:rgba(220,38,38,.65)}.bg-red-600\/70{background-color:rgba(220,38,38,.7)}.bg-red-600\/75{background-color:rgba(220,38,38,.75)}.bg-red-600\/80{background-color:rgba(220,38,38,.8)}.bg-red-600\/85{background-color:rgba(220,38,38,.85)}.bg-red-600\/90{background-color:rgba(220,38,38,.9)}.bg-red-600\/95{background-color:rgba(220,38,38,.95)}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.bg-red-700\/0{background-color:rgba(185,28,28,0)}.bg-red-700\/10{background-color:rgba(185,28,28,.1)}.bg-red-700\/100{background-color:#b91c1c}.bg-red-700\/15{background-color:rgba(185,28,28,.15)}.bg-red-700\/20{background-color:rgba(185,28,28,.2)}.bg-red-700\/25{background-color:rgba(185,28,28,.25)}.bg-red-700\/30{background-color:rgba(185,28,28,.3)}.bg-red-700\/35{background-color:rgba(185,28,28,.35)}.bg-red-700\/40{background-color:rgba(185,28,28,.4)}.bg-red-700\/45{background-color:rgba(185,28,28,.45)}.bg-red-700\/5{background-color:rgba(185,28,28,.05)}.bg-red-700\/50{background-color:rgba(185,28,28,.5)}.bg-red-700\/55{background-color:rgba(185,28,28,.55)}.bg-red-700\/60{background-color:rgba(185,28,28,.6)}.bg-red-700\/65{background-color:rgba(185,28,28,.65)}.bg-red-700\/70{background-color:rgba(185,28,28,.7)}.bg-red-700\/75{background-color:rgba(185,28,28,.75)}.bg-red-700\/80{background-color:rgba(185,28,28,.8)}.bg-red-700\/85{background-color:rgba(185,28,28,.85)}.bg-red-700\/90{background-color:rgba(185,28,28,.9)}.bg-red-700\/95{background-color:rgba(185,28,28,.95)}.bg-red-800{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity))}.bg-red-800\/0{background-color:rgba(153,27,27,0)}.bg-red-800\/10{background-color:rgba(153,27,27,.1)}.bg-red-800\/100{background-color:#991b1b}.bg-red-800\/15{background-color:rgba(153,27,27,.15)}.bg-red-800\/20{background-color:rgba(153,27,27,.2)}.bg-red-800\/25{background-color:rgba(153,27,27,.25)}.bg-red-800\/30{background-color:rgba(153,27,27,.3)}.bg-red-800\/35{background-color:rgba(153,27,27,.35)}.bg-red-800\/40{background-color:rgba(153,27,27,.4)}.bg-red-800\/45{background-color:rgba(153,27,27,.45)}.bg-red-800\/5{background-color:rgba(153,27,27,.05)}.bg-red-800\/50{background-color:rgba(153,27,27,.5)}.bg-red-800\/55{background-color:rgba(153,27,27,.55)}.bg-red-800\/60{background-color:rgba(153,27,27,.6)}.bg-red-800\/65{background-color:rgba(153,27,27,.65)}.bg-red-800\/70{background-color:rgba(153,27,27,.7)}.bg-red-800\/75{background-color:rgba(153,27,27,.75)}.bg-red-800\/80{background-color:rgba(153,27,27,.8)}.bg-red-800\/85{background-color:rgba(153,27,27,.85)}.bg-red-800\/90{background-color:rgba(153,27,27,.9)}.bg-red-800\/95{background-color:rgba(153,27,27,.95)}.bg-red-900{--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity))}.bg-red-900\/0{background-color:rgba(127,29,29,0)}.bg-red-900\/10{background-color:rgba(127,29,29,.1)}.bg-red-900\/100{background-color:#7f1d1d}.bg-red-900\/15{background-color:rgba(127,29,29,.15)}.bg-red-900\/20{background-color:rgba(127,29,29,.2)}.bg-red-900\/25{background-color:rgba(127,29,29,.25)}.bg-red-900\/30{background-color:rgba(127,29,29,.3)}.bg-red-900\/35{background-color:rgba(127,29,29,.35)}.bg-red-900\/40{background-color:rgba(127,29,29,.4)}.bg-red-900\/45{background-color:rgba(127,29,29,.45)}.bg-red-900\/5{background-color:rgba(127,29,29,.05)}.bg-red-900\/50{background-color:rgba(127,29,29,.5)}.bg-red-900\/55{background-color:rgba(127,29,29,.55)}.bg-red-900\/60{background-color:rgba(127,29,29,.6)}.bg-red-900\/65{background-color:rgba(127,29,29,.65)}.bg-red-900\/70{background-color:rgba(127,29,29,.7)}.bg-red-900\/75{background-color:rgba(127,29,29,.75)}.bg-red-900\/80{background-color:rgba(127,29,29,.8)}.bg-red-900\/85{background-color:rgba(127,29,29,.85)}.bg-red-900\/90{background-color:rgba(127,29,29,.9)}.bg-red-900\/95{background-color:rgba(127,29,29,.95)}.bg-red-950{--tw-bg-opacity:1;background-color:rgb(69 10 10/var(--tw-bg-opacity))}.bg-red-950\/0{background-color:rgba(69,10,10,0)}.bg-red-950\/10{background-color:rgba(69,10,10,.1)}.bg-red-950\/100{background-color:#450a0a}.bg-red-950\/15{background-color:rgba(69,10,10,.15)}.bg-red-950\/20{background-color:rgba(69,10,10,.2)}.bg-red-950\/25{background-color:rgba(69,10,10,.25)}.bg-red-950\/30{background-color:rgba(69,10,10,.3)}.bg-red-950\/35{background-color:rgba(69,10,10,.35)}.bg-red-950\/40{background-color:rgba(69,10,10,.4)}.bg-red-950\/45{background-color:rgba(69,10,10,.45)}.bg-red-950\/5{background-color:rgba(69,10,10,.05)}.bg-red-950\/50{background-color:rgba(69,10,10,.5)}.bg-red-950\/55{background-color:rgba(69,10,10,.55)}.bg-red-950\/60{background-color:rgba(69,10,10,.6)}.bg-red-950\/65{background-color:rgba(69,10,10,.65)}.bg-red-950\/70{background-color:rgba(69,10,10,.7)}.bg-red-950\/75{background-color:rgba(69,10,10,.75)}.bg-red-950\/80{background-color:rgba(69,10,10,.8)}.bg-red-950\/85{background-color:rgba(69,10,10,.85)}.bg-red-950\/90{background-color:rgba(69,10,10,.9)}.bg-red-950\/95{background-color:rgba(69,10,10,.95)}.bg-transparent,.bg-transparent\/0{background-color:transparent}.bg-transparent\/10{background-color:rgba(0,0,0,.1)}.bg-transparent\/100{background-color:#000}.bg-transparent\/15{background-color:rgba(0,0,0,.15)}.bg-transparent\/20{background-color:rgba(0,0,0,.2)}.bg-transparent\/25{background-color:rgba(0,0,0,.25)}.bg-transparent\/30{background-color:rgba(0,0,0,.3)}.bg-transparent\/35{background-color:rgba(0,0,0,.35)}.bg-transparent\/40{background-color:rgba(0,0,0,.4)}.bg-transparent\/45{background-color:rgba(0,0,0,.45)}.bg-transparent\/5{background-color:rgba(0,0,0,.05)}.bg-transparent\/50{background-color:rgba(0,0,0,.5)}.bg-transparent\/55{background-color:rgba(0,0,0,.55)}.bg-transparent\/60{background-color:rgba(0,0,0,.6)}.bg-transparent\/65{background-color:rgba(0,0,0,.65)}.bg-transparent\/70{background-color:rgba(0,0,0,.7)}.bg-transparent\/75{background-color:rgba(0,0,0,.75)}.bg-transparent\/80{background-color:rgba(0,0,0,.8)}.bg-transparent\/85{background-color:rgba(0,0,0,.85)}.bg-transparent\/90{background-color:rgba(0,0,0,.9)}.bg-transparent\/95{background-color:rgba(0,0,0,.95)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-white\/0{background-color:hsla(0,0%,100%,0)}.bg-white\/10{background-color:hsla(0,0%,100%,.1)}.bg-white\/100{background-color:#fff}.bg-white\/15{background-color:hsla(0,0%,100%,.15)}.bg-white\/20{background-color:hsla(0,0%,100%,.2)}.bg-white\/25{background-color:hsla(0,0%,100%,.25)}.bg-white\/30{background-color:hsla(0,0%,100%,.3)}.bg-white\/35{background-color:hsla(0,0%,100%,.35)}.bg-white\/40{background-color:hsla(0,0%,100%,.4)}.bg-white\/45{background-color:hsla(0,0%,100%,.45)}.bg-white\/5{background-color:hsla(0,0%,100%,.05)}.bg-white\/50{background-color:hsla(0,0%,100%,.5)}.bg-white\/55{background-color:hsla(0,0%,100%,.55)}.bg-white\/60{background-color:hsla(0,0%,100%,.6)}.bg-white\/65{background-color:hsla(0,0%,100%,.65)}.bg-white\/70{background-color:hsla(0,0%,100%,.7)}.bg-white\/75{background-color:hsla(0,0%,100%,.75)}.bg-white\/80{background-color:hsla(0,0%,100%,.8)}.bg-white\/85{background-color:hsla(0,0%,100%,.85)}.bg-white\/90{background-color:hsla(0,0%,100%,.9)}.bg-white\/95{background-color:hsla(0,0%,100%,.95)}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity))}.bg-yellow-100\/0{background-color:hsla(55,97%,88%,0)}.bg-yellow-100\/10{background-color:hsla(55,97%,88%,.1)}.bg-yellow-100\/100{background-color:#fef9c3}.bg-yellow-100\/15{background-color:hsla(55,97%,88%,.15)}.bg-yellow-100\/20{background-color:hsla(55,97%,88%,.2)}.bg-yellow-100\/25{background-color:hsla(55,97%,88%,.25)}.bg-yellow-100\/30{background-color:hsla(55,97%,88%,.3)}.bg-yellow-100\/35{background-color:hsla(55,97%,88%,.35)}.bg-yellow-100\/40{background-color:hsla(55,97%,88%,.4)}.bg-yellow-100\/45{background-color:hsla(55,97%,88%,.45)}.bg-yellow-100\/5{background-color:hsla(55,97%,88%,.05)}.bg-yellow-100\/50{background-color:hsla(55,97%,88%,.5)}.bg-yellow-100\/55{background-color:hsla(55,97%,88%,.55)}.bg-yellow-100\/60{background-color:hsla(55,97%,88%,.6)}.bg-yellow-100\/65{background-color:hsla(55,97%,88%,.65)}.bg-yellow-100\/70{background-color:hsla(55,97%,88%,.7)}.bg-yellow-100\/75{background-color:hsla(55,97%,88%,.75)}.bg-yellow-100\/80{background-color:hsla(55,97%,88%,.8)}.bg-yellow-100\/85{background-color:hsla(55,97%,88%,.85)}.bg-yellow-100\/90{background-color:hsla(55,97%,88%,.9)}.bg-yellow-100\/95{background-color:hsla(55,97%,88%,.95)}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity))}.bg-yellow-200\/0{background-color:hsla(53,98%,77%,0)}.bg-yellow-200\/10{background-color:hsla(53,98%,77%,.1)}.bg-yellow-200\/100{background-color:#fef08a}.bg-yellow-200\/15{background-color:hsla(53,98%,77%,.15)}.bg-yellow-200\/20{background-color:hsla(53,98%,77%,.2)}.bg-yellow-200\/25{background-color:hsla(53,98%,77%,.25)}.bg-yellow-200\/30{background-color:hsla(53,98%,77%,.3)}.bg-yellow-200\/35{background-color:hsla(53,98%,77%,.35)}.bg-yellow-200\/40{background-color:hsla(53,98%,77%,.4)}.bg-yellow-200\/45{background-color:hsla(53,98%,77%,.45)}.bg-yellow-200\/5{background-color:hsla(53,98%,77%,.05)}.bg-yellow-200\/50{background-color:hsla(53,98%,77%,.5)}.bg-yellow-200\/55{background-color:hsla(53,98%,77%,.55)}.bg-yellow-200\/60{background-color:hsla(53,98%,77%,.6)}.bg-yellow-200\/65{background-color:hsla(53,98%,77%,.65)}.bg-yellow-200\/70{background-color:hsla(53,98%,77%,.7)}.bg-yellow-200\/75{background-color:hsla(53,98%,77%,.75)}.bg-yellow-200\/80{background-color:hsla(53,98%,77%,.8)}.bg-yellow-200\/85{background-color:hsla(53,98%,77%,.85)}.bg-yellow-200\/90{background-color:hsla(53,98%,77%,.9)}.bg-yellow-200\/95{background-color:hsla(53,98%,77%,.95)}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity))}.bg-yellow-300\/0{background-color:rgba(253,224,71,0)}.bg-yellow-300\/10{background-color:rgba(253,224,71,.1)}.bg-yellow-300\/100{background-color:#fde047}.bg-yellow-300\/15{background-color:rgba(253,224,71,.15)}.bg-yellow-300\/20{background-color:rgba(253,224,71,.2)}.bg-yellow-300\/25{background-color:rgba(253,224,71,.25)}.bg-yellow-300\/30{background-color:rgba(253,224,71,.3)}.bg-yellow-300\/35{background-color:rgba(253,224,71,.35)}.bg-yellow-300\/40{background-color:rgba(253,224,71,.4)}.bg-yellow-300\/45{background-color:rgba(253,224,71,.45)}.bg-yellow-300\/5{background-color:rgba(253,224,71,.05)}.bg-yellow-300\/50{background-color:rgba(253,224,71,.5)}.bg-yellow-300\/55{background-color:rgba(253,224,71,.55)}.bg-yellow-300\/60{background-color:rgba(253,224,71,.6)}.bg-yellow-300\/65{background-color:rgba(253,224,71,.65)}.bg-yellow-300\/70{background-color:rgba(253,224,71,.7)}.bg-yellow-300\/75{background-color:rgba(253,224,71,.75)}.bg-yellow-300\/80{background-color:rgba(253,224,71,.8)}.bg-yellow-300\/85{background-color:rgba(253,224,71,.85)}.bg-yellow-300\/90{background-color:rgba(253,224,71,.9)}.bg-yellow-300\/95{background-color:rgba(253,224,71,.95)}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity))}.bg-yellow-400\/0{background-color:rgba(250,204,21,0)}.bg-yellow-400\/10{background-color:rgba(250,204,21,.1)}.bg-yellow-400\/100{background-color:#facc15}.bg-yellow-400\/15{background-color:rgba(250,204,21,.15)}.bg-yellow-400\/20{background-color:rgba(250,204,21,.2)}.bg-yellow-400\/25{background-color:rgba(250,204,21,.25)}.bg-yellow-400\/30{background-color:rgba(250,204,21,.3)}.bg-yellow-400\/35{background-color:rgba(250,204,21,.35)}.bg-yellow-400\/40{background-color:rgba(250,204,21,.4)}.bg-yellow-400\/45{background-color:rgba(250,204,21,.45)}.bg-yellow-400\/5{background-color:rgba(250,204,21,.05)}.bg-yellow-400\/50{background-color:rgba(250,204,21,.5)}.bg-yellow-400\/55{background-color:rgba(250,204,21,.55)}.bg-yellow-400\/60{background-color:rgba(250,204,21,.6)}.bg-yellow-400\/65{background-color:rgba(250,204,21,.65)}.bg-yellow-400\/70{background-color:rgba(250,204,21,.7)}.bg-yellow-400\/75{background-color:rgba(250,204,21,.75)}.bg-yellow-400\/80{background-color:rgba(250,204,21,.8)}.bg-yellow-400\/85{background-color:rgba(250,204,21,.85)}.bg-yellow-400\/90{background-color:rgba(250,204,21,.9)}.bg-yellow-400\/95{background-color:rgba(250,204,21,.95)}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.bg-yellow-50\/0{background-color:hsla(55,92%,95%,0)}.bg-yellow-50\/10{background-color:hsla(55,92%,95%,.1)}.bg-yellow-50\/100{background-color:#fefce8}.bg-yellow-50\/15{background-color:hsla(55,92%,95%,.15)}.bg-yellow-50\/20{background-color:hsla(55,92%,95%,.2)}.bg-yellow-50\/25{background-color:hsla(55,92%,95%,.25)}.bg-yellow-50\/30{background-color:hsla(55,92%,95%,.3)}.bg-yellow-50\/35{background-color:hsla(55,92%,95%,.35)}.bg-yellow-50\/40{background-color:hsla(55,92%,95%,.4)}.bg-yellow-50\/45{background-color:hsla(55,92%,95%,.45)}.bg-yellow-50\/5{background-color:hsla(55,92%,95%,.05)}.bg-yellow-50\/50{background-color:hsla(55,92%,95%,.5)}.bg-yellow-50\/55{background-color:hsla(55,92%,95%,.55)}.bg-yellow-50\/60{background-color:hsla(55,92%,95%,.6)}.bg-yellow-50\/65{background-color:hsla(55,92%,95%,.65)}.bg-yellow-50\/70{background-color:hsla(55,92%,95%,.7)}.bg-yellow-50\/75{background-color:hsla(55,92%,95%,.75)}.bg-yellow-50\/80{background-color:hsla(55,92%,95%,.8)}.bg-yellow-50\/85{background-color:hsla(55,92%,95%,.85)}.bg-yellow-50\/90{background-color:hsla(55,92%,95%,.9)}.bg-yellow-50\/95{background-color:hsla(55,92%,95%,.95)}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity))}.bg-yellow-500\/0{background-color:rgba(234,179,8,0)}.bg-yellow-500\/10{background-color:rgba(234,179,8,.1)}.bg-yellow-500\/100{background-color:#eab308}.bg-yellow-500\/15{background-color:rgba(234,179,8,.15)}.bg-yellow-500\/20{background-color:rgba(234,179,8,.2)}.bg-yellow-500\/25{background-color:rgba(234,179,8,.25)}.bg-yellow-500\/30{background-color:rgba(234,179,8,.3)}.bg-yellow-500\/35{background-color:rgba(234,179,8,.35)}.bg-yellow-500\/40{background-color:rgba(234,179,8,.4)}.bg-yellow-500\/45{background-color:rgba(234,179,8,.45)}.bg-yellow-500\/5{background-color:rgba(234,179,8,.05)}.bg-yellow-500\/50{background-color:rgba(234,179,8,.5)}.bg-yellow-500\/55{background-color:rgba(234,179,8,.55)}.bg-yellow-500\/60{background-color:rgba(234,179,8,.6)}.bg-yellow-500\/65{background-color:rgba(234,179,8,.65)}.bg-yellow-500\/70{background-color:rgba(234,179,8,.7)}.bg-yellow-500\/75{background-color:rgba(234,179,8,.75)}.bg-yellow-500\/80{background-color:rgba(234,179,8,.8)}.bg-yellow-500\/85{background-color:rgba(234,179,8,.85)}.bg-yellow-500\/90{background-color:rgba(234,179,8,.9)}.bg-yellow-500\/95{background-color:rgba(234,179,8,.95)}.bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity))}.bg-yellow-600\/0{background-color:rgba(202,138,4,0)}.bg-yellow-600\/10{background-color:rgba(202,138,4,.1)}.bg-yellow-600\/100{background-color:#ca8a04}.bg-yellow-600\/15{background-color:rgba(202,138,4,.15)}.bg-yellow-600\/20{background-color:rgba(202,138,4,.2)}.bg-yellow-600\/25{background-color:rgba(202,138,4,.25)}.bg-yellow-600\/30{background-color:rgba(202,138,4,.3)}.bg-yellow-600\/35{background-color:rgba(202,138,4,.35)}.bg-yellow-600\/40{background-color:rgba(202,138,4,.4)}.bg-yellow-600\/45{background-color:rgba(202,138,4,.45)}.bg-yellow-600\/5{background-color:rgba(202,138,4,.05)}.bg-yellow-600\/50{background-color:rgba(202,138,4,.5)}.bg-yellow-600\/55{background-color:rgba(202,138,4,.55)}.bg-yellow-600\/60{background-color:rgba(202,138,4,.6)}.bg-yellow-600\/65{background-color:rgba(202,138,4,.65)}.bg-yellow-600\/70{background-color:rgba(202,138,4,.7)}.bg-yellow-600\/75{background-color:rgba(202,138,4,.75)}.bg-yellow-600\/80{background-color:rgba(202,138,4,.8)}.bg-yellow-600\/85{background-color:rgba(202,138,4,.85)}.bg-yellow-600\/90{background-color:rgba(202,138,4,.9)}.bg-yellow-600\/95{background-color:rgba(202,138,4,.95)}.bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity))}.bg-yellow-700\/0{background-color:rgba(161,98,7,0)}.bg-yellow-700\/10{background-color:rgba(161,98,7,.1)}.bg-yellow-700\/100{background-color:#a16207}.bg-yellow-700\/15{background-color:rgba(161,98,7,.15)}.bg-yellow-700\/20{background-color:rgba(161,98,7,.2)}.bg-yellow-700\/25{background-color:rgba(161,98,7,.25)}.bg-yellow-700\/30{background-color:rgba(161,98,7,.3)}.bg-yellow-700\/35{background-color:rgba(161,98,7,.35)}.bg-yellow-700\/40{background-color:rgba(161,98,7,.4)}.bg-yellow-700\/45{background-color:rgba(161,98,7,.45)}.bg-yellow-700\/5{background-color:rgba(161,98,7,.05)}.bg-yellow-700\/50{background-color:rgba(161,98,7,.5)}.bg-yellow-700\/55{background-color:rgba(161,98,7,.55)}.bg-yellow-700\/60{background-color:rgba(161,98,7,.6)}.bg-yellow-700\/65{background-color:rgba(161,98,7,.65)}.bg-yellow-700\/70{background-color:rgba(161,98,7,.7)}.bg-yellow-700\/75{background-color:rgba(161,98,7,.75)}.bg-yellow-700\/80{background-color:rgba(161,98,7,.8)}.bg-yellow-700\/85{background-color:rgba(161,98,7,.85)}.bg-yellow-700\/90{background-color:rgba(161,98,7,.9)}.bg-yellow-700\/95{background-color:rgba(161,98,7,.95)}.bg-yellow-800{--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity))}.bg-yellow-800\/0{background-color:rgba(133,77,14,0)}.bg-yellow-800\/10{background-color:rgba(133,77,14,.1)}.bg-yellow-800\/100{background-color:#854d0e}.bg-yellow-800\/15{background-color:rgba(133,77,14,.15)}.bg-yellow-800\/20{background-color:rgba(133,77,14,.2)}.bg-yellow-800\/25{background-color:rgba(133,77,14,.25)}.bg-yellow-800\/30{background-color:rgba(133,77,14,.3)}.bg-yellow-800\/35{background-color:rgba(133,77,14,.35)}.bg-yellow-800\/40{background-color:rgba(133,77,14,.4)}.bg-yellow-800\/45{background-color:rgba(133,77,14,.45)}.bg-yellow-800\/5{background-color:rgba(133,77,14,.05)}.bg-yellow-800\/50{background-color:rgba(133,77,14,.5)}.bg-yellow-800\/55{background-color:rgba(133,77,14,.55)}.bg-yellow-800\/60{background-color:rgba(133,77,14,.6)}.bg-yellow-800\/65{background-color:rgba(133,77,14,.65)}.bg-yellow-800\/70{background-color:rgba(133,77,14,.7)}.bg-yellow-800\/75{background-color:rgba(133,77,14,.75)}.bg-yellow-800\/80{background-color:rgba(133,77,14,.8)}.bg-yellow-800\/85{background-color:rgba(133,77,14,.85)}.bg-yellow-800\/90{background-color:rgba(133,77,14,.9)}.bg-yellow-800\/95{background-color:rgba(133,77,14,.95)}.bg-yellow-900{--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity))}.bg-yellow-900\/0{background-color:rgba(113,63,18,0)}.bg-yellow-900\/10{background-color:rgba(113,63,18,.1)}.bg-yellow-900\/100{background-color:#713f12}.bg-yellow-900\/15{background-color:rgba(113,63,18,.15)}.bg-yellow-900\/20{background-color:rgba(113,63,18,.2)}.bg-yellow-900\/25{background-color:rgba(113,63,18,.25)}.bg-yellow-900\/30{background-color:rgba(113,63,18,.3)}.bg-yellow-900\/35{background-color:rgba(113,63,18,.35)}.bg-yellow-900\/40{background-color:rgba(113,63,18,.4)}.bg-yellow-900\/45{background-color:rgba(113,63,18,.45)}.bg-yellow-900\/5{background-color:rgba(113,63,18,.05)}.bg-yellow-900\/50{background-color:rgba(113,63,18,.5)}.bg-yellow-900\/55{background-color:rgba(113,63,18,.55)}.bg-yellow-900\/60{background-color:rgba(113,63,18,.6)}.bg-yellow-900\/65{background-color:rgba(113,63,18,.65)}.bg-yellow-900\/70{background-color:rgba(113,63,18,.7)}.bg-yellow-900\/75{background-color:rgba(113,63,18,.75)}.bg-yellow-900\/80{background-color:rgba(113,63,18,.8)}.bg-yellow-900\/85{background-color:rgba(113,63,18,.85)}.bg-yellow-900\/90{background-color:rgba(113,63,18,.9)}.bg-yellow-900\/95{background-color:rgba(113,63,18,.95)}.bg-yellow-950{--tw-bg-opacity:1;background-color:rgb(66 32 6/var(--tw-bg-opacity))}.bg-yellow-950\/0{background-color:rgba(66,32,6,0)}.bg-yellow-950\/10{background-color:rgba(66,32,6,.1)}.bg-yellow-950\/100{background-color:#422006}.bg-yellow-950\/15{background-color:rgba(66,32,6,.15)}.bg-yellow-950\/20{background-color:rgba(66,32,6,.2)}.bg-yellow-950\/25{background-color:rgba(66,32,6,.25)}.bg-yellow-950\/30{background-color:rgba(66,32,6,.3)}.bg-yellow-950\/35{background-color:rgba(66,32,6,.35)}.bg-yellow-950\/40{background-color:rgba(66,32,6,.4)}.bg-yellow-950\/45{background-color:rgba(66,32,6,.45)}.bg-yellow-950\/5{background-color:rgba(66,32,6,.05)}.bg-yellow-950\/50{background-color:rgba(66,32,6,.5)}.bg-yellow-950\/55{background-color:rgba(66,32,6,.55)}.bg-yellow-950\/60{background-color:rgba(66,32,6,.6)}.bg-yellow-950\/65{background-color:rgba(66,32,6,.65)}.bg-yellow-950\/70{background-color:rgba(66,32,6,.7)}.bg-yellow-950\/75{background-color:rgba(66,32,6,.75)}.bg-yellow-950\/80{background-color:rgba(66,32,6,.8)}.bg-yellow-950\/85{background-color:rgba(66,32,6,.85)}.bg-yellow-950\/90{background-color:rgba(66,32,6,.9)}.bg-yellow-950\/95{background-color:rgba(66,32,6,.95)}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-400{--tw-gradient-from:#38bdf8 var(--tw-gradient-from-position);--tw-gradient-to:rgba(56,189,248,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-900{--tw-gradient-from:#0c4a6e var(--tw-gradient-from-position);--tw-gradient-to:rgba(12,74,110,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-400{--tw-gradient-from:#a3e635 var(--tw-gradient-from-position);--tw-gradient-to:rgba(163,230,53,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400{--tw-gradient-from:#f87171 var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,71%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from:#facc15 var(--tw-gradient-from-position);--tw-gradient-to:rgba(250,204,21,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-30\%{--tw-gradient-from-position:30%}.to-blue-900{--tw-gradient-to:#0c4a6e var(--tw-gradient-to-position)}.to-blue-950{--tw-gradient-to:#082f49 var(--tw-gradient-to-position)}.to-green-900{--tw-gradient-to:#365314 var(--tw-gradient-to-position)}.to-red-900{--tw-gradient-to:#7f1d1d var(--tw-gradient-to-position)}.to-yellow-900{--tw-gradient-to:#713f12 var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-11{padding:2.75rem}.p-12{padding:3rem}.p-14{padding:3.5rem}.p-16{padding:4rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-20{padding:5rem}.p-24{padding:6rem}.p-28{padding:7rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-32{padding:8rem}.p-36{padding:9rem}.p-4{padding:1rem}.p-40{padding:10rem}.p-44{padding:11rem}.p-48{padding:12rem}.p-5{padding:1.25rem}.p-52{padding:13rem}.p-56{padding:14rem}.p-6{padding:1.5rem}.p-60{padding:15rem}.p-64{padding:16rem}.p-7{padding:1.75rem}.p-72{padding:18rem}.p-8{padding:2rem}.p-80{padding:20rem}.p-9{padding:2.25rem}.p-96{padding:24rem}.p-px{padding:1px}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.px-12{padding-left:3rem;padding-right:3rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-20{padding-left:5rem;padding-right:5rem}.px-24{padding-left:6rem;padding-right:6rem}.px-28{padding-left:7rem;padding-right:7rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-32{padding-left:8rem;padding-right:8rem}.px-36{padding-left:9rem;padding-right:9rem}.px-4{padding-left:1rem;padding-right:1rem}.px-40{padding-left:10rem;padding-right:10rem}.px-44{padding-left:11rem;padding-right:11rem}.px-48{padding-left:12rem;padding-right:12rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-52{padding-left:13rem;padding-right:13rem}.px-56{padding-left:14rem;padding-right:14rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-60{padding-left:15rem;padding-right:15rem}.px-64{padding-left:16rem;padding-right:16rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-72{padding-left:18rem;padding-right:18rem}.px-8{padding-left:2rem;padding-right:2rem}.px-80{padding-left:20rem;padding-right:20rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-96{padding-left:24rem;padding-right:24rem}.px-px{padding-left:1px;padding-right:1px}.py-0{padding-bottom:0;padding-top:0}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-11{padding-bottom:2.75rem;padding-top:2.75rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-14{padding-bottom:3.5rem;padding-top:3.5rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-20{padding-bottom:5rem;padding-top:5rem}.py-24{padding-bottom:6rem;padding-top:6rem}.py-28{padding-bottom:7rem;padding-top:7rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.py-32{padding-bottom:8rem;padding-top:8rem}.py-36{padding-bottom:9rem;padding-top:9rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-40{padding-bottom:10rem;padding-top:10rem}.py-44{padding-bottom:11rem;padding-top:11rem}.py-48{padding-bottom:12rem;padding-top:12rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-52{padding-bottom:13rem;padding-top:13rem}.py-56{padding-bottom:14rem;padding-top:14rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-60{padding-bottom:15rem;padding-top:15rem}.py-64{padding-bottom:16rem;padding-top:16rem}.py-7{padding-bottom:1.75rem;padding-top:1.75rem}.py-72{padding-bottom:18rem;padding-top:18rem}.py-8{padding-bottom:2rem;padding-top:2rem}.py-80{padding-bottom:20rem;padding-top:20rem}.py-9{padding-bottom:2.25rem;padding-top:2.25rem}.py-96{padding-bottom:24rem;padding-top:24rem}.py-px{padding-bottom:1px;padding-top:1px}.pb-0{padding-bottom:0}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-10{padding-bottom:2.5rem}.pb-11{padding-bottom:2.75rem}.pb-12{padding-bottom:3rem}.pb-14{padding-bottom:3.5rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-28{padding-bottom:7rem}.pb-3{padding-bottom:.75rem}.pb-3\.5{padding-bottom:.875rem}.pb-32{padding-bottom:8rem}.pb-36{padding-bottom:9rem}.pb-4{padding-bottom:1rem}.pb-40{padding-bottom:10rem}.pb-44{padding-bottom:11rem}.pb-48{padding-bottom:12rem}.pb-5{padding-bottom:1.25rem}.pb-52{padding-bottom:13rem}.pb-56{padding-bottom:14rem}.pb-6{padding-bottom:1.5rem}.pb-60{padding-bottom:15rem}.pb-64{padding-bottom:16rem}.pb-7{padding-bottom:1.75rem}.pb-72{padding-bottom:18rem}.pb-8{padding-bottom:2rem}.pb-80{padding-bottom:20rem}.pb-9{padding-bottom:2.25rem}.pb-96{padding-bottom:24rem}.pb-px{padding-bottom:1px}.pl-0{padding-left:0}.pl-0\.5{padding-left:.125rem}.pl-1{padding-left:.25rem}.pl-1\.5{padding-left:.375rem}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pl-12{padding-left:3rem}.pl-14{padding-left:3.5rem}.pl-16{padding-left:4rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-20{padding-left:5rem}.pl-24{padding-left:6rem}.pl-28{padding-left:7rem}.pl-3{padding-left:.75rem}.pl-3\.5{padding-left:.875rem}.pl-32{padding-left:8rem}.pl-36{padding-left:9rem}.pl-4{padding-left:1rem}.pl-40{padding-left:10rem}.pl-44{padding-left:11rem}.pl-48{padding-left:12rem}.pl-5{padding-left:1.25rem}.pl-52{padding-left:13rem}.pl-56{padding-left:14rem}.pl-6{padding-left:1.5rem}.pl-60{padding-left:15rem}.pl-64{padding-left:16rem}.pl-7{padding-left:1.75rem}.pl-72{padding-left:18rem}.pl-8{padding-left:2rem}.pl-80{padding-left:20rem}.pl-9{padding-left:2.25rem}.pl-96{padding-left:24rem}.pl-px{padding-left:1px}.pr-0{padding-right:0}.pr-0\.5{padding-right:.125rem}.pr-1{padding-right:.25rem}.pr-1\.5{padding-right:.375rem}.pr-10{padding-right:2.5rem}.pr-11{padding-right:2.75rem}.pr-12{padding-right:3rem}.pr-14{padding-right:3.5rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-20{padding-right:5rem}.pr-24{padding-right:6rem}.pr-28{padding-right:7rem}.pr-3{padding-right:.75rem}.pr-3\.5{padding-right:.875rem}.pr-32{padding-right:8rem}.pr-36{padding-right:9rem}.pr-4{padding-right:1rem}.pr-40{padding-right:10rem}.pr-44{padding-right:11rem}.pr-48{padding-right:12rem}.pr-5{padding-right:1.25rem}.pr-52{padding-right:13rem}.pr-56{padding-right:14rem}.pr-6{padding-right:1.5rem}.pr-60{padding-right:15rem}.pr-64{padding-right:16rem}.pr-7{padding-right:1.75rem}.pr-72{padding-right:18rem}.pr-8{padding-right:2rem}.pr-80{padding-right:20rem}.pr-9{padding-right:2.25rem}.pr-96{padding-right:24rem}.pr-px{padding-right:1px}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-11{padding-top:2.75rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-2\.5{padding-top:.625rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-28{padding-top:7rem}.pt-3{padding-top:.75rem}.pt-3\.5{padding-top:.875rem}.pt-32{padding-top:8rem}.pt-36{padding-top:9rem}.pt-4{padding-top:1rem}.pt-40{padding-top:10rem}.pt-44{padding-top:11rem}.pt-48{padding-top:12rem}.pt-5{padding-top:1.25rem}.pt-52{padding-top:13rem}.pt-56{padding-top:14rem}.pt-6{padding-top:1.5rem}.pt-60{padding-top:15rem}.pt-64{padding-top:16rem}.pt-7{padding-top:1.75rem}.pt-72{padding-top:18rem}.pt-8{padding-top:2rem}.pt-80{padding-top:20rem}.pt-9{padding-top:2.25rem}.pt-96{padding-top:24rem}.pt-px{padding-top:1px}.text-center{text-align:center}.text-right{text-align:right}.font-body{font-family:Poppins,sans-serif,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[0\.65rem\]{font-size:.65rem}.text-\[1\.6rem\]{font-size:1.6rem}.text-\[11px\]{font-size:11px}.text-\[8rem\]{font-size:8rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.text-xxs{font-size:.65rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity:1;color:rgb(224 242 254/var(--tw-text-opacity))}.text-blue-200{--tw-text-opacity:1;color:rgb(186 230 253/var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity))}.text-blue-50{--tw-text-opacity:1;color:rgb(240 249 255/var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgb(7 89 133/var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity:1;color:rgb(12 74 110/var(--tw-text-opacity))}.text-blue-950{--tw-text-opacity:1;color:rgb(8 47 73/var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-400\/70{color:rgba(156,163,175,.7)}.text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-gray-950{--tw-text-opacity:1;color:rgb(3 7 18/var(--tw-text-opacity))}.text-green-100{--tw-text-opacity:1;color:rgb(236 252 203/var(--tw-text-opacity))}.text-green-200{--tw-text-opacity:1;color:rgb(217 249 157/var(--tw-text-opacity))}.text-green-300{--tw-text-opacity:1;color:rgb(190 242 100/var(--tw-text-opacity))}.text-green-400{--tw-text-opacity:1;color:rgb(163 230 53/var(--tw-text-opacity))}.text-green-50{--tw-text-opacity:1;color:rgb(247 254 231/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgb(132 204 22/var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgb(101 163 13/var(--tw-text-opacity))}.text-green-700{--tw-text-opacity:1;color:rgb(77 124 15/var(--tw-text-opacity))}.text-green-800{--tw-text-opacity:1;color:rgb(63 98 18/var(--tw-text-opacity))}.text-green-900{--tw-text-opacity:1;color:rgb(54 83 20/var(--tw-text-opacity))}.text-green-950{--tw-text-opacity:1;color:rgb(26 46 5/var(--tw-text-opacity))}.text-red-100{--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity))}.text-red-200{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity))}.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.text-red-50{--tw-text-opacity:1;color:rgb(254 242 242/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.text-red-900{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.text-red-950{--tw-text-opacity:1;color:rgb(69 10 10/var(--tw-text-opacity))}.text-transparent{color:transparent}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-yellow-100{--tw-text-opacity:1;color:rgb(254 249 195/var(--tw-text-opacity))}.text-yellow-200{--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity))}.text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.text-yellow-50{--tw-text-opacity:1;color:rgb(254 252 232/var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity))}.text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity))}.text-yellow-950{--tw-text-opacity:1;color:rgb(66 32 6/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-15{opacity:.15}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-35{opacity:.35}.opacity-40{opacity:.4}.opacity-45{opacity:.45}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-55{opacity:.55}.opacity-60{opacity:.6}.opacity-65{opacity:.65}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-85{opacity:.85}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.05);--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)}.shadow-inner,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px 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-none{outline:2px solid transparent;outline-offset:2px}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.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,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-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-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-100{transition-duration:.1s}.duration-300{transition-duration:.3s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.form-checkbox:focus,.form-input:focus,.form-select:focus,a:focus,button:focus,input:focus,select:focus,textarea:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)!important;--tw-ring-color:transparent!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important;outline-width:0!important}button,input,select,textarea{outline-width:0!important}@media (min-width:1024px){.nav-link>a,.nav-link>span{align-items:center;display:flex;position:relative}.nav-link>a:before,.nav-link>span:before{--tw-scale-x:0;bottom:-.25rem;content:"";height:2px;position:absolute;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));transform-origin:bottom right;transition-duration:.3s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-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-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.nav-link:hover a:before,.nav-link:hover span:before{--tw-scale-x:1;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));transform-origin:bottom left}}.app-underline-green{background:url(/images/green_underline.svg) 0 85% no-repeat}.group:hover .app-underline-green{background-image:url(/images/w_green_underline.svg)}.app-underline-blue{background:url(/images/blue_underline.svg) 0 90% no-repeat}.group:hover .app-underline-blue{background-image:url(/images/w_blue_underline.svg)}.bubble:after{border:20px solid transparent;border-bottom:0;border-left:0;border-top-color:#fff;bottom:0;content:"";height:0;left:50%;margin-bottom:-20px;margin-left:20px;position:absolute;width:0}span.highlight{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity));display:inline-block}.fancybox__content{padding:0}.grecaptcha-badge,[v-cloak],[x-cloak]{display:none}.ImageUpload{position:relative;width:100%}.ImageUpload__Empty{align-items:center;display:flex;justify-content:space-between}.ImageUpload__Empty__Placeholder{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.ImageUpload__Button{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity));border-radius:.25rem;cursor:pointer;padding:.5rem .75rem;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-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-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ImageUpload__Button:hover{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.ImageUpload__Image{display:flex;justify-content:space-between}.ImageUpload__Image__Buttons{display:flex;flex-direction:column}.ImageUpload__Image__Buttons .ImageUpload__Button:not(:last-child){margin-bottom:.75rem}.ImageUpload .vue-advanced-cropper__background,.ImageUpload .vue-advanced-cropper__foreground{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.ImageUpload .vue-simple-handler{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity))}.ImageUpload .vue-simple-line{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity));border-style:dashed}.before\:bg-blue-500:before{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity));content:var(--tw-content)}.before\:bg-green-500:before{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity));content:var(--tw-content)}.before\:bg-yellow-500:before{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity));content:var(--tw-content)}.focus-within\:border-blue-300:focus-within{--tw-border-opacity:1;border-color:rgb(125 211 252/var(--tw-border-opacity))}.focus-within\:border-green-500:focus-within{--tw-border-opacity:1;border-color:rgb(132 204 22/var(--tw-border-opacity))}.focus-within\:border-red-300:focus-within{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;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))}.hover\:border-green-700:hover{--tw-border-opacity:1;border-color:rgb(77 124 15/var(--tw-border-opacity))}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity))}.hover\:bg-blue-100\/70:hover{background-color:rgba(224,242,254,.7)}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity))}.hover\:bg-blue-300:hover{--tw-bg-opacity:1;background-color:rgb(125 211 252/var(--tw-bg-opacity))}.hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgb(56 189 248/var(--tw-bg-opacity))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity))}.hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity))}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(3 105 161/var(--tw-bg-opacity))}.hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgb(7 89 133/var(--tw-bg-opacity))}.hover\:bg-blue-900:hover{--tw-bg-opacity:1;background-color:rgb(12 74 110/var(--tw-bg-opacity))}.hover\:bg-blue-950:hover{--tw-bg-opacity:1;background-color:rgb(8 47 73/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-gray-500:hover{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.hover\:bg-gray-950:hover{--tw-bg-opacity:1;background-color:rgb(3 7 18/var(--tw-bg-opacity))}.hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgb(236 252 203/var(--tw-bg-opacity))}.hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgb(217 249 157/var(--tw-bg-opacity))}.hover\:bg-green-300:hover{--tw-bg-opacity:1;background-color:rgb(190 242 100/var(--tw-bg-opacity))}.hover\:bg-green-400:hover{--tw-bg-opacity:1;background-color:rgb(163 230 53/var(--tw-bg-opacity))}.hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgb(247 254 231/var(--tw-bg-opacity))}.hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity))}.hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgb(101 163 13/var(--tw-bg-opacity))}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgb(77 124 15/var(--tw-bg-opacity))}.hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgb(63 98 18/var(--tw-bg-opacity))}.hover\:bg-green-900:hover{--tw-bg-opacity:1;background-color:rgb(54 83 20/var(--tw-bg-opacity))}.hover\:bg-green-950:hover{--tw-bg-opacity:1;background-color:rgb(26 46 5/var(--tw-bg-opacity))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.hover\:bg-red-300:hover{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity))}.hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity))}.hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity))}.hover\:bg-red-950:hover{--tw-bg-opacity:1;background-color:rgb(69 10 10/var(--tw-bg-opacity))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity))}.hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity))}.hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity))}.hover\:bg-yellow-400:hover{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity))}.hover\:bg-yellow-50:hover{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity))}.hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity))}.hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity))}.hover\:bg-yellow-800:hover{--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity))}.hover\:bg-yellow-900:hover{--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity))}.hover\:bg-yellow-950:hover{--tw-bg-opacity:1;background-color:rgb(66 32 6/var(--tw-bg-opacity))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hover\:text-blue-100:hover{--tw-text-opacity:1;color:rgb(224 242 254/var(--tw-text-opacity))}.hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgb(186 230 253/var(--tw-text-opacity))}.hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity))}.hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity))}.hover\:text-blue-50:hover{--tw-text-opacity:1;color:rgb(240 249 255/var(--tw-text-opacity))}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(7 89 133/var(--tw-text-opacity))}.hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgb(12 74 110/var(--tw-text-opacity))}.hover\:text-blue-950:hover{--tw-text-opacity:1;color:rgb(8 47 73/var(--tw-text-opacity))}.hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.hover\:text-gray-50:hover{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-gray-950:hover{--tw-text-opacity:1;color:rgb(3 7 18/var(--tw-text-opacity))}.hover\:text-green-100:hover{--tw-text-opacity:1;color:rgb(236 252 203/var(--tw-text-opacity))}.hover\:text-green-200:hover{--tw-text-opacity:1;color:rgb(217 249 157/var(--tw-text-opacity))}.hover\:text-green-300:hover{--tw-text-opacity:1;color:rgb(190 242 100/var(--tw-text-opacity))}.hover\:text-green-400:hover{--tw-text-opacity:1;color:rgb(163 230 53/var(--tw-text-opacity))}.hover\:text-green-50:hover{--tw-text-opacity:1;color:rgb(247 254 231/var(--tw-text-opacity))}.hover\:text-green-500:hover{--tw-text-opacity:1;color:rgb(132 204 22/var(--tw-text-opacity))}.hover\:text-green-600:hover{--tw-text-opacity:1;color:rgb(101 163 13/var(--tw-text-opacity))}.hover\:text-green-700:hover{--tw-text-opacity:1;color:rgb(77 124 15/var(--tw-text-opacity))}.hover\:text-green-800:hover{--tw-text-opacity:1;color:rgb(63 98 18/var(--tw-text-opacity))}.hover\:text-green-900:hover{--tw-text-opacity:1;color:rgb(54 83 20/var(--tw-text-opacity))}.hover\:text-green-950:hover{--tw-text-opacity:1;color:rgb(26 46 5/var(--tw-text-opacity))}.hover\:text-red-100:hover{--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity))}.hover\:text-red-200:hover{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity))}.hover\:text-red-300:hover{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity))}.hover\:text-red-400:hover{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.hover\:text-red-50:hover{--tw-text-opacity:1;color:rgb(254 242 242/var(--tw-text-opacity))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.hover\:text-red-800:hover{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.hover\:text-red-900:hover{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.hover\:text-red-950:hover{--tw-text-opacity:1;color:rgb(69 10 10/var(--tw-text-opacity))}.hover\:text-transparent:hover{color:transparent}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:text-yellow-100:hover{--tw-text-opacity:1;color:rgb(254 249 195/var(--tw-text-opacity))}.hover\:text-yellow-200:hover{--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity))}.hover\:text-yellow-300:hover{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity))}.hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.hover\:text-yellow-50:hover{--tw-text-opacity:1;color:rgb(254 252 232/var(--tw-text-opacity))}.hover\:text-yellow-500:hover{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity))}.hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.hover\:text-yellow-800:hover{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity))}.hover\:text-yellow-900:hover{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity))}.hover\:text-yellow-950:hover{--tw-text-opacity:1;color:rgb(66 32 6/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-lg:hover,.hover\:shadow-xl:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.hover\:shadow-blue-300:hover{--tw-shadow-color:#7dd3fc;--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-green-300:hover{--tw-shadow-color:#bef264;--tw-shadow:var(--tw-shadow-colored)}.active\:outline-none:active,.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.group:hover .group-hover\:bg-blue-500{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-500{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.group:hover .group-hover\:text-blue-500{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.group:hover .group-hover\:text-green-500{--tw-text-opacity:1;color:rgb(132 204 22/var(--tw-text-opacity))}.group:hover .group-hover\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@media (min-width:640px){.sm\:mr-0{margin-right:0}.sm\:mt-10{margin-top:2.5rem}.sm\:mt-12{margin-top:3rem}.sm\:block{display:block}.sm\:w-0{width:0}.sm\:w-0\.5{width:.125rem}.sm\:w-1{width:.25rem}.sm\:w-1\.5{width:.375rem}.sm\:w-1\/12{width:8.333333%}.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.333333%}.sm\:w-1\/4{width:25%}.sm\:w-1\/5{width:20%}.sm\:w-1\/6{width:16.666667%}.sm\:w-1\/7{width:14.2857143%}.sm\:w-10{width:2.5rem}.sm\:w-10\/12{width:83.333333%}.sm\:w-11{width:2.75rem}.sm\:w-11\/12{width:91.666667%}.sm\:w-12{width:3rem}.sm\:w-14{width:3.5rem}.sm\:w-16{width:4rem}.sm\:w-2{width:.5rem}.sm\:w-2\.5{width:.625rem}.sm\:w-2\/12{width:16.666667%}.sm\:w-2\/3{width:66.666667%}.sm\:w-2\/4{width:50%}.sm\:w-2\/5{width:40%}.sm\:w-2\/6{width:33.333333%}.sm\:w-2\/7{width:28.5714286%}.sm\:w-20{width:5rem}.sm\:w-24{width:6rem}.sm\:w-28{width:7rem}.sm\:w-3{width:.75rem}.sm\:w-3\.5{width:.875rem}.sm\:w-3\/12{width:25%}.sm\:w-3\/4{width:75%}.sm\:w-3\/5{width:60%}.sm\:w-3\/6{width:50%}.sm\:w-3\/7{width:42.8571429%}.sm\:w-300px{width:300px}.sm\:w-32{width:8rem}.sm\:w-36{width:9rem}.sm\:w-4{width:1rem}.sm\:w-4\/12{width:33.333333%}.sm\:w-4\/5{width:80%}.sm\:w-4\/6{width:66.666667%}.sm\:w-4\/7{width:57.1428571%}.sm\:w-40{width:10rem}.sm\:w-44{width:11rem}.sm\:w-450px{width:450px}.sm\:w-48{width:12rem}.sm\:w-5{width:1.25rem}.sm\:w-5\/12{width:41.666667%}.sm\:w-5\/6{width:83.333333%}.sm\:w-5\/7{width:71.4285714%}.sm\:w-52{width:13rem}.sm\:w-550px{width:550px}.sm\:w-56{width:14rem}.sm\:w-6{width:1.5rem}.sm\:w-6\/12{width:50%}.sm\:w-6\/7{width:85.7142857%}.sm\:w-60{width:15rem}.sm\:w-64{width:16rem}.sm\:w-7{width:1.75rem}.sm\:w-7\/12{width:58.333333%}.sm\:w-72{width:18rem}.sm\:w-8{width:2rem}.sm\:w-8\/12{width:66.666667%}.sm\:w-80{width:20rem}.sm\:w-9{width:2.25rem}.sm\:w-9\/12{width:75%}.sm\:w-96{width:24rem}.sm\:w-auto{width:auto}.sm\:w-dvw{width:100dvw}.sm\:w-fit{width:-moz-fit-content;width:fit-content}.sm\:w-full{width:100%}.sm\:w-lvw{width:100lvw}.sm\:w-max{width:-moz-max-content;width:max-content}.sm\:w-min{width:-moz-min-content;width:min-content}.sm\:w-px{width:1px}.sm\:w-screen{width:100vw}.sm\:w-svw{width:100svw}.sm\:translate-x-0{--tw-translate-x:0px}.sm\:translate-x-0,.sm\:translate-x-2{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))}.sm\:translate-x-2{--tw-translate-x:0.5rem}.sm\:translate-y-0{--tw-translate-y:0px;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))}.sm\:items-start{align-items:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:p-6{padding:1.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}}@media (min-width:768px){.md\:mx-0{margin-right:0}.md\:ml-0,.md\:mx-0{margin-left:0}.md\:mt-0{margin-top:0}.md\:mt-6{margin-top:1.5rem}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-0{width:0}.md\:w-0\.5{width:.125rem}.md\:w-1{width:.25rem}.md\:w-1\.5{width:.375rem}.md\:w-1\/12{width:8.333333%}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-1\/5{width:20%}.md\:w-1\/6{width:16.666667%}.md\:w-1\/7{width:14.2857143%}.md\:w-10{width:2.5rem}.md\:w-10\/12{width:83.333333%}.md\:w-11{width:2.75rem}.md\:w-11\/12{width:91.666667%}.md\:w-12{width:3rem}.md\:w-14{width:3.5rem}.md\:w-16{width:4rem}.md\:w-2{width:.5rem}.md\:w-2\.5{width:.625rem}.md\:w-2\/12{width:16.666667%}.md\:w-2\/3{width:66.666667%}.md\:w-2\/4{width:50%}.md\:w-2\/5{width:40%}.md\:w-2\/6{width:33.333333%}.md\:w-2\/7{width:28.5714286%}.md\:w-20{width:5rem}.md\:w-24{width:6rem}.md\:w-28{width:7rem}.md\:w-3{width:.75rem}.md\:w-3\.5{width:.875rem}.md\:w-3\/12{width:25%}.md\:w-3\/4{width:75%}.md\:w-3\/5{width:60%}.md\:w-3\/6{width:50%}.md\:w-3\/7{width:42.8571429%}.md\:w-300px{width:300px}.md\:w-32{width:8rem}.md\:w-36{width:9rem}.md\:w-4{width:1rem}.md\:w-4\/12{width:33.333333%}.md\:w-4\/5{width:80%}.md\:w-4\/6{width:66.666667%}.md\:w-4\/7{width:57.1428571%}.md\:w-40{width:10rem}.md\:w-44{width:11rem}.md\:w-450px{width:450px}.md\:w-48{width:12rem}.md\:w-5{width:1.25rem}.md\:w-5\/12{width:41.666667%}.md\:w-5\/6{width:83.333333%}.md\:w-5\/7{width:71.4285714%}.md\:w-52{width:13rem}.md\:w-550px{width:550px}.md\:w-56{width:14rem}.md\:w-6{width:1.5rem}.md\:w-6\/12{width:50%}.md\:w-6\/7{width:85.7142857%}.md\:w-60{width:15rem}.md\:w-64{width:16rem}.md\:w-7{width:1.75rem}.md\:w-7\/12{width:58.333333%}.md\:w-72{width:18rem}.md\:w-8{width:2rem}.md\:w-8\/12{width:66.666667%}.md\:w-80{width:20rem}.md\:w-9{width:2.25rem}.md\:w-9\/12{width:75%}.md\:w-96{width:24rem}.md\:w-auto{width:auto}.md\:w-dvw{width:100dvw}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:w-full{width:100%}.md\:w-lvw{width:100lvw}.md\:w-max{width:-moz-max-content;width:max-content}.md\:w-min{width:-moz-min-content;width:min-content}.md\:w-px{width:1px}.md\:w-screen{width:100vw}.md\:w-svw{width:100svw}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.md\:px-0{padding-left:0;padding-right:0}.md\:text-5xl{font-size:3rem;line-height:1}}@media (min-width:1024px){.lg\:absolute{position:absolute}.lg\:-bottom-4{bottom:-1rem}.lg\:left-0{left:0}.lg\:right-28{right:7rem}.lg\:top-64{top:16rem}.lg\:order-first{order:-9999}.lg\:my-0{margin-bottom:0;margin-top:0}.lg\:my-12{margin-bottom:3rem;margin-top:3rem}.lg\:my-4{margin-bottom:1rem;margin-top:1rem}.lg\:my-6{margin-bottom:1.5rem;margin-top:1.5rem}.lg\:my-8{margin-bottom:2rem;margin-top:2rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-4{margin-bottom:1rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mb-8{margin-bottom:2rem}.lg\:ml-2{margin-left:.5rem}.lg\:ml-4{margin-left:1rem}.lg\:mt-0{margin-top:0}.lg\:mt-12{margin-top:3rem}.lg\:mt-16{margin-top:4rem}.lg\:mt-24{margin-top:6rem}.lg\:mt-6{margin-top:1.5rem}.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:size-14{height:3.5rem;width:3.5rem}.lg\:h-16{height:4rem}.lg\:h-32{height:8rem}.lg\:h-5{height:1.25rem}.lg\:h-52{height:13rem}.lg\:w-0{width:0}.lg\:w-0\.5{width:.125rem}.lg\:w-1{width:.25rem}.lg\:w-1\.5{width:.375rem}.lg\:w-1\/12{width:8.333333%}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-1\/4{width:25%}.lg\:w-1\/5{width:20%}.lg\:w-1\/6{width:16.666667%}.lg\:w-1\/7{width:14.2857143%}.lg\:w-10{width:2.5rem}.lg\:w-10\/12{width:83.333333%}.lg\:w-11{width:2.75rem}.lg\:w-11\/12{width:91.666667%}.lg\:w-12{width:3rem}.lg\:w-14{width:3.5rem}.lg\:w-16{width:4rem}.lg\:w-2{width:.5rem}.lg\:w-2\.5{width:.625rem}.lg\:w-2\/12{width:16.666667%}.lg\:w-2\/3{width:66.666667%}.lg\:w-2\/4{width:50%}.lg\:w-2\/5{width:40%}.lg\:w-2\/6{width:33.333333%}.lg\:w-2\/7{width:28.5714286%}.lg\:w-20{width:5rem}.lg\:w-24{width:6rem}.lg\:w-28{width:7rem}.lg\:w-3{width:.75rem}.lg\:w-3\.5{width:.875rem}.lg\:w-3\/12{width:25%}.lg\:w-3\/4{width:75%}.lg\:w-3\/5{width:60%}.lg\:w-3\/6{width:50%}.lg\:w-3\/7{width:42.8571429%}.lg\:w-300px{width:300px}.lg\:w-32{width:8rem}.lg\:w-36{width:9rem}.lg\:w-4{width:1rem}.lg\:w-4\/12{width:33.333333%}.lg\:w-4\/5{width:80%}.lg\:w-4\/6{width:66.666667%}.lg\:w-4\/7{width:57.1428571%}.lg\:w-40{width:10rem}.lg\:w-44{width:11rem}.lg\:w-450px{width:450px}.lg\:w-48{width:12rem}.lg\:w-5{width:1.25rem}.lg\:w-5\/12{width:41.666667%}.lg\:w-5\/6{width:83.333333%}.lg\:w-5\/7{width:71.4285714%}.lg\:w-52{width:13rem}.lg\:w-550px{width:550px}.lg\:w-56{width:14rem}.lg\:w-6{width:1.5rem}.lg\:w-6\/12{width:50%}.lg\:w-6\/7{width:85.7142857%}.lg\:w-60{width:15rem}.lg\:w-64{width:16rem}.lg\:w-7{width:1.75rem}.lg\:w-7\/12{width:58.333333%}.lg\:w-72{width:18rem}.lg\:w-8{width:2rem}.lg\:w-8\/12{width:66.666667%}.lg\:w-80{width:20rem}.lg\:w-9{width:2.25rem}.lg\:w-9\/12{width:75%}.lg\:w-96{width:24rem}.lg\:w-\[48\%\]{width:48%}.lg\:w-\[550px\]{width:550px}.lg\:w-\[80\%\]{width:80%}.lg\:w-auto{width:auto}.lg\:w-dvw{width:100dvw}.lg\:w-fit{width:-moz-fit-content;width:fit-content}.lg\:w-full{width:100%}.lg\:w-lvw{width:100lvw}.lg\:w-max{width:-moz-max-content;width:max-content}.lg\:w-min{width:-moz-min-content;width:min-content}.lg\:w-px{width:1px}.lg\:w-screen{width:100vw}.lg\:w-svw{width:100svw}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.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\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:gap-0{gap:0}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lg\:rounded-none{border-radius:0}.lg\:border-y{border-bottom-width:1px;border-top-width:1px}.lg\:border-b-0{border-bottom-width:0}.lg\:border-l{border-left-width:1px}.lg\:border-r-0{border-right-width:0}.lg\:bg-transparent{background-color:transparent}.lg\:p-0{padding:0}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-1{padding-bottom:.25rem;padding-top:.25rem}.lg\:py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.lg\:py-12{padding-bottom:3rem;padding-top:3rem}.lg\:py-16{padding-bottom:4rem;padding-top:4rem}.lg\:py-2{padding-bottom:.5rem;padding-top:.5rem}.lg\:py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.lg\:py-4{padding-bottom:1rem;padding-top:1rem}.lg\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.lg\:py-8{padding-bottom:2rem;padding-top:2rem}.lg\:pb-0{padding-bottom:0}.lg\:pb-12{padding-bottom:3rem}.lg\:pb-2{padding-bottom:.5rem}.lg\:pb-6{padding-bottom:1.5rem}.lg\:pl-0{padding-left:0}.lg\:pt-12{padding-top:3rem}.lg\:pt-24{padding-top:6rem}.lg\:pt-6{padding-top:1.5rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-\[2\.5rem\]{font-size:2.5rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:font-normal{font-weight:400}.lg\:font-semibold{font-weight:600}.lg\:text-blue-950{--tw-text-opacity:1;color:rgb(8 47 73/var(--tw-text-opacity))}.lg\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.lg\:shadow-lg,.lg\:shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}}@media (min-width:1280px){.xl\:-bottom-8{bottom:-2rem}.xl\:left-24{left:6rem}.xl\:ml-2{margin-left:.5rem}.xl\:ml-8{margin-left:2rem}.xl\:block{display:block}.xl\:hidden{display:none}.xl\:size-20{height:5rem;width:5rem}.xl\:h-24{height:6rem}.xl\:h-7{height:1.75rem}.xl\:w-2\/3{width:66.666667%}.xl\:w-24{width:6rem}.xl\:w-52{width:13rem}.xl\:w-\[70\%\]{width:70%}.xl\:justify-center{justify-content:center}.xl\:p-6{padding:1.5rem}.xl\:py-2{padding-bottom:.5rem;padding-top:.5rem}.xl\:py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.xl\:pb-6{padding-bottom:1.5rem}.xl\:pl-8{padding-left:2rem}.xl\:pr-32{padding-right:8rem}.xl\:pr-6{padding-right:1.5rem}.xl\:pt-12{padding-top:3rem}.xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.xl\:text-5xl{font-size:3rem;line-height:1}.xl\:font-semibold{font-weight:600}}
